Uses of Enum
org.wildfly.security.ssl.Protocol
Packages that use Protocol
-
Uses of Protocol in org.wildfly.security.ssl
Methods in org.wildfly.security.ssl that return ProtocolModifier and TypeMethodDescriptionstatic ProtocolGets an enum item for given protocol name.static ProtocolReturns the enum constant of this type with the specified name.static Protocol[]Protocol.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.security.ssl with parameters of type ProtocolModifier and TypeMethodDescriptionAdd the given protocol.Add the given protocols.ProtocolSelector.deleteFully(Protocol protocol) Permanently delete the given protocol.ProtocolSelector.deleteFully(Protocol... protocols) Permanently delete all of the given protocols.booleanDetermine whether this instance is equal to one of the given instances.booleanDetermine whether this instance is equal to one of the given instances.booleanDetermine whether this instance is equal to one of the given instances.static CipherSuitePredicateCipherSuitePredicate.matchProtocol(Protocol protocol) Return a predicate which matches the given protocol.static CipherSuitePredicateCipherSuitePredicate.matchProtocol(Protocol... protocols) Return a predicate which matches any of the given protocols.Remove the given protocol.Remove the given protocols.Method parameters in org.wildfly.security.ssl with type arguments of type ProtocolModifier and TypeMethodDescriptionAdd the given protocols.ProtocolSelector.deleteFully(EnumSet<Protocol> protocols) Permanently delete all of the given protocols.static booleanDetermine whether the given set is "full" (meaning it contains all possible values).static CipherSuitePredicateCipherSuitePredicate.matchProtocol(EnumSet<Protocol> protocols) Return a predicate which matches any of the given protocols.Remove the given protocols.