C# Class Helios.Buffers.UnpooledByteBufAllocator

Unpooled implementation of IByteBufAllocator.
Inheritance: AbstractByteBufAllocator
Mostra file Open project: helios-io/helios

Public Properties

Property Type Description
Default UnpooledByteBufAllocator

Protected Methods

Method Description
NewDirectBuffer ( int initialCapacity, int maxCapacity ) : IByteBuf

Method Details

NewDirectBuffer() protected method

protected NewDirectBuffer ( int initialCapacity, int maxCapacity ) : IByteBuf
initialCapacity int
maxCapacity int
return IByteBuf

Property Details

Default public_oe static_oe property

Default instance
public static UnpooledByteBufAllocator,Helios.Buffers Default
return UnpooledByteBufAllocator