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