Uses of Class
org.apache.hc.core5.http.EndpointDetails
-
Packages that use EndpointDetails Package Description org.apache.hc.core5.http Core HTTP transport component APIs.org.apache.hc.core5.http.impl Default implementations of core HTTP APIs.org.apache.hc.core5.http.impl.io Default implementation of HTTP/1.1 transport based on the classic (blocking) I/O model.org.apache.hc.core5.http.impl.nio Default implementation of HTTP/1.1 transport based on the asynchronous (non-blocking) I/O model.org.apache.hc.core5.http.protocol Core HTTP protocol interceptors.org.apache.hc.core5.http2.impl.nio Default implementation of HTTP/2 transport based on the asynchronous (non-blocking) I/O model. -
-
Uses of EndpointDetails in org.apache.hc.core5.http
Methods in org.apache.hc.core5.http that return EndpointDetails Modifier and Type Method Description EndpointDetails
HttpConnection. getEndpointDetails()
Returns this connection's endpoint details. -
Uses of EndpointDetails in org.apache.hc.core5.http.impl
Subclasses of EndpointDetails in org.apache.hc.core5.http.impl Modifier and Type Class Description class
BasicEndpointDetails
Basic HTTP connection endpoint details. -
Uses of EndpointDetails in org.apache.hc.core5.http.impl.io
Fields in org.apache.hc.core5.http.impl.io declared as EndpointDetails Modifier and Type Field Description (package private) EndpointDetails
BHttpConnectionBase. endpointDetails
Methods in org.apache.hc.core5.http.impl.io that return EndpointDetails Modifier and Type Method Description EndpointDetails
BHttpConnectionBase. getEndpointDetails()
-
Uses of EndpointDetails in org.apache.hc.core5.http.impl.nio
Fields in org.apache.hc.core5.http.impl.nio declared as EndpointDetails Modifier and Type Field Description private EndpointDetails
AbstractHttp1StreamDuplexer. endpointDetails
Methods in org.apache.hc.core5.http.impl.nio that return EndpointDetails Modifier and Type Method Description EndpointDetails
AbstractHttp1IOEventHandler. getEndpointDetails()
EndpointDetails
AbstractHttp1StreamDuplexer. getEndpointDetails()
-
Uses of EndpointDetails in org.apache.hc.core5.http.protocol
Methods in org.apache.hc.core5.http.protocol that return EndpointDetails Modifier and Type Method Description EndpointDetails
HttpCoreContext. getEndpointDetails()
-
Uses of EndpointDetails in org.apache.hc.core5.http2.impl.nio
Fields in org.apache.hc.core5.http2.impl.nio declared as EndpointDetails Modifier and Type Field Description private EndpointDetails
AbstractH2StreamMultiplexer. endpointDetails
Methods in org.apache.hc.core5.http2.impl.nio that return EndpointDetails Modifier and Type Method Description EndpointDetails
AbstractH2IOEventHandler. getEndpointDetails()
EndpointDetails
AbstractH2StreamMultiplexer. getEndpointDetails()
EndpointDetails
HttpProtocolNegotiator. getEndpointDetails()
EndpointDetails
PrefaceHandlerBase. getEndpointDetails()
-