Package | Description |
---|---|
org.eclipse.jetty.websocket.jsr356.annotations |
Modifier and Type | Field and Description |
---|---|
Param.Role |
Param.role |
Modifier and Type | Method and Description |
---|---|
static Param.Role[] |
Param.Role.getMessageRoles() |
static Param.Role |
Param.Role.valueOf(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.
|
Modifier and Type | Method and 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.
|
Copyright © 1995-2015 Webtide. All Rights Reserved.