Instance Methodswift-nio 2.72.0NIOTLS
channelInactive(context:)
NIOTypedApplicationProtocolNegotiationHandler.swift:119func channelInactive(context: ChannelHandlerContext)
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.
Instance members
var protocolNegotiationResult: EventLoopFuture<NegotiationResult>
func channelRead(context: ChannelHandlerContext, data: NIOAny
) func handlerAdded(context: ChannelHandlerContext
) func handlerRemoved(context: ChannelHandlerContext
) func userInboundEventTriggered(context: ChannelHandlerContext, event: Any
)