org.apache.http.impl.entity
Class EntitySerializer
java.lang.Object
org.apache.http.impl.entity.EntitySerializer
public class EntitySerializer
- extends java.lang.Object
Default implementation of an entity serializer.
This entity serializer currently supports only "chunked" and "identitiy" transfer-coding
- Since:
- 4.0
- Version:
- $Revision: 560343 $
- Author:
- Oleg Kalnichevski
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntitySerializer
public EntitySerializer(ContentLengthStrategy lenStrategy)
doSerialize
protected java.io.OutputStream doSerialize(SessionOutputBuffer outbuffer,
HttpMessage message)
throws HttpException,
java.io.IOException
- Throws:
HttpException
java.io.IOException
serialize
public void serialize(SessionOutputBuffer outbuffer,
HttpMessage message,
HttpEntity entity)
throws HttpException,
java.io.IOException
- Throws:
HttpException
java.io.IOException
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.