setup(channel:logger:)

Setup child channel with TLS and the base channel setup

TLSClientChannel.swift:42
func setup(channel: Channel, logger: Logger) -> EventLoopFuture<Value>

Parameters

channel

Child channel

logger

Logger used during setup

Returns

Object to process input/output on child channel