Package jakarta.websocket.server
Interface ServerEndpointConfig
- All Superinterfaces:
- EndpointConfig
Provides configuration information for WebSocket endpoints published to a server. Applications may provide their own
 implementation or use 
ServerEndpointConfig.Builder.- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic class
- 
Method SummaryMethods inherited from interface jakarta.websocket.EndpointConfiggetDecoders, getEncoders, getUserProperties
- 
Method Details- 
getEndpointClassClass<?> getEndpointClass()
- 
getPathString getPath()Returns the path at which this WebSocket server endpoint has been registered. It may be a path or a level 0 URI template.- Returns:
- The registered path
 
- 
getSubprotocols
- 
getExtensions
- 
getConfiguratorServerEndpointConfig.Configurator getConfigurator()
 
-