Android
org.apache.http.io
public interface

org.apache.http.io.SessionOutputBuffer

org.apache.http.io.SessionOutputBuffer

Session output buffer for blocking connections.

Summary

Public Methods

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

Details

Public Methods

public void flush()

Throws

IOException

public HttpTransportMetrics getMetrics()

public void write(byte[] b)

Throws

IOException

public void write(int b)

Throws

IOException

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

Throws

IOException

public void writeLine(CharArrayBuffer buffer)

Throws

IOException

public void writeLine(String s)

Throws

IOException
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56