Uses of Class
org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv
Packages that use ProxyProtocolHeader.SslTlv
Package
Description
Classes and interfaces providing Reactive Streams I/O transports.
-
Uses of ProxyProtocolHeader.SslTlv in org.forgerock.opendj.io.rx
Methods in org.forgerock.opendj.io.rx that return ProxyProtocolHeader.SslTlvModifier 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.Methods in org.forgerock.opendj.io.rx with parameters of type ProxyProtocolHeader.SslTlvModifier 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.