Instance Constructors
-
new
CountingMultipartEntity
(delegate: Entity, listener_f: ListenerF)
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
add
(values: Traversable[(String, String)]): Entity
-
def
addPart
(name: String, body: ContentBody): Unit
-
def
asInstanceOf
[T0]
: T0
-
def
charset
: Charset
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
getContent
(): InputStream
-
def
getContentEncoding
(): Header
-
def
getContentLength
(): Long
-
def
getContentType
(): Header
-
def
hashCode
(): Int
-
def
isChunked
(): Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
isRepeatable
(): Boolean
-
def
isStreaming
(): Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
oauth_params
: scala.collection.immutable.Nil.type
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
writeTo
(out: OutputStream): Unit
Deprecated Value Members
-
def
consumeContent
(): Unit
Inherited from HttpEntityWrapper
Inherited from HttpEntity
Inherited from AnyRef
Inherited from Any
Byte-counting entity writer used when a listener function is passed in to the MimeRequest.