- get(Object) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
- getAcceptedProtocol() - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- getAcceptedProtocol() - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- getAcceptedProtocol() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
Return the selected sub-protocol to use.
- getAcceptedProtocol() - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- getAcceptedProtocol() - Method in interface org.springframework.web.socket.WebSocketSession
-
Return the negotiated sub-protocol or null
if none was specified or
negotiated successfully.
- getApplicationContext() - Method in class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport
-
Returns the active ApplicationContext
.
- getAsyncSendTimeout() - Method in class org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
-
- getAsyncSendTimeout() - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
-
- getCallbackParam(ServerHttpRequest) - Method in class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpSendingTransportHandler
-
- getCode() - Method in class org.springframework.web.socket.CloseStatus
-
Returns the status code.
- getConfigurator() - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- getContainer(HttpServletRequest) - Method in class org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy
-
- getContainer(HttpServletRequest) - Method in class org.springframework.web.socket.server.standard.TomcatRequestUpgradeStrategy
-
- getContent() - Method in class org.springframework.web.socket.sockjs.frame.SockJsFrame
-
- getContentBytes() - Method in class org.springframework.web.socket.sockjs.frame.SockJsFrame
-
- getContentType() - Method in class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpSendingTransportHandler
-
- getContentType() - Method in class org.springframework.web.socket.sockjs.transport.handler.EventSourceTransportHandler
-
- getContentType() - Method in class org.springframework.web.socket.sockjs.transport.handler.HtmlFileTransportHandler
-
- getContentType() - Method in class org.springframework.web.socket.sockjs.transport.handler.JsonpPollingTransportHandler
-
- getContentType() - Method in class org.springframework.web.socket.sockjs.transport.handler.XhrPollingTransportHandler
-
- getContentType() - Method in class org.springframework.web.socket.sockjs.transport.handler.XhrStreamingTransportHandler
-
- getConversionService() - Method in class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport
-
Strategy method used to obtain the ConversionService
.
- getDecoders() - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- getDefaultProtocolHandler() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
- getDelegate() - Method in class org.springframework.web.socket.handler.WebSocketHandlerDecorator
-
- getDisconnectDelay() - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
Return the amount of time in milliseconds before a client is considered disconnected.
- getEncoders() - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- getEndpoint() - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- getEndpointClass() - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- getEndpointInstance(Class<T>) - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- getEndpointInstance(Class<T>) - Method in class org.springframework.web.socket.server.standard.SpringConfigurator
-
- getExtensions() - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- getExtensions() - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- getExtensions() - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- getExtensions() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- getExtensions() - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- getExtensions() - Method in interface org.springframework.web.socket.WebSocketSession
-
Return the negotiated extensions or null
if none was specified or
negotiated successfully.
- getFirst(String) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Return the first header value for the given header name, if any.
- getFrameFormat(ServerHttpRequest) - Method in class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpSendingTransportHandler
-
- getFrameFormat(ServerHttpRequest) - Method in class org.springframework.web.socket.sockjs.transport.handler.EventSourceTransportHandler
-
- getFrameFormat(ServerHttpRequest) - Method in class org.springframework.web.socket.sockjs.transport.handler.HtmlFileTransportHandler
-
- getFrameFormat(ServerHttpRequest) - Method in class org.springframework.web.socket.sockjs.transport.handler.JsonpPollingTransportHandler
-
- getFrameFormat(ServerHttpRequest) - Method in class org.springframework.web.socket.sockjs.transport.handler.XhrPollingTransportHandler
-
- getFrameFormat(ServerHttpRequest) - Method in class org.springframework.web.socket.sockjs.transport.handler.XhrStreamingTransportHandler
-
- getHandler() - Method in class org.springframework.web.socket.handler.BeanCreatingHandlerProvider
-
- getHandlerMapping() - Method in class org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistry
-
Return a HandlerMapping
with mapped HttpRequestHandler
s.
- getHandlerMapping() - Method in class org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry
-
Return a handler mapping with the mapped ViewControllers; or null
in case of no registrations.
- getHandlerType() - Method in class org.springframework.web.socket.handler.BeanCreatingHandlerProvider
-
- getHandshakeAttributes() - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
-
- getHandshakeAttributes() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
- getHandshakeAttributes() - Method in interface org.springframework.web.socket.WebSocketSession
-
Handshake request specific attributes.
- getHandshakeHandler() - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
-
- getHandshakeHandler() - Method in class org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
-
Return the HandshakeHandler.
- getHandshakeHandler() - Method in class org.springframework.web.socket.sockjs.transport.handler.WebSocketTransportHandler
-
- getHandshakeHeaders() - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- getHandshakeHeaders() - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- getHandshakeHeaders() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- getHandshakeHeaders() - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- getHandshakeHeaders() - Method in interface org.springframework.web.socket.WebSocketSession
-
Return the headers used in the handshake request.
- getHandshakeInterceptors() - Method in class org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
-
Return the configured WebSocket handshake request interceptors.
- getHandshakeInterceptors() - Method in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
-
Return the configured WebSocket handshake request interceptors.
- getHeaders() - Method in class org.springframework.web.socket.client.WebSocketConnectionManager
-
Return the default headers for the WebSocket handshake request.
- getHeartbeatTime() - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
- getHeartbeatTime() - Method in interface org.springframework.web.socket.sockjs.transport.SockJsServiceConfig
-
The amount of time in milliseconds when the server has not sent any
messages and after which the server should send a heartbeat frame to the
client in order to keep the connection from breaking.
- getHttpMessageCacheSize() - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
Return the size of the HTTP message cache.
- getHttpMessageCacheSize() - Method in interface org.springframework.web.socket.sockjs.transport.SockJsServiceConfig
-
The number of server-to-client messages that a session can cache while waiting for
the next HTTP polling request from the client.
- getHttpMethod() - Method in enum org.springframework.web.socket.sockjs.transport.TransportType
-
The HTTP method for this transport.
- getId() - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- getId() - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- getId() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
- getId() - Method in interface org.springframework.web.socket.WebSocketSession
-
Return a unique session identifier.
- getInstalledExtensions(WebSocketContainer) - Method in class org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy
-
- getInstalledExtensions(WebSocketContainer) - Method in class org.springframework.web.socket.server.standard.GlassFishRequestUpgradeStrategy
-
- getInterceptors() - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
-
- getLastHandler() - Method in class org.springframework.web.socket.handler.WebSocketHandlerDecorator
-
- getLocalAddress() - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- getLocalAddress() - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- getLocalAddress() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- getLocalAddress() - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- getLocalAddress() - Method in interface org.springframework.web.socket.WebSocketSession
-
Return the address on which the request was received.
- getMappings() - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
-
- getMappings() - Method in class org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration
-
- getMaxBinaryMessageBufferSize() - Method in class org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
-
- getMaxBinaryMessageBufferSize() - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
-
- getMaxSessionIdleTimeout() - Method in class org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
-
- getMaxSessionIdleTimeout() - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
-
- getMaxTextMessageBufferSize() - Method in class org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
-
- getMaxTextMessageBufferSize() - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
-
- getMessageCache() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- getMessageCodec() - Method in interface org.springframework.web.socket.sockjs.transport.SockJsServiceConfig
-
The codec to use for encoding and decoding SockJS messages.
- getMessageCodec() - Method in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
-
- getMessageType() - Method in class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport
-
Returns the websocket message type.
- getName() - Method in class org.springframework.web.socket.adapter.standard.WebSocketToStandardExtensionAdapter
-
- getName() - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
- getName() - Method in class org.springframework.web.socket.WebSocketExtension
-
- getNativeSession() - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
-
- getNativeSession(Class<R>) - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
-
- getNativeSession() - Method in interface org.springframework.web.socket.adapter.NativeWebSocketSession
-
Return the underlying native WebSocketSession, if available.
- getNativeSession(Class<T>) - Method in interface org.springframework.web.socket.adapter.NativeWebSocketSession
-
Return the underlying native WebSocketSession, if available.
- getNativeSession() - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- getNativeSession(Class<T>) - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- getNegotiatedExtensions(List<Extension>, List<Extension>) - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- getNegotiatedSubprotocol(List<String>, List<String>) - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- getObject() - Method in class org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
-
- getObject() - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
-
- getObjectType() - Method in class org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
-
- getObjectType() - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
-
- getOrder() - Method in class org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry
-
- getOrigin() - Method in class org.springframework.web.socket.client.WebSocketConnectionManager
-
- getParameters() - Method in class org.springframework.web.socket.adapter.standard.WebSocketToStandardExtensionAdapter
-
- getParameters() - Method in class org.springframework.web.socket.WebSocketExtension
-
- getPath() - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- getPayload() - Method in class org.springframework.web.socket.AbstractWebSocketMessage
-
Return the message payload, never be null
.
- getPayload() - Method in interface org.springframework.web.socket.WebSocketMessage
-
Returns the message payload.
- getPayloadSize() - Method in class org.springframework.web.socket.AbstractWebSocketMessage
-
- getPayloadSize() - Method in class org.springframework.web.socket.BinaryMessage
-
- getPayloadSize() - Method in class org.springframework.web.socket.PingMessage
-
- getPayloadSize() - Method in class org.springframework.web.socket.PongMessage
-
- getPayloadSize() - Method in class org.springframework.web.socket.TextMessage
-
- getPhase() - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
-
Return the phase in which this endpoint connection factory will be auto-connected
and stopped.
- getPhase() - Method in class org.springframework.web.socket.client.jetty.JettyWebSocketClient
-
- getPhase() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
- getPrincipal() - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- getPrincipal() - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- getPrincipal() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- getPrincipal() - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- getPrincipal() - Method in interface org.springframework.web.socket.WebSocketSession
-
Return a
Principal
instance containing the name of the
authenticated user.
- getProtocolHandlerMap() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
Return the sub-protocols keyed by protocol name.
- getProtocolHandlers() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
- getReason() - Method in class org.springframework.web.socket.CloseStatus
-
Returns the reason or null
.
- getRemoteAddress() - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- getRemoteAddress() - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- getRemoteAddress() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- getRemoteAddress() - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- getRemoteAddress() - Method in interface org.springframework.web.socket.WebSocketSession
-
Return the address of the remote client.
- getRequest() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- getResponse() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- getResponseStatus() - Method in class org.springframework.web.socket.sockjs.transport.handler.AbstractHttpReceivingTransportHandler
-
- getResponseStatus() - Method in class org.springframework.web.socket.sockjs.transport.handler.JsonpReceivingTransportHandler
-
- getResponseStatus() - Method in class org.springframework.web.socket.sockjs.transport.handler.XhrReceivingTransportHandler
-
- getSecWebSocketAccept() - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Returns the value of the Sec-WebSocket-Accept
header.
- getSecWebSocketExtensions() - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Returns the value of the Sec-WebSocket-Extensions
header.
- getSecWebSocketKey() - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Returns the value of the Sec-WebSocket-Key
header.
- getSecWebSocketProtocol() - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Returns the value of the Sec-WebSocket-Key
header.
- getSecWebSocketVersion() - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Returns the value of the Sec-WebSocket-Version
header.
- getServerContainer() - Method in class org.springframework.web.socket.server.standard.ServerEndpointExporter
-
- getServiceConfig() - Method in class org.springframework.web.socket.sockjs.transport.handler.AbstractTransportHandler
-
- getSockJsClientLibraryUrl() - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
The URL to the SockJS JavaScript client library.
- getSockJsConfig() - Method in class org.springframework.web.socket.sockjs.transport.handler.SockJsWebSocketHandler
-
- getSockJsService() - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
- getSockJsService() - Method in class org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler
-
- getSockJsServiceConfig() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
- getSockJsSessionId() - Method in exception org.springframework.web.socket.sockjs.SockJsException
-
- getStreamBytesLimit() - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
- getStreamBytesLimit() - Method in interface org.springframework.web.socket.sockjs.transport.SockJsServiceConfig
-
Streaming transports save responses on the client side and don't free
memory used by delivered messages.
- getSubProtocols() - Method in class org.springframework.web.socket.client.WebSocketConnectionManager
-
Return the configured sub-protocols to use.
- getSubProtocols() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
Return all supported protocols.
- getSubprotocols() - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- getSubProtocols() - Method in interface org.springframework.web.socket.SubProtocolCapable
-
Return the list of supported sub-protocols.
- getSupportedExtensions(ServerHttpRequest) - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy
-
- getSupportedExtensions(ServerHttpRequest) - Method in interface org.springframework.web.socket.server.RequestUpgradeStrategy
-
- getSupportedExtensions(ServerHttpRequest) - Method in class org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy
-
- getSupportedProtocols() - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
- getSupportedProtocols() - Method in interface org.springframework.web.socket.messaging.SubProtocolHandler
-
Return the list of sub-protocols supported by this handler, never null
.
- getSupportedProtocols() - Method in class org.springframework.web.socket.server.support.DefaultHandshakeHandler
-
Return the list of supported sub-protocols.
- getSupportedVersions() - Method in class org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy
-
- getSupportedVersions() - Method in interface org.springframework.web.socket.server.RequestUpgradeStrategy
-
Return the supported WebSocket protocol versions.
- getSupportedVersions() - Method in class org.springframework.web.socket.server.standard.GlassFishRequestUpgradeStrategy
-
- getSupportedVersions() - Method in class org.springframework.web.socket.server.standard.TomcatRequestUpgradeStrategy
-
- getSupportedVersions() - Method in class org.springframework.web.socket.server.support.DefaultHandshakeHandler
-
- getTaskExecutor() - Method in class org.springframework.web.socket.client.jetty.JettyWebSocketClient
-
Return the configured TaskExecutor
.
- getTaskExecutor() - Method in class org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
-
Return the configured TaskExecutor
.
- getTaskExecutor() - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
-
Return the configured TaskExecutor
.
- getTaskExecutor() - Method in class org.springframework.web.socket.client.standard.StandardWebSocketClient
-
Return the configured TaskExecutor
.
- getTaskScheduler() - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
A scheduler instance to use for scheduling heart-beat messages.
- getTaskScheduler() - Method in interface org.springframework.web.socket.sockjs.transport.SockJsServiceConfig
-
A scheduler instance to use for scheduling heart-beat messages.
- getTimeSinceLastActive() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
- getTimeSinceLastActive() - Method in interface org.springframework.web.socket.sockjs.transport.SockJsSession
-
Return the time (in ms) since the session was last active, or otherwise
if the session is new, then the time since the session was created.
- getTransportHandlers() - Method in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
-
Return the registered handlers per transport type.
- getTransportType() - Method in class org.springframework.web.socket.sockjs.transport.handler.EventSourceTransportHandler
-
- getTransportType() - Method in class org.springframework.web.socket.sockjs.transport.handler.HtmlFileTransportHandler
-
- getTransportType() - Method in class org.springframework.web.socket.sockjs.transport.handler.JsonpPollingTransportHandler
-
- getTransportType() - Method in class org.springframework.web.socket.sockjs.transport.handler.JsonpReceivingTransportHandler
-
- getTransportType() - Method in class org.springframework.web.socket.sockjs.transport.handler.WebSocketTransportHandler
-
- getTransportType() - Method in class org.springframework.web.socket.sockjs.transport.handler.XhrPollingTransportHandler
-
- getTransportType() - Method in class org.springframework.web.socket.sockjs.transport.handler.XhrReceivingTransportHandler
-
- getTransportType() - Method in class org.springframework.web.socket.sockjs.transport.handler.XhrStreamingTransportHandler
-
- getTransportType() - Method in interface org.springframework.web.socket.sockjs.transport.TransportHandler
-
Return the transport type supported by this handler.
- getType() - Method in class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport
-
Returns the type being converted.
- getUndeliveredMessages() - Method in exception org.springframework.web.socket.sockjs.SockJsMessageDeliveryException
-
- getUri() - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- getUri() - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- getUri() - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
-
- getUri() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- getUri() - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- getUri() - Method in interface org.springframework.web.socket.WebSocketSession
-
Return the URI used to open the WebSocket connection.
- getUser() - Method in class org.springframework.web.socket.client.jetty.JettyWebSocketClient
-
- getUserProperties() - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- getUserSessionRegistry() - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
- getWebSocketContainer() - Method in class org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
-
- getWebSocketContainer() - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
-
- getWebSocketHandler() - Method in class org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
-
Return the WebSocketHandler.
- getWebSocketHandler() - Method in class org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler
-
- GlassFishRequestUpgradeStrategy - Class in org.springframework.web.socket.server.standard
-
RequestUpgradeStrategy
that provides support for GlassFish 4 and beyond.
- GlassFishRequestUpgradeStrategy() - Constructor for class org.springframework.web.socket.server.standard.GlassFishRequestUpgradeStrategy
-
- GOING_AWAY - Static variable in class org.springframework.web.socket.CloseStatus
-
"1001 indicates that an endpoint is "going away", such as a server going down or a
browser having navigated away from a page."
- scheduleHeartbeat() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
- SEC_WEBSOCKET_ACCEPT - Static variable in class org.springframework.web.socket.WebSocketHttpHeaders
-
- SEC_WEBSOCKET_EXTENSIONS - Static variable in class org.springframework.web.socket.WebSocketHttpHeaders
-
- SEC_WEBSOCKET_KEY - Static variable in class org.springframework.web.socket.WebSocketHttpHeaders
-
- SEC_WEBSOCKET_PROTOCOL - Static variable in class org.springframework.web.socket.WebSocketHttpHeaders
-
- SEC_WEBSOCKET_VERSION - Static variable in class org.springframework.web.socket.WebSocketHttpHeaders
-
- selectProtocol(List<String>, WebSocketHandler) - Method in class org.springframework.web.socket.server.support.DefaultHandshakeHandler
-
Perform the sub-protocol negotiation based on requested and supported sub-protocols.
- sendBinaryMessage(BinaryMessage) - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
-
- sendBinaryMessage(BinaryMessage) - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- sendBinaryMessage(BinaryMessage) - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- sendErrorMessage(WebSocketSession, Throwable) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
- sendHeartbeat() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
- sendMessage(WebSocketMessage<?>) - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
-
- sendMessage(WebSocketMessage<?>) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
- sendMessage(WebSocketMessage<?>) - Method in interface org.springframework.web.socket.WebSocketSession
-
- sendMessageInternal(String) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- sendMessageInternal(String) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
- sendMessageInternal(String) - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- sendMethodNotAllowed(ServerHttpResponse, HttpMethod...) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
- sendPingMessage(PingMessage) - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
-
- sendPingMessage(PingMessage) - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- sendPingMessage(PingMessage) - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- sendPongMessage(PongMessage) - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
-
- sendPongMessage(PongMessage) - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- sendPongMessage(PongMessage) - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- sendsNoCacheInstruction() - Method in enum org.springframework.web.socket.sockjs.transport.TransportType
-
- sendsSessionCookie() - Method in enum org.springframework.web.socket.sockjs.transport.TransportType
-
- sendTextMessage(TextMessage) - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
-
- sendTextMessage(TextMessage) - Method in class org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
-
- sendTextMessage(TextMessage) - Method in class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
- SERVER_ERROR - Static variable in class org.springframework.web.socket.CloseStatus
-
"1011 indicates that a server is terminating the connection because it encountered
an unexpected condition that prevented it from fulfilling the request."
- ServerEndpointExporter - Class in org.springframework.web.socket.server.standard
-
Detects beans of type ServerEndpointConfig
and registers
with the standard Java WebSocket runtime.
- ServerEndpointExporter() - Constructor for class org.springframework.web.socket.server.standard.ServerEndpointExporter
-
- ServerEndpointRegistration - Class in org.springframework.web.socket.server.standard
-
An implementation of ServerEndpointConfig
for use in
Spring applications.
- ServerEndpointRegistration(String, Class<? extends Endpoint>) - Constructor for class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- ServerEndpointRegistration(String, Endpoint) - Constructor for class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- SERVICE_OVERLOAD - Static variable in class org.springframework.web.socket.CloseStatus
-
"1013 indicates that the service is experiencing overload.
- SERVICE_RESTARTED - Static variable in class org.springframework.web.socket.CloseStatus
-
"1012 indicates that the service is restarted.
- ServletServerContainerFactoryBean - Class in org.springframework.web.socket.server.standard
-
A FactoryBean for configuring ServerContainer
.
- ServletServerContainerFactoryBean() - Constructor for class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
-
- ServletWebSocketHandlerRegistration - Class in org.springframework.web.socket.config.annotation
-
A helper class for configuring
WebSocketHandler
request handling
including SockJS fallback options.
- ServletWebSocketHandlerRegistration(TaskScheduler) - Constructor for class org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistration
-
- ServletWebSocketHandlerRegistry - Class in org.springframework.web.socket.config.annotation
-
- ServletWebSocketHandlerRegistry(ThreadPoolTaskScheduler) - Constructor for class org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistry
-
- set(String, String) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Set the given, single header value under the given name.
- setAcceptedProtocol(String) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
Unlike WebSocket where sub-protocol negotiation is part of the
initial handshake, in HTTP transports the same negotiation must
be emulated and the selected protocol set through this setter.
- setAll(Map<String, String>) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
- setAnnotatedEndpointClasses(Class<?>...) - Method in class org.springframework.web.socket.server.standard.ServerEndpointExporter
-
Explicitly list annotated endpoint types that should be registered on startup.
- setApplicationContext(ApplicationContext) - Method in class org.springframework.web.socket.server.standard.ServerEndpointExporter
-
- setAsyncSendTimeout(long) - Method in class org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
-
- setAsyncSendTimeout(long) - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
-
- setAutoStartup(boolean) - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
-
Set whether to auto-connect to the remote endpoint after this connection manager
has been initialized and the Spring context has been refreshed.
- setAutoStartup(boolean) - Method in class org.springframework.web.socket.client.jetty.JettyWebSocketClient
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.web.socket.handler.BeanCreatingHandlerProvider
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.web.socket.handler.PerConnectionWebSocketHandler
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- setClientLibraryUrl(String) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
Transports which don't support cross-domain communication natively (e.g.
- setConfigurator(ClientEndpointConfig.Configurator) - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
-
- setConfigurers(List<WebSocketConfigurer>) - Method in class org.springframework.web.socket.config.annotation.DelegatingWebSocketConfiguration
-
- setConfigurers(List<WebSocketMessageBrokerConfigurer>) - Method in class org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration
-
- setDecoders(List<Class<? extends Decoder>>) - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
-
- setDecoders(List<Class<? extends Decoder>>) - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- setDefaultProtocolHandler(SubProtocolHandler) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
- setDisconnectDelay(long) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
The amount of time in milliseconds before a client is considered
disconnected after not having a receiving connection, i.e.
- setDisconnectDelay(long) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
The amount of time in milliseconds before a client is considered
disconnected after not having a receiving connection, i.e.
- setEncoders(List<Class<? extends Encoder>>) - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
-
- setEncoders(List<Class<? extends Encoder>>) - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- setExtensions(Extension...) - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
-
- setExtensions(List<Extension>) - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- setHandshakeHandler(HandshakeHandler) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
-
- setHandshakeHandler(HandshakeHandler) - Method in interface org.springframework.web.socket.config.annotation.StompWebSocketEndpointRegistration
-
Configure the HandshakeHandler to use.
- setHandshakeHandler(HandshakeHandler) - Method in class org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration
-
- setHandshakeHandler(HandshakeHandler) - Method in interface org.springframework.web.socket.config.annotation.WebSocketHandlerRegistration
-
Configure the HandshakeHandler to use.
- setHandshakeInterceptors(List<HandshakeInterceptor>) - Method in class org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
-
Configure one or more WebSocket handshake request interceptors.
- setHandshakeInterceptors(List<HandshakeInterceptor>) - Method in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
-
Configure one or more WebSocket handshake request interceptors.
- setHeaders(HttpHeaders) - Method in class org.springframework.web.socket.client.WebSocketConnectionManager
-
Provide default headers to add to the WebSocket handshake request.
- setHeartbeatTime(long) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
The amount of time in milliseconds when the server has not sent any
messages and after which the server should send a heartbeat frame to the
client in order to keep the connection from breaking.
- setHeartbeatTime(long) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
The amount of time in milliseconds when the server has not sent any
messages and after which the server should send a heartbeat frame to the
client in order to keep the connection from breaking.
- setHttpMessageCacheSize(int) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
The number of server-to-client messages that a session can cache while waiting for
the next HTTP polling request from the client.
- setHttpMessageCacheSize(int) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
The number of server-to-client messages that a session can cache while waiting for
the next HTTP polling request from the client.
- setInterceptors(HandshakeInterceptor[]) - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
-
- setInterceptors(HandshakeInterceptor...) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
- setMaxBinaryMessageBufferSize(int) - Method in class org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
-
- setMaxBinaryMessageBufferSize(int) - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
-
- setMaxSessionIdleTimeout(long) - Method in class org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
-
- setMaxSessionIdleTimeout(long) - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
-
- setMaxTextMessageBufferSize(int) - Method in class org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
-
- setMaxTextMessageBufferSize(int) - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
-
- setMessageCodec(SockJsMessageCodec) - Method in class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
-
The codec to use for encoding and decoding SockJS messages.
- setName(String) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
A unique name for the service mainly for logging purposes.
- setOrder(int) - Method in class org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry
-
Set the order for the resulting SimpleUrlHandlerMapping
relative to
other handler mappings configured in Spring MVC.
- setOrigin(String) - Method in class org.springframework.web.socket.client.WebSocketConnectionManager
-
Set the origin to use.
- setPhase(int) - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
-
Specify the phase in which a connection should be established to the remote
endpoint and subsequently closed.
- setPhase(int) - Method in class org.springframework.web.socket.client.jetty.JettyWebSocketClient
-
- setProtocolHandlers(List<SubProtocolHandler>) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
Configure one or more handlers to use depending on the sub-protocol requested by
the client in the WebSocket handshake request.
- setSecWebSocketAccept(String) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Sets the (new) value of the Sec-WebSocket-Accept
header.
- setSecWebSocketExtensions(List<WebSocketExtension>) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Sets the (new) value(s) of the Sec-WebSocket-Extensions
header.
- setSecWebSocketKey(String) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Sets the (new) value of the Sec-WebSocket-Key
header.
- setSecWebSocketProtocol(String) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Sets the (new) value of the Sec-WebSocket-Protocol
header.
- setSecWebSocketProtocol(List<String>) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Sets the (new) value of the Sec-WebSocket-Protocol
header.
- setSecWebSocketVersion(String) - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
Sets the (new) value of the Sec-WebSocket-Version
header.
- setServletContext(ServletContext) - Method in class org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
-
- setSessionCookieNeeded(boolean) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
The SockJS protocol requires a server to respond to the initial "/info" request
from clients with a "cookie_needed" boolean property that indicates whether the use
of a JSESSIONID cookie is required for the application to function correctly, e.g.
- setSessionCookieNeeded(boolean) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
The SockJS protocol requires a server to respond to an initial "/info" request from
clients with a "cookie_needed" boolean property that indicates whether the use of a
JSESSIONID cookie is required for the application to function correctly, e.g.
- setSockJsClientLibraryUrl(String) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
Transports which don't support cross-domain communication natively (e.g.
- setStreamBytesLimit(int) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
Streaming transports save responses on the client side and don't free
memory used by delivered messages.
- setStreamBytesLimit(int) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
Streaming transports save responses on the client side and don't free
memory used by delivered messages.
- setSubProtocols(List<String>) - Method in class org.springframework.web.socket.client.WebSocketConnectionManager
-
Set the sub-protocols to use.
- setSubprotocols(List<String>) - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- setSupportedProtocols(String...) - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
-
- setSupportedProtocols(String...) - Method in class org.springframework.web.socket.server.support.DefaultHandshakeHandler
-
Use this property to configure the list of supported sub-protocols.
- setTaskExecutor(AsyncListenableTaskExecutor) - Method in class org.springframework.web.socket.client.jetty.JettyWebSocketClient
-
Set a TaskExecutor
to use to open the connection.
- setTaskExecutor(TaskExecutor) - Method in class org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
-
Set a TaskExecutor
to use to open the connection.
- setTaskExecutor(TaskExecutor) - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
-
Set a TaskExecutor
to use to open connections.
- setTaskExecutor(AsyncListenableTaskExecutor) - Method in class org.springframework.web.socket.client.standard.StandardWebSocketClient
-
Set a TaskExecutor
to use to open the connection.
- setTaskScheduler(TaskScheduler) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
- setTransportHandlerOverrides(TransportHandler...) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
- setTransportHandlers(TransportHandler...) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
- setUserProperties(Map<String, Object>) - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- setUserSessionRegistry(UserSessionRegistry) - Method in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
Provide a registry with which to register active user session ids.
- setWebSocketContainer(WebSocketContainer) - Method in class org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
-
- setWebSocketContainer(WebSocketContainer) - Method in class org.springframework.web.socket.client.standard.EndpointConnectionManager
-
- setWebSocketEnabled(boolean) - Method in class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
Some load balancers don't support WebSocket.
- setWebSocketEnabled(boolean) - Method in class org.springframework.web.socket.sockjs.support.AbstractSockJsService
-
Some load balancers don't support WebSocket.
- size() - Method in class org.springframework.web.socket.WebSocketHttpHeaders
-
- SockJsException - Exception in org.springframework.web.socket.sockjs
-
Base class for exceptions raised while processing SockJS HTTP requests.
- SockJsException(String, Throwable) - Constructor for exception org.springframework.web.socket.sockjs.SockJsException
-
- SockJsException(String, String, Throwable) - Constructor for exception org.springframework.web.socket.sockjs.SockJsException
-
- SockJsFrame - Class in org.springframework.web.socket.sockjs.frame
-
Represents a SockJS frame and provides factory methods for creating SockJS frames.
- SockJsFrame(String) - Constructor for class org.springframework.web.socket.sockjs.frame.SockJsFrame
-
- SockJsFrameFormat - Interface in org.springframework.web.socket.sockjs.frame
-
- SockJsHttpRequestHandler - Class in org.springframework.web.socket.sockjs.support
-
An
HttpRequestHandler
that allows mapping a
SockJsService
to requests
in a Servlet container.
- SockJsHttpRequestHandler(SockJsService, WebSocketHandler) - Constructor for class org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler
-
Create a new SockJsHttpRequestHandler.
- SockJsMessageCodec - Interface in org.springframework.web.socket.sockjs.frame
-
Encode and decode messages to and from a SockJS message frame, essentially an array of
JSON-encoded messages.
- SockJsMessageDeliveryException - Exception in org.springframework.web.socket.sockjs
-
An exception thrown when a message frame was successfully received over an HTTP POST
and parsed but one or more of the messages it contained could not be delivered to the
WebSocketHandler either because the handler failed or because the connection got
closed.
- SockJsMessageDeliveryException(String, List<String>, Throwable) - Constructor for exception org.springframework.web.socket.sockjs.SockJsMessageDeliveryException
-
- SockJsService - Interface in org.springframework.web.socket.sockjs
-
The main entry point for processing HTTP requests from SockJS clients.
- SockJsServiceConfig - Interface in org.springframework.web.socket.sockjs.transport
-
Provides transport handling code with access to the
SockJsService
configuration
options they need to have access to.
- SockJsServiceRegistration - Class in org.springframework.web.socket.config.annotation
-
- SockJsServiceRegistration(TaskScheduler) - Constructor for class org.springframework.web.socket.config.annotation.SockJsServiceRegistration
-
- SockJsSession - Interface in org.springframework.web.socket.sockjs.transport
-
- SockJsSessionFactory - Interface in org.springframework.web.socket.sockjs.transport
-
A factory for creating a SockJS session.
- SockJsTransportFailureException - Exception in org.springframework.web.socket.sockjs
-
Indicates a serious failure that occurred in the SockJS implementation as opposed to in
user code (e.g.
- SockJsTransportFailureException(String, String, Throwable) - Constructor for exception org.springframework.web.socket.sockjs.SockJsTransportFailureException
-
- SockJsWebSocketHandler - Class in org.springframework.web.socket.sockjs.transport.handler
-
An implementation of
WebSocketHandler
that adds SockJS messages frames, sends
SockJS heartbeat messages, and delegates lifecycle events and messages to a target
WebSocketHandler
.
- SockJsWebSocketHandler(SockJsServiceConfig, WebSocketHandler, WebSocketServerSockJsSession) - Constructor for class org.springframework.web.socket.sockjs.transport.handler.SockJsWebSocketHandler
-
- SpringConfigurator - Class in org.springframework.web.socket.server.standard
-
A ServerEndpointConfig.Configurator
for initializing
ServerEndpoint
-annotated classes through Spring.
- SpringConfigurator() - Constructor for class org.springframework.web.socket.server.standard.SpringConfigurator
-
- StandardToWebSocketExtensionAdapter - Class in org.springframework.web.socket.adapter.standard
-
- StandardToWebSocketExtensionAdapter(Extension) - Constructor for class org.springframework.web.socket.adapter.standard.StandardToWebSocketExtensionAdapter
-
- StandardWebSocketClient - Class in org.springframework.web.socket.client.standard
-
Initiates WebSocket requests to a WebSocket server programatically through the standard
Java WebSocket API.
- StandardWebSocketClient() - Constructor for class org.springframework.web.socket.client.standard.StandardWebSocketClient
-
Default constructor that calls ContainerProvider.getWebSocketContainer()
to
obtain a WebSocketContainer
instance.
- StandardWebSocketClient(WebSocketContainer) - Constructor for class org.springframework.web.socket.client.standard.StandardWebSocketClient
-
Constructor that accepts a pre-configured WebSocketContainer
instance.
- StandardWebSocketHandlerAdapter - Class in org.springframework.web.socket.adapter.standard
-
- StandardWebSocketHandlerAdapter(WebSocketHandler, StandardWebSocketSession) - Constructor for class org.springframework.web.socket.adapter.standard.StandardWebSocketHandlerAdapter
-
- StandardWebSocketSession - Class in org.springframework.web.socket.adapter.standard
-
- StandardWebSocketSession(HttpHeaders, Map<String, Object>, InetSocketAddress, InetSocketAddress) - Constructor for class org.springframework.web.socket.adapter.standard.StandardWebSocketSession
-
Class constructor.
- start() - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
-
Start the websocket connection.
- start() - Method in class org.springframework.web.socket.client.jetty.JettyWebSocketClient
-
- start() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
- startInternal() - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
-
- startInternal() - Method in class org.springframework.web.socket.client.WebSocketConnectionManager
-
- startLongPollingRequest(ServerHttpRequest, ServerHttpResponse, SockJsFrameFormat) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- StompEndpointRegistry - Interface in org.springframework.web.socket.config.annotation
-
A contract for registering STOMP over WebSocket endpoints.
- StompSubProtocolHandler - Class in org.springframework.web.socket.messaging
-
A
SubProtocolHandler
for STOMP that supports versions 1.0, 1.1, and 1.2
of the STOMP specification.
- StompSubProtocolHandler() - Constructor for class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
- StompWebSocketEndpointRegistration - Interface in org.springframework.web.socket.config.annotation
-
A contract for configuring a STOMP over WebSocket endpoint.
- stompWebSocketHandlerMapping() - Method in class org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
-
- stop() - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
-
- stop(Runnable) - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
-
- stop() - Method in class org.springframework.web.socket.client.jetty.JettyWebSocketClient
-
- stop(Runnable) - Method in class org.springframework.web.socket.client.jetty.JettyWebSocketClient
-
- stop() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
- stop(Runnable) - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
- stopInternal() - Method in class org.springframework.web.socket.client.ConnectionManagerSupport
-
- stopInternal() - Method in class org.springframework.web.socket.client.WebSocketConnectionManager
-
- StreamingSockJsSession - Class in org.springframework.web.socket.sockjs.transport.session
-
A SockJS session for use with streaming HTTP transports.
- StreamingSockJsSession(String, SockJsServiceConfig, WebSocketHandler, Map<String, Object>) - Constructor for class org.springframework.web.socket.sockjs.transport.session.StreamingSockJsSession
-
- SubProtocolCapable - Interface in org.springframework.web.socket
-
An interface for WebSocket handlers that support sub-protocols as defined in RFC 6455.
- SubProtocolHandler - Interface in org.springframework.web.socket.messaging
-
A contract for handling WebSocket messages as part of a higher level protocol, referred
to as "sub-protocol" in the WebSocket RFC specification.
- subProtocolWebSocketHandler() - Method in class org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
-
- SubProtocolWebSocketHandler - Class in org.springframework.web.socket.messaging
-
An implementation of
WebSocketHandler
that delegates incoming WebSocket
messages to a
SubProtocolHandler
along with a
MessageChannel
to
which the sub-protocol handler can send messages from WebSocket clients to
the application.
- SubProtocolWebSocketHandler(MessageChannel, SubscribableChannel) - Constructor for class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
- supportsCors() - Method in enum org.springframework.web.socket.sockjs.transport.TransportType
-
- supportsPartialMessages() - Method in class org.springframework.web.socket.handler.AbstractWebSocketHandler
-
- supportsPartialMessages() - Method in class org.springframework.web.socket.handler.PerConnectionWebSocketHandler
-
- supportsPartialMessages() - Method in class org.springframework.web.socket.handler.WebSocketHandlerDecorator
-
- supportsPartialMessages() - Method in class org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
-
- supportsPartialMessages() - Method in interface org.springframework.web.socket.WebSocketHandler
-
Whether the WebSocketHandler handles partial messages.
- WebMvcStompEndpointRegistry - Class in org.springframework.web.socket.config.annotation
-
A registry for STOMP over WebSocket endpoints that maps the endpoints with a
SimpleUrlHandlerMapping
for use in Spring MVC.
- WebMvcStompEndpointRegistry(WebSocketHandler, UserSessionRegistry, TaskScheduler) - Constructor for class org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry
-
- WebMvcStompWebSocketEndpointRegistration - Class in org.springframework.web.socket.config.annotation
-
An abstract base class class for configuring STOMP over WebSocket/SockJS endpoints.
- WebMvcStompWebSocketEndpointRegistration(String[], WebSocketHandler, TaskScheduler) - Constructor for class org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration
-
- WebSocketClient - Interface in org.springframework.web.socket.client
-
Contract for initiating a WebSocket request.
- WebSocketConfigurationSupport - Class in org.springframework.web.socket.config.annotation
-
Configuration support for WebSocket request handling.
- WebSocketConfigurationSupport() - Constructor for class org.springframework.web.socket.config.annotation.WebSocketConfigurationSupport
-
- WebSocketConfigurer - Interface in org.springframework.web.socket.config.annotation
-
Defines callback methods to configure the WebSocket request handling
via
@EnableWebSocket
.
- WebSocketConnectionManager - Class in org.springframework.web.socket.client
-
- WebSocketConnectionManager(WebSocketClient, WebSocketHandler, String, Object...) - Constructor for class org.springframework.web.socket.client.WebSocketConnectionManager
-
- WebSocketContainerFactoryBean - Class in org.springframework.web.socket.client.standard
-
A FactoryBean for creating and configuring a WebSocketContainer
through Spring XML configuration.
- WebSocketContainerFactoryBean() - Constructor for class org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
-
- WebSocketExtension - Class in org.springframework.web.socket
-
Represents a WebSocket extension as defined in the RFC 6455.
- WebSocketExtension(String) - Constructor for class org.springframework.web.socket.WebSocketExtension
-
Create a WebSocketExtension with the given name.
- WebSocketExtension(String, Map<String, String>) - Constructor for class org.springframework.web.socket.WebSocketExtension
-
Create a WebSocketExtension with the given name and parameters.
- WebSocketHandler - Interface in org.springframework.web.socket
-
A handler for WebSocket messages and lifecycle events.
- WebSocketHandlerDecorator - Class in org.springframework.web.socket.handler
-
- WebSocketHandlerDecorator(WebSocketHandler) - Constructor for class org.springframework.web.socket.handler.WebSocketHandlerDecorator
-
- webSocketHandlerMapping() - Method in class org.springframework.web.socket.config.annotation.WebSocketConfigurationSupport
-
- WebSocketHandlerRegistration - Interface in org.springframework.web.socket.config.annotation
-
Provides methods for configuring a WebSocket handler.
- WebSocketHandlerRegistry - Interface in org.springframework.web.socket.config.annotation
-
- WebSocketHttpHeaders - Class in org.springframework.web.socket
-
An HttpHeaders
variant that adds support for
the HTTP headers defined by the WebSocket specification RFC 6455.
- WebSocketHttpHeaders() - Constructor for class org.springframework.web.socket.WebSocketHttpHeaders
-
Create a new instance.
- WebSocketHttpHeaders(HttpHeaders) - Constructor for class org.springframework.web.socket.WebSocketHttpHeaders
-
Create an instance that wraps the given pre-existing HttpHeaders and also
propagate all changes to it.
- WebSocketHttpRequestHandler - Class in org.springframework.web.socket.server.support
-
A HttpRequestHandler
for processing WebSocket handshake requests.
- WebSocketHttpRequestHandler(WebSocketHandler) - Constructor for class org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
-
- WebSocketHttpRequestHandler(WebSocketHandler, HandshakeHandler) - Constructor for class org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
-
- WebSocketMessage<T> - Interface in org.springframework.web.socket
-
A message that can be handled or sent on a WebSocket connection.
- WebSocketMessageBrokerConfigurationSupport - Class in org.springframework.web.socket.config.annotation
-
Extends AbstractMessageBrokerConfiguration
and adds configuration for
receiving and responding to STOMP messages from WebSocket clients.
- WebSocketMessageBrokerConfigurationSupport() - Constructor for class org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
-
- WebSocketMessageBrokerConfigurer - Interface in org.springframework.web.socket.config.annotation
-
Defines methods for configuring message handling with simple messaging
protocols (e.g.
- WebSocketNamespaceHandler - Class in org.springframework.web.socket.config
-
NamespaceHandler
for Spring WebSocket
configuration namespace.
- WebSocketNamespaceHandler() - Constructor for class org.springframework.web.socket.config.WebSocketNamespaceHandler
-
- WebSocketServerSockJsSession - Class in org.springframework.web.socket.sockjs.transport.session
-
A SockJS session for use with the WebSocket transport.
- WebSocketServerSockJsSession(String, SockJsServiceConfig, WebSocketHandler, Map<String, Object>) - Constructor for class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- WebSocketSession - Interface in org.springframework.web.socket
-
A WebSocket session abstraction.
- WebSocketToJettyExtensionConfigAdapter - Class in org.springframework.web.socket.adapter.jetty
-
- WebSocketToJettyExtensionConfigAdapter(WebSocketExtension) - Constructor for class org.springframework.web.socket.adapter.jetty.WebSocketToJettyExtensionConfigAdapter
-
- WebSocketToStandardExtensionAdapter - Class in org.springframework.web.socket.adapter.standard
-
- WebSocketToStandardExtensionAdapter(WebSocketExtension) - Constructor for class org.springframework.web.socket.adapter.standard.WebSocketToStandardExtensionAdapter
-
- WebSocketTransportHandler - Class in org.springframework.web.socket.sockjs.transport.handler
-
- WebSocketTransportHandler(HandshakeHandler) - Constructor for class org.springframework.web.socket.sockjs.transport.handler.WebSocketTransportHandler
-
- willDecode(M) - Method in class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport
-
- withReason(String) - Method in class org.springframework.web.socket.CloseStatus
-
Crate a new
CloseStatus
from this one with the specified reason.
- withSockJS() - Method in class org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
-
- withSockJS() - Method in interface org.springframework.web.socket.config.annotation.StompWebSocketEndpointRegistration
-
Enable SockJS fallback options.
- withSockJS() - Method in class org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration
-
Enable SockJS fallback options.
- withSockJS() - Method in interface org.springframework.web.socket.config.annotation.WebSocketHandlerRegistration
-
Enable SockJS fallback options.
- writeFrame(SockJsFrame) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
For internal use within a TransportHandler and the (TransportHandler-specific)
session class.
- writeFrame(SockJsFrame) - Method in class org.springframework.web.socket.sockjs.transport.session.PollingSockJsSession
-
- writeFrameInternal(SockJsFrame) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-
- writeFrameInternal(SockJsFrame) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
-
- writeFrameInternal(SockJsFrame) - Method in class org.springframework.web.socket.sockjs.transport.session.StreamingSockJsSession
-
- writeFrameInternal(SockJsFrame) - Method in class org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession
-
- writePrelude() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
-