Uses of Class
ca.weblite.objc.Client
Packages that use Client
-
Uses of Client in ca.weblite.objc
Methods in ca.weblite.objc that return ClientModifier and TypeMethodDescriptionProxy.getClient()Returns the client that is used by this Proxy object.static ClientClient.getInstance()Retrieves the global reference to a client that has both input coercion and output coercion enabled.static ClientClient.getRawClient()Retrieves singleton instance to a simple client that has type coercion disabled for both inputs and outputs.Client.setCoerceInputs(boolean coerceInputs) Deprecated.Client.setCoerceOutputs(boolean coerceOutputs) Deprecated.UsegetRawClient()to get a client with coercion off.Methods in ca.weblite.objc with parameters of type ClientModifier and TypeMethodDescriptionSets the client that should be used for sending messages to the peer object.Constructors in ca.weblite.objc with parameters of type ClientModifierConstructorDescriptionCreates a null proxy using the specified client as the default client with which to send messages to the objective-c runtime.Creates a proxy for the specified objective-c object.Creates a proxy for a Null pointer using the specified Client object.Creates a proxy for the specified peer Objective-C object, using the specified client to send messages to the peer.
getRawClient()to get a client with coercion off.