public class NettyServletInputStream
extends javax.servlet.ServletInputStream
| Constructor and Description |
|---|
NettyServletInputStream(org.jboss.netty.handler.codec.http.HttpRequest request) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] buf) |
int |
read(byte[] buf,
int offset,
int len) |
available, close, mark, markSupported, reset, skippublic NettyServletInputStream(org.jboss.netty.handler.codec.http.HttpRequest request)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] buf)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] buf,
int offset,
int len)
throws IOException
read in class InputStreamIOExceptionApache CXF