I'm wondering what the difference between Server.addLifecycle and Server.addHandler is. Since a Handler extends Lifecycle
, why wouldn't a handler added via addHandler also have its lifecycle added to the server.
This is Jetty 6.1.1.
I'm wondering what the difference between Server.addLifecycle and Server.addHandler is. Since a Handler extends Lifecycle
, why wouldn't a handler added via addHandler also have its lifecycle added to the server.
This is Jetty 6.1.1.