Uses of Interface
org.glassfish.jersey.internal.jsr166.Flow.Publisher
-
Packages that use Flow.Publisher 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.Publisher in org.glassfish.jersey.internal.jsr166
Subinterfaces of Flow.Publisher in org.glassfish.jersey.internal.jsr166 Modifier and Type Interface Description static interface
Flow.Processor<T,R>
A component that acts as both a Subscriber and Publisher.Classes in org.glassfish.jersey.internal.jsr166 that implement Flow.Publisher Modifier and Type Class Description class
SubmissionPublisher<T>
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.Publisher Modifier and Type Class Description class
JerseyPublisher<T>
Implementation ofFlow.Publisher
corresponding to reactive streams specification.
-