Uses of Class
org.springframework.web.socket.WebSocketHttpHeaders
Package
Description
Client-side abstractions for WebSocket applications.
WebSocket integration for Spring's messaging module.
Server-side support classes including container-specific strategies
for upgrading a request.
SockJS client implementation of
WebSocketClient
.-
Uses of WebSocketHttpHeaders in org.springframework.web.socket.client
Modifier and TypeMethodDescriptionAbstractWebSocketClient.execute
(WebSocketHandler webSocketHandler, @Nullable WebSocketHttpHeaders headers, URI uri) WebSocketClient.execute
(WebSocketHandler webSocketHandler, @Nullable WebSocketHttpHeaders headers, URI uri) Execute a handshake request to the given url and handle the resulting WebSocket session with the given handler. -
Uses of WebSocketHttpHeaders in org.springframework.web.socket.messaging
Modifier and TypeMethodDescriptionWebSocketStompClient.connectAsync
(String url, @Nullable WebSocketHttpHeaders handshakeHeaders, @Nullable StompHeaders connectHeaders, StompSessionHandler handler, @Nullable Object... uriVariables) An overloaded version ofWebSocketStompClient.connectAsync(String, StompSessionHandler, Object...)
that also acceptsWebSocketHttpHeaders
to use for the WebSocket handshake andStompHeaders
for the STOMP CONNECT frame.WebSocketStompClient.connectAsync
(String url, @Nullable WebSocketHttpHeaders handshakeHeaders, StompSessionHandler handler, @Nullable Object... uriVariables) An overloaded version ofWebSocketStompClient.connectAsync(String, StompSessionHandler, Object...)
that also acceptsWebSocketHttpHeaders
to use for the WebSocket handshake.WebSocketStompClient.connectAsync
(URI url, @Nullable WebSocketHttpHeaders handshakeHeaders, @Nullable StompHeaders connectHeaders, StompSessionHandler sessionHandler) An overloaded version ofWebSocketStompClient.connectAsync(String, WebSocketHttpHeaders, StompSessionHandler, Object...)
that accepts a fully preparedURI
. -
Uses of WebSocketHttpHeaders in org.springframework.web.socket.server.support
Modifier and TypeMethodDescriptionprotected boolean
AbstractHandshakeHandler.isWebSocketVersionSupported
(WebSocketHttpHeaders httpHeaders) -
Uses of WebSocketHttpHeaders in org.springframework.web.socket.sockjs.client
Modifier and TypeMethodDescriptionSockJsClient.execute
(WebSocketHandler handler, @Nullable WebSocketHttpHeaders headers, URI url)