ktor-server-host-common / io.ktor.server.engine / ConnectorType / <init>

<init>

ConnectorType(name: String)

Represents a type of a connector, e.g HTTP or HTTPS.

Parameters

name -

name of the connector.

Some engines can support other connector types, hence not a enum.