Uses of Enum
org.drasyl.handler.peers.Role
Packages that use Role
-
Uses of Role in org.drasyl.handler.peers
Methods in org.drasyl.handler.peers that return RoleModifier 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.Constructors in org.drasyl.handler.peers with parameters of type RoleModifierConstructorDescriptionPeer
(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) -
Uses of Role in org.drasyl.serialization
Methods in org.drasyl.serialization that return RoleConstructors in org.drasyl.serialization with parameters of type RoleModifierConstructorDescriptionPeerMixin
(Role role, InetSocketAddress inetAddress, long sent, long last, long average, long best, long worst, double stDev)