|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.router.tunnel.OutboundReceiver
Receive the outbound message after it has been preprocessed and encrypted, then forward it on to the first hop in the tunnel.
Constructor Summary | |
OutboundReceiver(RouterContext ctx,
TunnelCreatorConfig cfg)
|
Method Summary | |
long |
receiveEncrypted(byte[] encrypted)
Take the encrypted data and send it off to the next hop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OutboundReceiver(RouterContext ctx, TunnelCreatorConfig cfg)
Method Detail |
public long receiveEncrypted(byte[] encrypted)
TunnelGateway.Receiver
receiveEncrypted
in interface TunnelGateway.Receiver
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |