C# Class Helios.Channels.FixedRecvByteBufAllocator

A IRecvByteBufAllocator that always yields the same buffer size prediction; ignores feedback from the I/O thread.
Inheritance: IRecvByteBufAllocator
Datei anzeigen Open project: helios-io/helios

Public Properties

Property Type Description
Default FixedRecvByteBufAllocator

Public Methods

Method Description
FixedRecvByteBufAllocator ( int bufferSize ) : Helios.Buffers
NewHandle ( ) : IRecvByteBufferAllocatorHandle

Method Details

FixedRecvByteBufAllocator() public method

public FixedRecvByteBufAllocator ( int bufferSize ) : Helios.Buffers
bufferSize int
return Helios.Buffers

NewHandle() public method

public NewHandle ( ) : IRecvByteBufferAllocatorHandle
return IRecvByteBufferAllocatorHandle

Property Details

Default public_oe static_oe property

public static FixedRecvByteBufAllocator,Helios.Channels Default
return FixedRecvByteBufAllocator