- srcs
- the array of source buffers of outgoing application data.
- offset
- the offset in the array of source buffers from which data is to be retrieved.
- length
- the maximum number of source buffers to be used.
- dst
- the destination buffer for network data.
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 srcs.length - offset. Java.Nio.ReadOnlyBufferException if the destination buffer is readonly. Java.Lang.IllegalArgumentException if srcs, dst, or one the entries in srcs is null. Java.Lang.IllegalStateException if the engine does not have all the needed settings (e.g. client/server mode not set).
Encodes the outgoing application data buffers into the network data buffer. If a handshake has not been started yet, it will automatically be started.