Package org.eclipse.jetty.io.ssl
Interface ALPNProcessor
- All Known Subinterfaces:
ALPNProcessor.Client
,ALPNProcessor.Server
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.static interface
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported. -
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
Deprecated.Tests if this processor can be applied to the given SSLEngine.default void
configure
(SSLEngine sslEngine, Connection connection) Deprecated.Configures the given SSLEngine and the given Connection for ALPN.default void
init()
Deprecated.Initializes this ALPNProcessor
-
Method Details
-
init
default void init()Deprecated.Initializes this ALPNProcessor- Throws:
RuntimeException
- if this processor is unavailable (e.g. missing dependencies or wrong JVM)
-
appliesTo
Deprecated.Tests if this processor can be applied to the given SSLEngine.- Parameters:
sslEngine
- the SSLEngine to check- Returns:
- true if the processor can be applied to the given SSLEngine
-
configure
Deprecated.Configures the given SSLEngine and the given Connection for ALPN.- Parameters:
sslEngine
- the SSLEngine to configureconnection
- the Connection to configure- Throws:
RuntimeException
- if this processor cannot be configured
-