dispatch.classic.mime

CountingMultipartEntity

class CountingMultipartEntity extends HttpEntityWrapper with Entity

Byte-counting entity writer used when a listener function is passed in to the MimeRequest.

Linear Supertypes
Entity, FormEntity, HttpEntityWrapper, HttpEntity, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. CountingMultipartEntity
  2. Entity
  3. FormEntity
  4. HttpEntityWrapper
  5. HttpEntity
  6. AnyRef
  7. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CountingMultipartEntity (delegate: Entity, listener_f: ListenerF)

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 == (arg0: AnyRef): Boolean

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

    Attributes
    final
    Definition Classes
    Any
  6. def add (values: Traversable[(String, String)]): Entity

    Definition Classes
    EntityFormEntity
  7. def addPart (name: String, body: ContentBody): Unit

    Definition Classes
    CountingMultipartEntityEntity
  8. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  9. def charset : Charset

    Definition Classes
    CountingMultipartEntityEntity
  10. def clone (): AnyRef

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  15. def getContent (): InputStream

    Definition Classes
    HttpEntityWrapper → HttpEntity
    Annotations
    @throws()
  16. def getContentEncoding (): Header

    Definition Classes
    HttpEntityWrapper → HttpEntity
  17. def getContentLength (): Long

    Definition Classes
    HttpEntityWrapper → HttpEntity
  18. def getContentType (): Header

    Definition Classes
    HttpEntityWrapper → HttpEntity
  19. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  20. def isChunked (): Boolean

    Definition Classes
    HttpEntityWrapper → HttpEntity
  21. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  22. def isRepeatable (): Boolean

    Definition Classes
    HttpEntityWrapper → HttpEntity
  23. def isStreaming (): Boolean

    Definition Classes
    HttpEntityWrapper → HttpEntity
  24. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  27. def oauth_params : Nil

    Should only return values that belong in an oauth signature

    Should only return values that belong in an oauth signature

    Definition Classes
    EntityFormEntity
  28. def synchronized [T0] (arg0: ⇒ T0): T0

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  33. def writeTo (out: OutputStream): Unit

    Definition Classes
    CountingMultipartEntity → HttpEntityWrapper → HttpEntity
  34. def consumeContent (): Unit

    Definition Classes
    HttpEntityWrapper → HttpEntity
    Annotations
    @deprecated @throws()
    Deprecated

    see corresponding Javadoc for more information.

Inherited from Entity

Inherited from FormEntity

Inherited from HttpEntityWrapper

Inherited from HttpEntity

Inherited from AnyRef

Inherited from Any