接口的使用
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中的类 修饰符和类型 类 说明 classDirectChannelBufferFactoryclassHeapChannelBufferFactory返回ChannelBufferFactory的com.alibaba.dubbo.remoting.buffer中的方法 修饰符和类型 方法 说明 ChannelBufferFactoryByteBufferBackedChannelBuffer. factory()ChannelBufferFactoryChannelBuffer. factory()Returns the factory which creates aChannelBufferwhose type and defaultByteOrderare same with this buffer.ChannelBufferFactoryDynamicChannelBuffer. factory()ChannelBufferFactoryHeapChannelBuffer. factory()static ChannelBufferFactoryDirectChannelBufferFactory. getInstance()static ChannelBufferFactoryHeapChannelBufferFactory. getInstance()参数类型为ChannelBufferFactory的com.alibaba.dubbo.remoting.buffer中的方法 修饰符和类型 方法 说明 static ChannelBufferChannelBuffers. 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中的类 修饰符和类型 类 说明 classNettyBackedChannelBufferFactoryWrap netty dynamic channel buffer.返回ChannelBufferFactory的com.alibaba.dubbo.remoting.transport.netty中的方法 修饰符和类型 方法 说明 ChannelBufferFactoryNettyBackedChannelBuffer. factory()static ChannelBufferFactoryNettyBackedChannelBufferFactory. getInstance() -
com.alibaba.dubbo.remoting.transport.netty4中ChannelBufferFactory的使用
返回ChannelBufferFactory的com.alibaba.dubbo.remoting.transport.netty4中的方法 修饰符和类型 方法 说明 ChannelBufferFactoryNettyBackedChannelBuffer. factory()
-