|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.mq.il.uil.multiplexor.StreamMux
This class is used to multiplex from multiple streams into a single stream.
Constructor Summary | |
StreamMux(OutputStream out)
StreamMux constructor comment. |
Method Summary | |
void |
flush()
|
short |
getFrameSize()
Insert the method's description here. |
OutputStream |
getStream(short id)
|
void |
setFrameSize(short newFrameSize)
Insert the method's description here. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StreamMux(OutputStream out) throws IOException
out
- java.io.OutputStream
IOException
- Description of ExceptionMethod Detail |
public void setFrameSize(short newFrameSize) throws IOException
newFrameSize
- short
IOException
- Description of Exceptionpublic short getFrameSize()
public OutputStream getStream(short id) throws IOException
IOException
public void flush() throws IOException
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |