{}
_acceptsInReplyCollection(): boolean
_command: string
_params?: MessageParam[]
_paramSpec?: MessageParamSpec<Fields>
_prefix?: MessagePrefix
_serverProperties: ServerProperties
_tags: Map<string, string>
endsResponseTo(): boolean
getMinParamCount(): number
isResponseTo(): boolean
parseParams(): void
prefixToString(): string
tagsToString(): string
toString(): string
Methods
_acceptsInReplyCollection(message)
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
message | Message | none | none |
Return type: boolean
endsResponseTo(originalMessage)
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
originalMessage | Message | none | none |
Return type: boolean
getMinParamCount(isServer)
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
isServer | boolean | none | none |
Return type: number
isResponseTo(originalMessage)
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
originalMessage | Message | none | none |
Return type: boolean
parseParams(isServer)
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
isServer | boolean | none | none |
Return type: void
toString(includePrefix, fromRawParams)
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
includePrefix | boolean | none | none | |
fromRawParams | boolean | none | none |
Return type: string