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.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 | Method and Description |
---|---|
protected IteratingCallback.Action |
HttpReceiver.Decoder.process() |
protected IteratingCallback.Action |
HttpSender.ContentCallback.process() |
Modifier and Type | Method and Description |
---|---|
protected IteratingCallback.Action |
HttpSenderOverHTTP.HeadersCallback.process() |
protected IteratingCallback.Action |
HttpSenderOverHTTP.TrailersCallback.process() |
Modifier and Type | Method and Description |
---|---|
protected IteratingCallback.Action |
HttpOutput.AsyncFlush.process() |
protected IteratingCallback.Action |
HttpOutput.AsyncWrite.process() |
protected IteratingCallback.Action |
HttpOutput.InputStreamWritingCB.process() |
protected IteratingCallback.Action |
HttpOutput.ReadableByteChannelWritingCB.process() |
IteratingCallback.Action |
HttpConnection.SendCallback.process() |
Modifier and Type | Method and Description |
---|---|
protected IteratingCallback.Action |
GzipHttpOutputInterceptor.GzipBufferCB.process() |
Modifier and Type | Method and Description |
---|---|
protected abstract IteratingCallback.Action |
IteratingCallback.process()
Method called by
IteratingCallback.iterate() to process the sub task. |
static IteratingCallback.Action |
IteratingCallback.Action.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IteratingCallback.Action[] |
IteratingCallback.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|