Class | Description |
---|---|
ServerSentEvent |
An object representing a server-sent-event following the SSE specifications
A server sent event is composed of the following:
Event id: This is the last event id seen on the stream this event was received.
|
ServerSentEventDecoder |
A decoder to decode Server sent events into
ServerSentEvent |
ServerSentEventEncoder |
An encoder to convert
ServerSentEvent to a ByteBuf |
SseChannelHandler |
A handler to insert
ServerSentEventDecoder at a proper position in the pipeline according to the protocol. |
SseClientPipelineConfigurator<I> |
PipelineConfigurator implementation for Server Sent Events to
be used for SSE clients. |
SSEInboundHandler | Deprecated
Use
SseChannelHandler instead. |
SseOverHttpClientPipelineConfigurator<I> | Deprecated
Use
SseClientPipelineConfigurator instead. |
SseOverHttpServerPipelineConfigurator<I> | Deprecated
Use
SseServerPipelineConfigurator instead. |
SseServerPipelineConfigurator<I> |
PipelineConfigurator implementation for Server Sent Events to
be used for SSE servers. |
Enum | Description |
---|---|
ServerSentEvent.Type |