Uses of Interface
net.i2p.router.transport.udp.SSU2Payload.PayloadCallback
Packages that use SSU2Payload.PayloadCallback
Package
Description
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
-
Uses of SSU2Payload.PayloadCallback in net.i2p.router.transport.udp
Classes in net.i2p.router.transport.udp that implement SSU2Payload.PayloadCallbackModifier and TypeClassDescription(package private) class
Data for a new connection being established, where the remote peer has initiated the connection with us.(package private) class
Data for a new connection being established, where we initiated the connection with a remote peer.class
Contain all of the state about a UDP connection to a peer.(package private) class
Small, stub version of PeerState2, for handling destroy acks with possible tokens in them.Methods in net.i2p.router.transport.udp with parameters of type SSU2Payload.PayloadCallbackModifier and TypeMethodDescriptionstatic int
SSU2Payload.processPayload
(I2PAppContext ctx, SSU2Payload.PayloadCallback cb, byte[] payload, int off, int length, boolean isHandshake, RemoteHostId from) Incoming payload.