C# Class Helios.FsCheck.Tests.Codecs.PartialReadGenerator

A ChannelHandlerAdapter that will randomly
Inheritance: Helios.Channels.ChannelHandlerAdapter
显示文件 Open project: helios-io/helios Class Usage Examples

Public Methods

Method Description
ChannelInactive ( IChannelHandlerContext context ) : void
ChannelRead ( IChannelHandlerContext context, object message ) : void
PartialReadGenerator ( ReadInstruction instructions ) : System
UserEventTriggered ( IChannelHandlerContext context, object evt ) : void

Method Details

ChannelInactive() public method

public ChannelInactive ( IChannelHandlerContext context ) : void
context IChannelHandlerContext
return void

ChannelRead() public method

public ChannelRead ( IChannelHandlerContext context, object message ) : void
context IChannelHandlerContext
message object
return void

PartialReadGenerator() public method

public PartialReadGenerator ( ReadInstruction instructions ) : System
instructions ReadInstruction
return System

UserEventTriggered() public method

public UserEventTriggered ( IChannelHandlerContext context, object evt ) : void
context IChannelHandlerContext
evt object
return void