Class PeerStatus
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.PeerStatus
-
public class PeerStatus extends PathResponse
The status of a connected peer in the P2P network
-
-
Field Summary
Fields Modifier and Type Field Description Enums.ConnectionTypeconnectionTypeConnection typeStringnetworkAddressNetwork address of the peerEnums.NetworkTypenetworkTypeNetwork type
-
Constructor Summary
Constructors Constructor Description PeerStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)-
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString
-
-
-
-
Field Detail
-
connectionType
public Enums.ConnectionType connectionType
Connection type
-
networkAddress
public String networkAddress
Network address of the peer
-
networkType
public Enums.NetworkType networkType
Network type
-
-