Class ConscryptClientALPNProcessor

java.lang.Object
org.eclipse.jetty.alpn.conscrypt.client.ConscryptClientALPNProcessor
All Implemented Interfaces:
ALPNProcessor, ALPNProcessor.Client

public class ConscryptClientALPNProcessor extends Object implements ALPNProcessor.Client
  • Constructor Details

    • ConscryptClientALPNProcessor

      public ConscryptClientALPNProcessor()
  • Method Details

    • init

      public void init()
      Description copied from interface: ALPNProcessor
      Initializes this ALPNProcessor
      Specified by:
      init in interface ALPNProcessor
    • appliesTo

      public boolean appliesTo(SSLEngine sslEngine)
      Description copied from interface: ALPNProcessor
      Tests if this processor can be applied to the given SSLEngine.
      Specified by:
      appliesTo in interface ALPNProcessor
      Parameters:
      sslEngine - the SSLEngine to check
      Returns:
      true if the processor can be applied to the given SSLEngine
    • configure

      public void configure(SSLEngine sslEngine, Connection connection)
      Description copied from interface: ALPNProcessor
      Configures the given SSLEngine and the given Connection for ALPN.
      Specified by:
      configure in interface ALPNProcessor
      Parameters:
      sslEngine - the SSLEngine to configure
      connection - the Connection to configure