Class ProxyInformation
java.lang.Object
uk.ac.manchester.spinnaker.storage.ProxyInformation
Information about the proxy to allow connection.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
spallocUrl
The URL of the spalloc server to connect to. -
jobUrl
The URL of the job to connect to. -
headers
The headers to use for authentication. -
cookies
The cookies to use for authentication.
-
-
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.
-