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 TypeMethodDescriptionvoid
handshakeFailed
(org.eclipse.jetty.io.ssl.SslHandshakeListener.Event event, Throwable failure) void
handshakeSucceeded
(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:
selectApplicationProtocol
in classorg.conscrypt.ApplicationProtocolSelector
-
selectApplicationProtocol
- Specified by:
selectApplicationProtocol
in classorg.conscrypt.ApplicationProtocolSelector
-
handshakeSucceeded
public void handshakeSucceeded(org.eclipse.jetty.io.ssl.SslHandshakeListener.Event event) - Specified by:
handshakeSucceeded
in interfaceorg.eclipse.jetty.io.ssl.SslHandshakeListener
-
handshakeFailed
public void handshakeFailed(org.eclipse.jetty.io.ssl.SslHandshakeListener.Event event, Throwable failure) - Specified by:
handshakeFailed
in interfaceorg.eclipse.jetty.io.ssl.SslHandshakeListener
-