Searched defs:ClientSocketPool (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/socket/
H A Dclient_socket_pool.cc25 base::TimeDelta ClientSocketPool::unused_idle_socket_timeout() {
30 void ClientSocketPool::set_unused_idle_socket_timeout(base::TimeDelta timeout) {
36 base::TimeDelta ClientSocketPool::used_idle_socket_timeout() {
41 void ClientSocketPool::set_used_idle_socket_timeout(base::TimeDelta timeout) {
46 ClientSocketPool::ClientSocketPool() {} function in class:net::ClientSocketPool
48 ClientSocketPool::~ClientSocketPool() {}
H A Dclient_socket_pool.h62 // A ClientSocketPool is used to restrict the number of sockets open at a time.
65 class NET_EXPORT ClientSocketPool : public LowerLayeredPool { class in namespace:net
90 // StreamSocket was reused, then ClientSocketPool will call
113 // ClientSocketPool will assign a priority to the new connections, if any.
141 // This flushes all state from the ClientSocketPool. This means that all
143 // Active sockets being held by ClientSocketPool clients will be discarded
184 ClientSocketPool();
185 virtual ~ClientSocketPool();
191 DISALLOW_COPY_AND_ASSIGN(ClientSocketPool);

Completed in 437 milliseconds