C# Class Helios.Reactor.Bootstrap.TcpServerFactory

IServerFactory instance for spawning TCP-based IReactor instances
Inheritance: ServerFactoryBase
Exibir arquivo Open project: helios-io/helios

Public Methods

Method Description
TcpServerFactory ( ServerBootstrap other ) : System

Protected Methods

Method Description
NewReactorInternal ( INode listenAddress ) : ReactorBase

Method Details

NewReactorInternal() protected method

protected NewReactorInternal ( INode listenAddress ) : ReactorBase
listenAddress INode
return ReactorBase

TcpServerFactory() public method

public TcpServerFactory ( ServerBootstrap other ) : System
other ServerBootstrap
return System