public interface ALPNEngineManager
Modifier and Type | Method and Description |
---|---|
int |
getPriority() |
boolean |
registerEngine(SSLEngine engine,
Function<SSLEngine,SSLEngine> selectedFunction) |
int getPriority()
boolean registerEngine(SSLEngine engine, Function<SSLEngine,SSLEngine> selectedFunction)
engine
- The original SSL EngineselectedFunction
- A function that must be called when the Underlying SSL engine has been selected. The return value of this callback may be a wrapped engine, which must replace the selected enginetrue
if the engine was registered, false otherwiseCopyright © 2019 JBoss by Red Hat. All rights reserved.