Uses of Class
org.eclipse.jetty.util.Callback.Completing
-
Packages that use Callback.Completing Package Description org.eclipse.jetty.client.http org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.util Jetty Util : Common Utility Classes -
-
Uses of Callback.Completing in org.eclipse.jetty.client.http
Subclasses of Callback.Completing in org.eclipse.jetty.client.http Modifier and Type Class Description private class
HttpSenderOverHTTP.ByteBufferRecyclerCallback
-
Uses of Callback.Completing in org.eclipse.jetty.server
Subclasses of Callback.Completing in org.eclipse.jetty.server Modifier and Type Class Description private class
HttpChannel.Send100Callback
private class
HttpChannel.SendCallback
-
Uses of Callback.Completing in org.eclipse.jetty.util
Subclasses of Callback.Completing in org.eclipse.jetty.util Modifier and Type Class Description static class
Callback.Nested
Nested Completing Callback that completes after completing the nested callbackclass
CountingCallback
A callback wrapper that succeeds the wrapped callback when the count is reached, or on first failure.
-