net.i2p.router.transport.udp
Class PacketHandler
java.lang.Object
net.i2p.router.transport.udp.PacketHandler
class PacketHandler
- extends Object
Pull inbound packets from the inbound receiver's queue, figure out what
peer session they belong to (if any), authenticate and decrypt them
with the appropriate keys, and push them to the appropriate handler.
Data and ACK packets go to the InboundMessageFragments, the various
establishment packets go to the EstablishmentManager, and, once implemented,
relay packets will go to the relay manager. At the moment, this is
an actual pool of packet handler threads, each pulling off the inbound
receiver's queue and pushing them as necessary.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PacketHandler
PacketHandler(RouterContext ctx,
UDPTransport transport,
UDPEndpoint endpoint,
EstablishmentManager establisher,
InboundMessageFragments inbound,
PeerTestManager testManager,
IntroductionManager introManager)
startup
public void startup()
shutdown
public void shutdown()
getHandlerStatus
String getHandlerStatus()