| Package | Description |
|---|---|
| org.glassfish.jersey.media.sse |
Support for Server Sent events in Jersey.
|
| org.glassfish.jersey.media.sse.internal |
| Modifier and Type | Method and Description |
|---|---|
void |
EventListener.onEvent(InboundEvent inboundEvent)
Invoked when an event is received.
|
void |
EventSource.onEvent(InboundEvent inboundEvent)
Invoked when an event is received.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventProcessor.onEvent(InboundEvent event)
Called by the event source when an inbound event is received.
|
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.