Package net.i2p.router.transport.udp
Class MessageReceiver
java.lang.Object
net.i2p.router.transport.udp.MessageReceiver
Pull fully completed fragments off the
InboundMessageFragments queue,
parse 'em into I2NPMessages, and stick them on the
InNetMessagePool by way of the UDPTransport.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidloop(I2NPMessageHandler handler) voidThis queues the message for processing.voidshutdown()voidstartup()
-
Constructor Details
-
MessageReceiver
-
-
Method Details
-
startup
public void startup() -
shutdown
public void shutdown() -
receiveMessage
This queues the message for processing. Processing will call state.releaseResources(), do not access state after calling this. BLOCKING if queue is full. -
loop
-