Uses of Class
org.hpccsystems.ws.client.HPCCWsDFUClient
-
Packages that use HPCCWsDFUClient Package Description org.hpccsystems.ws.client Provides several HPCC Systems client libraries used to actuate a variety of actions on a target HPCC Systems instance. -
-
Uses of HPCCWsDFUClient in org.hpccsystems.ws.client
Methods in org.hpccsystems.ws.client that return HPCCWsDFUClient Modifier and Type Method Description static HPCCWsDFUClientHPCCWsDFUClient. get(String protocol, String targetHost, String targetPort, String user, String pass)Gets the.static HPCCWsDFUClientHPCCWsDFUClient. get(String protocol, String targetHost, String targetPort, String user, String pass, int timeout)Gets the.static HPCCWsDFUClientHPCCWsDFUClient. get(Connection connection)Gets the.HPCCWsDFUClientHPCCWsClient. getWsDFUClient()Gets the ws DFU client.
-