Request |
EventContent.request() |
Get the request property: The request that generated the event.
|
Request |
Request.withAddr(String addr) |
Set the addr property: The IP or hostname and possibly port of the client connection that initiated the event.
|
Request |
Request.withHost(String host) |
Set the host property: The externally accessible hostname of the registry instance, as specified by the http host
header on incoming requests.
|
Request |
Request.withId(String id) |
Set the id property: The ID of the request that initiated the event.
|
Request |
Request.withMethod(String method) |
Set the method property: The request method that generated the event.
|
Request |
Request.withUseragent(String useragent) |
Set the useragent property: The user agent header of the request.
|