Uses of Enum
org.eclipse.jetty.util.IteratingCallback.Action
Package
Description
Jetty Proxy : Async Proxy Support
Jetty Util : Common Utility Classes
-
Uses of IteratingCallback.Action in org.eclipse.jetty.http2
-
Uses of IteratingCallback.Action in org.eclipse.jetty.proxy
Modifier and TypeMethodDescriptionprotected IteratingCallback.Action
AsyncMiddleManServlet.ProxyReader.process()
protected IteratingCallback.Action
AsyncProxyServlet.StreamReader.process()
-
Uses of IteratingCallback.Action in org.eclipse.jetty.util
Modifier and TypeMethodDescriptionprotected abstract IteratingCallback.Action
IteratingCallback.process()
Method called byIteratingCallback.iterate()
to process the asynchronous sub-task.static IteratingCallback.Action
Returns the enum constant of this type with the specified name.static IteratingCallback.Action[]
IteratingCallback.Action.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IteratingCallback.Action in org.eclipse.jetty.websocket.core.internal
Modifier and TypeMethodDescriptionprotected IteratingCallback.Action
DemandingFlusher.process()
protected IteratingCallback.Action
FrameFlusher.process()