public static class HttpParser.Input extends ServletInputStream
| Modifier and Type | Field and Description |
|---|---|
protected Buffer |
_content |
protected EndPoint |
_endp |
protected long |
_maxIdleTime |
protected HttpParser |
_parser |
| Constructor and Description |
|---|
HttpParser.Input(HttpParser parser,
long maxIdleTime) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
readLineclose, mark, markSupported, read, reset, skipprotected HttpParser _parser
protected EndPoint _endp
protected long _maxIdleTime
protected Buffer _content
public HttpParser.Input(HttpParser parser, long maxIdleTime)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionCopyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.