public class HttpRequestTerminatedEvent extends ApplicationEvent
HttpRequest is finalized by the server. Note that the event is fired asynchronously and
 consumers of the event should generally not perform I/O, instead this designed for tracing of headers, URI etc.source| Constructor and Description | 
|---|
| HttpRequestTerminatedEvent(HttpRequest<?> request) | 
| Modifier and Type | Method and Description | 
|---|---|
| HttpRequest<?> | getSource() | 
toStringpublic HttpRequestTerminatedEvent(@NonNull HttpRequest<?> request)
request - The request. Never null.@NonNull public HttpRequest<?> getSource()
getSource in class EventObject