Searched refs:isCheckForIdle (Results 1 - 4 of 4) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/io/
H A DAsyncEndPoint.java49 * {@link #getMaxIdleTime()} and {@link #isCheckForIdle()} is true.
62 public boolean isCheckForIdle(); method in interface:AsyncEndPoint
/external/jetty/src/java/org/eclipse/jetty/io/nio/
H A DSelectChannelEndPoint.java301 public boolean isCheckForIdle() method in class:SelectChannelEndPoint
315 if (isCheckForIdle() && _maxIdleTime>0)
439 boolean check=isCheckForIdle();
489 boolean check=isCheckForIdle();
H A DSslConnection.java766 public boolean isCheckForIdle() method in class:SslConnection.SslEndPoint
768 return _aEndp.isCheckForIdle();
/external/jetty/src/java/org/eclipse/jetty/client/
H A DSelectConnector.java439 public boolean isCheckForIdle() method in class:SelectConnector.UpgradableEndPoint
441 return _endp.isCheckForIdle();

Completed in 266 milliseconds