Uses of Interface
net.rubyeye.xmemcached.buffer.IoBuffer
Packages that use IoBuffer
Package
Description
ByteBuffer Wrapper,all classes of this package has been deprecated.
-
Uses of IoBuffer in net.rubyeye.xmemcached.buffer
Classes in net.rubyeye.xmemcached.buffer that implement IoBufferModifier and TypeClassDescriptionclassDeprecated.classDeprecated.Fields in net.rubyeye.xmemcached.buffer declared as IoBufferModifier and TypeFieldDescriptionprivate final IoBufferCachedBufferAllocator.EMPTY_IO_BUFFERDeprecated.static final IoBufferSimpleBufferAllocator.EMPTY_IOBUFFERDeprecated.Methods in net.rubyeye.xmemcached.buffer that return IoBufferModifier and TypeMethodDescriptionBufferAllocator.allocate(int capacity) Deprecated.final IoBufferCachedBufferAllocator.allocate(int requestedCapacity) Deprecated.final IoBufferSimpleBufferAllocator.allocate(int capacity) Deprecated.BufferAllocator.wrap(ByteBuffer byteBuffer) Deprecated.final IoBufferCachedBufferAllocator.wrap(ByteBuffer nioBuffer) Deprecated.final IoBufferSimpleBufferAllocator.wrap(ByteBuffer byteBuffer) Deprecated.