Index

A G I O R W 
All Classes and Interfaces|All Packages

A

AddPeerMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to RestrictedNode.add(Peer).
AddPeerResultMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the result of RestrictedNode.add(io.mokamint.node.api.Peer) method of a node.
AddTransactionMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the PublicNode.add(io.mokamint.node.api.Transaction) method.
AddTransactionResultMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the result of the PublicNode.add(io.mokamint.node.api.Transaction) method of a node.

G

GetBlockDescriptionMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the PublicNode.getBlockDescription(byte[]) method.
GetBlockDescriptionResultMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the result of the PublicNode.getBlockDescription(byte[]) method.
GetBlockMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the PublicNode.getBlock(byte[]) method.
GetBlockResultMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the result of the PublicNode.getBlock(byte[]) method.
GetChainInfoMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the PublicNode.getChainInfo() method.
GetChainInfoResultMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the result of the PublicNode.getChainInfo() method.
GetChainPortionMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the PublicNode.getChainPortion(long, int) method.
GetChainPortionResultMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the result of the PublicNode.getChainPortion(long, int) method.
GetConfigMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the PublicNode.getConfig() method.
GetConfigResultMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the result of the PublicNode.getConfig() method.
getCount() - Method in interface io.mokamint.node.messages.api.GetChainPortionMessage
Yields the count parameter of the method.
getCount() - Method in interface io.mokamint.node.messages.api.GetMempoolPortionMessage
Yields the count parameter of the method.
getHash() - Method in interface io.mokamint.node.messages.api.GetBlockDescriptionMessage
Yields the hash parameter of the method.
getHash() - Method in interface io.mokamint.node.messages.api.GetBlockMessage
Yields the hash parameter of the method.
getHash() - Method in interface io.mokamint.node.messages.api.GetTransactionAddressMessage
Yields the hash parameter of the method.
getHash() - Method in interface io.mokamint.node.messages.api.GetTransactionMessage
Yields the hash parameter of the method.
getHash() - Method in interface io.mokamint.node.messages.api.GetTransactionRepresentationMessage
Yields the hash parameter of the method.
GetInfoMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the PublicNode.getInfo() method of a node.
GetInfoResultMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the result of the PublicNode.getInfo() method of a node.
GetMempoolInfoMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the PublicNode.getMempoolInfo() method of a node.
GetMempoolInfoResultMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the result of the PublicNode.getMempoolInfo() method of a node.
GetMempoolPortionMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the PublicNode.getMempoolPortion(int, int) method.
GetMempoolPortionResultMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the result of the PublicNode.getMempoolPortion(int, int) method.
GetMinerInfosMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the PublicNode.getMinerInfos() method of a node.
GetMinerInfosResultMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the result of the PublicNode.getMinerInfos() method of a node.
getPeer() - Method in interface io.mokamint.node.messages.api.AddPeerMessage
Yields the peer requested to add.
getPeer() - Method in interface io.mokamint.node.messages.api.RemovePeerMessage
Yields the peer requested to remove.
GetPeerInfosMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the PublicNode.getPeerInfos() method of a node.
GetPeerInfosResultMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the result of the PublicNode.getPeerInfos() method of a node.
getPort() - Method in interface io.mokamint.node.messages.api.OpenMinerMessage
Yields the port for the requested miner.
getStart() - Method in interface io.mokamint.node.messages.api.GetChainPortionMessage
Yields the start parameter of the method.
getStart() - Method in interface io.mokamint.node.messages.api.GetMempoolPortionMessage
Yields the start parameter of the method.
GetTaskInfosMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the PublicNode.getTaskInfos() method of a node.
GetTaskInfosResultMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the result of the PublicNode.getTaskInfos() method of a node.
getTransaction() - Method in interface io.mokamint.node.messages.api.AddTransactionMessage
Yields the transaction parameter of the method.
GetTransactionAddressMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the PublicNode.getTransactionAddress(byte[]) method.
GetTransactionAddressResultMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the result of the PublicNode.getTransactionAddress(byte[]) method.
GetTransactionMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the PublicNode.getTransaction(byte[]) method.
GetTransactionRepresentationMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the PublicNode.getTransactionRepresentation(byte[]) method.
GetTransactionRepresentationResultMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the result of the PublicNode.getTransactionRepresentation(byte[]) method.
GetTransactionResultMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the result of the PublicNode.getTransaction(byte[]) method.
getUUID() - Method in interface io.mokamint.node.messages.api.RemoveMinerMessage
Yields the UUID of the miner to remove.

I

io.mokamint.node.messages.api - module io.mokamint.node.messages.api
This module defines the API of the network messages exchanged between a node service and remote.
io.mokamint.node.messages.api - package io.mokamint.node.messages.api
 

O

OpenMinerMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to RestrictedNode.openMiner(int).
OpenMinerResultMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the result of RestrictedNode.openMiner(int) method of a node.

R

RemoveMinerMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to RestrictedNode.removeMiner(java.util.UUID).
RemoveMinerResultMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the result of RestrictedNode.removeMiner(java.util.UUID) method of a node.
RemovePeerMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to RestrictedNode.remove(Peer).
RemovePeerResultMessage - Interface in io.mokamint.node.messages.api
The network message corresponding to the result of RestrictedNode.remove(io.mokamint.node.api.Peer) method of a node.

W

WhisperBlockMessage - Interface in io.mokamint.node.messages.api
The network message sent to whisper a block between whisperers.
WhisperPeerMessage - Interface in io.mokamint.node.messages.api
The network message sent to whisper some peers between whisperers.
WhisperTransactionMessage - Interface in io.mokamint.node.messages.api
The network message sent to whisper a transaction between whisperers.
A G I O R W 
All Classes and Interfaces|All Packages