C# 클래스 Helios.FsCheck.Tests.Codecs.PartialReadGenerator

A ChannelHandlerAdapter that will randomly
상속: Helios.Channels.ChannelHandlerAdapter
파일 보기 프로젝트 열기: helios-io/helios 1 사용 예제들

공개 메소드들

메소드 설명
ChannelInactive ( IChannelHandlerContext context ) : void
ChannelRead ( IChannelHandlerContext context, object message ) : void
PartialReadGenerator ( ReadInstruction instructions ) : System
UserEventTriggered ( IChannelHandlerContext context, object evt ) : void

메소드 상세

ChannelInactive() 공개 메소드

public ChannelInactive ( IChannelHandlerContext context ) : void
context IChannelHandlerContext
리턴 void

ChannelRead() 공개 메소드

public ChannelRead ( IChannelHandlerContext context, object message ) : void
context IChannelHandlerContext
message object
리턴 void

PartialReadGenerator() 공개 메소드

public PartialReadGenerator ( ReadInstruction instructions ) : System
instructions ReadInstruction
리턴 System

UserEventTriggered() 공개 메소드

public UserEventTriggered ( IChannelHandlerContext context, object evt ) : void
context IChannelHandlerContext
evt object
리턴 void