Uses of Class
org.eclipse.jetty.websocket.common.events.annotated.CallableMethod
-
Packages that use CallableMethod Package Description org.eclipse.jetty.websocket.common.events Jetty WebSocket Common : Event Driver for WebSocket Objectorg.eclipse.jetty.websocket.common.events.annotated org.eclipse.jetty.websocket.jsr356.annotations -
-
Uses of CallableMethod in org.eclipse.jetty.websocket.common.events
Fields in org.eclipse.jetty.websocket.common.events declared as CallableMethod Modifier and Type Field Description CallableMethodJettyAnnotatedMetadata. onConnect@OnWebSocketConnect () -
Uses of CallableMethod in org.eclipse.jetty.websocket.common.events.annotated
Subclasses of CallableMethod in org.eclipse.jetty.websocket.common.events.annotated Modifier and Type Class Description classOptionalSessionCallableMethodSimple CallableMethod that manages the optionalSessionargumentMethods in org.eclipse.jetty.websocket.common.events.annotated with parameters of type CallableMethod Modifier and Type Method Description protected voidAbstractMethodAnnotationScanner. assertUnset(CallableMethod callable, java.lang.Class<? extends java.lang.annotation.Annotation> annoClass, java.lang.reflect.Method method) -
Uses of CallableMethod in org.eclipse.jetty.websocket.jsr356.annotations
Subclasses of CallableMethod in org.eclipse.jetty.websocket.jsr356.annotations Modifier and Type Class Description classJsrCallableclassOnCloseCallableCallable forOnCloseannotated methodsclassOnErrorCallableCallable forOnErrorannotated methodsclassOnMessageBinaryCallableCallable forOnMessageannotated methods with a whole or partial binary messages.classOnMessageBinaryStreamCallableCallable forOnMessageannotated methods forInputStreambased binary message objectsclassOnMessageCallableclassOnMessagePongCallableCallable forOnMessageannotated methods with aPongMessagemessage object.classOnMessageTextCallableCallable forOnMessageannotated methods with a whole or partial text messages.classOnMessageTextStreamCallableCallable forOnMessageannotated methods forReaderbased text message objectsclassOnOpenCallableCallable forOnOpenannotated methods
-