Interface | Description |
---|---|
HttpContentHolder<T> |
Class | Description |
---|---|
AbstractHttpConfigurator | |
AbstractHttpContentHolder<T> |
An abstract implementation of
HttpContentHolder |
CookiesHolder |
A holder of cookies parsed from the Http headers.
|
HttpObjectAggregationConfigurator<R extends io.netty.handler.codec.http.FullHttpMessage,W> |
An implementation of
PipelineConfigurator that can be applied with an implementation of
AbstractHttpConfigurator so that instead of multiple events per Http request/response, they are aggregated
as a single request/response. |
UnicastContentSubject<T> |