org.apache.http.nio.util
Class DirectByteBufferAllocator

java.lang.Object
  extended by org.apache.http.nio.util.DirectByteBufferAllocator
All Implemented Interfaces:
ByteBufferAllocator

public class DirectByteBufferAllocator
extends java.lang.Object
implements ByteBufferAllocator


Constructor Summary
DirectByteBufferAllocator()
           
 
Method Summary
 java.nio.ByteBuffer allocate(int size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectByteBufferAllocator

public DirectByteBufferAllocator()
Method Detail

allocate

public java.nio.ByteBuffer allocate(int size)
Specified by:
allocate in interface ByteBufferAllocator


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