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

/external/chromium/net/socket/
H A Dclient_socket_pool.cc20 int ClientSocketPool::unused_idle_socket_timeout() {
25 void ClientSocketPool::set_unused_idle_socket_timeout(int timeout) {
29 ClientSocketPool::ClientSocketPool() {} function in class:net::ClientSocketPool
31 ClientSocketPool::~ClientSocketPool() {}
H A Dclient_socket_pool.h29 // A ClientSocketPool is used to restrict the number of sockets open at a time.
32 class ClientSocketPool { class in namespace:net
53 // ClientSocket was reused, then ClientSocketPool will call
76 // ClientSocketPool will assign a priority to the new connections, if any.
104 // This flushes all state from the ClientSocketPool. This means that all
106 // held by ClientSocketPool clients will be discarded when released back to
142 ClientSocketPool();
143 virtual ~ClientSocketPool();
149 DISALLOW_COPY_AND_ASSIGN(ClientSocketPool);
152 // ClientSocketPool subclasse
[all...]

Completed in 131 milliseconds