Class ServerEventStream
java.lang.Object
cool.scx.http.media.event_stream.ServerEventStream
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ServerEventStream
-
-
Method Details
-
send
发送一个 SSE 事件- Parameters:
sseEvent- 要发送的 SSE 事件- Throws:
HttpSendException
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
IOException
-