Class ConscryptServerALPNProcessor.ALPNCallback

  • All Implemented Interfaces:
    java.util.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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handshakeFailed​(org.eclipse.jetty.io.ssl.SslHandshakeListener.Event event, java.lang.Throwable failure)  
      void handshakeSucceeded​(org.eclipse.jetty.io.ssl.SslHandshakeListener.Event event)  
      java.lang.String selectApplicationProtocol​(javax.net.ssl.SSLEngine engine, java.util.List<java.lang.String> protocols)  
      java.lang.String selectApplicationProtocol​(javax.net.ssl.SSLSocket socket, java.util.List<java.lang.String> protocols)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • selectApplicationProtocol

        public java.lang.String selectApplicationProtocol​(javax.net.ssl.SSLEngine engine,
                                                          java.util.List<java.lang.String> protocols)
        Specified by:
        selectApplicationProtocol in class org.conscrypt.ApplicationProtocolSelector
      • selectApplicationProtocol

        public java.lang.String selectApplicationProtocol​(javax.net.ssl.SSLSocket socket,
                                                          java.util.List<java.lang.String> protocols)
        Specified by:
        selectApplicationProtocol in class org.conscrypt.ApplicationProtocolSelector
      • handshakeSucceeded

        public void handshakeSucceeded​(org.eclipse.jetty.io.ssl.SslHandshakeListener.Event event)
        Specified by:
        handshakeSucceeded in interface org.eclipse.jetty.io.ssl.SslHandshakeListener
      • handshakeFailed

        public void handshakeFailed​(org.eclipse.jetty.io.ssl.SslHandshakeListener.Event event,
                                    java.lang.Throwable failure)
        Specified by:
        handshakeFailed in interface org.eclipse.jetty.io.ssl.SslHandshakeListener