Class EventStreamHelper
java.lang.Object
cool.scx.http.media.event_stream.EventStreamHelper
EventStreamHelper
todo 协议处理上 可能有一些 小 bug, 比如内容中存在 换行符?
- Version:
- 0.0.1
- Author:
- scx567888
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidwriteToOutputStream(SseEvent sseEvent, cool.scx.io.ByteOutput out)
-
Field Details
-
LF_BYTES
public static final byte[] LF_BYTES
-
-
Constructor Details
-
EventStreamHelper
public EventStreamHelper()
-
-
Method Details
-
writeToOutputStream
public static void writeToOutputStream(SseEvent sseEvent, cool.scx.io.ByteOutput out) throws cool.scx.io.exception.ScxIOException, cool.scx.io.exception.AlreadyClosedException - Throws:
cool.scx.io.exception.ScxIOExceptioncool.scx.io.exception.AlreadyClosedException
-