Package | Description |
---|---|
org.eclipse.jetty.websocket.jsr356.annotations | |
org.eclipse.jetty.websocket.jsr356.server |
Modifier and Type | Class and Description |
---|---|
class |
OnCloseCallable
Callable for
OnClose annotated methods |
class |
OnErrorCallable
Callable for
OnError annotated methods |
class |
OnMessageBinaryCallable
Callable for
OnMessage annotated methods with a whole or partial binary messages. |
class |
OnMessageBinaryStreamCallable
Callable for
OnMessage annotated methods for InputStream based binary message objects |
class |
OnMessageCallable |
class |
OnMessagePongCallable
Callable for
OnMessage annotated methods with a PongMessage message object. |
class |
OnMessageTextCallable
Callable for
OnMessage annotated methods with a whole or partial text messages. |
class |
OnMessageTextStreamCallable
Callable for
OnMessage annotated methods for Reader based text message objects |
class |
OnOpenCallable
Callable for
OnOpen annotated methods |
Modifier and Type | Method and Description |
---|---|
private void |
AnnotatedEndpointScanner.assertNotDuplicate(JsrCallable callable,
java.lang.Class<? extends java.lang.annotation.Annotation> methodAnnotationClass,
java.lang.Class<?> pojo,
java.lang.reflect.Method method) |
protected void |
JsrParamIdOnMessage.assertPartialMessageSupportDisabled(Param param,
JsrCallable callable) |
private boolean |
JsrParamIdText.isMessageRoleAssigned(JsrCallable callable) |
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.
|
private void |
AnnotatedEndpointScanner.visitMethod(JsrCallable callable,
java.lang.Class<?> pojo,
java.lang.reflect.Method method,
java.util.LinkedList<IJsrParamId> paramIds,
java.lang.Class<? extends java.lang.annotation.Annotation> methodAnnotationClass) |
private boolean |
AnnotatedEndpointScanner.visitParam(JsrCallable callable,
Param param,
java.util.List<IJsrParamId> paramIds) |
Constructor and Description |
---|
JsrCallable(JsrCallable copy)
Copy Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
JsrPathParamId.process(Param param,
JsrCallable callable) |