Uses of Class
org.glassfish.jersey.media.sse.InboundEvent
-
Packages that use InboundEvent Package Description org.glassfish.jersey.media.sse Support for Server Sent events in Jersey.org.glassfish.jersey.media.sse.internal -
-
Uses of InboundEvent in org.glassfish.jersey.media.sse
Methods in org.glassfish.jersey.media.sse with parameters of type InboundEvent Modifier and Type Method Description voidEventListener. 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 InboundEvent Modifier and Type Method Description voidEventProcessor. onEvent(InboundEvent event)Called by the event source when an inbound event is received.
-