Type Aliasswift-nio 2.72.0NIOHTTP1
InboundOut
NIOTypedHTTPServerUpgradeHandler.swift:82- iOS
- 16+
- macOS
- 13+
- tvOS
- 16+
- watchOS
- 9+
typealias InboundOut = HTTPServerRequestPart
Other members in extension
Typealiases
Type members
init(httpEncoder: HTTPResponseEncoder, extraHTTPHandlers: [RemovableChannelHandler], upgradeConfiguration: NIOTypedHTTPServerUpgradeConfiguration<UpgradeResult>
) Create a
NIOTypedHTTPServerUpgradeHandler
.
Instance members
var upgradeResultFuture: EventLoopFuture<UpgradeResult>
The upgrade future which will be completed once protocol upgrading has been done.
func channelRead(context: ChannelHandlerContext, data: NIOAny
) func handlerAdded(context: ChannelHandlerContext
) func handlerRemoved(context: ChannelHandlerContext
)