public class SNIAlpnEngineManager extends Object implements ALPNEngineManager
Constructor and Description |
---|
SNIAlpnEngineManager() |
Modifier and Type | Method and Description |
---|---|
int | getPriority() |
boolean | registerEngine(SSLEngine engine, Function<SSLEngine,SSLEngine> selectedFunction) |
public int getPriority()
getPriority
in interface ALPNEngineManager
public boolean registerEngine(SSLEngine engine, Function<SSLEngine,SSLEngine> selectedFunction)
registerEngine
in interface ALPNEngineManager
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 © 2020 JBoss by Red Hat. All rights reserved.