ClientConnection class
Consists of methods used for client-server connection.
Syntax
public class
ClientConnection
ClientConnection(Context, String, String, String, SDMRequestManager) constructor
Initialize the client connection with application context, application name, domain,security configuration and request manager.
getApplicationID() method
Return Application ID.
getDomain() method
Return Domain.
getRequestManager() method
Return Request Manager object.
getSecurityConfig() method
Return Security Configuration.
getServerHost() method
Return Server host.
setApplicationConnectionID(String) method
Set the application connection ID.
setConnectionProfile(String) method
Set the URL of the server.
setConnectionProfile(boolean, String, String, String, String) method
Set the value of host and port for the connection.
setTraceLevel(int) method
Set the end to end trace level.
startTrace() method
Start the end to end tracing.
stopTrace() method
Stop the end to end tracing.
uploadTrace() method
Upload the BTX file to solution manager for end to end tracing.
Parent topic:
Rest Client API Reference for Android
Created April 17, 2013.
To comment on this topic, go to:
DocCommentXchange
.