C# Class 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()
Inheritance: AbstractChannel, IServerChannel
Datei anzeigen Open project: helios-io/helios

Protected Methods

Method Description
AbstractServerChannel ( ) : System
DoDisconnect ( ) : void
DoWrite ( ChannelOutboundBuffer input ) : void
FilterOutboundMessage ( object msg ) : object
NewUnsafe ( ) : IChannelUnsafe

Method Details

AbstractServerChannel() protected method

protected AbstractServerChannel ( ) : System
return System

DoDisconnect() protected method

protected DoDisconnect ( ) : void
return void

DoWrite() protected method

protected DoWrite ( ChannelOutboundBuffer input ) : void
input ChannelOutboundBuffer
return void

FilterOutboundMessage() protected method

protected FilterOutboundMessage ( object msg ) : object
msg object
return object

NewUnsafe() protected method

protected NewUnsafe ( ) : IChannelUnsafe
return IChannelUnsafe