Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] NestedConnector in Jetty 9?

Hi,

They are used to pass through requests from the main servlet container to embedded jetty instances, which are dynamically created/destroyed during runtime.


On Wed, 20 Apr 2016, 00:12 Joakim Erdfelt, <joakim@xxxxxxxxxxx> wrote:
Why are you using NestedConnector?


Joakim Erdfelt / joakim@xxxxxxxxxxx

On Tue, Apr 19, 2016 at 4:09 PM, Jacob Carter <carter.jacob@xxxxxxxxx> wrote:
Hi, I'm currently upgrading a project to use Jetty 9 from Jetty 8, however I'm unable to find the class NestedConnector or any references to alternatives I could use. Can anyone help?  Thanks in advance.
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

Back to the top