Uses of Interface
java.util.concurrent.Flow.Publisher
-
Packages that use Flow.Publisher 软件包 描述 java.util.concurrent 实用程序类通常用于并发编程。jdk.incubator.http 高级HTTP和WebSocket API -
-
Uses of Flow.Publisher in java.util.concurrent
Subinterfaces of Flow.Publisher in java.util.concurrent Modifier and Type 接口 描述 static interface
Flow.Processor<T,R>
作为订阅者和发布者的组件。Classes in java.util.concurrent that implement Flow.Publisher Modifier and Type Class 描述 class
SubmissionPublisher<T>
AFlow.Publisher
,它向当前订阅者异步发出提交的(非空)项目,直到关闭。 -
Uses of Flow.Publisher in jdk.incubator.http
Subinterfaces of Flow.Publisher in jdk.incubator.http Modifier and Type 接口 描述 static interface
HttpRequest.BodyProcessor
将高级Java对象转换为适合作为请求体发送的ByteBuffer
的流的处理器 。
-