All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description ConnectionErrorHandler Interface for an object that will be notified when EventSource encounters a socket connection error or receives an error response.ConnectionErrorHandler.Action Return values ofConnectionErrorHandler.onConnectionError(Throwable)indicating what action theEventSourceshould take after an error.EventHandler Interface for an object that will receive SSE events.EventSource A client for the Server-Sent Events (SSE) protocol.EventSource.Builder Builder forEventSource.EventSource.Builder.ClientConfigurer An interface for use withEventSource.Builder.clientBuilderActions(ClientConfigurer).EventSource.RequestTransformer Interface for an object that can modify the network request that the EventSource will make.MessageEvent Event information that is passed toEventHandler.onMessage(String, MessageEvent).ModernTLSSocketFactory AnSSLSocketFactorythat tries to ensure modern TLS versions are used.ReadyState Enum values that can be returned byEventSource.getState().UnsuccessfulResponseException Exception class that means the remote server returned an HTTP error.