Name

SPVM::Net::SSLeay::Callback::NextProtoSelect - Function Pointer Type of SSL_CTX_set_next_proto_select_cb's Callback Argument in OpenSSL

Description

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

See Also

Copyright & License

Copyright (c) 2024 Yuki Kimoto

MIT License