HttpServer Create Convenience Method
Josiah Noel
josiahnoel at gmail.com
Tue Oct 14 20:54:56 UTC 2025
Long time no see,
As you know, to create a server you need to do something like: HttpServer.
create(new InetSocketAddress(8080), 0);
Perchance would we be amenable to adding a convenience method to make it as
easy as HttpServer.create(8080)
--
Cheers, Josiah.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/net-dev/attachments/20251014/3a1d9045/attachment-0001.htm>
More information about the net-dev
mailing list