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

  /external/jetty/src/java/org/eclipse/jetty/client/
HttpClient.java 85 ThreadPool _threadPool;
173 return _threadPool;
184 removeBean(_threadPool);
185 _threadPool = threadPool;
186 addBean(_threadPool);
420 if (_threadPool==null)
426 _threadPool = pool;
427 addBean(_threadPool,true);
435 _threadPool.dispatch(new Runnable()
467 if (_threadPool instanceof LocalQueuedThreadPool
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/server/
Server.java 75 private ThreadPool _threadPool;
210 return _threadPool;
219 if (_threadPool!=null)
220 removeBean(_threadPool);
221 _container.update(this, _threadPool, threadPool, "threadpool",false);
222 _threadPool = threadPool;
223 if (_threadPool!=null)
224 addBean(_threadPool);
277 if (_threadPool==null)
AbstractConnector.java 65 private ThreadPool _threadPool;
129 return _threadPool;
140 removeBean(_threadPool);
141 _threadPool = pool;
142 addBean(_threadPool);
318 if (_threadPool == null)
320 _threadPool = _server.getThreadPool();
321 addBean(_threadPool,false);
332 if (!_threadPool.dispatch(new Acceptor(i)))
334 if (_threadPool.isLowOnThreads()
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/websocket/
WebSocketClientFactory.java 73 private final ThreadPool _threadPool;
123 _threadPool = threadPool;
124 addBean(_threadPool);
167 return _threadPool;
280 return _threadPool.dispatch(task);
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
ConnectHandler.java 70 private volatile ThreadPool _threadPool;
139 _threadPool = server.getThreadPool();
147 return _threadPool;
156 getServer().getContainer().update(this, _privateThreadPool ? _threadPool : null, threadPool, "threadpool", true);
158 _threadPool = threadPool;
166 if (_threadPool == null)
168 _threadPool = getServer().getThreadPool();
171 if (_threadPool instanceof LifeCycle && !((LifeCycle)_threadPool).isRunning())
172 ((LifeCycle)_threadPool).start()
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/
jetty-websocket-8.1.14.v20131031.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 391 milliseconds