Class UdpServerEventLoopGroupFactory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Catalyst.Core.Lib.IO.EventLoop
Assembly: Catalyst.Core.Lib.dll
Syntax
public class UdpServerEventLoopGroupFactory : BaseLoopGroupFactory, IUdpServerEventLoopGroupFactory, IEventLoopGroupFactory, IDisposable
Constructors
| Improve this Doc View SourceUdpServerEventLoopGroupFactory(IEventLoopGroupFactoryConfiguration)
Declaration
public UdpServerEventLoopGroupFactory(IEventLoopGroupFactoryConfiguration configuration)
Parameters
Type | Name | Description |
---|---|---|
IEventLoopGroupFactoryConfiguration | configuration |
Methods
| Improve this Doc View SourceGetOrCreateHandlerWorkerEventLoopGroup()
Declaration
public IEventLoopGroup GetOrCreateHandlerWorkerEventLoopGroup()
Returns
Type | Description |
---|---|
IEventLoopGroup |
Implements
System.IDisposable