Package org.apache.tomcat.util.net
Interface SSLUtil.ProtocolInfo
- 
- All Known Implementing Classes:
- OpenSSLEngine
 - Enclosing interface:
- SSLUtil
 
 public static interface SSLUtil.ProtocolInfoOptional interface that can be implemented bySSLEngines to indicate that they support ALPN and can provided the protocol agreed with the client.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetNegotiatedProtocol()ALPN information.
 
-