|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.impl.nio.codecs.HttpMessageParser
Constructor Summary | |
HttpMessageParser(SessionInputBuffer buffer)
|
Method Summary | |
protected abstract org.apache.http.HttpMessage |
createMessage(org.apache.http.util.CharArrayBuffer buffer)
|
int |
fillBuffer(java.nio.channels.ReadableByteChannel channel)
|
org.apache.http.HttpMessage |
parse()
|
void |
reset()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HttpMessageParser(SessionInputBuffer buffer)
Method Detail |
public void reset()
public int fillBuffer(java.nio.channels.ReadableByteChannel channel) throws java.io.IOException
java.io.IOException
protected abstract org.apache.http.HttpMessage createMessage(org.apache.http.util.CharArrayBuffer buffer) throws org.apache.http.HttpException
org.apache.http.HttpException
public org.apache.http.HttpMessage parse() throws java.io.IOException, org.apache.http.HttpException
java.io.IOException
org.apache.http.HttpException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |