Uses of Class
org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv
-
Packages that use ProxyProtocolHeader.SslTlv Package Description org.forgerock.opendj.io.rx 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.SslTlv Modifier and Type Method Description static ProxyProtocolHeader.SslTlvProxyProtocolHeader.SslTlv. decode(ByteString data)Decodes the SSL information contained indatain TLV format.ProxyProtocolHeader.SslTlvProxyProtocolHeader. 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.SslTlv Modifier and Type Method Description static ProxyProtocolHeaderProxyProtocolHeader. 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.
-