Class GAEConnectionManager

java.lang.Object
com.tremolosecurity.embedd.GAEConnectionManager
All Implemented Interfaces:
org.apache.http.conn.ClientConnectionManager

public class GAEConnectionManager extends Object implements org.apache.http.conn.ClientConnectionManager
  • Constructor Details

    • GAEConnectionManager

      public GAEConnectionManager()
  • Method Details

    • getSchemeRegistry

      public org.apache.http.conn.scheme.SchemeRegistry getSchemeRegistry()
      Specified by:
      getSchemeRegistry in interface org.apache.http.conn.ClientConnectionManager
    • requestConnection

      public org.apache.http.conn.ClientConnectionRequest requestConnection(org.apache.http.conn.routing.HttpRoute route, Object state)
      Specified by:
      requestConnection in interface org.apache.http.conn.ClientConnectionManager
    • releaseConnection

      public void releaseConnection(org.apache.http.conn.ManagedClientConnection conn, long validDuration, TimeUnit timeUnit)
      Specified by:
      releaseConnection in interface org.apache.http.conn.ClientConnectionManager
    • closeIdleConnections

      public void closeIdleConnections(long idletime, TimeUnit tunit)
      Specified by:
      closeIdleConnections in interface org.apache.http.conn.ClientConnectionManager
    • closeExpiredConnections

      public void closeExpiredConnections()
      Specified by:
      closeExpiredConnections in interface org.apache.http.conn.ClientConnectionManager
    • shutdown

      public void shutdown()
      Specified by:
      shutdown in interface org.apache.http.conn.ClientConnectionManager