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.core.internal -
-
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.ActionHTTP2Flusher. 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.ActionAsyncMiddleManServlet.ProxyReader. process()protected IteratingCallback.ActionAsyncProxyServlet.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.ActionIteratingCallback. process()Method called byIteratingCallback.iterate()to process the sub task.static IteratingCallback.ActionIteratingCallback.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.core.internal
Methods in org.eclipse.jetty.websocket.core.internal that return IteratingCallback.Action Modifier and Type Method Description protected IteratingCallback.ActionFrameFlusher. process()
-