Class SseHandshakeResult.Accepted

java.lang.Object
com.soklet.SseHandshakeResult.Accepted
All Implemented Interfaces:
SseHandshakeResult
Enclosing interface:
SseHandshakeResult

@ThreadSafe public static final class SseHandshakeResult.Accepted extends Object implements SseHandshakeResult
Type which indicates a successful Server-Sent Event handshake.

A default, no-customization-permitted instance can be acquired via SseHandshakeResult.accept() and a builder which enables customization can be acquired via builder().

Full documentation is available at https://www.soklet.com/docs/server-sent-events#accepting-handshakes.

Author:
Mark Allen