Uses of Enum Class
org.eclipse.jetty.util.IteratingCallback.Action
Packages that use IteratingCallback.Action
Package
Description
Jetty Proxy : Async Proxy Support
Jetty Util : Common Utility Classes
-
Uses of IteratingCallback.Action in org.eclipse.jetty.ee10.proxy
Methods in org.eclipse.jetty.ee10.proxy that return IteratingCallback.ActionModifier and TypeMethodDescriptionprotected IteratingCallback.Action
AsyncMiddleManServlet.ProxyReader.process()
protected IteratingCallback.Action
AsyncProxyServlet.StreamReader.process()
-
Uses of IteratingCallback.Action in org.eclipse.jetty.http2.internal
Methods in org.eclipse.jetty.http2.internal that return IteratingCallback.Action -
Uses of IteratingCallback.Action in org.eclipse.jetty.http3
Methods in org.eclipse.jetty.http3 that return IteratingCallback.ActionModifier 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
Methods in org.eclipse.jetty.io.internal that return IteratingCallback.Action -
Uses of IteratingCallback.Action in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util that return IteratingCallback.ActionModifier 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
Methods in org.eclipse.jetty.websocket.core.internal that return IteratingCallback.Action -
Uses of IteratingCallback.Action in org.eclipse.jetty.websocket.core.util
Methods in org.eclipse.jetty.websocket.core.util that return IteratingCallback.Action