C# 클래스 Helios.Channels.AbstractServerChannel

A skeleton of a server-side IChannel implementation, which does not allow any of the following operations: * IChannel.ConnectAsync(EndPoint) * IChannel.DisconnectAsync() * IChannel.WriteAsync(object) * IChannel.Flush()
상속: AbstractChannel, IServerChannel
파일 보기 프로젝트 열기: helios-io/helios

보호된 메소드들

메소드 설명
AbstractServerChannel ( ) : System
DoDisconnect ( ) : void
DoWrite ( ChannelOutboundBuffer input ) : void
FilterOutboundMessage ( object msg ) : object
NewUnsafe ( ) : IChannelUnsafe

메소드 상세

AbstractServerChannel() 보호된 메소드

protected AbstractServerChannel ( ) : System
리턴 System

DoDisconnect() 보호된 메소드

protected DoDisconnect ( ) : void
리턴 void

DoWrite() 보호된 메소드

protected DoWrite ( ChannelOutboundBuffer input ) : void
input ChannelOutboundBuffer
리턴 void

FilterOutboundMessage() 보호된 메소드

protected FilterOutboundMessage ( object msg ) : object
msg object
리턴 object

NewUnsafe() 보호된 메소드

protected NewUnsafe ( ) : IChannelUnsafe
리턴 IChannelUnsafe