Server information Class
Package: com.raonsecure.gdp.blockchain.common
Modifier and Return Type
Field Name
Description
public String
rcpHost
Server Host
rcpPort
Server Port
Constructor and Description
ServerInfo(String rcpHost)
Type
Parameter
String
Server Host URL [Port included] - (ex: http://test.com:8080)
ServerInfo(String rcpHost, String rcpPort)
Server Host(http://test.com)
Server Port (8080)
Server URL inquiry - ex) http://test.com:8080
Last updated 5 years ago
Was this helpful?
public String getUrl()