HomeSort by relevance Sort by last modified time
    Searched defs:ClientSocketPool (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/socket/
client_socket_pool.cc 20 int ClientSocketPool::unused_idle_socket_timeout() {
25 void ClientSocketPool::set_unused_idle_socket_timeout(int timeout) {
29 ClientSocketPool::ClientSocketPool() {}
31 ClientSocketPool::~ClientSocketPool() {}
client_socket_pool.h 29 // A ClientSocketPool is used to restrict the number of sockets open at a time.
32 class ClientSocketPool {
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 subclasses should indicate valid SocketParams via th
    [all...]

Completed in 31 milliseconds