|
||||||||||
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
public abstract class HttpMessageParser
Constructor Summary | |
---|---|
HttpMessageParser(SessionInputBuffer buffer,
HttpParams params)
|
Method Summary | |
---|---|
void |
configure()
|
protected abstract HttpMessage |
createMessage(CharArrayBuffer buffer)
|
int |
fillBuffer(java.nio.channels.ReadableByteChannel channel)
|
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, HttpParams params)
Method Detail |
---|
public void configure()
public void reset()
public int fillBuffer(java.nio.channels.ReadableByteChannel channel) throws java.io.IOException
java.io.IOException
protected abstract HttpMessage createMessage(CharArrayBuffer buffer) throws HttpException
HttpException
public HttpMessage parse() throws java.io.IOException, HttpException
java.io.IOException
HttpException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |