to top
Android APIs
Added in API level 1
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

Throws
IOException

public abstract HttpTransportMetrics getMetrics ()

Added in API level 1

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

Added in API level 1

Throws
IOException

public abstract void write (byte[] b)

Added in API level 1

Throws
IOException

public abstract void write (int b)

Added in API level 1

Throws
IOException

public abstract void writeLine (CharArrayBuffer buffer)

Added in API level 1

Throws
IOException

public abstract void writeLine (String s)

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.