|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.metanotion.rpc.MINAMessageOutputStream
public final class MINAMessageOutputStream
| Constructor Summary | |
|---|---|
MINAMessageOutputStream(IoSession session)
|
|
| Method Summary | |
|---|---|
void |
close()
Close the stream. |
void |
flush()
Flush any "pending" "writes" in the stream. |
void |
write(Message m)
Write an object to the stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MINAMessageOutputStream(IoSession session)
| Method Detail |
|---|
public void write(Message m)
ObjectOutputStream
write in interface ObjectOutputStream<Message>m - the object to write.public void close()
ObjectOutputStream
close in interface ObjectOutputStream<Message>public void flush()
ObjectOutputStream
flush in interface ObjectOutputStream<Message>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||