org.apache.http.nio.util
Interface ByteBufferAllocator

All Known Implementing Classes:
DirectByteBufferAllocator, HeapByteBufferAllocator

public interface ByteBufferAllocator


Method Summary
 java.nio.ByteBuffer allocate(int size)
           
 

Method Detail

allocate

java.nio.ByteBuffer allocate(int size)


Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.