ServerInfo
Server information Class
Class Info
Class
Package: com.raonsecure.gdp.blockchain.common
Field
Modifier and Return Type
Field Name
Description
public String
rcpHost
Server Host
public String
rcpPort
Server Port
Constructor
Set Server Host Only
Constructor and Description
ServerInfo(String rcpHost)
Type
Parameter
Description
String
rcpHost
Server Host URL [Port included] - (ex: http://test.com:8080)
Server Host and Port Settings
Constructor and Description
ServerInfo(String rcpHost, String rcpPort)
Type
Parameter
Description
String
rcpHost
Server Host(http://test.com)
String
rcpPort
Server Port (8080)
Method
getUrl
Description
Server URL inquiry - ex) http://test.com:8080
Last updated