Uses of Class
org.eclipse.jetty.fcgi.server.HttpChannelOverFCGI.Dispatcher.State
-
Packages that use HttpChannelOverFCGI.Dispatcher.State Package Description org.eclipse.jetty.fcgi.server -
-
Uses of HttpChannelOverFCGI.Dispatcher.State in org.eclipse.jetty.fcgi.server
Fields in org.eclipse.jetty.fcgi.server with type parameters of type HttpChannelOverFCGI.Dispatcher.State Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<HttpChannelOverFCGI.Dispatcher.State>
HttpChannelOverFCGI.Dispatcher. state
Methods in org.eclipse.jetty.fcgi.server that return HttpChannelOverFCGI.Dispatcher.State Modifier and Type Method Description static HttpChannelOverFCGI.Dispatcher.State
HttpChannelOverFCGI.Dispatcher.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HttpChannelOverFCGI.Dispatcher.State[]
HttpChannelOverFCGI.Dispatcher.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-