Uses of Interface
org.apache.dubbo.remoting.buffer.ChannelBufferFactory
Packages that use ChannelBufferFactory
-
Uses of ChannelBufferFactory in org.apache.dubbo.remoting.buffer
Classes in org.apache.dubbo.remoting.buffer that implement ChannelBufferFactoryMethods in org.apache.dubbo.remoting.buffer that return ChannelBufferFactoryModifier and TypeMethodDescriptionByteBufferBackedChannelBuffer.factory()ChannelBuffer.factory()Returns the factory which creates aChannelBufferwhose type and defaultByteOrderare same with this buffer.DynamicChannelBuffer.factory()HeapChannelBuffer.factory()static ChannelBufferFactoryDirectChannelBufferFactory.getInstance()static ChannelBufferFactoryHeapChannelBufferFactory.getInstance()Methods in org.apache.dubbo.remoting.buffer with parameters of type ChannelBufferFactoryModifier and TypeMethodDescriptionstatic ChannelBufferChannelBuffers.dynamicBuffer(int capacity, ChannelBufferFactory factory) Constructors in org.apache.dubbo.remoting.buffer with parameters of type ChannelBufferFactoryModifierConstructorDescriptionDynamicChannelBuffer(int estimatedLength, ChannelBufferFactory factory)