[JBoss JIRA] Created: (NETTY-219) Add a upstream handler to automatically close idle connections

Elias Ross (JIRA) jira-events at lists.jboss.org
Wed Sep 2 14:00:23 EDT 2009


Add a upstream handler to automatically close idle connections
--------------------------------------------------------------

                 Key: NETTY-219
                 URL: https://jira.jboss.org/jira/browse/NETTY-219
             Project: Netty
          Issue Type: Feature Request
          Components: Handler
            Reporter: Elias Ross
            Assignee: Trustin Lee


Most servers close idle connections (no new client data received) after a certain time.

I created a handler to close a connection that has sent no new data.

See attached class as a suggested implementation.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the netty-dev mailing list