Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Graceful shutdown for custom connections

Hi,

I've implemented a custom ConnectionFactory and Connection for a custom protocol (not http).  I've been using them with Server and ServerConnector.  I'd like to hook my connections into the Graceful shutdown process that is already in place.  i.e. I'd like to give my connections a chance to write final responses within the getStopTimeout() window.  

I'm not sure how I can add a Graceful instance into this process.  Does anybody know how to do this?

Thanks,
Josh



Back to the top