diff src/org/eclipse/jetty/server/Connector.java @ 865:6b210bb66c63

remove ThreadPool
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 02 Oct 2016 20:38:06 -0600
parents ad292e148964
children 150092cebf3e
line wrap: on
line diff
--- a/src/org/eclipse/jetty/server/Connector.java	Sun Oct 02 16:17:38 2016 -0600
+++ b/src/org/eclipse/jetty/server/Connector.java	Sun Oct 02 20:38:06 2016 -0600
@@ -23,7 +23,6 @@
 import org.eclipse.jetty.io.Buffers;
 import org.eclipse.jetty.io.EndPoint;
 import org.eclipse.jetty.util.component.LifeCycle;
-import org.eclipse.jetty.util.thread.ThreadPool;
 
 /** HTTP Connector.
  * Implementations of this interface provide connectors for the HTTP protocol.
@@ -267,7 +266,7 @@
 	/* ------------------------------------------------------------ */
 	/** Check if low on resources.
 	 * For most connectors, low resources is measured by calling 
-	 * {@link ThreadPool#isLowOnThreads()} on the connector threadpool
+	 * {@link Server#isLowOnThreads()} on the connector threadpool
 	 * or the server threadpool if there is no connector threadpool.
 	 * <p>
 	 * For blocking connectors, low resources is used to trigger