Lines Matching refs:ClientSocketPoolBase
5 // A ClientSocketPoolBase is used to restrict the number of sockets open at
7 // Subclasses of ClientSocketPool should compose ClientSocketPoolBase to handle
13 // ClientSocketPoolBase abstracts socket connection details behind ConnectJob,
15 // the ClientSocketPoolBase will ask the ConnectJobFactory to create a
153 // the functionality from ClientSocketPoolBase without using templates.
154 // ClientSocketPoolBase adds templated definitions built on top of
156 // ClientSocketPoolBase instead.
569 class ClientSocketPoolBase {
621 ClientSocketPoolBase(
633 virtual ~ClientSocketPoolBase() {}
749 // ClientSocketPoolBase::ConnectJobFactory types, allowing clients to use the
750 // typesafe ClientSocketPoolBase::ConnectJobFactory, rather than having to
755 typedef typename ClientSocketPoolBase<SocketParams>::ConnectJobFactory
782 DISALLOW_COPY_AND_ASSIGN(ClientSocketPoolBase);