Package: com.keepsolid.androidkeepsolidcommon.commonsdk.api.transport
isValidRequest
boolean isValidRequest()
putParameterObject
void putParameterObject(java.lang.String key, java.lang.String object)
getParameterObject
java.lang.String getParameterObject(java.lang.String key)
The value object associated with key in the parameters dictionary of the request, or null if no object is associated with key.
getAction
java.lang.String getAction()
predefined action string
setAction
void setAction(java.lang.String action)
isUseSession
boolean isUseSession()
whether the VPNURequest should use current session.
setUseSession
void setUseSession(boolean useSession)
getMethod
KSRequest.METHOD getMethod()
Request http method object of type KSRequest.METHOD
setMethod
void setMethod(KSRequest.METHOD method)