Uses of Enum
org.drasyl.handler.peers.Role
-
Uses of Role in org.drasyl.handler.peers
Modifier and TypeMethodDescriptionPeer.role()
static Role
Returns the enum constant of this type with the specified name.static Role[]
Role.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionPeer
(Role role, InetSocketAddress inetAddress) Peer
(Role role, InetSocketAddress inetAddress, long rtt) Peer
(Role role, InetSocketAddress inetAddress, long sent, long last, long average, long best, long worst, double stDev)