• A
    Refactored SseEvent to ServerSentEvent · 16b525f6
    Arjen Poutsma 提交于
     - Renamed SseEvent to ServerSentEvent to make the name less redundant.
     - ServerSentEvent is now immutable, having a builder to create new instances.
     - Realigned the class properties to more closely match the events
       described in the spec, so that `reconnectTime` becomes `retry`, and
       `name` becomes `event`.
    16b525f6
ServerSentEventHttpMessageWriterTests.java 5.5 KB