Class InternalH2AsyncExecRuntime.Endpoint

  • All Implemented Interfaces:
    org.apache.hc.core5.util.Identifiable
    Enclosing class:
    InternalH2AsyncExecRuntime

    static class InternalH2AsyncExecRuntime.Endpoint
    extends java.lang.Object
    implements org.apache.hc.core5.util.Identifiable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) org.apache.hc.core5.reactor.IOSession session  
      (package private) org.apache.hc.core5.http.HttpHost target  
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • target

        final org.apache.hc.core5.http.HttpHost target
      • session

        final org.apache.hc.core5.reactor.IOSession session
    • Constructor Detail

      • Endpoint

        Endpoint​(org.apache.hc.core5.http.HttpHost target,
                 org.apache.hc.core5.reactor.IOSession session)
    • Method Detail

      • getId

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