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.fcgi.generator | |
org.eclipse.jetty.http2 | |
org.eclipse.jetty.http2.client.http | |
org.eclipse.jetty.proxy |
Jetty Proxy : Async Proxy 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
|
org.eclipse.jetty.websocket.common.extensions |
Jetty WebSocket Common : Extension Implementations
|
org.eclipse.jetty.websocket.common.extensions.compress |
Jetty WebSocket Common : Message Compression Extension Implementations
|
org.eclipse.jetty.websocket.common.extensions.fragment |
Jetty WebSocket Common : Auto Fragment Extension Implementation
|
org.eclipse.jetty.websocket.common.io |
Jetty WebSocket Common : I/O Implementation
|
Modifier and Type | Class and Description |
---|---|
private class |
HttpReceiver.Decoder |
private class |
HttpSender.ContentCallback |
Modifier and Type | Field and Description |
---|---|
private IteratingCallback |
HttpSender.contentCallback |
Modifier and Type | Class and Description |
---|---|
private class |
HttpSenderOverHTTP.HeadersCallback |
private class |
HttpSenderOverHTTP.TrailersCallback |
Modifier and Type | Class and Description |
---|---|
private class |
Flusher.FlushCallback |
Modifier and Type | Field and Description |
---|---|
private IteratingCallback |
Flusher.flushCallback |
Modifier and Type | Class and Description |
---|---|
class |
HTTP2Flusher |
Modifier and Type | Class and Description |
---|---|
private class |
HttpReceiverOverHTTP2.ContentNotifier |
Modifier and Type | Class and Description |
---|---|
protected class |
AsyncMiddleManServlet.ProxyReader |
protected class |
AsyncProxyServlet.StreamReader |
private class |
ProxyConnection.ProxyIteratingCallback |
private class |
ProxyServlet.DelegatingContentProvider |
Modifier and Type | Field and Description |
---|---|
private IteratingCallback |
ProxyConnection.pipe |
Modifier and Type | Class and Description |
---|---|
private class |
HttpConnection.SendCallback |
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 | Class and Description |
---|---|
class |
IteratingNestedCallback
Iterating Nested Callback.
|
Modifier and Type | Class and Description |
---|---|
private class |
ExtensionStack.Flusher |
Modifier and Type | Field and Description |
---|---|
private IteratingCallback |
ExtensionStack.flusher |
Modifier and Type | Class and Description |
---|---|
private class |
CompressExtension.Flusher |
Modifier and Type | Field and Description |
---|---|
private IteratingCallback |
CompressExtension.flusher |
Modifier and Type | Class and Description |
---|---|
private class |
FragmentExtension.Flusher |
Modifier and Type | Field and Description |
---|---|
private IteratingCallback |
FragmentExtension.flusher |
Modifier and Type | Class and Description |
---|---|
private class |
AbstractWebSocketConnection.Flusher |
class |
FrameFlusher |