Class DefaultHttpClient.RequestKey
java.lang.Object
io.micronaut.http.client.netty.DefaultHttpClient.RequestKey
- Enclosing class:
DefaultHttpClient
Key used for connection pooling and determining host/port.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
Constructor Details
-
RequestKey
- Parameters:
ctx- The HTTP client that created this request key. Only used for exception context, not storedrequestURI- The request URI
-
-
Method Details
-
getRemoteAddress
-
isSecure
public boolean isSecure() -
getHost
-
getPort
public int getPort() -
equals
-
hashCode
-