public class OkHttpNodeClientFactory extends java.lang.Object implements INodeClientFactory
| Modifier and Type | Field and Description | 
|---|---|
static java.io.File | 
KEYSTORE  | 
static java.io.File | 
TRUSTSTORE  | 
| Constructor and Description | 
|---|
OkHttpNodeClientFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
INodeClient | 
create(java.lang.String hostIpAddress)
Fetches a client to manipulate files & run commands on the BJ  
Host
 with the given IP address | 
void | 
delete(java.lang.String hostIpAddress)  | 
int | 
getPriority()
The plugin providing the biggest priority will be used. 
 | 
public static final java.io.File TRUSTSTORE
public static final java.io.File KEYSTORE
public INodeClient create(java.lang.String hostIpAddress) throws ServerFault
INodeClientFactoryHost
 with the given IP addresscreate in interface INodeClientFactoryServerFaultpublic void delete(java.lang.String hostIpAddress)
            throws ServerFault
delete in interface INodeClientFactoryServerFaultpublic int getPriority()
INodeClientFactorygetPriority in interface INodeClientFactoryCopyright © 2023. All Rights Reserved.