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.
unused
Minor 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
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 Details
-
TrivialRouterPreprocessor
Deprecated.
-
-
Method Details
-
notePreprocessing
protected void notePreprocessing(long messageId, int numFragments, int totalLength, List<Long> messageIds)Deprecated.
-