Uses of Enum Class
org.eclipse.jetty.ee10.servlet.ServletChannelState.Action
Packages that use ServletChannelState.Action
-
Uses of ServletChannelState.Action in org.eclipse.jetty.ee10.servlet
Subclasses with type arguments of type ServletChannelState.Action in org.eclipse.jetty.ee10.servletModifier and TypeClassDescriptionstatic enum
The actions to take as the channel moves from state to state.Methods in org.eclipse.jetty.ee10.servlet that return ServletChannelState.ActionModifier and TypeMethodDescriptionServletChannelState.handling()
protected ServletChannelState.Action
ServletChannelState.unhandle()
Signal that the HttpConnection has finished handling the request.static ServletChannelState.Action
Returns the enum constant of this class with the specified name.static ServletChannelState.Action[]
ServletChannelState.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.