Uses of Interface
net.i2p.router.transport.Transport
Packages that use 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
Methods in net.i2p.router that return types with arguments of type TransportMethods in net.i2p.router with parameters of type TransportModifier and TypeMethodDescriptionvoidCommSystemFacade.registerTransport(Transport t) Pluggable transportvoidCommSystemFacade.unregisterTransport(Transport t) Pluggable transport -
Uses of Transport in net.i2p.router.transport
Classes in net.i2p.router.transport that implement TransportModifier and TypeClassDescriptionclassDefines a way to send a message to another peer and start listening for messagesMethods in net.i2p.router.transport that return TransportModifier and TypeMethodDescriptionTransportBid.getTransport()Specifies the transport that offered this bid(package private) TransportTransportManager.getTransport(String style) Methods in net.i2p.router.transport that return types with arguments of type TransportModifier and TypeMethodDescriptionCommSystemFacadeImpl.getTransports()TransportManager.getTransports()Methods in net.i2p.router.transport with parameters of type TransportModifier and TypeMethodDescription(package private) voidTransportManager.registerAndStart(Transport t) Pluggable transports.voidCommSystemFacadeImpl.registerTransport(Transport t) Pluggable transports.voidTransportBid.setTransport(Transport transport) (package private) voidTransportManager.stopAndUnregister(Transport t) Pluggable transports.voidCommSystemFacadeImpl.unregisterTransport(Transport t) Pluggable transports. -
Uses of Transport in net.i2p.router.transport.ntcp
Classes in net.i2p.router.transport.ntcp that implement Transport -
Uses of Transport in net.i2p.router.transport.udp
Classes in net.i2p.router.transport.udp that implement Transport