Instance Methodswift-nio 2.72.0NIOTLS
channelRead(context:data:)
NIOTypedApplicationProtocolNegotiationHandler.swift:109func channelRead(context: ChannelHandlerContext, data: NIOAny)
Other members in extension
Typealiases
Type members
init(alpnCompleteHandler: @escaping (ALPNResult, Channel) -> EventLoopFuture<NegotiationResult>
) Create an
ApplicationProtocolNegotiationHandler
with the given completion callback.init(alpnCompleteHandler: @escaping (ALPNResult) -> EventLoopFuture<NegotiationResult>
) Create an
ApplicationProtocolNegotiationHandler
with the given completion callback.