org.apache.http.client.fluent
Class Content
java.lang.Object
org.apache.http.client.fluent.Content
public class Content
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NO_CONTENT
public static final Content NO_CONTENT
getType
public ContentType getType()
asBytes
public byte[] asBytes()
asString
public String asString()
asStream
public InputStream asStream()
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.