msgtrans ~master (2021-04-20T08:40:50Z)
Home
Dub
Repo
MessageBuffer
msgtrans
MessageBuffer
class
MessageBuffer {
uint
id
;
ubyte
compression
;
uint
extendLength
;
ubyte
[]
data
;
ubyte
[]
extend
;
bool
hasExtend
;
this
();
this
(uint id, string data);
this
(uint id, ubyte[] data);
this
(uint id, ubyte[] data, ubyte[] extend);
string
toString
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(uint id, string data)
Undocumented in source.
this
this
(uint id, ubyte[] data)
Undocumented in source.
this
this
(uint id, ubyte[] data, ubyte[] extend)
Undocumented in source.
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
compression
ubyte
compression
;
Undocumented in source.
data
ubyte
[]
data
;
Undocumented in source.
extend
ubyte
[]
extend
;
Undocumented in source.
extendLength
uint
extendLength
;
Undocumented in source.
hasExtend
bool
hasExtend
;
Undocumented in source.
id
uint
id
;
Undocumented in source.
Meta
Source
See Implementation
msgtrans
MessageBuffer
modules
DefaultSessionManager
MessageBuffer
MessageHandler
MessageTransport
MessageTransportClient
MessageTransportServer
Packet
PacketHeader
PacketParser
SessionManager
TransportContext
channel
ee2e
executor