接口的使用
cn.taketoday.http.client.OutputStreamPublisher.ByteMapper
-
cn.taketoday.http.client中OutputStreamPublisher.ByteMapper的使用
修饰符和类型类说明private static final classprivate static final class修饰符和类型字段说明private static final OutputStreamPublisher.ByteMapper<ByteBuffer>JdkClientHttpRequest.BYTE_MAPPERprivate final OutputStreamPublisher.ByteMapper<T>OutputStreamPublisher.byteMapperprivate final OutputStreamPublisher.ByteMapper<T>OutputStreamPublisher.OutputStreamSubscription.byteMapper修饰符和类型方法说明static <T> Flow.Publisher<T>OutputStreamPublisher.create(OutputStreamPublisher.OutputStreamHandler outputStreamHandler, OutputStreamPublisher.ByteMapper<T> byteMapper, Executor executor) Creates a newPublisher<T>based on bytes written to aOutputStream.static <T> Flow.Publisher<T>OutputStreamPublisher.create(OutputStreamPublisher.OutputStreamHandler outputStreamHandler, OutputStreamPublisher.ByteMapper<T> byteMapper, Executor executor, int chunkSize) Creates a newPublisher<T>based on bytes written to aOutputStream.限定符构造器说明privateOutputStreamPublisher(OutputStreamPublisher.OutputStreamHandler outputStreamHandler, OutputStreamPublisher.ByteMapper<T> byteMapper, Executor executor, int chunkSize) OutputStreamSubscription(Flow.Subscriber<? super T> actual, OutputStreamPublisher.OutputStreamHandler outputStreamHandler, OutputStreamPublisher.ByteMapper<T> byteMapper, int chunkSize)