|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.router.message.OutboundClientMessageStatus
class OutboundClientMessageStatus
Good ol' fashioned struct with the send status
Constructor Summary | |
---|---|
OutboundClientMessageStatus(RouterContext ctx,
ClientMessage msg)
|
Method Summary | |
---|---|
boolean |
alreadySent(Hash gateway,
TunnelId tunnelId)
have we already sent the message down this tunnel? |
void |
clearAlreadySent()
|
boolean |
failed()
we failed. |
PayloadGarlicConfig |
getClove()
clove, if we've built it |
boolean |
getFailure()
did we totally fail? |
Destination |
getFrom()
who sent the message? |
LeaseSet |
getLeaseSet()
what is the target's current leaseSet (or null if we don't know yet) |
ClientMessage |
getMessage()
|
int |
getNumLookups()
|
int |
getNumSent()
how many messages have we sent through various leases? |
Payload |
getPayload()
raw payload |
long |
getStart()
date we started the process on |
boolean |
getSuccess()
have we totally succeeded? |
Destination |
getTo()
who is the message going to? |
void |
incrementLookups()
|
void |
sent(Hash gateway,
TunnelId tunnelId)
|
void |
setClove(PayloadGarlicConfig clove)
|
void |
setLeaseSet(LeaseSet ls)
|
boolean |
success()
we succeeded. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OutboundClientMessageStatus(RouterContext ctx, ClientMessage msg)
Method Detail |
---|
public Payload getPayload()
public PayloadGarlicConfig getClove()
public void setClove(PayloadGarlicConfig clove)
public ClientMessage getMessage()
public long getStart()
public int getNumLookups()
public void incrementLookups()
public void clearAlreadySent()
public Destination getFrom()
public Destination getTo()
public LeaseSet getLeaseSet()
public void setLeaseSet(LeaseSet ls)
public boolean alreadySent(Hash gateway, TunnelId tunnelId)
public void sent(Hash gateway, TunnelId tunnelId)
public int getNumSent()
public boolean getFailure()
public boolean failed()
public boolean getSuccess()
public boolean success()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |