Package org.eclipse.jetty.websocket.jsr356.annotations
package org.eclipse.jetty.websocket.jsr356.annotations
-
ClassDescriptionAnnotatedEndpointMetadata<T extends Annotation, C extends javax.websocket.EndpointConfig>Static reference to a specific annotated classes metadata.AnnotatedEndpointScanner<T extends Annotation, C extends javax.websocket.EndpointConfig>JSR-356 Parameter Identification processing.JsrEvents<T extends Annotation, C extends javax.websocket.EndpointConfig>The live event methods found for a specific Annotated EndpointCommon base for Parameter Identification in JSR Callable methodsParam handling for static Binary @
OnMessageparameters.Param handling for Text or Binary @OnMessageparameters declared asDecodersParam handling for @OnCloseparameters.Param handling for @OnErrorparameters.Param handling for @OnOpenparameters.Param handling for static Text @OnMessageparametersCallable forOnCloseannotated methodsCallable forOnErrorannotated methodsCallable forOnMessageannotated methods with a whole or partial binary messages.Callable forOnMessageannotated methods forInputStreambased binary message objectsCallable forOnMessageannotated methods with aPongMessagemessage object.Callable forOnMessageannotated methods with a whole or partial text messages.Callable forOnMessageannotated methods forReaderbased text message objectsCallable forOnOpenannotated methodsThe various roles of the known parameters.