dispatch.classic.mime.Mime

MimeRequestTerms

class MimeRequestTerms extends AnyRef

Request derivative with multipart operators

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. MimeRequestTerms
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MimeRequestTerms (r: Request)

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def <<* (name: String, file_name: String, bytes: Array[Byte], content_type: String): Request

    Add byte array with content-type to multipart post, will convert other post methods to multipart

  5. def <<* (name: String, file_name: String, bytes: Array[Byte]): Request

    Add byte array to multipart post, will convert other post methods to multipart

  6. def <<* (name: String, file_name: String, stream: () ⇒ InputStream): Request

    Add stream generator with content-type to multipart post, will convert other post methods to multipart

  7. def <<* (name: String, file_name: String, stream: () ⇒ InputStream, content_type: String): Request

    Add stream generator to multipart post, will convert other post methods to multipart.

  8. def <<* (name: String, file: File, content_type: String): Request

    Add file with content-type to multipart post, will convert other post methods to multipart

  9. def <<* (name: String, file: File): Request

    Add file to multipart post, will convert other post methods to multipart

  10. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  11. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  12. def >--> [T] (multipart_block: MultipartBlock[T]): Handler[List[T]]

    Process parts of a multipart response in a block.

    Process parts of a multipart response in a block. The block is called once for each part with a Map[String,List[String]] of its headers and an InputStream of the body.

  13. def >?> (listener_f: ListenerF): Request

    Add a listener function to be called as bytes are uploaded

  14. def add (name: String, content: ⇒ ContentBody): Request

  15. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  16. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  18. def equals (arg0: Any): Boolean

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  21. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  22. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  23. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  24. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  25. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  26. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  27. def toString (): String

    Definition Classes
    AnyRef → Any
  28. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any