Methods in net.i2p.router.tunnel with parameters of type TunnelGateway.Receiver |
void |
TunnelGateway.Sender.sendPreprocessed(byte[] preprocessed,
TunnelGateway.Receiver receiver)
Take the preprocessed data containing zero or more fragments, encrypt
it, and pass it on to the receiver |
boolean |
TunnelGateway.QueuePreprocessor.preprocessQueue(java.util.List pending,
TunnelGateway.Sender sender,
TunnelGateway.Receiver receiver)
|
boolean |
TrivialPreprocessor.preprocessQueue(java.util.List pending,
TunnelGateway.Sender sender,
TunnelGateway.Receiver rec)
Return true if there were messages remaining, and we should queue up
a delayed flush to clear them |
void |
OutboundSender.sendPreprocessed(byte[] preprocessed,
TunnelGateway.Receiver receiver)
|
void |
InboundSender.sendPreprocessed(byte[] preprocessed,
TunnelGateway.Receiver receiver)
|
void |
FragmentTest.SenderImpl.sendPreprocessed(byte[] preprocessed,
TunnelGateway.Receiver receiver)
|
boolean |
BatchedPreprocessor.preprocessQueue(java.util.List pending,
TunnelGateway.Sender sender,
TunnelGateway.Receiver rec)
|
protected void |
BatchedPreprocessor.send(java.util.List pending,
int startAt,
int sendThrough,
TunnelGateway.Sender sender,
TunnelGateway.Receiver rec)
Preprocess the messages from the pending list, grouping items startAt
through sendThrough (though only part of the last one may be fully
sent), delivering them through the sender/receiver. |