Uses of Class
org.glassfish.jersey.jdk.connector.internal.SslFilter.State
-
Packages that use SslFilter.State Package Description org.glassfish.jersey.jdk.connector.internal Jersey Jdkconnectorinternal classes. -
-
Uses of SslFilter.State in org.glassfish.jersey.jdk.connector.internal
Fields in org.glassfish.jersey.jdk.connector.internal declared as SslFilter.State Modifier and Type Field Description private SslFilter.StateSslFilter. stateMethods in org.glassfish.jersey.jdk.connector.internal that return SslFilter.State Modifier and Type Method Description static SslFilter.StateSslFilter.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SslFilter.State[]SslFilter.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-