| Package | Description |
|---|---|
| org.eclipse.jetty.websocket.common.events |
Jetty WebSocket Common : Event Driver for WebSocket Object
|
| org.eclipse.jetty.websocket.common.events.annotated | |
| org.eclipse.jetty.websocket.jsr356.annotations |
| Modifier and Type | Field | Description |
|---|---|---|
CallableMethod |
JettyAnnotatedMetadata.onConnect |
@OnWebSocketConnect ()
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
OptionalSessionCallableMethod |
Simple CallableMethod that manages the optional
Session argument |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
AbstractMethodAnnotationScanner.assertUnset(CallableMethod callable,
java.lang.Class<? extends java.lang.annotation.Annotation> annoClass,
java.lang.reflect.Method method) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
JsrCallable |
|
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 |
Copyright © 1995–2019 Webtide. All rights reserved.