jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

Review Handler Collection logic around InvocationType

Open joakime opened this issue 1 year ago • 1 comments
trafficstars

Jetty version(s) 12.0.6

Jetty Environment Any

Java version/vendor (use: java -version) Any

OS type/version Any

Description While reviewing PR #11412 a question about the InvocationType logic in the various Handler Collection implementations was brought up.

See

  • Handler.Sequence.setHandlers()
  • PathMappingsHandler.addMapping()
  • Handler.Singleton.updateHandler()
  • HotSwapHandler.setHandler()
  • WebSocketUpgradeHandler

joakime avatar Feb 20 '24 16:02 joakime