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

  /external/chromium_org/net/socket/
client_socket_pool.cc 25 base::TimeDelta ClientSocketPool::unused_idle_socket_timeout() {
30 void ClientSocketPool::set_unused_idle_socket_timeout(base::TimeDelta timeout) {
36 base::TimeDelta ClientSocketPool::used_idle_socket_timeout() {
41 void ClientSocketPool::set_used_idle_socket_timeout(base::TimeDelta timeout) {
46 ClientSocketPool::ClientSocketPool() {}
48 ClientSocketPool::~ClientSocketPool() {}
client_socket_pool.h 62 // A ClientSocketPool is used to restrict the number of sockets open at a time.
65 class NET_EXPORT ClientSocketPool : public LowerLayeredPool {
90 // StreamSocket was reused, then ClientSocketPool will call
113 // ClientSocketPool will assign a priority to the new connections, if any.
141 // This flushes all state from the ClientSocketPool. This means that all
143 // Active sockets being held by ClientSocketPool clients will be discarded
184 ClientSocketPool();
185 virtual ~ClientSocketPool();
191 DISALLOW_COPY_AND_ASSIGN(ClientSocketPool);
socks_client_socket_pool.cc 201 ClientSocketPool::unused_idle_socket_timeout(),
202 ClientSocketPool::used_idle_socket_timeout(),
client_socket_handle.h 30 // connection. It is used by the ClientSocketPool to group similar connected
46 // ClientSocketPool to obtain a connected socket, possibly reusing one. This
48 // is used to determine the placement in ClientSocketPool's wait list.
54 // existing socket, ClientSocketPool may need to establish a new
87 // Disconnect method. This will result in the ClientSocketPool deleting the
91 // Used after Init() is called, but before the ClientSocketPool has
124 // Used by ClientSocketPool to initialize the ClientSocketHandle.
183 // not to try to cancel the request with the ClientSocketPool. Does not
191 ClientSocketPool* pool_;
199 int pool_id_; // See ClientSocketPool::ReleaseSocket() for an explanation
    [all...]
socks_client_socket_pool.h 108 : public ClientSocketPool, public HigherLayeredPool {
122 // ClientSocketPool implementation.
transport_client_socket_pool.cc 448 ClientSocketPool::unused_idle_socket_timeout(),
449 ClientSocketPool::used_idle_socket_timeout(),
ssl_client_socket_pool.h 272 : public ClientSocketPool,
299 // ClientSocketPool implementation.
transport_client_socket_pool.h 214 class NET_EXPORT_PRIVATE TransportClientSocketPool : public ClientSocketPool {
228 // ClientSocketPool implementation.
transport_client_socket_pool_unittest.cc 337 // ClientSocketPool which will crash if the group was not cleared properly.
671 ClientSocketPool::kMaxConnectRetryIntervalMs + 50));
714 ClientSocketPool::kMaxConnectRetryIntervalMs));
759 ClientSocketPool::kMaxConnectRetryIntervalMs));
807 ClientSocketPool::kMaxConnectRetryIntervalMs));
    [all...]
transport_client_socket_pool_test_util.cc 333 ClientSocketPool::kMaxConnectRetryIntervalMs)) {}
ssl_client_socket_pool.cc 650 ClientSocketPool::unused_idle_socket_timeout(),
651 ClientSocketPool::used_idle_socket_timeout(),
client_socket_pool_base.h 7 // Subclasses of ClientSocketPool should compose ClientSocketPoolBase to handle
16 // ConnectJob with a SocketParams. Subclasses of ClientSocketPool should
162 // Used to specify specific behavior for the ClientSocketPool.
236 // See ClientSocketPool::RequestSocket for documentation on this function.
240 // See ClientSocketPool::RequestSocket for documentation on this function.
245 // See ClientSocketPool::CancelRequest for documentation on this function.
249 // See ClientSocketPool::ReleaseSocket for documentation on this function.
254 // See ClientSocketPool::FlushWithError for documentation on this function.
257 // See ClientSocketPool::CloseIdleSockets for documentation on this function.
260 // See ClientSocketPool::IdleSocketCount() for documentation on this function
    [all...]
client_socket_pool_base_unittest.cc 490 class TestClientSocketPool : public ClientSocketPool {
707 ClientSocketPool::unused_idle_socket_timeout(),
708 ClientSocketPool::used_idle_socket_timeout());
    [all...]
  /external/chromium_org/net/http/
http_proxy_client_socket_pool.cc 437 ClientSocketPool::unused_idle_socket_timeout(),
438 ClientSocketPool::used_idle_socket_timeout(),
http_proxy_client_socket_pool.h 185 : public ClientSocketPool,
202 // ClientSocketPool implementation.
http_stream_factory_impl_unittest.cc 670 int GetSocketPoolGroupCount(ClientSocketPool* pool) {
    [all...]

Completed in 569 milliseconds