Uses of Class
org.forgerock.opendj.io.rx.ProxyProtocolHeader.SslTlv.SslSubType
-
Packages that use ProxyProtocolHeader.SslTlv.SslSubType Package Description org.forgerock.opendj.io.rx 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.SslSubType Modifier and Type Method Description static ProxyProtocolHeader.SslTlv.SslSubType
ProxyProtocolHeader.SslTlv.SslSubType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProxyProtocolHeader.SslTlv.SslSubType[]
ProxyProtocolHeader.SslTlv.SslSubType. 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.SslSubType Constructor Description SslTlv(EnumSet<ProxyProtocolHeader.SslTlv.ClientBit> client, int verify, EnumMap<ProxyProtocolHeader.SslTlv.SslSubType,String> subTlvs)
Creates a new SSL TLV header.
-