public interface RequestEntity
| Modifier and Type | Method and Description |
|---|---|
long |
getContentLength()
Gets the request entity's length.
|
String |
getContentType()
Gets the entity's content type.
|
void |
writeRequest(OutputStream out)
Writes the request entity to the given stream.
|
void writeRequest(OutputStream out) throws IOException
out - IOExceptionlong getContentLength()
String getContentType()
Copyright © 2014. All Rights Reserved.