class TunnelParticipant extends Object
| Constructor and Description |
|---|
TunnelParticipant(RouterContext ctx,
HopConfig config,
HopProcessor processor)
not an inbound endpoint
|
TunnelParticipant(RouterContext ctx,
InboundEndpointProcessor inEndProc)
inbound endpoint
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(TunnelDataMessage msg,
net.i2p.data.Hash recvFrom) |
int |
getCompleteCount()
getCompleteCount
|
int |
getFailedCount() |
String |
toString() |
public TunnelParticipant(RouterContext ctx, HopConfig config, HopProcessor processor)
public TunnelParticipant(RouterContext ctx, InboundEndpointProcessor inEndProc)
public void dispatch(TunnelDataMessage msg, net.i2p.data.Hash recvFrom)
public int getCompleteCount()
public int getFailedCount()