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 interface

SessionOutputBuffer

org.apache.http.io.SessionOutputBuffer
Known Indirect Subclasses

Class Overview

Session output buffer for blocking connections.

Summary

Public Methods
abstract void flush ()
abstract HttpTransportMetrics getMetrics ()
abstract void write (byte[] b, int off, int len)
abstract void write (byte[] b)
abstract void write (int b)
abstract void writeLine ( CharArrayBuffer buffer)
abstract void writeLine ( String s)

Public Methods

public abstract void flush ()

Added in API level 1

public abstract HttpTransportMetrics getMetrics ()

Added in API level 1

public abstract void write (byte[] b, int off, int len)

Added in API level 1

public abstract void write (byte[] b)

Added in API level 1

public abstract void write (int b)

Added in API level 1

public abstract void writeLine ( CharArrayBuffer buffer)

Added in API level 1

public abstract void writeLine ( String s)

Added in API level 1