Class ProxyInformation

java.lang.Object
uk.ac.manchester.spinnaker.storage.ProxyInformation

public class ProxyInformation extends Object
Information about the proxy to allow connection.
  • Field Details

  • Constructor Details

    • ProxyInformation

      public ProxyInformation(String spallocUrl, String jobUrl, Map<String,String> headers, Map<String,String> cookies)
      Create a new instance.
      Parameters:
      spallocUrl - The URL of the Spalloc server.
      jobUrl - The URL of the job.
      headers - The headers to use for authentication.
      cookies - The cookies to use for authentication.