Uses of Class
org.glassfish.jersey.media.sse.InboundEvent
Package
Description
Support for Server Sent events in Jersey.
-
Uses of InboundEvent in org.glassfish.jersey.media.sse
Modifier and TypeMethodDescriptionvoid
EventListener.onEvent
(InboundEvent inboundEvent) Invoked when an event is received.void
EventSource.onEvent
(InboundEvent inboundEvent) Invoked when an event is received. -
Uses of InboundEvent in org.glassfish.jersey.media.sse.internal
Modifier and TypeMethodDescriptionvoid
EventProcessor.onEvent
(InboundEvent event) Called by the event source when an inbound event is received. -
Uses of InboundEvent in org.glassfish.jersey.microprofile.restclient
Modifier and TypeMethodDescriptionorg.reactivestreams.Publisher<InboundEvent>
SseMessageBodyReader.readFrom
(Class<org.reactivestreams.Publisher<InboundEvent>> chunkedInputClass, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> headers, InputStream inputStream) Modifier and TypeMethodDescriptionorg.reactivestreams.Publisher<InboundEvent>
SseMessageBodyReader.readFrom
(Class<org.reactivestreams.Publisher<InboundEvent>> chunkedInputClass, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> headers, InputStream inputStream)