Package 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
- Version:
- $Revision: 560528 $
- Author:
- Oleg Kalnichevski
-
Method Summary
Modifier and Type Method Description voidflush()HttpTransportMetricsgetMetrics()voidwrite(byte[] b)voidwrite(byte[] b, int off, int len)voidwrite(int b)voidwriteLine(String s)voidwriteLine(CharArrayBuffer buffer)
-
Method Details
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
writeLine
- Throws:
IOException
-
writeLine
- Throws:
IOException
-
flush
- Throws:
IOException
-
getMetrics
HttpTransportMetrics getMetrics()
-