Helios.Reactor.Bootstrap |
Helios.Reactor.Response |
Helios.Reactor.Tcp |
Helios.Reactor.Udp |
Name | Description |
---|---|
ProxyReactorBase | IReactor implementation which spawns ReactorProxyResponseChannel instances for interacting directly with connected clients |
ReactorBase | |
ReactorBase.ReactorConnectionAdapter | Wraps the IReactor itself inside a IConnection object and makes it callable directly to end users |
SingleReceiveLoopProxyReactor | IReactor implementation which spawns ReactorProxyResponseChannel instances for responding directly with connected clients, but maintains a single event loop for responding to incoming requests, rather than allowing each ReactorProxyResponseChannel to maintain its own independent event loop. Great for scenarios where you want to be able to set a single event loop for a server and forget about it. |