Package nxt.peer
package nxt.peer
-
ClassDescriptionFilters the currently known
BundlerRates according to the providedFeeRateCalculator.minBalance,FeeRateCalculator.minFeeLimitandFeeRateCalculator.whitelist.The network handler creates outbound connections and adds them to the network selector.NetworkMessage represents the messages exchanged between peers.The AddPeers message is sent to a peer to update its peer list and it is also returned as an asynchronous response to the GetPeers message Peer listThe BlockchainState message is sent when blockchain state changes.The BlockIds message is returned in response to the GetNextBlockIds message.The BlockInventory message is sent when a peer has received a new block.The Blocks message is returned in response to the GetBlock and GetNextBlocks message.The BundlerRate message is periodically broadcast when the peer has one or more active bundlers.The CumulativeDifficulty message is returned in response to the GetCumulativeDifficulty message.The Error message is returned when a error is detected while processing a request.The GetBlock message is sent when a peer is notified that a new block is available.The GetCumulativeDifficulty message is sent to a peer to get the current blockchain status.The GetInfo message is exchanged when a peer connection is established.The GetMilestoneBlockIds message is sent when a peer is downloading the blockchain.The GetNextBlockIds message is sent when a peer is downloading the blockchain.The GetNextBlocks message is sent when a peer is downloading the blockchain.The GetPeers message is sent to a peer to request a list of connected peers.The GetTransactions message is sent to retrieve one or more transactions.The GetUnconfirmedTransactions message is sent to retrieve the current set of unconfirmed transactions.The MilestoneBlockIds message is returned in response to the GetMilestoneBlockIds message.The TransactionsInventory message is sent when a peer has received new transactions.The Transactions message is returned in response to the GetTransactions and GetUnconfirmedTransactions messages.Peer network nodePeer servicesPeer state