net.i2p.router.tunnel
Class RouterFragmentHandler
java.lang.Object
net.i2p.router.tunnel.FragmentHandler
net.i2p.router.tunnel.RouterFragmentHandler
class RouterFragmentHandler
- extends FragmentHandler
Minor extension to allow message history integration
Fields inherited from class net.i2p.router.tunnel.FragmentHandler |
_context, _log, MASK_EXTENDED, MASK_FRAGMENTED, MASK_IS_SUBSEQUENT, MASK_TYPE, MAX_DEFRAGMENT_TIME, TYPE_LOCAL, TYPE_ROUTER, TYPE_TUNNEL, TYPE_UNDEF |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RouterFragmentHandler
public RouterFragmentHandler(RouterContext context,
FragmentHandler.DefragmentedReceiver receiver)
noteReception
protected void noteReception(long messageId,
int fragmentId,
Object status)
- Overrides:
noteReception
in class FragmentHandler
noteCompletion
protected void noteCompletion(long messageId)
- Overrides:
noteCompletion
in class FragmentHandler
noteFailure
protected void noteFailure(long messageId,
String status)
- Overrides:
noteFailure
in class FragmentHandler