Package org.apache.http.io
Interface BufferInfo
-
- All Known Implementing Classes:
AbstractSessionInputBuffer,AbstractSessionOutputBuffer,SessionInputBufferImpl,SessionOutputBufferImpl,SocketInputBuffer,SocketOutputBuffer
public interface BufferInfoBasic buffer properties.- Since:
- 4.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intavailable()Returns available space in the buffer.intcapacity()Returns total capacity of the bufferintlength()Return length data stored in the buffer
-