|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
fr.dyade.aaa.agent.MessageOutputStream
fr.dyade.aaa.agent.BufferedMessageOutputStream
fr.dyade.aaa.agent.SimpleNetwork.NetworkOutputStream
final class SimpleNetwork.NetworkOutputStream
Field Summary |
---|
Fields inherited from class fr.dyade.aaa.agent.BufferedMessageOutputStream |
---|
out |
Fields inherited from class fr.dyade.aaa.agent.MessageOutputStream |
---|
buf, compressedFlows, count, logmon, oos |
Constructor Summary | |
---|---|
SimpleNetwork.NetworkOutputStream()
|
Method Summary | |
---|---|
protected void |
writeHeader()
Writes the protocol header to this output stream. |
(package private) void |
writeMessage(java.io.OutputStream os,
Message msg,
long currentTimeMillis)
Writes a message to the output stream of the socket. |
Methods inherited from class fr.dyade.aaa.agent.BufferedMessageOutputStream |
---|
flush, write, write |
Methods inherited from class fr.dyade.aaa.agent.MessageOutputStream |
---|
getLogger, write, writeInt, writeMessage, writeMessageHeader, writeShort |
Methods inherited from class java.io.OutputStream |
---|
close |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
SimpleNetwork.NetworkOutputStream() throws java.io.IOException
java.io.IOException
Method Detail |
---|
protected void writeHeader()
writeHeader
in class MessageOutputStream
void writeMessage(java.io.OutputStream os, Message msg, long currentTimeMillis) throws java.io.IOException
sock
- The output socket.msg
- The message to write out.currentTimeMillis
- The current time in milliseconds, this
parameter is used to the handling of notification expiration.
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |