public class HttpInput
extends javax.servlet.ServletInputStream
| Modifier and Type | Field and Description |
|---|---|
protected AbstractHttpConnection |
_connection |
protected HttpParser |
_parser |
| Constructor and Description |
|---|
HttpInput(AbstractHttpConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
close, mark, markSupported, read, reset, skipprotected final AbstractHttpConnection _connection
protected final HttpParser _parser
public HttpInput(AbstractHttpConnection connection)
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 © 1995-2013 Mort Bay Consulting. All Rights Reserved.