com.sun.grizzly.http.jk.common
Class ChannelNioSocket.SocketInputStream
java.lang.Object
java.io.InputStream
com.sun.grizzly.http.jk.common.ChannelNioSocket.SocketInputStream
- All Implemented Interfaces:
- Closeable
- Enclosing class:
- ChannelNioSocket
protected class ChannelNioSocket.SocketInputStream
- extends InputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
available
public int available()
- Overrides:
available
in class InputStream
mark
public void mark(int readlimit)
- Overrides:
mark
in class InputStream
markSupported
public boolean markSupported()
- Overrides:
markSupported
in class InputStream
reset
public void reset()
- Overrides:
reset
in class InputStream
read
public int read()
throws IOException
- Specified by:
read
in class InputStream
- Throws:
IOException
read
public int read(byte[] data)
throws IOException
- Overrides:
read
in class InputStream
- Throws:
IOException
read
public int read(byte[] data,
int offset,
int len)
throws IOException
- Overrides:
read
in class InputStream
- Throws:
IOException
Copyright © 2012 Oracle Corporation. All Rights Reserved.