Package io.netty.handler.ssl
Interface ApplicationProtocolAccessor
-
- All Known Implementing Classes:
JdkAlpnSslEngine,JdkSslEngine
interface ApplicationProtocolAccessorProvides a way to get the application-level protocol name from ALPN or NPN.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetNegotiatedApplicationProtocol()Returns the name of the negotiated application-level protocol.
-