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
    Modifier and Type
    Field
    Description
    (package private) final org.apache.hc.core5.reactor.IOSession
     
    (package private) final org.apache.hc.core5.http.HttpHost
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Endpoint(org.apache.hc.core5.http.HttpHost target, org.apache.hc.core5.reactor.IOSession session)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public String getId()
      Specified by:
      getId in interface org.apache.hc.core5.util.Identifiable