Package akka.http.scaladsl.unmarshalling.sse
-
Interface Summary Interface Description EventStreamUnmarshalling Mixing in this trait lets aHttpEntity
with atext/event-stream
media type be unmarshalled to a source ofServerSentEvent
s. -
Class Summary Class Description EventStreamParser Flow that converts raw byte string input intoServerSentEvent
s.EventStreamParser$ Flow that converts raw byte string input intoServerSentEvent
s.EventStreamUnmarshalling$ ImportingEventStreamUnmarshalling.fromEventsStream
lets anHttpEntity
with atext/event-stream
media type be unmarshalled to a source ofServerSentEvent
s.LineParser INTERNAL APILineParser$ INTERNAL APIServerSentEventParser INTERNAL APIServerSentEventParser.Builder ServerSentEventParser.PosInt$ ServerSentEventParser$ INTERNAL API