|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Packet | |
---|---|
net.i2p.client.streaming | Implements a TCP-like (reliable, authenticated, in order) set of sockets for communicating over the IP-like (unreliable, unauthenticated, unordered) I2P messages. |
Uses of Packet in net.i2p.client.streaming |
---|
Subclasses of Packet in net.i2p.client.streaming | |
---|---|
class |
PacketLocal
coordinate local attributes about a packet - send time, ack time, number of retries, etc. |
Methods in net.i2p.client.streaming with parameters of type Packet | |
---|---|
(package private) void |
PacketHandler.displayPacket(Packet packet,
java.lang.String prefix,
java.lang.String suffix)
|
Connection |
ConnectionManager.receiveConnection(Packet synPacket)
Create a new connection based on the SYN packet we received. |
void |
ConnectionHandler.receiveNewSyn(Packet packet)
|
(package private) void |
PacketHandler.receivePacket(Packet packet)
|
(package private) void |
ConnectionPacketHandler.receivePacket(Packet packet,
Connection con)
distribute a packet to the connection specified |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |