net.i2p.router.tunnel
Class FragmentTest.ReceiverImpl

java.lang.Object
  extended bynet.i2p.router.tunnel.FragmentTest.ReceiverImpl
All Implemented Interfaces:
TunnelGateway.Receiver
Enclosing class:
FragmentTest

protected class FragmentTest.ReceiverImpl
extends java.lang.Object
implements TunnelGateway.Receiver


Constructor Summary
FragmentTest.ReceiverImpl(FragmentHandler handler, int delay)
           
 
Method Summary
 void 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

FragmentTest.ReceiverImpl

public FragmentTest.ReceiverImpl(FragmentHandler handler,
                                 int delay)
Method Detail

receiveEncrypted

public void receiveEncrypted(byte[] encrypted)
Description copied from interface: TunnelGateway.Receiver
Take the encrypted data and send it off to the next hop

Specified by:
receiveEncrypted in interface TunnelGateway.Receiver