org.mortbay.jetty
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) |
readLine
protected HttpParser _parser
protected EndPoint _endp
protected long _maxIdleTime
protected Buffer _content
public HttpParser.Input(HttpParser parser, long maxIdleTime)
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read(byte[] b, int off, int len) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int available() throws java.io.IOException
available
in class java.io.InputStream
java.io.IOException
Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.