C# (CSharp) Helios.Reactor 네임스페이스

중첩된 네임스페이스

Helios.Reactor.Bootstrap
Helios.Reactor.Response
Helios.Reactor.Tcp
Helios.Reactor.Udp

클래스들

이름 설명
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.