|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.router.MessageStateMonitor
public class MessageStateMonitor
Keep track of the inbound and outbound messages in memory.
Constructor Summary | |
---|---|
MessageStateMonitor(RouterContext context)
Deprecated. |
Method Summary | |
---|---|
int |
getInboundLiveCount()
Deprecated. |
int |
getInboundReadCount()
Deprecated. |
int |
getOutboundDiscardedCount()
Deprecated. |
int |
getOutboundLiveCount()
Deprecated. |
void |
inboundMessageAdded()
Deprecated. |
void |
inboundMessageFinalized()
Deprecated. |
void |
inboundMessageRead()
Deprecated. |
void |
outboundMessageAdded()
Deprecated. |
void |
outboundMessageDiscarded()
Deprecated. |
void |
outboundMessageFinalized()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageStateMonitor(RouterContext context)
Method Detail |
---|
public void inboundMessageAdded()
public void inboundMessageRead()
public void inboundMessageFinalized()
public void outboundMessageAdded()
public void outboundMessageDiscarded()
public void outboundMessageFinalized()
public int getInboundLiveCount()
public int getInboundReadCount()
public int getOutboundLiveCount()
public int getOutboundDiscardedCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |