Packages

package common

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract class CsvEntityStreamingSupport extends scaladsl.common.EntityStreamingSupport
  2. abstract class EntityStreamingSupport extends AnyRef

    Entity streaming support trait allowing rendering and receiving incoming Source[T, _] from HTTP entities.

    Entity streaming support trait allowing rendering and receiving incoming Source[T, _] from HTTP entities.

    See JsonEntityStreamingSupport or CsvEntityStreamingSupport for default implementations.

  3. abstract class JsonEntityStreamingSupport extends scaladsl.common.EntityStreamingSupport
  4. final class RegexConverters extends AnyRef

Value Members

  1. object EntityStreamingSupport

    Entity streaming support, independent of used Json parsing library etc.

  2. object PartialApplication

    Contains helpful methods to partially apply Functions for Java

Ungrouped