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 EndpointDetailsHttpConnection. 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 classBasicEndpointDetailsBasic 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) EndpointDetailsBHttpConnectionBase. endpointDetailsMethods in org.apache.hc.core5.http.impl.io that return EndpointDetails Modifier and Type Method Description EndpointDetailsBHttpConnectionBase. 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 EndpointDetailsAbstractHttp1StreamDuplexer. endpointDetailsMethods in org.apache.hc.core5.http.impl.nio that return EndpointDetails Modifier and Type Method Description EndpointDetailsAbstractHttp1IOEventHandler. getEndpointDetails()EndpointDetailsAbstractHttp1StreamDuplexer. 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 EndpointDetailsHttpCoreContext. 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 EndpointDetailsAbstractH2StreamMultiplexer. endpointDetailsMethods in org.apache.hc.core5.http2.impl.nio that return EndpointDetails Modifier and Type Method Description EndpointDetailsAbstractH2IOEventHandler. getEndpointDetails()EndpointDetailsAbstractH2StreamMultiplexer. getEndpointDetails()EndpointDetailsHttpProtocolNegotiator. getEndpointDetails()EndpointDetailsPrefaceHandlerBase. getEndpointDetails()
-