C# Class Helios.Channels.FixedRecvByteBufAllocator

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

Méthodes publiques

Свойство Type Description
Default FixedRecvByteBufAllocator

Méthodes publiques

Méthode Description
FixedRecvByteBufAllocator ( int bufferSize ) : Helios.Buffers
NewHandle ( ) : IRecvByteBufferAllocatorHandle

Method Details

FixedRecvByteBufAllocator() public méthode

public FixedRecvByteBufAllocator ( int bufferSize ) : Helios.Buffers
bufferSize int
Résultat Helios.Buffers

NewHandle() public méthode

public NewHandle ( ) : IRecvByteBufferAllocatorHandle
Résultat IRecvByteBufferAllocatorHandle

Property Details

Default public_oe static_oe property

public static FixedRecvByteBufAllocator,Helios.Channels Default
Résultat FixedRecvByteBufAllocator