private int socketBuffer = 9000;
private Adapter adapter;
private Http11ConnectionHandler cHandler;
- private int keepAliveTimeout = 15000; // 15 seconds as in Apache HTTPD server
/**
* Compression value.
* before closing the connection. The default is the same as for
* Apache HTTP Server (15 000 milliseconds).
*/
- public int getKeepAliveTimeout() { return keepAliveTimeout; }
- public void setKeepAliveTimeout(int timeout) { keepAliveTimeout = timeout; }
+ public int getKeepAliveTimeout() {
+ return ep.getKeepAliveTimeout();
+ }
+
+ public void setKeepAliveTimeout(int timeout) {
+ ep.setKeepAliveTimeout(timeout);
+ }
/**
* Return the Keep-Alive policy for the connection.