Uses of Class
com.google.code.yanf4j.buffer.AbstractIoBuffer
-
Packages that use AbstractIoBuffer Package Description com.google.code.yanf4j.buffer IoBuffer from mina -
-
Uses of AbstractIoBuffer in com.google.code.yanf4j.buffer
Subclasses of AbstractIoBuffer in com.google.code.yanf4j.buffer Modifier and Type Class Description private class
CachedBufferAllocator.CachedBuffer
private class
SimpleBufferAllocator.SimpleBuffer
Constructors in com.google.code.yanf4j.buffer with parameters of type AbstractIoBuffer Constructor Description AbstractIoBuffer(AbstractIoBuffer parent)
Creates a new derived buffer.
-