Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.web.socket.sockjs Classes and Interfaces - 51 results found.
NameDescriptionTypePackageFramework
AbstractClientSockJsSessionBase class for SockJS client implementations of WebSocketSession.Classorg.springframework.web.socket.sockjs.clientSpring 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
AbstractTransportHandlerClassorg.springframework.web.socket.sockjs.transport.handlerSpring MVC
AbstractXhrTransportAbstract base class for XHR transport implementations to extend.Classorg.springframework.web.socket.sockjs.clientSpring 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
EventSourceTransportHandlerA TransportHandler for sending messages via Server-Sent events:http://dev.Classorg.springframework.web.socket.sockjs.transport.handlerSpring MVC
HtmlFileTransportHandlerAn HTTP TransportHandler that uses a famous browser document.Classorg.springframework.web.socket.sockjs.transport.handlerSpring 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
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
PollingSockJsSessionA SockJS session for use with polling HTTP transports.Classorg.springframework.web.socket.sockjs.transport.sessionSpring MVC
RestTemplateXhrTransportAn XhrTransport implementation that uses aSince:4.Classorg.springframework.web.socket.sockjs.clientSpring 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
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
StreamingSockJsSessionA SockJS session for use with streaming HTTP transports.Classorg.springframework.web.socket.sockjs.transport.sessionSpring 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
UndertowXhrTransportAn XHR transport based on Undertow's UndertowClient.Classorg.springframework.web.socket.sockjs.clientSpring MVC
WebSocketClientSockJsSessionAn extension of AbstractClientSockJsSession wrapping and delegatingto an actual WebSocket session.Classorg.springframework.web.socket.sockjs.clientSpring MVC
WebSocketServerSockJsSessionA SockJS session for use with the WebSocket transport.Classorg.springframework.web.socket.sockjs.transport.sessionSpring 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
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