Helios.Reactor.Bootstrap.ServerBootstrap.SetAllocator C# (CSharp) Method

SetAllocator() public method

public SetAllocator ( IByteBufAllocator allocator ) : ServerBootstrap
allocator IByteBufAllocator
return ServerBootstrap
        public new ServerBootstrap SetAllocator(IByteBufAllocator allocator)
        {
            base.SetAllocator(allocator);
            return this;
        }