Package wf.bitcoin.javabitcoindrpcclient
Interface BitcoindRpcClient.PeerInfoResult
-
- All Superinterfaces:
MapWrapperType,java.io.Serializable
- Enclosing interface:
- BitcoindRpcClient
public static interface BitcoindRpcClient.PeerInfoResult extends MapWrapperType, java.io.Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAddr()java.lang.StringgetAddrLocal()longgetBanScore()longgetBytesRecv()longgetBytesSent()longgetConnTime()longgetId()longgetLastRecv()longgetLastSend()java.math.BigDecimalgetPingTime()java.lang.StringgetServices()intgetStartingHeight()java.lang.StringgetSubVer()intgetSyncedBlocks()intgetSyncedHeaders()intgetTimeOffset()longgetVersion()booleanisInbound()booleanisWhiteListed()-
Methods inherited from interface wf.bitcoin.javabitcoindrpcclient.MapWrapperType
mapBigDecimal, mapBool, mapDate, mapHex, mapInt, mapLong, mapStr
-
-
-
-
Method Detail
-
getId
long getId()
-
getAddr
java.lang.String getAddr()
-
getAddrLocal
java.lang.String getAddrLocal()
-
getServices
java.lang.String getServices()
-
getLastSend
long getLastSend()
-
getLastRecv
long getLastRecv()
-
getBytesSent
long getBytesSent()
-
getBytesRecv
long getBytesRecv()
-
getConnTime
long getConnTime()
-
getTimeOffset
int getTimeOffset()
-
getPingTime
java.math.BigDecimal getPingTime()
-
getVersion
long getVersion()
-
getSubVer
java.lang.String getSubVer()
-
isInbound
boolean isInbound()
-
getStartingHeight
int getStartingHeight()
-
getBanScore
long getBanScore()
-
getSyncedHeaders
int getSyncedHeaders()
-
getSyncedBlocks
int getSyncedBlocks()
-
isWhiteListed
boolean isWhiteListed()
-
-