Required Instance Methodswift-nio 2.81.0NIOCore

getOption(_:)

Get the value of option for this Channel.

Channel.swift:135
func getOption<Option>(_ option: Option) -> EventLoopFuture<Option.Value> where Option : ChannelOption