Object/Trait

com.malliina.play.streams

StreamParsers

Related Docs: trait StreamParsers | package streams

Permalink

object StreamParsers extends StreamParsers

Linear Supertypes
StreamParsers, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamParsers
  2. StreamParsers
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def byteArrayPartConsumer(f: (ByteString) ⇒ Future[Unit])(implicit mat: Materializer): FilePartHandler[Long]

    Permalink

    Builds a part handler that applies the supplied function to the array of bytes as they are received.

    Builds a part handler that applies the supplied function to the array of bytes as they are received.

    f

    what to do with the bytes

    returns

    a part handler memorizing the total number of bytes consumed

    Attributes
    protected
    Definition Classes
    StreamParsers
  6. def byteArrayPartHandler[T](sink: Sink[ByteString, Future[T]])(implicit ec: ExecutionContext): FilePartHandler[T]

    Permalink

    Builds a part handler that uses the supplied sink to handle the bytes as they are received.

    Builds a part handler that uses the supplied sink to handle the bytes as they are received.

    T

    eventual value produced by iteratee

    sink

    input byte handler

    Attributes
    protected
    Definition Classes
    StreamParsers
  7. def byteArrayPartHandler2[T](acc: Accumulator[ByteString, FilePart[T]]): FilePartHandler[T]

    Permalink
    Attributes
    protected
    Definition Classes
    StreamParsers
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def handleFilePart[A](handler: (FileInfo) ⇒ Accumulator[ByteString, A])(implicit ec: ExecutionContext): FilePartHandler[A]

    Permalink

    Taken from Multipart.scala.

    Taken from Multipart.scala.

    Attributes
    protected
    Definition Classes
    StreamParsers
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def multiPartBodyParser[T](sink: Sink[ByteString, Future[T]], maxLength: StorageSize)(implicit mat: Materializer): BodyParser[MultipartFormData[T]]

    Permalink
    Definition Classes
    StreamParsers
  17. def multiPartByteStreaming(f: (ByteString) ⇒ Future[Unit], maxLength: StorageSize)(implicit mat: Materializer): BodyParser[MultipartFormData[Long]]

    Permalink
    Definition Classes
    StreamParsers
  18. def multiPartChannelStreaming(dest: SourceQueue[ByteString], maxLength: StorageSize)(implicit mat: Materializer): BodyParser[MultipartFormData[Long]]

    Permalink

    Pushes the bytes to the supplied channel as they are received.

    Pushes the bytes to the supplied channel as they are received.

    dest

    channel to push to

    Definition Classes
    StreamParsers
  19. def multiPartStreamPiping(maxLength: StorageSize)(implicit mat: Materializer): (InputStream, BodyParser[MultipartFormData[Long]])

    Permalink

    Parses a multipart form-data upload in such a way that any parsed bytes are made available to the returned InputStream.

    Parses a multipart form-data upload in such a way that any parsed bytes are made available to the returned InputStream.

    Definition Classes
    StreamParsers
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from StreamParsers

Inherited from AnyRef

Inherited from Any

Ungrouped