I\'m using jetty 9.1.0, embedded, and would like to set both port and ThreadPool. I see a constructor for each, but don\'t see how to use one of those, and then any way to set t
You could go with XML configuration from /etc/jetty.xml file, which is well documented and also use beans with Spring configuration.
There's no constructor that will take ThreadPool and port together.