Class SseOutputRefusedException

All Implemented Interfaces:
Serializable

public class SseOutputRefusedException extends EngineException
Thrown when regular response output is used after a server-sent events connection has been established for the request, since that output would corrupt the event stream.

Once a connection has been established, you should send everything that the client has to receive as events through that connection.

Since:
1.10
See Also:
  • Constructor Details

    • SseOutputRefusedException

      public SseOutputRefusedException()