com.ning.http.multipart.RequestEntity |
![]() |
This class is an adaptation of the Apache HttpClient implementationhttp://hc.apache.org/httpclient-3.x/
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the request entity's length.
| |||||||||||
Gets the entity's content type.
| |||||||||||
Tests if
writeRequest(java.io.OutputStream) can be called more than once. | |||||||||||
Writes the request entity to the given stream.
|
Gets the request entity's length. This method should return a non-negative value if the content length is known or a negative value if it is not. In the latter case the EntityEnclosingMethod will use chunk encoding to transmit the request entity.
Gets the entity's content type. This content type will be used as the value for the "Content-Type" header.
Tests if writeRequest(java.io.OutputStream)
can be called more than once.
Writes the request entity to the given stream.
IOException |
---|