Class JDK9ServerALPNProcessor

java.lang.Object
org.eclipse.jetty.alpn.java.server.JDK9ServerALPNProcessor
All Implemented Interfaces:
EventListener, org.eclipse.jetty.io.ssl.ALPNProcessor, org.eclipse.jetty.io.ssl.ALPNProcessor.Server, org.eclipse.jetty.io.ssl.SslHandshakeListener

public class JDK9ServerALPNProcessor extends Object implements org.eclipse.jetty.io.ssl.ALPNProcessor.Server, org.eclipse.jetty.io.ssl.SslHandshakeListener
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    private static final class 
     

    Nested classes/interfaces inherited from interface org.eclipse.jetty.io.ssl.ALPNProcessor

    org.eclipse.jetty.io.ssl.ALPNProcessor.Client, org.eclipse.jetty.io.ssl.ALPNProcessor.Server

    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 static final org.eclipse.jetty.util.log.Logger
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    appliesTo(SSLEngine sslEngine)
     
    void
    configure(SSLEngine sslEngine, org.eclipse.jetty.io.Connection connection)
     
    void
     

    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, handshakeSucceeded
  • Field Details

    • LOG

      private static final org.eclipse.jetty.util.log.Logger LOG
  • Constructor Details

    • JDK9ServerALPNProcessor

      public JDK9ServerALPNProcessor()
  • Method Details

    • init

      public void init()
      Specified by:
      init in interface org.eclipse.jetty.io.ssl.ALPNProcessor
    • appliesTo

      public boolean appliesTo(SSLEngine sslEngine)
      Specified by:
      appliesTo in interface org.eclipse.jetty.io.ssl.ALPNProcessor
    • configure

      public void configure(SSLEngine sslEngine, org.eclipse.jetty.io.Connection connection)
      Specified by:
      configure in interface org.eclipse.jetty.io.ssl.ALPNProcessor