Uses of Class
org.eclipse.jetty.server.HttpChannelState.State
-
Packages that use HttpChannelState.State Package Description org.eclipse.jetty.server Jetty Server : Core Server API -
-
Uses of HttpChannelState.State in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server declared as HttpChannelState.State Modifier and Type Field Description private HttpChannelState.StateHttpChannelState. _stateMethods in org.eclipse.jetty.server that return HttpChannelState.State Modifier and Type Method Description HttpChannelState.StateHttpChannelState. getState()static HttpChannelState.StateHttpChannelState.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HttpChannelState.State[]HttpChannelState.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-