org.apache.http.entity.StringEntity
An entity whose content is retrieved from a string.
Known Direct Subclasses
Summary
Fields
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Fields
protected
final
byte[]
content
Public Constructors
Public Methods
public
Object
clone()
Returns a new instance of the same class as the receiver, whose slots
have been filled in with the values in the slots of the receiver.
Classes which wish to support cloning must specify that they implement
the Cloneable interface, since the implementation checks for this.
Returns
- Object a shallow copy of this object.
public
long
getContentLength()
public
boolean
isRepeatable()
public
boolean
isStreaming()
Tells that this entity is not streaming.