Class OpenJDK8ClientALPNProcessor.ALPNSSLListener

java.lang.Object
org.eclipse.jetty.alpn.openjdk8.client.OpenJDK8ClientALPNProcessor.ALPNSSLListener
All Implemented Interfaces:
EventListener, org.eclipse.jetty.io.ssl.SslHandshakeListener
Enclosing class:
OpenJDK8ClientALPNProcessor

private final class OpenJDK8ClientALPNProcessor.ALPNSSLListener extends Object 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
    Modifier and Type
    Field
    Description
    private final ALPNClientConnection
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handshakeSucceeded(org.eclipse.jetty.io.ssl.SslHandshakeListener.Event event)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.eclipse.jetty.io.ssl.SslHandshakeListener

    handshakeFailed
  • Field Details

  • Constructor Details

  • Method Details

    • handshakeSucceeded

      public void handshakeSucceeded(org.eclipse.jetty.io.ssl.SslHandshakeListener.Event event) throws SSLException
      Specified by:
      handshakeSucceeded in interface org.eclipse.jetty.io.ssl.SslHandshakeListener
      Throws:
      SSLException