Uses of Class
net.i2p.data.i2cp.I2CPMessageImpl
| 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.internal |
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
Subclasses of I2CPMessageImpl in net.i2p.data.i2cp Modifier and Type Class Description classBandwidthLimitsMessageTell the other side the limitsclassBlindingInfoMessageAdvise the router that the endpoint is blinded.classCreateLeaseSet2MessageLike CreateLeaseSetMessage, but supports both old and new LeaseSet types, including LS2, Meta, and Encrypted.classCreateLeaseSetMessageDefines the message a client sends to a router when authorizing the LeaseSetclassCreateSessionMessageDefines the message a client sends to a router when establishing a new session.classDestLookupMessageRequest the router look up the dest for a hashclassDestReplyMessageResponse to DestLookupMessage.classDestroySessionMessageDefines the message a client sends to a router when destroying existing session.classDisconnectMessageDefines the message a client sends to a router when destroying existing session.classGetBandwidthLimitsMessageRequest the router tells us the current bw limitsclassGetDateMessageRequest the other side to send us what they think the current time is.classHostLookupMessageRequest the router look up the dest for a hash or a host.classHostReplyMessageResponse to HostLookupMessage.classMessagePayloadMessageDefines the payload message a router sends to the clientclassMessageStatusMessageDefines the message a router sends to a client about a single message.classReceiveMessageBeginMessageDefines the message a client sends to a router when asking the router to start sending a message to it.classReceiveMessageEndMessageDefines the message a client sends to a router when asking the router to start sending a message to it.classReconfigureSessionMessageDefines the message a client sends to a router when updating the config on an existing session.classReportAbuseMessageDefines the message a client sends to a router when asking the router what its address visibility isclassRequestLeaseSetMessageDefines the message a router sends to a client to request that a leaseset be created and signed.classRequestVariableLeaseSetMessageDefines the message a router sends to a client to request that a leaseset be created and signed.classSendMessageExpiresMessageSame as SendMessageMessage, but with an expiration to be passed to the router As of 0.8.4, retrofitted to use DateAndFlags.classSendMessageMessageDefines the message a client sends to a router to ask it to deliver a new messageclassSessionStatusMessageDefines the message a router sends to a client indicating the status of the session.classSetDateMessageTell the other side what time it is. -
Uses of I2CPMessageImpl in net.i2p.internal
Subclasses of I2CPMessageImpl in net.i2p.internal Modifier and Type Class Description classPoisonI2CPMessageFor marking end-of-queues in a standard manner.