File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -579,7 +579,7 @@ extension Channel {
579
579
/// - http1ConnectionInitializer: An optional callback that will be invoked only when the negotiated protocol
580
580
/// is HTTP/1.1 to configure the connection channel.
581
581
/// - http2ConnectionInitializer: An optional callback that will be invoked only when the negotiated protocol
582
- /// is HTTP/2 to configure the connection channel.
582
+ /// is HTTP/2 to configure the connection channel. The channel has an ``ChannelOutboundHandler/OutboundIn`` type of ``HTTP2Frame``.
583
583
/// - http2StreamInitializer: A closure that will be called whenever the remote peer initiates a new stream.
584
584
/// The output of this closure is the element type of the returned multiplexer
585
585
/// - Returns: An `EventLoopFuture` containing a ``NIOTypedApplicationProtocolNegotiationHandler`` that completes when the channel
You can’t perform that action at this time.
0 commit comments