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 class  RestClient.RestClientException  
  • Constructor Summary

    Constructors
    Constructor Description
    RestClient​(java.util.Properties properties, java.lang.String userAgent)  
  • Method Summary

    Modifier and Type Method Description
    CheckResults checkScan​(Scan scan)  
    int getResponseStatus()  
    java.lang.String transferScan​(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