RFR: 8368695: Support 101 switching protocol in jdk.httpserver [v3]

Josiah Noel duke at openjdk.org
Mon Oct 13 15:50:37 UTC 2025


On Mon, 13 Oct 2025 15:29:32 GMT, Michael McMahon <michaelm at openjdk.org> wrote:

> Is the intention behind this to support websocket?

To speak plainly, my plan is not for adding official websocket support into the JDK. That part I can do on my own, the only thing I lack is access to the input/output streams after sending a 101 code. (the current logic in send headers closes both after sending 101 headers)

-------------

PR Comment: https://git.openjdk.org/jdk/pull/27751#issuecomment-3398067890


More information about the net-dev mailing list