Package org.springframework.web.socket.sockjs.support
@NonNullApi
@NonNullFields
package org.springframework.web.socket.sockjs.support
Support classes for SockJS including an
 
AbstractSockJsService
 implementation.
- 
ClassesClassDescriptionAn abstract base class forSockJsServiceimplementations that provides SockJS path resolution and handling of static SockJS requests (for example, "/info", "/iframe.html", etc).AnHttpRequestHandlerthat allows mapping aSockJsServiceto requests in a Servlet container.