public class ServerSSLSetupHandler extends Object implements org.apache.http.nio.reactor.ssl.SSLSetupHandler
Constructor and Description |
---|
ServerSSLSetupHandler(SSLClientAuth clientAuth,
String[] httpsProtocols,
RevocationVerificationManager verificationManager,
String[] preferredCiphers) |
Modifier and Type | Method and Description |
---|---|
void |
initalize(SSLEngine sslengine) |
void |
verify(org.apache.http.nio.reactor.IOSession iosession,
SSLSession sslsession) |
public ServerSSLSetupHandler(SSLClientAuth clientAuth, String[] httpsProtocols, RevocationVerificationManager verificationManager, String[] preferredCiphers)
public void initalize(SSLEngine sslengine) throws SSLException
initalize
in interface org.apache.http.nio.reactor.ssl.SSLSetupHandler
SSLException
public void verify(org.apache.http.nio.reactor.IOSession iosession, SSLSession sslsession) throws SSLException
verify
in interface org.apache.http.nio.reactor.ssl.SSLSetupHandler
SSLException
Copyright © 2005–2024 Apache Software Foundation. All rights reserved.