Class SseResponseWriterHandler
- java.lang.Object
-
- org.jboss.resteasy.reactive.server.handlers.SseResponseWriterHandler
-
- All Implemented Interfaces:
ServerRestHandler,RestHandler<ResteasyReactiveRequestContext>
public class SseResponseWriterHandler extends Object implements ServerRestHandler
Our job is to send initial headers for the SSE request
-
-
Field Summary
Fields Modifier and Type Field Description static SseResponseWriterHandlerINSTANCE
-
Constructor Summary
Constructors Constructor Description SseResponseWriterHandler()
-
-
-
Field Detail
-
INSTANCE
public static final SseResponseWriterHandler INSTANCE
-
-
Method Detail
-
handle
public void handle(ResteasyReactiveRequestContext requestContext) throws Exception
- Specified by:
handlein interfaceRestHandler<ResteasyReactiveRequestContext>- Specified by:
handlein interfaceServerRestHandler- Throws:
Exception
-
-