Instance Propertyhummingbird-websocket 2.2.0HummingbirdWebSocket
channel
WebSocketChannel.swift:39let channel: Channel
let channel: Channel
s20HummingbirdWebSocket05HTTP1bC14UpgradeChannelV5ValueV7channel7NIOCore0F0_pvp
What are these?55J0Y
import HummingbirdWebSocket
struct Value
struct HTTP1WebSocketUpgradeChannel
Child channel supporting a web socket upgrade from HTTP1
protocol Channel : AnyObject, ChannelOutboundInvoker, _NIOPreconcurrencySendable
A Channel
is easiest thought of as a network socket. But it can be anything that is capable of I/O operations such as read, write, connect, and bind.