to top
Android APIs
public class

SerializableEntity

extends AbstractHttpEntity
java.lang.Object
   ↳ org.apache.http.entity.AbstractHttpEntity
     ↳ org.apache.http.entity.SerializableEntity

Summary

[Expand]
Inherited Fields
From class org.apache.http.entity.AbstractHttpEntity
Public Constructors
SerializableEntity( Serializable ser, boolean bufferize)
Public Methods
InputStream getContent()
long getContentLength()
boolean isRepeatable()
boolean isStreaming()
void writeTo( OutputStream outstream)
[Expand]
Inherited Methods
From class org.apache.http.entity.AbstractHttpEntity
From class java.lang.Object
From interface org.apache.http.HttpEntity

Public Constructors

public SerializableEntity (Serializable ser, boolean bufferize)

Added in API level 1

Throws
IOException

Public Methods

public InputStream getContent ()

Added in API level 1

public long getContentLength ()

Added in API level 1

public boolean isRepeatable ()

Added in API level 1

public boolean isStreaming ()

Added in API level 1

public void writeTo (OutputStream outstream)

Added in API level 1

Throws
IOException
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.