Uses of Enum
org.eclipse.jetty.websocket.jsr356.annotations.Param.Role
Packages that use Param.Role
-
Uses of Param.Role in org.eclipse.jetty.websocket.jsr356.annotations
Fields in org.eclipse.jetty.websocket.jsr356.annotations declared as Param.RoleMethods in org.eclipse.jetty.websocket.jsr356.annotations that return Param.RoleModifier and TypeMethodDescriptionstatic Param.Role[]
Param.Role.getMessageRoles()
static Param.Role
Returns the enum constant of this type with the specified name.static Param.Role[]
Param.Role.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jetty.websocket.jsr356.annotations with parameters of type Param.RoleModifier and TypeMethodDescriptionvoid
Param.bind
(Param.Role role) protected int
JsrCallable.findIndexForRole
(Param.Role role) Search the list of parameters for first one matching the role specified.protected Param
JsrCallable.findParamForRole
(Param.Role role) Find first param for specified role.