abstract class AbstractSockJsService : SockJsService, CorsConfigurationSource
An abstract base class for SockJsService implementations that provides SockJS path resolution and handling of static SockJS requests (e.g. "/info", "/iframe.html", etc). Sub-classes must handle session URLs (i.e. transport-specific requests). By default, only same origin requests are allowed. Use |
|
open class SockJsHttpRequestHandler : HttpRequestHandler, CorsConfigurationSource, Lifecycle, ServletContextAware
An HttpRequestHandler that allows mapping a SockJsService to requests in a Servlet container. |