to top
Android APIs
public class

EntitySerializer

extends Object
java.lang.Object
   ↳ org.apache.http.impl.entity.EntitySerializer

Class Overview

Default implementation of an entity serializer.

This entity serializer currently supports only "chunked" and "identitiy" transfer-coding

Summary

Public Constructors
EntitySerializer( ContentLengthStrategy lenStrategy)
Public Methods
void serialize( SessionOutputBuffer outbuffer, HttpMessage message, HttpEntity entity)
Protected Methods
OutputStream doSerialize( SessionOutputBuffer outbuffer, HttpMessage message)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public EntitySerializer (ContentLengthStrategy lenStrategy)

Added in API level 1

Public Methods

public void serialize (SessionOutputBuffer outbuffer, HttpMessage message, HttpEntity entity)

Added in API level 1

Protected Methods

protected OutputStream doSerialize (SessionOutputBuffer outbuffer, HttpMessage message)

Added in API level 1
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.