src/share/classes/com/sun/net/httpserver/HttpExchange.java

Print this page

        

*** 63,72 **** --- 63,73 ---- * The effect of failing to terminate an exchange is undefined, but will typically * result in resources failing to be freed/reused. * @since 1.6 */ + @jdk.Supported public abstract class HttpExchange { protected HttpExchange () { }