simple HTTP server in Java using only Java SE API - Stack Overflow

simple HTTP server in Java using only Java SE API - Stack Overflow

瀏覽:1355
日期:2025-04-29
Since Java 1.6, there's a builtin HTTP server in Sun Oracle JDK (note: JDK, not JRE). The com.sun.net.httpserver package summary outlines the involved classes and contains examples. Here's a (basic) kickoff example based on the docs, you can just copy'n'p...看更多