Uses of Interface
com.alibaba.dubbo.remoting.buffer.ChannelBufferFactory

Packages that use ChannelBufferFactory
com.alibaba.dubbo.remoting.buffer   
com.alibaba.dubbo.remoting.transport.netty   
com.alibaba.dubbo.remoting.transport.netty4   
 

Uses of ChannelBufferFactory in com.alibaba.dubbo.remoting.buffer
 

Classes in com.alibaba.dubbo.remoting.buffer that implement ChannelBufferFactory
 class DirectChannelBufferFactory
           
 class HeapChannelBufferFactory
           
 

Methods in com.alibaba.dubbo.remoting.buffer that return ChannelBufferFactory
 ChannelBufferFactory ChannelBuffer.factory()
          Returns the factory which creates a ChannelBuffer whose type and default ByteOrder are same with this buffer.
 ChannelBufferFactory ByteBufferBackedChannelBuffer.factory()
           
 ChannelBufferFactory HeapChannelBuffer.factory()
           
 ChannelBufferFactory DynamicChannelBuffer.factory()
           
static ChannelBufferFactory HeapChannelBufferFactory.getInstance()
           
static ChannelBufferFactory DirectChannelBufferFactory.getInstance()
           
 

Methods in com.alibaba.dubbo.remoting.buffer with parameters of type ChannelBufferFactory
static ChannelBuffer ChannelBuffers.dynamicBuffer(int capacity, ChannelBufferFactory factory)
           
 

Constructors in com.alibaba.dubbo.remoting.buffer with parameters of type ChannelBufferFactory
DynamicChannelBuffer(int estimatedLength, ChannelBufferFactory factory)
           
 

Uses of ChannelBufferFactory in com.alibaba.dubbo.remoting.transport.netty
 

Classes in com.alibaba.dubbo.remoting.transport.netty that implement ChannelBufferFactory
 class NettyBackedChannelBufferFactory
          Wrap netty dynamic channel buffer.
 

Methods in com.alibaba.dubbo.remoting.transport.netty that return ChannelBufferFactory
 ChannelBufferFactory NettyBackedChannelBuffer.factory()
           
static ChannelBufferFactory NettyBackedChannelBufferFactory.getInstance()
           
 

Uses of ChannelBufferFactory in com.alibaba.dubbo.remoting.transport.netty4
 

Methods in com.alibaba.dubbo.remoting.transport.netty4 that return ChannelBufferFactory
 ChannelBufferFactory NettyBackedChannelBuffer.factory()
           
 



Copyright © 2012–2017 Alibaba. All rights reserved.