Uses of Class
org.springframework.web.socket.server.HandshakeFailureException
Packages that use HandshakeFailureException
Package
Description
Server-side abstractions for WebSocket interactions.
Server-side support for the Jetty WebSocket API.
Server-side classes for use with standard JSR-356 WebSocket endpoints.
Server-side support classes including container-specific strategies
 for upgrading a request.
TransportHandler
 implementation classes as well as a concrete
 SockJsService.- 
Uses of HandshakeFailureException in org.springframework.web.socket.serverMethods in org.springframework.web.socket.server that throw HandshakeFailureExceptionModifier and TypeMethodDescriptionbooleanHandshakeHandler.doHandshake(ServerHttpRequest request, ServerHttpResponse response, WebSocketHandler wsHandler, Map<String, Object> attributes) Initiate the handshake.voidRequestUpgradeStrategy.upgrade(ServerHttpRequest request, ServerHttpResponse response, String selectedProtocol, List<WebSocketExtension> selectedExtensions, Principal user, WebSocketHandler wsHandler, Map<String, Object> attributes) Perform runtime specific steps to complete the upgrade.
- 
Uses of HandshakeFailureException in org.springframework.web.socket.server.jettyMethods in org.springframework.web.socket.server.jetty that throw HandshakeFailureExceptionModifier and TypeMethodDescriptionvoidJettyRequestUpgradeStrategy.upgrade(ServerHttpRequest request, ServerHttpResponse response, String selectedProtocol, List<WebSocketExtension> selectedExtensions, Principal user, WebSocketHandler handler, Map<String, Object> attributes) 
- 
Uses of HandshakeFailureException in org.springframework.web.socket.server.standardMethods in org.springframework.web.socket.server.standard that throw HandshakeFailureExceptionModifier and TypeMethodDescriptionvoidAbstractStandardUpgradeStrategy.upgrade(ServerHttpRequest request, ServerHttpResponse response, String selectedProtocol, List<WebSocketExtension> selectedExtensions, Principal user, WebSocketHandler wsHandler, Map<String, Object> attrs) protected abstract voidAbstractStandardUpgradeStrategy.upgradeInternal(ServerHttpRequest request, ServerHttpResponse response, String selectedProtocol, List<Extension> selectedExtensions, Endpoint endpoint) voidAbstractTyrusRequestUpgradeStrategy.upgradeInternal(ServerHttpRequest request, ServerHttpResponse response, String selectedProtocol, List<Extension> extensions, Endpoint endpoint) protected voidStandardWebSocketUpgradeStrategy.upgradeInternal(ServerHttpRequest request, ServerHttpResponse response, String selectedProtocol, List<Extension> selectedExtensions, Endpoint endpoint) 
- 
Uses of HandshakeFailureException in org.springframework.web.socket.server.supportMethods in org.springframework.web.socket.server.support that throw HandshakeFailureExceptionModifier and TypeMethodDescriptionfinal booleanAbstractHandshakeHandler.doHandshake(ServerHttpRequest request, ServerHttpResponse response, WebSocketHandler wsHandler, Map<String, Object> attributes) 
- 
Uses of HandshakeFailureException in org.springframework.web.socket.sockjs.transport.handlerMethods in org.springframework.web.socket.sockjs.transport.handler that throw HandshakeFailureExceptionModifier and TypeMethodDescriptionbooleanWebSocketTransportHandler.doHandshake(ServerHttpRequest request, ServerHttpResponse response, WebSocketHandler handler, Map<String, Object> attributes)