Class InternalH2AsyncExecRuntime.Endpoint
java.lang.Object
org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime.Endpoint
- All Implemented Interfaces:
org.apache.hc.core5.util.Identifiable
- Enclosing class:
InternalH2AsyncExecRuntime
static class InternalH2AsyncExecRuntime.Endpoint
extends Object
implements org.apache.hc.core5.util.Identifiable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEndpoint
(org.apache.hc.core5.http.HttpHost target, org.apache.hc.core5.reactor.IOSession session) -
Method Summary
-
Field Details
-
target
final org.apache.hc.core5.http.HttpHost target -
session
final org.apache.hc.core5.reactor.IOSession session
-
-
Constructor Details
-
Endpoint
Endpoint(org.apache.hc.core5.http.HttpHost target, org.apache.hc.core5.reactor.IOSession session)
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceorg.apache.hc.core5.util.Identifiable
-