net.i2p.router.tunnel
Interface TunnelGateway.Receiver

All Known Implementing Classes:
InboundGatewayReceiver, OutboundReceiver
Enclosing interface:
TunnelGateway

public static interface TunnelGateway.Receiver


Method Summary
 void receiveEncrypted(byte[] encrypted)
          Take the encrypted data and send it off to the next hop
 

Method Detail

receiveEncrypted

public void receiveEncrypted(byte[] encrypted)
Take the encrypted data and send it off to the next hop