src/java.base/share/classes/sun/security/ssl/SSLTransport.java
changeset 53563 a4b7ea85d668
parent 53064 103ed9569fc8
equal deleted inserted replaced
53559:1ae0b76bb5df 53563:a4b7ea85d668
     1 /*
     1 /*
     2  * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    69     /**
    69     /**
    70      * Decodes an array of SSL/(D)TLS network source data into the
    70      * Decodes an array of SSL/(D)TLS network source data into the
    71      * destination application data buffers.
    71      * destination application data buffers.
    72      *
    72      *
    73      * For SSL/TLS connections, if no source data, the network data may be
    73      * For SSL/TLS connections, if no source data, the network data may be
    74      * received from the underlying underlying SSL/TLS input stream.
    74      * received from the underlying SSL/TLS input stream.
    75      *
    75      *
    76      * @param context      the transportation context
    76      * @param context      the transportation context
    77      * @param srcs         an array of {@code ByteBuffers} containing the
    77      * @param srcs         an array of {@code ByteBuffers} containing the
    78      *                      inbound network data
    78      *                      inbound network data
    79      * @param srcsOffset   The offset within the {@code srcs} buffer array
    79      * @param srcsOffset   The offset within the {@code srcs} buffer array