Java org.apache.http.nio.reactor SessionInputBuffer fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.nio.reactor SessionInputBuffer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.nio.reactor SessionInputBuffer.

The text is from its open source code.

Method

intfill(ReadableByteChannel src)
Makes an attempt to fill the buffer with data from the given ReadableByteChannel .
booleanreadLine(CharArrayBuffer dst, boolean endOfStream)
Attempts to transfer a complete line of characters up to a line delimiter from this buffer to the destination buffer.
StringtoString()
Returns a string representation of the object.