Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Pausing Accept connections

I am using jetty 9.2.2 in an embedded fashion which is great. I was wondering if it is possible to "pause" accepting connections on the Server Port. I would like to be able to control the embedded server to tell it to stop accepting connections via JMS and then reenable the socket acceptor on a control message. Any thoughts I could also have a filter that sends an unavailable response when in this state. Just looking for different options. 

thanks

Back to the top