接口的使用
com.alibaba.dubbo.remoting.buffer.ChannelBufferFactory
-
使用ChannelBufferFactory的程序包 程序包 说明 com.alibaba.dubbo.remoting.buffer com.alibaba.dubbo.remoting.transport.netty com.alibaba.dubbo.remoting.transport.netty4 -
-
com.alibaba.dubbo.remoting.buffer中ChannelBufferFactory的使用
实现ChannelBufferFactory的com.alibaba.dubbo.remoting.buffer中的类 修饰符和类型 类 说明 class
DirectChannelBufferFactory
class
HeapChannelBufferFactory
返回ChannelBufferFactory的com.alibaba.dubbo.remoting.buffer中的方法 修饰符和类型 方法 说明 ChannelBufferFactory
ByteBufferBackedChannelBuffer. factory()
ChannelBufferFactory
ChannelBuffer. factory()
Returns the factory which creates aChannelBuffer
whose type and defaultByteOrder
are same with this buffer.ChannelBufferFactory
DynamicChannelBuffer. factory()
ChannelBufferFactory
HeapChannelBuffer. factory()
static ChannelBufferFactory
DirectChannelBufferFactory. getInstance()
static ChannelBufferFactory
HeapChannelBufferFactory. getInstance()
参数类型为ChannelBufferFactory的com.alibaba.dubbo.remoting.buffer中的方法 修饰符和类型 方法 说明 static ChannelBuffer
ChannelBuffers. dynamicBuffer(int capacity, ChannelBufferFactory factory)
参数类型为ChannelBufferFactory的com.alibaba.dubbo.remoting.buffer中的构造器 构造器 说明 DynamicChannelBuffer(int estimatedLength, ChannelBufferFactory factory)
-
com.alibaba.dubbo.remoting.transport.netty中ChannelBufferFactory的使用
实现ChannelBufferFactory的com.alibaba.dubbo.remoting.transport.netty中的类 修饰符和类型 类 说明 class
NettyBackedChannelBufferFactory
Wrap netty dynamic channel buffer.返回ChannelBufferFactory的com.alibaba.dubbo.remoting.transport.netty中的方法 修饰符和类型 方法 说明 ChannelBufferFactory
NettyBackedChannelBuffer. factory()
static ChannelBufferFactory
NettyBackedChannelBufferFactory. getInstance()
-
com.alibaba.dubbo.remoting.transport.netty4中ChannelBufferFactory的使用
返回ChannelBufferFactory的com.alibaba.dubbo.remoting.transport.netty4中的方法 修饰符和类型 方法 说明 ChannelBufferFactory
NettyBackedChannelBuffer. factory()
-