Class ClientEventStream

java.lang.Object
cool.scx.http.media.event_stream.ClientEventStream
All Implemented Interfaces:
AutoCloseable

public class ClientEventStream extends Object implements AutoCloseable
  • Constructor Details

    • ClientEventStream

      public ClientEventStream(cool.scx.io.ByteInput byteInput, Charset charset)
  • Method Details

    • readEvent

      public SseEvent readEvent()
      读取事件
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable