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

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

Introduction

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

The text is from its open source code.

Method

intfillBuffer(ReadableByteChannel channel)
Fills the internal buffer of the parser with input data from the given ReadableByteChannel .
Tparse()
Attempts to parse a complete message head from the content of the internal buffer.