Uses of Class
org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv.ClientBit
-
Packages that use ProxyProtocolHeader.SslTlv.ClientBit Package Description org.forgerock.opendj.io.rx Classes and interfaces providing Reactive Streams I/O transports. -
-
Uses of ProxyProtocolHeader.SslTlv.ClientBit in org.forgerock.opendj.io.rx
Methods in org.forgerock.opendj.io.rx that return ProxyProtocolHeader.SslTlv.ClientBit Modifier and Type Method Description static ProxyProtocolHeader.SslTlv.ClientBit
ProxyProtocolHeader.SslTlv.ClientBit. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProxyProtocolHeader.SslTlv.ClientBit[]
ProxyProtocolHeader.SslTlv.ClientBit. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in org.forgerock.opendj.io.rx with type arguments of type ProxyProtocolHeader.SslTlv.ClientBit Constructor Description SslTlv(EnumSet<ProxyProtocolHeader.SslTlv.ClientBit> client, int verify, EnumMap<ProxyProtocolHeader.SslTlv.SslSubType,String> subTlvs)
Creates a new SSL TLV header.
-