Uses of Class
org.springframework.web.socket.WebSocketExtension
Packages that use WebSocketExtension
Package
Description
Common abstractions and Spring configuration support for WebSocket applications.
Adapter classes for the Jetty WebSocket API.
Adapter classes for the standard Jakarta WebSocket API.
Convenient
WebSocketHandler
implementations and decorators.Server-side abstractions for WebSocket interactions.
Server-side support for the Jetty 9+ 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.
SockJS client implementation of
WebSocketClient
.SockJS specific implementations of
WebSocketSession
.-
Uses of WebSocketExtension in org.springframework.web.socket
Methods in org.springframework.web.socket that return types with arguments of type WebSocketExtensionModifier and TypeMethodDescriptionWebSocketSession.getExtensions()
Determine the negotiated extensions.WebSocketHttpHeaders.getSecWebSocketExtensions()
Returns the value of theSec-WebSocket-Extensions
header.static List<WebSocketExtension>
WebSocketExtension.parseExtensions
(String extensions) Parse the given, comma-separated string into a list ofWebSocketExtension
objects.Method parameters in org.springframework.web.socket with type arguments of type WebSocketExtensionModifier and TypeMethodDescriptionvoid
WebSocketHttpHeaders.setSecWebSocketExtensions
(List<WebSocketExtension> extensions) Sets the (new) value(s) of theSec-WebSocket-Extensions
header. -
Uses of WebSocketExtension in org.springframework.web.socket.adapter.jetty
Methods in org.springframework.web.socket.adapter.jetty that return types with arguments of type WebSocketExtensionConstructors in org.springframework.web.socket.adapter.jetty with parameters of type WebSocketExtensionModifierConstructorDescription -
Uses of WebSocketExtension in org.springframework.web.socket.adapter.standard
Subclasses of WebSocketExtension in org.springframework.web.socket.adapter.standardModifier and TypeClassDescriptionclass
A subclass ofWebSocketExtension
that can be constructed from aExtension
.Methods in org.springframework.web.socket.adapter.standard that return types with arguments of type WebSocketExtensionConstructors in org.springframework.web.socket.adapter.standard with parameters of type WebSocketExtension -
Uses of WebSocketExtension in org.springframework.web.socket.handler
Methods in org.springframework.web.socket.handler that return types with arguments of type WebSocketExtension -
Uses of WebSocketExtension in org.springframework.web.socket.server
Methods in org.springframework.web.socket.server that return types with arguments of type WebSocketExtensionModifier and TypeMethodDescriptionRequestUpgradeStrategy.getSupportedExtensions
(ServerHttpRequest request) Return the WebSocket protocol extensions supported by the underlying WebSocket server.Method parameters in org.springframework.web.socket.server with type arguments of type WebSocketExtensionModifier and TypeMethodDescriptionvoid
RequestUpgradeStrategy.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 WebSocketExtension in org.springframework.web.socket.server.jetty
Methods in org.springframework.web.socket.server.jetty that return types with arguments of type WebSocketExtensionModifier and TypeMethodDescriptionJettyRequestUpgradeStrategy.getSupportedExtensions
(ServerHttpRequest request) Method parameters in org.springframework.web.socket.server.jetty with type arguments of type WebSocketExtensionModifier and TypeMethodDescriptionvoid
JettyRequestUpgradeStrategy.upgrade
(ServerHttpRequest request, ServerHttpResponse response, String selectedProtocol, List<WebSocketExtension> selectedExtensions, Principal user, WebSocketHandler handler, Map<String, Object> attributes) -
Uses of WebSocketExtension in org.springframework.web.socket.server.standard
Methods in org.springframework.web.socket.server.standard that return types with arguments of type WebSocketExtensionModifier and TypeMethodDescriptionprotected List<WebSocketExtension>
AbstractStandardUpgradeStrategy.getInstalledExtensions
(WebSocketContainer container) protected List<WebSocketExtension>
AbstractTyrusRequestUpgradeStrategy.getInstalledExtensions
(WebSocketContainer container) AbstractStandardUpgradeStrategy.getSupportedExtensions
(ServerHttpRequest request) Method parameters in org.springframework.web.socket.server.standard with type arguments of type WebSocketExtensionModifier and TypeMethodDescriptionvoid
AbstractStandardUpgradeStrategy.upgrade
(ServerHttpRequest request, ServerHttpResponse response, String selectedProtocol, List<WebSocketExtension> selectedExtensions, Principal user, WebSocketHandler wsHandler, Map<String, Object> attrs) -
Uses of WebSocketExtension in org.springframework.web.socket.server.support
Methods in org.springframework.web.socket.server.support that return types with arguments of type WebSocketExtensionModifier and TypeMethodDescriptionprotected List<WebSocketExtension>
AbstractHandshakeHandler.filterRequestedExtensions
(ServerHttpRequest request, List<WebSocketExtension> requestedExtensions, List<WebSocketExtension> supportedExtensions) Filter the list of requested WebSocket extensions.Method parameters in org.springframework.web.socket.server.support with type arguments of type WebSocketExtensionModifier and TypeMethodDescriptionprotected List<WebSocketExtension>
AbstractHandshakeHandler.filterRequestedExtensions
(ServerHttpRequest request, List<WebSocketExtension> requestedExtensions, List<WebSocketExtension> supportedExtensions) Filter the list of requested WebSocket extensions. -
Uses of WebSocketExtension in org.springframework.web.socket.sockjs.client
Methods in org.springframework.web.socket.sockjs.client that return types with arguments of type WebSocketExtensionModifier and TypeMethodDescriptionWebSocketClientSockJsSession.getExtensions()
XhrClientSockJsSession.getExtensions()
-
Uses of WebSocketExtension in org.springframework.web.socket.sockjs.transport.session
Methods in org.springframework.web.socket.sockjs.transport.session that return types with arguments of type WebSocketExtensionModifier and TypeMethodDescriptionAbstractHttpSockJsSession.getExtensions()
WebSocketServerSockJsSession.getExtensions()