Interface SSLUtil.ProtocolInfo

All Known Implementing Classes:
OpenSSLEngine
Enclosing interface:
SSLUtil

public static interface SSLUtil.ProtocolInfo
Optional interface that can be implemented by SSLEngines to indicate that they support ALPN and can provided the protocol agreed with the client.
  • Method Summary

    Modifier and Type
    Method
    Description
    ALPN information.
  • Method Details

    • getNegotiatedProtocol

      String getNegotiatedProtocol()
      ALPN information.
      Returns:
      the protocol selected using ALPN