Uses of Class
net.i2p.client.streaming.impl.Packet
Package
Description
Implementation of 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.impl
Modifier and TypeClassDescription(package private) class
This is the class used for outbound packets.Modifier and TypeMethodDescription(package private) void
PacketHandler.displayPacket
(Packet packet, String prefix, String suffix) logs to router log at debug levelConnectionManager.receiveConnection
(Packet synPacket) Create a new connection based on the SYN packet we received.void
ConnectionHandler.receiveNewSyn
(Packet packet) Non-SYN packets with a zero SendStreamID may also be queued here so that they don't get thrown away while the SYN packet before it is queued.(package private) void
ConnectionPacketHandler.receivePacket
(Packet packet, Connection con) distribute a packet to the connection specified(package private) void
PacketHandler.receivePacket
(Packet packet) (package private) void
PacketHandler.receivePacketDirect
(Packet packet, boolean queueIfNoConn) boolean
ConnectionManager.receivePing
(Connection con, Packet ping) Process a ping by checking for throttling, etc., then sending a pong.void
PcapWriter.write
(Packet pkt, Connection con) For inbound packets