Package javax.websocket.server
Annotation Type ServerEndpoint
-
Required Element Summary
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionClass<? extends ServerEndpointConfig.Configurator>
String[]
-
Element Details
-
value
String valueURI or URI-template that the annotated class should be mapped to.- Returns:
- The URI or URI-template that the annotated class should be mapped to.
-
-
-
subprotocols
String[] subprotocols- Default:
- {}
-
decoders
- Default:
- {}
-
encoders
- Default:
- {}
-
configurator
Class<? extends ServerEndpointConfig.Configurator> configurator- Default:
- javax.websocket.server.ServerEndpointConfig.Configurator.class
-