|
|||||||||
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.ByteArrayMessageOutputStream
fr.dyade.aaa.agent.HttpNetwork.NetworkOutputStream
final class HttpNetwork.NetworkOutputStream
Class used to send messages through a stream.
Field Summary | |
---|---|
private int |
ack
Stamp of last acked message. |
Fields inherited from class fr.dyade.aaa.agent.MessageOutputStream |
---|
buf, compressedFlows, count, logmon, oos |
Constructor Summary | |
---|---|
HttpNetwork.NetworkOutputStream()
|
Method Summary | |
---|---|
protected void |
writeHeader()
Writes the protocol header to this output stream. |
(package private) void |
writeMessage(Message msg,
int ack,
long currentTimeMillis)
|
Methods inherited from class fr.dyade.aaa.agent.ByteArrayMessageOutputStream |
---|
reset, size, write, write, writeTo |
Methods inherited from class fr.dyade.aaa.agent.MessageOutputStream |
---|
getLogger, write, writeInt, writeMessage, writeMessageHeader, writeShort |
Methods inherited from class java.io.OutputStream |
---|
close, flush |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int ack
Constructor Detail |
---|
HttpNetwork.NetworkOutputStream() throws java.io.IOException
java.io.IOException
Method Detail |
---|
protected void writeHeader()
writeHeader
in class MessageOutputStream
void writeMessage(Message msg, int ack, long currentTimeMillis) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |