org.apache.http.nio.entity
Interface HttpNIOEntity

All Superinterfaces:
org.apache.http.HttpEntity
All Known Implementing Classes:
ByteArrayNIOEntity, FileNIOEntity, StringNIOEntity

Deprecated.

@Deprecated
public interface HttpNIOEntity
extends org.apache.http.HttpEntity


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-2008 Apache Software Foundation. All Rights Reserved.