Package org.glassfish.jersey.media.sse

Support for Server Sent events in Jersey.

See:
          Description

Interface Summary
EventListener EventSource listener that can be registered to listen for newly received InboundEvent notifications.
 

Class Summary
EventInput Inbound Server-Sent Events channel.
EventOutput Outbound Server-Sent Events channel.
EventSource Client for reading and processing incoming Server-Sent Events.
EventSource.Builder Jersey EventSource builder class.
InboundEvent Inbound event.
LocalizationMessages Defines string formatting method for each constant in the resource file
OutboundEvent Representation of a single outbound SSE event.
OutboundEvent.Builder Used for creating OutboundEvent instances.
SseBroadcaster Used for broadcasting SSE to multiple EventOutput instances.
SseFeature A JAX-RS feature that enables Server-Sent Events support.
 

Package org.glassfish.jersey.media.sse Description

Support for Server Sent events in Jersey.



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.