Package | Description |
---|---|
org.eclipse.jetty.websocket.common.events.annotated | |
org.eclipse.jetty.websocket.jsr356.annotations | |
org.eclipse.jetty.websocket.jsr356.server |
Modifier and Type | Method and Description |
---|---|
static InvalidSignatureException |
InvalidSignatureException.build(Method method,
Class<? extends Annotation> annoClass,
ParamList... paramlists) |
Modifier and Type | Method and Description |
---|---|
boolean |
JsrParamIdText.process(Param param,
JsrCallable callable) |
boolean |
JsrParamIdPong.process(Param param,
JsrCallable callable) |
boolean |
JsrParamIdOnOpen.process(Param param,
JsrCallable callable) |
boolean |
JsrParamIdOnError.process(Param param,
JsrCallable callable) |
boolean |
JsrParamIdOnClose.process(Param param,
JsrCallable callable) |
boolean |
JsrParamIdDecoder.process(Param param,
JsrCallable callable) |
boolean |
JsrParamIdBinary.process(Param param,
JsrCallable callable) |
boolean |
JsrParamIdBase.process(Param param,
JsrCallable callable) |
boolean |
IJsrParamId.process(Param param,
JsrCallable callable)
Process the potential parameter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
JsrPathParamId.process(Param param,
JsrCallable callable) |
Copyright © 1995-2015 Webtide. All Rights Reserved.