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 TypeMethodDescriptionboolean
isOpen()
This abstract method should be called to check if idle timeouts should still be checked.void
onClose()
protected void
onIdleExpired
(TimeoutException timeout) This abstract method is called when the idle timeout has expired.void
onOpen()
Methods inherited from class org.eclipse.jetty.io.IdleTimeout
checkIdleTimeout, getIdleFor, getIdleTimeout, getScheduler, notIdle, setIdleTimeout
-
Field Details
-
connection
-
open
private boolean open
-
-
Constructor Details
-
FCGIIdleTimeout
-
-
Method Details
-
onOpen
public void onOpen()- Overrides:
onOpen
in classIdleTimeout
-
onClose
public void onClose()- Overrides:
onClose
in classIdleTimeout
-
onIdleExpired
Description copied from class:IdleTimeout
This abstract method is called when the idle timeout has expired.- Specified by:
onIdleExpired
in classIdleTimeout
- Parameters:
timeout
- a TimeoutException
-
isOpen
public boolean isOpen()Description copied from class:IdleTimeout
This abstract method should be called to check if idle timeouts should still be checked.- Specified by:
isOpen
in classIdleTimeout
- Returns:
- True if the entity monitored should still be checked for idle timeouts
-