Org.Apache.Http.Impl.Conn.Tsccm Namespace

Provides the deprecated route-based, thread-safe Apache HTTP client connection pool.

Classes

Name Description
AbstractConnPool

Defines the base implementation for a synchronized connection pool used by ThreadSafeClientConnManager.

BasicPooledConnAdapter

Wraps a pooled connection and detaches it when the connection manager releases it.

BasicPoolEntry

Represents a basic entry in the Apache HTTP client connection pool.

BasicPoolEntryRef

Maintains a weak reference to a pool entry while retaining its planned route for connection cleanup.

ConnPoolByRoute

Manages reusable connections by route and enforces route-specific connection limits.

RefQueueWorker

Processes references queued by the garbage collector and forwards them to a handler.

RouteSpecificPool

Maintains the connection sub-pool and waiting threads for one route.

ThreadSafeClientConnManager

Manages a route-based pool of client connections for use by multiple execution threads.

WaitingThread

Represents a thread waiting for a pooled connection.

WaitingThreadAborter

Interrupts a thread that is waiting for a pooled connection.

Interfaces

Name Description
IPoolEntryRequest

Represents an abortable request for a connection-pool entry.

IRefQueueHandler

Handles references removed from a reference queue.