public static interface BitcoindRpcClient.PeerInfoResult extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getAddr() |
String |
getAddrLocal() |
long |
getBanScore() |
long |
getBytesRecv() |
long |
getBytesSent() |
long |
getConnTime() |
long |
getId() |
long |
getLastRecv() |
long |
getLastSend() |
double |
getPingTime() |
String |
getServices() |
int |
getStartingHeight() |
String |
getSubVer() |
int |
getSyncedBlocks() |
int |
getSyncedHeaders() |
int |
getTimeOffset() |
long |
getVersion() |
boolean |
isInbound() |
boolean |
isWhiteListed() |
long getId()
String getAddr()
String getAddrLocal()
String getServices()
long getLastSend()
long getLastRecv()
long getBytesSent()
long getBytesRecv()
long getConnTime()
int getTimeOffset()
double getPingTime()
long getVersion()
String getSubVer()
boolean isInbound()
int getStartingHeight()
long getBanScore()
int getSyncedHeaders()
int getSyncedBlocks()
boolean isWhiteListed()
Copyright © 2017. All rights reserved.