A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
cancel() — Method in class com.arc90.rpc.rest.RESTService
Cancels the currently executing request.
clearCredentials() — Method in class com.arc90.rpc.rest.RESTService
Clears the user credentials set by setCredentials.
com.arc90.rpc.events — Package
com.arc90.rpc.rest — Package
contentType — Property in class com.arc90.rpc.rest.RESTService
Type of content for service requests.
CONTENT_TYPE_FORM — Constant static property in class com.arc90.rpc.rest.RESTService
Indicates that the data being sent by the RESTService is encoded as application/x-www-form-urlencoded.
CONTENT_TYPE_MULTIPART — Constant static property in class com.arc90.rpc.rest.RESTService
Indicates that the data being sent by the RESTService is encoded as multipart/form-data.
CONTENT_TYPE_XML — Constant static property in class com.arc90.rpc.rest.RESTService
Indicates that the data being sent by the RESTService is encoded as application/xml.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z