Uses of Class
net.i2p.router.MessageReceptionInfo

Packages that use MessageReceptionInfo
net.i2p.router   
 

Uses of MessageReceptionInfo in net.i2p.router
 

Methods in net.i2p.router that return MessageReceptionInfo
 MessageReceptionInfo ClientMessage.getReceptionInfo()
          Retrieve the information regarding how the router received this message.
 

Methods in net.i2p.router with parameters of type MessageReceptionInfo
 void ClientMessage.setReceptionInfo(MessageReceptionInfo info)