Name

SPVM::Net::SSLeay::Callback::RemoveSession - Callback for SSL_CTX_sess_set_remove_cb function in OpenSSL.

Description

Net::SSLeay::Callback::RemoveSession interface in SPVM is the callback for SSL_CTX_sess_set_remove_cb function in OpenSSL.

Usage

use Net::SSLeay::Callback::RemoveSession;

Interface Methods

Anon Method

required method : void ($ctx : Net::SSLeay::SSL_CTX, $session : Net::SSLeay::SSL_SESSION);

This method is the callback for native SSL_CTX_sess_set_remove_cb function.

See Also

Copyright & License

Copyright (c) 2024 Yuki Kimoto

MIT License