Uses of Enum Class
org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv.ClientBit
Packages that use ProxyProtocolHeader.SslTlv.ClientBit
Package
Description
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.ClientBitModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ProxyProtocolHeader.SslTlv.ClientBit[]
ProxyProtocolHeader.SslTlv.ClientBit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructor parameters in org.forgerock.opendj.io.rx with type arguments of type ProxyProtocolHeader.SslTlv.ClientBitModifierConstructorDescriptionSslTlv
(EnumSet<ProxyProtocolHeader.SslTlv.ClientBit> client, int verify, EnumMap<ProxyProtocolHeader.SslTlv.SslSubType, String> subTlvs) Creates a new SSL TLV header.