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.