Uses of Interface
org.eclipse.jetty.util.thread.Invocable
Packages that use Invocable
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty Client : Utility Classes
Jetty IO : Core classes for Jetty IO subsystem
Jetty IO : Core SSL Support
Jetty Server : Core Server API
Jetty GZIP Handler
Jetty Util : Common Utility Classes
-
Uses of Invocable in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement InvocableModifier and TypeClassDescriptionclass
HttpContent
is a stateful, linear representation of the request content provided by aContentProvider
that can be traversed one-way to obtain content buffers to send to an HTTP server.class
private class
private class
private class
class
class
protected static class
private static class
private static class
private static class
-
Uses of Invocable in org.eclipse.jetty.client.http
Classes in org.eclipse.jetty.client.http that implement InvocableModifier and TypeClassDescriptionclass
private class
private class
-
Uses of Invocable in org.eclipse.jetty.client.util
Classes in org.eclipse.jetty.client.util that implement InvocableModifier and TypeClassDescriptionclass
AContentProvider
that allows to add content afterRequest.send(Response.CompleteListener)
has been called, therefore providing the request content at a later time.private class
class
AContentProvider
for anInputStream
.private class
class
AContentProvider
that provides content asynchronously through anOutputStream
similar toDeferredContentProvider
. -
Uses of Invocable in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement InvocableModifier and TypeClassDescriptionprivate class
private class
private class
-
Uses of Invocable in org.eclipse.jetty.io.ssl
Classes in org.eclipse.jetty.io.ssl that implement InvocableModifier and TypeClassDescriptionprivate final class
private class
-
Uses of Invocable in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement InvocableModifier and TypeClassDescriptionprivate class
private class
private class
private class
private class
private class
static class
static class
static class
A Sentinel Content, which has zero length content but indicates some other event in the input stream (eg EOF)private class
private class
private class
private class
An iterating callback that will take content from an InputStream and write it to the associatedHttpChannel
.private class
private class
An iterating callback that will take content from a ReadableByteChannel and write it to theHttpChannel
.private class
-
Uses of Invocable in org.eclipse.jetty.server.handler.gzip
Classes in org.eclipse.jetty.server.handler.gzip that implement Invocable -
Uses of Invocable in org.eclipse.jetty.util
Subinterfaces of Invocable in org.eclipse.jetty.utilModifier and TypeInterfaceDescriptioninterface
A callback abstraction that handles completed/failed events of asynchronous operations.static interface
Classes in org.eclipse.jetty.util that implement InvocableModifier and TypeClassDescriptionstatic class
A CompletableFuture that is also a Callback.static class
static class
Nested Completing Callback that completes after completing the nested callbackclass
Deprecated.not used anymoreclass
A callback wrapper that succeeds the wrapped callback when the count is reached, or on first failure.class
class
This specialized callback implements a pattern that allows a large job to be broken into smaller tasks using iteration rather than recursion.class
Iterating Nested Callback.class
A Closeable Callback.