Package

akka.http.javadsl

common

Permalink

package common

Visibility
  1. Public
  2. All

Type Members

  1. abstract class CsvEntityStreamingSupport extends scaladsl.common.EntityStreamingSupport

    Permalink
  2. abstract class EntityStreamingSupport extends AnyRef

    Permalink

    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

    Permalink
  4. final class RegexConverters extends AnyRef

    Permalink

Value Members

  1. object EntityStreamingSupport

    Permalink

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

  2. object PartialApplication

    Permalink

    Contains helpful methods to partially apply Functions for Java

Ungrouped