Name
SPVM::Net::SSLeay::Callback::NextProtoSelect - Callback for SSL_CTX_set_next_proto_select_cb function in OpenSSL
Description
Net::SSLeay::Callback::NextProtoSelect interface in SPVM representas the callback for SSL_CTX_set_next_proto_select_cb function in OpenSSL.
Usage
interface Net::SSLeay::Callback::NextProtoSelect;
Interface Methods
required method : int ($ssl : Net::SSLeay, $out : string[], $outlen_ref : int*, $in : string, $inlen : int, $arg : object);
This method is a callback for native SSL_CTX_set_next_proto_select_cb function in OpenSSL.
See Also
Copyright & License
Copyright (c) 2024 Yuki Kimoto
MIT License