Class SseEventSinkImpl
java.lang.Object
org.jboss.resteasy.reactive.server.jaxrs.SseEventSinkImpl
- All Implemented Interfaces:
jakarta.ws.rs.sse.SseEventSink,AutoCloseable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()booleanisClosed()send(jakarta.ws.rs.sse.OutboundSseEvent event) voidsendInitialResponse(ServerHttpResponse response)
-
Field Details
-
EMPTY_BUFFER
public static final byte[] EMPTY_BUFFER
-
-
Constructor Details
-
SseEventSinkImpl
-
-
Method Details
-
isClosed
public boolean isClosed()- Specified by:
isClosedin interfacejakarta.ws.rs.sse.SseEventSink
-
send
- Specified by:
sendin interfacejakarta.ws.rs.sse.SseEventSink
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfacejakarta.ws.rs.sse.SseEventSink
-
sendInitialResponse
-