Home
last modified time | relevance | path

Searched refs:_threadPool (Results 1 – 7 of 7) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/client/
DHttpClient.java85 ThreadPool _threadPool; field in HttpClient
173 return _threadPool; in getThreadPool()
184 removeBean(_threadPool); in setThreadPool()
185 _threadPool = threadPool; in setThreadPool()
186 addBean(_threadPool); in setThreadPool()
420 if (_threadPool==null) in doStart()
426 _threadPool = pool; in doStart()
427 addBean(_threadPool,true); in doStart()
435 _threadPool.dispatch(new Runnable() in doStart()
467 if (_threadPool instanceof LocalQueuedThreadPool) in doStop()
[all …]
DSelectConnector.java115 return _httpClient._threadPool.dispatch(task); in dispatch()
/external/jetty/src/java/org/eclipse/jetty/server/
DAbstractConnector.java65 private ThreadPool _threadPool; field in AbstractConnector
129 return _threadPool; in getThreadPool()
140 removeBean(_threadPool); in setThreadPool()
141 _threadPool = pool; in setThreadPool()
142 addBean(_threadPool); in setThreadPool()
318 if (_threadPool == null) in doStart()
320 _threadPool = _server.getThreadPool(); in doStart()
321 addBean(_threadPool,false); in doStart()
332 if (!_threadPool.dispatch(new Acceptor(i))) in doStart()
334 if (_threadPool.isLowOnThreads()) in doStart()
[all …]
DServer.java75 private ThreadPool _threadPool; field in Server
210 return _threadPool; in getThreadPool()
219 if (_threadPool!=null) in setThreadPool()
220 removeBean(_threadPool); in setThreadPool()
221 _container.update(this, _threadPool, threadPool, "threadpool",false); in setThreadPool()
222 _threadPool = threadPool; in setThreadPool()
223 if (_threadPool!=null) in setThreadPool()
224 addBean(_threadPool); in setThreadPool()
277 if (_threadPool==null) in doStart()
/external/jetty/src/java/org/eclipse/jetty/server/handler/
DConnectHandler.java70 private volatile ThreadPool _threadPool; field in ConnectHandler
139 _threadPool = server.getThreadPool(); in setServer()
147 return _threadPool; in getThreadPool()
156 …getServer().getContainer().update(this, _privateThreadPool ? _threadPool : null, threadPool, "thre… in setThreadPool()
158 _threadPool = threadPool; in setThreadPool()
166 if (_threadPool == null) in doStart()
168 _threadPool = getServer().getThreadPool(); in doStart()
171 if (_threadPool instanceof LifeCycle && !((LifeCycle)_threadPool).isRunning()) in doStart()
172 ((LifeCycle)_threadPool).start(); in doStart()
182 ThreadPool threadPool = _threadPool; in doStop()
[all …]
/external/jetty/src/java/org/eclipse/jetty/websocket/
DWebSocketClientFactory.java73 private final ThreadPool _threadPool; field in WebSocketClientFactory
123 _threadPool = threadPool; in WebSocketClientFactory()
124 addBean(_threadPool); in WebSocketClientFactory()
167 return _threadPool; in getThreadPool()
280 return _threadPool.dispatch(task); in dispatch()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...