Required Instance Methodswift-nio 2.72.0NIOCore
setOption(_:value:)
Set option
to value
on this Channel
.
func setOption<Option>(_ option: Option, value: Option.Value) throws where Option : ChannelOption
Other requirements
Instance members
func getOption<Option>(Option
) throws -> Option.Value Get the value of
option
for thisChannel
.