Class HttpChannelOverFCGI.FCGIIdleTimeout
java.lang.Object
org.eclipse.jetty.io.IdleTimeout
org.eclipse.jetty.fcgi.client.http.HttpChannelOverFCGI.FCGIIdleTimeout
- Enclosing class:
HttpChannelOverFCGI
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisOpen()This abstract method should be called to check if idle timeouts should still be checked.voidonClose()protected voidonIdleExpired(TimeoutException timeout) This abstract method is called when the idle timeout has expired.voidonOpen()Methods inherited from class IdleTimeout
checkIdleTimeout, getIdleFor, getIdleTimeout, getScheduler, notIdle, setIdleTimeout
-
Field Details
-
connection
-
open
private boolean open
-
-
Constructor Details
-
FCGIIdleTimeout
-
-
Method Details
-
onOpen
public void onOpen()- Overrides:
onOpenin classIdleTimeout
-
onClose
public void onClose()- Overrides:
onClosein classIdleTimeout
-
onIdleExpired
Description copied from class:IdleTimeoutThis abstract method is called when the idle timeout has expired.- Specified by:
onIdleExpiredin classIdleTimeout- Parameters:
timeout- a TimeoutException
-
isOpen
public boolean isOpen()Description copied from class:IdleTimeoutThis abstract method should be called to check if idle timeouts should still be checked.- Specified by:
isOpenin classIdleTimeout- Returns:
- True if the entity monitored should still be checked for idle timeouts
-