| Package | Description |
|---|---|
| org.apache.http.impl |
Default implementations of HTTP connections for synchronous,
blocking communication.
|
| org.apache.http.message |
Core HTTP message components, message element parser
and writer APIs and their default implementations.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected TokenIterator |
DefaultConnectionReuseStrategy.createTokenIterator(HeaderIterator hit) |
Creates a token iterator from a header iterator.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
BasicTokenIterator |
Basic implementation of a
TokenIterator. |