Class SSLContextDetails
- java.lang.Object
-
- org.apache.synapse.transport.http.conn.SSLContextDetails
-
public class SSLContextDetails extends Object
-
-
Constructor Summary
Constructors Constructor Description SSLContextDetails(SSLContext context, org.apache.http.nio.reactor.ssl.SSLSetupHandler handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SSLContext
getContext()
org.apache.http.nio.reactor.ssl.SSLSetupHandler
getHandler()
-
-
-
Constructor Detail
-
SSLContextDetails
public SSLContextDetails(SSLContext context, org.apache.http.nio.reactor.ssl.SSLSetupHandler handler)
-
-
Method Detail
-
getContext
public SSLContext getContext()
-
getHandler
public org.apache.http.nio.reactor.ssl.SSLSetupHandler getHandler()
-
-