public interface TraceableRequest
HttpExchangeTracer
Modifier and Type | Method and Description |
---|---|
Map<String,List<String>> |
getHeaders()
Returns a modifiable copy of the headers of the request.
|
String |
getMethod()
Returns the method (GET, POST, etc) of the request.
|
String |
getRemoteAddress()
Returns the remote address from which the request was sent, if available.
|
URI |
getUri()
Returns the URI of the request.
|
String getMethod()
URI getUri()
Map<String,List<String>> getHeaders()
String getRemoteAddress()
null