Uses of Interface
org.eclipse.jetty.util.thread.Invocable
-
Packages that use Invocable Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.client.http org.eclipse.jetty.client.util Jetty Client : Utility Classesorg.eclipse.jetty.fcgi.client.http org.eclipse.jetty.fcgi.generator org.eclipse.jetty.http2 org.eclipse.jetty.http2.client.http org.eclipse.jetty.proxy Jetty Proxy : Async Proxy Supportorg.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.util Jetty Util : Common Utility Classesorg.eclipse.jetty.websocket.common Jetty WebSocket Common : Implementation [Internal Use Only]org.eclipse.jetty.websocket.common.io Jetty WebSocket Common : I/O Implementation -
-
Uses of Invocable in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement Invocable Modifier and Type Class Description class
HttpContent
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
HttpDestination
class
MultiplexHttpDestination
class
PoolingHttpDestination
protected static class
ProxyProtocolClientConnectionFactory.ProxyProtocolConnection
-
Uses of Invocable in org.eclipse.jetty.client.http
Classes in org.eclipse.jetty.client.http that implement Invocable Modifier and Type Class Description class
HttpDestinationOverHTTP
-
Uses of Invocable in org.eclipse.jetty.client.util
Classes in org.eclipse.jetty.client.util that implement Invocable Modifier and Type Class Description class
DeferredContentProvider
AContentProvider
that allows to add content afterRequest.send(Response.CompleteListener)
has been called, therefore providing the request content at a later time.class
InputStreamContentProvider
AContentProvider
for anInputStream
.class
OutputStreamContentProvider
AContentProvider
that provides content asynchronously through anOutputStream
similar toDeferredContentProvider
. -
Uses of Invocable in org.eclipse.jetty.fcgi.client.http
Classes in org.eclipse.jetty.fcgi.client.http that implement Invocable Modifier and Type Class Description class
HttpDestinationOverFCGI
class
MultiplexHttpDestinationOverFCGI
-
Uses of Invocable in org.eclipse.jetty.fcgi.generator
Classes in org.eclipse.jetty.fcgi.generator that implement Invocable Modifier and Type Class Description static class
Generator.Result
-
Uses of Invocable in org.eclipse.jetty.http2
Classes in org.eclipse.jetty.http2 that implement Invocable Modifier and Type Class Description class
HTTP2Flusher
static class
HTTP2Flusher.Entry
class
HTTP2Stream
-
Uses of Invocable in org.eclipse.jetty.http2.client.http
Classes in org.eclipse.jetty.http2.client.http that implement Invocable Modifier and Type Class Description class
HttpDestinationOverHTTP2
-
Uses of Invocable in org.eclipse.jetty.proxy
Classes in org.eclipse.jetty.proxy that implement Invocable Modifier and Type Class Description protected class
AsyncMiddleManServlet.ProxyReader
protected class
AsyncMiddleManServlet.ProxyResponseListener
protected class
AsyncProxyServlet.StreamReader
protected class
ProxyServlet.ProxyInputStreamContentProvider
-
Uses of Invocable in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement Invocable Modifier and Type Class Description static class
HttpInput.Content
static class
HttpInput.EofContent
static class
HttpInput.SentinelContent
A Sentinel Content, which has zero length content but indicates some other event in the input stream (eg EOF) -
Uses of Invocable in org.eclipse.jetty.util
Subinterfaces of Invocable in org.eclipse.jetty.util Modifier and Type Interface Description interface
Callback
A callback abstraction that handles completed/failed events of asynchronous operations.Classes in org.eclipse.jetty.util that implement Invocable Modifier and Type Class Description static class
Callback.Completable
A CompletableFuture that is also a Callback.static class
Callback.Completing
static class
Callback.Nested
Nested Completing Callback that completes after completing the nested callbackclass
CompletableCallback
Deprecated.not used anymoreclass
CountingCallback
A callback wrapper that succeeds the wrapped callback when the count is reached, or on first failure.class
FutureCallback
class
IteratingCallback
This specialized callback implements a pattern that allows a large asynchronous task to be broken into smaller asynchronous sub-tasks using iteration rather than recursion.class
IteratingNestedCallback
Iterating Nested Callback.class
SharedBlockingCallback.Blocker
A Closeable Callback. -
Uses of Invocable in org.eclipse.jetty.websocket.common
Classes in org.eclipse.jetty.websocket.common that implement Invocable Modifier and Type Class Description static class
BlockingWriteCallback.WriteBlocker
-
Uses of Invocable in org.eclipse.jetty.websocket.common.io
Classes in org.eclipse.jetty.websocket.common.io that implement Invocable Modifier and Type Class Description class
DisconnectCallback
class
FrameFlusher
class
FutureWriteCallback
Allows events to aWriteCallback
to drive aFuture
for the user.
-