Uses of Enum Class
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.ee10.proxy
Modifier and TypeMethodDescriptionprotected IteratingCallback.Action
AsyncMiddleManServlet.ProxyReader.process()
protected IteratingCallback.Action
AsyncProxyServlet.StreamReader.process()
-
Uses of IteratingCallback.Action in org.eclipse.jetty.http2.internal
-
Uses of IteratingCallback.Action in org.eclipse.jetty.http3
Modifier and TypeMethodDescriptionprotected IteratingCallback.Action
ControlFlusher.process()
protected IteratingCallback.Action
InstructionFlusher.process()
protected IteratingCallback.Action
MessageFlusher.process()
-
Uses of IteratingCallback.Action in org.eclipse.jetty.io.internal
-
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 class with the specified name.static IteratingCallback.Action[]
IteratingCallback.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of IteratingCallback.Action in org.eclipse.jetty.websocket.core.internal
-
Uses of IteratingCallback.Action in org.eclipse.jetty.websocket.core.util