public class

StringNIOEntity

extends StringEntity
implements HttpNIOEntity
java.lang.Object
   ↳ org.apache.http.entity.AbstractHttpEntity
     ↳ org.apache.http.entity.StringEntity
       ↳ org.apache.http.nio.entity.StringNIOEntity

This class is deprecated.
Use NStringEntity

Class Overview

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

Summary

[Expand]
Inherited Fields
From class org.apache.http.entity.StringEntity
From class org.apache.http.entity.AbstractHttpEntity
Public Constructors
StringNIOEntity(String s, String charset)
Public Methods
ReadableByteChannel getChannel()
[Expand]
Inherited Methods
From class org.apache.http.entity.StringEntity
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 StringNIOEntity (String s, String charset)

Public Methods

public ReadableByteChannel getChannel ()

Throws
IOException