diff src/org/eclipse/jetty/io/AsyncEndPoint.java @ 956:1094975d013b

remove setCheckForIdle()
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 13 Oct 2016 18:11:01 -0600
parents 669769bcdf5c
children 0d20943cfea2
line wrap: on
line diff
--- a/src/org/eclipse/jetty/io/AsyncEndPoint.java	Thu Oct 13 16:55:53 2016 -0600
+++ b/src/org/eclipse/jetty/io/AsyncEndPoint.java	Thu Oct 13 18:11:01 2016 -0600
@@ -29,19 +29,6 @@
 	public void dispatch();
 	
 	/* ------------------------------------------------------------ */
-	/** Callback when idle.
-	 * <p>An endpoint is idle if there has been no IO activity for 
-	 * {@link #getMaxIdleTime()} and {@link #isCheckForIdle()} is true.
-	 * @param idleForMs TODO
-	 */
-//	public void onIdleExpired(long idleForMs);
-
-	/* ------------------------------------------------------------ */
-	/** Set if the endpoint should be checked for idleness
-	 */
-	public void setCheckForIdle(boolean check);
-
-	/* ------------------------------------------------------------ */
 	/**
 	 * @return True if IO has been successfully performed since the last call to {@link #hasProgressed()}
 	 */