SSLEngine.setEnableSessionCreation

Controls whether new SSL sessions may be established by this engine. If session creations are not allowed, and there are no existing sessions to resume, there will be no successful handshaking.

@param flag true indicates that sessions may be created; this is the default. false indicates that an existing session must be resumed @see #getEnableSessionCreation()

class SSLEngine
abstract
void
setEnableSessionCreation
(
bool flag
)

Meta