Uses of Class
org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv
Package
Description
Classes and interfaces providing Reactive Streams I/O transports.
-
Uses of ProxyProtocolHeader.SslTlv in org.forgerock.opendj.io.rx
Modifier and TypeMethodDescriptionstatic ProxyProtocolHeader.SslTlv
ProxyProtocolHeader.SslTlv.decode
(ByteString data) Decodes the SSL information contained indata
in TLV format.ProxyProtocolHeader.getSslTlv()
Returns the information about the SSL protocol that the client might be using on the connection.Modifier and TypeMethodDescriptionstatic ProxyProtocolHeader
ProxyProtocolHeader.newProxyProtocolHeader
(int version, InetSocketAddress clientAddress, InetSocketAddress proxyAddress, ProxyProtocolHeader.SslTlv sslTlv) Returns a new proxy protocol header with a proxy command: the connection is relayed on behalf of a client.