Package | Description |
---|---|
ca.weblite.objc |
Modifier and Type | Field and Description |
---|---|
Message |
Message.next |
Message |
Message.previous |
Modifier and Type | Method and Description |
---|---|
Message[] |
Client.buildMessageChain(java.lang.Object... parameters)
Builds a chain of messages that can be executed together at a later time.
|
Modifier and Type | Method and Description |
---|---|
NSObject |
NSObject.chain(Message... msgs)
Deprecated.
|
Proxy |
Proxy.chain(Message... msgs)
Deprecated.
|
static java.lang.Object |
RuntimeUtils.msg(Message... messages)
Sends a batch of messages in sequence.
|
java.lang.Object |
Client.send(Message... messages)
Sends an array of messages in a chain.
|
java.lang.Object |
Proxy.send(Message... msgs)
Sends a message to the peer.
|
java.lang.Object |
Proxy.sendRaw(Message... msgs)
Sends a message to the peer without performing any type coercion to
the inputs or outputs.
|