C# Class Helios.Channels.Local.LocalServerChannel

Inheritance: AbstractServerChannel
Afficher le fichier Open project: helios-io/helios Class Usage Examples

Méthodes publiques

Méthode Description
LocalServerChannel ( ) : System
Serve ( LocalChannel peer ) : LocalChannel

Méthodes protégées

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

Private Methods

Méthode Description
Serve0 ( LocalChannel child ) : void

Method Details

DoBeginRead() protected méthode

protected DoBeginRead ( ) : void
Résultat void

DoBind() protected méthode

protected DoBind ( EndPoint localAddress ) : void
localAddress System.Net.EndPoint
Résultat void

DoClose() protected méthode

protected DoClose ( ) : void
Résultat void

DoDeregister() protected méthode

protected DoDeregister ( ) : void
Résultat void

DoRegister() protected méthode

protected DoRegister ( ) : void
Résultat void

IsCompatible() protected méthode

protected IsCompatible ( IEventLoop eventLoop ) : bool
eventLoop IEventLoop
Résultat bool

LocalServerChannel() public méthode

public LocalServerChannel ( ) : System
Résultat System

Serve() public méthode

public Serve ( LocalChannel peer ) : LocalChannel
peer LocalChannel
Résultat LocalChannel