C# Class Helios.Channels.DefaultMessageSizeEstimator

A default IMessageSizeEstimator, designed for working with IByteBuf primarily.
Inheritance: IMessageSizeEstimator
Datei anzeigen Open project: helios-io/helios

Public Properties

Property Type Description
Default IMessageSizeEstimator

Public Methods

Method Description
NewHandle ( ) : IMessageSizeEstimatorHandle

Private Methods

Method Description
DefaultMessageSizeEstimator ( int unknownSize ) : Helios.Buffers

Method Details

NewHandle() public method

public NewHandle ( ) : IMessageSizeEstimatorHandle
return IMessageSizeEstimatorHandle

Property Details

Default public_oe static_oe property

public static IMessageSizeEstimator Default
return IMessageSizeEstimator