|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transport | |
---|---|
net.i2p.router.transport | |
net.i2p.router.transport.ntcp | |
net.i2p.router.transport.tcp | Implements the transport for communicating with other routers via TCP/IP. |
net.i2p.router.transport.udp |
Uses of Transport in net.i2p.router.transport |
---|
Classes in net.i2p.router.transport that implement Transport | |
---|---|
class |
TransportImpl
Defines a way to send a message to another peer and start listening for messages |
Methods in net.i2p.router.transport that return Transport | |
---|---|
Transport |
TransportManager.getNTCPTransport()
|
Transport |
TransportBid.getTransport()
Specifies the transport that offered this bid |
Methods in net.i2p.router.transport with parameters of type Transport | |
---|---|
void |
TransportManager.addTransport(Transport transport)
|
void |
TransportManager.removeTransport(Transport transport)
|
void |
TransportBid.setTransport(Transport transport)
|
Uses of Transport in net.i2p.router.transport.ntcp |
---|
Classes in net.i2p.router.transport.ntcp that implement Transport | |
---|---|
class |
NTCPTransport
|
Uses of Transport in net.i2p.router.transport.tcp |
---|
Classes in net.i2p.router.transport.tcp that implement Transport | |
---|---|
class |
TCPTransport
TCP Transport implementation, coordinating the connections between peers and the transmission of messages across those connections. |
Uses of Transport in net.i2p.router.transport.udp |
---|
Classes in net.i2p.router.transport.udp that implement Transport | |
---|---|
class |
UDPTransport
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |