Update `NettyWebServer` to deal with any `UnsupportedOperationException` thrown from `DisposableServer`. Specifically, this commit allows the `NettyWebServer` to work with domain socket backed servers which cannot provide a port. Fixes gh-24529