Uses of Class
org.apache.http.nio.util.SimpleInputBuffer
-
Packages that use SimpleInputBuffer Package Description org.apache.http.nio.entity Core HTTP entity implementations with support for asynchronous, event driven communication.org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication. -
-
Uses of SimpleInputBuffer in org.apache.http.nio.entity
Fields in org.apache.http.nio.entity declared as SimpleInputBuffer Modifier and Type Field Description private SimpleInputBuffer
BufferingNHttpEntity. buffer
Deprecated. -
Uses of SimpleInputBuffer in org.apache.http.nio.protocol
Fields in org.apache.http.nio.protocol declared as SimpleInputBuffer Modifier and Type Field Description private SimpleInputBuffer
BasicAsyncRequestConsumer. buf
private SimpleInputBuffer
BasicAsyncResponseConsumer. buf
-