Uses of Enum
net.i2p.router.transport.udp.PeerTestState.Role
Packages that use PeerTestState.Role
Package
Description
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
-
Uses of PeerTestState.Role in net.i2p.router.transport.udp
Methods in net.i2p.router.transport.udp that return PeerTestState.RoleModifier and TypeMethodDescriptionPeerTestState.getOurRole()Are we Alice, bob, or Charlie.static PeerTestState.RoleReturns the enum constant of this type with the specified name.static PeerTestState.Role[]PeerTestState.Role.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.i2p.router.transport.udp with parameters of type PeerTestState.RoleModifier and TypeMethodDescriptionstatic byte[]SSU2Util.createPeerTestData(I2PAppContext ctx, Hash h, Hash h2, PeerTestState.Role role, long nonce, byte[] ip, int port, SigningPrivateKey spk) Make the data for the peer test block(package private) PeerStateUDPTransport.pickTestPeer(PeerTestState.Role peerRole, int version, boolean isIPv6, RemoteHostId dontInclude) Pick a Bob (if we are Alice) or a Charlie (if we are Bob).Constructors in net.i2p.router.transport.udp with parameters of type PeerTestState.RoleModifierConstructorDescriptionPeerTestState(PeerTestState.Role role, PeerState bob, boolean isIPv6, long nonce, long now)