C# Class Helios.Reactor.Bootstrap.UdpServerFactory

IServerFactory instance for spawning UDP-based IReactor instances
Inheritance: ServerFactoryBase
Datei anzeigen Open project: helios-io/helios

Public Methods

Method Description
UdpServerFactory ( ServerBootstrap other ) : Helios.Reactor.Udp

Protected Methods

Method Description
NewReactorInternal ( INode listenAddress ) : ReactorBase

Method Details

NewReactorInternal() protected method

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

UdpServerFactory() public method

public UdpServerFactory ( ServerBootstrap other ) : Helios.Reactor.Udp
other ServerBootstrap
return Helios.Reactor.Udp