Uses of Package
org.glassfish.jersey.media.sse
Package
Description
Support for Server Sent events in Jersey.
-
ClassDescription
EventSource
listener that can be registered to listen for newly receivedInboundEvent
notifications.Client for reading and processingincoming Server-Sent Events
.JerseyEventSource
builder class.Inbound event.Representation of a single outbound SSE event.Used for creatingOutboundEvent
instances.Used for broadcasting SSE to multipleEventOutput
instances. -
ClassDescription
EventSource
listener that can be registered to listen for newly receivedInboundEvent
notifications.Inbound event. -