Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] setspawnorshrinkat method equivalent in Jetty 9 ?

Hi all,

I have 2 question regarding upgrade of Jetty

1. we are upgrading from Jetty 6 to Jetty 9 and in the old code we are using this method ''setspawnorshrinkat'' and seems like this method is removed from the threadpool class in recent Jetty versions. Is there any equivalent of this method so that I can replace it with ?

2. Second thing is I replaced few places where we are throwing HttpException in Jetty 6 with BadMessageException in Jetty 9, hope that does not hurt?

Thanks
Kalyan

Back to the top