Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.web.socket Classes and Interfaces - 160 results found.
NameDescriptionTypePackageFramework
AbstractClientSockJsSessionBase class for SockJS client implementations of WebSocketSession.Classorg.springframework.web.socket.sockjs.clientSpring MVC
AbstractHandshakeHandlerA base class for HandshakeHandler implementations, independent from the Servlet API.Classorg.springframework.web.socket.server.supportSpring MVC
AbstractHttpReceivingTransportHandlerBase class for HTTP transport handlers that receive messages via HTTP POST.Classorg.springframework.web.socket.sockjs.transport.handlerSpring MVC
AbstractHttpSendingTransportHandlerBase class for HTTP transport handlers that push messages to connected clients.Classorg.springframework.web.socket.sockjs.transport.handlerSpring MVC
AbstractHttpSockJsSessionAn abstract base class for use with HTTP transport SockJS sessions.Classorg.springframework.web.socket.sockjs.transport.sessionSpring MVC
AbstractSockJsMessageCodecAn base class for SockJS message codec that provides an implementation ofSince:4.Classorg.springframework.web.socket.sockjs.frameSpring MVC
AbstractSockJsServiceAn abstract base class for SockJsService implementations that provides SockJSpath resolution and handling of static SockJS requests (e.Classorg.springframework.web.socket.sockjs.supportSpring MVC
AbstractSockJsSessionAn abstract base class for SockJS sessions implementing SockJsSession.Classorg.springframework.web.socket.sockjs.transport.sessionSpring MVC
AbstractStandardUpgradeStrategyA base class for RequestUpgradeStrategy implementations that buildon the standard WebSocket API for Java (JSR-356).Classorg.springframework.web.socket.server.standardSpring MVC
AbstractSubProtocolEventA base class for events for a message received from a WebSocket client andparsed into a higher-level sub-protocol (e.Classorg.springframework.web.socket.messagingSpring MVC
AbstractTransportHandlerClassorg.springframework.web.socket.sockjs.transport.handlerSpring MVC
AbstractTyrusRequestUpgradeStrategyA base class for RequestUpgradeStrategy implementations on top ofJSR-356 based servers which include Tyrus as their WebSocket engine.Classorg.springframework.web.socket.server.standardSpring MVC
AbstractTyrusRequestUpgradeStrategy .Tyrus135EndpointHelperClassorg.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategySpring MVC
AbstractTyrusRequestUpgradeStrategy .Tyrus17EndpointHelperClassorg.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategySpring MVC
AbstractTyrusRequestUpgradeStrategy .TyrusEndpointHelperHelps with the creation, registration, and un-registration of endpoints.Interfaceorg.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategySpring MVC
AbstractWebSocketClientAbstract base class for WebSocketClient implementations.Classorg.springframework.web.socket.clientSpring MVC
AbstractWebSocketHandlerA convenient base class for WebSocketHandler implementation with empty methods.Classorg.springframework.web.socket.handlerSpring MVC
AbstractWebSocketHandlerRegistrationBase class for WebSocketHandlerRegistrations that gathers all the configurationoptions but allows sub-classes to put together the actual HTTP request mappings.Classorg.springframework.web.socket.config.annotationSpring MVC
AbstractWebSocketMessageA message that can be handled or sent on a WebSocket connection.Classorg.springframework.web.socketSpring MVC
AbstractWebSocketMessageBrokerConfigurerA convenient abstract base class for WebSocketMessageBrokerConfigurerSince:4.Classorg.springframework.web.socket.config.annotationSpring MVC
AbstractWebSocketSessionAn abstract base class for implementations of WebSocketSession.Classorg.springframework.web.socket.adapterSpring MVC
AbstractXhrTransportAbstract base class for XHR transport implementations to extend.Classorg.springframework.web.socket.sockjs.clientSpring MVC
AnnotatedEndpointConnectionManagerA WebSocket connection manager that is given a URI, aClientEndpoint-annotated endpoint, connects to aClassorg.springframework.web.socket.client.standardSpring MVC
BeanCreatingHandlerProviderInstantiates a target handler through a Spring BeanFactory and also providesan equivalent destroy method.Classorg.springframework.web.socket.handlerSpring MVC
BinaryMessageA binary WebSocket message.Classorg.springframework.web.socketSpring MVC
BinaryWebSocketHandlerA convenient base class for WebSocketHandler implementation that process binarymessages only.Classorg.springframework.web.socket.handlerSpring MVC
CloseStatusRepresents a WebSocket close status code and reason.Classorg.springframework.web.socketSpring MVC
ConcurrentWebSocketSessionDecoratorWraps a WebSocketSession and guaranteesonly one thread can send messages at a time.Classorg.springframework.web.socket.handlerSpring MVC
ConnectionManagerSupportA base class for WebSocket connection managers.Classorg.springframework.web.socket.clientSpring MVC
ConvertingEncoderDecoderSupportBase class that can be used to implement a standard Encoderand/or Decoder.Classorg.springframework.web.socket.adapter.standardSpring MVC
ConvertingEncoderDecoderSupport .BinaryDecoderA binary javax.Classorg.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupportSpring MVC
ConvertingEncoderDecoderSupport .BinaryEncoderA binary javax.Classorg.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupportSpring MVC
ConvertingEncoderDecoderSupport .TextDecoderA Text javax.Classorg.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupportSpring MVC
ConvertingEncoderDecoderSupport .TextEncoderA text javax.Classorg.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupportSpring MVC
DefaultHandshakeHandlerA default HandshakeHandler implementation,See AbstractHandshakeHandler's javadoc for details on supported servers etc.Classorg.springframework.web.socket.server.supportSpring MVC
DefaultSimpUserRegistryDefault, mutable, thread-safe implementation of SimpUserRegistry thatlistens ApplicationContext events of type AbstractSubProtocolEvent toClassorg.springframework.web.socket.messagingSpring MVC
DefaultSockJsFrameFormatA default implementation ofSockJsFrameFormat that reliesClassorg.springframework.web.socket.sockjs.frameSpring MVC
DefaultSockJsServiceA default implementation of SockJsServicewith all default TransportHandler implementations pre-registered.Classorg.springframework.web.socket.sockjs.transport.handlerSpring MVC
DelegatingWebSocketConfigurationA variation of WebSocketConfigurationSupport that detects implementations ofWebSocketConfigurer in Spring configuration and invokes them in order toClassorg.springframework.web.socket.config.annotationSpring MVC
DelegatingWebSocketMessageBrokerConfigurationA WebSocketMessageBrokerConfigurationSupport extension that detectsbeans of type WebSocketMessageBrokerConfigurer and delegates to allClassorg.springframework.web.socket.config.annotationSpring MVC
EnableWebSocketAdd this annotation to an @Configuration class to configureprocessing WebSocket requests:Classorg.springframework.web.socket.config.annotationSpring MVC
EnableWebSocketMessageBrokerAdd this annotation to an @Configuration class to enable broker-backedmessaging over WebSocket using a higher-level messaging sub-protocol.Classorg.springframework.web.socket.config.annotationSpring MVC
EndpointConnectionManagerA WebSocket connection manager that is given a URI, an Endpoint, connects to aWebSocket server through the ConnectionManagerSupport.Classorg.springframework.web.socket.client.standardSpring MVC
EventSourceTransportHandlerA TransportHandler for sending messages via Server-Sent events:http://dev.Classorg.springframework.web.socket.sockjs.transport.handlerSpring MVC
ExceptionWebSocketHandlerDecoratorAn exception handling WebSocketHandlerDecorator.Classorg.springframework.web.socket.handlerSpring MVC
GlassFishRequestUpgradeStrategyA WebSocket RequestUpgradeStrategy for Oracle's GlassFish 4.Classorg.springframework.web.socket.server.standardSpring MVC
HandshakeFailureExceptionThrown when handshake processing failed to complete due to an internal, unrecoverableerror.Classorg.springframework.web.socket.serverSpring MVC
HandshakeHandlerContract for processing a WebSocket handshake request.Interfaceorg.springframework.web.socket.serverSpring MVC
HandshakeInterceptorInterceptor for WebSocket handshake requests.Interfaceorg.springframework.web.socket.serverSpring MVC
HandshakeInterceptorChainA helper class that assists with invoking a list of handshake interceptors.Classorg.springframework.web.socket.server.supportSpring MVC
HtmlFileTransportHandlerAn HTTP TransportHandler that uses a famous browser document.Classorg.springframework.web.socket.sockjs.transport.handlerSpring MVC
HttpSessionHandshakeInterceptorAn interceptor to copy information from the HTTP session to the handshakeattributes map to made available viaWebSocketSession.Classorg.springframework.web.socket.server.supportSpring MVC
InfoReceiverA component that can execute the SockJS Info request that needs to beperformed before the SockJS session starts in order to check server endpointInterfaceorg.springframework.web.socket.sockjs.clientSpring MVC
Jackson2SockJsMessageCodecA Jackson 2.Classorg.springframework.web.socket.sockjs.frameSpring MVC
JettyRequestUpgradeStrategyA RequestUpgradeStrategy for use with Jetty 9.Classorg.springframework.web.socket.server.jettySpring MVC
JettyWebSocketClientInitiates WebSocket requests to a WebSocket server programmaticallythrough the Jetty WebSocket API.Classorg.springframework.web.socket.client.jettySpring MVC
JettyWebSocketHandlerAdapterAdapts WebSocketHandler to the Jetty 9 WebSocket API.Classorg.springframework.web.socket.adapter.jettySpring MVC
JettyWebSocketSessionA WebSocketSession for use with the Jetty 9 WebSocket API.Classorg.springframework.web.socket.adapter.jettySpring MVC
JettyXhrTransportAn XHR transport based on Jetty's HttpClient.Classorg.springframework.web.socket.sockjs.clientSpring MVC
JsonpPollingTransportHandlerA TransportHandler that sends messages via JSONP polling.Classorg.springframework.web.socket.sockjs.transport.handlerSpring MVC
JsonpReceivingTransportHandlerA TransportHandler that receives messages over HTTP.Classorg.springframework.web.socket.sockjs.transport.handlerSpring MVC
LoggingWebSocketHandlerDecoratorA WebSocketHandlerDecorator that adds logging to WebSocket lifecycle events.Classorg.springframework.web.socket.handlerSpring MVC
NativeWebSocketSessionA WebSocketSession that exposes the underlying, native WebSocketSessionSince:4.Interfaceorg.springframework.web.socket.adapterSpring MVC
OriginHandshakeInterceptorAn interceptor to check request Origin header value against acollection of allowed origins.Classorg.springframework.web.socket.server.supportSpring MVC
PerConnectionWebSocketHandlerA WebSocketHandler that initializes and destroys a WebSocketHandlerinstance for each WebSocket connection and delegates all other methods to it.Classorg.springframework.web.socket.handlerSpring MVC
PingMessageA WebSocket ping message.Classorg.springframework.web.socketSpring MVC
PollingSockJsSessionA SockJS session for use with polling HTTP transports.Classorg.springframework.web.socket.sockjs.transport.sessionSpring MVC
PongMessageA WebSocket pong message.Classorg.springframework.web.socketSpring MVC
RequestUpgradeStrategyA server-specific strategy for performing the actual upgrade to a WebSocket exchange.Interfaceorg.springframework.web.socket.serverSpring MVC
RestTemplateXhrTransportAn XhrTransport implementation that uses aSince:4.Classorg.springframework.web.socket.sockjs.clientSpring MVC
ServerEndpointExporterDetects beans of type ServerEndpointConfig and registerswith the standard Java WebSocket runtime.Classorg.springframework.web.socket.server.standardSpring MVC
ServerEndpointRegistrationAn implementation of ServerEndpointConfig for use inSpring applications.Classorg.springframework.web.socket.server.standardSpring MVC
ServletServerContainerFactoryBeanA FactoryBean for configuring ServerContainer.Classorg.springframework.web.socket.server.standardSpring MVC
ServletWebSocketHandlerRegistrationA helper class for configuring WebSocketHandler request handlingincluding SockJS fallback options.Classorg.springframework.web.socket.config.annotationSpring MVC
ServletWebSocketHandlerRegistryA WebSocketHandlerRegistry that maps WebSocketHandlers to URLs for usein a Servlet container.Classorg.springframework.web.socket.config.annotationSpring MVC
SessionConnectedEventA connected event represents the server response to a client's connect request.Classorg.springframework.web.socket.messagingSpring MVC
SessionConnectEventEvent raised when a new WebSocket client using a Simple Messaging Protocol(e.Classorg.springframework.web.socket.messagingSpring MVC
SessionDisconnectEventEvent raised when the session of a WebSocket client using a Simple MessagingProtocol (e.Classorg.springframework.web.socket.messagingSpring MVC
SessionLimitExceededExceptionRaised when a WebSocket session has exceeded limits it has been configuredfor, e.Classorg.springframework.web.socket.handlerSpring MVC
SessionSubscribeEventEvent raised when a new WebSocket client using a Simple Messaging Protocol(e.Classorg.springframework.web.socket.messagingSpring MVC
SessionUnsubscribeEventEvent raised when a new WebSocket client using a Simple Messaging Protocol(e.Classorg.springframework.web.socket.messagingSpring MVC
SockJsClientA SockJS implementation ofwith fallback alternatives that simulate a WebSocket interaction through plainClassorg.springframework.web.socket.sockjs.clientSpring MVC
SockJsExceptionBase class for exceptions raised while processing SockJS HTTP requests.Classorg.springframework.web.socket.sockjsSpring MVC
SockJsFrameRepresents a SockJS frame.Classorg.springframework.web.socket.sockjs.frameSpring MVC
SockJsFrameFormatApplies a transport-specific format to the content of a SockJS frame resultingin a content that can be written out.Interfaceorg.springframework.web.socket.sockjs.frameSpring MVC
SockJsFrameTypeenum SockJsFrameTypeSince:4.Classorg.springframework.web.socket.sockjs.frameSpring MVC
SockJsHttpRequestHandlerAn HttpRequestHandler that allows mapping a SockJsService to requestsin a Servlet container.Classorg.springframework.web.socket.sockjs.supportSpring MVC
SockJsMessageCodecEncode and decode messages to and from a SockJS message frame,essentially an array of JSON-encoded messages.Interfaceorg.springframework.web.socket.sockjs.frameSpring MVC
SockJsMessageDeliveryExceptionAn exception thrown when a message frame was successfully received over an HTTP POSTand parsed but one or more of the messages it contained could not be delivered to theClassorg.springframework.web.socket.sockjsSpring MVC
SockJsServiceThe main entry point for processing HTTP requests from SockJS clients.Interfaceorg.springframework.web.socket.sockjsSpring MVC
SockJsServiceConfigProvides transport handling code with access to the SockJsService configurationoptions they need to have access to.Interfaceorg.springframework.web.socket.sockjs.transportSpring MVC
SockJsServiceRegistrationA helper class for configuring SockJS fallback options, typically used indirectly, inconjunction with @EnableWebSocket andClassorg.springframework.web.socket.config.annotationSpring MVC
SockJsSessionSockJS extension of Spring's standard WebSocketSession.Interfaceorg.springframework.web.socket.sockjs.transportSpring MVC
SockJsSessionFactoryA factory for creating a SockJS session.Interfaceorg.springframework.web.socket.sockjs.transportSpring MVC
SockJsTransportFailureExceptionIndicates a serious failure that occurred in the SockJS implementation as opposed toin user code (e.Classorg.springframework.web.socket.sockjsSpring MVC
SockJsUrlInfoContainer for the base URL of a SockJS endpoint with additional helper methodsto derive related SockJS URLs as the info URL andClassorg.springframework.web.socket.sockjs.clientSpring MVC
SockJsWebSocketHandlerAn implementation of WebSocketHandler that adds SockJS messages frames, sendsSockJS heartbeat messages, and delegates lifecycle events and messages to a targetClassorg.springframework.web.socket.sockjs.transport.handlerSpring MVC
SpringConfiguratorA ServerEndpointConfig.Classorg.springframework.web.socket.server.standardSpring MVC
StandardToWebSocketExtensionAdapterA sub-class of WebSocketExtension thatcan be constructed from an Extension.Classorg.springframework.web.socket.adapter.standardSpring MVC
StandardWebSocketClientA WebSocketClient based on standard Java WebSocket API.Classorg.springframework.web.socket.client.standardSpring MVC
StandardWebSocketHandlerAdapterAdapts a WebSocketHandler to the standard WebSocket for Java API.Classorg.springframework.web.socket.adapter.standardSpring MVC
StandardWebSocketSessionA WebSocketSession for use with the standard WebSocket for Java API.Classorg.springframework.web.socket.adapter.standardSpring MVC
StompEndpointRegistryA contract for registering STOMP over WebSocket endpoints.Interfaceorg.springframework.web.socket.config.annotationSpring MVC
StompSubProtocolErrorHandlerA SubProtocolErrorHandler for use with STOMP.Classorg.springframework.web.socket.messagingSpring MVC
StompSubProtocolHandlerA SubProtocolHandler for STOMP that supports versions 1.Classorg.springframework.web.socket.messagingSpring MVC
StompWebSocketEndpointRegistrationA contract for configuring a STOMP over WebSocket endpoint.Interfaceorg.springframework.web.socket.config.annotationSpring MVC
StreamingSockJsSessionA SockJS session for use with streaming HTTP transports.Classorg.springframework.web.socket.sockjs.transport.sessionSpring MVC
SubProtocolCapableAn interface for WebSocket handlers that support sub-protocols as defined in RFC 6455.Interfaceorg.springframework.web.socketSpring MVC
SubProtocolErrorHandlerA contract for handling sub-protocol errors sent to clients.Interfaceorg.springframework.web.socket.messagingSpring MVC
SubProtocolHandlerA contract for handling WebSocket messages as part of a higher level protocol, referredto as sub-protocol in the WebSocket RFC specification.Interfaceorg.springframework.web.socket.messagingSpring MVC
SubProtocolWebSocketHandlerAn implementation of WebSocketHandler that delegates incoming WebSocketmessages to a SubProtocolHandler along with a MessageChannel to whichClassorg.springframework.web.socket.messagingSpring MVC
TextMessageA text WebSocket message.Classorg.springframework.web.socketSpring MVC
TextWebSocketHandlerA convenient base class for WebSocketHandler implementation that process textmessages only.Classorg.springframework.web.socket.handlerSpring MVC
TomcatRequestUpgradeStrategyA WebSocket RequestUpgradeStrategy for Apache Tomcat.Classorg.springframework.web.socket.server.standardSpring MVC
TransportA client-side implementation for a SockJS transport.Interfaceorg.springframework.web.socket.sockjs.clientSpring MVC
TransportHandlerHandle a SockJS session URL, i.Interfaceorg.springframework.web.socket.sockjs.transportSpring MVC
TransportHandlingSockJsServiceA basic implementation of SockJsServicewith support for SPI-based transport handling and session management.Classorg.springframework.web.socket.sockjs.transportSpring MVC
TransportRequestExposes information, typically to Transport andsession implementations, about a requestInterfaceorg.springframework.web.socket.sockjs.clientSpring MVC
TransportTypeSockJS transport types.Classorg.springframework.web.socket.sockjs.transportSpring MVC
UndertowRequestUpgradeStrategyA WebSocket RequestUpgradeStrategy for use with WildFly and itsunderlying Undertow web server.Classorg.springframework.web.socket.server.standardSpring MVC
UndertowXhrTransportAn XHR transport based on Undertow's UndertowClient.Classorg.springframework.web.socket.sockjs.clientSpring MVC
WebLogicRequestUpgradeStrategyA WebSocket RequestUpgradeStrategy for Oracle's WebLogic.Classorg.springframework.web.socket.server.standardSpring MVC
WebMvcStompEndpointRegistryA registry for STOMP over WebSocket endpoints that maps the endpoints with aHandlerMapping for use in Spring MVC.Classorg.springframework.web.socket.config.annotationSpring MVC
WebMvcStompWebSocketEndpointRegistrationAn abstract base class class for configuring STOMP over WebSocket/SockJS endpoints.Classorg.springframework.web.socket.config.annotationSpring MVC
WebSocketAnnotationMethodMessageHandlerA sub-class of SimpAnnotationMethodMessageHandler to provide supportfor ControllerAdvice with global @MessageExceptionHandler methods.Classorg.springframework.web.socket.messagingSpring MVC
WebSocketClientContract for initiating a WebSocket request.Interfaceorg.springframework.web.socket.clientSpring MVC
WebSocketClientSockJsSessionAn extension of AbstractClientSockJsSession wrapping and delegatingto an actual WebSocket session.Classorg.springframework.web.socket.sockjs.clientSpring MVC
WebSocketConfigurationSupportConfiguration support for WebSocket request handling.Classorg.springframework.web.socket.config.annotationSpring MVC
WebSocketConfigurerDefines callback methods to configure the WebSocket request handlingvia @EnableWebSocket.Interfaceorg.springframework.web.socket.config.annotationSpring MVC
WebSocketConnectionManagerA WebSocket connection manager that is given a URI, a WebSocketClient, and aWebSocketHandler, connects to a WebSocket server through ConnectionManagerSupport.Classorg.springframework.web.socket.clientSpring MVC
WebSocketContainerFactoryBeanA FactoryBean for creating and configuring a WebSocketContainerthrough Spring XML configuration.Classorg.springframework.web.socket.client.standardSpring MVC
WebSocketExtensionRepresents a WebSocket extension as defined in the RFC 6455.Classorg.springframework.web.socketSpring MVC
WebSocketHandlerA handler for WebSocket messages and lifecycle events.Interfaceorg.springframework.web.socketSpring MVC
WebSocketHandlerDecoratorWraps another WebSocketHandlerinstance and delegates to it.Classorg.springframework.web.socket.handlerSpring MVC
WebSocketHandlerDecoratorFactoryA factory for applying decorators to a WebSocketHandler.Interfaceorg.springframework.web.socket.handlerSpring MVC
WebSocketHandlerMappingAn extension of SimpleUrlHandlerMapping that is also aSmartLifecycle container and propagates start and stop calls to anyClassorg.springframework.web.socket.server.supportSpring MVC
WebSocketHandlerRegistrationProvides methods for configuring a WebSocket handler.Interfaceorg.springframework.web.socket.config.annotationSpring MVC
WebSocketHandlerRegistryProvides methods for configuring WebSocketHandler request mappings.Interfaceorg.springframework.web.socket.config.annotationSpring MVC
WebSocketHttpHeadersAn HttpHeaders variant that adds support forthe HTTP headers defined by the WebSocket specification RFC 6455.Classorg.springframework.web.socketSpring MVC
WebSocketHttpRequestHandlerA HttpRequestHandler for processing WebSocket handshake requests.Classorg.springframework.web.socket.server.supportSpring MVC
WebSocketMessageA message that can be handled or sent on a WebSocket connection.Interfaceorg.springframework.web.socketSpring MVC
WebSocketMessageBrokerConfigurationSupportreceiving and responding to STOMP messages from WebSocket clients.Classorg.springframework.web.socket.config.annotationSpring MVC
WebSocketMessageBrokerConfigurerDefines methods for configuring message handling with simple messagingprotocols (e.Interfaceorg.springframework.web.socket.config.annotationSpring MVC
WebSocketMessageBrokerStatsA central class for aggregating information about internal state and countersfrom key infrastructure components of the setup that comes withClassorg.springframework.web.socket.configSpring MVC
WebSocketNamespaceHandlerNamespaceHandler for Spring WebSocketconfiguration namespace.Classorg.springframework.web.socket.configSpring MVC
WebSocketServerSockJsSessionA SockJS session for use with the WebSocket transport.Classorg.springframework.web.socket.sockjs.transport.sessionSpring MVC
WebSocketSessionA WebSocket session abstraction.Interfaceorg.springframework.web.socketSpring MVC
WebSocketSessionDecoratorWraps another WebSocketSession instanceand delegates to it.Classorg.springframework.web.socket.handlerSpring MVC
WebSocketStompClientA STOMP over WebSocket client that connects using an implementation ofincluding SockJsClient.Classorg.springframework.web.socket.messagingSpring MVC
WebSocketToJettyExtensionConfigAdapterClassorg.springframework.web.socket.adapter.jettySpring MVC
WebSocketToStandardExtensionAdapterAdapt an instance of WebSocketExtension tothe Extension interface.Classorg.springframework.web.socket.adapter.standardSpring MVC
WebSocketTransportA SockJS Transport that uses aSince:4.Classorg.springframework.web.socket.sockjs.clientSpring MVC
WebSocketTransportHandlerWebSocket-based TransportHandler.Classorg.springframework.web.socket.sockjs.transport.handlerSpring MVC
WebSocketTransportRegistrationConfigure the processing of messages received from and sent to WebSocket clients.Classorg.springframework.web.socket.config.annotationSpring MVC
WebSphereRequestUpgradeStrategyWebSphere support for upgrading an HttpServletRequest during aWebSocket handshake.Classorg.springframework.web.socket.server.standardSpring MVC
XhrClientSockJsSessionAn extension of AbstractClientSockJsSession for use with HTTPtransports simulating a WebSocket session.Classorg.springframework.web.socket.sockjs.clientSpring MVC
XhrPollingTransportHandlerA TransportHandler based on XHR (long) polling.Classorg.springframework.web.socket.sockjs.transport.handlerSpring MVC
XhrReceivingTransportHandlerA TransportHandler that receives messages over HTTP.Classorg.springframework.web.socket.sockjs.transport.handlerSpring MVC
XhrStreamingTransportHandlerA TransportHandler that sends messages over an HTTP streaming request.Classorg.springframework.web.socket.sockjs.transport.handlerSpring MVC
XhrTransportA SockJS Transport that uses HTTP requests to simulate a WebSocketinteraction.Interfaceorg.springframework.web.socket.sockjs.clientSpring MVC