Class JDK9ClientALPNProcessor.ALPNListener

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

private static final class JDK9ClientALPNProcessor.ALPNListener 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)
      Specified by:
      handshakeSucceeded in interface org.eclipse.jetty.io.ssl.SslHandshakeListener