Package jakarta.websocket.server
Annotation Type ServerEndpoint
- 
Required Element SummaryRequired Elements
- 
Optional Element SummaryOptional ElementsModifier and TypeOptional ElementDescriptionClass<? extends ServerEndpointConfig.Configurator>String[]
- 
Element Details- 
valueString 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.
 
 
- 
- 
- 
subprotocolsString[] subprotocols- Default:
- {}
 
- 
decoders- Default:
- {}
 
- 
encoders- Default:
- {}
 
- 
configuratorClass<? extends ServerEndpointConfig.Configurator> configurator- Default:
- jakarta.websocket.server.ServerEndpointConfig.Configurator.class
 
 
-