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.server |
Jetty Server : Core Server API
|
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 an HTTP server. |
class |
HttpDestination |
class |
MultiplexHttpDestination |
class |
PoolingHttpDestination |
protected static class |
ProxyProtocolClientConnectionFactory.ProxyProtocolConnection |
Modifier and Type | Class and Description |
---|---|
class |
HttpDestinationOverHTTP |
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. |
class |
InputStreamContentProvider
A
ContentProvider for an InputStream . |
class |
OutputStreamContentProvider
A
ContentProvider that provides content asynchronously through an OutputStream
similar to DeferredContentProvider . |
Modifier and Type | Class and 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)
|
Modifier and Type | Interface and Description |
---|---|
interface |
Callback
A callback abstraction that handles completed/failed events of asynchronous operations.
|
static interface |
Callback.InvocableCallback |
Modifier and Type | Class and 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 callback
|
class |
CompletableCallback
Deprecated.
not used anymore
|
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.
|
Copyright © 1995–2021 Webtide. All rights reserved.