Package rife.engine.exceptions
Class SseAsyncUnsupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rife.engine.exceptions.EngineException
rife.engine.exceptions.SseAsyncUnsupportedException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SseAsyncUnsupportedException
-