Uses of Interface
org.glassfish.jersey.internal.jsr166.Flow.Subscription
-
Packages that use Flow.Subscription Package Description org.glassfish.jersey.internal.jsr166 Contains a subset of classes repackaged from the jsr166 written by Doug Lea.org.glassfish.jersey.internal.util 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.Subscription Modifier and Type Method Description voidFlow.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.Subscription Modifier and Type Method Description Flow.SubscriptionJerseyPublisher.SubscriberWrapper. getSubscription()Get reference to subscriber'sFlow.Subscription.Methods in org.glassfish.jersey.internal.util with parameters of type Flow.Subscription Modifier and Type Method Description voidJerseyPublisher.SubscriberWrapper. onSubscribe(Flow.Subscription subscription)
-