Skip to main content
Module

x/netzo/deno.d.ts>Deno.TlsConn

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
interface Deno.TlsConn
implements Conn
import { type Deno } from "https://deno.land/x/netzo@v0.1.10/deno.d.ts";
const { TlsConn } = Deno;

Methods

handshake(): Promise<TlsHandshakeInfo>

Runs the client or server handshake protocol to completion if that has not happened yet. Calling this method is optional; the TLS handshake will be completed automatically as soon as data is sent or received.