Class BufferFactory
- java.lang.Object
-
- org.apache.synapse.transport.passthru.util.BufferFactory
-
public class BufferFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description BufferFactory(int bufferSize, org.apache.http.nio.util.ByteBufferAllocator allocator, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ControlledByteBuffer
getBuffer()
void
release(ControlledByteBuffer buffer)
-
-
-
Method Detail
-
getBuffer
public ControlledByteBuffer getBuffer()
-
release
public void release(ControlledByteBuffer buffer)
-
-