Abort that session.
The MUX stream erred, the underlying transport streams are broken.
Terminate that session, make sure any further action on it will trigger
an IO error.
The other end is telling us that something is going wrong. Cleanup.
pushInput
final protected void pushInput(byte data, int off, int len, boolean noflush) throws IOException(Code)
Push some data into that session's input stream.
Parameters: data - The buffer containing the data to be pushed. Parameters: off - Offset of the data within above buffer. Parameters: len - Length of data to be pushed. Parameters: noflush - Set to true if there is already moredata available for that session. exception: IOException - If IO was interrupted.