Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.web.socket.sockjs.transport Classes and Interfaces - 24 results found.
NameDescriptionTypePackageFramework
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
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
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
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
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
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
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
TransportTypeSockJS transport types.Classorg.springframework.web.socket.sockjs.transportSpring MVC
WebSocketServerSockJsSessionA SockJS session for use with the WebSocket transport.Classorg.springframework.web.socket.sockjs.transport.sessionSpring MVC
WebSocketTransportHandlerWebSocket-based TransportHandler.Classorg.springframework.web.socket.sockjs.transport.handlerSpring 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