Class JSSSocketFactory

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

public class JSSSocketFactory extends Object implements org.apache.http.conn.scheme.SchemeLayeredSocketFactory
This class provides a ocket factory for PKIConnection based on JSSSocket. JSSSocket support both communication models: sync and async. The model is defined in the initial socket and if not specified it is sync.
  • Field Details

    • logger

      public static org.slf4j.Logger logger
  • Constructor Details

    • JSSSocketFactory

      public JSSSocketFactory(PKIConnection connection)
  • Method Details