Uses of Class
org.forgerock.opendj.io.rx.ProxyProtocolHeader
-
Packages that use ProxyProtocolHeader Package Description org.forgerock.opendj.io Classes and interfaces providing I/O functionality.org.forgerock.opendj.io.rx Classes and interfaces providing Reactive Streams I/O transports.org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes. -
-
Uses of ProxyProtocolHeader in org.forgerock.opendj.io
Methods in org.forgerock.opendj.io that return ProxyProtocolHeader Modifier and Type Method Description ProxyProtocolHeader
LdapSocket. getProxyProtocolHeader()
Returns the proxy protocol header sent by the client, ornull
if proxy protocol is not enabled. -
Uses of ProxyProtocolHeader in org.forgerock.opendj.io.rx
Methods in org.forgerock.opendj.io.rx that return ProxyProtocolHeader Modifier and Type Method Description static ProxyProtocolHeader
ProxyProtocolHeader. newLocalProxyProtocolHeader(int version)
Returns a new proxy protocol header with a local command.static ProxyProtocolHeader
ProxyProtocolHeader. newProxyProtocolHeader(int version, InetSocketAddress clientAddress, InetSocketAddress proxyAddress)
Returns a new proxy protocol header with a proxy command: the connection is relayed on behalf of a client.static 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. -
Uses of ProxyProtocolHeader in org.forgerock.opendj.ldap
Fields in org.forgerock.opendj.ldap with type parameters of type ProxyProtocolHeader Modifier and Type Field Description static Option<ProxyProtocolHeader>
CommonLdapOptions. PROXY_PROTOCOL_HEADER_CLIENT
Enables the proxy protocol for client connections using the provided proxy header.static Option<ProxyProtocolHeader>
CommonLdapOptions. PROXY_PROTOCOL_HEADER_CLIENT
Enables the proxy protocol for client connections using the provided proxy header.static Option<ProxyProtocolHeader>
CommonLdapOptions. PROXY_PROTOCOL_HEADER_CLIENT
Enables the proxy protocol for client connections using the provided proxy header.Methods in org.forgerock.opendj.ldap that return ProxyProtocolHeader Modifier and Type Method Description ProxyProtocolHeader
LdapSession. getProxyProtocolHeader()
Returns the proxy protocol header sent by the client, ornull
if the proxy protocol is disabled.
-