Uses of Interface
java.util.concurrent.Flow.Publisher
-
Packages that use Flow.Publisher Package Description java.util.concurrent Utility classes commonly useful in concurrent programming.jdk.incubator.http High level HTTP and WebSocket API -
-
Uses of Flow.Publisher in java.util.concurrent
Subinterfaces of Flow.Publisher in java.util.concurrent Modifier and Type Interface Description static interface
Flow.Processor<T,R>
A component that acts as both a Subscriber and Publisher.Classes in java.util.concurrent 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 jdk.incubator.http
Subinterfaces of Flow.Publisher in jdk.incubator.http Modifier and Type Interface Description static interface
HttpRequest.BodyProcessor
A processor which converts high level Java objects into flows ofByteBuffer
s suitable for sending as request bodies.
-