Interface Connection

  • All Superinterfaces:
    java.lang.AutoCloseable
    All Known Implementing Classes:
    NormalConnection

    public interface Connection
    extends java.lang.AutoCloseable
    • Method Summary

      Modifier and Type Method Description
      void close()  
      org.apache.http.HttpClientConnection connectionObject()  
    • Method Detail

      • connectionObject

        org.apache.http.HttpClientConnection connectionObject()
      • close

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