Uses of Interface
org.glassfish.jersey.internal.jsr166.Flow.Publisher
Packages that use Flow.Publisher
Package
Description
Contains a subset of classes repackaged from the jsr166 written by Doug Lea.
Common Jersey internal miscellaneous utility classes.
-
Uses of Flow.Publisher in org.glassfish.jersey.internal.jsr166
Subinterfaces of Flow.Publisher in org.glassfish.jersey.internal.jsr166Modifier and TypeInterfaceDescriptionstatic interface
Flow.Processor<T,
R> A component that acts as both a Subscriber and Publisher.interface
AFlow.Publisher
that asynchronously issues submitted (non-null) items to current subscribers until it is closed.Classes in org.glassfish.jersey.internal.jsr166 that implement Flow.PublisherModifier and TypeClassDescriptionclass
AFlow.Publisher
that asynchronously issues submitted (non-null) items to current subscribers until it is closed. -
Uses of Flow.Publisher in org.glassfish.jersey.internal.util
Classes in org.glassfish.jersey.internal.util that implement Flow.PublisherModifier and TypeClassDescriptionclass
Implementation ofFlow.Publisher
corresponding to reactive streams specification.