Interface SockJsService

All Known Implementing Classes:
AbstractSockJsService, DefaultSockJsService, TransportHandlingSockJsService

public interface SockJsService
The main entry point for processing HTTP requests from SockJS clients.

In a Servlet 3+ container, SockJsHttpRequestHandler can be used to invoke this service. The processing servlet, as well as all filters involved, must have asynchronous support enabled through the ServletContext API or by adding an <async-support>true</async-support> element to servlet and filter declarations in web.xml.

Since:
4.0
Author:
Rossen Stoyanchev
See Also: