Package org.eclipse.jetty.websocket.jsr356.annotations
package org.eclipse.jetty.websocket.jsr356.annotations
-
ClassDescriptionStatic reference to a specific annotated classes metadata.JSR-356 Parameter Identification processing.The live event methods found for a specific Annotated EndpointCommon base for Parameter Identification in JSR Callable methodsParam handling for static Binary @
OnMessage
parameters.Param handling for Text or Binary @OnMessage
parameters declared asDecoder
sParam handling for @OnClose
parameters.Param handling for @OnError
parameters.Param handling for @OnOpen
parameters.Param handling for static Text @OnMessage
parametersCallable forOnClose
annotated methodsCallable forOnError
annotated methodsCallable forOnMessage
annotated methods with a whole or partial binary messages.Callable forOnMessage
annotated methods forInputStream
based binary message objectsCallable forOnMessage
annotated methods with aPongMessage
message object.Callable forOnMessage
annotated methods with a whole or partial text messages.Callable forOnMessage
annotated methods forReader
based text message objectsCallable forOnOpen
annotated methodsThe various roles of the known parameters.