Class SseAsyncUnsupportedException

All Implemented Interfaces:
Serializable

public class SseAsyncUnsupportedException extends EngineException
Thrown when a detached server-sent events connection can't be established since the request doesn't support asynchronous processing.

The embedded Server and TomcatServer enable this automatically. When you deploy as a war archive, asynchronous support has to be declared explicitly in web.xml, both for the RIFE2 filter and for every other filter and servlet in the chain of the request.

Since:
1.10
See Also:
  • Constructor Details

    • SseAsyncUnsupportedException

      public SseAsyncUnsupportedException(Throwable cause)