See: Description
| Class | Description |
|---|---|
| ServerEndpointExporter |
Detects beans of type
ServerEndpointConfig and registers
with the standard Java WebSocket runtime. |
| ServerEndpointRegistration |
An implementation of
ServerEndpointConfig that also
contains the target Endpoint, provided either as a reference or
as a bean name. |
| ServletServerContainerFactoryBean |
A FactoryBean for configuring
ServerContainer. |
| SpringConfigurator |
A
ServerEndpointConfig.Configurator for initializing
ServerEndpoint-annotated classes through Spring. |