Interface ServerSentEventServer

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
DefaultServerSentEventServer

public interface ServerSentEventServer extends AutoCloseable
A special HTTP server whose only purpose is to provide Server-Sent Event functionality.

A Soklet application which supports Server-Sent Events will be configured with both a Server and a ServerSentEventServer.

See https://www.soklet.com/docs/server-sent-events for detailed documentation.

Author:
Mark Allen