Uses of Class
net.i2p.router.transport.udp.IntroductionManager.RelayIntroResult
-
Packages that use IntroductionManager.RelayIntroResult Package Description net.i2p.router.transport.udp The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP. -
-
Uses of IntroductionManager.RelayIntroResult in net.i2p.router.transport.udp
Methods in net.i2p.router.transport.udp that return IntroductionManager.RelayIntroResult Modifier and Type Method Description (package private) IntroductionManager.RelayIntroResult
IntroductionManager. receiveRelayIntro(PeerState2 bob, Hash alice, byte[] data)
We are Charlie and we got this from Bob.static IntroductionManager.RelayIntroResult
IntroductionManager.RelayIntroResult. valueOf(String name)
Returns the enum constant of this type with the specified name.static IntroductionManager.RelayIntroResult[]
IntroductionManager.RelayIntroResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-