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 ProxyProtocolHeaderLdapSocket. getProxyProtocolHeader()Returns the proxy protocol header sent by the client, ornullif 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 ProxyProtocolHeaderProxyProtocolHeader. newLocalProxyProtocolHeader(int version)Returns a new proxy protocol header with a local command.static ProxyProtocolHeaderProxyProtocolHeader. 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 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. -
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_CLIENTEnables the proxy protocol for client connections using the provided proxy header.static Option<ProxyProtocolHeader>CommonLdapOptions. PROXY_PROTOCOL_HEADER_CLIENTEnables the proxy protocol for client connections using the provided proxy header.static Option<ProxyProtocolHeader>CommonLdapOptions. PROXY_PROTOCOL_HEADER_CLIENTEnables 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 ProxyProtocolHeaderLdapSession. getProxyProtocolHeader()Returns the proxy protocol header sent by the client, ornullif the proxy protocol is disabled.
-