Class ServerSentEventRequestResult.RequestFailed

java.lang.Object
com.soklet.ServerSentEventRequestResult.RequestFailed
All Implemented Interfaces:
ServerSentEventRequestResult
Enclosing interface:
ServerSentEventRequestResult

Represents the result of an SSE request failure (implicit rejection, e.g. an exception occurred; connection closed) when simulated by Simulator.performServerSentEventRequest(Request).

The final data sent to the client is available via getRequestResult().

Author:
Mark Allen