Uses of Class
org.springframework.web.socket.WebSocketHttpHeaders
Packages that use WebSocketHttpHeaders Package Description org.springframework.web.socket Common abstractions and Spring configuration support for WebSocket applications.org.springframework.web.socket.client Client-side abstractions for WebSocket applications.org.springframework.web.socket.messaging WebSocket integration for Spring's messaging module.org.springframework.web.socket.server.support Server-side support classes including container-specific strategies for upgrading a request.org.springframework.web.socket.sockjs.client SockJS client implementation ofWebSocketClient
.Uses of WebSocketHttpHeaders in org.springframework.web.socket
Methods in org.springframework.web.socket that return WebSocketHttpHeaders Modifier and Type Method Description static WebSocketHttpHeaders
WebSocketHttpHeaders. readOnlyWebSocketHttpHeaders(WebSocketHttpHeaders headers)
Deprecated.as of 5.1.16, in favor of callingWebSocketHttpHeaders(HttpHeaders)
with a read-only wrapper fromHttpHeaders.readOnlyHttpHeaders(HttpHeaders)
Methods in org.springframework.web.socket with parameters of type WebSocketHttpHeaders Modifier and Type Method Description static WebSocketHttpHeaders
WebSocketHttpHeaders. readOnlyWebSocketHttpHeaders(WebSocketHttpHeaders headers)
Deprecated.as of 5.1.16, in favor of callingWebSocketHttpHeaders(HttpHeaders)
with a read-only wrapper fromHttpHeaders.readOnlyHttpHeaders(HttpHeaders)
Uses of WebSocketHttpHeaders in org.springframework.web.socket.client
Methods in org.springframework.web.socket.client with parameters of type WebSocketHttpHeaders Modifier and Type Method Description ListenableFuture<WebSocketSession>
AbstractWebSocketClient. doHandshake(WebSocketHandler webSocketHandler, WebSocketHttpHeaders headers, URI uri)
ListenableFuture<WebSocketSession>
WebSocketClient. doHandshake(WebSocketHandler webSocketHandler, WebSocketHttpHeaders headers, URI uri)
Uses of WebSocketHttpHeaders in org.springframework.web.socket.messaging
Uses of WebSocketHttpHeaders in org.springframework.web.socket.server.support
Methods in org.springframework.web.socket.server.support with parameters of type WebSocketHttpHeaders Modifier and Type Method Description protected boolean
AbstractHandshakeHandler. isWebSocketVersionSupported(WebSocketHttpHeaders httpHeaders)
Uses of WebSocketHttpHeaders in org.springframework.web.socket.sockjs.client
Methods in org.springframework.web.socket.sockjs.client with parameters of type WebSocketHttpHeaders Modifier and Type Method Description ListenableFuture<WebSocketSession>
SockJsClient. doHandshake(WebSocketHandler handler, WebSocketHttpHeaders headers, URI url)