Uses of Enum
org.eclipse.jetty.fcgi.server.HttpChannelOverFCGI.Dispatcher.State
Packages that use HttpChannelOverFCGI.Dispatcher.State
-
Uses of HttpChannelOverFCGI.Dispatcher.State in org.eclipse.jetty.fcgi.server
Subclasses with type arguments of type HttpChannelOverFCGI.Dispatcher.State in org.eclipse.jetty.fcgi.serverFields in org.eclipse.jetty.fcgi.server with type parameters of type HttpChannelOverFCGI.Dispatcher.StateModifier and TypeFieldDescriptionprivate final AtomicReference<HttpChannelOverFCGI.Dispatcher.State> HttpChannelOverFCGI.Dispatcher.stateMethods in org.eclipse.jetty.fcgi.server that return HttpChannelOverFCGI.Dispatcher.StateModifier and TypeMethodDescriptionReturns 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.