Uses of Enum Class
org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv.SslSubType
Packages that use ProxyProtocolHeader.SslTlv.SslSubType
Package
Description
Classes and interfaces providing Reactive Streams I/O transports.
-
Uses of ProxyProtocolHeader.SslTlv.SslSubType in org.forgerock.opendj.io.rx
Methods in org.forgerock.opendj.io.rx that return ProxyProtocolHeader.SslTlv.SslSubTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ProxyProtocolHeader.SslTlv.SslSubType.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.SslSubTypeModifierConstructorDescriptionSslTlv(EnumSet<ProxyProtocolHeader.SslTlv.ClientBit> client, int verify, EnumMap<ProxyProtocolHeader.SslTlv.SslSubType, String> subTlvs) Creates a new SSL TLV header.