Interface | Description |
---|---|
EventStreamUnmarshalling |
Mixing in this trait lets a
HttpEntity with a text/event-stream media type be unmarshalled to a source of
ServerSentEvent s. |
Class | Description |
---|---|
EventStreamParser |
Flow that converts raw byte string input into
ServerSentEvent s. |
EventStreamParser$ |
Flow that converts raw byte string input into
ServerSentEvent s. |
EventStreamUnmarshalling$ |
Importing
EventStreamUnmarshalling.fromEventsStream lets an HttpEntity with a text/event-stream media type be
unmarshalled to a source of ServerSentEvent s. |
LineParser |
INTERNAL API
|
LineParser$ |
INTERNAL API
|
ServerSentEventParser |
INTERNAL API
|
ServerSentEventParser.Builder | |
ServerSentEventParser.PosInt$ | |
ServerSentEventParser$ |
INTERNAL API
|