Package org.stellar.sdk.xdr
Class PeerStatList
java.lang.Object
org.stellar.sdk.xdr.PeerStatList
- All Implemented Interfaces:
XdrElement
PeerStatList's original definition in the XDR file is:
typedef PeerStats PeerStatList<25>;
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PeerStatList
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static PeerStatList
fromXdrBase64
(String xdr) static PeerStatList
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setPeerStatList
(PeerStats[] PeerStatList) toString()
Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
PeerStatList
public PeerStatList() -
PeerStatList
-
-
Method Details
-
encode
- Specified by:
encode
in interfaceXdrElement
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
getPeerStatList
-
setPeerStatList
-
equals
-
hashCode
public int hashCode() -
toString
-