Uses of Class
net.i2p.router.transport.udp.SSU2Payload.Block
Packages that use SSU2Payload.Block
Package
Description
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
-
Uses of SSU2Payload.Block in net.i2p.router.transport.udp
Subclasses of SSU2Payload.Block in net.i2p.router.transport.udpModifier and TypeClassDescriptionstatic class
static class
static class
static class
Same format as I2NPBlockstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
Methods in net.i2p.router.transport.udp with parameters of type SSU2Payload.BlockModifier and TypeMethodDescriptionPacketBuilder2.buildPeerTestToAlice
(int code, Hash charlieHash, byte[] signedData, SSU2Payload.Block riBlock, PeerState2 alice) Build a packet as Bob to Alice, with the response from Charlie, or a rejection by Bob.PacketBuilder2.buildPeerTestToCharlie
(Hash aliceHash, byte[] signedData, SSU2Payload.Block riBlock, PeerState2 charlie) Build a packet as Bob to Charlie to help test Alice.(package private) UDPPacket
PacketBuilder2.buildRelayIntro
(byte[] signedData, SSU2Payload.Block riBlock, PeerState2 charlie) From Bob to Charlie.Method parameters in net.i2p.router.transport.udp with type arguments of type SSU2Payload.BlockModifier and TypeMethodDescriptionstatic int
SSU2Payload.writePayload
(byte[] payload, int off, List<SSU2Payload.Block> blocks)