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 Java 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.socketMethods 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-Extensionsheader.static List<WebSocketExtension>WebSocketExtension.parseExtensions(String extensions) Parse the given, comma-separated string into a list ofWebSocketExtensionobjects.Method parameters in org.springframework.web.socket with type arguments of type WebSocketExtensionModifier and TypeMethodDescriptionvoidWebSocketHttpHeaders.setSecWebSocketExtensions(List<WebSocketExtension> extensions) Sets the (new) value(s) of theSec-WebSocket-Extensionsheader.
- 
Uses of WebSocketExtension in org.springframework.web.socket.adapter.jettyMethods 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.standardSubclasses of WebSocketExtension in org.springframework.web.socket.adapter.standardModifier and TypeClassDescriptionclassA subclass ofWebSocketExtensionthat 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.handlerMethods in org.springframework.web.socket.handler that return types with arguments of type WebSocketExtension
- 
Uses of WebSocketExtension in org.springframework.web.socket.serverMethods 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 TypeMethodDescriptionvoidRequestUpgradeStrategy.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.jettyMethods 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 TypeMethodDescriptionvoidJettyRequestUpgradeStrategy.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.standardMethods 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 TypeMethodDescriptionvoidAbstractStandardUpgradeStrategy.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.supportMethods 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.clientMethods 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.sessionMethods in org.springframework.web.socket.sockjs.transport.session that return types with arguments of type WebSocketExtensionModifier and TypeMethodDescriptionAbstractHttpSockJsSession.getExtensions()WebSocketServerSockJsSession.getExtensions()