Searched refs:_threadPool (Results 1 – 7 of 7) sorted by relevance
85 ThreadPool _threadPool; field in HttpClient173 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 …]
115 return _httpClient._threadPool.dispatch(task); in dispatch()
65 private ThreadPool _threadPool; field in AbstractConnector129 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 …]
75 private ThreadPool _threadPool; field in Server210 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()
70 private volatile ThreadPool _threadPool; field in ConnectHandler139 _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 …]
73 private final ThreadPool _threadPool; field in WebSocketClientFactory123 _threadPool = threadPool; in WebSocketClientFactory()124 addBean(_threadPool); in WebSocketClientFactory()167 return _threadPool; in getThreadPool()280 return _threadPool.dispatch(task); in dispatch()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...