Package de.eacg.ecs.client
Class RestClient
java.lang.Object
de.eacg.ecs.client.RestClient
public class RestClient
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRestClient.RestClientException -
Constructor Summary
Constructors Constructor Description RestClient(java.util.Properties properties, java.lang.String userAgent) -
Method Summary
Modifier and Type Method Description CheckResultscheckScan(Scan scan)intgetResponseStatus()java.lang.StringtransferScan(Scan scan)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RestClient
public RestClient(java.util.Properties properties, java.lang.String userAgent)
-
-
Method Details
-
transferScan
- Throws:
java.lang.Exception
-
checkScan
- Throws:
RestClient.RestClientException
-
getResponseStatus
public int getResponseStatus()
-