Package | Description |
---|---|
org.glassfish.jersey.media.sse |
Support for Server Sent events in Jersey.
|
org.glassfish.jersey.media.sse.internal | |
org.glassfish.jersey.microprofile.restclient |
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.
|
Modifier and Type | Method and Description |
---|---|
org.reactivestreams.Publisher<InboundEvent> |
SseMessageBodyReader.readFrom(Class<org.reactivestreams.Publisher<InboundEvent>> chunkedInputClass,
Type genericType,
Annotation[] annotations,
jakarta.ws.rs.core.MediaType mediaType,
jakarta.ws.rs.core.MultivaluedMap<String,String> headers,
InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
org.reactivestreams.Publisher<InboundEvent> |
SseMessageBodyReader.readFrom(Class<org.reactivestreams.Publisher<InboundEvent>> chunkedInputClass,
Type genericType,
Annotation[] annotations,
jakarta.ws.rs.core.MediaType mediaType,
jakarta.ws.rs.core.MultivaluedMap<String,String> headers,
InputStream inputStream) |
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.