Class OpenJDK8ClientALPNProcessor

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

    public class OpenJDK8ClientALPNProcessor
    extends java.lang.Object
    implements org.eclipse.jetty.io.ssl.ALPNProcessor.Client
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.reflect.Method alpnProtocol  
      private java.lang.reflect.Method alpnProtocols  
      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
      • alpnProtocols

        private java.lang.reflect.Method alpnProtocols
      • alpnProtocol

        private java.lang.reflect.Method alpnProtocol
    • Constructor Detail

      • OpenJDK8ClientALPNProcessor

        public OpenJDK8ClientALPNProcessor()
    • 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