Uses of Class
ca.weblite.objc.Message
Packages that use Message
-
Uses of Message in ca.weblite.objc
Fields in ca.weblite.objc declared as MessageModifier and TypeFieldDescriptionMessage.nextReference to the next message in the message chain.Message.previousReference to the previous message in the message chain.Methods in ca.weblite.objc that return MessageModifier and TypeMethodDescriptionMessage[]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 MessageModifier and TypeMethodDescriptionchain.chain.static ObjectSends a batch of messages in sequence.Sends an array of messages in a chain.Sends a message to the peer.Sends a message to the peer without performing any type coercion to the inputs or outputs.