Uses of Class
org.eclipse.jetty.util.IteratingCallback.Action
-
Packages that use IteratingCallback.Action Package Description org.eclipse.jetty.http2 org.eclipse.jetty.proxy Jetty Proxy : Async Proxy Supportorg.eclipse.jetty.util Jetty Util : Common Utility Classesorg.eclipse.jetty.websocket.common.io Jetty WebSocket Common : I/O Implementation -
-
Uses of IteratingCallback.Action in org.eclipse.jetty.http2
Methods in org.eclipse.jetty.http2 that return IteratingCallback.Action Modifier and Type Method Description protected IteratingCallback.Action
HTTP2Flusher. process()
-
Uses of IteratingCallback.Action in org.eclipse.jetty.proxy
Methods in org.eclipse.jetty.proxy that return IteratingCallback.Action Modifier and Type Method Description protected IteratingCallback.Action
AsyncMiddleManServlet.ProxyReader. process()
protected IteratingCallback.Action
AsyncProxyServlet.StreamReader. process()
-
Uses of IteratingCallback.Action in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util that return IteratingCallback.Action Modifier and Type Method Description protected abstract IteratingCallback.Action
IteratingCallback. process()
Method called byIteratingCallback.iterate()
to process the asynchronous sub-task.static IteratingCallback.Action
IteratingCallback.Action. valueOf(java.lang.String name)
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.common.io
Methods in org.eclipse.jetty.websocket.common.io that return IteratingCallback.Action Modifier and Type Method Description protected IteratingCallback.Action
FrameFlusher. process()
-