SSLSession.getApplicationBufferSize

Gets the current size of the largest application data that is expected when using this session. <P> <code>SSLEngine</code> application data buffers must be large enough to hold the application data from any inbound network application data packet received. Typically, outbound application data buffers can be of any size.

@return the current maximum expected application packet size

@see SSLEngine#wrap(ByteBuffer, ByteBuffer) @see SSLEngine#unwrap(ByteBuffer, ByteBuffer)

interface SSLSession
int
getApplicationBufferSize
()

Meta