Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.web.socket.config.annotation Classes and Interfaces - 20 results found.
NameDescriptionTypePackageFramework
AbstractWebSocketHandlerRegistrationBase class for WebSocketHandlerRegistrations that gathers all the configurationoptions but allows sub-classes to put together the actual HTTP request mappings.Classorg.springframework.web.socket.config.annotationSpring MVC
AbstractWebSocketMessageBrokerConfigurerA convenient abstract base class for WebSocketMessageBrokerConfigurerSince:4.Classorg.springframework.web.socket.config.annotationSpring MVC
DelegatingWebSocketConfigurationA variation of WebSocketConfigurationSupport that detects implementations ofWebSocketConfigurer in Spring configuration and invokes them in order toClassorg.springframework.web.socket.config.annotationSpring MVC
DelegatingWebSocketMessageBrokerConfigurationA WebSocketMessageBrokerConfigurationSupport extension that detectsbeans of type WebSocketMessageBrokerConfigurer and delegates to allClassorg.springframework.web.socket.config.annotationSpring MVC
EnableWebSocketAdd this annotation to an @Configuration class to configureprocessing WebSocket requests:Classorg.springframework.web.socket.config.annotationSpring MVC
EnableWebSocketMessageBrokerAdd this annotation to an @Configuration class to enable broker-backedmessaging over WebSocket using a higher-level messaging sub-protocol.Classorg.springframework.web.socket.config.annotationSpring MVC
ServletWebSocketHandlerRegistrationA helper class for configuring WebSocketHandler request handlingincluding SockJS fallback options.Classorg.springframework.web.socket.config.annotationSpring MVC
ServletWebSocketHandlerRegistryA WebSocketHandlerRegistry that maps WebSocketHandlers to URLs for usein a Servlet container.Classorg.springframework.web.socket.config.annotationSpring MVC
SockJsServiceRegistrationA helper class for configuring SockJS fallback options, typically used indirectly, inconjunction with @EnableWebSocket andClassorg.springframework.web.socket.config.annotationSpring MVC
StompEndpointRegistryA contract for registering STOMP over WebSocket endpoints.Interfaceorg.springframework.web.socket.config.annotationSpring MVC
StompWebSocketEndpointRegistrationA contract for configuring a STOMP over WebSocket endpoint.Interfaceorg.springframework.web.socket.config.annotationSpring MVC
WebMvcStompEndpointRegistryA registry for STOMP over WebSocket endpoints that maps the endpoints with aHandlerMapping for use in Spring MVC.Classorg.springframework.web.socket.config.annotationSpring MVC
WebMvcStompWebSocketEndpointRegistrationAn abstract base class class for configuring STOMP over WebSocket/SockJS endpoints.Classorg.springframework.web.socket.config.annotationSpring MVC
WebSocketConfigurationSupportConfiguration support for WebSocket request handling.Classorg.springframework.web.socket.config.annotationSpring MVC
WebSocketConfigurerDefines callback methods to configure the WebSocket request handlingvia @EnableWebSocket.Interfaceorg.springframework.web.socket.config.annotationSpring MVC
WebSocketHandlerRegistrationProvides methods for configuring a WebSocket handler.Interfaceorg.springframework.web.socket.config.annotationSpring MVC
WebSocketHandlerRegistryProvides methods for configuring WebSocketHandler request mappings.Interfaceorg.springframework.web.socket.config.annotationSpring MVC
WebSocketMessageBrokerConfigurationSupportreceiving and responding to STOMP messages from WebSocket clients.Classorg.springframework.web.socket.config.annotationSpring MVC
WebSocketMessageBrokerConfigurerDefines methods for configuring message handling with simple messagingprotocols (e.Interfaceorg.springframework.web.socket.config.annotationSpring MVC
WebSocketTransportRegistrationConfigure the processing of messages received from and sent to WebSocket clients.Classorg.springframework.web.socket.config.annotationSpring MVC