Package net.i2p.router.transport

Interface Summary
FIFOBandwidthLimiter.Request  
Transport Defines a way to send a message to another peer and start listening for messages
TransportEventListener  
 

Class Summary
BandwidthLimitedInputStream  
BandwidthLimitedOutputStream  
BandwidthLimiterTest Stress out the bandwidth limiter by running a series of push and pull tests through bandwidth limited streams.
CommSystemFacadeImpl  
FakeInputStream Read up to a specified number of bytes, then EOF.
FIFOBandwidthLimiter  
FIFOBandwidthRefiller  
GetBidsJob Retrieve a set of bids for a particular outbound message, and if any are found that meet the message's requirements, register the message as in process and pass it on to the transport for processing
NullOutputStream Output stream for when we don't care whats written
OutboundMessageRegistry  
TransportBid Provide a bid for how much it would "cost" to transfer a message of a particular peer
TransportImpl Defines a way to send a message to another peer and start listening for messages
TransportManager  
VMCommSystem Hacked up in-VM comm system for talking between contexts.