Constructors
constructor
new MessageEncoding( encodingByte: number , messageTypeFlags: number ) : MessageEncoding
Defined in internal/util/message-encoding.ts:32
Parameters
encodingByte: number
messageTypeFlags: number
Properties
encodingByte
encodingByte: number
Defined in internal/util/message-encoding.ts:27
messageTypeFlags
messageTypeFlags: number
Defined in internal/util/message-encoding.ts:32
Methods
Static extractMessageEncoding
Defined in internal/util/message-encoding.ts:62
Parameters
the message encoding
Static extractMessageType
extractMessageType( typeAndEncoding: number ) : number
Defined in internal/util/message-encoding.ts:51
Parameters
Returns number
the message type flags
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
The message type flags allow a subset of MessageEncodings to be encoded in the upper two bits of the message type byte. Only NO_ENCODING and ZLIB are supported.