Interface RecordableHttpRequest
public interface RecordableHttpRequest
The recordable parts of an HTTP request used when creating an
HttpExchange.- Since:
- 3.0.0
- See Also:
-
Method Details
-
getUri
-
getRemoteAddress
@Nullable String getRemoteAddress()Returns the remote address from which the request was sent, if available.- Returns:
- the remote address or
null
-
getMethod
-
getHeaders
-