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

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


     [ https://jira.jboss.org/jira/browse/NETTY-219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Elias Ross updated NETTY-219:
-----------------------------

    Attachment: UpstreamIdleHandler.java


> 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
>         Attachments: UpstreamIdleHandler.java
>
>
> 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