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.io Jetty IO : Core classes for Jetty IO subsystemorg.eclipse.jetty.io.ssl Jetty IO : Core SSL Supportorg.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler.gzip Jetty GZIP Handlerorg.eclipse.jetty.util Jetty Util : Common Utility Classes -
-
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
private class
HttpSender.CommitCallback
private class
HttpSender.ContentCallback
private class
HttpSender.LastCallback
class
MultiplexHttpDestination
class
PoolingHttpDestination
protected static class
ProxyProtocolClientConnectionFactory.ProxyProtocolConnection
private static class
ProxyProtocolClientConnectionFactory.ProxyProtocolConnectionV1
private static class
ProxyProtocolClientConnectionFactory.ProxyProtocolConnectionV2
private static class
Socks4Proxy.Socks4ProxyConnection
-
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
private class
HttpSenderOverHTTP.ByteBufferRecyclerCallback
private class
HttpSenderOverHTTP.HeadersCallback
-
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.private class
DeferredContentProvider.DeferredContentProviderIterator
class
InputStreamContentProvider
AContentProvider
for anInputStream
.private class
MultiPartContentProvider.MultiPartIterator
class
OutputStreamContentProvider
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 Invocable Modifier and Type Class Description private class
AbstractConnection.ReadCallback
private class
ChannelEndPoint.RunnableCloseable
private class
ChannelEndPoint.RunnableTask
-
Uses of Invocable in org.eclipse.jetty.io.ssl
Classes in org.eclipse.jetty.io.ssl that implement Invocable Modifier and Type Class Description private class
SslConnection.DecryptedEndPoint.IncompleteWriteCallback
private class
SslConnection.RunnableTask
-
Uses of Invocable in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement Invocable Modifier and Type Class Description private class
HttpChannel.Send100Callback
private class
HttpChannel.SendCallback
private class
HttpConnection.AsyncReadCallback
private class
HttpConnection.BlockingReadCallback
private class
HttpConnection.Content
private class
HttpConnection.SendCallback
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)private class
HttpOutput.AsyncFlush
private class
HttpOutput.AsyncWrite
private class
HttpOutput.ChannelWriteCB
private class
HttpOutput.InputStreamWritingCB
An iterating callback that will take content from an InputStream and write it to the associatedHttpChannel
.private class
HttpOutput.NestedChannelWriteCB
private class
HttpOutput.ReadableByteChannelWritingCB
An iterating callback that will take content from a ReadableByteChannel and write it to theHttpChannel
.private class
HttpOutput.WriteCompleteCB
-
Uses of Invocable in org.eclipse.jetty.server.handler.gzip
Classes in org.eclipse.jetty.server.handler.gzip that implement Invocable Modifier and Type Class Description private class
GzipHttpOutputInterceptor.GzipBufferCB
-
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.static interface
Callback.InvocableCallback
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 job to be broken into smaller tasks using iteration rather than recursion.class
IteratingNestedCallback
Iterating Nested Callback.class
SharedBlockingCallback.Blocker
A Closeable Callback.
-