Package org.springframework.web.socket.sockjs.support
Support classes for SockJS including an
AbstractSockJsService implementation.Class Summary Class Description AbstractSockJsService An abstract base class forSockJsServiceimplementations that provides SockJS path resolution and handling of static SockJS requests (e.g.SockJsHttpRequestHandler AnHttpRequestHandlerthat allows mapping aSockJsServiceto requests in a Servlet container.