org.mortbay.loadbalancer
Class ByteBufferPool
java.lang.Object
org.mortbay.loadbalancer.ByteBufferPool
public class ByteBufferPool
extends java.lang.Object
ByteBufferPool
public ByteBufferPool()
ByteBufferPool
public ByteBufferPool(int capacity,
boolean direct)
add
public void add(ByteBuffer buffer)
get
public ByteBuffer get()
getCapacity
public int getCapacity()
isDirect
public boolean isDirect()
setCapacity
public void setCapacity(int capacity)
setDirect
public void setDirect(boolean direct)
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.