Uses of Class
net.i2p.data.i2cp.I2CPMessageImpl
Package
Description
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).
Interface and classes for a router and client
within the same JVM to directly pass I2CP messages using Queues
instead of serialized messages over socket streams.
-
Uses of I2CPMessageImpl in net.i2p.data.i2cp
Modifier and TypeClassDescriptionclass
Tell the other side the limitsclass
Advise the router that the endpoint is blinded.class
Like CreateLeaseSetMessage, but supports both old and new LeaseSet types, including LS2, Meta, and Encrypted.class
Defines the message a client sends to a router when authorizing the LeaseSetclass
Defines the message a client sends to a router when establishing a new session.class
Request the router look up the dest for a hashclass
Response to DestLookupMessage.class
Defines the message a client sends to a router when destroying existing session.class
Defines the message a client sends to a router when destroying existing session.class
Request the router tells us the current bw limitsclass
Request the other side to send us what they think the current time is.class
Request the router look up the dest for a hash or a host.class
Response to HostLookupMessage.class
Defines the payload message a router sends to the clientclass
Defines the message a router sends to a client about a single message.class
Defines the message a client sends to a router when asking the router to start sending a message to it.class
Defines the message a client sends to a router when asking the router to start sending a message to it.class
Defines the message a client sends to a router when updating the config on an existing session.class
Defines the message a client sends to a router when asking the router what its address visibility isclass
Defines the message a router sends to a client to request that a leaseset be created and signed.class
Defines the message a router sends to a client to request that a leaseset be created and signed.class
Same as SendMessageMessage, but with an expiration to be passed to the router As of 0.8.4, retrofitted to use DateAndFlags.class
Defines the message a client sends to a router to ask it to deliver a new messageclass
Defines the message a router sends to a client indicating the status of the session.class
Tell the other side what time it is. -
Uses of I2CPMessageImpl in net.i2p.internal
Modifier and TypeClassDescriptionclass
For marking end-of-queues in a standard manner.