Package io.netty.handler.ssl
Interface ApplicationProtocolAccessor
-
- All Known Implementing Classes:
BouncyCastleAlpnSslEngine
,JdkAlpnSslEngine
,JdkSslEngine
,OpenSslEngine
,ReferenceCountedOpenSslEngine
interface ApplicationProtocolAccessor
Provides 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.String
getNegotiatedApplicationProtocol()
Returns the name of the negotiated application-level protocol.
-