Uses of Interface
net.i2p.router.transport.Transport
Package
Description
The I2P router application handles the I2P network communication.
The transport system allows the usage of communication layers that are below I2P in the stack, on which I2P messages are sent.
The NTCP transport allows passing I2P messages on top of TCP.
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
-
Uses of Transport in net.i2p.router
Modifier and TypeMethodDescriptionvoid
CommSystemFacade.registerTransport
(Transport t) Pluggable transportvoid
CommSystemFacade.unregisterTransport
(Transport t) Pluggable transport -
Uses of Transport in net.i2p.router.transport
Modifier and TypeClassDescriptionclass
Defines a way to send a message to another peer and start listening for messagesModifier and TypeMethodDescriptionTransportBid.getTransport()
Specifies the transport that offered this bid(package private) Transport
TransportManager.getTransport
(String style) Modifier and TypeMethodDescriptionCommSystemFacadeImpl.getTransports()
TransportManager.getTransports()
Modifier and TypeMethodDescription(package private) void
TransportManager.registerAndStart
(Transport t) Pluggable transports.void
CommSystemFacadeImpl.registerTransport
(Transport t) Pluggable transports.void
TransportBid.setTransport
(Transport transport) (package private) void
TransportManager.stopAndUnregister
(Transport t) Pluggable transports.void
CommSystemFacadeImpl.unregisterTransport
(Transport t) Pluggable transports. -
Uses of Transport in net.i2p.router.transport.ntcp
-
Uses of Transport in net.i2p.router.transport.udp