Event processing configuration
Netty channel associated with this request
Netty channel associated with this request
The end point to which the message was addressed
The end point to which the message was addressed
Write a web log entry
Write a web log entry
HTTP status code
length of response content in bytes
Timestamp when this event was fired
Timestamp when this event was fired
Number of milliseconds from the time when this context was created
Number of milliseconds from the time when this context was created
Store of items that can be used to pass data from route to processor and between processors.
Store of items that can be used to pass data from route to processor and between processors.
This map is not synchronized and not thread-safe. In most cases, we expect this cache to be used by a single thread - hence a standard map is faster.
If you do need to use a thread safe map, from your route, instance and store a ConcurrentHashMap
as an item
in this cache.
Username of the authenticated user.
Username of the authenticated user. You need to set this for it to appear in the web logs.
Socko does not make assumptions on your authentication method. You do it and set this username
to let
us know.
Abstract event triggered on HTTP related activity