|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Packet | |
---|---|
me.edwards.des | |
me.edwards.des.net | |
me.edwards.des.net.packet |
Uses of Packet in me.edwards.des |
---|
Methods in me.edwards.des with parameters of type Packet | |
---|---|
void |
Node.sendToAll(Packet p)
Sends the specified packet to all known peers. |
Uses of Packet in me.edwards.des.net |
---|
Methods in me.edwards.des.net with parameters of type Packet | |
---|---|
void |
Connection.send(Packet packet)
Sends a Packet through this connection to the remote
Node . |
Uses of Packet in me.edwards.des.net.packet |
---|
Subclasses of Packet in me.edwards.des.net.packet | |
---|---|
class |
PacketAddr
Address Packet This packet is sent as a response to a PacketGetAddr
with a list of the responding node's known peers. |
class |
PacketBallot
Ballot Packet This packet is used to transfer Ballot data between Nodes.Created on: Nov 3, 2015 at 10:28:29 AM |
class |
PacketBlock
Block Packet This packet is used to transfer Block data between Nodes.Created on: Nov 3, 2015 at 10:28:29 AM |
class |
PacketGetAddr
Get Address Packet This packet is sent to request address information from other Nodes during the bootstrap process. Created on: Oct 17, 2015 at 9:12:01 AM |
class |
PacketGetBlocks
Get Blocks Packet This packet is sent to request Block information from other
Nodes during the bootstrap process.Created on: Oct 17, 2015 at 9:12:01 AM |
class |
PacketGetData
Get Data Packet This packet is sent to request a particular piece, or pieces, of data. Created on: Nov 3, 2015 at 10:06:19 AM |
class |
PacketInv
Inventory Packet This packet is sent to advertise knowledge of a particular piece, or pieces, of data. Created on: Nov 3, 2015 at 9:17:44 AM |
class |
PacketNotFound
Not Found Packet This packet is sent to signal that a specified resource in a PacketGetData could not be found.Created on: Nov 3, 2015 at 10:19:25 AM |
class |
PacketPing
Ping Packet This packet is sent to request a response from its destination Node. Created on: Oct 17, 2015 at 9:12:01 AM |
class |
PacketPong
Pong Packet This packet is sent as a response to a PacketPing .Created on: Oct 17, 2015 at 9:12:01 AM |
class |
PacketVerack
Version Acknowledge Packet This is used in the handshake protocol for the DES system and confirms that a handshake is complete. Created on: Oct 17, 2015 at 9:12:01 AM |
class |
PacketVersion
Version Packet This is used in the handshake protocol for the DES system and contains version, block count, and time. Created on: Oct 17, 2015 at 9:12:01 AM |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |