Uses of Enum
net.i2p.router.transport.Transport.AddressSource
Packages that use Transport.AddressSource
Package
Description
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.AddressSource in net.i2p.router.transport
Methods in net.i2p.router.transport that return Transport.AddressSourceModifier and TypeMethodDescriptionstatic Transport.AddressSourceReturns the enum constant of this type with the specified name.static Transport.AddressSource[]Transport.AddressSource.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.i2p.router.transport with parameters of type Transport.AddressSourceModifier and TypeMethodDescriptionvoidTransport.externalAddressReceived(Transport.AddressSource source, byte[] ip, int port) Notify a transport of an external address change.abstract voidTransportImpl.externalAddressReceived(Transport.AddressSource source, byte[] ip, int port) Notify a transport of an external address change.(package private) voidTransportManager.externalAddressReceived(Transport.AddressSource source, byte[] ip, int port) Initialize from interfaces, and callback from UPnP or SSU.voidTransport.externalAddressRemoved(Transport.AddressSource source, boolean ipv6) Notify a transport of an external address change.voidTransportImpl.externalAddressRemoved(Transport.AddressSource source, boolean ipv6) Notify a transport of an external address change.(package private) voidTransportManager.externalAddressRemoved(Transport.AddressSource source, boolean ipv6) Remove all ipv4 or ipv6 addresses. -
Uses of Transport.AddressSource in net.i2p.router.transport.ntcp
Methods in net.i2p.router.transport.ntcp with parameters of type Transport.AddressSourceModifier and TypeMethodDescriptionvoidNTCPTransport.externalAddressReceived(Transport.AddressSource source, byte[] ip, int port) UDP changed addresses, tell NTCP and (possibly) restartvoidNTCPTransport.externalAddressRemoved(Transport.AddressSource source, boolean ipv6) Notify a transport of an external address change. -
Uses of Transport.AddressSource in net.i2p.router.transport.udp
Methods in net.i2p.router.transport.udp with parameters of type Transport.AddressSourceModifier and TypeMethodDescriptionvoidUDPTransport.externalAddressReceived(Transport.AddressSource source, byte[] ip, int port) From config, UPnP, local i/f, ...