C# Class DotNetty.Codecs.Http2.AbstractHttp2StreamChannel.Http2ChannelPipeline

Inheritance: DefaultChannelPipeline
显示文件 Open project: sekkit/Fenix

Public Methods

Method Description
Http2ChannelPipeline ( DotNetty.Codecs.Http2.AbstractHttp2StreamChannel channel ) : DotNetty.Transport.Channels

Protected Methods

Method Description
DecrementPendingOutboundBytes ( long size ) : void
IncrementPendingOutboundBytes ( long size ) : void

Method Details

DecrementPendingOutboundBytes() protected method

protected DecrementPendingOutboundBytes ( long size ) : void
size long
return void

Http2ChannelPipeline() public method

public Http2ChannelPipeline ( DotNetty.Codecs.Http2.AbstractHttp2StreamChannel channel ) : DotNetty.Transport.Channels
channel DotNetty.Codecs.Http2.AbstractHttp2StreamChannel
return DotNetty.Transport.Channels

IncrementPendingOutboundBytes() protected method

protected IncrementPendingOutboundBytes ( long size ) : void
size long
return void