Uses of Interface
org.glassfish.jersey.internal.jsr166.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
Modifier 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.Modifier 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
Modifier and TypeClassDescriptionclass
Implementation ofFlow.Publisher
corresponding to reactive streams specification.