Class SseEndpoint

All Implemented Interfaces:
Servlet, ServletConfig, Serializable

public class SseEndpoint extends HttpServlet

This SSE endpoint handles connections opened by <o:sse> and <o:notification>. It is automatically registered during application startup when @Push(type=SSE) or @Push(type=NOTIFICATION) qualified injection points are detected by PushExtension.

Since:
5.2
Author:
Bauke Scholtz
See Also: