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 interfaceFlow.Processor<T,R>A component that acts as both a Subscriber and Publisher.interfaceSubmittableFlowPublisher<T>AFlow.Publisherthat asynchronously issues submitted (non-null) items to current subscribers until it is closed.Classes in org.glassfish.jersey.internal.jsr166 that implement Flow.Publisher Modifier and Type Class Description classSubmissionPublisher<T>AFlow.Publisherthat 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 classJerseyPublisher<T>Implementation ofFlow.Publishercorresponding to reactive streams specification.
-