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
 java.nio.channels.ReadableByteChannel getChannel()
          Deprecated.  
 
Methods inherited from interface org.apache.http.HttpEntity
consumeContent, getContent, getContentEncoding, getContentLength, getContentType, isChunked, isRepeatable, isStreaming, writeTo
 

Method Detail

getChannel

java.nio.channels.ReadableByteChannel getChannel()
                                                 throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException


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