private static final class JettyAlpnSslEngine.ServerEngine extends JettyAlpnSslEngine
| Constructor and Description |
|---|
ServerEngine(javax.net.ssl.SSLEngine engine,
JdkApplicationProtocolNegotiator applicationNegotiator) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeInbound() |
void |
closeOutbound() |
isAvailable, newClientEngine, newServerEnginebeginHandshake, getDelegatedTask, getEnabledCipherSuites, getEnabledProtocols, getEnableSessionCreation, getHandshakeSession, getHandshakeStatus, getNeedClientAuth, getPeerHost, getPeerPort, getSession, getSSLParameters, getSupportedCipherSuites, getSupportedProtocols, getUseClientMode, getWantClientAuth, getWrappedEngine, isInboundDone, isOutboundDone, setEnabledCipherSuites, setEnabledProtocols, setEnableSessionCreation, setNeedClientAuth, setSSLParameters, setUseClientMode, setWantClientAuth, unwrap, unwrap, unwrap, wrap, wrap, wrapServerEngine(javax.net.ssl.SSLEngine engine,
JdkApplicationProtocolNegotiator applicationNegotiator)
public void closeInbound()
throws javax.net.ssl.SSLException
closeInbound in class JdkSslEnginejavax.net.ssl.SSLExceptionpublic void closeOutbound()
closeOutbound in class JdkSslEngine