Home | History | Annotate | Download | only in socket

Lines Matching defs:ClientSocketPool

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 the