Uses of Class
org.eclipse.jetty.util.Callback.Nested
-
Packages that use Callback.Nested Package Description org.eclipse.jetty.http2 org.eclipse.jetty.util Jetty Util : Common Utility Classes -
-
Uses of Callback.Nested in org.eclipse.jetty.http2
Subclasses of Callback.Nested in org.eclipse.jetty.http2 Modifier and Type Class Description static class
HTTP2Flusher.Entry
-
Uses of Callback.Nested in org.eclipse.jetty.util
Subclasses of Callback.Nested in org.eclipse.jetty.util Modifier and Type Class Description class
CountingCallback
A 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)
-