Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.web.socket.handler Classes and Interfaces - 12 results found.
NameDescriptionTypePackageFramework
AbstractWebSocketHandlerA convenient base class for WebSocketHandler implementation with empty methods.Classorg.springframework.web.socket.handlerSpring MVC
BeanCreatingHandlerProviderInstantiates a target handler through a Spring BeanFactory and also providesan equivalent destroy method.Classorg.springframework.web.socket.handlerSpring MVC
BinaryWebSocketHandlerA convenient base class for WebSocketHandler implementation that process binarymessages only.Classorg.springframework.web.socket.handlerSpring MVC
ConcurrentWebSocketSessionDecoratorWraps a WebSocketSession and guaranteesonly one thread can send messages at a time.Classorg.springframework.web.socket.handlerSpring MVC
ExceptionWebSocketHandlerDecoratorAn exception handling WebSocketHandlerDecorator.Classorg.springframework.web.socket.handlerSpring MVC
LoggingWebSocketHandlerDecoratorA WebSocketHandlerDecorator that adds logging to WebSocket lifecycle events.Classorg.springframework.web.socket.handlerSpring MVC
PerConnectionWebSocketHandlerA WebSocketHandler that initializes and destroys a WebSocketHandlerinstance for each WebSocket connection and delegates all other methods to it.Classorg.springframework.web.socket.handlerSpring MVC
SessionLimitExceededExceptionRaised when a WebSocket session has exceeded limits it has been configuredfor, e.Classorg.springframework.web.socket.handlerSpring MVC
TextWebSocketHandlerA convenient base class for WebSocketHandler implementation that process textmessages only.Classorg.springframework.web.socket.handlerSpring MVC
WebSocketHandlerDecoratorWraps another WebSocketHandlerinstance and delegates to it.Classorg.springframework.web.socket.handlerSpring MVC
WebSocketHandlerDecoratorFactoryA factory for applying decorators to a WebSocketHandler.Interfaceorg.springframework.web.socket.handlerSpring MVC
WebSocketSessionDecoratorWraps another WebSocketSession instanceand delegates to it.Classorg.springframework.web.socket.handlerSpring MVC