Package de.eacg.ecs.client
Class RestClient
- java.lang.Object
-
- de.eacg.ecs.client.RestClient
-
public class RestClient extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRestClient.RestClientException
-
Constructor Summary
Constructors Constructor Description RestClient(Properties properties, String userAgent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CheckResultscheckScan(Scan scan)intgetResponseStatus()StringtransferScan(Scan scan)
-
-
-
Constructor Detail
-
RestClient
public RestClient(Properties properties, String userAgent)
-
-
Method Detail
-
checkScan
public CheckResults checkScan(Scan scan) throws RestClient.RestClientException
- Throws:
RestClient.RestClientException
-
getResponseStatus
public int getResponseStatus()
-
-