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.Role
Param. role
Methods in org.eclipse.jetty.websocket.jsr356.annotations that return Param.Role Modifier and Type Method Description static Param.Role[]
Param.Role. getMessageRoles()
static Param.Role
Param.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 void
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.
-