ClientSSESessionWithDeserialization
class ClientSSESessionWithDeserialization(val call: HttpClientCall, delegate: SSESessionWithDeserialization) : SSESessionWithDeserialization(source)
A client session with deserialization support for handling Server-Sent Events (SSE) from a server.
Properties
Functions
Link copied to clipboard
Returns a diagnostic buffer of SSE data that has already been processed by this session.
Link copied to clipboard
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.