init(channel:)
Create ChannelPipeline
for a given Channel
. This method should never be called by the end-user directly: it is only intended for use with custom Channel
implementations. Users should always use channel.pipeline
to access the ChannelPipeline
for a Channel
.
init(channel: Channel)
Parameters
- channel
The
Channel
thisChannelPipeline
is created for.