Class SingleClientConnManager.PoolEntry

    • Constructor Detail

      • PoolEntry

        protected PoolEntry()
        Creates a new pool entry.
    • Method Detail

      • close

        protected void close()
                      throws java.io.IOException
        Closes the connection in this pool entry.
        Throws:
        java.io.IOException
      • shutdown

        protected void shutdown()
                         throws java.io.IOException
        Shuts down the connection in this pool entry.
        Throws:
        java.io.IOException