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,
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, Hash recvFrom)
public int getCompleteCount()
public int getFailedCount()