Uses of Class
net.i2p.client.streaming.impl.Packet
| Package | Description |
|---|---|
| net.i2p.client.streaming.impl |
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
Subclasses of Packet in net.i2p.client.streaming.impl Modifier and Type Class Description (package private) classPacketLocalThis is the class used for outbound packets.Methods in net.i2p.client.streaming.impl with parameters of type Packet Modifier and Type Method Description (package private) voidPacketHandler. displayPacket(Packet packet, String prefix, String suffix)logs to router log at debug levelConnectionConnectionManager. receiveConnection(Packet synPacket)Create a new connection based on the SYN packet we received.voidConnectionHandler. 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) voidConnectionPacketHandler. receivePacket(Packet packet, Connection con)distribute a packet to the connection specified(package private) voidPacketHandler. receivePacket(Packet packet)(package private) voidPacketHandler. receivePacketDirect(Packet packet, boolean queueIfNoConn)booleanConnectionManager. receivePing(Connection con, Packet ping)Process a ping by checking for throttling, etc., then sending a pong.voidPcapWriter. write(Packet pkt, Connection con)For inbound packets