| Interface | Description |
|---|---|
| BackPressureListener |
Gets notified to acquire or release during backpressure handling.
|
| BackPressureObservable |
Allows listeners to register and get notified.
|
| EntityCollector |
Collects entity of the request/response
|
| FullHttpMessageFuture |
Allows listeners to register and get notified.
|
| FullHttpMessageListener |
Gets notified upon complete content accumulation.
|
| Listener |
Get notified upon receiving new messages.
|
| MessageListener |
Get notified when there is a state change in message.
|
| Observable |
Allows listeners to register and get notified.
|
| Class | Description |
|---|---|
| BlockingEntityCollector |
Blocking entity collector.
|
| ClientRemoteFlowControlListener |
Http/2 remote flow control listener for client.
|
| DefaultBackPressureListener |
Default implementation of the
BackPressureListener. |
| DefaultBackPressureObservable |
Default implementation of the
BackPressureObservable. |
| DefaultFullHttpMessageFuture |
Default implementation of the
FullHttpMessageFuture. |
| DefaultListener |
Default implementation of the message Listener.
|
| DefaultObservable |
Default implementation of the message observer.
|
| Http2DataFrame |
Http2DataFrame represents an HTTP/2 data frame. |
| Http2Frame |
Http2Frame is the base for all HTTP/2 frames. |
| Http2HeadersFrame |
Http2Headers represents an HTTP2 header frame. |
| Http2InboundContentListener |
Represents the HTTP/2 inbound content listener.
|
| Http2PassthroughBackPressureListener |
HTTP/2 back pressure listener for passthrough scenario.
|
| Http2PushPromise |
Http2PushPromise represents a HTTP/2 PUSH_PROMISE frame. |
| Http2Reset |
Http2Reset represents a HTTP/2 RST_STREAM frame. |
| HttpCarbonMessage |
HTTP based representation for HttpCarbonMessage.
|
| HttpCarbonRequest |
Contains information specific to http request.
|
| HttpCarbonResponse |
Contains information available for http response.
|
| HttpConnectorUtil |
Util class that provides common functionality.
|
| HttpMessageDataStreamer |
Provides input and output stream by taking the HttpCarbonMessage.
|
| HttpPipeliningFuture |
Defines pipelining listener to be called in future.
|
| MessageFuture |
Represents future contents of the message.
|
| PassthroughBackPressureListener |
Implementation of the
BackPressureListener for the passthrough scenario. |
| PooledDataStreamerFactory |
Provide data streamers for writing using pooled buffers.
|
| ResponseHandle |
ResponseHandle represents an handler which return as a reference to an asynchronous invocation. |
| ServerRemoteFlowControlListener |
Server remote flow control listener.
|
Copyright © 2023 WSO2. All rights reserved.