类 ReactorNettyClientRequest.ByteBufMapper

java.lang.Object
cn.taketoday.http.client.ReactorNettyClientRequest.ByteBufMapper
所有已实现的接口:
OutputStreamPublisher.ByteMapper<io.netty.buffer.ByteBuf>
封闭类:
ReactorNettyClientRequest

private static final class ReactorNettyClientRequest.ByteBufMapper extends Object implements OutputStreamPublisher.ByteMapper<io.netty.buffer.ByteBuf>
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    private final io.netty.buffer.ByteBufAllocator
     
  • 构造器概要

    构造器
    构造器
    说明
    ByteBufMapper(io.netty.buffer.ByteBufAllocator allocator)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    io.netty.buffer.ByteBuf
    map(byte[] b, int off, int len)
    Maps a byte array to T.
    io.netty.buffer.ByteBuf
    map(int b)
    Maps a single byte to T.

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • allocator

      private final io.netty.buffer.ByteBufAllocator allocator
  • 构造器详细资料

    • ByteBufMapper

      public ByteBufMapper(io.netty.buffer.ByteBufAllocator allocator)
  • 方法详细资料