Class TopologyResponseBodyV1

java.lang.Object
org.stellar.sdk.xdr.TopologyResponseBodyV1
All Implemented Interfaces:
XdrElement

public class TopologyResponseBodyV1 extends Object implements XdrElement
TopologyResponseBodyV1's original definition in the XDR file is:
 struct TopologyResponseBodyV1
 {
     PeerStatList inboundPeers;
     PeerStatList outboundPeers;

     uint32 totalInboundPeerCount;
     uint32 totalOutboundPeerCount;

     uint32 maxInboundPeerCount;
     uint32 maxOutboundPeerCount;
 };