Uses of Class
org.apache.hc.core5.http.EndpointDetails
Packages that use EndpointDetails
Package
Description
Core HTTP transport component APIs.
Default implementations of core HTTP APIs.
Default implementation of HTTP/1.1 transport based on the classic
(blocking) I/O model.
Default implementation of HTTP/1.1 transport based on
the asynchronous (non-blocking) I/O model.
Core HTTP protocol interceptors.
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 EndpointDetailsModifier and TypeMethodDescriptionHttpConnection.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.implModifier and TypeClassDescriptionfinal class
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 EndpointDetailsModifier and TypeFieldDescription(package private) EndpointDetails
BHttpConnectionBase.endpointDetails
Methods in org.apache.hc.core5.http.impl.io that return EndpointDetails -
Uses of EndpointDetails in org.apache.hc.core5.http.impl.nio
Fields in org.apache.hc.core5.http.impl.nio declared as EndpointDetailsModifier and TypeFieldDescriptionprivate EndpointDetails
AbstractHttp1StreamDuplexer.endpointDetails
Methods in org.apache.hc.core5.http.impl.nio that return EndpointDetailsModifier and TypeMethodDescriptionAbstractHttp1IOEventHandler.getEndpointDetails()
AbstractHttp1StreamDuplexer.getEndpointDetails()
-
Uses of EndpointDetails in org.apache.hc.core5.http.protocol
Methods in org.apache.hc.core5.http.protocol that return EndpointDetails -
Uses of EndpointDetails in org.apache.hc.core5.http2.impl.nio
Fields in org.apache.hc.core5.http2.impl.nio declared as EndpointDetailsModifier and TypeFieldDescriptionprivate EndpointDetails
AbstractH2StreamMultiplexer.endpointDetails
Methods in org.apache.hc.core5.http2.impl.nio that return EndpointDetailsModifier and TypeMethodDescriptionAbstractH2IOEventHandler.getEndpointDetails()
AbstractH2StreamMultiplexer.getEndpointDetails()
HttpProtocolNegotiator.getEndpointDetails()
PrefaceHandlerBase.getEndpointDetails()