Package 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 class TrivialRouterPreprocessor extends TrivialPreprocessor
Deprecated.unusedMinor extension to track fragmentation
-
-
Field Summary
-
Fields inherited from class net.i2p.router.tunnel.TrivialPreprocessor
_context, _dataCache, _log, IV_SIZE, PREPROCESSED_SIZE
-
-
Constructor Summary
Constructors Constructor Description TrivialRouterPreprocessor(RouterContext ctx)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected void
notePreprocessing(long messageId, int numFragments, int totalLength, List<Long> messageIds)
Deprecated.-
Methods inherited from class net.i2p.router.tunnel.TrivialPreprocessor
getDelayAmount, getInstructionAugmentationSize, getInstructionsSize, notePreprocessing, preprocess, preprocessQueue, writeFirstFragment, writeSubsequentFragment
-
-
-
-
Constructor Detail
-
TrivialRouterPreprocessor
public TrivialRouterPreprocessor(RouterContext ctx)
Deprecated.
-
-