Uses of Class
java.util.LinkedList
| Package | Description |
|---|---|
| org.apache.http.impl.conn.tsccm |
The implementation of a thread-safe client connection manager.
|
-
Uses of LinkedList in org.apache.http.impl.conn.tsccm
Fields in org.apache.http.impl.conn.tsccm declared as LinkedList Modifier and Type Field Description protected LinkedList<BasicPoolEntry>RouteSpecificPool. freeEntriesThe list of free entries.