Class ConscryptServerALPNProcessor.ALPNCallback
java.lang.Object
org.conscrypt.ApplicationProtocolSelector
org.eclipse.jetty.alpn.conscrypt.server.ConscryptServerALPNProcessor.ALPNCallback
- All Implemented Interfaces:
EventListener,org.eclipse.jetty.io.ssl.SslHandshakeListener
- Enclosing class:
ConscryptServerALPNProcessor
private final class ConscryptServerALPNProcessor.ALPNCallback
extends org.conscrypt.ApplicationProtocolSelector
implements org.eclipse.jetty.io.ssl.SslHandshakeListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.io.ssl.SslHandshakeListener
org.eclipse.jetty.io.ssl.SslHandshakeListener.Event -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandshakeFailed(org.eclipse.jetty.io.ssl.SslHandshakeListener.Event event, Throwable failure) voidhandshakeSucceeded(org.eclipse.jetty.io.ssl.SslHandshakeListener.Event event) selectApplicationProtocol(SSLEngine engine, List<String> protocols) selectApplicationProtocol(SSLSocket socket, List<String> protocols)
-
Field Details
-
alpnConnection
-
-
Constructor Details
-
ALPNCallback
-
-
Method Details
-
selectApplicationProtocol
- Specified by:
selectApplicationProtocolin classorg.conscrypt.ApplicationProtocolSelector
-
selectApplicationProtocol
- Specified by:
selectApplicationProtocolin classorg.conscrypt.ApplicationProtocolSelector
-
handshakeSucceeded
public void handshakeSucceeded(org.eclipse.jetty.io.ssl.SslHandshakeListener.Event event) - Specified by:
handshakeSucceededin interfaceorg.eclipse.jetty.io.ssl.SslHandshakeListener
-
handshakeFailed
public void handshakeFailed(org.eclipse.jetty.io.ssl.SslHandshakeListener.Event event, Throwable failure) - Specified by:
handshakeFailedin interfaceorg.eclipse.jetty.io.ssl.SslHandshakeListener
-