jdk/src/java.httpclient/share/classes/java/net/http/AsyncSSLDelegate.java
changeset 39730 196f4e25d9f5
parent 39567 43cbd4fc502b
equal deleted inserted replaced
39729:ef2b0635618f 39730:196f4e25d9f5
    18  * 2 along with this work; if not, write to the Free Software Foundation,
    18  * 2 along with this work; if not, write to the Free Software Foundation,
    19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    20  *
    20  *
    21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    22  * or visit www.oracle.com if you need additional information or have any
    22  * or visit www.oracle.com if you need additional information or have any
       
    23  * questions.
    23  */
    24  */
       
    25 
    24 package java.net.http;
    26 package java.net.http;
    25 
    27 
    26 import java.io.Closeable;
    28 import java.io.Closeable;
    27 import java.io.IOException;
    29 import java.io.IOException;
    28 import java.nio.ByteBuffer;
    30 import java.nio.ByteBuffer;