public class JDK8HackAlpnProvider extends Object implements ALPNProvider
| Constructor and Description |
|---|
JDK8HackAlpnProvider() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority() |
String |
getSelectedProtocol(SSLEngine engine)
Gets the selected ALPN protocol, of null if none was selected.
|
boolean |
isEnabled(SSLEngine sslEngine) |
SSLEngine |
setProtocols(SSLEngine engine,
String[] protocols)
Sets the SSL protocols, and potentially wraps the SSLEngine
|
public boolean isEnabled(SSLEngine sslEngine)
isEnabled in interface ALPNProviderpublic SSLEngine setProtocols(SSLEngine engine, String[] protocols)
ALPNProvidersetProtocols in interface ALPNProviderengine - The original engineprotocols - The protocolspublic String getSelectedProtocol(SSLEngine engine)
ALPNProvidergetSelectedProtocol in interface ALPNProviderengine - The SSL Enginepublic int getPriority()
getPriority in interface ALPNProviderCopyright © 2017 JBoss by Red Hat. All rights reserved.