Uses of Class
org.eclipse.jetty.websocket.jsr356.annotations.Param.Role
-
Packages that use Param.Role Package Description org.eclipse.jetty.websocket.jsr356.annotations -
-
Uses of Param.Role in org.eclipse.jetty.websocket.jsr356.annotations
Fields in org.eclipse.jetty.websocket.jsr356.annotations declared as Param.Role Modifier and Type Field Description Param.RoleParam. roleMethods in org.eclipse.jetty.websocket.jsr356.annotations that return Param.Role Modifier and Type Method Description static Param.Role[]Param.Role. getMessageRoles()static Param.RoleParam.Role. valueOf(java.lang.String name)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.Role Modifier and Type Method Description voidParam. 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.
-