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

/external/chromium_org/net/socket/
H A Dclient_socket_pool_base.h5 // 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
152 // the functionality from ClientSocketPoolBase without using templates.
153 // ClientSocketPoolBase adds templated definitions built on top of
155 // ClientSocketPoolBase instead.
660 class ClientSocketPoolBase { class in namespace:net
703 ClientSocketPoolBase( function in class:net::ClientSocketPoolBase
716 virtual ~ClientSocketPoolBase() {}
[all...]

Completed in 749 milliseconds