package common
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- abstract class CsvEntityStreamingSupport extends scaladsl.common.EntityStreamingSupport
- abstract class EntityStreamingSupport extends AnyRef
Entity streaming support trait allowing rendering and receiving incoming
from HTTP entities.Source[T, _]
Entity streaming support trait allowing rendering and receiving incoming
from HTTP entities.Source[T, _]
See JsonEntityStreamingSupport or CsvEntityStreamingSupport for default implementations.
- abstract class JsonEntityStreamingSupport extends scaladsl.common.EntityStreamingSupport
- final class RegexConverters extends AnyRef
Value Members
- object EntityStreamingSupport
Entity streaming support, independent of used Json parsing library etc.
- object PartialApplication
Contains helpful methods to partially apply Functions for Java