Class NonBlockingSocketFactory

java.lang.Object
org.dogtagpki.client.NonBlockingSocketFactory
All Implemented Interfaces:
org.apache.http.conn.scheme.SchemeLayeredSocketFactory, org.apache.http.conn.scheme.SchemeSocketFactory

public class NonBlockingSocketFactory extends Object implements org.apache.http.conn.scheme.SchemeLayeredSocketFactory
This class provides non-blocking socket factory for PKIConnection.
  • Field Details

    • logger

      public static org.slf4j.Logger logger
  • Constructor Details

    • NonBlockingSocketFactory

      public NonBlockingSocketFactory(PKIConnection connection)
  • Method Details