Uses of Class
org.eclipse.jetty.util.IteratingCallback.Action
-
Packages that use IteratingCallback.Action Package Description org.eclipse.jetty.proxy Jetty Proxy : Async Proxy Supportorg.eclipse.jetty.util Jetty Util : Common Utility Classes -
-
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.
-