Is there a way to tell netty to stop listening and accepting new connections on the socket, but to complete any ongoing work on the current connections?
You can simply close the ServerSocketChannel created by ChannelFactory . Typically, ServerSocketChannel returns ServerBootstrap.bind() .
ServerSocketChannel
ChannelFactory
ServerBootstrap.bind()
Source: https://habr.com/ru/post/919474/More articles:Install lxml in virtualenv for windows - pythonhttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/919470/point-multiple-domains-to-one-website-on-iis7&usg=ALkJrhj74We82BuvMomEO0K68pJS7ikSugTab between switches in VB6 - radio-buttonNew django admin url, application independent - python-2.7Payment Gateway - apiDOM Interface Clojurescript - domChanging underline color with css not working in chrome? - htmlWhat is the fastest way to calculate a large power 2 modulo a number - c ++WebDriver: how to specify preferred languages ββfor Chrome - google-chromehow to calculate 2 ^ n modulo 1000000007, n = 10 ^ 9 - mathAll Articles