Package org.springframework.web.socket.sockjs.support
@NonNullApi
@NonNullFields
package org.springframework.web.socket.sockjs.support
Support classes for SockJS including an
AbstractSockJsService
implementation.-
ClassDescriptionAn abstract base class for
SockJsService
implementations that provides SockJS path resolution and handling of static SockJS requests (e.g.AnHttpRequestHandler
that allows mapping aSockJsService
to requests in a Servlet container.