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 Classes
|
org.eclipse.jetty.io |
Jetty IO : Core classes for Jetty IO subsystem
|
org.eclipse.jetty.io.ssl |
Jetty IO : Core SSL Support
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.server.handler.gzip |
Jetty GZIP Handler
|
org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
Modifier and Type | Class and Description |
---|---|
class |
HttpContent
HttpContent is a stateful, linear representation of the request content provided
by a ContentProvider that can be traversed one-way to obtain content buffers to
send to a HTTP server. |
class |
HttpDestination |
private class |
HttpSender.CommitCallback |
private class |
HttpSender.ContentCallback |
private class |
HttpSender.LastCallback |
private class |
HttpSender.TrailersCallback |
class |
MultiplexHttpDestination |
class |
PoolingHttpDestination |
private class |
ResponseNotifier.ContentCallback |
private static class |
Socks4Proxy.Socks4ProxyConnection |
Modifier and Type | Class and Description |
---|---|
class |
HttpDestinationOverHTTP |
private class |
HttpSenderOverHTTP.ByteBufferRecyclerCallback |
private class |
HttpSenderOverHTTP.HeadersCallback |
private class |
HttpSenderOverHTTP.TrailersCallback |
Modifier and Type | Class and Description |
---|---|
class |
DeferredContentProvider
A
ContentProvider that allows to add content after Request.send(Response.CompleteListener)
has been called, therefore providing the request content at a later time. |
private class |
DeferredContentProvider.DeferredContentProviderIterator |
class |
InputStreamContentProvider
A
ContentProvider for an InputStream . |
private class |
MultiPartContentProvider.MultiPartIterator |
class |
OutputStreamContentProvider
A
ContentProvider that provides content asynchronously through an OutputStream
similar to DeferredContentProvider . |
Modifier and Type | Class and Description |
---|---|
private class |
AbstractConnection.ReadCallback |
private class |
ChannelEndPoint.RunnableCloseable |
private class |
ChannelEndPoint.RunnableTask |
Modifier and Type | Class and Description |
---|---|
private class |
SslConnection.DecryptedEndPoint.FailWrite |
private class |
SslConnection.DecryptedEndPoint.WriteCallBack |
private class |
SslConnection.RunnableTask |
Modifier and Type | Class and Description |
---|---|
private class |
HttpChannel.Commit100Callback |
private class |
HttpChannel.CommitCallback |
private class |
HttpChannel.ContentCallback |
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.AsyncICB |
private class |
HttpOutput.AsyncWrite |
private class |
HttpOutput.InputStreamWritingCB
An iterating callback that will take content from an
InputStream and write it to the associated
HttpChannel . |
private class |
HttpOutput.ReadableByteChannelWritingCB
An iterating callback that will take content from a
ReadableByteChannel and write it to the
HttpChannel . |
Modifier and Type | Class and Description |
---|---|
private class |
GzipHttpOutputInterceptor.GzipBufferCB |
Modifier and Type | Interface and Description |
---|---|
interface |
Callback
A callback abstraction that handles completed/failed events of asynchronous operations.
|
Modifier and Type | Class and Description |
---|---|
static class |
Callback.Completable
A CompletableFuture that is also a Callback.
|
static class |
Callback.Nested |
class |
CompletableCallback
A callback to be used by driver code that needs to know whether the callback has been
succeeded or failed (that is, completed) just after the asynchronous operation or not,
typically because further processing depends on the callback being completed.
|
class |
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.
|