Class SseUtil
java.lang.Object
org.jboss.resteasy.reactive.common.util.CommonSseUtil
org.jboss.resteasy.reactive.server.core.SseUtil
-
Field Summary
Fields inherited from class org.jboss.resteasy.reactive.common.util.CommonSseUtil
SSE_CONTENT_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CompletionStage<?>send(ResteasyReactiveRequestContext context, jakarta.ws.rs.sse.OutboundSseEvent event, List<PublisherResponseHandler.StreamingResponseCustomizer> customizers) static voidsetHeaders(ResteasyReactiveRequestContext context, ServerHttpResponse response) static voidsetHeaders(ResteasyReactiveRequestContext context, ServerHttpResponse response, List<PublisherResponseHandler.StreamingResponseCustomizer> customizers)
-
Constructor Details
-
SseUtil
public SseUtil()
-
-
Method Details
-
send
public static CompletionStage<?> send(ResteasyReactiveRequestContext context, jakarta.ws.rs.sse.OutboundSseEvent event, List<PublisherResponseHandler.StreamingResponseCustomizer> customizers) -
setHeaders
-
setHeaders
public static void setHeaders(ResteasyReactiveRequestContext context, ServerHttpResponse response, List<PublisherResponseHandler.StreamingResponseCustomizer> customizers)
-