Name

SPVM::Net::SSLeay::Callback::NextProtosAdvertised - Callback for SSL_CTX_set_next_protos_advertised_cb function in OpenSSL

Description

Net::SSLeay::Callback::NextProtosAdvertised interface in SPVM representas the callback for native SSL_CTX_set_next_protos_advertised_cb function in OpenSSL.

Usage

interface Net::SSLeay::Callback::NextProtosAdvertised;

Interface Methods

required method : int ($ssl : Net::SSLeay, $out : string[], $outlen_ref : int*, $arg : object);

This method is a callback for native SSL_CTX_set_next_protos_advertised_cb function in OpenSSL.

See Also

Copyright & License

Copyright (c) 2024 Yuki Kimoto

MIT License