Make configuration of acceptors and selectors compatible with Jetty 8
The ServerConnector class doesn’t exist in Jetty 8 so we have to resort to reflection to create and configure a SelectChannelConnector instead. Closes gh-5649 See gh-5380
Showing
Please register or sign in to comment