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
deployrUrl
- url address of DeployR ServerRClient
RClientException
RSecurityException
public static RClient createClient(java.lang.String deployrUrl, int concurrentCallLimit) throws RClientException, RSecurityException
deployrUrl
- url address of DeployR ServerconcurrentCallLimit
- beyond which DeployR API calls are queued for executionRClient
RClientException
RSecurityException
public 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 permittedRClient
RClientException
RSecurityException
public 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 permittedRClient
RClientException
RSecurityException