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