Uses of Class
net.i2p.data.ByteArray
| Package | Description |
|---|---|
| net.i2p.client.streaming.impl |
Implementation of a TCP-like (reliable, authenticated, in order) set of sockets for
communicating over the IP-like (unreliable, unauthenticated, unordered) I2P
messages.
|
| net.i2p.data |
These classes define the common data structures used by the various
I2P protocols.
|
| net.i2p.i2ptunnel |
Implementation of preconfigured tunnels, both for clients and servers,
and a UI for adding more and editing the configuration.
|
| net.i2p.router.transport.crypto |
DH key generation.
|
| net.i2p.router.transport.udp |
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
|
| net.i2p.util |
These classes define the several useful utilities used
throughout the router and applications.
|
| org.klomp.snark |
I2P version of the snark bittorrent client, imported in 2005 and heavily enhanced
to add a web UI, DHT support, and other features.
|
| org.klomp.snark.dht |
-
Uses of ByteArray in net.i2p.client.streaming.impl
Methods in net.i2p.client.streaming.impl that return ByteArray Modifier and Type Method Description ByteArrayPacket. acquirePayload()ByteArrayPacket. getPayload()get the actual payload of the message.Methods in net.i2p.client.streaming.impl with parameters of type ByteArray Modifier and Type Method Description booleanMessageInputStream. 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) voidConnectionManager. receivePong(long pingId, ByteArray payload)voidPacket. setPayload(ByteArray payload) -
Uses of ByteArray in net.i2p.data
Methods in net.i2p.data with parameters of type ByteArray Modifier and Type Method Description intByteArray. compareTo(ByteArray ba) -
Uses of ByteArray in net.i2p.i2ptunnel
Fields in net.i2p.i2ptunnel declared as ByteArray Modifier and Type Field Description protected ByteArrayHTTPResponseOutputStream. _headerBuffer -
Uses of ByteArray in net.i2p.router.transport.crypto
Methods in net.i2p.router.transport.crypto that return ByteArray Modifier and Type Method Description ByteArrayDHSessionKeyBuilder. getExtraBytes()Retrieve the extra bytes beyond the session key resulting from the DH exchange. -
Uses of ByteArray in net.i2p.router.transport.udp
Methods in net.i2p.router.transport.udp that return ByteArray Modifier and Type Method Description ByteArray[]InboundMessageState. getFragments() -
Uses of ByteArray in net.i2p.util
-
Uses of ByteArray in org.klomp.snark
Methods in org.klomp.snark that return ByteArray Modifier and Type Method Description ByteArrayStorage. 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.ByteArrayPeerCoordinator. gotRequest(Peer peer, int piece, int off, int len)Returns a byte array containing the requested piece or null of the piece is unknown.ByteArrayPeerListener. gotRequest(Peer peer, int piece, int off, int len)Called when the peer wants (part of) a piece from us.ByteArrayDataLoader. loadData(int piece, int begin, int length)This is the callback that PeerConnectionOut calls to get the data from diskByteArrayPeerState. loadData(int piece, int begin, int length)This is the callback that PeerConnectionOut calls -
Uses of ByteArray in org.klomp.snark.dht
Subclasses of ByteArray in org.klomp.snark.dht Modifier and Type Class Description (package private) classMsgIDUsed for both incoming and outgoing message IDs(package private) classTokenUsed for Both outgoing and incoming tokens