Class ServerSSLSetupHandler
java.lang.Object
org.apache.synapse.transport.http.conn.ServerSSLSetupHandler
- All Implemented Interfaces:
org.apache.http.nio.reactor.ssl.SSLSetupHandler
public class ServerSSLSetupHandler
extends Object
implements org.apache.http.nio.reactor.ssl.SSLSetupHandler
-
Constructor Summary
ConstructorsConstructorDescriptionServerSSLSetupHandler(SSLClientAuth clientAuth, String[] httpsProtocols, CertificateVerificationManager verificationManager, String[] preferredCiphers) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidverify(org.apache.http.nio.reactor.IOSession iosession, SSLSession sslsession)
-
Constructor Details
-
ServerSSLSetupHandler
public ServerSSLSetupHandler(SSLClientAuth clientAuth, String[] httpsProtocols, CertificateVerificationManager verificationManager, String[] preferredCiphers)
-
-
Method Details
-
initalize
- Specified by:
initalizein interfaceorg.apache.http.nio.reactor.ssl.SSLSetupHandler- Throws:
SSLException
-
verify
public void verify(org.apache.http.nio.reactor.IOSession iosession, SSLSession sslsession) throws SSLException - Specified by:
verifyin interfaceorg.apache.http.nio.reactor.ssl.SSLSetupHandler- Throws:
SSLException
-