Class ProxyInformation
java.lang.Object
uk.ac.manchester.spinnaker.storage.ProxyInformation
Information about the proxy to allow connection.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
spallocUrlThe URL of the spalloc server to connect to.
- 
jobUrlThe URL of the job to connect to.
- 
headersThe headers to use for authentication.
- 
cookiesThe cookies to use for authentication.
 
- 
- 
Constructor Details- 
ProxyInformationpublic 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.
 
 
-