SSLEngine.getEnableSessionCreation

Returns true if new SSL sessions may be established by this engine.

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

class SSLEngine
abstract
bool
getEnableSessionCreation
()

Meta