Instance Methodswift-nio 2.72.0NIOHTTP1
channelRead(context:data:)
HTTPServerPipelineHandler.swift:276func channelRead(context: ChannelHandlerContext, data: NIOAny)
Other members in extension
Types
Typealiases
Type members
Instance members
func channelInactive(context: ChannelHandlerContext
) func close(context: ChannelHandlerContext, mode: CloseMode, promise: EventLoopPromise<Void>?
) func errorCaught(context: ChannelHandlerContext, error: Error
) func handlerRemoved(context: ChannelHandlerContext
) func read(context: ChannelHandlerContext
) func userInboundEventTriggered(context: ChannelHandlerContext, event: Any
) func write(context: ChannelHandlerContext, data: NIOAny, promise: EventLoopPromise<Void>?
)