Name
SPVM::Net::SSLeay::Callback::AlpnSelect - Function Pointer Type of SSL_CTX_set_alpn_select_cb function's Callback Argument in OpenSSL
Description
Net::SSLeay::Callback::AlpnSelect interface in SPVM represents the function pointer type of SSL_CTX_set_alpn_select_cb function's callback argument in OpenSSL.
Usage
interface Net::SSLeay::Callback::AlpnSelect;
Interface Methods
Anon Method
required method : int ($ssl : Net::SSLeay, $out_ref : string[], $outlen_ref : byte*, $in : string, $inlen : int);
This method represents the function pointer type of SSL_CTX_set_alpn_select_cb function's callback argument in OpenSSL.
See Also
Copyright & License
Copyright (c) 2024 Yuki Kimoto
MIT License