Uses of Class
dev.vality.fistful.base.ClientInfo
| Package | Description |
|---|---|
| dev.vality.fistful.base | |
| dev.vality.fistful.p2p_transfer | |
| dev.vality.fistful.p2p.template |
-
Uses of ClientInfo in dev.vality.fistful.base
Methods in dev.vality.fistful.base that return ClientInfo Modifier and Type Method Description ClientInfoClientInfo. deepCopy()ClientInfoClientInfo. setFingerprint(String fingerprint)ClientInfoClientInfo. setIpAddress(String ip_address)Methods in dev.vality.fistful.base with parameters of type ClientInfo Modifier and Type Method Description intClientInfo. compareTo(ClientInfo other)booleanClientInfo. equals(ClientInfo that)Constructors in dev.vality.fistful.base with parameters of type ClientInfo Constructor Description ClientInfo(ClientInfo other)Performs a deep copy on other. -
Uses of ClientInfo in dev.vality.fistful.p2p_transfer
Fields in dev.vality.fistful.p2p_transfer declared as ClientInfo Modifier and Type Field Description ClientInfoP2PTransfer. client_infoClientInfoP2PTransferParams. client_infoClientInfoP2PTransferState. client_infoMethods in dev.vality.fistful.p2p_transfer that return ClientInfo Modifier and Type Method Description ClientInfoP2PTransfer. getClientInfo()ClientInfoP2PTransferParams. getClientInfo()ClientInfoP2PTransferState. getClientInfo()Methods in dev.vality.fistful.p2p_transfer with parameters of type ClientInfo Modifier and Type Method Description P2PTransferP2PTransfer. setClientInfo(ClientInfo client_info)P2PTransferParamsP2PTransferParams. setClientInfo(ClientInfo client_info)P2PTransferStateP2PTransferState. setClientInfo(ClientInfo client_info) -
Uses of ClientInfo in dev.vality.fistful.p2p.template
Fields in dev.vality.fistful.p2p.template declared as ClientInfo Modifier and Type Field Description ClientInfoP2PTemplateTransferParams. client_infoMethods in dev.vality.fistful.p2p.template that return ClientInfo Modifier and Type Method Description ClientInfoP2PTemplateTransferParams. getClientInfo()Methods in dev.vality.fistful.p2p.template with parameters of type ClientInfo Modifier and Type Method Description P2PTemplateTransferParamsP2PTemplateTransferParams. setClientInfo(ClientInfo client_info)