| Interface | Description |
|---|---|
| NettyAsyncHttpProviderConfig.AdditionalPipelineInitializer | |
| NettyAsyncHttpProviderConfig.NettyWebSocketFactory | |
| NettyAsyncHttpProviderConfig.ResponseBodyPartFactory |
| Class | Description |
|---|---|
| Callback | |
| EagerNettyResponseBodyPart |
A callback class used when an HTTP response body is received.
|
| LazyNettyResponseBodyPart |
A callback class used when an HTTP response body is received.
|
| NettyAsyncHttpProvider | |
| NettyAsyncHttpProviderConfig |
This class can be used to pass Netty's internal configuration options.
|
| NettyAsyncHttpProviderConfig.EagerResponseBodyPartFactory | |
| NettyAsyncHttpProviderConfig.LazyResponseBodyPartFactory | |
| NettyResponse |
Wrapper around the
Response API. |
| NettyResponseBodyPart |
A callback class used when an HTTP response body is received.
|
| NettyResponseFuture<V> |
A
Future that can be used to track when an asynchronous HTTP request has been fully processed. |
| NettyResponseHeaders |
A class that represent the HTTP headers.
|
| NettyResponseStatus |
A class that represent the HTTP response' status line (code + text)
|
| Enum | Description |
|---|---|
| NettyResponseFuture.STATE |
Copyright © 2015. All Rights Reserved.