Package org.apache.http.nio.entity

Interface Summary
ConsumingNHttpEntity A non-blocking entity that allows content to be consumed from a decoder.
ContentListener A listener for available data on a non-blocking ConsumingNHttpEntity.
HttpNIOEntity Deprecated.
ProducingNHttpEntity An HttpEntity that writes content to a ContentEncoder.
 

Class Summary
BufferingNHttpEntity A ConsumingNHttpEntity that consumes content into a buffer.
ByteArrayNIOEntity Deprecated.
ConsumingNHttpEntityTemplate A ConsumingNHttpEntity that forwards available content to a ContentListener.
ContentBufferEntity  
ContentInputStream  
ContentOutputStream  
FileNIOEntity Deprecated.
NByteArrayEntity An entity whose content is retrieved from a byte array.
NFileEntity An entity whose content is retrieved from from a file.
NHttpEntityWrapper  
NStringEntity An entity whose content is retrieved from a string.
SkipContentListener A simple ContentListener that reads and ignores all content.
StringNIOEntity Deprecated.
 



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