Uses of Class
net.i2p.router.transport.udp.PeerTestState.Role

Packages that use PeerTestState.Role
net.i2p.router.transport.udp 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.Role
 PeerTestState.Role PeerTestState.getOurRole()
          Are we Alice, bob, or Charlie.
static PeerTestState.Role PeerTestState.Role.valueOf(String name)
          Returns 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.
 

Constructors in net.i2p.router.transport.udp with parameters of type PeerTestState.Role
PeerTestState(PeerTestState.Role role, long nonce, long now)