Class JDK9ClientALPNProcessor

  • All Implemented Interfaces:
    org.eclipse.jetty.io.ssl.ALPNProcessor, org.eclipse.jetty.io.ssl.ALPNProcessor.Client

    public class JDK9ClientALPNProcessor
    extends java.lang.Object
    implements org.eclipse.jetty.io.ssl.ALPNProcessor.Client
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      private static class  JDK9ClientALPNProcessor.ALPNListener  
      • 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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.eclipse.jetty.util.log.Logger LOG  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean appliesTo​(javax.net.ssl.SSLEngine sslEngine)  
      void configure​(javax.net.ssl.SSLEngine sslEngine, org.eclipse.jetty.io.Connection connection)  
      void init()  
      • Methods inherited from class java.lang.Object

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

      • LOG

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

      • JDK9ClientALPNProcessor

        public JDK9ClientALPNProcessor()
    • Method Detail

      • init

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

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

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