jdk/src/jdk.httpserver/share/classes/com/sun/net/httpserver/HttpExchange.java
changeset 34894 3248b89d1921
parent 30797 9cf3d0361db4
equal deleted inserted replaced
34893:71fe40b51c50 34894:3248b89d1921
    62  * The effect of failing to terminate an exchange is undefined, but will typically
    62  * The effect of failing to terminate an exchange is undefined, but will typically
    63  * result in resources failing to be freed/reused.
    63  * result in resources failing to be freed/reused.
    64  * @since 1.6
    64  * @since 1.6
    65  */
    65  */
    66 
    66 
    67 @jdk.Exported
       
    68 public abstract class HttpExchange {
    67 public abstract class HttpExchange {
    69 
    68 
    70     protected HttpExchange () {
    69     protected HttpExchange () {
    71     }
    70     }
    72 
    71