Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public abstract class

AbstractMessageWriter

extends Object
implements HttpMessageWriter
java.lang.Object
   ↳ org.apache.http.impl.io.AbstractMessageWriter
Known Direct Subclasses

Summary

Fields
protected final CharArrayBuffer lineBuf
protected final LineFormatter lineFormatter
protected final SessionOutputBuffer sessionBuffer
Public Constructors
AbstractMessageWriter ( SessionOutputBuffer buffer, LineFormatter formatter, HttpParams params)
Public Methods
void write ( HttpMessage message)
Protected Methods
abstract void writeHeadLine ( HttpMessage message)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.http.io.HttpMessageWriter

Fields

protected final CharArrayBuffer lineBuf

Added in API level 1

protected final LineFormatter lineFormatter

Added in API level 1

protected final SessionOutputBuffer sessionBuffer

Added in API level 1

Public Constructors

public AbstractMessageWriter ( SessionOutputBuffer buffer, LineFormatter formatter, HttpParams params)

Added in API level 1

Public Methods

public void write ( HttpMessage message)

Added in API level 1

Protected Methods

protected abstract void writeHeadLine ( HttpMessage message)

Added in API level 1