Implementations of this interface are encouraged to handle exceptions locally where it makes sense or alternatively let the exception bubble up in which case by default the exception is logged and the session closed with {@link CloseStatus#SERVER_ERROR SERVER_ERROR(1011)}. The exception handling strategy is provided by {@link org.springframework.web.socket.handler.ExceptionWebSocketHandlerDecorator ExceptionWebSocketHandlerDecorator} and it can be customized or replaced by decoratingthe {@link WebSocketHandler} with a different decorator. @author Rossen Stoyanchev @author Phillip Webb @since 4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|