Class NormalConnection

  • All Implemented Interfaces:
    Connection, java.lang.AutoCloseable

    public final class NormalConnection
    extends java.lang.Object
    implements Connection
    • Method Summary

      Modifier and Type Method Description
      void close()  
      org.apache.http.HttpClientConnection connectionObject()  
      • Methods inherited from class java.lang.Object

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

      • NormalConnection

        public NormalConnection()
    • Method Detail

      • connectionObject

        public org.apache.http.HttpClientConnection connectionObject()
        Specified by:
        connectionObject in interface Connection
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface Connection