public class RClientFactory
extends java.lang.Object
| Constructor and Description |
|---|
RClientFactory() |
| Modifier and Type | Method and Description |
|---|---|
static RClient |
createClient(java.lang.String deployrUrl)
Create connection at the specified DeployR URL.
|
static RClient |
createClient(java.lang.String deployrUrl,
boolean allowSelfSignedSSLCert)
Create connection at the specified DeployR URL.
|
static RClient |
createClient(java.lang.String deployrUrl,
int concurrentCallLimit)
Create connection at the specified DeployR URL.
|
static RClient |
createClient(java.lang.String deployrUrl,
int concurrentCallLimit,
boolean allowSelfSignedSSLCert)
Create connection at the specified DeployR URL.
|
public static RClient createClient(java.lang.String deployrUrl) throws RClientException, RSecurityException
Concurrent call limit defaults to 200.
deployrUrl - url address of DeployR ServerRClientRClientExceptionRSecurityExceptionpublic static RClient createClient(java.lang.String deployrUrl, int concurrentCallLimit) throws RClientException, RSecurityException
Concurrent call limit defaults to 200.
deployrUrl - url address of DeployR ServerconcurrentCallLimit - beyond which DeployR API calls are queued for executionRClientRClientExceptionRSecurityExceptionpublic static RClient createClient(java.lang.String deployrUrl, boolean allowSelfSignedSSLCert) throws RClientException, RSecurityException
deployrUrl - url address of DeployR ServerallowSelfSignedSSLCert - when enabled, HTTPS connections using self-signed SSL certs are permittedRClientRClientExceptionRSecurityExceptionpublic static RClient createClient(java.lang.String deployrUrl, int concurrentCallLimit, boolean allowSelfSignedSSLCert) throws RClientException, RSecurityException
deployrUrl - url address of DeployR ServerconcurrentCallLimit - beyond which DeployR API calls are queued for executionallowSelfSignedSSLCert - when enabled, HTTPS connections using self-signed SSL certs are permittedRClientRClientExceptionRSecurityException