src/java.net.http/share/classes/jdk/internal/net/http/Response.java
branchhttp-client-branch
changeset 56128 249a863b0aca
parent 56127 e2a780d8c6f0
child 56166 56c52d6417d1
equal deleted inserted replaced
56127:e2a780d8c6f0 56128:249a863b0aca
   100     }
   100     }
   101 
   101 
   102     HttpHeaders headers() {
   102     HttpHeaders headers() {
   103         return headers;
   103         return headers;
   104     }
   104     }
   105 
   105     
   106 //    Exchange<?> exchange() {
       
   107 //        return exchange;
       
   108 //    }
       
   109 
       
   110     int statusCode() {
   106     int statusCode() {
   111         return statusCode;
   107         return statusCode;
   112     }
   108     }
   113 
   109 
   114     SSLSession getSSLSession() {
   110     SSLSession getSSLSession() {