|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.router.transport.udp.MessageReceiver
public class 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 | |
---|---|
MessageReceiver(RouterContext ctx,
UDPTransport transport)
|
Method Summary | |
---|---|
void |
loop(I2NPMessageHandler handler)
|
void |
receiveMessage(InboundMessageState state)
|
void |
shutdown()
|
void |
startup()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageReceiver(RouterContext ctx, UDPTransport transport)
Method Detail |
---|
public void startup()
public void shutdown()
public void receiveMessage(InboundMessageState state)
public void loop(I2NPMessageHandler handler)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |