public class

ByteArrayNIOEntity

extends ByteArrayEntity
implements HttpNIOEntity
java.lang.Object
   ↳ org.apache.http.entity.AbstractHttpEntity
     ↳ org.apache.http.entity.ByteArrayEntity
       ↳ org.apache.http.nio.entity.ByteArrayNIOEntity

This class is deprecated.
Use NByteArrayEntity

Class Overview

An entity whose content is retrieved from a byte array. In addition to the standard HttpEntity interface this class also implements NIO specific HttpNIOEntity.

Summary

[Expand]
Inherited Fields
From class org.apache.http.entity.ByteArrayEntity
From class org.apache.http.entity.AbstractHttpEntity
Public Constructors
ByteArrayNIOEntity(byte[] b)
Public Methods
ReadableByteChannel getChannel()
[Expand]
Inherited Methods
From class org.apache.http.entity.ByteArrayEntity
From class org.apache.http.entity.AbstractHttpEntity
From class java.lang.Object
From interface org.apache.http.HttpEntity
From interface org.apache.http.nio.entity.HttpNIOEntity

Public Constructors

public ByteArrayNIOEntity (byte[] b)

Public Methods

public ReadableByteChannel getChannel ()

Throws
IOException