Package-level declarations
Types
A client session for handling Server-Sent Events (SSE) from a server.
A client session with deserialization support for handling Server-Sent Events (SSE) from a server.
Indicates if a client engine supports Server-Sent Events (SSE).
Represents an exception which can be thrown during client SSE session.
A session for handling Server-Sent Events (SSE) from a server.
A session with deserialization support for handling Server-Sent Events (SSE) from a server.
Properties
Client Server-Sent Events (SSE) plugin that allows you to establish an SSE connection to a server and receive Server-Sent Events from it. For a simple session, use ClientSSESession. For a session with deserialization, use ClientSSESessionWithDeserialization.
Functions
Deserialize the provided event data into an object of type T using the deserializer function defined in the SSESessionWithDeserialization interface.
Deserialize the provided data into an object of type T using the deserializer function defined in the SSESessionWithDeserialization interface.
Opens a ClientSSESession to receive Server-Sent Events (SSE) from a server and performs block.
Opens a ClientSSESessionWithDeserialization to receive Server-Sent Events (SSE) from a server with ability to deserialize the data
field of the TypedServerSentEvent
.
Opens a ClientSSESessionWithDeserialization to receive Server-Sent Events (SSE) from a server with ability to deserialize the data
field of the TypedServerSentEvent
and performs block.
Opens a ClientSSESession to receive Server-Sent Events (SSE) from a server.
Opens a ClientSSESessionWithDeserialization to receive Server-Sent Events (SSE) from a server with ability to deserialize the data
field of the TypedServerSentEvent
.
Opens a ClientSSESession to receive Server-Sent Events (SSE) from a server and performs block.
Opens a ClientSSESessionWithDeserialization to receive Server-Sent Events (SSE) from a server with ability to deserialize the data
field of the TypedServerSentEvent
and performs block.
Opens a ClientSSESession to receive Server-Sent Events (SSE) from a server.
Opens a ClientSSESessionWithDeserialization to receive Server-Sent Events (SSE) from a server with ability to deserialize the data
field of the TypedServerSentEvent
and performs block.