A B C D E G H I K L M N P Q R S T V

S

save(BlockChain, String) - Static method in class me.edwards.des.block.BlockChainIO
Saves the BlockChain to the specified file.
send(Packet) - Method in class me.edwards.des.net.Connection
Sends a Packet through this connection to the remote Node.
sendToAll(Packet) - Method in class me.edwards.des.Node
Sends the specified packet to all known peers.
setConnectionStatus(int) - Method in class me.edwards.des.net.Connection
Sets the current connection status.

CONNECTION_NODE_ONLY A connection was initiated by this node CONNECTION_PEER_ONLY A connection was initiated by a peer node CONNECTION_BOTH The connection is agreed upon by both nodes
setName(String) - Method in class me.edwards.des.net.Connection
Sets this connection's common name.
setPort(int) - Method in class me.edwards.des.net.Connection
Sets the port of this connection.
signature - Variable in class me.edwards.des.block.Ballot
 
signatureRoot - Variable in class me.edwards.des.block.Ballot
 
socket - Variable in class me.edwards.des.net.Connection
 
socket - Variable in class me.edwards.des.Node
This Node's current listening socket as a ServerSocket instance.
start() - Method in class me.edwards.des.Node
Initializes the Node's networking processes and threads, starting the Node on a specific IP Address and Port (specified by the Launcher).
stop() - Method in class me.edwards.des.Node
Stops the Node's running processes, including the Handshake Thread (preventing other Nodes from connecting to this Node) and the Block Generation Thread (stopping the generation of any new Blocks or Blocks currently being generated).
stopBlockGeneration() - Method in class me.edwards.des.Node
Stops any current Block generation by this Node.
submit(String, Node, String[][], int) - Static method in class me.edwards.des.demo.Submitter
Submits Ballots to a local Node for demonstration purposes.
Submitter - Class in me.edwards.des.demo
This class allows local Nodes to function without an Election Application.
Submitter() - Constructor for class me.edwards.des.demo.Submitter
 

A B C D E G H I K L M N P Q R S T V