|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TunnelGateway.Receiver | |
---|---|
net.i2p.router.tunnel | All the work of managing locally created and participating tunnels, creating and handling tunnel messages, and their encryption. |
Uses of TunnelGateway.Receiver in net.i2p.router.tunnel |
---|
Classes in net.i2p.router.tunnel that implement TunnelGateway.Receiver | |
---|---|
(package private) class |
InboundGatewayReceiver
Handle messages at the IBGW. |
(package private) class |
OutboundReceiver
We are the outbound gateway - we created this outbound tunnel. |
Fields in net.i2p.router.tunnel declared as TunnelGateway.Receiver | |
---|---|
protected TunnelGateway.Receiver |
TunnelGateway._receiver
|
Methods in net.i2p.router.tunnel with parameters of type TunnelGateway.Receiver | |
---|---|
boolean |
BatchedPreprocessor.preprocessQueue(List<PendingGatewayMessage> pending,
TunnelGateway.Sender sender,
TunnelGateway.Receiver rec)
|
boolean |
TrivialPreprocessor.preprocessQueue(List<PendingGatewayMessage> 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 NOTE: Unused here, see BatchedPreprocessor override, super is not called. |
boolean |
TunnelGateway.QueuePreprocessor.preprocessQueue(List<PendingGatewayMessage> pending,
TunnelGateway.Sender sender,
TunnelGateway.Receiver receiver)
Caller must synchronize on the list! |
protected void |
BatchedPreprocessor.send(List<PendingGatewayMessage> 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. |
long |
InboundSender.sendPreprocessed(byte[] preprocessed,
TunnelGateway.Receiver receiver)
|
long |
OutboundSender.sendPreprocessed(byte[] preprocessed,
TunnelGateway.Receiver receiver)
|
long |
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 |
Constructors in net.i2p.router.tunnel with parameters of type TunnelGateway.Receiver | |
---|---|
PumpedTunnelGateway(RouterContext context,
TunnelGateway.QueuePreprocessor preprocessor,
TunnelGateway.Sender sender,
TunnelGateway.Receiver receiver,
TunnelGatewayPumper pumper)
|
|
ThrottledPumpedTunnelGateway(RouterContext context,
TunnelGateway.QueuePreprocessor preprocessor,
TunnelGateway.Sender sender,
TunnelGateway.Receiver receiver,
TunnelGatewayPumper pumper,
HopConfig config)
|
|
TunnelGateway(RouterContext context,
TunnelGateway.QueuePreprocessor preprocessor,
TunnelGateway.Sender sender,
TunnelGateway.Receiver receiver)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |