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(java.lang.reflect.Method method,
java.lang.Class<? extends java.lang.annotation.Annotation> annoClass,
ParamList... paramlists) |
Modifier and Type | Method and Description |
---|---|
boolean |
JsrParamIdOnError.process(Param param,
JsrCallable callable) |
boolean |
JsrParamIdPong.process(Param param,
JsrCallable callable) |
boolean |
JsrParamIdText.process(Param param,
JsrCallable callable) |
boolean |
JsrParamIdBinary.process(Param param,
JsrCallable callable) |
boolean |
JsrParamIdOnClose.process(Param param,
JsrCallable callable) |
boolean |
JsrParamIdOnOpen.process(Param param,
JsrCallable callable) |
boolean |
JsrParamIdDecoder.process(Param param,
JsrCallable callable) |
boolean |
IJsrParamId.process(Param param,
JsrCallable callable)
Process the potential parameter.
|
boolean |
JsrParamIdBase.process(Param param,
JsrCallable callable) |
Modifier and Type | Method and Description |
---|---|
boolean |
JsrPathParamId.process(Param param,
JsrCallable callable) |
Copyright © 1995–2023 Webtide. All rights reserved.