Uses of Class
org.eclipse.jetty.io.AbstractEndPoint.State
-
Packages that use AbstractEndPoint.State Package Description org.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystem -
-
Uses of AbstractEndPoint.State in org.eclipse.jetty.io
Fields in org.eclipse.jetty.io with type parameters of type AbstractEndPoint.State Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<AbstractEndPoint.State>
AbstractEndPoint. _state
Methods in org.eclipse.jetty.io that return AbstractEndPoint.State Modifier and Type Method Description static AbstractEndPoint.State
AbstractEndPoint.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AbstractEndPoint.State[]
AbstractEndPoint.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-