net.i2p.router.tunnel
Class TrivialRouterPreprocessor
java.lang.Object
net.i2p.router.tunnel.TrivialPreprocessor
net.i2p.router.tunnel.TrivialRouterPreprocessor
- All Implemented Interfaces:
- TunnelGateway.QueuePreprocessor
Deprecated. unused
public class TrivialRouterPreprocessor
- extends TrivialPreprocessor
Minor extension to track fragmentation
Method Summary |
protected void |
notePreprocessing(long messageId,
int numFragments,
int totalLength,
List<Long> messageIds)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrivialRouterPreprocessor
public TrivialRouterPreprocessor(RouterContext ctx)
- Deprecated.
notePreprocessing
protected void notePreprocessing(long messageId,
int numFragments,
int totalLength,
List<Long> messageIds)
- Deprecated.