Uses of Class
net.i2p.data.i2cp.MessageId
Packages that use MessageId
Package
Description
Implements the base I2P SDK for developing applications that communicate 
through I2P.
The Invisible Internet Client Protocol (I2CP) allows applications simplified access to
the I2P network without requiring them to deal with the issues involved with the
Invisible Internet Network Protocol (I2NP).
            The I2P router application handles the I2P network communication.
Implements the router side of the I2CP interface,
which is the API for applications to send and receive data through the router.
Dummy versions of things for testing.
- 
Uses of MessageId in net.i2p.client.impl
Methods in net.i2p.client.impl that return MessageIdMethods in net.i2p.client.impl with parameters of type MessageId - 
Uses of MessageId in net.i2p.data.i2cp
Methods in net.i2p.data.i2cp that return MessageIdMethods in net.i2p.data.i2cp with parameters of type MessageId - 
Uses of MessageId in net.i2p.router
Methods in net.i2p.router that return MessageIdModifier and TypeMethodDescriptionClientMessage.getMessageId()Valid for outbound; null for inbound.Methods in net.i2p.router with parameters of type MessageIdModifier and TypeMethodDescriptionabstract voidClientManagerFacade.messageDeliveryStatusUpdate(Destination fromDest, MessageId id, long messageNonce, int status) Constructors in net.i2p.router with parameters of type MessageIdModifierConstructorDescriptionClientMessage(Destination toDest, Payload payload, SessionConfig config, Destination fromDest, MessageId msgID, long messageNonce, long expiration, int flags) For outbound (locally originated) - 
Uses of MessageId in net.i2p.router.client
Methods in net.i2p.router.client that return MessageIdModifier and TypeMethodDescription(package private) MessageIdClientConnectionRunner.distributeMessage(SendMessageMessage message) Distribute the message.Methods in net.i2p.router.client with parameters of type MessageIdModifier and TypeMethodDescription(package private) voidClientConnectionRunner.ackSendMessage(SessionId sid, MessageId id, long nonce) Send a notification to the client that their message (id specified) was accepted for delivery (but not necessarily delivered) Doesn't do anything if i2cp.messageReliability = "none" or if the nonce is 0.(package private) voidClientManager.distributeMessage(ClientConnectionRunner sender, Destination fromDest, Destination toDest, Payload payload, MessageId msgId, long messageNonce, long expiration, int flags) Distribute message to a local or remote destination.(package private) PayloadClientConnectionRunner.getPayload(MessageId id) Only call if _dontSendMSMOnReceive is false, otherwise will always be nullvoidClientManager.messageDeliveryStatusUpdate(Destination fromDest, MessageId id, long messageNonce, int status) voidClientManagerFacadeImpl.messageDeliveryStatusUpdate(Destination fromDest, MessageId id, long messageNonce, int status) (package private) voidClientConnectionRunner.removePayload(MessageId id) Only call if _dontSendMSMOnReceive is false(package private) voidClientConnectionRunner.setPayload(MessageId id, Payload payload) Only call if _dontSendMSMOnReceive is false(package private) voidClientConnectionRunner.updateMessageDeliveryStatus(Destination dest, MessageId id, long messageNonce, int status) Send a notification to the client that their message (id specified) was delivered (or failed delivery) Note that this sends the Guaranteed status codes, even though we only support best effort. - 
Uses of MessageId in net.i2p.router.dummy
Methods in net.i2p.router.dummy with parameters of type MessageIdModifier and TypeMethodDescriptionvoidDummyClientManagerFacade.messageDeliveryStatusUpdate(Destination fromDest, MessageId id, long msgNonce, int status)