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 interfaceFlow.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 classSubmissionPublisher<T>AFlow.Publisherthat 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 interfaceHttpRequest.BodyProcessorA processor which converts high level Java objects into flows ofByteBuffers suitable for sending as request bodies.
-