| Package | Description |
|---|---|
| javax.ws.rs.sse |
| Modifier and Type | Method and Description |
|---|---|
InboundSseEvent |
SseEventInput.read()
Read next SSE event from the response stream and convert it to a Java instance of
InboundSseEvent type. |
| Modifier and Type | Method and Description |
|---|---|
void |
SseEventSource.Listener.onEvent(InboundSseEvent event)
Called when a new
InboundSseEvent is received by an event source. |
Copyright © 1996-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.