Uses of Class
net.i2p.data.Payload
-
Packages that use Payload Package Description net.i2p.data.i2cp 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).net.i2p.router The I2P router application handles the I2P network communication.net.i2p.router.client Implements the router side of the I2CP interface, which is the API for applications to send and receive data through the router. -
-
Uses of Payload in net.i2p.data.i2cp
Fields in net.i2p.data.i2cp declared as Payload Modifier and Type Field Description protected PayloadSendMessageMessage. _payloadMethods in net.i2p.data.i2cp that return Payload Modifier and Type Method Description PayloadMessagePayloadMessage. getPayload()PayloadSendMessageMessage. getPayload()Methods in net.i2p.data.i2cp with parameters of type Payload Modifier and Type Method Description voidMessagePayloadMessage. setPayload(Payload payload)voidSendMessageMessage. setPayload(Payload payload) -
Uses of Payload in net.i2p.router
Methods in net.i2p.router that return Payload Modifier and Type Method Description PayloadClientMessage. getPayload()Retrieve the payload of the message.Constructors in net.i2p.router with parameters of type Payload Constructor Description ClientMessage(Destination toDest, Payload payload, SessionConfig config, Destination fromDest, MessageId msgID, long messageNonce, long expiration, int flags)For outbound (locally originated)ClientMessage(Hash toDestHash, Payload payload)For inbound (from remote dest) -
Uses of Payload in net.i2p.router.client
Methods in net.i2p.router.client that return Payload Modifier and Type Method Description (package private) PayloadClientConnectionRunner. getPayload(MessageId id)Only call if _dontSendMSMOnReceive is false, otherwise will always be nullMethods in net.i2p.router.client with parameters of type Payload Modifier and Type Method Description (package private) voidClientManager. distributeMessage(Destination fromDest, Destination toDest, Payload payload, MessageId msgId, long messageNonce, long expiration, int flags)Distribute message to a local or remote destination.(package private) booleanClientConnectionRunner. receiveMessage(Destination toDest, Destination fromDest, Payload payload)Synchronously deliver the message to the current runner Failure indication is available as of 0.9.29.(package private) booleanClientConnectionRunner. receiveMessage(Hash toHash, Destination fromDest, Payload payload)Synchronously deliver the message to the current runner Failure indication is available as of 0.9.29.(package private) voidClientConnectionRunner. setPayload(MessageId id, Payload payload)Only call if _dontSendMSMOnReceive is falseConstructors in net.i2p.router.client with parameters of type Payload Constructor Description MessageReceivedJob(RouterContext ctx, ClientConnectionRunner runner, Destination toDest, Destination fromDest, Payload payload, boolean sendDirect)
-