Uses of Class
org.eclipse.jetty.util.Callback.Nested
-
Packages that use Callback.Nested 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.Nested in org.eclipse.jetty.client.http
Subclasses of Callback.Nested in org.eclipse.jetty.client.http Modifier and Type Class Description private classHttpSenderOverHTTP.ByteBufferRecyclerCallback -
Uses of Callback.Nested in org.eclipse.jetty.server
Subclasses of Callback.Nested in org.eclipse.jetty.server Modifier and Type Class Description private classHttpChannel.Send100Callbackprivate classHttpChannel.SendCallback -
Uses of Callback.Nested in org.eclipse.jetty.util
Subclasses of Callback.Nested in org.eclipse.jetty.util Modifier and Type Class Description classCountingCallbackA callback wrapper that succeeds the wrapped callback when the count is reached, or on first failure.Constructors in org.eclipse.jetty.util with parameters of type Callback.Nested Constructor Description Nested(Callback.Nested nested)
-