Forum Discussion
Anonymous
11 months agoYou could also do:
Integer port = hostProps.get("scc.port")
Then:
httpClient = HTTP.open(hostname, port, true)
It’s cleaner and more direct.
Related Content
- 5 months ago
You could also do:
Integer port = hostProps.get("scc.port")
Then:
httpClient = HTTP.open(hostname, port, true)
It’s cleaner and more direct.