Package jakarta.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
-
encoders
-
configurator
Class<? extends ServerEndpointConfig.Configurator> configurator- Default:
jakarta.websocket.server.ServerEndpointConfig.Configurator.class
-