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