Name

SPVM::Net::SSLeay::Callback::NextProtosAdvertised - Function Pointer Type of SSL_CTX_set_next_protos_advertised_cb's Callback Argument in OpenSSL

Description

Net::SSLeay::Callback::NextProtosAdvertised interface in SPVM represents the function pointer type of SSL_CTX_set_next_protos_advertised_cb function's callback argument 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 represents the function pointer type of SSL_CTX_set_next_protos_advertised_cb function's callback argument in OpenSSL.

See Also

Copyright & License

Copyright (c) 2024 Yuki Kimoto

MIT License