Package org.apache.http.nio.util
package org.apache.http.nio.util
Core utility classes for asynchronous, event driven communication.
-
ClassDescriptionDeprecated.(4.1) Use
BufferInfoAbstract interface to allocateByteBufferinstances.Generic content input buffer.Generic content output buffer.AllocatesByteBufferinstances usingByteBuffer.allocateDirect(int).A buffer that expand its capacity on demand usingByteBufferAllocatorinterface.AllocatesByteBufferinstances usingByteBuffer.allocate(int).Implementation of theContentInputBufferinterface that can be shared by multiple threads, usually the I/O dispatch of an I/O reactor and a worker thread.Implementation of theContentOutputBufferinterface that can be shared by multiple threads, usually the I/O dispatch of an I/O reactor and a worker thread.Basic implementation of theContentInputBufferinterface.Basic implementation of theContentOutputBufferinterface.