Interface ServerSentEventRequestResult

All Known Implementing Classes:
ServerSentEventRequestResult.HandshakeAccepted, ServerSentEventRequestResult.HandshakeRejected, ServerSentEventRequestResult.RequestFailed

Sealed interface used by Simulator.performServerSentEventRequest(Request) during integration tests, which encapsulates the 3 logical outcomes for SSE connections: accepted handshake, rejected handshake, and general request failure.

See https://www.soklet.com/docs/testing#integration-testing for detailed documentation.

Author:
Mark Allen