Name
SPVM::Net::SSLeay::SSL_SESSION - SSL_SESSION Data Strucutre in OpenSSL
Description
Net::SSLeay::SSL_SESSION class in SPVM represents SSL_SESSION data strucutre in OpenSSL.
Usage
use Net::SSLeay::SSL_SESSION;
Instance Methods
method up_ref : int ();
Calls native SSL_SESSION_up_ref function and returns its return value.
Exceptions:
If SSL_SESSION_up_ref failed, an exception is thrown with eval_error_id
set to the basic type ID of Net::SSLeay::Error class.
DESTROY
method DESTROY : void ();
Frees native SSL_SESSION object by calling native SSL_SESSION_free function if no_free
flag of the instance is not a true value.
See Also
Copyright & License
Copyright (c) 2024 Yuki Kimoto
MIT License