org.apache.http.io
Interface SessionOutputBuffer
- All Known Implementing Classes:
- AbstractSessionOutputBuffer, LoggingSessionOutputBuffer, SocketOutputBuffer
public interface SessionOutputBuffer
Session output buffer for blocking connections.
- Since:
- 4.0
write
void write(byte[] b,
int off,
int len)
throws IOException
- Throws:
IOException
write
void write(byte[] b)
throws IOException
- Throws:
IOException
write
void write(int b)
throws IOException
- Throws:
IOException
writeLine
void writeLine(String s)
throws IOException
- Throws:
IOException
writeLine
void writeLine(CharArrayBuffer buffer)
throws IOException
- Throws:
IOException
flush
void flush()
throws IOException
- Throws:
IOException
getMetrics
HttpTransportMetrics getMetrics()
Please submit a feedback, bug or feature