Uses of Interface
org.glassfish.jersey.internal.jsr166.Flow.Subscription
Packages that use Flow.Subscription
Package
Description
Contains a subset of classes repackaged from the jsr166 written by Doug Lea.
Common Jersey internal miscellaneous utility classes.
-
Uses of Flow.Subscription in org.glassfish.jersey.internal.jsr166
Methods in org.glassfish.jersey.internal.jsr166 with parameters of type Flow.SubscriptionModifier and TypeMethodDescriptionvoid
Flow.Subscriber.onSubscribe
(Flow.Subscription subscription) Method invoked prior to invoking any other Subscriber methods for the given Subscription. -
Uses of Flow.Subscription in org.glassfish.jersey.internal.util
Methods in org.glassfish.jersey.internal.util that return Flow.SubscriptionModifier and TypeMethodDescriptionJerseyPublisher.SubscriberWrapper.getSubscription()
Get reference to subscriber'sFlow.Subscription
.Methods in org.glassfish.jersey.internal.util with parameters of type Flow.SubscriptionModifier and TypeMethodDescriptionvoid
JerseyPublisher.SubscriberWrapper.onSubscribe
(Flow.Subscription subscription) -
Uses of Flow.Subscription in org.glassfish.jersey.microprofile.restclient
Methods in org.glassfish.jersey.microprofile.restclient with parameters of type Flow.SubscriptionModifier and TypeMethodDescriptionvoid
SseEventSuscriber.onSubscribe
(Flow.Subscription flowsubscription)