pub unsafe extern "C" fn aws_tls_server_handler_new(
    allocator: *mut aws_allocator,
    options: *mut aws_tls_connection_options,
    slot: *mut aws_channel_slot
) -> *mut aws_channel_handler
Expand description

Creates a new tls channel handler in server mode. Options will be copied. You must wait on the aws_tls_on_negotiation_result_fn callback before the handler can begin processing application data.