Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
InputStream
org.apache.mina.handler.support.IoSessionInputStream
public class IoSessionInputStream
extends InputStream
InputStream
that buffers data read from
IoHandler.messageReceived(IoSession,Object)
events.
Constructor Summary | |
Method Summary | |
int | |
void |
|
int |
|
int |
|
void |
|
void |
|
public int available()
public void close()
public int read() throws IOException
public int read(byte[] b, int off, int len) throws IOException
public void throwException(IOException e)