All Classes and Interfaces
Class
Description
Inbound Server-Sent Events channel.
EventSource listener that can be registered to listen for
newly received InboundEvent notifications.Outbound Server-Sent Events channel.
Private event processor task responsible for connecting to the SSE stream and processing
incoming SSE events as well as handling any connection issues.
EventProcessor builder.Used to signal that the
EventProcessor reached terminal stage.Event processor state, which is shared with the owner (to be able to control bootstrap and shutdown).
Client for reading and processing
incoming Server-Sent Events.Jersey
EventSource builder class.Inbound event.
SseEventSource implementation.SseEventSource.Builder implementation.Public
SseEventSource.Builder implementation.Defines string formatting method for each constant in the resource file
Representation of a single outbound SSE event.
Used for creating
OutboundEvent instances.Jersey
AutoDiscoverable responsible for registering SseFeature.Binds implementations to interfaces for injection of SSE-related injectables.
Used for broadcasting SSE to multiple
EventOutput instances.ValueParamProvider for binding SseEventSink to its implementation.A JAX-RS
feature that enables Server-Sent Events support.