|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.client.fluent.Content
public class Content
Field Summary | |
---|---|
static Content |
NO_CONTENT
|
Method Summary | |
---|---|
byte[] |
asBytes()
|
InputStream |
asStream()
|
String |
asString()
|
ContentType |
getType()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Content NO_CONTENT
Method Detail |
---|
public ContentType getType()
public byte[] asBytes()
public String asString()
public InputStream asStream()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |