Uses of Class
org.forgerock.opendj.io.rx.ProxyProtocolHeader
Package
Description
Classes and interfaces providing I/O functionality.
Classes and interfaces providing Reactive Streams I/O transports.
Classes and interfaces for core types including connections, entries, and
attributes.
-
Uses of ProxyProtocolHeader in org.forgerock.opendj.io
Modifier and TypeMethodDescriptionLdapSocket.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
Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeFieldDescriptionstatic final Option<ProxyProtocolHeader>
LdapClients.PROXY_PROTOCOL_HEADER_CLIENT
Enables the proxy protocol for client connections using the provided proxy header.Modifier and TypeMethodDescriptionLdapSession.getProxyProtocolHeader()
Returns the proxy protocol header sent by the client, ornull
if the proxy protocol is disabled.