Uses of Class
org.glassfish.jersey.media.sse.InboundEvent
Packages that use InboundEvent
Package
Description
Support for Server Sent events in Jersey.
-
Uses of InboundEvent in org.glassfish.jersey.media.sse
Methods in org.glassfish.jersey.media.sse with parameters of type InboundEventModifier and TypeMethodDescriptionvoidEventListener.onEvent(InboundEvent inboundEvent) Invoked when an event is received.voidEventSource.onEvent(InboundEvent inboundEvent) Invoked when an event is received. -
Uses of InboundEvent in org.glassfish.jersey.media.sse.internal
Methods in org.glassfish.jersey.media.sse.internal with parameters of type InboundEventModifier and TypeMethodDescriptionvoidEventProcessor.onEvent(InboundEvent event) Called by the event source when an inbound event is received. -
Uses of InboundEvent in org.glassfish.jersey.microprofile.restclient
Methods in org.glassfish.jersey.microprofile.restclient that return types with arguments of type InboundEventModifier 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) Method parameters in org.glassfish.jersey.microprofile.restclient with type arguments of type InboundEventModifier 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)