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. MimeRequestTerms
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MimeRequestTerms(r: Request)

Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. 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

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

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

  5. 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

  6. 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.

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

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

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

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

  9. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. 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.

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

    Add a listener function to be called as bytes are uploaded

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

  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def clone(): AnyRef

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

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

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

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

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

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

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

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

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

    Definition Classes
    AnyRef
  25. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped