public LibuvEventLoop( IUnmanagedByteBufAllocator channelByteBufAllocator, ChannelPipelineInitializerBase channelPipelineInitializer, string hostUrl) { _channelByteBufAllocator = channelByteBufAllocator; _channelPipelineInitializer = channelPipelineInitializer; _hostUrl = hostUrl; }
public LibuvTcpServerChannel(IUnmanagedByteBufAllocator byteBufAllocator) { _byteBufAllocator = byteBufAllocator; }