class OutboundClientMessageStatus extends Object
| Constructor and Description |
|---|
OutboundClientMessageStatus(RouterContext ctx,
ClientMessage msg) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
alreadySent(net.i2p.data.Hash gateway,
net.i2p.data.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?
|
net.i2p.data.Destination |
getFrom()
who sent the message?
|
net.i2p.data.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?
|
net.i2p.data.Payload |
getPayload()
raw payload
|
long |
getStart()
date we started the process on
|
boolean |
getSuccess()
have we totally succeeded?
|
net.i2p.data.Destination |
getTo()
who is the message going to?
|
void |
incrementLookups() |
void |
sent(net.i2p.data.Hash gateway,
net.i2p.data.TunnelId tunnelId) |
void |
setClove(PayloadGarlicConfig clove) |
void |
setLeaseSet(net.i2p.data.LeaseSet ls) |
boolean |
success()
we succeeded.
|
public OutboundClientMessageStatus(RouterContext ctx, ClientMessage msg)
public net.i2p.data.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 net.i2p.data.Destination getFrom()
public net.i2p.data.Destination getTo()
public net.i2p.data.LeaseSet getLeaseSet()
public void setLeaseSet(net.i2p.data.LeaseSet ls)
public boolean alreadySent(net.i2p.data.Hash gateway,
net.i2p.data.TunnelId tunnelId)
public void sent(net.i2p.data.Hash gateway,
net.i2p.data.TunnelId tunnelId)
public int getNumSent()
public boolean getFailure()
public boolean failed()
public boolean getSuccess()
public boolean success()