类 ReactorNettyClientRequest.ByteBufMapper
java.lang.Object
cn.taketoday.http.client.ReactorNettyClientRequest.ByteBufMapper
- 所有已实现的接口:
OutputStreamPublisher.ByteMapper<io.netty.buffer.ByteBuf>
private static final class ReactorNettyClientRequest.ByteBufMapper
extends Object
implements OutputStreamPublisher.ByteMapper<io.netty.buffer.ByteBuf>
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
allocator
private final io.netty.buffer.ByteBufAllocator allocator
-
-
构造器详细资料
-
ByteBufMapper
public ByteBufMapper(io.netty.buffer.ByteBufAllocator allocator)
-
-
方法详细资料
-
map
public io.netty.buffer.ByteBuf map(int b) 从接口复制的说明:OutputStreamPublisher.ByteMapperMaps a single byte toT.- 指定者:
map在接口中OutputStreamPublisher.ByteMapper<io.netty.buffer.ByteBuf>
-
map
public io.netty.buffer.ByteBuf map(byte[] b, int off, int len) 从接口复制的说明:OutputStreamPublisher.ByteMapperMaps a byte array toT.- 指定者:
map在接口中OutputStreamPublisher.ByteMapper<io.netty.buffer.ByteBuf>
-