org.apache.http.nio.entity
Interface HttpNIOEntity

All Superinterfaces:
HttpEntity
All Known Implementing Classes:
ByteArrayNIOEntity, FileNIOEntity, StringNIOEntity

Deprecated. Use ProducingNHttpEntity

@Deprecated
public interface HttpNIOEntity
extends HttpEntity

Since:
4.0

Method Summary
 ReadableByteChannel getChannel()
          Deprecated.  
 
Methods inherited from interface org.apache.http.HttpEntity
consumeContent, getContent, getContentEncoding, getContentLength, getContentType, isChunked, isRepeatable, isStreaming, writeTo
 

Method Detail

getChannel

ReadableByteChannel getChannel()
                               throws IOException
Deprecated. 
Throws:
IOException


Copyright © 2005-2010 The Apache Software Foundation. All Rights Reserved.