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
Subclasses with type arguments of type Param.Role in org.eclipse.jetty.websocket.jsr356.annotationsModifier and TypeClassDescriptionstatic enumThe various roles of the known parameters.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.RoleReturns 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 TypeMethodDescriptionvoidParam.bind(Param.Role role) protected intJsrCallable.findIndexForRole(Param.Role role) Search the list of parameters for first one matching the role specified.protected ParamJsrCallable.findParamForRole(Param.Role role) Find first param for specified role.