- RAIFile - Class in net.metanotion.io
-
- RAIFile(RandomAccessFile) - Constructor for class net.metanotion.io.RAIFile
-
- RAIFile(File, boolean, boolean) - Constructor for class net.metanotion.io.RAIFile
-
- 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
-
- RandomEventListenerStandalone - Interface in gnu.crypto.prng
-
An interface for entropy accumulators that will be notified of random
events.
- RandomEventStandalone - Class in gnu.crypto.prng
-
An interface for entropy accumulators that will be notified of random
events.
- RandomEventStandalone(Object, byte, byte, byte[]) - Constructor for class gnu.crypto.prng.RandomEventStandalone
-
- 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 - Static variable in class org.cybergarage.http.HTTP
-
- ras - Variable in class org.jrobin.core.jrrd.RRDFile
-
- 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
-
- 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
- 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_THEME_NAME - Static variable in class i2p.susi.dns.BaseBean
-
- RC_PROP_UNIVERSAL_THEMING - Static variable in class i2p.susi.dns.BaseBean
-
- 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 net.i2p.client.streaming.impl.MessageInputStream
-
On a read timeout, this returns -1
(doesn't throw SocketTimeoutException like Socket)
(doesn't throw InterruptedIOException like our javadocs say)
- read(byte[]) - Method in class net.i2p.client.streaming.impl.MessageInputStream
-
On a read timeout, this returns 0
(doesn't throw SocketTimeoutException like Socket)
(doesn't throw InterruptedIOException like our javadocs say)
- read(byte[], int, int) - Method in class net.i2p.client.streaming.impl.MessageInputStream
-
On a read timeout, this returns 0
(doesn't throw SocketTimeoutException like Socket)
(doesn't throw InterruptedIOException like our javadocs say)
- 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[], 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(InputStream, byte[]) - Method in class net.i2p.data.DataStructureImpl
-
Repeated reads until the buffer is full or IOException is thrown
- read(ByteBuffer) - Method in class net.i2p.sam.SSLSocketChannel
-
- read(ByteBuffer[], int, int) - Method in class net.i2p.sam.SSLSocketChannel
-
- read() - Method in class net.i2p.sam.UTF8Reader
-
- read(char[]) - Method in class net.i2p.sam.UTF8Reader
-
- read(char[], int, int) - Method in class net.i2p.sam.UTF8Reader
-
- read() - Method in class net.i2p.util.LookaheadInputStream
-
- read(byte[]) - Method in class net.i2p.util.LookaheadInputStream
-
- read(byte[], int, int) - Method in class net.i2p.util.LookaheadInputStream
-
- read() - Method in class net.i2p.util.ResettableGZIPInputStream
-
- read(byte[]) - Method in class net.i2p.util.ResettableGZIPInputStream
-
- read(byte[], int, int) - Method in class net.i2p.util.ResettableGZIPInputStream
-
- read() - Method in class net.i2p.util.TranslateReader
-
- read(char[], int, int) - Method in class net.i2p.util.TranslateReader
-
- read() - Method in class net.metanotion.io.RAIFile
-
- read(byte[]) - Method in class net.metanotion.io.RAIFile
-
- read(byte[], int, int) - Method in class net.metanotion.io.RAIFile
-
- read() - Method in interface net.metanotion.io.RandomAccessInterface
-
- read(byte[]) - Method in interface net.metanotion.io.RandomAccessInterface
-
- read(byte[], int, int) - Method in interface net.metanotion.io.RandomAccessInterface
-
- read(HTTPSocket) - Method in class org.cybergarage.http.HTTPPacket
-
- read() - Method in class org.cybergarage.http.HTTPRequest
-
- read(long, byte[]) - Method in class org.jrobin.core.RrdBackend
-
Reads an array of bytes from the underlying storage starting from the given
storage offset.
- read(long, byte[]) - Method in class org.jrobin.core.RrdFileBackend
-
Reads a number of bytes from the RRD file on the disk
- read(long, byte[]) - Method in class org.jrobin.core.RrdJRobin14FileBackend
-
Reads a number of bytes from the RRD file on the disk
- read(long, byte[]) - Method in class org.jrobin.core.RrdMemoryBackend
-
- read(long, byte[]) - Method in class org.jrobin.core.RrdNioBackend
-
Reads a number of bytes from the RRD file on the disk
- read(long, byte[]) - Method in class org.jrobin.core.RrdNioByteBufferBackend
-
Reads a number of bytes from the RRD file on the disk
- read(DataInputStream, int, int) - Method in class org.klomp.snark.PartialPiece
-
Blocking.
- read(DataInputStream) - Method in class org.klomp.snark.Request
-
- read() - Method in class org.mortbay.util.LineInput
-
- read(byte[], int, int) - Method in class org.mortbay.util.LineInput
-
- 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
-
- readAliceIPSize() - Method in class net.i2p.router.transport.udp.UDPPacketReader.RelayResponseReader
-
- readAlicePort() - Method in class net.i2p.router.transport.udp.UDPPacketReader.RelayResponseReader
-
- readAll() - Method in class org.jrobin.core.RrdBackend
-
Reads all RRD bytes from the underlying storage
- readBoolean(InputStream) - Static method in class net.i2p.data.DataHelper
-
- readBoolean() - Method in class net.metanotion.io.RAIFile
-
- readBoolean() - Method in interface net.metanotion.io.RandomAccessInterface
-
- ReadBuffer - Class in i2p.susi.util
-
- 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(InputStream) - Method in class net.i2p.crypto.SHA1Hash
-
- readBytes(InputStream) - Method in class net.i2p.data.Certificate
-
- readBytes(byte[], int) - 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(byte[], int) - Method in class net.i2p.data.Destination
-
deprecated was used only by Packet.java in streaming, now unused
Warning - used by i2p-bote.
- 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
-
- readBytes(byte[], int) - Method in class net.i2p.data.i2np.DeliveryInstructions
-
- readBytes(InputStream) - Method in class net.i2p.data.i2np.FastI2NPMessageImpl
-
- readBytes(InputStream, int, byte[]) - Method in class net.i2p.data.i2np.FastI2NPMessageImpl
-
- 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(InputStream) - Method in class net.i2p.data.i2np.GarlicClove
-
Deprecated.
unused, use byte array method to avoid copying
- readBytes(byte[], int) - Method in class net.i2p.data.i2np.GarlicClove
-
- readBytes(InputStream, int, byte[]) - Method in interface net.i2p.data.i2np.I2NPMessage
-
- 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, 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(InputStream) - Method in class net.i2p.data.i2np.I2NPMessageImpl
-
- readBytes(InputStream, int, byte[]) - Method in class net.i2p.data.i2np.I2NPMessageImpl
-
- 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.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.data.KeysAndCert
-
- readBytes(InputStream) - Method in class net.i2p.data.Lease
-
- readBytes(InputStream) - Method in class net.i2p.data.LeaseSet
-
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, 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.
- readBytes(InputStream) - Method in class net.i2p.data.SessionTag
-
- readBytes(InputStream) - Method in class net.i2p.data.SimpleDataStructure
-
Sets the data.
- readBytes(InputStream) - Method in class net.i2p.data.TunnelId
-
- readBytes() - Method in class org.jrobin.core.RrdPrimitive
-
- readChallengeSize() - Method in class net.i2p.router.transport.udp.UDPPacketReader.RelayIntroReader
-
unused
- readChallengeSize(byte[], int) - Method in class net.i2p.router.transport.udp.UDPPacketReader.RelayIntroReader
-
unused
- readChallengeSize() - Method in class net.i2p.router.transport.udp.UDPPacketReader.RelayRequestReader
-
unused
- readChallengeSize(byte[], int) - 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
-
- 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
-
- 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.jrobin.core.jrrd.RRDFile
-
- readDouble(long) - Method in class org.jrobin.core.RrdBackend
-
- readDouble(long, int) - Method in class org.jrobin.core.RrdBackend
-
- readDouble() - Method in class org.jrobin.core.RrdPrimitive
-
- readDouble(int) - Method in class org.jrobin.core.RrdPrimitive
-
- readDouble(int, int) - Method in class org.jrobin.core.RrdPrimitive
-
- 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
-
- 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(RouterContext) - Constructor for class net.i2p.router.transport.ntcp.Reader
-
- 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(I2NPMessageReader, Exception) - Method in interface net.i2p.data.i2np.I2NPMessageReader.I2NPMessageEventListener
-
Deprecated.
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
- 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(Properties) - Method in class net.i2p.router.ClientTunnelSettings
-
- readFromProperties(String, Properties) - Method in class net.i2p.router.TunnelPoolSettings
-
Defaults in props are NOT honored.
- readFully(byte[]) - Method in class net.metanotion.io.RAIFile
-
- readFully(byte[], int, int) - Method in class net.metanotion.io.RAIFile
-
- readFully(byte[]) - Method in interface net.metanotion.io.RandomAccessInterface
-
- readFully(byte[], int, int) - Method in interface net.metanotion.io.RandomAccessInterface
-
- readGeoIPFile(I2PAppContext, Long[], Map<String, String>) - Static method in class net.i2p.router.transport.GeoIPv6
-
Lookup search items in the geoip file.
- readHeaders() - Method in class net.i2p.client.streaming.I2PSocketEepGet
-
Overridden to disable inline gunzipping
- readHeaders(I2PSocket, InputStream, StringBuilder, String[], I2PAppContext) - Static method in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
-
From I2P to server: socket non-null, in null.
- readHeaders() - Method in class net.i2p.util.EepGet
-
- readInt() - Method in class net.metanotion.io.RAIFile
-
- readInt() - Method in interface net.metanotion.io.RandomAccessInterface
-
- readInt() - Method in class org.jrobin.core.jrrd.RRDFile
-
- readInt(boolean) - Method in class org.jrobin.core.jrrd.RRDFile
-
Reads the next integer (4 or 8 bytes depending on alignment), advancing the file pointer
and returns it
If the alignment is 8-bytes (64-bit), then 8 bytes are read, but only the lower 4-bytes (32-bits) are
returned.
- readInt(long) - Method in class org.jrobin.core.RrdBackend
-
- readInt() - Method in class org.jrobin.core.RrdPrimitive
-
- 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
-
- readLayerKey() - Method in class net.i2p.data.i2np.BuildRequestRecord
-
Tunnel layer encryption key that the current hop should use
- 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, 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, 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 - Class in net.i2p.sam
-
Modified from I2PTunnelHTTPServer
Handles UTF-8.
- ReadLine() - Constructor for class net.i2p.sam.ReadLine
-
- readLine(Socket, StringBuilder, int) - Static method in class net.i2p.sam.ReadLine
-
Read a line teriminated by newline, with a total read timeout.
- readLine() - Method in class net.metanotion.io.RAIFile
-
- readLine() - Method in interface net.metanotion.io.RandomAccessInterface
-
- readLine() - Method in class org.mortbay.util.LineInput
-
Read a line ended by CR, LF or CRLF.
- readLine(char[], int, int) - Method in class org.mortbay.util.LineInput
-
Read a line ended by CR, LF or CRLF.
- readLine(byte[], int, int) - Method in class org.mortbay.util.LineInput
-
Read a line ended by CR, LF or CRLF.
- readLineBuffer() - Method in class org.mortbay.util.LineInput
-
Read a Line ended by CR, LF or CRLF.
- readLineBuffer(int) - Method in class org.mortbay.util.LineInput
-
Read a Line ended by CR, LF or CRLF.
- 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.
- readLong() - Method in class net.metanotion.io.RAIFile
-
- readLong() - Method in interface net.metanotion.io.RandomAccessInterface
-
- readLong(long) - Method in class org.jrobin.core.RrdBackend
-
- readLong() - Method in class org.jrobin.core.RrdPrimitive
-
- 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) - 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 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
- 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, I2NPMessageHandler) - Method in interface net.i2p.data.i2np.I2NPMessage
-
- readMessage(InputStream) - Method in class net.i2p.data.i2np.I2NPMessageHandler
-
Deprecated.
use the byte array method to avoid an extra copy if you have it
- 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, int, I2NPMessageHandler) - Method in class net.i2p.data.i2np.I2NPMessageImpl
-
- 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, 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(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
-
- 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
- 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
-
- 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.client.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
-
IV that should be used to encrypt the reply
- readReplyKey() - Method in class net.i2p.data.i2np.BuildRequestRecord
-
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
-
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
-
- readSignedOnTime() - Method in class net.i2p.router.transport.udp.UDPPacketReader.SessionCreatedReader
-
- 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.
- readString(int) - Method in class org.jrobin.core.jrrd.RRDFile
-
- readString(long) - Method in class org.jrobin.core.RrdBackend
-
- readString() - Method in class org.jrobin.core.RrdPrimitive
-
- 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 to 5 minutes - 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?
- 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(byte[], int) - Method in class net.i2p.router.transport.udp.UDPPacketReader.SessionCreatedReader
-
- ready() - Method in class net.i2p.util.TranslateReader
-
- reannounce(String) - Method in class org.klomp.snark.MetaInfo
-
Creates a copy of this MetaInfo that shares everything except the
announce URL.
- 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(boolean) - 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.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(int) - Method in class net.i2p.client.impl.MessageState
-
- 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(GarlicMessage) - Method in class net.i2p.router.message.GarlicMessageReceiver
-
- receive(ByteBuffer) - Method in class net.i2p.router.transport.ntcp.EstablishState
-
parse the contents of the buffer as part of the handshake.
- receive() - Method in class net.i2p.router.transport.udp.UDPEndpoint
-
Blocking call to receive the next inbound UDP packet from any peer.
- 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(byte[], int, int, boolean, Hash, TunnelId) - Method in class net.i2p.router.tunnel.FragmentedMessage
-
Receive the first fragment (#0) and related metadata.
- receive() - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
-
- receive() - Method in class org.cybergarage.upnp.ssdp.HTTPUSocket
-
- 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(int) - Method in interface net.i2p.router.transport.udp.ACKBitfield
-
has the given fragment been received?
- received() - Method in class net.i2p.router.transport.udp.UDPPacket
-
a packet handler has pulled it off the inbound queue
- receivedAck() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
-
- 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.MasterSession
-
- 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[], boolean) - 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
- receiveFragment(UDPPacketReader.DataReader, int) - Method in class net.i2p.router.transport.udp.InboundMessageState
-
Read in the data from the fragment.
- receiveHolePunch(InetAddress, int) - Method in class net.i2p.router.transport.udp.EstablishmentManager
-
Called from UDPReceiver.
- receiveHolePunch() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
-
Accelerate response to RelayResponse if we haven't sent it yet.
- 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(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(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() - Method in class net.i2p.router.client.MessageReceivedJob
-
Same as runJob() but with a return value
- receiveMessage(String, long, long, Hash, boolean) - Method in class net.i2p.router.MessageHistory
-
We just received a message from the peer
- receiveMessage(String, long, long, boolean) - Method in class net.i2p.router.MessageHistory
-
- 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, Connection) - Method in class net.i2p.client.streaming.impl.ConnectionPacketHandler
-
distribute a packet to the connection specified
- receivePacket(Packet) - Method in class net.i2p.client.streaming.impl.PacketHandler
-
- 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.MasterSession
-
- 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.
- 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, PeerState) - Method in class net.i2p.router.transport.udp.EstablishmentManager
-
Got a SessionDestroy on an established conn
- receiveSessionDestroy(RemoteHostId, OutboundEstablishState) - Method in class net.i2p.router.transport.udp.EstablishmentManager
-
Got a SessionDestroy during outbound establish
- 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.
- 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.
- 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
-
- recheckReachability() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
-
- recheckReachability() - Method in interface net.i2p.router.transport.Transport
-
- recheckReachability() - Method in class net.i2p.router.transport.TransportImpl
-
- recheckReachability() - Method in class net.i2p.router.transport.TransportManager
-
- recheckReachability() - Method in class net.i2p.router.transport.udp.UDPTransport
-
- 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_COUNT - Variable in class net.i2p.data.i2np.TunnelBuildMessageBase
-
- RECORD_SIZE - Static variable in class net.i2p.data.i2np.TunnelBuildMessageBase
-
- rectify(BigInteger, int) - Static method in class net.i2p.crypto.SigUtil
-
- rectify(boolean, int) - Static method in class net.i2p.router.transport.udp.MTU
-
- 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 - Variable in class net.i2p.sam.SAMDatagramSession
-
- recv - Variable in class net.i2p.sam.SAMRawSession
-
- recv - Variable in class net.i2p.sam.SAMStreamSession
-
- RECV_MESSAGE_BUFSIZE - Static variable in class org.cybergarage.upnp.ssdp.SSDP
-
- 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.
- 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 enbcoding, 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
- refillCount - Static variable in class gnu.crypto.prng.FortunaStandalone
-
- 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() - Method in class i2p.susi.webmail.pop3.POP3MailBox
-
- 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
-
- region - Variable in class com.maxmind.geoip.Location
-
- Region - Class in com.maxmind.geoip
-
- Region() - Constructor for class com.maxmind.geoip.Region
-
- region - Variable in 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(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.router.startup.RouterAppManager
-
Register with the manager under the given name,
so that other clients may find it.
- register(ServerSocketChannel) - Method in class net.i2p.router.transport.ntcp.EventPumper
-
Register the acceptor.
- register(Updater, UpdateType, UpdateMethod, int) - Method in class net.i2p.router.update.ConsoleUpdateManager
-
Call once for each type/method pair.
- register(Checker, UpdateType, UpdateMethod, int) - Method in class net.i2p.router.update.ConsoleUpdateManager
-
- register(Handler) - Method in class net.i2p.sam.SAMBridge
-
Handlers must call on startup
- register(Updater, UpdateType, UpdateMethod, int) - Method in interface net.i2p.update.UpdateManager
-
Call once for each type/method pair.
- register(Checker, UpdateType, UpdateMethod, int) - Method in interface net.i2p.update.UpdateManager
-
- 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
- registerAndSetAsDefaultFactory(RrdBackendFactory) - Static method in class org.jrobin.core.RrdBackendFactory
-
Registers new (custom) backend factory within the JRobin framework and sets this
factory as the default.
- registerAndStart(Transport) - Method in class net.i2p.router.transport.TransportManager
-
Pluggable transports.
- registerApp(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
-
- 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.jrobin.core.RrdSafeFileBackend.Counters
-
- registerError() - Method in class org.jrobin.core.RrdSafeFileBackend.Counters
-
- registerFactory(RrdBackendFactory) - Static method in class org.jrobin.core.RrdBackendFactory
-
Registers new (custom) backend factory within the JRobin framework.
- registerHandlerJobBuilder(int, HandlerJobBuilder) - Method in class net.i2p.router.InNetMessagePool
-
- registerKeys(Destination, SigningPrivateKey, PrivateKey) - Method in class net.i2p.router.KeyManager
-
client
- registerListener(NamingServiceListener) - Method in class net.i2p.client.naming.MetaNamingService
-
- registerListener(NamingServiceListener) - Method in class net.i2p.client.naming.NamingService
-
- 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.jrobin.core.RrdSafeFileBackend.Counters
-
- 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)
- 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.jrobin.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.
- 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
-
- 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
-
- 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() - Method in class net.i2p.router.transport.udp.UDPPacket
-
- 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(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(byte[]) - Static method in class net.i2p.util.SimpleByteCache
-
Put this array back onto the available cache for reuse
- release() - Method in class org.jrobin.core.DataImporter
-
- release(RrdDb) - Method in class org.jrobin.core.RrdDbPool
-
Releases RrdDb reference previously obtained from the pool.
- release() - Method in class org.jrobin.core.RrdToolReader
-
- release() - Method in class org.klomp.snark.PartialPiece
-
Release all resources.
- release(BloomSHA1.FilterKey) - Method in class org.xlattice.crypto.filters.BloomSHA1
-
- releaseBuf(ByteBuffer) - Static method in class net.i2p.router.transport.ntcp.EventPumper
-
Return a read buffer to the pool.
- releaseBuffer() - Method in class net.i2p.util.CachingByteArrayOutputStream
-
Deprecated.
- 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() - Method in class org.klomp.snark.Storage
-
For efficiency, calculate remaining bytes for all files at once
- remaining - Variable in class org.klomp.snark.web.Sorters.FileAndIndex
-
- 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(String) - Method in interface com.docuverse.identicon.IdenticonCache
-
- remove() - Method in class net.i2p.addressbook.HostTxtIterator
-
- remove() - Method in class net.i2p.addressbook.SubscriptionIterator
-
- remove(String, Properties) - Method in class net.i2p.client.naming.BlockfileNamingService
-
- remove(String, Destination, Properties) - Method in class net.i2p.client.naming.BlockfileNamingService
-
Remove a hostname's entry only if it contains the Destination d.
- 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) - Method in class net.i2p.client.naming.NamingService
-
Delete the entry.
- remove(String, Properties) - Method in class net.i2p.client.naming.NamingService
-
Delete the entry.
- 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, Properties) - Method in class net.i2p.client.naming.SingleFileNamingService
-
- remove(Integer) - Method in class net.i2p.i2ptunnel.socks.SOCKSUDPTunnel
-
- remove(Destination) - Method in class net.i2p.i2ptunnel.streamr.MultiSource
-
- 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(byte[]) - Method in class net.i2p.router.Blocklist
-
Remove from the in-memory single-IP blocklist.
- remove(Hash) - Method in interface net.i2p.router.networkdb.kademlia.DataStore
-
- remove(Hash, boolean) - Method in interface net.i2p.router.networkdb.kademlia.DataStore
-
- remove(Hash) - Method in class net.i2p.router.networkdb.kademlia.PersistentDataStore
-
- 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(Hash) - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
-
- remove(Hash) - Method in class net.i2p.router.PersistentKeyRing
-
- remove(PeerState) - Method in class net.i2p.router.transport.udp.IntroductionManager
-
- remove(TunnelCreatorConfig) - Method in class net.i2p.router.tunnel.TunnelDispatcher
-
We no longer want to participate in this tunnel that we created
- 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(Object) - Method in class net.i2p.router.util.ArraySet
-
- remove() - Method in class net.i2p.router.util.RandomIterator
-
- remove(Object) - Method in class net.i2p.router.util.RemovableSingletonSet
-
- remove(String, String) - Method in class net.i2p.router.util.RouterPasswordManager
-
Remove password, any kind.
- remove(String, Properties) - Method in class net.i2p.sam.MasterSession
-
Remove a session
- remove(Object) - Method in class net.i2p.util.ConcurrentHashSet
-
- 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() - Method in class net.metanotion.util.skiplist.SkipIterator
-
- remove(int, K, SkipList<K, V>) - Method in class net.metanotion.util.skiplist.SkipLevels
-
- remove(K) - Method in class net.metanotion.util.skiplist.SkipList
-
- remove(K, SkipList<K, V>) - Method in class net.metanotion.util.skiplist.SkipSpan
-
- remove(RrdNioBackend) - Method in class org.jrobin.core.SyncManager
-
- remove(NID) - Method in class org.klomp.snark.dht.DHTNodes
-
- remove(PeerCoordinator) - Method in class org.klomp.snark.PeerCoordinatorSet
-
- removeACKMessage(Long) - Method in class net.i2p.router.transport.udp.PeerState
-
The ack was sent.
- removeAddress(RouterAddress) - Method in class net.i2p.router.transport.TransportImpl
-
Remove only this address.
- removeAddress(boolean) - Method in class net.i2p.router.transport.TransportImpl
-
Remove all existing addresses with the specified IP length (4 or 16).
- removeAddress(RouterAddress) - Method in class net.i2p.router.transport.udp.UDPTransport
-
Remove then tell NTCP that we changed.
- removeAddress(boolean) - 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, int) - Method in class org.jrobin.core.RrdDef
-
- removeArchive(String, String, String, int) - Static method in class org.jrobin.core.RrdToolkit
-
Creates a new RRD file with one archive removed.
- removeArchive(String, String, int, boolean) - Static method in class org.jrobin.core.RrdToolkit
-
Removes one archive from a RRD file.
- removeArchives() - Method in class org.jrobin.core.RrdDef
-
Removes all RRA archive definitions.
- removeAttribute(Attribute) - Method in class org.cybergarage.xml.Node
-
- removeAttribute(String) - Method in class org.cybergarage.xml.Node
-
- 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
-
- 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.jrobin.core.RrdDef
-
- removeDatasource(String, String, String) - Static method in class org.jrobin.core.RrdToolkit
-
Creates a new RRD file with one datasource removed.
- removeDatasource(String, String, boolean) - Static method in class org.jrobin.core.RrdToolkit
-
Removes single datasource from a RRD file.
- removeDatasources() - Method in class org.jrobin.core.RrdDef
-
Removes all datasource definitions.
- removeDevice(Device) - Method in class org.cybergarage.upnp.ControlPoint
-
- removeDevice(String) - 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(Node) - Method in class org.cybergarage.xml.Node
-
- removeNode(String) - Method in class org.cybergarage.xml.Node
-
- removeNotifyListener(NotifyListener) - Method in class org.cybergarage.upnp.ControlPoint
-
- 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
-
- 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(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.jrobin.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(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(int, int) - Method in class com.docuverse.identicon.NineBlockIdenticonRenderer2
-
Returns rendered identicon image for given identicon code.
- render(I2PAppContext, OutputStream, String) - Static method in class net.i2p.router.web.SummaryRenderer
-
- 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(Graphics) - Method in class org.jrobin.graph.RrdGraph
-
Renders this graph onto graphing device
- renderBandwidthHTML() - Method in class net.i2p.router.web.SummaryBarRenderer
-
- renderCongestionHTML() - Method in class net.i2p.router.web.SummaryBarRenderer
-
- renderDestinationsHTML() - Method in class net.i2p.router.web.SummaryBarRenderer
-
- renderFirewallAndReseedStatusHTML() - Method in class net.i2p.router.web.SummaryBarRenderer
-
- renderGeneralHTML() - Method in class net.i2p.router.web.SummaryBarRenderer
-
- renderHelpAndFAQHTML() - Method in class net.i2p.router.web.SummaryBarRenderer
-
- renderI2PInternalsHTML() - Method in class net.i2p.router.web.SummaryBarRenderer
-
- renderI2PServicesHTML() - Method in class net.i2p.router.web.SummaryBarRenderer
-
- renderLeaseSetHTML(Writer, boolean) - Method in class net.i2p.router.web.NetDbRenderer
-
- renderNavBar(String, boolean) - Method in class net.i2p.router.web.ConfigNavHelper
-
- renderNetworkReachabilityHTML() - Method in class net.i2p.router.web.SummaryBarRenderer
-
- renderNewsHeadingsHTML() - Method in class net.i2p.router.web.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
- renderPeersHTML() - Method in class net.i2p.router.web.SummaryBarRenderer
-
- 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.
- renderPng(OutputStream, String) - Method in class net.i2p.router.web.StatSummarizer
-
- 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) - Method in class net.i2p.router.web.SummaryListener
-
- 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.SummaryBarRenderer
-
- renderRouterInfoHTML(Writer, String, String, String, String, String, String, String, int, SigType, String, String, String, int) - Method in class net.i2p.router.web.NetDbRenderer
-
One String must be non-null
- renderShortGeneralHTML() - Method in class net.i2p.router.web.SummaryBarRenderer
-
- renderStatus(String, String, String) - Static method in class net.i2p.router.web.ConfigRestartBean
-
this also initiates the restart/shutdown based on action
- 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
-
Write directly to the stream so we don't OOM on a huge list.
- renderStatusHTML(Writer) - Method in class net.i2p.router.client.ClientManager
-
- renderStatusHTML(Writer) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
-
- renderStatusHTML(Writer) - Method in class net.i2p.router.ClientManagerFacade
-
- renderStatusHTML(Writer, String, int) - Method in class net.i2p.router.CommSystemFacade
-
- renderStatusHTML(Writer) - Method in class net.i2p.router.CommSystemFacade
-
- 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, String, int) - Method in class net.i2p.router.dummy.VMCommSystem
-
- 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 class net.i2p.router.PersistentKeyRing
-
- 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, String, int) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
-
- renderStatusHTML(Writer) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
-
Deprecated.
not worth translating
- renderStatusHTML(Writer, int) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
-
- renderStatusHTML(Writer, String, int) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
-
- renderStatusHTML(Writer) - Method in class net.i2p.router.transport.OutboundMessageRegistry
-
- renderStatusHTML(Writer, String, int) - Method in interface net.i2p.router.transport.Transport
-
- renderStatusHTML(Writer) - Method in class net.i2p.router.transport.TransportImpl
-
Make this stuff pretty (only used in the old console)
- renderStatusHTML(Writer, String, int) - Method in class net.i2p.router.transport.TransportImpl
-
- renderStatusHTML(Writer, String, int) - Method in class net.i2p.router.transport.TransportManager
-
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
-
- 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(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.BanlistRenderer
-
- renderStatusHTML(Writer, int) - Method in class net.i2p.router.web.NetDbRenderer
-
- renderStatusHTML(Writer, int) - Method in class net.i2p.router.web.ProfileOrganizerRenderer
-
- renderStatusHTML(Writer) - Method in class net.i2p.router.web.TunnelRenderer
-
- renderStatusHTML(Writer) - Method in interface net.i2p.update.UpdateManager
-
For debugging
- renderStatusHTML(Writer) - Method in class net.i2p.util.KeyRing
-
- renderStatusHTML(Writer) - Method in class net.i2p.util.PortMapper
-
For debugging only
- renderStatusHTML() - Method in interface org.klomp.snark.dht.DHT
-
Debug info, HTML formatted
- 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
- renderStatusHTML() - Method in class org.klomp.snark.dht.KRPC
-
Debug info, HTML formatted
- renderSummaryBar() - Method in class net.i2p.router.web.SummaryHelper
-
output the summary bar to _out
- renderSummaryHTML(Writer) - Method in class net.i2p.router.web.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.SybilRenderer
-
Called from NetDbRenderer
- renderTunnelsHTML() - Method in class net.i2p.router.web.SummaryBarRenderer
-
- renderTunnelStatusHTML() - Method in class net.i2p.router.web.SummaryBarRenderer
-
- renderUpdateStatusHTML() - Method in class net.i2p.router.web.SummaryBarRenderer
-
- renew() - Method in class org.cybergarage.upnp.event.Subscriber
-
- RenewSubscriber - Class in org.cybergarage.upnp.control
-
- RenewSubscriber(ControlPoint) - Constructor for class org.cybergarage.upnp.control.RenewSubscriber
-
- renewSubscriberService(Device, long) - Method in class org.cybergarage.upnp.ControlPoint
-
- renewSubscriberService(long) - Method in class org.cybergarage.upnp.ControlPoint
-
- renewSubscriberService() - 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) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
- 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_IV_LENGTH - Static variable in class net.i2p.router.tunnel.HopConfig
-
- replyFound(DatabaseSearchReplyMessage, Hash) - Method in class net.i2p.router.networkdb.kademlia.SearchJob
-
found a reply
- 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
- ReplyJob - Interface in net.i2p.router
-
Defines an executable task that can be fired off in reply to a message
- replyNotVerified() - Method in class net.i2p.router.networkdb.kademlia.SearchReplyJob
-
- 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
-
- replyVerified() - Method in class net.i2p.router.networkdb.kademlia.SearchReplyJob
-
- repoll() - Method in class net.i2p.router.tunnel.pool.BuildExecutor
-
- reportAbuse(I2PSession, int) - Method in class net.i2p.BOB.UDPIOthread
-
Deprecated.
- 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(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(I2PSessionImpl, int, int) - Method in class net.i2p.client.impl.I2CPMessageProducer
-
Send an abuse message to the router
- reportAbuse(I2PSession, int) - Method in class net.i2p.client.impl.I2PSessionDemultiplexer
-
- 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.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(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
-
- reportAbuse(I2PSession, int) - Method in class net.i2p.sam.MasterSession
-
- reportAbuse(I2PSession, int) - Method in class org.klomp.snark.dht.KRPC
-
- 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
-
- 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(RouterContext, TunnelPool, PooledTunnelCreatorConfig, BuildExecutor) - Static method in class net.i2p.router.tunnel.pool.BuildRequestor
-
Send out a build request message.
- REQUEST - Static variable in class org.klomp.snark.Message
-
- request() - Method in class org.klomp.snark.Peer
-
Update the request queue.
- Request - Class in org.klomp.snark
-
Holds all information needed for a partial piece request.
- Request(PartialPiece, int, int) - Constructor for class org.klomp.snark.Request
-
Creates a new Request.
- 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.jrobin.graph.CDef
-
- requestData(DataProcessor) - Method in class org.jrobin.graph.Def
-
- requestData(DataProcessor) - Method in class org.jrobin.graph.PDef
-
- requestData(DataProcessor) - Method in class org.jrobin.graph.PercentileDef
-
- requestData(DataProcessor) - Method in class org.jrobin.graph.SDef
-
- requestData(DataProcessor) - Method in class org.jrobin.graph.Source
-
- requestInbound(int, String) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
-
Request some bytes.
- requestInboundBandwidth() - Method in class net.i2p.router.transport.udp.UDPPacket
-
- 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.
- 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(Hash, LeaseSet) - Method in class net.i2p.router.client.ClientManager
-
Request that a particular client authorize the Leases contained in the
LeaseSet.
- 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(Hash, LeaseSet) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
-
Request that a particular client authorize the Leases contained in the
LeaseSet.
- 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(Hash, LeaseSet) - Method in class net.i2p.router.ClientManagerFacade
-
- requestLeaseSet(Destination, LeaseSet, long, Job, Job) - Method in class net.i2p.router.dummy.DummyClientManagerFacade
-
- requestLeaseSet(Hash, LeaseSet) - Method in class net.i2p.router.dummy.DummyClientManagerFacade
-
- 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(URI) - Method in class net.i2p.router.networkdb.reseed.ReseedChecker
-
Start a reseed from a zip or su3 URI.
- requestReseed(InputStream) - Method in class net.i2p.router.networkdb.reseed.ReseedChecker
-
Reseed from a zip or su3 input stream.
- requestReseed() - Method in class net.i2p.router.networkdb.reseed.Reseeder
-
Start a reseed using the default reseed URLs.
- requestReseed(URI) - Method in class net.i2p.router.networkdb.reseed.Reseeder
-
Start a reseed from a single zip or su3 URL only.
- requestReseed(InputStream) - Method in class net.i2p.router.networkdb.reseed.Reseeder
-
Start a reseed from a zip or su3 input stream.
- requestRrdDb(String) - Method in class org.jrobin.core.RrdDbPool
-
Requests a RrdDb reference for the given RRD file path.
- requestRrdDb(RrdDef) - Method in class org.jrobin.core.RrdDbPool
-
Requests a RrdDb reference for the given RRD file definition object.
- requestRrdDb(String, String) - Method in class org.jrobin.core.RrdDbPool
-
Requests a RrdDb reference for the given path.
- 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
-
Required major changes for Jetty 6
to support change from MultiPartRequest to MultiPartFilter.
- 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
-
- 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, Connection) - Method in class net.i2p.client.streaming.impl.SchedulerImpl
-
- reschedule(SimpleTimer.TimedEvent, long) - Method in class net.i2p.util.SimpleTimer
-
- 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.
- RESEED - Static variable in class net.i2p.router.util.EventLog
-
- ReseedBundler - Class in net.i2p.router.web
-
Copy a random selection of 'count' router infos from configDir/netDb
to 'toDir'.
- ReseedBundler(RouterContext) - Constructor for class net.i2p.router.web.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
-
Handler to create a i2preseed.zip file
- ReseedGenerator() - Constructor for class net.i2p.router.web.ReseedGenerator
-
- ReseedHandler - Class in net.i2p.router.web
-
Handler to deal with reseed requests.
- ReseedHandler() - Constructor for class net.i2p.router.web.ReseedHandler
-
- ReseedHandler(RouterContext) - Constructor for class net.i2p.router.web.ReseedHandler
-
- 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.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 interface org.bouncycastle.oldcrypto.Mac
-
Reset the MAC.
- reset() - Method in class org.bouncycastle.oldcrypto.macs.I2PHMac
-
Reset the mac generator.
- reset() - Method in class org.jrobin.graph.ImageWorker
-
- reset() - Method in class org.mortbay.util.LineInput
-
- 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
-
- resize(int, int) - Method in class org.jrobin.graph.ImageWorker
-
- resizeArchive(String, String, String, int, int) - Static method in class org.jrobin.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, String, int, int, boolean) - Static method in class org.jrobin.core.RrdToolkit
-
Modifies existing RRD file, by resizing its chosen archive.
- resolvedText - Variable in class org.jrobin.graph.CommentText
-
- resolveMonthsMinutes(int) - Method in class org.jrobin.core.timespec.TimeScanner
-
- resolveText(DataProcessor, ValueScaler) - Method in class org.jrobin.graph.CommentText
-
- resolveText(DataProcessor, ValueScaler) - Method in class org.jrobin.graph.PrintText
-
- RESPONSE - Static variable in class org.cybergarage.soap.SOAP
-
- restart() - Method in class net.i2p.crypto.ElGamalEngine
-
This is now a noop.
- restart(RouterContext) - Static method in class net.i2p.desktopgui.router.RouterManager
-
Restart the running I2P instance.
- 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
-
- 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.jrobin.core.timespec.TimeScanner
-
- RESTRICTED_CONE_NAT - Static variable in class org.freenetproject.DetectedIP
-
Restricted cone NAT.
- RESULT_FAILURE - Static variable in class net.i2p.data.i2cp.HostReplyMessage
-
generic fail, other codes TBD
- 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
-
- 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
-
- resumeReading() - Method in class net.i2p.data.i2np.I2NPMessageReader
-
- 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
-
- retransmitRequests() - Method in class org.klomp.snark.Peer
-
Retransmit outstanding requests if necessary
- retransmitRequests(List<Request>) - Method in class org.klomp.snark.PeerConnectionOut
-
- retransmitRequests() - Method in class org.klomp.snark.PeerState
-
- retrieveACKBitfields() - Method in class net.i2p.router.transport.udp.PeerState
-
- 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.
- RETURN - Static variable in class org.cybergarage.upnp.control.Control
-
- returnBadRequest() - Method in class org.cybergarage.http.HTTPRequest
-
- returnByteArray(byte[]) - Static method in class org.mortbay.util.ByteArrayPool
-
- 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(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.
- returnUnused(DHSessionKeyBuilder) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
-
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.
- ReverseColorMap - Class in org.jrobin.graph
-
- ReverseColorMap() - Constructor for class org.jrobin.graph.ReverseColorMap
-
- reverseLookup(Destination, Properties) - Method in class net.i2p.client.naming.BlockfileNamingService
-
- reverseLookup(Hash) - Method in class net.i2p.client.naming.BlockfileNamingService
-
- reverseLookup(Destination, Properties) - Method in class net.i2p.client.naming.MetaNamingService
-
- reverseLookup(Destination) - Method in class net.i2p.client.naming.NamingService
-
Reverse lookup a destination
This implementation returns reverseLookup(dest, null).
- reverseLookup(Hash) - Method in class net.i2p.client.naming.NamingService
-
Reverse lookup a hash.
- 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
-
- reverseLookupAll(Destination, Properties) - Method in class net.i2p.client.naming.BlockfileNamingService
-
- reverseLookupAll(Hash) - Method in class net.i2p.client.naming.BlockfileNamingService
-
- reverseLookupAll(Hash) - Method in class net.i2p.client.naming.NamingService
-
Reverse lookup a hash.
- 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.
- 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
- 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.router.util
-
Moved from NewsFetcher
- RFC822Date() - Constructor for class net.i2p.router.util.RFC822Date
-
- rigid - Variable in class org.jrobin.graph.RrdGraphDef
-
- rmdir(String, boolean) - Static method in class net.i2p.util.FileUtil
-
Delete the path as well as any files or directories underneath it.
- rmdir(File, boolean) - Static method in class net.i2p.util.FileUtil
-
Delete the path as well as any files or directories underneath it.
- rng - Static variable in class net.metanotion.util.skiplist.SkipList
-
- Robin - Class in org.jrobin.core
-
Class to represent archive values for a single datasource.
- Robin(Archive, int, boolean) - Constructor for class org.jrobin.core.Robin
-
- root - Variable in class org.jrobin.core.XmlTemplate
-
- 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 - Class in net.i2p.router
-
Main driver for the router.
- Router() - Constructor for class net.i2p.router.Router
-
Instantiation only.
- Router(Properties) - 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() - Method in class net.i2p.router.RouterContext
-
what router is this context working for?
- 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
-
- RouterAppManager.Shutdown() - Constructor for class net.i2p.router.startup.RouterAppManager.Shutdown
-
- 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/
- RouterConsoleRunner.WarFilenameFilter - Class in net.i2p.router.web
-
- RouterConsoleRunner.WarFilenameFilter() - Constructor for class net.i2p.router.web.RouterConsoleRunner.WarFilenameFilter
-
- 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.
- 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
-
- RouterDoSThrottle(RouterContext) - Constructor for class net.i2p.router.RouterDoSThrottle
-
Deprecated.
- 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 - 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
-
- routerIdentity - Variable in class net.i2p.router.startup.LoadRouterInfoJob.KeyData
-
- 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
- routerInfoPublishSuccessful() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
-
Set the last time we successfully published our RI.
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- rowCount - Variable in class org.jrobin.core.jrrd.Archive
-
- rows - Variable in class org.jrobin.core.jrrd.DataChunk
-
- RpnCalculator - Class in org.jrobin.data
-
- RpnCalculator(String, String, DataProcessor) - Constructor for class org.jrobin.data.RpnCalculator
-
- rraCount - Variable in class org.jrobin.core.jrrd.Header
-
- 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.jrobin.core.RrdPrimitive
-
- RRD_INT - Static variable in class org.jrobin.core.RrdPrimitive
-
- RRD_LONG - Static variable in class org.jrobin.core.RrdPrimitive
-
- RRD_PRIM_SIZES - Static variable in class org.jrobin.core.RrdPrimitive
-
- RRD_STRING - Static variable in class org.jrobin.core.RrdPrimitive
-
- RrdAllocator - Class in org.jrobin.core
-
- RrdAllocator() - Constructor for class org.jrobin.core.RrdAllocator
-
- RRDatabase - Class in org.jrobin.core.jrrd
-
- RRDatabase(String) - Constructor for class org.jrobin.core.jrrd.RRDatabase
-
Creates a database to read from.
- RRDatabase(File) - Constructor for class org.jrobin.core.jrrd.RRDatabase
-
Creates a database to read from.
- RrdBackend - Class in org.jrobin.core
-
Base implementation class for all backend classes.
- RrdBackend(String) - Constructor for class org.jrobin.core.RrdBackend
-
Creates backend for a RRD storage with the given path.
- RrdBackend(String, boolean) - Constructor for class org.jrobin.core.RrdBackend
-
- RrdBackendFactory - Class in org.jrobin.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.jrobin.core.RrdBackendFactory
-
- RrdDb - Class in org.jrobin.core
-
Main class used to create and manipulate round robin databases (RRDs).
- RrdDb(RrdDef) - Constructor for class org.jrobin.core.RrdDb
-
Constructor used to create new RRD object from the definition.
- RrdDb(RrdDef, RrdBackendFactory) - Constructor for class org.jrobin.core.RrdDb
-
Constructor used to create new RRD object from the definition object but with a storage
(backend) different from default.
- RrdDb(String, boolean) - Constructor for class org.jrobin.core.RrdDb
-
Constructor used to open already existing RRD.
- RrdDb(String, boolean, RrdBackendFactory) - Constructor for class org.jrobin.core.RrdDb
-
Constructor used to open already existing RRD backed
with a storage (backend) different from default.
- RrdDb(String) - Constructor for class org.jrobin.core.RrdDb
-
Constructor used to open already existing RRD in R/W mode, with a default storage
(backend) type (file on the disk).
- RrdDb(String, RrdBackendFactory) - Constructor for class org.jrobin.core.RrdDb
-
Constructor used to open already existing RRD in R/W mode with a storage (backend) type
different from default.
- RrdDb(String, String) - Constructor for class org.jrobin.core.RrdDb
-
Constructor used to create RRD files from external file sources.
- RrdDb(String, String, RrdBackendFactory) - Constructor for class org.jrobin.core.RrdDb
-
Constructor used to create RRD files from external file sources with a backend type
different from default.
- RrdDb(File) - Constructor for class org.jrobin.core.RrdDb
-
- RrdDb(File, boolean) - Constructor for class org.jrobin.core.RrdDb
-
- RrdDbPool - Class in org.jrobin.core
-
This class should be used to synchronize access to RRD files
in a multithreaded environment.
- RrdDef - Class in org.jrobin.core
-
Class to represent definition of new Round Robin Database (RRD).
- RrdDef(String) - Constructor for class org.jrobin.core.RrdDef
-
Creates new RRD definition object with the given path.
- RrdDef(String, long) - Constructor for class org.jrobin.core.RrdDef
-
Creates new RRD definition object with the given path and step.
- RrdDef(String, long, long) - Constructor for class org.jrobin.core.RrdDef
-
Creates new RRD definition object with the given path, starting timestamp
and step.
- RrdDefTemplate - Class in org.jrobin.core
-
Class used to create an arbitrary number of
RrdDef
(RRD definition) objects
from a single XML template.
- RrdDefTemplate(InputSource) - Constructor for class org.jrobin.core.RrdDefTemplate
-
Creates RrdDefTemplate object from any parsable XML input source.
- RrdDefTemplate(String) - Constructor for class org.jrobin.core.RrdDefTemplate
-
Creates RrdDefTemplate object from the string containing XML template.
- RrdDefTemplate(File) - Constructor for class org.jrobin.core.RrdDefTemplate
-
Creates RrdDefTemplate object from the file containing XML template.
- RrdDouble - Class in org.jrobin.core
-
- RrdDouble(RrdUpdater, boolean) - Constructor for class org.jrobin.core.RrdDouble
-
- RrdDouble(RrdUpdater) - Constructor for class org.jrobin.core.RrdDouble
-
- RrdDoubleArray - Class in org.jrobin.core
-
- RrdDoubleArray(RrdUpdater, int) - Constructor for class org.jrobin.core.RrdDoubleArray
-
- RrdException - Exception in org.jrobin.core
-
Class to represent various JRobin checked exceptions.
- RrdException() - Constructor for exception org.jrobin.core.RrdException
-
- RrdException(String) - Constructor for exception org.jrobin.core.RrdException
-
- RrdException(Throwable) - Constructor for exception org.jrobin.core.RrdException
-
- RrdException(String, Throwable) - Constructor for exception org.jrobin.core.RrdException
-
- rrdFile - Variable in class org.jrobin.core.jrrd.RRDatabase
-
- RRDFile - Class in org.jrobin.core.jrrd
-
This class is a quick hack to read information from an RRD file.
- RRDFile(String) - Constructor for class org.jrobin.core.jrrd.RRDFile
-
- RRDFile(File) - Constructor for class org.jrobin.core.jrrd.RRDFile
-
- RrdFileBackend - Class in org.jrobin.core
-
JRobin backend which is used to store RRD data to ordinary files on the disk.
- RrdFileBackend(String, boolean) - Constructor for class org.jrobin.core.RrdFileBackend
-
Creates RrdFileBackend object for the given file path, backed by RandomAccessFile object.
- RrdFileBackendFactory - Class in org.jrobin.core
-
- RrdFileBackendFactory() - Constructor for class org.jrobin.core.RrdFileBackendFactory
-
- RrdGraph - Class in org.jrobin.graph
-
Class which actually creates JRobin graphs (does the hard work).
- RrdGraph(RrdGraphDef) - Constructor for class org.jrobin.graph.RrdGraph
-
Creates graph from the corresponding
RrdGraphDef
object.
- RrdGraphConstants - Interface in org.jrobin.graph
-
Class to represent various constants used for graphing.
- RrdGraphDef - Class in org.jrobin.graph
-
Class which should be used to define new JRobin graph.
- RrdGraphDef() - Constructor for class org.jrobin.graph.RrdGraphDef
-
Creates RrdGraphDef object and sets default time span (default ending time is 'now',
default starting time is 'end-1day'.
- RrdGraphDefTemplate - Class in org.jrobin.graph
-
Class used to create an arbitrary number of RrdGraphDef (graph definition) objects
from a single XML template.
- RrdGraphDefTemplate(InputSource) - Constructor for class org.jrobin.graph.RrdGraphDefTemplate
-
Creates template object from any parsable XML source
- RrdGraphDefTemplate(File) - Constructor for class org.jrobin.graph.RrdGraphDefTemplate
-
Creates template object from the file containing XML template code
- RrdGraphDefTemplate(String) - Constructor for class org.jrobin.graph.RrdGraphDefTemplate
-
Creates template object from the string containing XML template code
- RrdGraphInfo - Class in org.jrobin.graph
-
Class to represent successfully created JRobin graph.
- RrdGraphInfo() - Constructor for class org.jrobin.graph.RrdGraphInfo
-
- RrdInt - Class in org.jrobin.core
-
- RrdInt(RrdUpdater, boolean) - Constructor for class org.jrobin.core.RrdInt
-
- RrdInt(RrdUpdater) - Constructor for class org.jrobin.core.RrdInt
-
- RrdJRobin14FileBackend - Class in org.jrobin.core
-
JRobin backend which is used to store RRD data to ordinary files on the disk.
- RrdJRobin14FileBackend(String, boolean, RrdJRobin14FileBackend.LockMode) - Constructor for class org.jrobin.core.RrdJRobin14FileBackend
-
Creates RrdFileBackend object for the given file path, backed by RandomAccessFile object.
- RrdJRobin14FileBackend.LockMode - Enum in org.jrobin.core
-
- RrdJRobin14FileBackendFactory - Class in org.jrobin.core
-
- RrdJRobin14FileBackendFactory() - Constructor for class org.jrobin.core.RrdJRobin14FileBackendFactory
-
- RrdJRobin14FileBackendFactory(RrdJRobin14FileBackend.LockMode) - Constructor for class org.jrobin.core.RrdJRobin14FileBackendFactory
-
- RrdLong - Class in org.jrobin.core
-
- RrdLong(RrdUpdater, boolean) - Constructor for class org.jrobin.core.RrdLong
-
- RrdLong(RrdUpdater) - Constructor for class org.jrobin.core.RrdLong
-
- RrdMemoryBackend - Class in org.jrobin.core
-
Backend to be used to store all RRD bytes in memory.
- RrdMemoryBackend(String) - Constructor for class org.jrobin.core.RrdMemoryBackend
-
- RrdMemoryBackendFactory - Class in org.jrobin.core
-
- RrdMemoryBackendFactory() - Constructor for class org.jrobin.core.RrdMemoryBackendFactory
-
- RrdNioBackend - Class in org.jrobin.core
-
JRobin backend which is used to store RRD data to ordinary disk files by
using fast java.nio.* package.
- RrdNioBackend(String, boolean, int) - Constructor for class org.jrobin.core.RrdNioBackend
-
Creates RrdFileBackend object for the given file path, backed by
java.nio.* classes.
- RrdNioBackend(String, boolean, SyncManager) - Constructor for class org.jrobin.core.RrdNioBackend
-
Creates RrdFileBackend object for the given file path, backed by
java.nio.* classes.
- RrdNioBackendFactory - Class in org.jrobin.core
-
- RrdNioBackendFactory() - Constructor for class org.jrobin.core.RrdNioBackendFactory
-
- RrdNioByteBufferBackend - Class in org.jrobin.core
-
JRobin backend which is used to store RRD data to ordinary disk files
by using fast java.nio.* package.
- RrdNioByteBufferBackend(String, boolean) - Constructor for class org.jrobin.core.RrdNioByteBufferBackend
-
Creates RrdFileBackend object for the given file path, backed by java.nio.* classes.
- RrdNioByteBufferBackendFactory - Class in org.jrobin.core
-
- RrdNioByteBufferBackendFactory() - Constructor for class org.jrobin.core.RrdNioByteBufferBackendFactory
-
- RrdPrimitive - Class in org.jrobin.core
-
- RrdPrimitive(RrdUpdater, int, boolean) - Constructor for class org.jrobin.core.RrdPrimitive
-
- RrdPrimitive(RrdUpdater, int, int, boolean) - Constructor for class org.jrobin.core.RrdPrimitive
-
- RrdSafeFileBackend - Class in org.jrobin.core
-
JRobin backend which is used to store RRD data to ordinary files on the disk.
- RrdSafeFileBackend(String, long, long) - Constructor for class org.jrobin.core.RrdSafeFileBackend
-
Creates RrdFileBackend object for the given file path, backed by RandomAccessFile object.
- RrdSafeFileBackend.Counters - Class in org.jrobin.core
-
- RrdSafeFileBackend.Counters() - Constructor for class org.jrobin.core.RrdSafeFileBackend.Counters
-
- RrdSafeFileBackendFactory - Class in org.jrobin.core
-
- RrdSafeFileBackendFactory() - Constructor for class org.jrobin.core.RrdSafeFileBackendFactory
-
- RrdString - Class in org.jrobin.core
-
- RrdString(RrdUpdater, boolean) - Constructor for class org.jrobin.core.RrdString
-
- RrdString(RrdUpdater) - Constructor for class org.jrobin.core.RrdString
-
- RRDTOOL_VERSION - Static variable in class org.jrobin.core.Header
-
- RrdToolkit - Class in org.jrobin.core
-
Class used to perform various complex operations on RRD files.
- RrdToolkit() - Constructor for class org.jrobin.core.RrdToolkit
-
- RrdToolReader - Class in org.jrobin.core
-
- RrdToolReader(String) - Constructor for class org.jrobin.core.RrdToolReader
-
- RrdUpdater - Interface in org.jrobin.core
-
- RSAConstants - Class in net.i2p.crypto
-
Constants for RSA
- RSAConstants() - Constructor for class net.i2p.crypto.RSAConstants
-
- Rule - Class in org.jrobin.graph
-
- Rule(Paint, LegendText, float) - Constructor for class org.jrobin.graph.Rule
-
- run(ByteBuffer) - Method in class engine.misc.DeallocationHelper.AndroidDeallocator
-
- run(ByteBuffer) - Method in class engine.misc.DeallocationHelper.ApacheHarmonyDeallocator
-
- run(ByteBuffer) - Method in class engine.misc.DeallocationHelper.Deallocator
-
releases the native memory of a deallocatable byte buffer
- run(ByteBuffer) - Method in class engine.misc.DeallocationHelper.GnuClasspathDeallocator
-
- run(ByteBuffer) - Method in class engine.misc.DeallocationHelper.OracleSunOpenJdkDeallocator
-
- run() - Method in class gnu.crypto.prng.AsyncFortunaStandalone
-
The refiller thread
- run(String[]) - Method in class net.i2p.addressbook.Daemon
-
- run() - Method in class net.i2p.addressbook.DaemonThread
-
- run() - Method in class net.i2p.BOB.BOB
-
- 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.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.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.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.jrobin.core.SyncTimerTask
-
- 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()
- 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
-
- runConnection(I2PSnarkUtil, PeerListener, BitField, MagnetState, boolean) - Method in class org.klomp.snark.Peer
-
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...)
- 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.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
- running - Variable in class net.i2p.i2ptunnel.streamr.Pinger
-
- 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(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.
- 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.
- 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(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.