- src
- the buffer with incoming network data
- dsts
- the array of destination buffers for incoming application data.
- offset
- the offset in the array of destination buffers to which data is to be transferred.
- length
- the maximum number of destination buffers to be used.
Documentation for this section has not yet been entered.
Type Reason Javax.Net.Ssl.SSLException if a problem occurred while processing the data. Java.Lang.IndexOutOfBoundsException if length is greater than dsts.length - offset. Java.Nio.ReadOnlyBufferException if one of the destination buffers is read-only. Java.Lang.IllegalArgumentException if src, dsts, or one of the entries in dsts is null. Java.Lang.IllegalStateException if the engine does not have all the needed settings (e.g. client/server mode not set).
Decodes the incoming network data buffer into application data buffers. If a handshake has not been started yet, it will automatically be started.