Package org.glassfish.jersey.media.sse
Support for Server Sent events in Jersey.
-
Interface Summary Interface Description EventListener EventSourcelistener that can be registered to listen for newly receivedInboundEventnotifications. -
Class Summary Class Description EventInput Inbound Server-Sent Events channel.EventOutput Outbound Server-Sent Events channel.EventSource Client for reading and processingincoming Server-Sent Events.EventSource.Builder JerseyEventSourcebuilder class.InboundEvent Inbound event.JerseySseEventSourceBuilder PublicSseEventSource.Builderimplementation.LocalizationMessages Defines string formatting method for each constant in the resource fileOutboundEvent Representation of a single outbound SSE event.OutboundEvent.Builder Used for creatingOutboundEventinstances.SseBroadcaster Used for broadcasting SSE to multipleEventOutputinstances.SseFeature A JAX-RSfeaturethat enables Server-Sent Events support.