Type Aliasswift-nio 2.72.0NIOTLS
InboundIn
ApplicationProtocolNegotiationHandler.swift:68typealias InboundIn = Any
Other members in extension
Typealiases
Type members
init(alpnCompleteHandler: @escaping (ALPNResult, Channel) -> EventLoopFuture<Void>
) Create an
ApplicationProtocolNegotiationHandler
with the given completion callback.init(alpnCompleteHandler: @escaping (ALPNResult) -> EventLoopFuture<Void>
) Create an
ApplicationProtocolNegotiationHandler
with the given completion callback.