|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
java.io.ByteArrayOutputStream
fr.dyade.aaa.agent.NGNetwork.CnxHandler.MessageOutputStream
final class NGNetwork.CnxHandler.MessageOutputStream
Class used to send messages through a stream.
Field Summary | |
---|---|
private java.io.ObjectOutputStream |
oos
|
Fields inherited from class java.io.ByteArrayOutputStream |
---|
buf, count |
Constructor Summary | |
---|---|
NGNetwork.CnxHandler.MessageOutputStream()
|
Method Summary | |
---|---|
(package private) void |
writeMessage(Message msg)
|
Methods inherited from class java.io.ByteArrayOutputStream |
---|
close, reset, size, toByteArray, toString, toString, toString, write, write, writeTo |
Methods inherited from class java.io.OutputStream |
---|
flush, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private java.io.ObjectOutputStream oos
Constructor Detail |
---|
NGNetwork.CnxHandler.MessageOutputStream() throws java.io.IOException
java.io.IOException
Method Detail |
---|
void writeMessage(Message msg) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |