|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Message | |
|---|---|
| ca.weblite.objc | |
| Uses of Message in ca.weblite.objc |
|---|
| Fields in ca.weblite.objc declared as Message | |
|---|---|
Message |
Message.next
|
Message |
Message.previous
|
| Methods in ca.weblite.objc that return Message | |
|---|---|
Message[] |
Client.buildMessageChain(Object... parameters)
Builds a chain of messages that can be executed together at a later time. |
| Methods in ca.weblite.objc with parameters of type Message | |
|---|---|
Proxy |
Proxy.chain(Message... msgs)
Deprecated. |
NSObject |
NSObject.chain(Message... msgs)
Deprecated. |
static Object |
RuntimeUtils.msg(Message... messages)
Sends a batch of messages in sequence. |
Object |
Proxy.send(Message... msgs)
Sends a message to the peer. |
Object |
Client.send(Message... messages)
Sends an array of messages in a chain. |
Object |
Proxy.sendRaw(Message... msgs)
Sends a message to the peer without performing any type coercion to the inputs or outputs. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||