C# Class Helios.Channels.Local.LocalServerChannel

Inheritance: AbstractServerChannel
Mostra file Open project: helios-io/helios Class Usage Examples

Public Methods

Method Description
LocalServerChannel ( ) : System
Serve ( LocalChannel peer ) : LocalChannel

Protected Methods

Method Description
DoBeginRead ( ) : void
DoBind ( EndPoint localAddress ) : void
DoClose ( ) : void
DoDeregister ( ) : void
DoRegister ( ) : void
IsCompatible ( IEventLoop eventLoop ) : bool

Private Methods

Method Description
Serve0 ( LocalChannel child ) : void

Method Details

DoBeginRead() protected method

protected DoBeginRead ( ) : void
return void

DoBind() protected method

protected DoBind ( EndPoint localAddress ) : void
localAddress System.Net.EndPoint
return void

DoClose() protected method

protected DoClose ( ) : void
return void

DoDeregister() protected method

protected DoDeregister ( ) : void
return void

DoRegister() protected method

protected DoRegister ( ) : void
return void

IsCompatible() protected method

protected IsCompatible ( IEventLoop eventLoop ) : bool
eventLoop IEventLoop
return bool

LocalServerChannel() public method

public LocalServerChannel ( ) : System
return System

Serve() public method

public Serve ( LocalChannel peer ) : LocalChannel
peer LocalChannel
return LocalChannel