Loading projects/cadcAccessControl/src/ca/nrc/cadc/ac/client/GMSClient.java +5 −0 Original line number Diff line number Diff line Loading @@ -123,7 +123,11 @@ public class GMSClient implements TransferListener private SSLSocketFactory sslSocketFactory; private SSLSocketFactory mySocketFactory; // client needs to know which servcie it is bound to and lookup // endpoints using RegistryClient private URI serviceURI; // storing baseURL is now considered bad form but fix is out of scope right now private String baseURL; public GMSClient(URI serviceURI) Loading @@ -149,6 +153,7 @@ public class GMSClient implements TransferListener * * @param baseURL The URL of the supporting access control web service * obtained from the registry. * @deprecated */ public GMSClient(String baseURL) throws IllegalArgumentException Loading Loading
projects/cadcAccessControl/src/ca/nrc/cadc/ac/client/GMSClient.java +5 −0 Original line number Diff line number Diff line Loading @@ -123,7 +123,11 @@ public class GMSClient implements TransferListener private SSLSocketFactory sslSocketFactory; private SSLSocketFactory mySocketFactory; // client needs to know which servcie it is bound to and lookup // endpoints using RegistryClient private URI serviceURI; // storing baseURL is now considered bad form but fix is out of scope right now private String baseURL; public GMSClient(URI serviceURI) Loading @@ -149,6 +153,7 @@ public class GMSClient implements TransferListener * * @param baseURL The URL of the supporting access control web service * obtained from the registry. * @deprecated */ public GMSClient(String baseURL) throws IllegalArgumentException Loading