A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages

R

r1 - Variable in class net.i2p.router.sybil.Pair
 
r2 - Variable in class net.i2p.router.sybil.Pair
 
RAComparator() - Constructor for class net.i2p.router.web.helpers.NetDbRenderer.RAComparator
 
rafile - Variable in class org.rrd4j.core.RrdRandomAccessFileBackend
Random access file handle.
RAIFile - Class in net.metanotion.io
 
RAIFile(File, boolean, boolean) - Constructor for class net.metanotion.io.RAIFile
 
RAIFile(RandomAccessFile) - Constructor for class net.metanotion.io.RAIFile
 
random - Variable in class net.i2p.crypto.eddsa.KeyPairGenerator
 
random() - Method in class net.i2p.I2PAppContext
[insert snarky comment here]
RandomAccessInterface - Interface in net.metanotion.io
 
RandomArt - Class in net.i2p.imagegen
Draw an ASCII-Art representing the fingerprint so human brain can profit from its built-in pattern recognition ability.
RandomArt() - Constructor for class net.i2p.imagegen.RandomArt
 
RandomArtServlet - Class in net.i2p.imagegen
This servlet generates random art (visual identifier) images.
RandomArtServlet() - Constructor for class net.i2p.imagegen.RandomArtServlet
 
RandomIfOldTrimmer<T extends SimpleDataStructure> - Class in net.i2p.kademlia
Removes a random element, but only if the bucket hasn't changed in 5 minutes.
RandomIfOldTrimmer(I2PAppContext, int) - Constructor for class net.i2p.kademlia.RandomIfOldTrimmer
 
RandomIterator<E> - Class in net.i2p.router.util
This is some Java code I wrote for a school project to save some time when iterating in random order over a part of list (until some condition becomes true): Here is a sample on how to use the code:
RandomIterator(List<E>) - Constructor for class net.i2p.router.util.RandomIterator
 
RandomSource - Class in net.i2p.util
Singleton for whatever PRNG i2p uses.
RandomSource(I2PAppContext) - Constructor for class net.i2p.util.RandomSource
Deprecated - do not instantiate this directly, as you won't get the good one (Fortuna).
randomString() - Static method in class net.i2p.crypto.KeyStoreUtil
48 char b32 string (30 bytes of entropy)
RandomTrimmer<T extends SimpleDataStructure> - Class in net.i2p.kademlia
Removes a random element.
RandomTrimmer(I2PAppContext, int) - Constructor for class net.i2p.kademlia.RandomTrimmer
 
range(int, int) - Static method in class net.i2p.router.web.helpers.TunnelRenderer
 
RANGE - Static variable in class org.cybergarage.http.HTTP
 
RatchetEntry - Class in net.i2p.router.crypto.ratchet
Simple object with outbound tag, key, and nonce, and an optional next keys.
RatchetEntry(RatchetSessionTag, SessionKeyAndNonce, int, int) - Constructor for class net.i2p.router.crypto.ratchet.RatchetEntry
outbound - calculated key
RatchetEntry(RatchetSessionTag, SessionKeyAndNonce, int, int, NextSessionKey, NextSessionKey, List<Integer>) - Constructor for class net.i2p.router.crypto.ratchet.RatchetEntry
 
RatchetPayload - Class in net.i2p.router.crypto.ratchet
Ratchet payload generation and parsing
RatchetPayload() - Constructor for class net.i2p.router.crypto.ratchet.RatchetPayload
 
RatchetPayload.AckBlock - Class in net.i2p.router.crypto.ratchet
 
RatchetPayload.AckRequestBlock - Class in net.i2p.router.crypto.ratchet
 
RatchetPayload.Block - Class in net.i2p.router.crypto.ratchet
Base class for blocks to be transmitted.
RatchetPayload.DateTimeBlock - Class in net.i2p.router.crypto.ratchet
 
RatchetPayload.GarlicBlock - Class in net.i2p.router.crypto.ratchet
 
RatchetPayload.NextKeyBlock - Class in net.i2p.router.crypto.ratchet
 
RatchetPayload.OptionsBlock - Class in net.i2p.router.crypto.ratchet
 
RatchetPayload.PaddingBlock - Class in net.i2p.router.crypto.ratchet
 
RatchetPayload.PayloadCallback - Interface in net.i2p.router.crypto.ratchet
For all callbacks, recommend throwing exceptions only from the handshake.
RatchetPayload.PNBlock - Class in net.i2p.router.crypto.ratchet
 
RatchetPayload.TerminationBlock - Class in net.i2p.router.crypto.ratchet
 
RatchetSessionTag - Class in net.i2p.router.crypto.ratchet
8 bytes of random data.
RatchetSessionTag(byte[]) - Constructor for class net.i2p.router.crypto.ratchet.RatchetSessionTag
 
RatchetSessionTag(long) - Constructor for class net.i2p.router.crypto.ratchet.RatchetSessionTag
 
RatchetSKM - Class in net.i2p.router.crypto.ratchet
 
RatchetSKM(RouterContext) - Constructor for class net.i2p.router.crypto.ratchet.RatchetSKM
For the router SKM only.
RatchetSKM(RouterContext, Destination) - Constructor for class net.i2p.router.crypto.ratchet.RatchetSKM
The session key manager is constructed and accessed through the client manager.
RatchetTagSet - Class in net.i2p.router.crypto.ratchet
A tagset class for one direction, either inbound or outbound.
RatchetTagSet(HKDF, HandshakeState, SessionKey, SessionKey, long) - Constructor for class net.i2p.router.crypto.ratchet.RatchetTagSet
Outbound NSR Tagset
RatchetTagSet(HKDF, SessionKey, SessionKey, long, int, int) - Constructor for class net.i2p.router.crypto.ratchet.RatchetTagSet
Outbound ES Tagset
RatchetTagSet(HKDF, SessionTagListener, HandshakeState, SessionKey, SessionKey, long, int, int) - Constructor for class net.i2p.router.crypto.ratchet.RatchetTagSet
Inbound NSR Tagset
RatchetTagSet(HKDF, SessionTagListener, PublicKey, SessionKey, SessionKey, long, int, int, int, int) - Constructor for class net.i2p.router.crypto.ratchet.RatchetTagSet
Inbound ES Tagset
RatchetTagSet(SessionTagListener, SessionKey, long, long) - Constructor for class net.i2p.router.crypto.ratchet.RatchetTagSet
For SingleTagSet
Rate - Class in net.i2p.stat
Simple rate calculator for periodically sampled data points - determining an average value over a period, the number of events in that period, the maximum number of events (using the interval between events), and lifetime data.
Rate(long) - Constructor for class net.i2p.stat.Rate
A rate with period shorter than Router.COALESCE_TIME = 50*1000 has to be manually coalesced before values are fetched from it.
Rate(Properties, String, boolean) - Constructor for class net.i2p.stat.Rate
Create a new rate and load its state from the properties, taking data from the data points underneath the given prefix.
RATE_DEPTH - Static variable in class org.klomp.snark.Peer
 
RATE_DEPTH - Static variable in class org.klomp.snark.PeerCoordinator
 
RateAverages - Class in net.i2p.stat
Storage space for computations of various averages.
RateAverages() - Constructor for class net.i2p.stat.RateAverages
 
RateInComparator() - Constructor for class net.i2p.router.web.helpers.UDPSorters.RateInComparator
 
RateOutComparator() - Constructor for class net.i2p.router.web.helpers.UDPSorters.RateOutComparator
 
RATES - Static variable in class net.i2p.router.transport.udp.UDPTransport
 
RATES - Static variable in class net.i2p.router.util.PriBlockingQueue
 
RateStat - Class in net.i2p.stat
coordinate a moving rate over various periods
RateStat(String, String, String, long[]) - Constructor for class net.i2p.stat.RateStat
 
RateSummaryListener - Interface in net.i2p.stat
Receive the state of the rate when its coallesced
ratingsEnabled() - Method in class org.klomp.snark.I2PSnarkUtil
 
raw - Variable in class net.i2p.i2ptunnel.udp.I2PSink
 
raw - Variable in class net.i2p.i2ptunnel.udp.I2PSinkAnywhere
 
raw - Variable in class net.i2p.i2ptunnel.udp.I2PSource
 
RAW_SIZE_MAX - Static variable in class net.i2p.sam.SAMRawSession
 
rawReceived(byte[], int, int, int, int, int) - Method in class net.i2p.sam.client.SAMClientEventListenerImpl
 
rawReceived(byte[], int, int, int, int, int) - Method in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
 
rawSession - Variable in class net.i2p.sam.SAMv1Handler
 
RC_PROP_THEME - Static variable in class org.klomp.snark.SnarkManager
 
RC_PROP_UNIVERSAL_THEMING - Static variable in class org.klomp.snark.SnarkManager
 
RCLASSES - Static variable in class net.i2p.router.CommandLine
 
REACHABILITY - Static variable in class net.i2p.router.util.EventLog
 
read() - Method in class i2p.susi.util.CountingInputStream
 
read() - Method in class i2p.susi.util.EOFOnMatchInputStream
Debug only.
read() - Method in class i2p.susi.util.LimitInputStream
 
read() - Method in class net.i2p.client.streaming.impl.MessageInputStream
On a read timeout, this throws a SocketTimeoutException as of 0.9.36.
read() - Method in class net.i2p.sam.UTF8Reader
 
read() - Method in class net.i2p.util.LookaheadInputStream
 
read() - Method in class net.i2p.util.ResettableGZIPInputStream
 
read() - Method in class net.i2p.util.TimeoutPipedInputStream
 
read() - Method in class net.i2p.util.TranslateReader
 
read() - Method in class net.metanotion.io.RAIFile
 
read() - Method in interface net.metanotion.io.RandomAccessInterface
 
read() - Method in class org.cybergarage.http.HTTPRequest
 
read(byte[]) - Method in class net.i2p.client.streaming.impl.MessageInputStream
On a read timeout, this throws a SocketTimeoutException as of 0.9.36.
read(byte[]) - Method in class net.i2p.util.ResettableGZIPInputStream
 
read(byte[]) - Method in class net.metanotion.io.RAIFile
 
read(byte[]) - Method in interface net.metanotion.io.RandomAccessInterface
 
read(byte[], int, int) - Method in class i2p.susi.util.CountingInputStream
 
read(byte[], int, int) - Method in class i2p.susi.util.EOFOnMatchInputStream
 
read(byte[], int, int) - Method in class i2p.susi.util.LimitInputStream
 
read(byte[], int, int) - Method in class net.i2p.client.streaming.impl.MessageInputStream
On a read timeout, this throws a SocketTimeoutException as of 0.9.36.
read(byte[], int, int) - Method in class net.i2p.util.LookaheadInputStream
 
read(byte[], int, int) - Method in class net.i2p.util.ResettableGZIPInputStream
 
read(byte[], int, int) - Method in class net.metanotion.io.RAIFile
 
read(byte[], int, int) - Method in interface net.metanotion.io.RandomAccessInterface
 
read(char[]) - Method in class net.i2p.sam.UTF8Reader
 
read(char[], int, int) - Method in class net.i2p.sam.UTF8Reader
 
read(char[], int, int) - Method in class net.i2p.util.TranslateReader
 
read(long, byte[]) - Method in class org.rrd4j.core.ByteBufferBackend
Reads a number of bytes from the RRD file on the disk
read(long, byte[]) - Method in class org.rrd4j.core.RrdBackend
Reads an array of bytes from the underlying storage starting from the given storage offset.
read(long, byte[]) - Method in class org.rrd4j.core.RrdByteArrayBackend
read.
read(long, byte[]) - Method in class org.rrd4j.core.RrdRandomAccessFileBackend
Reads a number of bytes from the RRD file on the disk
read(DataInputStream) - Method in class org.klomp.snark.Request
 
read(DataInputStream, int, int) - Method in class org.klomp.snark.PartialPiece
Blocking.
read(InputStream, byte[]) - Static method in class net.i2p.data.DataHelper
This is different than InputStream.read(target), in that it does repeated reads until the full data is received.
read(InputStream, byte[]) - Method in class net.i2p.data.DataStructureImpl
Repeated reads until the buffer is full or IOException is thrown
read(InputStream, byte[]) - Method in class net.i2p.data.SimpleDataStructure
Repeated reads until the buffer is full or IOException is thrown
read(InputStream, byte[], int, int) - Static method in class net.i2p.data.DataHelper
WARNING - This is different than InputStream.read(target, offset, length) for a nonzero offset, in that it returns the new offset (== old offset + length).
read(ByteBuffer) - Method in class net.i2p.sam.SSLSocketChannel
 
read(ByteBuffer) - Method in class org.rrd4j.core.jrrd.RRDFile
 
read(ByteBuffer[], int, int) - Method in class net.i2p.sam.SSLSocketChannel
 
read(HTTPSocket) - Method in class org.cybergarage.http.HTTPPacket
 
READ_MESSAGE - Static variable in class com.southernstorm.noise.protocol.HandshakeState
The HandshakeState expects the application to read the next message payload from the handshake.
readACK(int) - Method in class net.i2p.router.transport.udp.UDPPacketReader.DataReader
 
readACKBitfields() - Method in class net.i2p.router.transport.udp.UDPPacketReader.DataReader
 
readACKBitfieldsIncluded() - Method in class net.i2p.router.transport.udp.UDPPacketReader.DataReader
 
readACKCount() - Method in class net.i2p.router.transport.udp.UDPPacketReader.DataReader
 
readACKsIncluded() - Method in class net.i2p.router.transport.udp.UDPPacketReader.DataReader
 
readAliceIntroKey(byte[], int) - Method in class net.i2p.router.transport.udp.UDPPacketReader.RelayRequestReader
 
readAliceIP(byte[], int) - Method in class net.i2p.router.transport.udp.UDPPacketReader.RelayResponseReader
Deprecated.
unused
readAliceIPSize() - Method in class net.i2p.router.transport.udp.UDPPacketReader.RelayResponseReader
Deprecated.
unused
readAlicePort() - Method in class net.i2p.router.transport.udp.UDPPacketReader.RelayResponseReader
Deprecated.
unused
readAll() - Method in class org.rrd4j.core.RrdBackend
Reads all RRD bytes from the underlying storage.
readBlocklist() - Method in class net.i2p.router.sybil.PersistSybil
Read the blocklist
readBoolean() - Method in class net.metanotion.io.RAIFile
 
readBoolean() - Method in interface net.metanotion.io.RandomAccessInterface
 
ReadBuffer - Class in i2p.susi.util
Input only for constant data, initialized from a byte array.
ReadBuffer(byte[], int, int) - Constructor for class i2p.susi.util.ReadBuffer
 
readByte() - Method in class net.metanotion.io.RAIFile
 
readByte() - Method in interface net.metanotion.io.RandomAccessInterface
 
readBytes() - Method in class org.rrd4j.core.RrdPrimitive
 
readBytes(byte[], int) - Method in class net.i2p.data.Certificate
 
readBytes(byte[], int) - Method in class net.i2p.data.Destination
Deprecated. 
readBytes(byte[], int) - Method in class net.i2p.data.i2np.DeliveryInstructions
 
readBytes(byte[], int) - Method in class net.i2p.data.i2np.GarlicClove
 
readBytes(byte[], int, int) - Method in interface net.i2p.data.i2np.I2NPMessage
Read the body into the data structures, after the initial type byte, using the current class's format as defined by the I2NP specification
readBytes(byte[], int, int) - Method in class net.i2p.data.i2np.I2NPMessageImpl
Read the header, then read the rest into buffer, then call readMessage in the implemented message type
readBytes(byte[], int, int, int) - Method in class net.i2p.data.i2np.FastI2NPMessageImpl
Ignore, but save, the checksum, to be used later if necessary.
readBytes(byte[], int, int, int) - Method in interface net.i2p.data.i2np.I2NPMessage
Read the body into the data structures, after the initial type byte, using the current class's format as defined by the I2NP specification
readBytes(byte[], int, int, int) - Method in class net.i2p.data.i2np.I2NPMessageImpl
Set a limit on the max to read from the data buffer, so that we can use a large buffer but prevent the reader from reading off the end.
readBytes(InputStream) - Method in class net.i2p.crypto.SHA1Hash
 
readBytes(InputStream) - Method in class net.i2p.data.Certificate
 
readBytes(InputStream) - Method in interface net.i2p.data.DataStructure
Load up the current object with data from the given stream.
readBytes(InputStream) - Method in class net.i2p.data.DateAndFlags
 
readBytes(InputStream) - Method in class net.i2p.data.EncryptedLeaseSet
This does NOT validate the signature
readBytes(InputStream) - Method in class net.i2p.data.Hash
 
readBytes(InputStream) - Method in class net.i2p.data.i2cp.AbuseReason
 
readBytes(InputStream) - Method in class net.i2p.data.i2cp.AbuseSeverity
 
readBytes(InputStream) - Method in class net.i2p.data.i2cp.I2CPMessageImpl
 
readBytes(InputStream) - Method in class net.i2p.data.i2cp.MessageId
 
readBytes(InputStream) - Method in class net.i2p.data.i2cp.SessionConfig
 
readBytes(InputStream) - Method in class net.i2p.data.i2cp.SessionId
 
readBytes(InputStream) - Method in class net.i2p.data.i2np.DeliveryInstructions
Deprecated.
unused
readBytes(InputStream) - Method in class net.i2p.data.i2np.GarlicClove
Deprecated.
unused, use byte array method to avoid copying
readBytes(InputStream) - Method in class net.i2p.data.i2np.I2NPMessageImpl
Deprecated.
unused
readBytes(InputStream) - Method in class net.i2p.data.KeysAndCert
 
readBytes(InputStream) - Method in class net.i2p.data.Lease
 
readBytes(InputStream) - Method in class net.i2p.data.Lease2
 
readBytes(InputStream) - Method in class net.i2p.data.LeaseSet
This does NOT validate the signature
readBytes(InputStream) - Method in class net.i2p.data.LeaseSet2
This does NOT validate the signature
readBytes(InputStream) - Method in class net.i2p.data.MetaLease
 
readBytes(InputStream) - Method in class net.i2p.data.MetaLeaseSet
This does NOT validate the signature
readBytes(InputStream) - Method in class net.i2p.data.Payload
 
readBytes(InputStream) - Method in class net.i2p.data.router.RouterAddress
As of 0.9.3, expiration MUST be all zeros as it is ignored on readin and the signature will fail.
readBytes(InputStream) - Method in class net.i2p.data.router.RouterInfo
This does NOT validate the signature
readBytes(InputStream) - Method in class net.i2p.data.SimpleDataStructure
Sets the data.
readBytes(InputStream) - Method in class net.i2p.data.TunnelId
 
readBytes(InputStream, boolean) - Method in class net.i2p.data.router.RouterInfo
If verifySig is true, this validates the signature while reading in, and throws a DataFormatException if the sig is invalid.
readBytesRatchet(byte[], int, int) - Method in class net.i2p.data.i2np.GarlicClove
Short format for ECIES-Ratchet, saves 22 bytes.
readCert(KeyStore, String, String) - Static method in class net.i2p.i2pcontrol.security.KeyStoreProvider
 
readChallengeData(byte[], int) - Method in class net.i2p.router.transport.udp.UDPPacketReader.RelayIntroReader
unused
readChallengeData(byte[], int) - Method in class net.i2p.router.transport.udp.UDPPacketReader.RelayRequestReader
unused
readChallengeSize() - Method in class net.i2p.router.transport.udp.UDPPacketReader.RelayIntroReader
unused
readChallengeSize() - Method in class net.i2p.router.transport.udp.UDPPacketReader.RelayRequestReader
unused
readChar() - Method in class net.metanotion.io.RAIFile
 
readChar() - Method in interface net.metanotion.io.RandomAccessInterface
 
readCharlieIP(byte[], int) - Method in class net.i2p.router.transport.udp.UDPPacketReader.RelayResponseReader
what IP charlie is reachable on
readCharlieIPSize() - Method in class net.i2p.router.transport.udp.UDPPacketReader.RelayResponseReader
 
readCharliePort() - Method in class net.i2p.router.transport.udp.UDPPacketReader.RelayResponseReader
what port charlie is reachable on
readChunkLength() - Method in class net.i2p.util.EepGet
TODO this does not skip over chunk extensions (RFC 2616 sec.
readCloveSet(byte[], int) - Method in class net.i2p.router.message.GarlicMessageParser
ElGamal only
readComplete(boolean) - Method in interface i2p.susi.util.Buffer
Top-level reader MUST call this to close the input stream.
readComplete(boolean) - Method in class i2p.susi.util.FileBuffer
 
readComplete(boolean) - Method in class i2p.susi.util.GzipFileBuffer
 
readComplete(boolean) - Method in class i2p.susi.util.MemoryBuffer
 
readComplete(boolean) - Method in class i2p.susi.util.OutputStreamBuffer
Does nothing
readComplete(boolean) - Method in class i2p.susi.util.ReadBuffer
Does nothing
readConfFile() - Method in class net.i2p.i2pcontrol.servlets.configuration.ConfigurationManager
Reads configuration from file, every line is parsed as key=value.
readConfig() - Method in class net.i2p.router.Router
This updates the config with all settings found in the file.
ReadConfigJob - Class in net.i2p.router.tasks
Simply read the router config periodically, so that the user may make config changes externally.
ReadConfigJob(RouterContext) - Constructor for class net.i2p.router.tasks.ReadConfigJob
 
ReadCounter - Interface in i2p.susi.util
Count the bytes that have been read or skipped
readCurrentFragmentNum() - Method in class net.i2p.router.transport.udp.UDPPacketReader.SessionConfirmedReader
which fragment is this?
readCurrentFragmentSize() - Method in class net.i2p.router.transport.udp.UDPPacketReader.SessionConfirmedReader
 
readDate(InputStream) - Static method in class net.i2p.data.DataHelper
Read in a date from the stream as specified by the I2P data structure spec.
readDouble() - Method in class net.metanotion.io.RAIFile
 
readDouble() - Method in interface net.metanotion.io.RandomAccessInterface
 
readDouble() - Method in class org.rrd4j.core.jrrd.RRDFile
 
readDouble() - Method in class org.rrd4j.core.RrdPrimitive
 
readDouble(int) - Method in class org.rrd4j.core.RrdPrimitive
 
readDouble(int, int) - Method in class org.rrd4j.core.RrdPrimitive
 
readDouble(long) - Method in class org.rrd4j.core.ByteBufferBackend
 
readDouble(long) - Method in class org.rrd4j.core.RrdBackend
 
readDouble(long, int) - Method in class org.rrd4j.core.ByteBufferBackend
 
readDouble(long, int) - Method in class org.rrd4j.core.RrdBackend
 
readECN() - Method in class net.i2p.router.transport.udp.UDPPacketReader.DataReader
 
readEncryptedSignature(byte[], int, int) - Method in class net.i2p.router.transport.udp.UDPPacketReader.SessionCreatedReader
 
readEnum(Class<E>) - Method in class org.rrd4j.core.RrdPrimitive
 
Reader - Class in com.maxmind.db
Instances of this class provide a reader for the MaxMind DB format.
Reader - Class in net.i2p.router.transport.ntcp
Pool of running threads which will process any read bytes on any of the NTCPConnections, including the decryption of the data read, connection handshaking, parsing bytes into I2NP messages, etc.
Reader() - Constructor for class net.i2p.router.transport.udp.UDPPacketReader.Reader
 
Reader(File) - Constructor for class com.maxmind.db.Reader
Constructs a Reader for the MaxMind DB format, with no caching.
Reader(File, NodeCache) - Constructor for class com.maxmind.db.Reader
Constructs a Reader for the MaxMind DB format, with the specified backing cache.
Reader(File, Reader.FileMode) - Constructor for class com.maxmind.db.Reader
Constructs a Reader for the MaxMind DB format, with no caching.
Reader(File, Reader.FileMode, NodeCache) - Constructor for class com.maxmind.db.Reader
Constructs a Reader for the MaxMind DB format, with the specified backing cache.
Reader(InputStream) - Constructor for class com.maxmind.db.Reader
Constructs a Reader with no caching, as if in mode Reader.FileMode.MEMORY, without using a File instance.
Reader(InputStream, NodeCache) - Constructor for class com.maxmind.db.Reader
Constructs a Reader with the specified backing cache, as if in mode Reader.FileMode.MEMORY, without using a File instance.
Reader(RouterContext) - Constructor for class net.i2p.router.transport.ntcp.Reader
 
Reader.FileMode - Enum in com.maxmind.db
The file mode to use when opening a MaxMind DB.
ReaderException - Exception in com.google.zxing
The general exception class throw when something goes wrong during decoding of a barcode.
ReaderException() - Constructor for exception com.google.zxing.ReaderException
 
ReaderException(Throwable) - Constructor for exception com.google.zxing.ReaderException
 
readError(I2CPMessageReader, Exception) - Method in class net.i2p.client.impl.I2PSessionImpl
The I2CPMessageEventListener callback.
readError(I2CPMessageReader, Exception) - Method in interface net.i2p.data.i2cp.I2CPMessageReader.I2CPMessageEventListener
Notify the listener that an exception was thrown while reading from the given reader.
readError(I2CPMessageReader, Exception) - Method in class net.i2p.router.client.ClientMessageEventListener
Handle notification that there was an error
readExpiration() - Method in class net.i2p.data.i2np.BuildRequestRecord
The expiration in milliseconds from now.
readExtendedDataIncluded() - Method in class net.i2p.router.transport.udp.UDPPacketReader.DataReader
 
readExtendedOptions() - Method in class net.i2p.router.transport.udp.UDPPacketReader.Reader
Returns extended option data from the header, 0-255 bytes, or null if none.
readExtendedOptions() - Method in class net.i2p.router.transport.udp.UDPPacketReader
Returns extended option data, 0-255 bytes, or null if none.
readFile(String, String, OutputStream) - Static method in class net.i2p.util.FileUtil
Dump the contents of the given path (relative to the root) to the output stream.
readFinalFragmentSignedOnTime() - Method in class net.i2p.router.transport.udp.UDPPacketReader.SessionConfirmedReader
Read the time at which the signature was generated.
readFinalSignature(byte[], int, int) - Method in class net.i2p.router.transport.udp.UDPPacketReader.SessionConfirmedReader
Read the signature from the final sessionConfirmed packet.
readFloat() - Method in class net.metanotion.io.RAIFile
 
readFloat() - Method in interface net.metanotion.io.RandomAccessInterface
 
readFragmentCount() - Method in class net.i2p.router.transport.udp.UDPPacketReader.DataReader
 
readFragmentData(byte[], int) - Method in class net.i2p.router.transport.udp.UDPPacketReader.SessionConfirmedReader
read the fragment data from the nonterminal sessionConfirmed packet
readFromProperties(String, Properties) - Method in class net.i2p.router.TunnelPoolSettings
Defaults in props are NOT honored.
readFromProperties(Properties) - Method in class net.i2p.router.ClientTunnelSettings
 
readFully(byte[]) - Method in class net.metanotion.io.RAIFile
 
readFully(byte[]) - Method in interface net.metanotion.io.RandomAccessInterface
 
readFully(byte[], int, int) - Method in class net.metanotion.io.RAIFile
 
readFully(byte[], int, int) - Method in interface net.metanotion.io.RandomAccessInterface
 
readGarlicKeys() - Method in class net.i2p.data.i2np.BuildRequestRecord
ECIES short OBEP record only.
readGeoIPFile(I2PAppContext, Long[], Map<String, String>) - Static method in class net.i2p.router.transport.GeoIPv6
Lookup search items in the geoip file.
readHeader(InputStream) - Method in class net.i2p.data.EncryptedLeaseSet
Overridden because we have a blinded key, not a dest
readHeader(InputStream) - Method in class net.i2p.data.LeaseSet2
 
readHeaders() - Method in class net.i2p.client.streaming.I2PSocketEepGet
Overridden to disable inline gunzipping
readHeaders() - Method in class net.i2p.util.EepGet
 
readHeaders(I2PSocket, InputStream, StringBuilder, String[], I2PAppContext) - Static method in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
From I2P to server: socket non-null, in null.
readInt() - Method in class net.metanotion.io.RAIFile
 
readInt() - Method in interface net.metanotion.io.RandomAccessInterface
 
readInt() - Method in class org.rrd4j.core.jrrd.RRDFile
 
readInt() - Method in class org.rrd4j.core.RrdPrimitive
 
readInt(long) - Method in class org.rrd4j.core.ByteBufferBackend
 
readInt(long) - Method in class org.rrd4j.core.RrdBackend
 
readIntroKey(byte[], int) - Method in class net.i2p.router.transport.udp.UDPPacketReader.PeerTestReader
what Alice's intro key is (if known - if unknown, the key is INVALID_KEY)
readIP(byte[], int) - Method in class net.i2p.router.transport.udp.UDPPacketReader.PeerTestReader
what IP Alice is reachable on
readIP(byte[], int) - Method in class net.i2p.router.transport.udp.UDPPacketReader.RelayIntroReader
what IP Alice is reachable on
readIP(byte[], int) - Method in class net.i2p.router.transport.udp.UDPPacketReader.RelayRequestReader
what IP Alice is reachable on
readIP(byte[], int) - Method in class net.i2p.router.transport.udp.UDPPacketReader.SessionCreatedReader
what IP do they think we are coming on?
readIP(byte[], int) - Method in class net.i2p.router.transport.udp.UDPPacketReader.SessionRequestReader
what IP bob is reachable on
readIPSize() - Method in class net.i2p.router.transport.udp.UDPPacketReader.PeerTestReader
 
readIPSize() - Method in class net.i2p.router.transport.udp.UDPPacketReader.RelayIntroReader
 
readIPSize() - Method in class net.i2p.router.transport.udp.UDPPacketReader.RelayRequestReader
 
readIPSize() - Method in class net.i2p.router.transport.udp.UDPPacketReader.SessionCreatedReader
sizeof(IP)
readIPSize() - Method in class net.i2p.router.transport.udp.UDPPacketReader.SessionRequestReader
 
readIsInboundGateway() - Method in class net.i2p.data.i2np.BuildRequestRecord
The current hop is the inbound gateway.
readIsOutboundEndpoint() - Method in class net.i2p.data.i2np.BuildRequestRecord
The current hop is the outbound endpoint.
readIV(byte[], int) - Method in class net.i2p.router.transport.udp.UDPPacketReader.SessionCreatedReader
 
readIVKey() - Method in class net.i2p.data.i2np.BuildRequestRecord
Tunnel IV encryption key that the current hop should use
readKeyData(File, File) - Static method in class net.i2p.router.startup.LoadRouterInfoJob
 
readKeyingMaterial() - Method in class net.i2p.router.transport.udp.UDPPacketReader
Deprecated.
unused
readLayerEncryptionType() - Method in class net.i2p.data.i2np.BuildRequestRecord
ECIES short record only.
readLayerKey() - Method in class net.i2p.data.i2np.BuildRequestRecord
Tunnel layer encryption key that the current hop should use
readLine() - Method in class net.metanotion.io.RAIFile
 
readLine() - Method in interface net.metanotion.io.RandomAccessInterface
 
readLine(InputStream) - Static method in class net.i2p.data.DataHelper
Read a newline delimited line from the stream, returning the line (without the newline), or null if EOF reached on an empty line Warning - strips \n but not \r Warning - 8KB line length limit as of 0.7.13, @throws IOException if exceeded Warning - not UTF-8
readLine(InputStream, StringBuilder) - Static method in class net.i2p.data.DataHelper
Read in a line, placing it into the buffer (excluding the newline).
readLine(InputStream, StringBuilder, MessageDigest) - Static method in class net.i2p.data.DataHelper
update the hash along the way Warning - strips \n but not \r Warning - 8KB line length limit as of 0.7.13, @throws IOException if exceeded Warning - not UTF-8
readLine(InputStream, MessageDigest) - Static method in class net.i2p.data.DataHelper
update the hash along the way Warning - strips \n but not \r Warning - 8KB line length limit as of 0.7.13, @throws IOException if exceeded Warning - not UTF-8
readLine(Socket, StringBuilder, int) - Static method in class net.i2p.sam.ReadLine
Read a line teriminated by newline, with a total read timeout.
ReadLine - Class in net.i2p.sam
Modified from I2PTunnelHTTPServer Handles UTF-8.
ReadLine() - Constructor for class net.i2p.sam.ReadLine
 
readLong() - Method in class net.metanotion.io.RAIFile
 
readLong() - Method in interface net.metanotion.io.RandomAccessInterface
 
readLong() - Method in class org.rrd4j.core.jrrd.RRDFile
 
readLong() - Method in class org.rrd4j.core.RrdPrimitive
 
readLong(long) - Method in class org.rrd4j.core.ByteBufferBackend
 
readLong(long) - Method in class org.rrd4j.core.RrdBackend
 
readLong(InputStream, int) - Static method in class net.i2p.data.DataHelper
Read the stream for an integer as defined by the I2P data structure specification.
readMessage(byte[]) - Method in class net.i2p.data.i2np.I2NPMessageHandler
Read an I2NPMessage from the byte array and return the fully populated object.
readMessage(byte[], int) - Method in class net.i2p.data.i2np.I2NPMessageHandler
Result is retreived with lastRead()
readMessage(byte[], int, int) - Method in class net.i2p.data.i2np.I2NPMessageHandler
Set a limit on the max to read from the data buffer, so that we can use a large buffer but prevent the reader from reading off the end.
readMessage(byte[], int, int, byte[], int) - Method in class com.southernstorm.noise.protocol.HandshakeState
Reads a message payload during the handshake.
readMessage(byte[], int, int, int) - Method in class net.i2p.data.i2np.DatabaseLookupMessage
 
readMessage(byte[], int, int, int) - Method in class net.i2p.data.i2np.DatabaseSearchReplyMessage
 
readMessage(byte[], int, int, int) - Method in class net.i2p.data.i2np.DatabaseStoreMessage
 
readMessage(byte[], int, int, int) - Method in class net.i2p.data.i2np.DataMessage
 
readMessage(byte[], int, int, int) - Method in class net.i2p.data.i2np.DeliveryStatusMessage
 
readMessage(byte[], int, int, int) - Method in class net.i2p.data.i2np.GarlicMessage
 
readMessage(byte[], int, int, int) - Method in interface net.i2p.data.i2np.I2NPMessage
Read the body into the data structures, after the initial type byte and the uniqueId / expiration, using the current class's format as defined by the I2NP specification
readMessage(byte[], int, int, int) - Method in class net.i2p.data.i2np.OutboundTunnelBuildReplyMessage
 
readMessage(byte[], int, int, int) - Method in class net.i2p.data.i2np.ShortTunnelBuildMessage
 
readMessage(byte[], int, int, int) - Method in class net.i2p.data.i2np.ShortTunnelBuildReplyMessage
 
readMessage(byte[], int, int, int) - Method in class net.i2p.data.i2np.TunnelBuildMessageBase
 
readMessage(byte[], int, int, int) - Method in class net.i2p.data.i2np.TunnelDataMessage
 
readMessage(byte[], int, int, int) - Method in class net.i2p.data.i2np.TunnelGatewayMessage
 
readMessage(byte[], int, int, int) - Method in class net.i2p.data.i2np.UnknownI2NPMessage
 
readMessage(byte[], int, int, int) - Method in class net.i2p.data.i2np.VariableTunnelBuildMessage
 
readMessage(byte[], int, int, int) - Method in class net.i2p.data.i2np.VariableTunnelBuildReplyMessage
 
readMessage(byte[], int, int, int, I2NPMessageHandler) - Method in interface net.i2p.data.i2np.I2NPMessage
 
readMessage(byte[], int, int, int, I2NPMessageHandler) - Method in class net.i2p.data.i2np.I2NPMessageImpl
 
readMessage(byte[], int, int, int, I2NPMessageHandler) - Method in class net.i2p.data.i2np.TunnelGatewayMessage
Note that for efficiency at the IBGW, this does not fully deserialize the included I2NP Message.
readMessage(InputStream) - Method in interface net.i2p.data.i2cp.I2CPMessage
Read the contents from the input stream into the current class's format.
readMessage(InputStream) - Static method in class net.i2p.data.i2cp.I2CPMessageHandler
Read an I2CPMessage from the stream and return the fully populated object.
readMessage(InputStream) - Method in class net.i2p.data.i2cp.I2CPMessageImpl
Validate the type and size of the message, and then read the message into the data structures.
readMessage(InputStream, int, int) - Method in interface net.i2p.data.i2cp.I2CPMessage
Read the contents from the input stream into the current class's format.
readMessage(InputStream, int, int) - Method in class net.i2p.data.i2cp.I2CPMessageImpl
Read the body into the data structures
readMessage(InputStream, int, int) - Method in class net.i2p.data.i2cp.SendMessageExpiresMessage
Read the body into the data structures
readMessage(InputStream, int, int) - Method in class net.i2p.data.i2cp.SendMessageMessage
Read the body into the data structures
readMessageFragment(int, byte[], int) - Method in class net.i2p.router.transport.udp.UDPPacketReader.DataReader
 
readMessageFragmentNum(int) - Method in class net.i2p.router.transport.udp.UDPPacketReader.DataReader
 
readMessageFragmentSize(int) - Method in class net.i2p.router.transport.udp.UDPPacketReader.DataReader
 
readMessageId(int) - Method in class net.i2p.router.transport.udp.UDPPacketReader.DataReader
 
readMessageIsLast(int) - Method in class net.i2p.router.transport.udp.UDPPacketReader.DataReader
 
readMultiPageData(byte[], int, int[], int[]) - Method in class net.metanotion.io.block.BlockFile
Read bytes
readn(Message, int) - Method in class edu.internet2.ndt.Protocol
Populate Message byte array with specific number of bytes of data from socket input stream
readNextIdentity() - Method in class net.i2p.data.i2np.BuildRequestRecord
Read the next hop from the record.
readNextTunnelId() - Method in class net.i2p.data.i2np.BuildRequestRecord
What tunnel ID the next hop receives messages on.
readNonce() - Method in class net.i2p.router.transport.udp.UDPPacketReader.PeerTestReader
 
readNonce() - Method in class net.i2p.router.transport.udp.UDPPacketReader.RelayRequestReader
 
readNonce() - Method in class net.i2p.router.transport.udp.UDPPacketReader.RelayResponseReader
 
readOfflineBytes(InputStream) - Method in class net.i2p.data.EncryptedLeaseSet
Overridden because we have a blinded key, not a dest
readOfflineBytes(InputStream) - Method in class net.i2p.data.LeaseSet2
 
readOnly() - Method in class org.rrd4j.core.RrdDb.Builder
Set the rrd as readonly
readOptions() - Method in class net.i2p.data.i2np.BuildRequestRecord
ECIES only.
readPacket(byte[], int, int) - Method in class net.i2p.client.streaming.impl.Packet
Read the packet from the buffer (starting at the offset) and return the number of bytes read.
readPayloadType() - Method in class net.i2p.router.transport.udp.UDPPacketReader
what type of payload is in here?
readPort() - Method in class net.i2p.router.transport.udp.UDPPacketReader.PeerTestReader
what IP Alice is reachable on
readPort() - Method in class net.i2p.router.transport.udp.UDPPacketReader.RelayIntroReader
 
readPort() - Method in class net.i2p.router.transport.udp.UDPPacketReader.RelayRequestReader
 
readPort() - Method in class net.i2p.router.transport.udp.UDPPacketReader.SessionCreatedReader
what port do they think we are coming from?
readProfile(File) - Method in class net.i2p.router.peermanager.ProfilePersistenceHelper
 
readProfiles() - Method in class net.i2p.router.peermanager.ProfilePersistenceHelper
 
readProperties(ByteArrayInputStream) - Static method in class net.i2p.router.naming.BlockfileNamingService
Same as DataHelper.readProperties, UTF-8, unsorted, except that values may up to 4K bytes.
readProperties(InputStream) - Static method in class net.i2p.data.DataHelper
Read a mapping from the stream, as defined by the I2P data structure spec, and store it into a Properties object.
readProperties(InputStream, Properties) - Static method in class net.i2p.data.DataHelper
Ditto, load into an existing properties As of 0.9.18, throws DataFormatException on duplicate key
readReceiveTunnelId() - Method in class net.i2p.data.i2np.BuildRequestRecord
what tunnel ID should this receive messages on
readRelayTag() - Method in class net.i2p.router.transport.udp.UDPPacketReader.SessionCreatedReader
read in the 4 byte relayAs tag
readReplyIV() - Method in class net.i2p.data.i2np.BuildRequestRecord
AES IV that should be used to encrypt the reply.
readReplyKey() - Method in class net.i2p.data.i2np.BuildRequestRecord
AES Session key that should be used to encrypt the reply.
readReplyMessageId() - Method in class net.i2p.data.i2np.BuildRequestRecord
What message ID should we send the request to the next hop with.
readReplyRequested() - Method in class net.i2p.router.transport.udp.UDPPacketReader.DataReader
 
readRequestTime() - Method in class net.i2p.data.i2np.BuildRequestRecord
For ElGamal, time that the request was sent (ms), truncated to the nearest hour.
readShort() - Method in class net.metanotion.io.RAIFile
 
readShort() - Method in interface net.metanotion.io.RandomAccessInterface
 
readShort(long) - Method in class org.rrd4j.core.ByteBufferBackend
 
readShort(long) - Method in class org.rrd4j.core.RrdBackend
 
readSignedOnTime() - Method in class net.i2p.router.transport.udp.UDPPacketReader.SessionCreatedReader
 
readString() - Method in class org.rrd4j.core.RrdPrimitive
 
readString(int) - Method in class org.rrd4j.core.jrrd.RRDFile
 
readString(long) - Method in class org.rrd4j.core.RrdBackend
 
readString(InputStream) - Static method in class net.i2p.data.DataHelper
Read in a string from the stream as specified by the I2P data structure spec.
readTag() - Method in class net.i2p.router.transport.udp.UDPPacketReader.RelayRequestReader
 
readTextFile(String, int, boolean) - Static method in class net.i2p.util.FileUtil
Read in the last few lines of a (newline delimited) textfile, or null if the file doesn't exist.
readTimeout - Variable in class net.i2p.i2ptunnel.I2PTunnel
 
readTimeout - Variable in class net.i2p.i2ptunnel.I2PTunnelClient
 
readTimeout - Variable in class net.i2p.i2ptunnel.I2PTunnelIRCClient
 
readTimeout - Variable in class net.i2p.i2ptunnel.I2PTunnelServer
default timeout - override if desired
readTimeout - Variable in class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPServerBase
default timeout to 3 minutes - override if desired
readTimestamp() - Method in class net.i2p.router.transport.udp.UDPPacketReader
 
readTotalFragmentNum() - Method in class net.i2p.router.transport.udp.UDPPacketReader.SessionConfirmedReader
how many fragments will there be?
readTypeBitMap(byte[]) - Static method in class org.minidns.record.NSEC
 
readUnsignedByte() - Method in class net.metanotion.io.RAIFile
 
readUnsignedByte() - Method in interface net.metanotion.io.RandomAccessInterface
 
readUnsignedInt() - Method in class net.metanotion.io.RAIFile
I2P
readUnsignedInt() - Method in interface net.metanotion.io.RandomAccessInterface
 
readUnsignedShort() - Method in class net.metanotion.io.RAIFile
 
readUnsignedShort() - Method in interface net.metanotion.io.RandomAccessInterface
 
readUTF() - Method in class net.metanotion.io.RAIFile
Read a UTF encoded string I would delegate here.
readUTF() - Method in interface net.metanotion.io.RandomAccessInterface
 
readWantPreviousACKs() - Method in class net.i2p.router.transport.udp.UDPPacketReader.DataReader
 
readX(byte[], int) - Method in class net.i2p.router.transport.udp.UDPPacketReader.SessionRequestReader
 
ready() - Method in class net.i2p.util.TranslateReader
 
readY(byte[], int) - Method in class net.i2p.router.transport.udp.UDPPacketReader.SessionCreatedReader
 
reannounce(String) - Method in class org.klomp.snark.MetaInfo
Creates a copy of this MetaInfo that shares everything except the announce URL.
REASON_AEAD - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
 
REASON_BANNED - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
 
REASON_FRAME_TIMEOUT - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
 
REASON_FRAMING - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
 
REASON_MSG1 - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
 
REASON_MSG2 - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
 
REASON_MSG3 - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
 
REASON_OPTIONS - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
 
REASON_PADDING - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
 
REASON_PAYLOAD - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
 
REASON_S_MISMATCH - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
 
REASON_SIGFAIL - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
 
REASON_SIGTYPE - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
 
REASON_SKEW - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
 
REASON_TERMINATION - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
 
REASON_TIMEOUT - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
 
REASON_UNSPEC - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
 
reasonString - Variable in class org.freenetproject.ForwardPortStatus
 
rebuildNewIdentity() - Method in class net.i2p.router.Router
Rebuild a new identity the hard way - delete all of our old identity files, then reboot the router.
rebuildRouterInfo() - Method in class net.i2p.router.Router
Rebuild and republish our routerInfo since something significant has changed.
rebuildRouterInfo() - Method in class net.i2p.router.startup.RebuildRouterInfoJob
 
rebuildRouterInfo(boolean) - Method in class net.i2p.router.Router
Rebuild and republish our routerInfo since something significant has changed.
rebuildRouterInfo(boolean) - Method in class net.i2p.router.startup.RebuildRouterInfoJob
 
RebuildRouterInfoJob - Class in net.i2p.router.startup
This used be called from StartAcceptingClientsJob but is now disabled.
RebuildRouterInfoJob(RouterContext) - Constructor for class net.i2p.router.startup.RebuildRouterInfoJob
 
recalculate() - Method in class net.i2p.stat.Frequency
Recalculate the averages
receive() - Method in class net.i2p.router.transport.udp.UDPEndpoint
Blocking call to receive the next inbound UDP packet from any peer.
receive() - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
 
receive() - Method in class org.cybergarage.upnp.ssdp.HTTPUSocket
 
receive(byte[], int, int, boolean, Hash, TunnelId) - Method in class net.i2p.router.tunnel.FragmentedMessage
Receive the first fragment (#0) and related metadata.
receive(byte[], Hash) - Method in class net.i2p.router.dummy.VMCommSystem
We send messages between comms as bytes so that we strip any router-local info.
receive(int) - Method in class net.i2p.client.impl.MessageState
 
receive(int, byte[], int, int, boolean) - Method in class net.i2p.router.tunnel.FragmentedMessage
Receive a followup fragment, though one of these may arrive at the endpoint prior to the fragment # 0.
receive(ByteBuffer) - Method in class net.i2p.router.transport.ntcp.EstablishBase
Parse the contents of the buffer as part of the handshake.
receive(ByteBuffer) - Method in interface net.i2p.router.transport.ntcp.EstablishState
Parse the contents of the buffer as part of the handshake.
receive(ByteBuffer) - Method in class net.i2p.router.transport.ntcp.InboundEstablishState
Parse the contents of the buffer as part of the handshake.
receive(ByteBuffer) - Method in class net.i2p.router.transport.ntcp.OutboundNTCP2State
Parse the contents of the buffer as part of the handshake.
receive(GarlicMessage) - Method in class net.i2p.router.message.GarlicMessageReceiver
 
receiveComplete(I2NPMessage, Hash, TunnelId) - Method in interface net.i2p.router.tunnel.FragmentHandler.DefragmentedReceiver
Receive a fully formed I2NPMessage out of the tunnel
receiveConnection(Packet) - Method in class net.i2p.client.streaming.impl.ConnectionManager
Create a new connection based on the SYN packet we received.
received() - Method in class net.i2p.router.transport.udp.UDPPacket
a packet handler has pulled it off the inbound queue
received(int) - Method in interface net.i2p.router.transport.udp.ACKBitfield
has the given fragment been received?
receivedAck() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
receivedACK(PublicKey, int, int) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
 
receiveData(OutboundEstablishState) - Method in class net.i2p.router.transport.udp.EstablishmentManager
A data packet arrived on an outbound connection being established, which means its complete (yay!).
receiveData(PeerState, UDPPacketReader.DataReader) - Method in class net.i2p.router.transport.udp.InboundMessageFragments
Pull the fragments and ACKs out of the authenticated data packet
receiveDatagramBytes(Destination, byte[], int, int, int) - Method in class net.i2p.sam.PrimarySession
 
receiveDatagramBytes(Destination, byte[], int, int, int) - Method in interface net.i2p.sam.SAMDatagramReceiver
Send a byte array to a SAM client.
receiveDatagramBytes(Destination, byte[], int, int, int) - Method in class net.i2p.sam.SAMv1Handler
 
receiveDatagramBytes(Destination, byte[], int, int, int) - Method in class net.i2p.sam.SAMv3DatagramSession
 
receivedComplete() - Method in interface net.i2p.router.transport.udp.ACKBitfield
has the entire message been received completely?
receiveEncrypted(byte[]) - Method in class net.i2p.router.tunnel.InboundGatewayReceiver
 
receiveEncrypted(byte[]) - Method in class net.i2p.router.tunnel.OutboundReceiver
 
receiveEncrypted(byte[]) - Method in interface net.i2p.router.tunnel.TunnelGateway.Receiver
Take the encrypted data and send it off to the next hop
receiveEncrypted(byte[], boolean) - Method in class net.i2p.router.tunnel.InboundGatewayReceiver
 
receiveFragment(UDPPacketReader.DataReader, int) - Method in class net.i2p.router.transport.udp.InboundMessageState
Read in the data from the fragment.
receiveHolePunch() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
Accelerate response to RelayResponse if we haven't sent it yet.
receiveHolePunch(InetAddress, int) - Method in class net.i2p.router.transport.udp.EstablishmentManager
Called from UDPReceiver.
receiveIV(byte[], int, byte[], int) - Method in class net.i2p.router.tunnel.BloomFilterIVValidator
 
receiveIV(byte[], int, byte[], int) - Method in class net.i2p.router.tunnel.DummyValidator
 
receiveIV(byte[], int, byte[], int) - Method in class net.i2p.router.tunnel.HashSetIVValidator
Deprecated.
 
receiveIV(byte[], int, byte[], int) - Method in interface net.i2p.router.tunnel.IVValidator
receive the IV for the tunnel message, returning true if it is valid, or false if it has already been used (or is otherwise invalid).
receiveMessage() - Method in class net.i2p.router.client.MessageReceivedJob
Same as runJob() but with a return value
receiveMessage(int) - Method in interface net.i2p.client.I2PSession
Receive a message that the router has notified the client about, returning the payload.
receiveMessage(int) - Method in class net.i2p.client.impl.I2PSessionImpl
Pull the unencrypted data from the message that we've already prefetched and notified the user that its available.
receiveMessage(int) - Method in class net.i2p.client.impl.I2PSessionImpl2
pull the unencrypted AND DECOMPRESSED data
receiveMessage(String, long, long, boolean) - Method in class net.i2p.router.MessageHistory
 
receiveMessage(String, long, long, Hash, boolean) - Method in class net.i2p.router.MessageHistory
We just received a message from the peer
receiveMessage(Destination, Destination, Payload) - Method in class net.i2p.router.client.ClientConnectionRunner
Synchronously deliver the message to the current runner Failure indication is available as of 0.9.29.
receiveMessage(Hash, Destination, Payload) - Method in class net.i2p.router.client.ClientConnectionRunner
Synchronously deliver the message to the current runner Failure indication is available as of 0.9.29.
receiveMessage(InboundMessageState) - Method in class net.i2p.router.transport.udp.MessageReceiver
This queues the message for processing.
ReceiveMessageBeginMessage - Class in net.i2p.data.i2cp
Defines the message a client sends to a router when asking the router to start sending a message to it.
ReceiveMessageBeginMessage() - Constructor for class net.i2p.data.i2cp.ReceiveMessageBeginMessage
 
ReceiveMessageEndMessage - Class in net.i2p.data.i2cp
Defines the message a client sends to a router when asking the router to start sending a message to it.
ReceiveMessageEndMessage() - Constructor for class net.i2p.data.i2cp.ReceiveMessageEndMessage
 
receiveNewSyn(Packet) - Method in class net.i2p.client.streaming.impl.ConnectionHandler
Non-SYN packets with a zero SendStreamID may also be queued here so that they don't get thrown away while the SYN packet before it is queued.
receiveNext() - Method in class net.i2p.router.transport.udp.PacketHandler
Blocking call to retrieve the next inbound packet, or null if we have shut down.
receivePacket(Packet) - Method in class net.i2p.client.streaming.impl.PacketHandler
 
receivePacket(Packet, Connection) - Method in class net.i2p.client.streaming.impl.ConnectionPacketHandler
distribute a packet to the connection specified
receivePacketDirect(Packet, boolean) - Method in class net.i2p.client.streaming.impl.PacketHandler
 
receivePayloadMessage(long) - Method in class net.i2p.router.MessageHistory
Receive a payload message to distribute to a client
receivePing(Connection, Packet) - Method in class net.i2p.client.streaming.impl.ConnectionManager
Process a ping by checking for throttling, etc., then sending a pong.
receivePong(long, ByteArray) - Method in class net.i2p.client.streaming.impl.ConnectionManager
 
receiveRawBytes(byte[], int, int, int) - Method in class net.i2p.sam.PrimarySession
 
receiveRawBytes(byte[], int, int, int) - Method in interface net.i2p.sam.SAMRawReceiver
Send a byte array to a SAM client, without informations regarding the sender.
receiveRawBytes(byte[], int, int, int) - Method in class net.i2p.sam.SAMv1Handler
 
receiveRawBytes(byte[], int, int, int) - Method in class net.i2p.sam.SAMv3RawSession
 
receiveRelayIntro(RemoteHostId, UDPPacketReader) - Method in class net.i2p.router.transport.udp.IntroductionManager
We are Charlie and we got this from Bob.
receiveRelayRequest(RemoteHostId, UDPPacketReader) - Method in class net.i2p.router.transport.udp.IntroductionManager
We are Bob and we got this from Alice.
receiveRelayResponse(RemoteHostId, UDPPacketReader) - Method in class net.i2p.router.transport.udp.EstablishmentManager
We are Alice, we sent a RelayRequest to Bob and got a response back.
receiverOnly() - Method in class com.southernstorm.noise.protocol.CipherStatePair
Destroys the sending CipherState and retains only the receiving CipherState.
receiveSessionConfirmed(RemoteHostId, UDPPacketReader) - Method in class net.i2p.router.transport.udp.EstablishmentManager
got a SessionConfirmed (should only happen as part of an inbound establishment)
receiveSessionConfirmed(UDPPacketReader.SessionConfirmedReader) - Method in class net.i2p.router.transport.udp.InboundEstablishState
Note that while a SessionConfirmed could in theory be fragmented, in practice a RouterIdentity is 387 bytes and a single fragment is 512 bytes max, so it will never be fragmented.
receiveSessionCreated(RemoteHostId, UDPPacketReader) - Method in class net.i2p.router.transport.udp.EstablishmentManager
Got a SessionCreated (in response to our outbound SessionRequest)
receiveSessionCreated(UDPPacketReader.SessionCreatedReader) - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
receiveSessionDestroy(RemoteHostId) - Method in class net.i2p.router.transport.udp.EstablishmentManager
Got a SessionDestroy - maybe during an inbound establish? TODO - PacketHandler won't look up inbound establishes As this packet was essentially unauthenticated (i.e.
receiveSessionDestroy(RemoteHostId, OutboundEstablishState) - Method in class net.i2p.router.transport.udp.EstablishmentManager
Got a SessionDestroy during outbound establish
receiveSessionDestroy(RemoteHostId, PeerState) - Method in class net.i2p.router.transport.udp.EstablishmentManager
Got a SessionDestroy on an established conn
receiveSessionRequest(RemoteHostId, UDPPacketReader) - Method in class net.i2p.router.transport.udp.EstablishmentManager
Got a SessionRequest (initiates an inbound establishment)
receiveSessionRequest(UDPPacketReader.SessionRequestReader) - Method in class net.i2p.router.transport.udp.InboundEstablishState
 
receiveSocket() - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
The accept() call.
receiveStatus(int, long, int) - Method in class net.i2p.client.impl.I2PSessionImpl
 
receiveStatus(int, long, int) - Method in class net.i2p.client.impl.I2PSessionImpl2
Only call this with nonzero status, i.e.
receiveStreamBytes(int, ByteBuffer) - Method in interface net.i2p.sam.SAMStreamReceiver
Transmit a byte array from I2P to a SAM client.
receiveStreamBytes(int, ByteBuffer) - Method in class net.i2p.sam.SAMv1Handler
 
receiveTest(RemoteHostId, UDPPacketReader) - Method in class net.i2p.router.transport.udp.PeerTestManager
Entry point for all incoming packets.
receiveTimestamp - Variable in class net.i2p.router.time.NtpMessage
This is the time at which the request arrived at the server, in seconds since 00:00 1-Jan-1900.
receiveTimestamp - Variable in class org.minidns.dnsmessage.DnsMessage
The receive timestamp.
receiveTunnelFragment(long, int, Object) - Method in class net.i2p.router.MessageHistory
 
receiveTunnelFragmentComplete(long) - Method in class net.i2p.router.MessageHistory
 
receiveTunnelMessage(byte[], int, int) - Method in class net.i2p.router.tunnel.FragmentHandler
Receive the raw preprocessed message at the endpoint, parsing out each of the fragments, using those to fill various FragmentedMessages, and sending the resulting I2NPMessages where necessary.
recheck() - Method in class org.klomp.snark.Storage
Blocking.
recheckReachability() - Method in class net.i2p.router.CommSystemFacade
Deprecated.
unused
recheckReachability() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Deprecated.
unused
recheckReachability() - Method in interface net.i2p.router.transport.Transport
Deprecated.
unused
recheckReachability() - Method in class net.i2p.router.transport.TransportImpl
Deprecated.
unused
recheckReachability() - Method in class net.i2p.router.transport.TransportManager
Deprecated.
unused
recheckReachability() - Method in class net.i2p.router.transport.udp.UDPTransport
Deprecated.
unused
recheckTorrent(Snark) - Method in class org.klomp.snark.SnarkManager
Threaded.
ReconfigureSessionMessage - Class in net.i2p.data.i2cp
Defines the message a client sends to a router when updating the config on an existing session.
ReconfigureSessionMessage() - Constructor for class net.i2p.data.i2cp.ReconfigureSessionMessage
 
reconnect() - Method in class net.i2p.client.impl.I2PSessionImpl
 
reconnect() - Method in class net.i2p.client.impl.I2PSessionImpl2
Called whenever we want to reconnect (used only in the superclass).
reconnect() - Method in class net.i2p.client.impl.SubSession
 
Record<D extends Data> - Class in org.minidns.record
A generic DNS record.
Record(String, Record.TYPE, int, long, D) - Constructor for class org.minidns.record.Record
 
Record(String, Record.TYPE, Record.CLASS, long, D, boolean) - Constructor for class org.minidns.record.Record
 
Record(DnsName, Record.TYPE, int, long, D) - Constructor for class org.minidns.record.Record
 
Record(DnsName, Record.TYPE, Record.CLASS, long, D, boolean) - Constructor for class org.minidns.record.Record
 
RECORD_COUNT - Variable in class net.i2p.data.i2np.TunnelBuildMessageBase
 
RECORD_SIZE - Static variable in class net.i2p.data.i2np.TunnelBuildMessageBase
 
Record.CLASS - Enum in org.minidns.record
The symbolic class of a DNS record (usually Record.CLASS.IN for Internet).
Record.TYPE - Enum in org.minidns.record
The resource record type.
recordAccess(long) - Method in class net.i2p.i2ptunnel.access.AccessCounter
records that a connection attempt was made
recordAccess(long) - Method in class net.i2p.i2ptunnel.access.DestTracker
 
Recorder - Class in net.i2p.i2ptunnel.access
Definition of a recorder.
Recorder(File, Threshold) - Constructor for class net.i2p.i2ptunnel.access.Recorder
 
rectify(boolean, int) - Static method in class net.i2p.router.transport.udp.MTU
 
rectify(BigInteger, int) - Static method in class net.i2p.crypto.SigUtil
 
recursionAvailable - Variable in class org.minidns.dnsmessage.DnsMessage
True if recursion is possible.
recursionDesired - Variable in class org.minidns.dnsmessage.DnsMessage
True if the server should recurse.
recv - Variable in class net.i2p.sam.SAMDatagramSession
 
recv - Variable in class net.i2p.sam.SAMRawSession
 
recv - Variable in class net.i2p.sam.SAMStreamSession
 
recv(ByteBuffer) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
The contents of the buffer have been read and can be processed asap.
RECV_MESSAGE_BUFSIZE - Static variable in class org.cybergarage.upnp.ssdp.SSDP
 
recv_msg(Message) - Method in class edu.internet2.ndt.Protocol
Receive message at end-point of socket
RecvCountComparator() - Constructor for class net.i2p.router.web.helpers.UDPSorters.RecvCountComparator
 
recvEncryptedI2NP(ByteBuffer) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Connection must be established! The contents of the buffer include some fraction of one or more encrypted and encoded I2NP messages.
RedDSA_SHA512_Ed25519 - net.i2p.crypto.SigType
Blinded version of EdDSA, use for encrypted LS2 Pubkey 32 bytes; privkey 32 bytes; hash 64 bytes; sig 64 bytes
RedDSAEngine - Class in net.i2p.crypto.eddsa
Signing and verification for REdDSA using SHA-512 and the Ed25519 curve.
RedDSAEngine() - Constructor for class net.i2p.crypto.eddsa.RedDSAEngine
No specific EdDSA-internal hash requested, allows any EdDSA key.
RedDSAEngine(MessageDigest) - Constructor for class net.i2p.crypto.eddsa.RedDSAEngine
Specific EdDSA-internal hash requested, only matching keys will be allowed.
RedKeyPairGenerator - Class in net.i2p.crypto.eddsa
Default keysize is 256 (Ed25519)
RedKeyPairGenerator() - Constructor for class net.i2p.crypto.eddsa.RedKeyPairGenerator
 
reduce(byte[]) - Static method in class net.i2p.crypto.eddsa.EdDSABlinding
Use to generate alpha
reduce(byte[]) - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerScalarOps
 
reduce(byte[]) - Method in class net.i2p.crypto.eddsa.math.ed25519.Ed25519ScalarOps
Reduction modulo the group order $q$.
reduce(byte[]) - Method in interface net.i2p.crypto.eddsa.math.ScalarOps
Reduce the given scalar mod $l$.
ReedSolomonEncoder - Class in com.google.zxing.common.reedsolomon
Implements Reed-Solomon encoding, as the name implies.
ReedSolomonEncoder(GenericGF) - Constructor for class com.google.zxing.common.reedsolomon.ReedSolomonEncoder
 
referenceIdentifier - Variable in class net.i2p.router.time.NtpMessage
This is a 4-byte array identifying the particular reference source.
referenceIdentifierToString() - Method in class net.i2p.router.time.NtpMessage
 
referenceTimestamp - Variable in class net.i2p.router.time.NtpMessage
This is the time at which the local clock was last set or corrected, in seconds since 00:00 1-Jan-1900.
refillBandwidthQueues(List<FIFOBandwidthLimiter.Request>, long, long, long, long) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
More bytes are available - add them to the queue and satisfy any requests we can
reformatIndex(String, Serializer<K>, Serializer<V>, Serializer<K>, Serializer<V>) - Method in class net.metanotion.io.block.BlockFile
Reformat a skiplist with new Serializers if it exists.
refresh - Variable in class org.minidns.record.SOA
A 32 bit time interval before the zone should be refreshed.
refreshConf() - Static method in class org.rrd4j.graph.RrdGraphConstants.FontConstructor
Used for tests
refreshLeaseSet() - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
refreshLeaseSet() - Method in class net.i2p.router.tunnel.pool.TunnelPool
noop for outbound and exploratory
RefreshRoutersJob - Class in net.i2p.router.networkdb.kademlia
Go through all the routers once, after startup, and refetch their router infos.
RefreshRoutersJob(RouterContext, FloodfillNetworkDatabaseFacade) - Constructor for class net.i2p.router.networkdb.kademlia.RefreshRoutersJob
 
REFUSED - org.minidns.dnsmessage.DnsMessage.RESPONSE_CODE
 
region - Variable in class com.maxmind.geoip.Location
 
region - Variable in class com.maxmind.geoip.Region
 
Region - Class in com.maxmind.geoip
 
Region() - Constructor for class com.maxmind.geoip.Region
 
REGION_EDITION_REV0 - Static variable in class com.maxmind.geoip.DatabaseInfo
 
REGION_EDITION_REV1 - Static variable in class com.maxmind.geoip.DatabaseInfo
 
register(NotificationHandler) - Method in class com.thetransactioncompany.jsonrpc2.server.Dispatcher
Registers a new JSON-RPC 2.0 notification handler.
register(RequestHandler) - Method in class com.thetransactioncompany.jsonrpc2.server.Dispatcher
Registers a new JSON-RPC 2.0 request handler.
register(String, int) - Method in class net.i2p.util.PortMapper
Add the service
register(String, String, int) - Method in class net.i2p.util.PortMapper
Add the service.
register(ServerSocketChannel) - Method in class net.i2p.router.transport.ntcp.EventPumper
Register the acceptor.
register(ClientApp) - Method in interface net.i2p.app.ClientAppManager
Register with the manager under the given name, so that other clients may find it.
register(ClientApp) - Method in class net.i2p.app.ClientAppManagerImpl
Register with the manager under the given name, so that other clients may find it.
register(ClientApp) - Method in class net.i2p.router.startup.RouterAppManager
Register with the manager under the given name, so that other clients may find it.
register(Handler) - Method in class net.i2p.sam.SAMBridge
Handlers must call on startup
register(Checker, UpdateType, UpdateMethod, int) - Method in class net.i2p.router.update.ConsoleUpdateManager
 
register(Checker, UpdateType, UpdateMethod, int) - Method in interface net.i2p.update.UpdateManager
 
register(UpdatePostProcessor, UpdateType, int) - Method in class net.i2p.router.update.ConsoleUpdateManager
Register a post-processor for this UpdateType and SU3File file type.
register(UpdatePostProcessor, UpdateType, int) - Method in interface net.i2p.update.UpdateManager
Register a post-processor for this UpdateType and SU3File file type.
register(Updater, UpdateType, UpdateMethod, int) - Method in class net.i2p.router.update.ConsoleUpdateManager
Call once for each type/method pair.
register(Updater, UpdateType, UpdateMethod, int) - Method in interface net.i2p.update.UpdateManager
Call once for each type/method pair.
registerAndSetAsDefaultFactory(RrdBackendFactory) - Static method in class org.rrd4j.core.RrdBackendFactory
registerAndStart(Transport) - Method in class net.i2p.router.transport.TransportManager
Pluggable transports.
registerApp(String, String, String, String, String) - Static method in class net.i2p.router.web.NavHelper
To register a new client application so that it shows up on the router console's nav bar, it should be registered with this singleton.
registerBuilder(I2NPMessageImpl.Builder, int) - Static method in class net.i2p.data.i2np.I2NPMessageImpl
Deprecated.
unused
registerCallback(PublicKey, int, int, ReplyCallback) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
 
registerConnect(NTCPConnection) - Method in class net.i2p.router.transport.ntcp.EventPumper
Outbound
registerConnection(ClientConnectionRunner) - Method in class net.i2p.router.client.ClientManager
 
registerDelayedLock() - Method in class org.rrd4j.core.RrdSafeFileBackend.Counters
 
registerEncryptedDestination(ClientConnectionRunner, Hash) - Method in class net.i2p.router.client.ClientManager
Call after destinationEstablished(), when an encrypted leaseset is created, so we know it's local.
registerEncryptedLS(Hash) - Method in class net.i2p.router.client.ClientConnectionRunner
Call after destinationEstablished(), when an encrypted leaseset is created, so we know it's local.
registerError() - Method in class org.rrd4j.core.RrdSafeFileBackend.Counters
 
registerFactory(RrdBackendFactory) - Static method in class org.rrd4j.core.RrdBackendFactory
Deprecated.
Uses active factory instead
registerHandlerJobBuilder(int, HandlerJobBuilder) - Method in class net.i2p.router.InNetMessagePool
 
registerKeys(Destination, SigningPrivateKey, List<PrivateKey>) - Method in class net.i2p.router.KeyManager
Client with multiple keys
registerKeys(Destination, SigningPrivateKey, PrivateKey) - Method in class net.i2p.router.KeyManager
Client with a single key
registerListener(NamingServiceListener) - Method in class net.i2p.client.naming.MetaNamingService
 
registerListener(NamingServiceListener) - Method in class net.i2p.client.naming.NamingService
 
registerMetaDest(Destination) - Method in class net.i2p.router.client.ClientManager
Declare that we're going to publish a meta LS for this destination.
registerMetaDest(Destination) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
Declare that we're going to publish a meta LS for this destination.
registerMetaDest(Destination) - Method in class net.i2p.router.ClientManagerFacade
Declare that we're going to publish a meta LS for this destination.
registerPending(MessageSelector, ReplyJob, Job) - Method in class net.i2p.router.transport.OutboundMessageRegistry
Registers a new, empty OutNetMessage, with the reply and timeout jobs specified.
registerPending(OutNetMessage) - Method in class net.i2p.router.transport.OutboundMessageRegistry
Register the message.
registerQuickLock() - Method in class org.rrd4j.core.RrdSafeFileBackend.Counters
 
registerShutdownHook() - Method in class org.rrd4j.core.RrdSyncThreadPool
Registers a shutdown hook that destroys the underlying thread pool when when the JVM is about to quit.
registerSignalHandler(RouterContext) - Static method in class net.i2p.router.web.ConfigServiceHandler
Register a handler for signals, so we can handle HUP from the wrapper (wrapper 3.2.0 or higher)
registerTimer(PublicKey, Destination, SimpleTimer2.TimedEvent) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
Side effect - binds this session to the supplied destination.
registerTransport(Transport) - Method in class net.i2p.router.CommSystemFacade
Pluggable transport
registerTransport(Transport) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Pluggable transports.
registerUnlock() - Method in class org.rrd4j.core.RrdSafeFileBackend.Counters
 
registerUpdater(NamingServiceUpdater) - Method in class net.i2p.client.naming.NamingService
 
registerWrapperNotifier(RouterContext, int, boolean) - Static method in class net.i2p.router.web.ConfigServiceHandler
Register two shutdown hooks, one to rekey and/or tell the wrapper we are stopping, and a final one to tell the wrapper we are stopped.
REGRESSION - org.rrd4j.data.LinearInterpolator.Method
 
reinitialize() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
 
reinitialize() - Method in class net.i2p.router.transport.FIFOBandwidthRefiller
 
REJECT - Static variable in class org.klomp.snark.Message
 
REJECT_UNSOLICITED - net.i2p.router.CommSystemFacade.Status
IPv4 firewalled, IPv6 firewalled or disabled or no address
rejectMessage(int, int, int) - Method in class org.klomp.snark.PeerState
BEP 6 If the peer rejects lower chunks but not higher ones, thus creating holes, we won't figure it out and the piece will fail, since we don't currently keep a chunk bitmap in PartialPiece.
RejectTrimmer<T extends SimpleDataStructure> - Class in net.i2p.kademlia
Removes nothing and always rejects the add.
RejectTrimmer() - Constructor for class net.i2p.kademlia.RejectTrimmer
 
REKEYED - Static variable in class net.i2p.router.util.EventLog
 
RelayIntroReader() - Constructor for class net.i2p.router.transport.udp.UDPPacketReader.RelayIntroReader
 
RelayRequestReader() - Constructor for class net.i2p.router.transport.udp.UDPPacketReader.RelayRequestReader
 
RelayResponseReader() - Constructor for class net.i2p.router.transport.udp.UDPPacketReader.RelayResponseReader
 
release() - Method in class net.i2p.router.transport.udp.UDPPacket
 
release() - Method in class org.klomp.snark.PartialPiece
Release all resources.
release() - Method in class org.rrd4j.core.DataImporter
 
release() - Method in class org.rrd4j.core.RrdToolReader
 
release(byte[]) - Static method in class net.i2p.util.SimpleByteCache
Put this array back onto the available cache for reuse
release(Mac) - Method in class net.i2p.crypto.HMAC256Generator
Mac will be reset and initialized with a zero key.
release(ByteArray) - Method in class net.i2p.util.ByteCache
Put this structure back onto the available cache for reuse
release(ByteArray, boolean) - Method in class net.i2p.util.ByteCache
 
release(TunnelController, I2PSession) - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Note the fact that the controller is no longer using the session, and if no other controllers are using it, destroy the session.
release(ReusableGZIPInputStream) - Static method in class net.i2p.util.ReusableGZIPInputStream
Release an instance back into the cache (this will reset the state)
release(ReusableGZIPOutputStream) - Static method in class net.i2p.util.ReusableGZIPOutputStream
Release an instance back into the cache (this will discard any state)
release(RrdDb) - Method in class org.rrd4j.core.RrdDbPool
Deprecated.
A RrdDb remember if it was open directly or from a pool, no need to manage it manually any more
release(BloomSHA1.FilterKey) - Method in class org.xlattice.crypto.filters.BloomSHA1
 
release(T) - Method in class net.i2p.util.TryCache
Tries to return this item to the cache but it may fail if the cache has reached capacity or it's lock is held by another thread.
Release() - Constructor for class net.i2p.router.news.NewsMetadata.Release
 
releaseBuf(ByteBuffer) - Static method in class net.i2p.router.transport.ntcp.EventPumper
Return a read buffer to the pool.
releaseBufs(boolean) - Method in class net.i2p.router.transport.ntcp.EstablishBase
Only call once.
releaseBufs(boolean) - Method in class net.i2p.router.transport.ntcp.InboundEstablishState
Only call once.
releaseKey(CryptixAESKeyCache.KeyCacheEntry) - Method in class net.i2p.crypto.CryptixAESKeyCache
Deprecated.
unused, keys are now cached in the SessionKey objects
releasePayload() - Method in class net.i2p.client.streaming.impl.Packet
does nothing right now
releaseReadLock() - Method in class net.i2p.BOB.NamedDB
 
releaseReadLock() - Method in class net.i2p.router.util.DecayingBloomFilter
 
releaseResources() - Static method in class net.i2p.router.transport.ntcp.NTCPConnection
Call at transport shutdown
releaseResources() - Method in class net.i2p.router.transport.udp.InboundMessageState
 
releases - Variable in class net.i2p.router.news.NewsMetadata
I2P metadata
releaseTmp(byte[]) - Method in class net.i2p.crypto.HMACGenerator
 
releaseWriteLock() - Method in class net.i2p.BOB.NamedDB
 
releaseWriteLock() - Method in class net.i2p.router.util.DecayingBloomFilter
 
reload() - Method in class i2p.susi.dns.BaseBean
 
reload() - Method in class i2p.susi.dns.ConfigBean
 
reloadConfiguration() - Static method in class i2p.susi.util.Config
 
reloadControllers() - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Stop all tunnels, reload config, and restart those configured to do so.
remaining - Variable in class org.klomp.snark.web.Sorters.FileAndIndex
 
remaining() - Method in class net.i2p.router.crypto.ratchet.RatchetTagSet
tags remaining
remaining() - Method in class net.i2p.router.crypto.ratchet.SingleTagSet
 
remaining() - Method in class org.klomp.snark.Storage
For efficiency, calculate remaining bytes for all files at once
remaining2() - Method in class org.klomp.snark.Storage
For efficiency, calculate remaining bytes for all files at once.
remoteEndpoint(int) - Method in class net.i2p.data.i2cp.RequestLeaseSetMessage
Deprecated.
unused - presumably he meant remove?
remoteHost - Variable in class net.i2p.i2ptunnel.I2PTunnelServer
 
remoteHost - Variable in class net.i2p.i2ptunnel.udp.UDPSink
 
RemoteHostId - Class in net.i2p.router.transport.udp
Unique ID for a peer - its IP + port, all bundled into a tidy obj.
RemoteHostId(byte[], int) - Constructor for class net.i2p.router.transport.udp.RemoteHostId
direct
RemoteHostId(Hash) - Constructor for class net.i2p.router.transport.udp.RemoteHostId
indirect
remotePort - Variable in class net.i2p.i2ptunnel.I2PTunnelServer
 
remotePort - Variable in class net.i2p.i2ptunnel.udp.UDPSink
 
RemovableSingletonSet<E> - Class in net.i2p.router.util
Like Collections.singleton() but item is removable, clear() is supported, and the iterator supports remove().
RemovableSingletonSet(E) - Constructor for class net.i2p.router.util.RemovableSingletonSet
 
remove() - Method in class net.i2p.addressbook.HostTxtIterator
 
remove() - Method in class net.i2p.addressbook.SubscriptionIterator
 
remove() - Method in class net.i2p.router.util.RandomIterator
 
remove() - Method in class net.metanotion.util.skiplist.SkipIterator
 
remove(byte[]) - Method in class net.i2p.router.Blocklist
Remove from the in-memory single-IP blocklist.
remove(int) - Method in class net.i2p.router.crypto.ratchet.SparseArray
remove(int) - Method in class org.klomp.snark.comments.CommentSet
Remove the id as retrieved from Comment.getID().
remove(int, K, SkipList<K, V>) - Method in class net.metanotion.util.skiplist.SkipLevels
 
remove(Component) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Panel
 
remove(Integer) - Method in class net.i2p.i2ptunnel.socks.SOCKSUDPTunnel
 
remove(Object) - Method in class net.i2p.router.PersistentKeyRing
 
remove(Object) - Method in class net.i2p.router.util.ArraySet
 
remove(Object) - Method in class net.i2p.router.util.RemovableSingletonSet
 
remove(Object) - Method in class net.i2p.util.ConcurrentHashSet
 
remove(Object) - Method in class org.klomp.snark.comments.CommentSet
Only hides the comment, doesn't really remove it.
remove(String) - Method in interface com.docuverse.identicon.IdenticonCache
 
remove(String) - Method in class net.i2p.client.naming.NamingService
Delete the entry.
remove(String, String) - Method in class net.i2p.router.util.RouterPasswordManager
Remove password, any kind.
remove(String, Properties) - Method in class net.i2p.client.naming.HostsTxtNamingService
 
remove(String, Properties) - Method in class net.i2p.client.naming.MetaNamingService
Removes from all services
remove(String, Properties) - Method in class net.i2p.client.naming.NamingService
Delete the entry.
remove(String, Properties) - Method in class net.i2p.client.naming.SingleFileNamingService
 
remove(String, Properties) - Method in class net.i2p.router.naming.BlockfileNamingService
 
remove(String, Properties) - Method in class net.i2p.sam.PrimarySession
Remove a session
remove(String, Destination) - Method in class net.i2p.client.naming.NamingService
Remove a hostname's entry only if it contains the Destination d.
remove(String, Destination, Properties) - Method in class net.i2p.client.naming.NamingService
Remove a hostname's entry only if it contains the Destination d.
remove(String, Destination, Properties) - Method in class net.i2p.router.naming.BlockfileNamingService
Remove a hostname's entry only if it contains the Destination d.
remove(K) - Method in class net.metanotion.util.skiplist.SkipList
 
remove(K, SkipList<K, V>) - Method in class net.metanotion.io.block.index.IBSkipSpan
Load whole span from file, do the operation, flush out, then null out in-memory data again.
remove(K, SkipList<K, V>) - Method in class net.metanotion.util.skiplist.SkipSpan
 
remove(Destination) - Method in class net.i2p.i2ptunnel.streamr.MultiSource
 
remove(Hash) - Method in interface net.i2p.router.networkdb.kademlia.DataStore
 
remove(Hash) - Method in class net.i2p.router.networkdb.kademlia.PersistentDataStore
 
remove(Hash) - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
 
remove(Hash, boolean) - Method in interface net.i2p.router.networkdb.kademlia.DataStore
 
remove(Hash, boolean) - Method in class net.i2p.router.networkdb.kademlia.PersistentDataStore
 
remove(Hash, boolean) - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
for PersistentDataStore only - don't use here
remove(PeerState) - Method in class net.i2p.router.transport.udp.IntroductionManager
 
remove(HopConfig) - Method in class net.i2p.router.tunnel.TunnelDispatcher
No longer participate in the tunnel that someone asked us to be a member of
remove(TunnelCreatorConfig) - Method in class net.i2p.router.tunnel.TunnelDispatcher
We no longer want to participate in this tunnel that we created
remove(NID) - Method in class org.klomp.snark.dht.DHTNodes
 
remove(PeerCoordinator) - Method in class org.klomp.snark.PeerCoordinatorSet
 
remove(T) - Method in interface net.i2p.kademlia.KBucket
Remove the key from the bucket
remove(T) - Method in class net.i2p.kademlia.KBucketImpl
 
remove(T) - Method in class net.i2p.kademlia.KBucketSet
 
REMOVE_ATTRIBUTE - net.i2p.router.news.NewsXMLParser.XHTMLMode
remove only the non-whitelisted element, remove only the blacklisted attribute
REMOVE_ELEMENT - net.i2p.router.news.NewsXMLParser.XHTMLMode
remove only the non-whitelisted element, or element containing a blacklisted attribute
removeACKMessage(Long) - Method in class net.i2p.router.transport.udp.PeerState
The ack was sent.
removeAddress(boolean) - Method in class net.i2p.router.transport.TransportImpl
Remove all existing addresses with the specified IP length (4 or 16).
removeAddress(boolean) - Method in class net.i2p.router.transport.udp.UDPTransport
Remove then tell NTCP that we changed.
removeAddress(RouterAddress) - Method in class net.i2p.router.transport.TransportImpl
Remove only this address.
removeAddress(RouterAddress) - Method in class net.i2p.router.transport.udp.UDPTransport
Remove then tell NTCP that we changed.
removeAlias(Destination) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
removeAlias(Destination) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Remove a destination for the same tunnels as another.
removeAlias(Destination) - Method in interface net.i2p.router.TunnelManagerFacade
Remove another destination to the same tunnels.
removeAll() - Method in interface com.docuverse.identicon.IdenticonCache
 
removeAllAttributes() - Method in class org.cybergarage.xml.Node
 
removeAllNodes() - Method in class org.cybergarage.xml.Node
 
removeArchive(String, String, ConsolFun, int) - Static method in class org.rrd4j.core.RrdToolkit
Creates a new RRD file with one archive removed.
removeArchive(String, ConsolFun, int, boolean) - Static method in class org.rrd4j.core.RrdToolkit
Removes one archive from a RRD file.
removeArchive(ConsolFun, int) - Method in class org.rrd4j.core.RrdDef
 
removeArchives() - Method in class org.rrd4j.core.RrdDef
Removes all RRA archive definitions.
removeAt(int) - Method in class net.i2p.router.crypto.ratchet.SparseArray
Removes the mapping at the specified index.
removeAtRange(int, int) - Method in class net.i2p.router.crypto.ratchet.SparseArray
Remove a range of mappings as a batch.
removeAttachment(int) - Method in class i2p.susi.webmail.Draft
 
removeAttribute(String) - Method in class org.cybergarage.xml.Node
 
removeAttribute(Attribute) - Method in class org.cybergarage.xml.Node
 
removeBlindData(SigningPublicKey) - Method in class net.i2p.router.NetworkDatabaseFacade
For console ConfigKeyringHelper
removeBlindData(SigningPublicKey) - Method in class net.i2p.router.networkdb.kademlia.BlindCache
For console ConfigKeyringHelper.
removeBlindData(SigningPublicKey) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
For console ConfigKeyringHelper
removeCache(String) - Static method in class net.i2p.client.naming.DummyNamingService
 
removeCallBack(I2PProperties.I2PPropertyCallback) - Method in class net.i2p.util.I2PProperties
 
removeCapabilities(Hash) - Method in class net.i2p.router.dummy.DummyPeerManagerFacade
 
removeCapabilities(Hash) - Method in class net.i2p.router.peermanager.PeerManager
 
removeCapabilities(Hash) - Method in class net.i2p.router.peermanager.PeerManagerFacadeImpl
 
removeCapabilities(Hash) - Method in interface net.i2p.router.PeerManagerFacade
 
removeCon(NTCPConnection) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
 
removeConfig(TunnelController) - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Remove the configuration of this tunnel only
removeConfigSetting(String) - Method in class net.i2p.router.Router
Deprecated.
use saveConfig(String name, String value) or saveConfig(Map toAdd, Set toRemove)
removeConnection(Connection) - Method in class net.i2p.client.streaming.impl.ConnectionManager
Drop the (already closed) connection on the floor.
removeConnectionEventListener(I2PTunnel.ConnectionEventListener) - Method in class net.i2p.i2ptunnel.I2PTunnel
 
removeController(TunnelController) - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Stop and remove the given tunnel.
removeDatasource(String) - Method in class org.rrd4j.core.RrdDef
 
removeDatasource(String, String, boolean) - Static method in class org.rrd4j.core.RrdToolkit
Removes single datasource from a RRD file.
removeDatasource(String, String, String) - Static method in class org.rrd4j.core.RrdToolkit
Creates a new RRD file with one datasource removed.
removeDatasources() - Method in class org.rrd4j.core.RrdDef
Removes all datasource definitions.
removeDevice(String) - Method in class org.cybergarage.upnp.ControlPoint
 
removeDevice(Device) - Method in class org.cybergarage.upnp.ControlPoint
 
removeDeviceChangeListener(DeviceChangeListener) - Method in class org.cybergarage.upnp.ControlPoint
 
removeDisconnectListener(I2PSocketManager.DisconnectListener) - Method in interface net.i2p.client.streaming.I2PSocketManager
 
removeDisconnectListener(I2PSocketManager.DisconnectListener) - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
 
removeDisconnectListener(I2PSocketManager.DisconnectListener) - Method in class net.i2p.client.streaming.impl.MessageHandler
 
removeEldestEntry(Map.Entry<K, V>) - Method in class net.i2p.util.LHMCache
 
removeElement(O) - Method in class i2p.susi.util.Folder
Remove an element
removeElements(Collection<O>) - Method in class i2p.susi.util.Folder
Remove elements
removeEvent(SimpleTimer.TimedEvent) - Method in class net.i2p.util.SimpleTimer
 
removeEventListener(EventListener) - Method in class org.cybergarage.upnp.ControlPoint
 
removeExpiredDevices() - Method in class org.cybergarage.upnp.ControlPoint
 
removeFromBuilding(long) - Method in class net.i2p.router.tunnel.pool.BuildExecutor
This returns the PTCC up to a minute after it 'expired', thus allowing us to still use a tunnel if it was accepted, and to update peer stats.
removeFromExploreKeys(Collection<Hash>) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
removeJob(Job) - Method in class net.i2p.router.JobQueue
 
removeListener(int, int) - Method in interface net.i2p.client.I2PSession
removes the specified listener (only)
removeListener(int, int) - Method in class net.i2p.client.impl.I2PSessionDemultiplexer
 
removeListener(int, int) - Method in class net.i2p.client.impl.I2PSessionImpl2
 
removeListener(int, int) - Method in class net.i2p.client.impl.I2PSessionMuxedImpl
removes the specified listener (only)
removeListener(Timestamper.UpdateListener) - Method in class net.i2p.router.time.RouterTimestamper
 
removeMagnetStatus(byte[]) - Method in class org.klomp.snark.SnarkManager
Remove the magnet marker from the config file.
removeNamingService(NamingService) - Method in class net.i2p.client.naming.MetaNamingService
 
removeNamingService(NamingService) - Method in class net.i2p.client.naming.NamingService
Only for chaining-capable NamingServices.
removeNode(String) - Method in class org.cybergarage.xml.Node
 
removeNode(Node) - Method in class org.cybergarage.xml.Node
 
removeNotifyListener(NotifyListener) - Method in class org.cybergarage.upnp.ControlPoint
 
removeOld() - Method in class net.i2p.router.sybil.PersistSybil
Remove all files older than configured threshold Inline for now, thread later if necessary
removeOOMEventListener(I2PThread.OOMEventListener) - Static method in class net.i2p.util.I2PThread
unregister a component that wants notification of OOM events
removeOOMEventThreadListener(I2PThread.OOMEventListener) - Method in class net.i2p.util.I2PAppThread
unregister a component that wants notification of OOM events
removePayload(MessageId) - Method in class net.i2p.router.client.ClientConnectionRunner
Only call if _dontSendMSMOnReceive is false
removePeer(Peer) - Method in class org.klomp.snark.Piece
Caller must synchronize.
removePending(Hash) - Method in class net.i2p.router.networkdb.kademlia.SearchState
we didn't actually want to add this peer as part of the pending list...
removePresentationURL() - Method in class org.cybergarage.upnp.Device
 
removeProperty(String) - Method in class net.i2p.router.RouterContext
Remove a property provided during the context construction.
removeQueued(String) - Method in class i2p.susi.webmail.pop3.DelayedDeleter
 
removeRate(long) - Method in class net.i2p.stat.RateStat
Deprecated.
removeRateStat(String) - Method in class net.i2p.stat.StatManager
 
removeRequestListener(HTTPRequestListener) - Method in class org.cybergarage.http.HTTPServer
 
removeReturnOld(int) - Method in class net.i2p.router.crypto.ratchet.SparseArray
Removes the mapping from the specified key, if there was any, returning the old value.
removeRunner(int) - Method in class net.i2p.router.JobQueue
 
removes - Variable in class net.i2p.router.news.BlocklistEntries
 
removeSearchListener(SearchListener) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocket
 
removeSearchResponseListener(SearchResponseListener) - Method in class org.cybergarage.upnp.ControlPoint
 
removeSession(I2PSession) - Method in class net.i2p.i2ptunnel.I2PTunnel
 
removeSession(SessionId) - Method in class net.i2p.router.client.ClientConnectionRunner
Kill the session.
removeShiftListener(RouterClock.ClockShiftListener) - Method in class net.i2p.router.RouterClock
 
removeShutdownTasks() - Method in class net.i2p.router.RouterContext
 
removeSimpleTimer() - Method in class net.i2p.util.SimpleTimer
Removes the SimpleTimer.
removeSocketHandler(int) - Method in class net.i2p.sam.SAMStreamSession
Remove and gracefully close a SAM STREAM session socket handler.
removeSubscriber(Subscriber) - Method in class org.cybergarage.upnp.Service
 
removeSubsession(I2PSession) - Method in interface net.i2p.client.I2PSession
 
removeSubsession(I2PSession) - Method in class net.i2p.client.impl.I2PSessionImpl
 
removeSubsession(I2PSession) - Method in class net.i2p.client.impl.SubSession
Unsupported in a subsession.
removeSubsession(I2PSession) - Method in interface net.i2p.client.streaming.I2PSocketManager
 
removeSubsession(I2PSession) - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
Remove the subsession
removeTorrent(String) - Method in class org.klomp.snark.SnarkManager
Stop the torrent and delete the torrent file itself, but leaving the data behind.
removeTunnel(TunnelInfo) - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
removeTunnel(TunnelInfo) - Method in class net.i2p.router.tunnel.pool.TunnelPool
Remove from the pool.
removeTunnels(Destination) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
removeTunnels(Destination) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Must be called AFTER deregistration by the client manager.
removeTunnels(Destination) - Method in interface net.i2p.router.TunnelManagerFacade
Must be called AFTER deregistration by the client manager.
removeTunnels(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
This will be called twice, once by the inbound and once by the outbound pool.
removeUpdateListener(Clock.ClockUpdateListener) - Method in class net.i2p.util.Clock
 
removeWriteBuf(ByteBuffer) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Remove the buffer, which _should_ be the one at the head of _writeBufs
rename(File, File) - Static method in class net.i2p.util.FileUtil
Try to rename, if it doesn't work then copy and delete the old.
renameDatasource(String, String, String) - Static method in class org.rrd4j.core.RrdToolkit
Renames single datasource in the given RRD file.
render(int, int) - Method in interface com.docuverse.identicon.IdenticonRenderer
Returns rendered identicon image for given identicon code encoded as a 32-bit signed integer.
render(int, int) - Method in class com.docuverse.identicon.NineBlockIdenticonRenderer2
Returns rendered identicon image for given identicon code.
render(Graphics) - Method in class org.rrd4j.graph.RrdGraph
Renders this graph onto graphing device
render(OutputStream) - Method in class net.i2p.router.web.SummaryRenderer
 
render(OutputStream, int, int, boolean, boolean, boolean, boolean, int, int, boolean) - Method in class net.i2p.router.web.SummaryRenderer
Single graph.
render(OutputStream, int, int, boolean, boolean, boolean, boolean, int, int, boolean, SummaryListener, String) - Method in class net.i2p.router.web.SummaryRenderer
Single or two-data-source graph.
render(BigInteger, int) - Method in interface com.docuverse.identicon.IdenticonRenderer
Returns rendered identicon image for given identicon code.
render(BigInteger, int) - Method in class com.docuverse.identicon.NineBlockIdenticonRenderer2
 
render(I2PAppContext, OutputStream, String) - Static method in class net.i2p.router.web.SummaryRenderer
Deprecated.
unused
renderAdvancedHTML() - Method in class net.i2p.router.web.helpers.SummaryBarRenderer
 
renderAdvancedRouterInfoHTML() - Method in class net.i2p.router.web.helpers.SummaryBarRenderer
 
renderBandwidthGraphHTML() - Method in class net.i2p.router.web.helpers.SummaryBarRenderer
 
renderBandwidthHTML() - Method in class net.i2p.router.web.helpers.SummaryBarRenderer
 
renderCongestionHTML() - Method in class net.i2p.router.web.helpers.SummaryBarRenderer
 
renderDestinationsHTML() - Method in class net.i2p.router.web.helpers.SummaryBarRenderer
 
renderFirewallAndReseedStatusHTML() - Method in class net.i2p.router.web.helpers.SummaryBarRenderer
 
renderHelpAndFAQHTML() - Method in class net.i2p.router.web.helpers.SummaryBarRenderer
 
renderI2PDiagnosticsHTML() - Method in class net.i2p.router.web.helpers.SummaryBarRenderer
Renders html for section containing logging, peer information, non-configuration "Admin" elements.
renderI2PInternalsHTML() - Method in class net.i2p.router.web.helpers.SummaryBarRenderer
 
renderI2PServicesHTML() - Method in class net.i2p.router.web.helpers.SummaryBarRenderer
 
renderLeaseSetHTML(Writer, boolean) - Method in class net.i2p.router.web.helpers.NetDbRenderer
 
renderMemoryBarHTML() - Method in class net.i2p.router.web.helpers.SummaryBarRenderer
 
renderNavBar(String, boolean) - Method in class net.i2p.router.web.helpers.ConfigNavHelper
 
renderNetworkReachabilityHTML() - Method in class net.i2p.router.web.helpers.SummaryBarRenderer
 
renderNewsHeadingsHTML() - Method in class net.i2p.router.web.helpers.SummaryBarRenderer
 
renderPeerHTML(Hash) - Method in class net.i2p.router.CommSystemFacade
 
renderPeerHTML(Hash) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Provide a consistent "look" for displaying router IDs in the console
renderPeersAdvancedHTML() - Method in class net.i2p.router.web.helpers.SummaryBarRenderer
 
renderPeersHTML() - Method in class net.i2p.router.web.helpers.SummaryBarRenderer
 
renderPng(OutputStream) - Method in class net.i2p.router.web.SummaryListener
 
renderPng(OutputStream, int, int, boolean, boolean, boolean, boolean, int, int, boolean) - Method in class net.i2p.router.web.SummaryListener
Single graph.
renderPng(OutputStream, int, int, boolean, boolean, boolean, boolean, int, int, boolean, SummaryListener, String) - Method in class net.i2p.router.web.SummaryListener
Single or two-data-source graph.
renderPng(OutputStream, String) - Method in class net.i2p.router.web.StatSummarizer
Deprecated.
unused
renderPng(Rate, OutputStream) - Method in class net.i2p.router.web.StatSummarizer
 
renderPng(Rate, OutputStream, int, int, boolean, boolean, boolean, boolean, int, int, boolean) - Method in class net.i2p.router.web.StatSummarizer
This does the single data graphs.
renderQuilt(int, int) - Method in class com.docuverse.identicon.NineBlockIdenticonRenderer2
 
renderRatePng(OutputStream, int, int, boolean, boolean, boolean, boolean, int, int, boolean) - Method in class net.i2p.router.web.StatSummarizer
This does the two-data bandwidth graph only.
renderRestartStatusHTML() - Method in class net.i2p.router.web.helpers.SummaryBarRenderer
 
renderRouterInfoHTML() - Method in class net.i2p.router.web.helpers.SummaryBarRenderer
 
renderRouterInfoHTML(Writer, int, int, String, String, String, String, String, String, String, int, SigType, EncType, String, String, String, String, int) - Method in class net.i2p.router.web.helpers.NetDbRenderer
One String must be non-null
renderShortRouterInfoHTML() - Method in class net.i2p.router.web.helpers.SummaryBarRenderer
 
renderStatus(String, String, String) - Static method in class net.i2p.router.web.helpers.ConfigRestartBean
this also initiates the restart/shutdown based on action
renderStatusHTML() - Method in class net.i2p.router.transport.UPnP
warning - slow
renderStatusHTML() - Method in class net.i2p.router.transport.UPnPManager
Warning - blocking, very slow, queries the active router, will take many seconds if it has vanished.
renderStatusHTML() - Method in interface org.klomp.snark.dht.DHT
Debug info, HTML formatted
renderStatusHTML() - Method in class org.klomp.snark.dht.KRPC
Debug info, HTML formatted
renderStatusHTML(Writer) - Method in class net.i2p.crypto.SessionKeyManager
 
renderStatusHTML(Writer) - Method in class net.i2p.router.Banlist
Deprecated.
moved to router console
renderStatusHTML(Writer) - Method in class net.i2p.router.Blocklist
Deprecated. 
renderStatusHTML(Writer) - Method in class net.i2p.router.client.ClientManager
Deprecated.
unused
renderStatusHTML(Writer) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
Deprecated.
unused
renderStatusHTML(Writer) - Method in class net.i2p.router.ClientManagerFacade
 
renderStatusHTML(Writer) - Method in class net.i2p.router.CommSystemFacade
 
renderStatusHTML(Writer) - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
 
renderStatusHTML(Writer) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
 
renderStatusHTML(Writer) - Method in class net.i2p.router.crypto.TransientSessionKeyManager
 
renderStatusHTML(Writer) - Method in class net.i2p.router.dummy.DummyPeerManagerFacade
 
renderStatusHTML(Writer) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
renderStatusHTML(Writer) - Method in class net.i2p.router.InNetMessagePool
 
renderStatusHTML(Writer) - Method in class net.i2p.router.JobQueue
Deprecated.
moved to router console
renderStatusHTML(Writer) - Method in class net.i2p.router.NetworkDatabaseFacade
Debug only - all user info moved to NetDbRenderer in router console
renderStatusHTML(Writer) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Debug info, HTML formatted
renderStatusHTML(Writer) - Method in class net.i2p.router.peermanager.PeerManagerFacadeImpl
Deprecated.
moved to routerconsole
renderStatusHTML(Writer) - Method in interface net.i2p.router.Service
 
renderStatusHTML(Writer) - Method in class net.i2p.router.startup.RouterAppManager
debug
renderStatusHTML(Writer) - Method in class net.i2p.router.StatisticsManager
 
renderStatusHTML(Writer) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
Deprecated.
not worth translating
renderStatusHTML(Writer) - Method in class net.i2p.router.transport.OutboundMessageRegistry
Deprecated.
unused
renderStatusHTML(Writer) - Method in class net.i2p.router.transport.TransportImpl
Make this stuff pretty (only used in the old console)
renderStatusHTML(Writer) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Deprecated.
moved to routerconsole
renderStatusHTML(Writer) - Method in class net.i2p.router.tunnel.TunnelDispatcher
Deprecated.
moved to router console
renderStatusHTML(Writer) - Method in class net.i2p.router.update.ConsoleUpdateManager
debug
renderStatusHTML(Writer) - Method in class net.i2p.router.web.helpers.BanlistRenderer
 
renderStatusHTML(Writer) - Method in class net.i2p.router.web.helpers.TunnelRenderer
 
renderStatusHTML(Writer) - Method in interface net.i2p.update.UpdateManager
For debugging
renderStatusHTML(Writer) - Static method in class net.i2p.util.InternalServerSocket
For debugging only
renderStatusHTML(Writer) - Method in class net.i2p.util.KeyRing
Deprecated.
unused since 0.9.33; code moved to routerconsole
renderStatusHTML(Writer) - Method in class net.i2p.util.PortMapper
For debugging only
renderStatusHTML(Writer, int) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
 
renderStatusHTML(Writer, int) - Method in class net.i2p.router.web.helpers.ProfileOrganizerRenderer
 
renderStatusHTML(Writer, int, int, int) - Method in class net.i2p.router.web.helpers.NetDbRenderer
 
renderStatusHTML(Writer, String, int) - Method in class net.i2p.router.CommSystemFacade
 
renderStatusHTML(Writer, String, int) - Method in class net.i2p.router.dummy.VMCommSystem
 
renderStatusHTML(Writer, String, int) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
As of 0.9.31, only outputs UPnP status Warning - blocking, very slow, queries the active UPnP router, will take many seconds if it has vanished.
renderStatusHTML(Writer, String, int) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
Deprecated.
as of 0.9.31
renderStatusHTML(Writer, String, int) - Method in interface net.i2p.router.transport.Transport
 
renderStatusHTML(Writer, String, int) - Method in class net.i2p.router.transport.TransportImpl
 
renderStatusHTML(Writer, String, int) - Method in class net.i2p.router.transport.TransportManager
As of 0.9.31, only outputs UPnP status Warning - blocking, very slow, queries the active UPnP router, will take many seconds if it has vanished.
renderStatusHTML(Writer, String, int) - Method in class net.i2p.router.transport.udp.UDPTransport
Deprecated.
as of 0.9.31
renderStatusHTML(StringBuilder) - Method in class org.klomp.snark.dht.DHTNodes
Debug info, HTML formatted
renderStatusHTML(StringBuilder) - Method in class org.klomp.snark.dht.DHTTracker
Debug info, HTML formatted
renderSummaryBar() - Method in class net.i2p.router.web.helpers.SummaryHelper
output the summary bar to _out
renderSummaryHTML(Writer) - Method in class net.i2p.router.web.helpers.SummaryBarRenderer
Note - ensure all links in here are absolute, as the summary bar may be displayed on lower-level directory errors.
renderSybilHTML(Writer, RouterContext, List<Hash>, String) - Static method in class net.i2p.router.web.helpers.SybilRenderer
Called from NetDbRenderer
renderTunnelsHTML() - Method in class net.i2p.router.web.helpers.SummaryBarRenderer
 
renderTunnelStatusHTML() - Method in class net.i2p.router.web.helpers.SummaryBarRenderer
 
renderUpdateStatusHTML() - Method in class net.i2p.router.web.helpers.SummaryBarRenderer
 
renew() - Method in class org.cybergarage.upnp.event.Subscriber
 
renew(X509Certificate, PrivateKey, int) - Static method in class net.i2p.crypto.SelfSignedGenerator
 
renewPrivateKeyCertificate(File, String, String, String, int) - Static method in class net.i2p.crypto.KeyStoreUtil
Renew the the private key certificate in a keystore.
RenewSubscriber - Class in org.cybergarage.upnp.control
 
RenewSubscriber(ControlPoint) - Constructor for class org.cybergarage.upnp.control.RenewSubscriber
 
renewSubscriberService() - Method in class org.cybergarage.upnp.ControlPoint
 
renewSubscriberService(long) - Method in class org.cybergarage.upnp.ControlPoint
 
renewSubscriberService(Device, long) - Method in class org.cybergarage.upnp.ControlPoint
 
reopen() - Method in class org.klomp.snark.Storage
Doesn't really reopen the file descriptors for a restart.
reorganize() - Method in class net.i2p.router.peermanager.ProfileOrganizer
Place peers into the correct tier, as well as expand/contract and even drop profiles according to whatever limits are in place.
reorganize(boolean, boolean) - Method in class net.i2p.router.peermanager.ProfileOrganizer
 
REORGANIZES_PER_DAY - Static variable in class net.i2p.router.peermanager.PeerManager
After first two hours of uptime ~= 246
repaint() - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
 
replace(StringBuilder, String, String) - Static method in class net.i2p.data.DataHelper
Replace all instances of "from" with "to" in the StringBuilder buf.
replaceAddress(RouterAddress) - Method in class net.i2p.router.transport.TransportImpl
Replace any existing addresses for the current transport with the same IP length (4 or 16) with the given one.
replaceAddress(RouterAddress) - Method in class net.i2p.router.transport.udp.UDPTransport
Replace then tell NTCP that we changed.
reply - Variable in class i2p.susi.webmail.Mail
 
Reply() - Constructor for class net.i2p.socks.SOCKS4Constants.Reply
 
Reply() - Constructor for class net.i2p.socks.SOCKS5Constants.Reply
 
REPLY_IV_LENGTH - Static variable in class net.i2p.router.tunnel.TunnelCreatorConfig
ReplyCallback - Interface in net.i2p.router.crypto.ratchet
ECIES will call this back if an ack was requested and received.
replyFound(Hash) - Method in class net.i2p.router.networkdb.kademlia.SearchState
how long did it take to get the reply, or -1 if we dont know
replyFound(DatabaseSearchReplyMessage, Hash) - Method in class net.i2p.router.networkdb.kademlia.SearchJob
found a reply
ReplyJob - Interface in net.i2p.router
Defines an executable task that can be fired off in reply to a message
replyTimedOut(OutNetMessage) - Method in class net.i2p.router.MessageHistory
The message wanted a reply but no reply came in the time expected
replyTimeout(Hash) - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
replyTimeout(Hash) - Method in class net.i2p.router.networkdb.kademlia.StoreState
public long confirmedExploratory(Hash peer) { long rv = -1; synchronized (_pendingPeers) { _pendingPeers.remove(peer); Long when = _pendingPeerTimes.remove(peer); if (when != null) rv = _context.clock().now() - when.longValue(); } synchronized (_successfulExploratoryPeers) { _successfulExploratoryPeers.add(peer); } return rv; }
ReplyTracker<S extends Sink> - Class in net.i2p.i2ptunnel.socks
Track who the reply goes to
ReplyTracker(S, Map<Destination, S>) - Constructor for class net.i2p.i2ptunnel.socks.ReplyTracker
 
repoll() - Method in class net.i2p.router.tunnel.pool.BuildExecutor
 
reportAbuse(int, int) - Method in interface net.i2p.client.I2PSession
Instruct the router that the message received was abusive (including how abusive on a 1-100 scale) in the hopes the router can do something to minimize receiving abusive messages like that in the future.
reportAbuse(int, int) - Method in class net.i2p.client.impl.I2PSessionImpl
Report abuse with regards to the given messageId
reportAbuse(I2PSession, int) - Method in class net.i2p.BOB.UDPIOthread
Deprecated.
required by I2PSessionListener to notify of abuse
reportAbuse(I2PSession, int) - Method in interface net.i2p.client.I2PSessionListener
Instruct the client that the session specified seems to be under attack and that the client may wish to move its destination to another router.
reportAbuse(I2PSession, int) - Method in interface net.i2p.client.I2PSessionMuxedListener
Instruct the client that the session specified seems to be under attack and that the client may wish to move its destination to another router.
reportAbuse(I2PSession, int) - Method in class net.i2p.client.impl.I2PSessionDemultiplexer
 
reportAbuse(I2PSession, int) - Method in class net.i2p.client.streaming.impl.MessageHandler
Instruct the client that the session specified seems to be under attack and that the client may wish to move its destination to another router.
reportAbuse(I2PSession, int) - Method in class net.i2p.i2ptunnel.I2PTunnelTask
Does nothing here.
reportAbuse(I2PSession, int) - Method in class net.i2p.i2ptunnel.udp.I2PSource.Listener
 
reportAbuse(I2PSession, int) - Method in class net.i2p.sam.PrimarySession
 
reportAbuse(I2PSession, int) - Method in class org.klomp.snark.dht.KRPC
 
reportAbuse(I2PSessionImpl, int, int) - Method in class net.i2p.client.impl.I2CPMessageProducer
Send an abuse message to the router
reportAbuse(Destination, String, int) - Method in class net.i2p.router.client.ClientConnectionRunner
Send async abuse message to the client
reportAbuse(Destination, String, int) - Method in class net.i2p.router.client.ClientManager
Unused
reportAbuse(Destination, String, int) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
Instruct the client (or all clients) that they are under attack.
reportAbuse(Destination, String, int) - Method in class net.i2p.router.ClientManagerFacade
Instruct the client (or all clients) that they are under attack.
reportAbuse(Destination, String, int) - Method in class net.i2p.router.dummy.DummyClientManagerFacade
 
ReportAbuseJob - Class in net.i2p.router.client
Async job to send an abuse message to the client
ReportAbuseJob(RouterContext, ClientConnectionRunner, Destination, String, int) - Constructor for class net.i2p.router.client.ReportAbuseJob
 
ReportAbuseMessage - Class in net.i2p.data.i2cp
Defines the message a client sends to a router when asking the router what its address visibility is
ReportAbuseMessage() - Constructor for class net.i2p.data.i2cp.ReportAbuseMessage
 
reportDecryptResult(boolean, boolean) - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
Report the result of a slow decrypt attempt.
reportDetail(String) - Method in interface com.vuze.plugins.mlab.MLabRunner.ToolListener
 
reportProcTime(boolean) - Method in class com.thetransactioncompany.jsonrpc2.server.Dispatcher
Controls reporting of request processing time by appending a non-standard "xProcTime" attribute to the JSON-RPC 2.0 response.
reportsProcTime() - Method in class com.thetransactioncompany.jsonrpc2.server.Dispatcher
Returns true if reporting of request processing time is enabled.
reportSummary(String) - Method in interface com.vuze.plugins.mlab.MLabRunner.ToolListener
 
repr - Variable in class net.i2p.crypto.eddsa.math.GroupElement
Variable is package private only so that tests run.
Republish - Class in net.i2p.router.tasks
Periodically publish our RouterInfo to the netdb
Republish(RouterContext) - Constructor for class net.i2p.router.tasks.Republish
 
REPUBLISH_LEASESET_TIMEOUT - Static variable in class net.i2p.router.networkdb.kademlia.RepublishLeaseSetJob
 
RepublishLeaseSetJob - Class in net.i2p.router.networkdb.kademlia
Run periodically for each locally created leaseSet to cause it to be republished if the client is still connected.
RepublishLeaseSetJob(RouterContext, KademliaNetworkDatabaseFacade, Hash) - Constructor for class net.i2p.router.networkdb.kademlia.RepublishLeaseSetJob
 
REQEST_LINE_DELIM - Static variable in class org.cybergarage.http.HTTP
 
request() - Method in class org.klomp.snark.Peer
Update the request queue.
request() - Method in class org.klomp.snark.WebPeer
 
request(RouterContext, PooledTunnelCreatorConfig, BuildExecutor) - Static method in class net.i2p.router.tunnel.pool.BuildRequestor
Send out a build request message.
Request - Class in org.klomp.snark
Holds all information needed for a partial piece request.
Request(PartialPiece, int) - Constructor for class org.klomp.snark.Request
Dummy Request for PeerState.returnPartialPieces().
Request(PartialPiece, int, int) - Constructor for class org.klomp.snark.Request
Creates a new Request.
REQUEST - Static variable in class org.klomp.snark.Message
 
REQUEST - Static variable in class org.minidns.edns.Nsid
 
REQUEST_TIMEOUT - Static variable in class net.i2p.router.tunnel.pool.BuildRequestor
At 10 seconds, we were receiving about 20% of replies after expiration Todo: make this variable on a per-request basis, to account for tunnel length, expl.
requestData(DataProcessor) - Method in class org.rrd4j.graph.CDef
 
requestData(DataProcessor) - Method in class org.rrd4j.graph.Def
 
requestData(DataProcessor) - Method in class org.rrd4j.graph.PDef
 
requestData(DataProcessor) - Method in class org.rrd4j.graph.Source
 
requestData(DataProcessor) - Method in class org.rrd4j.graph.TDef
 
requestData(DataProcessor) - Method in class org.rrd4j.graph.VDef
 
RequestHandler - Interface in com.thetransactioncompany.jsonrpc2.server
Interface for handling JSON-RPC 2.0 requests.
requestInbound(int, String) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
Request some bytes.
requestInboundBandwidth() - Method in class net.i2p.router.transport.udp.UDPPacket
Deprecated.
unused
requestLeaseSet(Destination, LeaseSet, long, Job, Job) - Method in class net.i2p.router.client.ClientManager
Request that a particular client authorize the Leases contained in the LeaseSet, after which the onCreateJob is queued up.
requestLeaseSet(Destination, LeaseSet, long, Job, Job) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
Request that a particular client authorize the Leases contained in the LeaseSet, after which the onCreateJob is queued up.
requestLeaseSet(Destination, LeaseSet, long, Job, Job) - Method in class net.i2p.router.ClientManagerFacade
Request that a particular client authorize the Leases contained in the LeaseSet, after which the onCreateJob is queued up.
requestLeaseSet(Destination, LeaseSet, long, Job, Job) - Method in class net.i2p.router.dummy.DummyClientManagerFacade
 
requestLeaseSet(Hash, LeaseSet) - Method in class net.i2p.router.client.ClientManager
Request that a particular client authorize the Leases contained in the LeaseSet.
requestLeaseSet(Hash, LeaseSet) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
Request that a particular client authorize the Leases contained in the LeaseSet.
requestLeaseSet(Hash, LeaseSet) - Method in class net.i2p.router.ClientManagerFacade
 
requestLeaseSet(Hash, LeaseSet) - Method in class net.i2p.router.dummy.DummyClientManagerFacade
 
requestLeaseSet(Hash, LeaseSet, long, Job, Job) - Method in class net.i2p.router.client.ClientConnectionRunner
Request that a particular client authorize the Leases contained in the LeaseSet, after which the onCreateJob is queued up.
RequestLeaseSetJob - Class in net.i2p.router.client
Async job to walk the client through generating a lease set.
RequestLeaseSetJob(RouterContext, ClientConnectionRunner, LeaseRequestState) - Constructor for class net.i2p.router.client.RequestLeaseSetJob
 
RequestLeaseSetMessage - Class in net.i2p.data.i2cp
Defines the message a router sends to a client to request that a leaseset be created and signed.
RequestLeaseSetMessage() - Constructor for class net.i2p.data.i2cp.RequestLeaseSetMessage
 
RequestLeaseSetMessageHandler - Class in net.i2p.client.impl
Handle I2CP RequestLeaseSetMessage from the router by granting all leases, using the specified expiration time for each lease.
RequestLeaseSetMessageHandler(I2PAppContext) - Constructor for class net.i2p.client.impl.RequestLeaseSetMessageHandler
 
RequestLeaseSetMessageHandler(I2PAppContext, int) - Constructor for class net.i2p.client.impl.RequestLeaseSetMessageHandler
For extension
requestMessage(int, int, int) - Method in class org.klomp.snark.PeerState
 
requestOutbound(int, int, String) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
Request some bytes.
requestOutboundBandwidth() - Method in class net.i2p.router.transport.udp.UDPPacket
So that we can compete with NTCP, we want to request bandwidth in parallel, on the way into the queue, not on the way out.
requestReseed() - Method in class net.i2p.router.networkdb.reseed.ReseedChecker
Start a reseed
requestReseed() - Method in class net.i2p.router.networkdb.reseed.Reseeder
Start a reseed using the default reseed URLs.
requestReseed(InputStream) - Method in class net.i2p.router.networkdb.reseed.ReseedChecker
Reseed from a zip or su3 input stream.
requestReseed(InputStream) - Method in class net.i2p.router.networkdb.reseed.Reseeder
Start a reseed from a zip or su3 input stream.
requestReseed(URI) - Method in class net.i2p.router.networkdb.reseed.ReseedChecker
Start a reseed from a zip or su3 URI.
requestReseed(URI) - Method in class net.i2p.router.networkdb.reseed.Reseeder
Start a reseed from a single zip or su3 URL only.
requestRrdDb(String) - Method in class org.rrd4j.core.RrdDbPool
Requests a RrdDb reference for the given RRD path.
requestRrdDb(String, String) - Method in class org.rrd4j.core.RrdDbPool
Requests a RrdDb reference for the given path.
requestRrdDb(URI) - Method in class org.rrd4j.core.RrdDbPool
Requests a RrdDb reference for the given RRD URI.
requestRrdDb(URI, String) - Method in class org.rrd4j.core.RrdDbPool
Requests a RrdDb reference for the given URI.
requestRrdDb(URI, RrdBackendFactory) - Method in class org.rrd4j.core.RrdDbPool
 
requestRrdDb(URI, RrdBackendFactory, DataImporter) - Method in class org.rrd4j.core.RrdDbPool
 
requestRrdDb(RrdDef) - Method in class org.rrd4j.core.RrdDbPool
Requests a RrdDb reference for the given RRD definition object.
requestRrdDb(RrdDef, RrdBackendFactory) - Method in class org.rrd4j.core.RrdDbPool
 
requestSent() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
note that we just sent the SessionRequest packet
RequestThrottler - Class in net.i2p.router.tunnel.pool
Like ParticipatingThrottler, but checked much earlier, cleaned more frequently, and with more than double the min and max limits.
RequestThrottler(RouterContext) - Constructor for class net.i2p.router.tunnel.pool.RequestThrottler
 
requestUpdate(Properties) - Method in class net.i2p.client.naming.NamingService
Ask any registered updaters to update now
RequestVariableLeaseSetMessage - Class in net.i2p.data.i2cp
Defines the message a router sends to a client to request that a leaseset be created and signed.
RequestVariableLeaseSetMessage() - Constructor for class net.i2p.data.i2cp.RequestVariableLeaseSetMessage
 
RequestVariableLeaseSetMessageHandler - Class in net.i2p.client.impl
Handle I2CP RequestVariableLeaseSetMessage from the router by granting all leases, retaining the individual expiration time for each lease.
RequestVariableLeaseSetMessageHandler(I2PAppContext) - Constructor for class net.i2p.client.impl.RequestVariableLeaseSetMessageHandler
 
RequestWrapper - Class in net.i2p.servlet
Refactored in 0.9.33 to use Servlet 3.0 API and remove dependency on old Jetty 5 MultiPartRequest code.
RequestWrapper(HttpServletRequest) - Constructor for class net.i2p.servlet.RequestWrapper
 
requeue(long) - Method in class net.i2p.router.JobImpl
Warning - only call this from runJob() or if Job is not already queued, or else it gets the job queue out of order.
requeueRepublish() - Method in class net.i2p.router.networkdb.kademlia.RepublishLeaseSetJob
 
REQUIRE_ORDER - Static variable in class gnu.getopt.Getopt
Describe how to deal with options that follow non-option ARGV-elements.
REQUIRED_ARGUMENT - Static variable in class gnu.getopt.LongOpt
Constant value used for the "has_arg" constructor argument.
requireKeys(JsonKey...) - Method in class org.json.simple.JsonObject
Ensures the given keys are present.
requiresLS2(I2PSessionImpl) - Method in class net.i2p.client.impl.RequestLeaseSetMessageHandler
Do we send a LeaseSet or a LeaseSet2? Side effect: sets _ls2Type
rereadConfig() - Method in class net.i2p.util.LogManager
Called periodically by the log writer's thread Do not log here, deadlock of LogWriter
rescan() - Method in class net.i2p.router.NetworkDatabaseFacade
 
rescan() - Method in interface net.i2p.router.networkdb.kademlia.DataStore
 
rescan() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
rescan() - Method in class net.i2p.router.networkdb.kademlia.PersistentDataStore
 
rescan() - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
 
rescan() - Method in class net.i2p.router.transport.UPnPManager
Call when IP or network connectivity might have changed.
reschedule(long) - Method in class net.i2p.util.SimpleTimer2.TimedEvent
Use the earliest of the new time and the old time May be called from within timeReached(), but schedule() is better there.
reschedule(long, boolean) - Method in class net.i2p.util.SimpleTimer2.TimedEvent
May be called from within timeReached(), but schedule() is better there.
reschedule(long, Connection) - Method in class net.i2p.client.streaming.impl.SchedulerImpl
 
reschedule(SimpleTimer.TimedEvent, long) - Method in class net.i2p.util.SimpleTimer
 
RESEED - net.i2p.update.UpdateType
unused
RESEED - Static variable in class net.i2p.router.util.EventLog
 
ReseedBundler - Class in net.i2p.router.networkdb.reseed
Copy a random selection of 'count' router infos from configDir/netDb to 'toDir'.
ReseedBundler(RouterContext) - Constructor for class net.i2p.router.networkdb.reseed.ReseedBundler
 
reseedChecker() - Method in class net.i2p.router.NetworkDatabaseFacade
 
reseedChecker() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
ReseedChecker - Class in net.i2p.router.networkdb.reseed
Moved from RouterConsoleRunner.java Reseeding is not strictly a router function, it used to be in the routerconsole app, but this made it impossible to bootstrap an embedded router lacking a routerconsole, in iMule or android for example, without additional modifications.
ReseedChecker(RouterContext) - Constructor for class net.i2p.router.networkdb.reseed.ReseedChecker
All reseeding must be done through this instance.
reseedCount - Variable in class gnu.crypto.prng.FortunaStandalone
 
Reseeder - Class in net.i2p.router.networkdb.reseed
Moved from ReseedHandler in routerconsole.
Reseeder(RouterContext, ReseedChecker) - Constructor for class net.i2p.router.networkdb.reseed.Reseeder
 
ReseedGenerator - Class in net.i2p.router.web.helpers
Handler to create a i2preseed.zip file
ReseedGenerator() - Constructor for class net.i2p.router.web.helpers.ReseedGenerator
 
ReseedHandler - Class in net.i2p.router.web.helpers
Handler to deal with reseed requests.
ReseedHandler() - Constructor for class net.i2p.router.web.helpers.ReseedHandler
 
ReseedHandler(RouterContext) - Constructor for class net.i2p.router.web.helpers.ReseedHandler
 
ResendComparator() - Constructor for class net.i2p.router.web.helpers.UDPSorters.ResendComparator
 
ResendPacketEvent(PacketLocal) - Constructor for class net.i2p.client.streaming.impl.Connection.ResendPacketEvent
 
RESERVED - org.minidns.record.NSEC3.HashAlgorithm
 
ReservedLdhLabel - Class in org.minidns.dnslabel
A reserved LDH label (R-LDH label), which have the property that they contain "--" in the third and fourth characters.
ReservedLdhLabel(String) - Constructor for class org.minidns.dnslabel.ReservedLdhLabel
 
reset() - Method in interface net.i2p.client.streaming.I2PSocket
Resets and closes this socket.
reset() - Method in class net.i2p.client.streaming.impl.I2PSocketFull
Resets and closes this socket.
reset() - Method in class net.i2p.i2ptunnel.socks.SocketWrapper
Just calls close()
reset() - Method in class net.i2p.router.transport.udp.I2PHMac
Reset the mac generator.
reset() - Method in class net.i2p.router.transport.udp.IntroductionManager
 
reset() - Method in class net.i2p.stat.RateAverages
 
reset() - Method in class net.i2p.util.ByteArrayStream
 
reset() - Method in class net.i2p.util.ResettableGZIPOutputStream
Reinitialze everything so we can write a brand new gzip output stream again.
reset() - Method in class net.i2p.util.ReusableGZIPOutputStream
clear the data so we can start again afresh
reset() - Method in class net.i2p.util.TranslateReader
 
reset() - Method in class org.rrd4j.graph.ImageWorker
 
reset(byte[], int) - Method in class com.southernstorm.noise.crypto.Poly1305
Resets the message authenticator with a new key.
resetBegin() - Method in class net.i2p.router.transport.udp.UDPPacket
 
resetCounters() - Method in class org.klomp.snark.Peer
Resets the downloaded and uploaded counters to zero.
resetReceived() - Method in class net.i2p.client.streaming.impl.Connection
Notify that a reset was received.
ResettableGZIPInputStream - Class in net.i2p.util
GZIP implementation per RFC 1952, reusing java's standard CRC32 and Inflater and InflaterInputStream implementations.
ResettableGZIPInputStream() - Constructor for class net.i2p.util.ResettableGZIPInputStream
Build a new GZIP stream without a bound compressed stream.
ResettableGZIPInputStream(InputStream) - Constructor for class net.i2p.util.ResettableGZIPInputStream
Warning - blocking!
ResettableGZIPOutputStream - Class in net.i2p.util
GZIP implementation per RFC 1952, reusing java's standard CRC32 and Deflater implementations.
ResettableGZIPOutputStream(OutputStream) - Constructor for class net.i2p.util.ResettableGZIPOutputStream
 
resetTimer() - Method in class net.i2p.util.SocketTimeout
Call when there is activity
resize(int, int) - Method in class org.rrd4j.graph.ImageWorker
 
resizeArchive(String, String, ConsolFun, int, int) - Static method in class org.rrd4j.core.RrdToolkit
Creates new RRD file based on the existing one, but with a different size (number of rows) for a single archive.
resizeArchive(String, ConsolFun, int, int, boolean) - Static method in class org.rrd4j.core.RrdToolkit
Modifies existing RRD file, by resizing its chosen archive.
resolve(URI, URI, boolean) - Method in class org.rrd4j.core.RrdBackendFactory
Try to match an URI against a root URI using a few rules: scheme must match if they are given.
resolvedText - Variable in class org.rrd4j.graph.CommentText
 
resolveMonthsMinutes(int) - Method in class org.rrd4j.core.timespec.TimeScanner
 
resolveText(Locale, DataProcessor, ValueScaler) - Method in class org.rrd4j.graph.CommentText
 
resolveText(Locale, DataProcessor, ValueScaler) - Method in class org.rrd4j.graph.PrintText
 
ResourceHelper - Class in net.i2p.router.web.helpers
 
ResourceHelper() - Constructor for class net.i2p.router.web.helpers.ResourceHelper
 
RESPONDER - Static variable in class com.southernstorm.noise.protocol.HandshakeState
Enumerated value that indicates that the handshake object is handling the responder role.
RESPONSE - Static variable in class org.cybergarage.soap.SOAP
 
responseCode - Variable in class org.minidns.dnsmessage.DnsMessage
The response code of this dns message.
restart() - Method in class net.i2p.crypto.ElGamalEngine
This is now a noop.
restart() - Method in class net.i2p.router.client.ClientManager
 
restart() - Method in class net.i2p.router.client.ClientManagerFacadeImpl
 
restart() - Method in class net.i2p.router.ClientMessagePool
 
restart() - Method in class net.i2p.router.dummy.DummyClientManagerFacade
 
restart() - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
 
restart() - Method in class net.i2p.router.dummy.DummyPeerManagerFacade
 
restart() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
restart() - Method in class net.i2p.router.dummy.VMCommSystem
 
restart() - Method in class net.i2p.router.InNetMessagePool
does nothing since we aren't threaded
restart() - Method in class net.i2p.router.JobQueue
Deprecated.
do you really want to do this?
restart() - Method in interface net.i2p.router.networkdb.kademlia.DataStore
 
restart() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
restart() - Method in class net.i2p.router.networkdb.kademlia.PersistentDataStore
 
restart() - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
 
restart() - Method in class net.i2p.router.peermanager.PeerManagerFacadeImpl
 
restart() - Method in class net.i2p.router.Router
A "soft" restart, primarily of the comm system, after a port change or large step-change in system time.
restart() - Method in interface net.i2p.router.Service
Perform a soft restart.
restart() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
 
restart() - Method in class net.i2p.router.transport.OutboundMessageRegistry
 
restart() - Method in class net.i2p.router.transport.TransportManager
 
restart() - Method in class net.i2p.router.tunnel.pool.BuildExecutor
 
restart() - Method in class net.i2p.router.tunnel.pool.BuildHandler
 
restart() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
 
restart() - Method in class net.i2p.router.tunnel.TunnelDispatcher
 
restart() - Method in class org.cybergarage.util.ThreadCore
 
restart() - Method in class org.klomp.snark.ConnectionAcceptor
Effectively unused, would only be called if we changed I2CP host/port, which is hidden in the gui if in router context FIXME this only works if already running
restart() - Method in class org.klomp.snark.PeerCoordinator
 
restart(RouterContext) - Static method in class net.i2p.desktopgui.router.RouterManager
Restart the running I2P instance.
restartAcceptor() - Method in class org.klomp.snark.Snark
 
restartAllControllers() - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Restart all tunnels.
Restarter - Class in net.i2p.router.tasks
 
Restarter(RouterContext) - Constructor for class net.i2p.router.tasks.Restarter
 
restartGracefully(RouterContext) - Static method in class net.i2p.desktopgui.router.RouterManager
Restart the running I2P instance.
restartTunnel() - Method in class net.i2p.i2ptunnel.TunnelController
 
restoreState() - Method in class org.rrd4j.core.timespec.TimeScanner
 
RESTRICTED_CONE_NAT - Static variable in class org.freenetproject.DetectedIP
Restricted cone NAT.
RESULT_DECRYPTION_FAILURE - Static variable in interface net.i2p.client.LookupResult
b33 requires per-client auth private key, the router has a key, but decryption failed; please supply a new key in a blinding info message
RESULT_DECRYPTION_FAILURE - Static variable in class net.i2p.data.i2cp.HostReplyMessage
 
RESULT_FAILURE - Static variable in interface net.i2p.client.LookupResult
general failure, probably a local hostname lookup failure, or a b32 lookup timeout
RESULT_FAILURE - Static variable in class net.i2p.data.i2cp.HostReplyMessage
generic fail, other codes TBD
RESULT_KEY_REQUIRED - Static variable in interface net.i2p.client.LookupResult
b33 requires per-client auth private key but the router does not have it cached; please supply in a blinding info message
RESULT_KEY_REQUIRED - Static variable in class net.i2p.data.i2cp.HostReplyMessage
 
RESULT_SECRET_AND_KEY_REQUIRED - Static variable in interface net.i2p.client.LookupResult
b33 requires a lookup password and per-client auth private key but the router does not have them cached; please supply in a blinding info message
RESULT_SECRET_AND_KEY_REQUIRED - Static variable in class net.i2p.data.i2cp.HostReplyMessage
 
RESULT_SECRET_REQUIRED - Static variable in interface net.i2p.client.LookupResult
b33 requires a lookup password but the router does not have it cached; please supply in a blinding info message
RESULT_SECRET_REQUIRED - Static variable in class net.i2p.data.i2cp.HostReplyMessage
 
RESULT_SUCCESS - Static variable in interface net.i2p.client.LookupResult
getDestination() will be non-null
RESULT_SUCCESS - Static variable in class net.i2p.data.i2cp.HostReplyMessage
 
resultSize() - Method in class i2p.susi.dns.AddressbookBean
 
resultSize() - Method in class i2p.susi.dns.NamingServiceBean
 
RESULTSTATUS - Static variable in class org.cybergarage.soap.SOAP
 
ResultsTextPane - Class in edu.internet2.ndt
 
ResultsTextPane() - Constructor for class edu.internet2.ndt.ResultsTextPane
 
resumeIncoming(int) - Method in interface net.i2p.i2ptunnel.irc.DCCHelper
An incoming RESUME request
resumeIncoming(int) - Method in class net.i2p.i2ptunnel.irc.I2PTunnelDCCServer
An incoming RESUME request
resumeOutgoing(int) - Method in class net.i2p.i2ptunnel.irc.DCCClientManager
An outgoing RESUME request
resumeOutgoing(int) - Method in interface net.i2p.i2ptunnel.irc.DCCHelper
An outgoing RESUME request
resumeReading() - Method in class net.i2p.data.i2cp.I2CPMessageReader
Deprecated.
unused
resumeRunner() - Method in class net.i2p.data.i2cp.I2CPMessageReader.I2CPMessageReaderRunner
deprecated unused
RETRANSMISSION_PERIOD_WIDTH - Static variable in class net.i2p.router.transport.udp.PeerState
how many packets will be considered within the retransmission rate calculation
RetransmissionTimer - Class in net.i2p.client.streaming.impl
Per-destination timer
RetransmissionTimer(I2PAppContext, String) - Constructor for class net.i2p.client.streaming.impl.RetransmissionTimer
 
RetransmitEvent() - Constructor for class net.i2p.client.streaming.impl.Connection.RetransmitEvent
 
retransmitRequests() - Method in class org.klomp.snark.Peer
Retransmit outstanding requests if necessary
retransmitRequests() - Method in class org.klomp.snark.PeerState
 
retransmitRequests() - Method in class org.klomp.snark.WebPeer
 
retransmitRequests(List<Request>) - Method in class org.klomp.snark.PeerConnectionOut
 
retrieveACKBitfields() - Method in class net.i2p.router.transport.udp.PeerState
Deprecated.
unused
retrieveACKBitfields(boolean) - Method in class net.i2p.router.transport.udp.PeerState
See above.
retrievePreprocessedData(byte[], int, int, Hash) - Method in class net.i2p.router.tunnel.InboundEndpointProcessor
Undo all of the encryption done by the peers in the tunnel, recovering the preprocessed data sent by the gateway.
retry - Variable in class org.minidns.record.SOA
A 32 bit time interval that should elapse before a failed refresh should be retried.
RETURN - Static variable in class org.cybergarage.upnp.control.Control
 
RETURN_IN_ORDER - Static variable in class gnu.getopt.Getopt
RETURN_IN_ORDER is an option available to programs that were written to expect options and other ARGV-elements in any order and that care about the ordering of the two.
returnBadRequest() - Method in class org.cybergarage.http.HTTPRequest
 
returnOK() - Method in class org.cybergarage.http.HTTPRequest
 
returnPartialPieces() - Method in class org.klomp.snark.PeerState
Get partial pieces, give them back to PeerCoordinator.
returnResponse(int) - Method in class org.cybergarage.http.HTTPRequest
 
returnUnused(KeyPair) - Method in class net.i2p.router.transport.crypto.X25519KeyFactory
Return an unused DH key builder to be put back onto the queue for reuse.
returnUnused(Elg2KeyPair) - Method in class net.i2p.router.crypto.ratchet.Elg2KeyFactory
Return an unused DH key builder to be put back onto the queue for reuse.
returnUnused(DHSessionKeyBuilder) - Method in interface net.i2p.router.transport.crypto.DHSessionKeyBuilder.Factory
Return an unused DH key builder to be put back onto the queue for reuse.
returnUnused(DHSessionKeyBuilder) - Method in class net.i2p.router.transport.crypto.DHSessionKeyBuilder.PrecalcRunner
Return an unused DH key builder to be put back onto the queue for reuse.
ReusableGZIPInputStream - Class in net.i2p.util
Provide a cache of reusable GZIP unzipper streams.
ReusableGZIPOutputStream - Class in net.i2p.util
Provide a cache of reusable GZIP streams, each handling up to 40 KB output without expansion.
reverse() - Method in class com.google.zxing.common.BitArray
Reverses all bits in the array.
reverseFlags(short) - Static method in class com.southernstorm.noise.protocol.Pattern
Reverses the local and remote flags for a pattern.
reverseIpAddressOf(Inet4Address) - Static method in class org.minidns.util.InetAddressUtil
 
reverseIpAddressOf(Inet6Address) - Static method in class org.minidns.util.InetAddressUtil
 
reverseLookup(Destination) - Method in class net.i2p.client.naming.NamingService
Reverse lookup a destination This implementation returns reverseLookup(dest, null).
reverseLookup(Destination, Properties) - Method in class net.i2p.client.naming.MetaNamingService
 
reverseLookup(Destination, Properties) - Method in class net.i2p.client.naming.NamingService
Same as reverseLookup(dest) but with options This implementation returns null.
reverseLookup(Destination, Properties) - Method in class net.i2p.client.naming.SingleFileNamingService
 
reverseLookup(Destination, Properties) - Method in class net.i2p.router.naming.BlockfileNamingService
 
reverseLookup(Hash) - Method in class net.i2p.client.naming.NamingService
Reverse lookup a hash.
reverseLookup(Hash) - Method in class net.i2p.router.naming.BlockfileNamingService
 
reverseLookupAll(Destination) - Method in class net.i2p.client.naming.NamingService
Reverse lookup a destination This implementation returns reverseLookupAll(dest, null).
reverseLookupAll(Destination, Properties) - Method in class net.i2p.client.naming.NamingService
Same as reverseLookupAll(dest) but with options This implementation returns the result from reverseLookup, or null.
reverseLookupAll(Destination, Properties) - Method in class net.i2p.router.naming.BlockfileNamingService
 
reverseLookupAll(Hash) - Method in class net.i2p.client.naming.NamingService
Reverse lookup a hash.
reverseLookupAll(Hash) - Method in class net.i2p.router.naming.BlockfileNamingService
 
revokeClients(String[]) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
Multiple entries in form
rewriteAnnounce(String) - Method in class org.klomp.snark.I2PSnarkUtil
Given http://KEY.i2p/foo/announce turn it into http://i2p/KEY/foo/announce Given http://tracker.blah.i2p/foo/announce leave it alone
RFC_1323_DISABLED - Static variable in class edu.internet2.ndt.NDTConstants
 
RFC_1323_ENABLED - Static variable in class edu.internet2.ndt.NDTConstants
 
RFC_1323_PEER_DISABLED - Static variable in class edu.internet2.ndt.NDTConstants
 
RFC_1323_SELF_DISABLED - Static variable in class edu.internet2.ndt.NDTConstants
 
RFC_2018_ENABLED - Static variable in class edu.internet2.ndt.NDTConstants
 
RFC_3168_ENABLED - Static variable in class edu.internet2.ndt.NDTConstants
 
RFC_3168_PEER_DISABLED - Static variable in class edu.internet2.ndt.NDTConstants
 
RFC_3168_SELF_DISABLED - Static variable in class edu.internet2.ndt.NDTConstants
 
RFC_896_ENABLED - Static variable in class edu.internet2.ndt.NDTConstants
 
RFC3339Date - Class in net.i2p.router.news
Adapted from net.i2p.router.util.RFC822Date.
RFC3339Date() - Constructor for class net.i2p.router.news.RFC3339Date
 
RFC822Date - Class in net.i2p.util
Moved from NewsFetcher
RFC822Date() - Constructor for class net.i2p.util.RFC822Date
 
RI - net.i2p.data.i2np.DatabaseLookupMessage.Type
router info only
RI_FILTER - Static variable in class net.i2p.router.networkdb.kademlia.PersistentDataStore
 
RIBlock(RouterInfo, boolean) - Constructor for class net.i2p.router.transport.ntcp.NTCP2Payload.RIBlock
 
RIGHT - org.rrd4j.data.LinearInterpolator.Method
 
RIGHT_BRACE - org.json.simple.Yytoken.Types
Tokens of this type will always have a value of "}"
RIGHT_SQUARE - org.json.simple.Yytoken.Types
Tokens of this type will always have a value of "]"
rigid - Variable in class org.rrd4j.graph.RrdGraphDef
 
RKEY - org.minidns.record.Record.TYPE
 
rmdir(File, boolean) - Static method in class net.i2p.util.FileUtil
Delete the path as well as any files or directories underneath it.
rmdir(String, boolean) - Static method in class net.i2p.util.FileUtil
Delete the path as well as any files or directories underneath it.
rname - Variable in class org.minidns.record.SOA
A domain name which specifies the mailbox of the person responsible for this zone.
rng - Static variable in class net.metanotion.util.skiplist.SkipList
 
Robin - Interface in org.rrd4j.core
Class to represent archive values for a single datasource.
RobinArray - Class in org.rrd4j.core
Class to represent archive values for a single datasource.
RobinArray(Archive, int, boolean) - Constructor for class org.rrd4j.core.RobinArray
 
RobinMatrix - Class in org.rrd4j.core
Class to represent archive values for a single datasource.
RobinMatrix(Archive, RrdDoubleMatrix<Archive>, RrdInt<Archive>, int) - Constructor for class org.rrd4j.core.RobinMatrix
 
rollover() - Method in class net.i2p.router.networkdb.kademlia.BlindCache
Refresh all the data at midnight
root - Variable in class org.rrd4j.core.XmlTemplate
 
ROOT - Static variable in class org.minidns.dnsname.DnsName
 
ROOT_DEVICE - Static variable in class org.cybergarage.upnp.device.ST
 
ROOT_ELEMENT - Static variable in interface org.cybergarage.upnp.RootDescription
 
ROOT_ELEMENT_NAMESPACE - Static variable in interface org.cybergarage.upnp.RootDescription
 
rootDelay - Variable in class net.i2p.router.time.NtpMessage
This value indicates the total roundtrip delay to the primary reference source, in seconds.
RootDescription - Interface in org.cybergarage.upnp
 
ROOTDEVICE - Static variable in class org.cybergarage.upnp.device.NT
 
ROOTDEVICE - Static variable in class org.cybergarage.upnp.device.USN
 
rootDispersion - Variable in class net.i2p.router.time.NtpMessage
This value indicates the nominal error relative to the primary reference source, in seconds.
rotate180() - Method in class com.google.zxing.common.BitMatrix
Modifies this BitMatrix to represent the same but rotated 180 degrees
rotateBuffer() - Method in class gnu.crypto.prng.AsyncFortunaStandalone
make the next available filled buffer current, scheduling any unfilled buffers for refill, and blocking until at least one buffer is ready
router() - Method in class net.i2p.router.RouterContext
what router is this context working for?
Router - Class in net.i2p.router
Main driver for the router.
Router() - Constructor for class net.i2p.router.Router
Instantiation only.
Router(String) - Constructor for class net.i2p.router.Router
Instantiation only.
Router(String, Properties) - Constructor for class net.i2p.router.Router
Instantiation only.
Router(Properties) - Constructor for class net.i2p.router.Router
Instantiation only.
ROUTER_BUNDLE_NAME - Static variable in class net.i2p.router.CommSystemFacade
 
ROUTER_DEV_SU3 - net.i2p.update.UpdateType
 
ROUTER_SIGNED - net.i2p.update.UpdateType
 
ROUTER_SIGNED_SU3 - net.i2p.update.UpdateType
 
ROUTER_UNSIGNED - net.i2p.update.UpdateType
 
RouterAddress - Class in net.i2p.data.router
Defines a method of communicating with a router For efficiency, the options methods and structures here are unsynchronized.
RouterAddress() - Constructor for class net.i2p.data.router.RouterAddress
 
RouterAddress(String, OrderedProperties, int) - Constructor for class net.i2p.data.router.RouterAddress
For efficiency when created by a Transport.
RouterApp - Interface in net.i2p.router.app
If a class started via clients.config implements this interface, it will be used to manage the client, instead of starting with main() Clients implementing this interface MUST provide the following constructor: public MyClientApp(RouterContext context, ClientAppManager listener, String[] args) {...} All parameters are non-null.
routerAppManager() - Method in class net.i2p.router.RouterContext
The RouterAppManager.
RouterAppManager - Class in net.i2p.router.startup
Notify the router of events, and provide methods for client apps to find each other.
RouterAppManager(RouterContext) - Constructor for class net.i2p.router.startup.RouterAppManager
 
RouterAppManager.Shutdown - Class in net.i2p.router.startup
 
RouterClock - Class in net.i2p.router
Alternate location for determining the time which takes into account an offset.
RouterClock(RouterContext) - Constructor for class net.i2p.router.RouterClock
Does not start.
RouterClock.ClockShiftListener - Interface in net.i2p.router
 
ROUTERCONSOLE - Static variable in class net.i2p.router.web.RouterConsoleRunner
 
RouterConsoleRunner - Class in net.i2p.router.web
Start the router console.
RouterConsoleRunner(RouterContext, ClientAppManager, String[]) - Constructor for class net.i2p.router.web.RouterConsoleRunner
non-SSL: RouterConsoleRunner RouterConsoleRunner 7657 RouterConsoleRunner 7657 127.0.0.1 RouterConsoleRunner 7657 127.0.0.1,::1 RouterConsoleRunner 7657 127.0.0.1,::1 ./webapps/ SSL: RouterConsoleRunner -s 7657 RouterConsoleRunner -s 7657 127.0.0.1 RouterConsoleRunner -s 7657 127.0.0.1,::1 RouterConsoleRunner -s 7657 127.0.0.1,::1 ./webapps/ If using both, non-SSL must be first: RouterConsoleRunner 7657 127.0.0.1 -s 7667 RouterConsoleRunner 7657 127.0.0.1 -s 7667 127.0.0.1 RouterConsoleRunner 7657 127.0.0.1,::1 -s 7667 127.0.0.1,::1 RouterConsoleRunner 7657 127.0.0.1,::1 -s 7667 127.0.0.1,::1 ./webapps/
RouterContext - Class in net.i2p.router
Build off the core I2P context to provide a root for a router instance to coordinate its resources.
RouterContext(Router) - Constructor for class net.i2p.router.RouterContext
Caller MUST call initAll() after instantiation.
RouterContext(Router, Properties) - Constructor for class net.i2p.router.RouterContext
Caller MUST call initAll() after instantiation.
RouterContext(Router, Properties, boolean) - Constructor for class net.i2p.router.RouterContext
Caller MUST call initAll() after instantiation.
routerDisconnected() - Method in interface net.i2p.i2ptunnel.I2PTunnel.ConnectionEventListener
 
routerDisconnected() - Method in class net.i2p.i2ptunnel.I2PTunnel
Call this whenever we lose touch with the router involuntarily (aka the router is off / crashed / etc)
routerDisconnected() - Method in class net.i2p.i2ptunnel.I2PTunnelTask
 
RouterDoSThrottle - Class in net.i2p.router
Deprecated.
unused
RouterDoSThrottle(RouterContext) - Constructor for class net.i2p.router.RouterDoSThrottle
Deprecated.
 
RouterException(String) - Constructor for exception org.klomp.snark.Snark.RouterException
 
RouterException(String, Throwable) - Constructor for exception org.klomp.snark.Snark.RouterException
 
RouterFragmentHandler - Class in net.i2p.router.tunnel
Minor extension to allow message history integration
RouterFragmentHandler(RouterContext, FragmentHandler.DefragmentedReceiver) - Constructor for class net.i2p.router.tunnel.RouterFragmentHandler
 
routerHash() - Method in class net.i2p.router.RouterContext
Convenience method for getting the router hash.
routerIdentity - Variable in class net.i2p.router.startup.LoadRouterInfoJob.KeyData
 
RouterIdentity - Class in net.i2p.data.router
Defines the unique identifier of a router, including any certificate or public key.
RouterIdentity() - Constructor for class net.i2p.data.router.RouterIdentity
 
RouterInfo - Class in net.i2p.data.router
Defines the data that a router either publishes to the global routing table or provides to trusted peers.
RouterInfo() - Constructor for class net.i2p.data.router.RouterInfo
 
RouterInfo(RouterInfo) - Constructor for class net.i2p.data.router.RouterInfo
Used only by Router and PublishLocalRouterInfoJob.
routerInfoFileLock - Variable in class net.i2p.router.Router
not for external use
RouterInfoHandler - Class in net.i2p.i2pcontrol.servlets.jsonrpc2handlers
 
RouterInfoHandler(RouterContext, JSONRPC2Helper) - Constructor for class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.RouterInfoHandler
 
routerInfoPublishSuccessful() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Set the last time we successfully published our RI.
routerKeyGenerator() - Method in class net.i2p.router.RouterContext
Determine how much do we want to mess with the keys to turn them into something we can route.
RouterKeyGenerator - Class in net.i2p.data.router
Component to manage the munging of hashes into routing keys - given a hash, perform some consistent transformation against it and return the result.
RouterKeyGenerator(I2PAppContext) - Constructor for class net.i2p.data.router.RouterKeyGenerator
 
RouterLaunch - Class in net.i2p.router
This is the class called by the runplain.sh script on linux and the i2p.exe launcher on Windows.
RouterLaunch() - Constructor for class net.i2p.router.RouterLaunch
 
RouterManager - Class in net.i2p.desktopgui.router
Handle communications with the router instance.
RouterManager() - Constructor for class net.i2p.desktopgui.router.RouterManager
 
RouterManagerHandler - Class in net.i2p.i2pcontrol.servlets.jsonrpc2handlers
 
RouterManagerHandler(RouterContext, JSONRPC2Helper) - Constructor for class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.RouterManagerHandler
 
RouterManagerHandler.UpdateWrapperManagerTask - Class in net.i2p.i2pcontrol.servlets.jsonrpc2handlers
 
RouterPasswordManager - Class in net.i2p.router.util
Manage both plaintext and salted/hashed password storage in router.config.
RouterPasswordManager(RouterContext) - Constructor for class net.i2p.router.util.RouterPasswordManager
// migrate these to b64 private static final String[] MIGRATE_FROM = { // This has a separate router.reseedProxy.username prop, // so let's not mess with it "router.reseedProxy.password", // Don't migrate these until we have a console form for them, // which we aren't likely to ever bother with "routerconsole.keyPassword", "routerconsole.keystorePassword", "i2cp.keyPassword", "i2cp.keystorePassword" }; private static final String[] MIGRATE_TO = { "router.reseedProxy.auth", "routerconsole.ssl.key.auth", "routerconsole.ssl.keystore.auth", "i2cp.ssl.key.auth", "i2cp.ssl.keystore.auth" };
RouterPrivateKeyFile - Class in net.i2p.data.router
Same format as super, simply adds a method to treat it as a RouterIdentity instead of a Destination.
RouterPrivateKeyFile(File) - Constructor for class net.i2p.data.router.RouterPrivateKeyFile
 
RouterRestartException - Exception in net.i2p.client.streaming
An I2PException thrown from I2PServerSocket.accept() when the router is restarting.
RouterRestartException() - Constructor for exception net.i2p.client.streaming.RouterRestartException
 
RouterThrottle - Interface in net.i2p.router
Gatekeeper for deciding whether to throttle the further processing of messages through the router.
RouterThrottleImpl - Class in net.i2p.router
Simple throttle that basically stops accepting messages or nontrivial requests if the jobQueue lag is too large.
RouterThrottleImpl(RouterContext) - Constructor for class net.i2p.router.RouterThrottleImpl
 
RouterTimestamper - Class in net.i2p.router.time
Periodically query a series of NTP servers and update any associated listeners.
RouterTimestamper(I2PAppContext) - Constructor for class net.i2p.router.time.RouterTimestamper
Does not start.
RouterTimestamper(I2PAppContext, Timestamper.UpdateListener) - Constructor for class net.i2p.router.time.RouterTimestamper
Does not start.
RouterTimestamper(I2PAppContext, Timestamper.UpdateListener, boolean) - Constructor for class net.i2p.router.time.RouterTimestamper
Does not start.
RouterVersion - Class in net.i2p.router
Expose a version string
RouterVersion() - Constructor for class net.i2p.router.RouterVersion
 
RouterWatchdog - Class in net.i2p.router.tasks
Periodically check to make sure things haven't gone totally haywire (and if they have, restart the JVM)
RouterWatchdog(RouterContext) - Constructor for class net.i2p.router.tasks.RouterWatchdog
 
routingKeyChanged() - Method in class net.i2p.router.NetworkDatabaseFacade
Notify the netDB that the routing key changed at midnight UTC
routingKeyChanged() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Notify the netDB that the routing key changed at midnight UTC
routingKeyGenerator() - Method in class net.i2p.I2PAppContext
Determine how much do we want to mess with the keys to turn them into something we can route.
routingKeyGenerator() - Method in class net.i2p.router.RouterContext
Determine how much do we want to mess with the keys to turn them into something we can route.
RoutingKeyGenerator - Class in net.i2p.data
Component to manage the munging of hashes into routing keys - given a hash, perform some consistent transformation against it and return the result.
RoutingKeyGenerator() - Constructor for class net.i2p.data.RoutingKeyGenerator
 
rowCount - Variable in class org.rrd4j.core.jrrd.Archive
Data row count
rows - Variable in class org.rrd4j.core.Archive
 
RP - org.minidns.record.Record.TYPE
 
RpnCalculator - Class in org.rrd4j.data
 
RpnCalculator(String, String, DataProcessor) - Constructor for class org.rrd4j.data.RpnCalculator
 
rraCount - Variable in class org.rrd4j.core.jrrd.Header
Number of archives within file
RRD_DIR - Static variable in class net.i2p.router.web.SummaryListener
note that .jrb files are NOT compatible with .rrd files
RRD_DOUBLE - Static variable in class org.rrd4j.core.RrdPrimitive
 
RRD_INT - Static variable in class org.rrd4j.core.RrdPrimitive
 
RRD_LONG - Static variable in class org.rrd4j.core.RrdPrimitive
 
RRD_PREFIX - Static variable in class net.i2p.router.web.SummaryListener
 
RRD_PRIM_SIZES - Static variable in class org.rrd4j.core.RrdPrimitive
 
RRD_STRING - Static variable in class org.rrd4j.core.RrdPrimitive
 
RRD_SUFFIX - Static variable in class net.i2p.router.web.SummaryListener
 
RRD4J_DIR - Static variable in class org.rrd4j.core.Util
 
RrdAllocator - Class in org.rrd4j.core
An internal usage class.
RrdAllocator() - Constructor for class org.rrd4j.core.RrdAllocator
 
RRDatabase - Class in org.rrd4j.core.jrrd
Instances of this class model Round Robin Database (RRD) files.
RRDatabase(File) - Constructor for class org.rrd4j.core.jrrd.RRDatabase
Creates a database to read from.
RRDatabase(String) - Constructor for class org.rrd4j.core.jrrd.RRDatabase
Creates a database to read from.
RrdBackend - Class in org.rrd4j.core
Base implementation class for all backend classes.
RrdBackend(String) - Constructor for class org.rrd4j.core.RrdBackend
Creates backend for a RRD storage with the given path.
RrdBackendAnnotation - Annotation Type in org.rrd4j.core
Description of a RrdBackendFactory
RrdBackendException - Exception in org.rrd4j.core
Wrap a exception generated by the backend store
RrdBackendException(String) - Constructor for exception org.rrd4j.core.RrdBackendException
 
RrdBackendException(String, Throwable) - Constructor for exception org.rrd4j.core.RrdBackendException
 
RrdBackendFactory - Class in org.rrd4j.core
Base (abstract) backend factory class which holds references to all concrete backend factories and defines abstract methods which must be implemented in all concrete factory implementations.
RrdBackendFactory() - Constructor for class org.rrd4j.core.RrdBackendFactory
 
RrdByteArrayBackend - Class in org.rrd4j.core
Abstract byte array based backend.
RrdByteArrayBackend(String) - Constructor for class org.rrd4j.core.RrdByteArrayBackend
Constructor for RrdByteArrayBackend.
rrdClose() - Method in class org.rrd4j.core.ByteBufferBackend
 
rrdClose() - Method in class org.rrd4j.core.RrdBackend
Closes the underlying backend.
RrdDb - Class in org.rrd4j.core
Main class used to create and manipulate round robin databases (RRDs).
RrdDb(String) - Constructor for class org.rrd4j.core.RrdDb
Deprecated.
Use the builder instead.
RrdDb(String, boolean) - Constructor for class org.rrd4j.core.RrdDb
Deprecated.
Use the builder instead.
RrdDb(String, boolean, RrdBackendFactory) - Constructor for class org.rrd4j.core.RrdDb
Deprecated.
Use the builder instead.
RrdDb(String, String) - Constructor for class org.rrd4j.core.RrdDb
Deprecated.
Use the builder instead.
RrdDb(String, String, RrdBackendFactory) - Constructor for class org.rrd4j.core.RrdDb
Deprecated.
Use the builder instead.
RrdDb(String, RrdBackendFactory) - Constructor for class org.rrd4j.core.RrdDb
Deprecated.
Use the builder instead.
RrdDb(URI) - Constructor for class org.rrd4j.core.RrdDb
Deprecated.
Use the builder instead.
RrdDb(URI, boolean) - Constructor for class org.rrd4j.core.RrdDb
Deprecated.
Use the builder instead.
RrdDb(URI, String) - Constructor for class org.rrd4j.core.RrdDb
Deprecated.
Use the builder instead.
RrdDb(RrdDef) - Constructor for class org.rrd4j.core.RrdDb
Deprecated.
Use the builder instead.
RrdDb(RrdDef, RrdBackendFactory) - Constructor for class org.rrd4j.core.RrdDb
Deprecated.
Use the builder instead.
RrdDb.Builder - Class in org.rrd4j.core
Builder for RrdDb instances.
RrdDbPool - Class in org.rrd4j.core
This class should be used to synchronize access to RRD files in a multithreaded environment.
RrdDbPool() - Constructor for class org.rrd4j.core.RrdDbPool
Constructor for RrdDbPool.
RrdDbPool(RrdBackendFactory) - Constructor for class org.rrd4j.core.RrdDbPool
Constructor for RrdDbPool.
RrdDef - Class in org.rrd4j.core
Class to represent definition of new Round Robin Database (RRD).
RrdDef(String) - Constructor for class org.rrd4j.core.RrdDef
Creates new RRD definition object with the given path.
RrdDef(String, long) - Constructor for class org.rrd4j.core.RrdDef
Creates new RRD definition object with the given path and step.
RrdDef(String, long, long) - Constructor for class org.rrd4j.core.RrdDef
Creates new RRD definition object with the given path, starting timestamp and step.
RrdDef(String, long, long, int) - Constructor for class org.rrd4j.core.RrdDef
Creates new RRD definition object with the given path, starting timestamp, step and version.
RrdDef(URI) - Constructor for class org.rrd4j.core.RrdDef
Creates new RRD definition object with the given path.
RrdDef(URI, long) - Constructor for class org.rrd4j.core.RrdDef
Creates new RRD definition object with the given path and step.
RrdDef(URI, long, long) - Constructor for class org.rrd4j.core.RrdDef
Creates new RRD definition object with the given path, starting timestamp and step.
RrdDef(URI, long, long, int) - Constructor for class org.rrd4j.core.RrdDef
Creates new RRD definition object with the given path, starting timestamp, step and version.
RrdDefTemplate - Class in org.rrd4j.core
Class used to create an arbitrary number of RrdDef (RRD definition) objects from a single XML template.
RrdDefTemplate(File) - Constructor for class org.rrd4j.core.RrdDefTemplate
Creates RrdDefTemplate object from the file containing XML template.
RrdDefTemplate(String) - Constructor for class org.rrd4j.core.RrdDefTemplate
Creates RrdDefTemplate object from the string containing XML template.
RrdDefTemplate(InputSource) - Constructor for class org.rrd4j.core.RrdDefTemplate
Creates RrdDefTemplate object from any parsable XML input source.
RrdDouble<U extends RrdUpdater<U>> - Class in org.rrd4j.core
 
RrdDouble(RrdUpdater<U>) - Constructor for class org.rrd4j.core.RrdDouble
 
RrdDouble(RrdUpdater<U>, boolean) - Constructor for class org.rrd4j.core.RrdDouble
 
RrdDoubleArray<U extends RrdUpdater<U>> - Class in org.rrd4j.core
 
RrdDoubleArray(RrdUpdater<U>, int) - Constructor for class org.rrd4j.core.RrdDoubleArray
 
RrdDoubleMatrix<U extends RrdUpdater<U>> - Class in org.rrd4j.core
 
RrdDoubleMatrix(RrdUpdater<U>, int, int, boolean) - Constructor for class org.rrd4j.core.RrdDoubleMatrix
 
RrdEnum<U extends RrdUpdater<U>,​E extends Enum<E>> - Class in org.rrd4j.core
 
RrdEnum(RrdUpdater<U>, boolean, Class<E>) - Constructor for class org.rrd4j.core.RrdEnum
 
RrdEnum(RrdUpdater<U>, Class<E>) - Constructor for class org.rrd4j.core.RrdEnum
 
RrdException - Exception in org.rrd4j.core
A general purpose RRD4J exception.
RrdException(String) - Constructor for exception org.rrd4j.core.RrdException
 
RrdException(String, Throwable) - Constructor for exception org.rrd4j.core.RrdException
 
rrdFile - Variable in class org.rrd4j.core.jrrd.RRDatabase
 
RRDFile - Class in org.rrd4j.core.jrrd
This class is used read information from an RRD file.
RRDFile(File) - Constructor for class org.rrd4j.core.jrrd.RRDFile
 
RRDFile(String) - Constructor for class org.rrd4j.core.jrrd.RRDFile
 
RrdFileBackend - Interface in org.rrd4j.core
An abstract backend which is used to store RRD data to ordinary files on the disk.
RrdFileBackendFactory - Class in org.rrd4j.core
An abstract backend factory which is used to store RRD data to ordinary files on the disk.
RrdFileBackendFactory() - Constructor for class org.rrd4j.core.RrdFileBackendFactory
 
RrdGraph - Class in org.rrd4j.graph
Class which actually creates Rrd4j graphs (does the hard work).
RrdGraph(RrdGraphDef) - Constructor for class org.rrd4j.graph.RrdGraph
Creates graph from the corresponding RrdGraphDef object.
RrdGraph(RrdGraphDef, ImageWriter, ImageWriteParam) - Constructor for class org.rrd4j.graph.RrdGraph
Creates graph from the corresponding RrdGraphDef object.
RrdGraphConstants - Interface in org.rrd4j.graph
Class to represent various constants used for graphing.
RrdGraphConstants.FontConstructor - Class in org.rrd4j.graph
Font constructor, to use embedded fonts.
RrdGraphConstants.FontTag - Enum in org.rrd4j.graph
RrdGraphDef - Class in org.rrd4j.graph
Class which should be used to define new Rrd4j graph.
RrdGraphDef() - Constructor for class org.rrd4j.graph.RrdGraphDef
Deprecated.
Uses default value that will be probably overriden.
RrdGraphDef(long, long) - Constructor for class org.rrd4j.graph.RrdGraphDef
Creates RrdGraphDef object.
RrdGraphDef(TemporalAmount) - Constructor for class org.rrd4j.graph.RrdGraphDef
Creates new DataProcessor object for the given time duration.
RrdGraphDef.ImageSource - Interface in org.rrd4j.graph
Implementations of this class can be used to generate image than can be layered on graph.
RrdGraphInfo - Class in org.rrd4j.graph
Class to represent successfully created Rrd4j graph.
RrdGraphInfo() - Constructor for class org.rrd4j.graph.RrdGraphInfo
 
RrdInt<U extends RrdUpdater<U>> - Class in org.rrd4j.core
 
RrdInt(RrdUpdater<U>) - Constructor for class org.rrd4j.core.RrdInt
 
RrdInt(RrdUpdater<U>, boolean) - Constructor for class org.rrd4j.core.RrdInt
 
RrdLong<U extends RrdUpdater<U>> - Class in org.rrd4j.core
 
RrdLong(RrdUpdater<U>) - Constructor for class org.rrd4j.core.RrdLong
 
RrdLong(RrdUpdater<U>, boolean) - Constructor for class org.rrd4j.core.RrdLong
 
RrdMemoryBackend - Class in org.rrd4j.core
Backend to be used to store all RRD bytes in memory.
RrdMemoryBackend(String, AtomicReference<ByteBuffer>) - Constructor for class org.rrd4j.core.RrdMemoryBackend
Constructor for RrdMemoryBackend.
RrdMemoryBackendFactory - Class in org.rrd4j.core
Factory class which creates actual RrdMemoryBackend objects.
RrdMemoryBackendFactory() - Constructor for class org.rrd4j.core.RrdMemoryBackendFactory
 
RrdNioBackend - Class in org.rrd4j.core
Backend which is used to store RRD data to ordinary disk files using java.nio.* package.
RrdNioBackend(String, boolean, RrdSyncThreadPool, int) - Constructor for class org.rrd4j.core.RrdNioBackend
Creates RrdFileBackend object for the given file path, backed by java.nio.* classes.
RrdNioBackendFactory - Class in org.rrd4j.core
Factory class which creates actual RrdNioBackend objects.
RrdNioBackendFactory() - Constructor for class org.rrd4j.core.RrdNioBackendFactory
Creates a new RrdNioBackendFactory with default settings.
RrdNioBackendFactory(int) - Constructor for class org.rrd4j.core.RrdNioBackendFactory
Creates a new RrdNioBackendFactory, using a default RrdSyncThreadPool.
RrdNioBackendFactory(int, int) - Constructor for class org.rrd4j.core.RrdNioBackendFactory
Creates a new RrdNioBackendFactory.
RrdNioBackendFactory(int, ScheduledExecutorService) - Constructor for class org.rrd4j.core.RrdNioBackendFactory
Creates a new RrdNioBackendFactory.
RrdNioBackendFactory(int, RrdSyncThreadPool) - Constructor for class org.rrd4j.core.RrdNioBackendFactory
Creates a new RrdNioBackendFactory.
RrdPrimitive<U extends RrdUpdater<U>> - Class in org.rrd4j.core
 
RrdPrimitive(RrdUpdater<U>, int, boolean) - Constructor for class org.rrd4j.core.RrdPrimitive
 
RrdPrimitive(RrdUpdater<U>, int, int, boolean) - Constructor for class org.rrd4j.core.RrdPrimitive
 
RrdRandomAccessFileBackend - Class in org.rrd4j.core
Backend which is used to store RRD data to ordinary files on the disk.
RrdRandomAccessFileBackend(String, boolean) - Constructor for class org.rrd4j.core.RrdRandomAccessFileBackend
Creates RrdFileBackend object for the given file path, backed by RandomAccessFile object.
RrdRandomAccessFileBackendFactory - Class in org.rrd4j.core
Factory class which creates actual RrdRandomAccessFileBackend objects.
RrdRandomAccessFileBackendFactory() - Constructor for class org.rrd4j.core.RrdRandomAccessFileBackendFactory
 
RrdSafeFileBackend - Class in org.rrd4j.core
Backend which is used to store RRD data to ordinary files on the disk, using locking.
RrdSafeFileBackend(String, long, long) - Constructor for class org.rrd4j.core.RrdSafeFileBackend
Creates RrdFileBackend object for the given file path, backed by RandomAccessFile object.
RrdSafeFileBackend.Counters - Class in org.rrd4j.core
 
RrdSafeFileBackendFactory - Class in org.rrd4j.core
Factory class which creates actual RrdSafeFileBackend objects.
RrdSafeFileBackendFactory() - Constructor for class org.rrd4j.core.RrdSafeFileBackendFactory
Generate a factory using the default system wide lock settings
RrdSafeFileBackendFactory(long, long) - Constructor for class org.rrd4j.core.RrdSafeFileBackendFactory
Generate a factory with custom lock settings
RrdString<U extends RrdUpdater<U>> - Class in org.rrd4j.core
 
RrdString(RrdUpdater<U>) - Constructor for class org.rrd4j.core.RrdString
 
RrdString(RrdUpdater<U>, boolean) - Constructor for class org.rrd4j.core.RrdString
 
RrdSyncThreadPool - Class in org.rrd4j.core
Thread pool used by RrdNioBackend instances to periodically sync the mapped file to disk.
RrdSyncThreadPool() - Constructor for class org.rrd4j.core.RrdSyncThreadPool
Creates a new RrdSyncThreadPool with a default pool size of 6.
RrdSyncThreadPool(int) - Constructor for class org.rrd4j.core.RrdSyncThreadPool
Creates a new RrdSyncThreadPool with the given pool size.
RrdSyncThreadPool(int, ThreadFactory) - Constructor for class org.rrd4j.core.RrdSyncThreadPool
Creates a new RrdSyncThreadPool with the given pool size.
RrdSyncThreadPool(ScheduledExecutorService) - Constructor for class org.rrd4j.core.RrdSyncThreadPool
Creates a new RrdSyncThreadPool with a user-provided ScheduledExecutorService.
RrdSyncThreadPool.DaemonThreadFactory - Class in org.rrd4j.core
Daemon thread factory used by the monitor executors.
RRDTOOL_VERSION1 - Static variable in class org.rrd4j.core.Header
 
RRDTOOL_VERSION3 - Static variable in class org.rrd4j.core.Header
 
RrdToolkit - Class in org.rrd4j.core
Class used to perform various complex operations on RRD files.
RrdToolReader - Class in org.rrd4j.core
 
RrdToolReader(String) - Constructor for class org.rrd4j.core.RrdToolReader
 
RrdUpdater<T extends RrdUpdater<T>> - Interface in org.rrd4j.core
 
RRSIG - Class in org.minidns.record
RRSIG record payload.
RRSIG - org.minidns.record.Record.TYPE
 
RRSIG(Record.TYPE, int, byte, long, Date, Date, int, String, byte[]) - Constructor for class org.minidns.record.RRSIG
 
RRSIG(Record.TYPE, int, byte, long, Date, Date, int, DnsName, byte[]) - Constructor for class org.minidns.record.RRSIG
 
RRSIG(Record.TYPE, DnssecConstants.SignatureAlgorithm, byte, long, Date, Date, int, String, byte[]) - Constructor for class org.minidns.record.RRSIG
 
RRSIG(Record.TYPE, DnssecConstants.SignatureAlgorithm, byte, long, Date, Date, int, DnsName, byte[]) - Constructor for class org.minidns.record.RRSIG
 
RRWithTarget - Class in org.minidns.record
A resource record pointing to a target.
RRWithTarget(DnsName) - Constructor for class org.minidns.record.RRWithTarget
 
RSA - net.i2p.crypto.SigAlgo
For local use only, not for use in the network.
RSA_SHA256_2048 - net.i2p.crypto.SigType
Pubkey 256 bytes; privkey 512 bytes; hash 32 bytes; sig 256 bytes
RSA_SHA384_3072 - net.i2p.crypto.SigType
Pubkey 384 bytes; privkey 768 bytes; hash 48 bytes; sig 384 bytes
RSA_SHA512_4096 - net.i2p.crypto.SigType
Pubkey 512 bytes; privkey 1024 bytes; hash 64 bytes; sig 512 bytes
RSAConstants - Class in net.i2p.crypto
Constants for RSA
RSAConstants() - Constructor for class net.i2p.crypto.RSAConstants
 
RSAMD5 - org.minidns.constants.DnssecConstants.SignatureAlgorithm
Deprecated.
RSASHA1 - org.minidns.constants.DnssecConstants.SignatureAlgorithm
 
RSASHA1_NSEC3_SHA1 - org.minidns.constants.DnssecConstants.SignatureAlgorithm
 
RSASHA256 - org.minidns.constants.DnssecConstants.SignatureAlgorithm
 
RSASHA512 - org.minidns.constants.DnssecConstants.SignatureAlgorithm
 
RSASigningPrivateCrtKey - Class in net.i2p.crypto
A SigningPrivateKey that retains the Chinese Remainder Theorem parameters, so it can be converted back to a Java CRT key.
RSS_14 - com.google.zxing.BarcodeFormat
RSS 14
RSS_EXPANDED - com.google.zxing.BarcodeFormat
RSS EXPANDED
RT - org.minidns.record.Record.TYPE
 
rtag - Variable in class net.i2p.router.networkdb.kademlia.MessageWrapper.OneTimeSession
non-null for ratchet
RTOComparator() - Constructor for class net.i2p.router.web.helpers.UDPSorters.RTOComparator
 
RTT_STR - Static variable in class edu.internet2.ndt.NDTConstants
 
RTTComparator() - Constructor for class net.i2p.router.web.helpers.UDPSorters.RTTComparator
 
rttsec - Variable in class edu.internet2.ndt.Tcpbw100
 
Rule - Class in org.rrd4j.graph
 
Rule(Paint, LegendText, BasicStroke) - Constructor for class org.rrd4j.graph.Rule
 
run() - Method in class edu.internet2.ndt.OsfwWorker
run() method of this SFW Worker thread.
run() - Method in class edu.internet2.ndt.Tcpbw100.TestWorker
 
run() - Method in class gnu.crypto.prng.AsyncFortunaStandalone
The refiller thread
run() - Method in class net.i2p.addressbook.DaemonThread
 
run() - Method in class net.i2p.BOB.BOB
Deprecated.
 
run() - Method in class net.i2p.BOB.DoCMDS
The actual parser.
run() - Method in class net.i2p.BOB.I2Plistener
Simply listen on I2P port, and thread connections
run() - Method in class net.i2p.BOB.I2PtoTCP
I2P stream to TCP stream thread starter
run() - Method in class net.i2p.BOB.MUXlisten
MUX sockets, fire off a thread to connect, get destination info, and do I/O
run() - Method in class net.i2p.BOB.TCPio
Copy from source to destination...
run() - Method in class net.i2p.BOB.TCPlistener
Simply listen on TCP port, and thread connections
run() - Method in class net.i2p.BOB.TCPtoI2P
TCP stream to I2P stream thread starter
run() - Method in class net.i2p.BOB.UDPIOthread
Deprecated.
 
run() - Method in class net.i2p.client.impl.ClientWriterRunner
 
run() - Method in class net.i2p.client.impl.I2PSessionImpl.AvailabilityNotifier
 
run() - Method in class net.i2p.client.impl.I2PSessionMuxedImpl.MuxedAvailabilityNotifier
 
run() - Method in class net.i2p.data.i2cp.I2CPMessageReader.I2CPMessageReaderRunner
 
run() - Method in class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.RouterManagerHandler.UpdateWrapperManagerTask
 
run() - Method in class net.i2p.i2ptunnel.I2Ping
Overrides super.
run() - Method in class net.i2p.i2ptunnel.I2PTunnelClientBase
Non-final since 0.9.11.
run() - Method in class net.i2p.i2ptunnel.I2PTunnelOutproxyRunner
 
run() - Method in class net.i2p.i2ptunnel.I2PTunnelRunner
 
run() - Method in class net.i2p.i2ptunnel.I2PTunnelServer
If usePool is set, this starts the executor pool.
run() - Method in class net.i2p.i2ptunnel.InternalSocketRunner
 
run() - Method in class net.i2p.i2ptunnel.irc.IrcInboundFilter
 
run() - Method in class net.i2p.i2ptunnel.irc.IrcOutboundFilter
 
run() - Method in class net.i2p.i2ptunnel.streamr.Pinger
 
run() - Method in class net.i2p.i2ptunnel.udp.I2PSource
 
run() - Method in class net.i2p.i2ptunnel.udp.UDPSource
 
run() - Method in class net.i2p.router.client.ClientListenerRunner
 
run() - Method in class net.i2p.router.client.ClientWriterRunner
 
run() - Method in class net.i2p.router.crypto.ratchet.Elg2KeyFactory
 
run() - Method in class net.i2p.router.JobQueueRunner
 
run() - Method in class net.i2p.router.startup.RouterAppManager.Shutdown
 
run() - Method in class net.i2p.router.tasks.GracefulShutdown
 
run() - Method in class net.i2p.router.tasks.Restarter
 
run() - Method in class net.i2p.router.tasks.RouterWatchdog
 
run() - Method in class net.i2p.router.tasks.ShutdownHook
 
run() - Method in class net.i2p.router.tasks.Spinner
 
run() - Method in class net.i2p.router.time.RouterTimestamper
 
run() - Method in class net.i2p.router.transport.crypto.DHSessionKeyBuilder.PrecalcRunner
 
run() - Method in class net.i2p.router.transport.crypto.X25519KeyFactory
 
run() - Method in class net.i2p.router.transport.FIFOBandwidthRefiller
 
run() - Method in class net.i2p.router.transport.ntcp.EventPumper
The selector loop.
run() - Method in class net.i2p.router.transport.udp.ACKSender
 
run() - Method in class net.i2p.router.transport.udp.OutboundRefiller
 
run() - Method in class net.i2p.router.transport.udp.PacketPusher
 
run() - Method in class net.i2p.router.tunnel.pool.BuildExecutor
 
run() - Method in class net.i2p.router.tunnel.pool.BuildHandler
Thread to handle inbound requests
run() - Method in class net.i2p.router.tunnel.TunnelGatewayPumper
 
run() - Method in class net.i2p.router.update.NewsFetcher
 
run() - Method in class net.i2p.router.update.UnsignedUpdateChecker
 
run() - Method in class net.i2p.router.update.UpdateRunner
 
run() - Method in class net.i2p.router.web.PluginStarter
 
run() - Method in class net.i2p.router.web.PluginStopper
 
run() - Method in class net.i2p.router.web.StatSummarizer
 
run() - Method in class net.i2p.sam.SAMBridge
 
run() - Method in class net.i2p.sam.SAMHandler
Register with the bridge, call handle(), unregister with the bridge.
run() - Method in class net.i2p.sam.SAMStreamSession.SAMStreamSessionServer
 
run() - Method in class net.i2p.sam.SAMStreamSession.SAMStreamSessionSocketReader
 
run() - Method in class net.i2p.sam.SAMStreamSession.SAMv1StreamSessionSocketReader
 
run() - Method in class net.i2p.sam.SAMStreamSession.StreamSender
 
run() - Method in class net.i2p.sam.SAMv2StreamSession.SAMv2StreamSessionSocketReader
 
run() - Method in class net.i2p.time.Timestamper
dummy
run() - Method in class net.i2p.util.EepGet.Gunzipper
 
run() - Method in class net.i2p.util.Executor
 
run() - Method in class net.i2p.util.I2PThread
 
run() - Method in class net.i2p.util.LogWriter
 
run() - Method in class net.i2p.util.SimpleTimer2.TimedEvent
 
run() - Method in class org.cybergarage.http.HTTPServer
 
run() - Method in class org.cybergarage.http.HTTPServerThread
 
run() - Method in class org.cybergarage.upnp.control.RenewSubscriber
 
run() - Method in class org.cybergarage.upnp.device.Advertiser
 
run() - Method in class org.cybergarage.upnp.device.Disposer
 
run() - Method in class org.cybergarage.upnp.ssdp.SSDPNotifySocket
 
run() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket
 
run() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocket
 
run() - Method in class org.cybergarage.util.ThreadCore
 
run() - Method in class org.klomp.snark.ConnectionAcceptor
 
run() - Method in class org.klomp.snark.PeerCheckerTask
 
run() - Method in class org.klomp.snark.PeerConnectionIn
 
run() - Method in class org.klomp.snark.PeerConnectionOut
Continuesly monitors for more outgoing messages that have to be send.
run() - Method in class org.klomp.snark.PeerMonitorTask
Deprecated.
 
run() - Method in class org.klomp.snark.SnarkShutdown
Deprecated.
 
run() - Method in class org.klomp.snark.TrackerClient
Setup the first time only, then one pass (usually) through the trackers, PEX, and DHT.
run() - Method in class org.klomp.snark.web.FetchAndAdd
Set off by startTorrent()
run(String[]) - Method in class net.i2p.addressbook.Daemon
 
run_test() - Method in class edu.internet2.ndt.Tcpbw100
"Remote Control" function - invoke NDT' runtest() method from the API
run2() - Method in class net.i2p.data.i2cp.I2CPMessageReader.I2CPMessageReaderRunner
Called by run()
run2() - Method in class net.i2p.internal.QueuedI2CPMessageReader.QueuedI2CPMessageReaderRunner
Pumps messages from the incoming message queue to the listener.
runClient(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Run the client on the given port number pointing at the specified destination (either the base64 of the destination or file:fileNameContainingDestination).
runClient(String, String, String[], RouterContext, Log) - Static method in class net.i2p.router.startup.LoadClientAppsJob
Run client in a new thread.
runClient(String, String, String[], RouterContext, Log, ThreadGroup, ClassLoader) - Static method in class net.i2p.router.startup.LoadClientAppsJob
Run client in a new thread.
runClientInline(String, String, String[], Log) - Static method in class net.i2p.router.startup.LoadClientAppsJob
Run client in this thread.
runClientInline(String, String, String[], Log, ClassLoader) - Static method in class net.i2p.router.startup.LoadClientAppsJob
Run client in this thread.
runClientOptions(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Configure the extra I2CP options to use in any subsequent I2CP sessions.
runClose(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Close the given task (or all tasks), optionally forcing them to die a hard death Sets the event "closeResult" = "ok" after the closing is complete
runCommand(String) - Method in class net.i2p.i2ptunnel.I2Ping
 
runCommand(String, Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
 
runConnectClient(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Run a CONNECT client on the given port number
runConnection(Socket) - Method in class net.i2p.router.client.ClientListenerRunner
Handle the connection by passing it off to a ClientConnectionRunner
runConnection(I2PSnarkUtil, PeerListener, BitField, MagnetState, boolean) - Method in class org.klomp.snark.Peer
Runs the connection to the other peer.
runConnection(I2PSnarkUtil, PeerListener, BitField, MagnetState, boolean) - Method in class org.klomp.snark.WebPeer
Runs the connection to the other peer.
runHttpBidirServer(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Run the HTTP server pointing at the host and port specified using the private i2p destination loaded from the specified file, replacing the HTTP headers so that the Host: specified is the one spoofed.
runHttpClient(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Run an HTTP client on the given port number Sets the event "httpclientTaskId" = Integer(taskId) after the tunnel has been started (or -1 on error).
runHttpServer(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Run the HTTP server pointing at the host and port specified using the private i2p destination loaded from the specified file, replacing the HTTP headers so that the Host: specified is the one spoofed.
runIrcClient(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Run an IRC client on the given port number Sets the event "ircclientTaskId" = Integer(taskId) after the tunnel has been started (or -1 on error).
runIrcServer(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Same args as runServer (we should stop duplicating all this code...)
runIt() - Method in class edu.internet2.ndt.Tcpbw100
bigly
runJob() - Method in class net.i2p.router.client.CreateSessionJob
 
runJob() - Method in class net.i2p.router.client.LookupDestJob
 
runJob() - Method in class net.i2p.router.client.MessageReceivedJob
 
runJob() - Method in class net.i2p.router.client.ReportAbuseJob
 
runJob() - Method in class net.i2p.router.client.RequestLeaseSetJob
 
runJob() - Method in interface net.i2p.router.Job
Actually perform the task.
runJob() - Method in class net.i2p.router.message.HandleGarlicMessageJob
 
runJob() - Method in class net.i2p.router.message.OutboundClientMessageOneShotJob
 
runJob() - Method in class net.i2p.router.message.SendMessageDirectJob
 
runJob() - Method in class net.i2p.router.networkdb.HandleDatabaseLookupMessageJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.ExpireLeasesJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.ExpireRoutersJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.ExploreKeySelectorJob
Deprecated.
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.FloodfillMonitorJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.FloodfillRouterInfoFloodJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.FloodfillVerifyStoreJob
Query a random floodfill for the leaseset or routerinfo that we just stored to a (hopefully different) floodfill peer.
runJob() - Method in class net.i2p.router.networkdb.kademlia.FloodOnlyLookupMatchJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.FloodOnlyLookupTimeoutJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.FloodOnlySearchJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.FloodSearchJob
Deprecated, unused, see FOSJ override
runJob() - Method in class net.i2p.router.networkdb.kademlia.HandleFloodfillDatabaseStoreMessageJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.IterativeLookupJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.IterativeSearchJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.IterativeTimeoutJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.RefreshRoutersJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.RepublishLeaseSetJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.SearchJob.FailedJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.SearchJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.SearchReplyJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.SearchUpdateReplyFoundJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.SingleLookupJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.SingleSearchJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.StartExplorersJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.StoreJob
 
runJob() - Method in class net.i2p.router.networkdb.PublishLocalRouterInfoJob
 
runJob() - Method in class net.i2p.router.peermanager.PeerTestJob
 
runJob() - Method in class net.i2p.router.startup.BootCommSystemJob
 
runJob() - Method in class net.i2p.router.startup.BootNetworkDbJob
 
runJob() - Method in class net.i2p.router.startup.BootPeerManagerJob
 
runJob() - Method in class net.i2p.router.startup.BuildTrustedLinksJob
 
runJob() - Method in class net.i2p.router.startup.CreateRouterInfoJob
 
runJob() - Method in class net.i2p.router.startup.LoadClientAppsJob
 
runJob() - Method in class net.i2p.router.startup.LoadRouterInfoJob
 
runJob() - Method in class net.i2p.router.startup.RebuildRouterInfoJob
 
runJob() - Method in class net.i2p.router.startup.StartAcceptingClientsJob
 
runJob() - Method in class net.i2p.router.startup.StartupJob
 
runJob() - Method in class net.i2p.router.sybil.Analysis
 
runJob() - Method in class net.i2p.router.tasks.PersistRouterInfoJob
 
runJob() - Method in class net.i2p.router.tasks.ReadConfigJob
 
runJob() - Method in class net.i2p.router.tasks.UpdateRoutingKeyModifierJob
 
runJob() - Method in class net.i2p.router.transport.GetBidsJob
 
runJob() - Method in class net.i2p.router.tunnel.pool.ExpireJob
 
runJob() - Method in class net.i2p.router.tunnel.pool.TestJob
 
runListenOn(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Specify the hostname / IP address of the interface that the tunnels should bind to Sets the event "listen_onResult" = "ok" or "error" after the interface has been specified
runNDT(MLabRunner.ToolListener) - Method in class com.vuze.plugins.mlab.MLabRunner
Non-blocking, spawns a thread and returns immediately.
runNDT(MLabRunner.ToolListener, boolean, String) - Method in class com.vuze.plugins.mlab.MLabRunner
Non-blocking, spawns a thread and returns immediately.
running - Variable in class net.i2p.i2ptunnel.streamr.Pinger
 
RUNNING - net.i2p.app.ClientAppState
 
RUNNING - net.i2p.router.web.helpers.SummaryHelper.NetworkState
 
RUNNING - Static variable in class net.i2p.i2ptunnel.ui.GeneralHelper
 
RUNNING - Static variable in class net.i2p.i2ptunnel.web.IndexBean
 
runningLock - Variable in class net.i2p.sam.SAMStreamSession.SAMStreamSessionSocketReader
 
runPlugin() - Method in class net.i2p.router.transport.UPnP
 
runQueue(int) - Method in class net.i2p.router.JobQueue
Start up the queue with the specified number of concurrent processors.
runReadTimeout(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Specify the read timeout going to be used for newly-created I2PSockets Sets the event "read_timeoutResult" = "ok" or "error" after the interface has been specified
runRouter() - Method in class net.i2p.router.Router
This must be called after instantiation.
runServer() - Method in class net.i2p.router.client.ClientListenerRunner
Start up the socket listener, listens for connections, and fires those connections off via runConnection.
runServer() - Method in class net.i2p.router.client.SSLClientListenerRunner
Create (if necessary) and load the key store, then run.
runServer(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Run the server pointing at the host and port specified using the private i2p destination loaded from the specified file.
runSOCKSIRCTunnel(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Run an SOCKS IRC tunnel on the given port number
runSOCKSTunnel(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Run an SOCKS tunnel on the given port number Sets the event "sockstunnelTaskId" = Integer(taskId) after the tunnel has been started (or -1 on error).
RunStandalone - Class in org.klomp.snark.standalone
 
runStreamrClient(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Streamr client
runStreamrServer(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Streamr server
runtest() - Method in class edu.internet2.ndt.Tcpbw100
Run the Thread that calls the "dottcp" method to run tests.
runTest(InetAddress, int, SessionKey, SessionKey) - Method in class net.i2p.router.transport.udp.PeerTestManager
The next few methods are for when we are Alice
runTextServer(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Run the server pointing at the host and port specified using the private i2p destination loaded from the given base64 stream.
rwin - Variable in class edu.internet2.ndt.Tcpbw100
 
rwintime - Variable in class edu.internet2.ndt.Tcpbw100
 
RWINTIME - Static variable in class edu.internet2.ndt.NDTConstants
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages