Package org.apache.hc.client5.http
Class EndpointInfo
- java.lang.Object
-
- org.apache.hc.client5.http.EndpointInfo
-
public final class EndpointInfo extends java.lang.Object- Since:
- 5.4
-
-
Field Summary
Fields Modifier and Type Field Description private org.apache.hc.core5.http.ProtocolVersionprotocolprivate javax.net.ssl.SSLSessionsslSession
-
Constructor Summary
Constructors Constructor Description EndpointInfo(org.apache.hc.core5.http.ProtocolVersion protocol, javax.net.ssl.SSLSession sslSession)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.hc.core5.http.ProtocolVersiongetProtocol()javax.net.ssl.SSLSessiongetSslSession()java.lang.StringtoString()
-