Uses of Class
net.i2p.data.ByteArray
Package
Description
Implementation of a TCP-like (reliable, authenticated, in order) set of sockets for
communicating over the IP-like (unreliable, unauthenticated, unordered) I2P
messages.
These classes define the common data structures used by the various
I2P protocols.
Implementation of preconfigured tunnels, both for clients and servers,
and a UI for adding more and editing the configuration.
DH key generation.
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
These classes define the several useful utilities used
throughout the router and applications.
I2P version of the snark bittorrent client, imported in 2005 and heavily enhanced
to add a web UI, DHT support, and other features.
-
Uses of ByteArray in net.i2p.client.streaming.impl
Modifier and TypeMethodDescriptionPacket.acquirePayload()
Packet.getPayload()
get the actual payload of the message.Modifier and TypeMethodDescriptionboolean
MessageInputStream.messageReceived
(long messageId, ByteArray payload) A new message has arrived - toss it on the appropriate queue (moving previously pending messages to the ready queue if it fills the gap, etc).(package private) void
ConnectionManager.receivePong
(long pingId, ByteArray payload) void
Packet.setPayload
(ByteArray payload) -
Uses of ByteArray in net.i2p.data
-
Uses of ByteArray in net.i2p.i2ptunnel
-
Uses of ByteArray in net.i2p.router.transport.crypto
Modifier and TypeMethodDescriptionDHSessionKeyBuilder.getExtraBytes()
Retrieve the extra bytes beyond the session key resulting from the DH exchange. -
Uses of ByteArray in net.i2p.router.transport.udp
-
Uses of ByteArray in net.i2p.util
-
Uses of ByteArray in org.klomp.snark
Modifier and TypeMethodDescriptionStorage.getPiece
(int piece, int off, int len) Returns a byte array containing a portion of the requested piece or null if the storage doesn't contain the piece yet.PeerCoordinator.gotRequest
(Peer peer, int piece, int off, int len) Returns a byte array containing the requested piece or null of the piece is unknown.PeerListener.gotRequest
(Peer peer, int piece, int off, int len) Called when the peer wants (part of) a piece from us.DataLoader.loadData
(int piece, int begin, int length) This is the callback that PeerConnectionOut calls to get the data from diskPeerState.loadData
(int piece, int begin, int length) This is the callback that PeerConnectionOut calls -
Uses of ByteArray in org.klomp.snark.dht