Package org.springframework.web.socket.sockjs.support
@NullMarked
package org.springframework.web.socket.sockjs.support
Support classes for SockJS including an
AbstractSockJsService
implementation.-
ClassesClassDescriptionAn abstract base class for
SockJsServiceimplementations 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.