C# Class Helios.Reactor.Bootstrap.TcpServerFactory

IServerFactory instance for spawning TCP-based IReactor instances
Inheritance: ServerFactoryBase
Afficher le fichier Open project: helios-io/helios

Méthodes publiques

Méthode Description
TcpServerFactory ( ServerBootstrap other ) : System

Méthodes protégées

Méthode Description
NewReactorInternal ( INode listenAddress ) : ReactorBase

Method Details

NewReactorInternal() protected méthode

protected NewReactorInternal ( INode listenAddress ) : ReactorBase
listenAddress INode
Résultat ReactorBase

TcpServerFactory() public méthode

public TcpServerFactory ( ServerBootstrap other ) : System
other ServerBootstrap
Résultat System