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

A ChannelHandlerAdapter that will randomly
Inheritance: Helios.Channels.ChannelHandlerAdapter
Afficher le fichier Open project: helios-io/helios Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ChannelInactive ( IChannelHandlerContext context ) : void
context IChannelHandlerContext
Résultat void

ChannelRead() public méthode

public ChannelRead ( IChannelHandlerContext context, object message ) : void
context IChannelHandlerContext
message object
Résultat void

PartialReadGenerator() public méthode

public PartialReadGenerator ( ReadInstruction instructions ) : System
instructions ReadInstruction
Résultat System

UserEventTriggered() public méthode

public UserEventTriggered ( IChannelHandlerContext context, object evt ) : void
context IChannelHandlerContext
evt object
Résultat void