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

T

t - Variable in class net.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElement
Variable is package private for encoding.
T - Variable in class net.i2p.crypto.eddsa.math.GroupElement
Variable is package private only so that tests run.
T1_STR - Static variable in class edu.internet2.ndt.NDTConstants
 
T3_STR - Static variable in class edu.internet2.ndt.NDTConstants
 
TA - org.minidns.record.Record.TYPE
 
TAB - Static variable in class org.cybergarage.http.HTTP
 
table - Static variable in class i2p.susi.util.HexTable
Three character strings, upper case, e.g.
tag - Variable in class net.i2p.router.crypto.ratchet.RatchetEntry
 
tag - Variable in class net.i2p.router.networkdb.kademlia.MessageWrapper.OneTimeSession
non-null for ElG
tagsAcked(PublicKey, SessionKey, TagSetHandle) - Method in class net.i2p.crypto.SessionKeyManager
 
tagsAcked(PublicKey, SessionKey, TagSetHandle) - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
ElG only
tagsAcked(PublicKey, SessionKey, TagSetHandle) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
 
tagsAcked(PublicKey, SessionKey, TagSetHandle) - Method in class net.i2p.router.crypto.TransientSessionKeyManager
Mark these tags as acked, start to use them (if we haven't already) If the set was previously failed, it will be added back in.
tagsDelivered(PublicKey, SessionKey, Set<SessionTag>) - Method in class net.i2p.crypto.SessionKeyManager
Take note of the fact that the given sessionTags associated with the key for encryption to the target have definitely been received at the target (aka call this method after receiving an ack to a message delivering them)
tagsDelivered(PublicKey, SessionKey, Set<SessionTag>) - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
ElG only
tagsDelivered(PublicKey, SessionKey, Set<SessionTag>) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
 
tagsDelivered(PublicKey, SessionKey, Set<SessionTag>) - Method in class net.i2p.router.crypto.TransientSessionKeyManager
Take note of the fact that the given sessionTags associated with the key for encryption to the target have been sent.
TagSetHandle - Interface in net.i2p.crypto
An opaque handle to a TagSet returned by the SessionKeyManager, so that OCMOSJ can report that the tags were later acked, or not.
tagsReceived(SessionKey, Set<SessionTag>) - Method in class net.i2p.crypto.SessionKeyManager
Accept the given tags and associate them with the given key for decryption, with the default expiration.
tagsReceived(SessionKey, Set<SessionTag>) - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
ElG only
tagsReceived(SessionKey, Set<SessionTag>) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
 
tagsReceived(SessionKey, Set<SessionTag>) - Method in class net.i2p.router.crypto.TransientSessionKeyManager
Accept the given tags and associate them with the given key for decryption
tagsReceived(SessionKey, Set<SessionTag>, long) - Method in class net.i2p.crypto.SessionKeyManager
Accept the given tags and associate them with the given key for decryption, with specified expiration.
tagsReceived(SessionKey, Set<SessionTag>, long) - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
ElG only
tagsReceived(SessionKey, Set<SessionTag>, long) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
 
tagsReceived(SessionKey, Set<SessionTag>, long) - Method in class net.i2p.router.crypto.TransientSessionKeyManager
Accept the given tags and associate them with the given key for decryption
tagsReceived(SessionKey, RatchetSessionTag, long) - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
EC only One time session
tagsReceived(SessionKey, RatchetSessionTag, long) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
One time session
TAHOE_LAFS - net.i2p.update.UpdateMethod
 
take() - Method in class net.i2p.internal.I2CPMessageQueue
Receive a message, blocking until one is available.
take() - Method in class net.i2p.router.client.I2CPMessageQueueImpl
Receive a message, blocking until one is available
take() - Method in class net.i2p.router.util.CoDelBlockingQueue
 
take() - Method in class net.i2p.router.util.CoDelPriorityBlockingQueue
 
takePage() - Method in class net.metanotion.io.block.FreeListBlock
Takes next page and writes new len to disk
TALINK - org.minidns.record.Record.TYPE
 
target - Variable in class org.minidns.record.MX
The name of the target server.
target - Variable in class org.minidns.record.RRWithTarget
 
target - Variable in class org.minidns.record.SRV
The target server.
TARGET1 - Static variable in class edu.internet2.ndt.NDTConstants
 
TARGET2 - Static variable in class edu.internet2.ndt.NDTConstants
 
task - Variable in class net.i2p.i2ptunnel.I2PTunnelServer
 
TaskScheduler - Interface in net.i2p.client.streaming.impl
Coordinates what we do 'next'.
TCBShare - Class in net.i2p.client.streaming.impl
Share important TCP Control Block parameters across Connections to the same remote peer.
TCBShare(I2PAppContext, SimpleTimer2) - Constructor for class net.i2p.client.streaming.impl.TCBShare
 
TCP_MAX_RECV_WIN_SIZE - Static variable in class edu.internet2.ndt.NDTConstants
 
Tcpbw100 - Class in edu.internet2.ndt
Main Applet class that creates UI, defines tests and interprets results from the tests.
Tcpbw100(boolean) - Constructor for class edu.internet2.ndt.Tcpbw100
 
TCPBW100_MSGS - Static variable in class edu.internet2.ndt.NDTConstants
 
Tcpbw100.TestWorker - Class in edu.internet2.ndt
Class to start tests in a thread.
TCPio - Class in net.i2p.BOB
Shove data from one stream to the other.
TCPio(InputStream, OutputStream, AtomicBoolean) - Constructor for class net.i2p.BOB.TCPio
Constructor
TCPlistener - Class in net.i2p.BOB
Listen on TCP port and connect to I2P
TCPlistener(ServerSocket, I2PSocketManager, NamedDB, NamedDB, Logger, AtomicBoolean) - Constructor for class net.i2p.BOB.TCPlistener
Constructor
TCPtoI2P - Class in net.i2p.BOB
Process TCP->I2P
TCPtoI2P(I2PSocketManager, Socket, NamedDB, NamedDB, AtomicBoolean) - Constructor for class net.i2p.BOB.TCPtoI2P
Constructor
TDef - Class in org.rrd4j.graph
 
TDef(String, String, FetchData) - Constructor for class org.rrd4j.graph.TDef
 
TEATIME - Static variable in class org.rrd4j.core.timespec.TimeToken
Constant TEATIME=3
TENGIGABIT_ETHERNET_STR - Static variable in class edu.internet2.ndt.NDTConstants
 
terminate() - Method in class net.i2p.router.transport.UPnP
WARNING - Blocking up to 2 seconds
terminateBits(int, BitArray) - Static method in class com.google.zxing.qrcode.encoder.Encoder
Terminate bits as described in 8.4.8 and 8.4.9 of JISX0510:2004 (p.24).
TerminationBlock(int) - Constructor for class net.i2p.router.crypto.ratchet.RatchetPayload.TerminationBlock
 
TerminationBlock(int, long) - Constructor for class net.i2p.router.transport.ntcp.NTCP2Payload.TerminationBlock
 
TERMINATOR - com.google.zxing.qrcode.decoder.Mode
 
test(String[]) - Static method in class net.i2p.addressbook.Daemon
 
test_c2s(Protocol) - Method in class edu.internet2.ndt.Tcpbw100
Client to server throughput test.
TEST_C2S - Static variable in class edu.internet2.ndt.NDTConstants
 
TEST_FINALIZE - Static variable in class edu.internet2.ndt.MessageType
 
test_meta(Protocol, String) - Method in class edu.internet2.ndt.Tcpbw100
The META test allows the Client to send an additional information to the Server that basically gets included along with the overall set of test results.
TEST_META - Static variable in class edu.internet2.ndt.NDTConstants
 
test_mid(Protocol) - Method in class edu.internet2.ndt.Tcpbw100
MiddleBox testing is a throughput test from the Server to the Client to check for duplex mismatch conditions.
TEST_MID - Static variable in class edu.internet2.ndt.NDTConstants
 
TEST_MSG - Static variable in class edu.internet2.ndt.MessageType
 
TEST_PREPARE - Static variable in class edu.internet2.ndt.MessageType
 
test_s2c(Protocol, Socket) - Method in class edu.internet2.ndt.Tcpbw100
S2C throughput test to measure network bandwidth from server to client.
TEST_S2C - Static variable in class edu.internet2.ndt.NDTConstants
 
test_sfw(Protocol) - Method in class edu.internet2.ndt.Tcpbw100
Fire-wall tests aiming to find out if one exists between Client and server.
TEST_SFW - Static variable in class edu.internet2.ndt.NDTConstants
 
TEST_START - Static variable in class edu.internet2.ndt.MessageType
 
TEST_STATUS - Static variable in class edu.internet2.ndt.NDTConstants
 
testClient(String, ClassLoader) - Static method in class net.i2p.router.startup.LoadClientAppsJob
Use to test if the class is present, to propagate an error back to the user, since runClient() runs in a separate thread.
TESTING - net.i2p.router.web.helpers.SummaryHelper.NetworkState
 
TestJob - Class in net.i2p.router.tunnel.pool
Repeatedly test a single tunnel for its entire lifetime, or until the pool is shut down or removed from the client manager.
TestJob(RouterContext, PooledTunnelCreatorConfig, TunnelPool) - Constructor for class net.i2p.router.tunnel.pool.TestJob
 
testJobSuccessful(int) - Method in class net.i2p.router.tunnel.pool.PooledTunnelCreatorConfig
called from TestJob
testResults(String) - Method in class edu.internet2.ndt.Tcpbw100
Method that interprets test results.
testSuccessful(int) - Method in class net.i2p.router.tunnel.pool.TestJob
 
testSuccessful(int) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
 
testSuccessful(int) - Method in interface net.i2p.router.TunnelInfo
take note that the tunnel was able to measurably Do Good in the given time
TestWorker() - Constructor for class edu.internet2.ndt.Tcpbw100.TestWorker
 
text - Variable in class org.rrd4j.graph.CommentText
 
TEXT_NAME - Static variable in class net.i2p.router.news.XMLParser
 
textAntiAliasing - Variable in class org.rrd4j.graph.RrdGraphDef
 
THINSP - Static variable in class net.i2p.router.web.helpers.SummaryHelper
 
thread - Variable in class net.i2p.i2ptunnel.streamr.Pinger
 
thread - Variable in class net.i2p.i2ptunnel.udp.I2PSource
 
thread - Variable in class net.i2p.i2ptunnel.udp.UDPSource
 
thread - Variable in class net.i2p.sam.SAMHandler
 
THREAD - Static variable in class net.i2p.util.LogManager
These define the characters in the format line of the config file
ThreadCore - Class in org.cybergarage.util
 
ThreadCore() - Constructor for class org.cybergarage.util.ThreadCore
 
ThreadDump - Class in net.i2p.router.tasks
Only works with wrapper on non-windows platforms
ThreadDump() - Constructor for class net.i2p.router.tasks.ThreadDump
 
threadNumber - Variable in class org.rrd4j.core.RrdSyncThreadPool.DaemonThreadFactory
 
threshold - Variable in class net.i2p.i2ptunnel.access.FilterDefinitionElement
 
Threshold - Class in net.i2p.i2ptunnel.access
Definition of a Threshold.
Threshold(int, int) - Constructor for class net.i2p.i2ptunnel.access.Threshold
 
throttle() - Method in class net.i2p.router.RouterContext
Component to coordinate our accepting/rejecting of requests under load
ThrottledPumpedTunnelGateway - Class in net.i2p.router.tunnel
Same as PTG, but check to see if a message should be dropped before queueing it.
ThrottledPumpedTunnelGateway(RouterContext, TunnelGateway.QueuePreprocessor, TunnelGateway.Sender, TunnelGateway.Receiver, TunnelGatewayPumper, HopConfig) - Constructor for class net.i2p.router.tunnel.ThrottledPumpedTunnelGateway
 
throwBadTagException() - Static method in class com.southernstorm.noise.protocol.Noise
Throws an instance of AEADBadTagException.
THU - Static variable in class org.rrd4j.core.timespec.TimeToken
Constant THU=44
THURSDAY - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Constant to represent Thursday
TICK_STROKE - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Stroke used to draw ticks
tickStroke - Variable in class org.rrd4j.graph.RrdGraphDef
 
TimeAxis - Class in org.rrd4j.graph
 
TimeAxis(RrdGraph) - Constructor for class org.rrd4j.graph.TimeAxis
 
TimeAxis(RrdGraph, ImageWorker) - Constructor for class org.rrd4j.graph.TimeAxis
Used for test
timeAxisSetting - Variable in class org.rrd4j.graph.RrdGraphDef
 
TimeAxisSetting - Class in org.rrd4j.graph
 
TimeAxisSetting(int, int, int, int, int, int, int, String) - Constructor for class org.rrd4j.graph.TimeAxisSetting
 
TimeAxisSetting(int, int, int, int, int, int, int, TimeLabelFormat) - Constructor for class org.rrd4j.graph.TimeAxisSetting
 
TimeAxisSetting(long, int, int, int, int, int, int, int, String) - Constructor for class org.rrd4j.graph.TimeAxisSetting
 
TimeAxisSetting(long, int, int, int, int, int, int, int, TimeLabelFormat) - Constructor for class org.rrd4j.graph.TimeAxisSetting
 
TimeAxisSetting(TimeAxisSetting) - Constructor for class org.rrd4j.graph.TimeAxisSetting
 
TimedEvent(SimpleTimer2) - Constructor for class net.i2p.util.SimpleTimer2.TimedEvent
must call schedule() later
TimedEvent(SimpleTimer2, long) - Constructor for class net.i2p.util.SimpleTimer2.TimedEvent
automatically schedules, don't use this one if you have other things to do first
TimedWeightedPriorityMessageQueue - Class in net.i2p.router.transport.udp
Weighted priority queue implementation for the outbound messages, coupled with code to fail messages that expire.
TimedWeightedPriorityMessageQueue(RouterContext, int[], int[], TimedWeightedPriorityMessageQueue.FailedListener) - Constructor for class net.i2p.router.transport.udp.TimedWeightedPriorityMessageQueue
Build up a new queue
TimedWeightedPriorityMessageQueue.FailedListener - Interface in net.i2p.router.transport.udp
 
timeLabelFormat - Variable in class org.rrd4j.graph.RrdGraphDef
 
TimeLabelFormat - Interface in org.rrd4j.graph
Simplified version of DateFormat for just defining how to map a timestamp into a label for presentation.
timeout - Variable in class org.cybergarage.http.HTTPServer
Store the current TCP timeout value The variable should be accessed by getter and setter metho
timeout() - Method in class org.klomp.snark.dht.NID
 
TIMEOUT - Static variable in class org.cybergarage.http.HTTP
 
TIMEOUT_HEADER - Static variable in class org.cybergarage.upnp.event.Subscription
 
timeoutMs() - Method in class net.i2p.router.networkdb.kademlia.SearchJob
 
TimeoutPipedInputStream - Class in net.i2p.util
Adds setReadTimeout().
TimeoutPipedInputStream(int) - Constructor for class net.i2p.util.TimeoutPipedInputStream
 
TimeoutPipedOutputStream - Class in net.i2p.util
Helper for TimeoutPipedInputStream.
TimeoutPipedOutputStream(TimeoutPipedInputStream) - Constructor for class net.i2p.util.TimeoutPipedOutputStream
 
TimeParser - Class in org.rrd4j.core.timespec
Class which parses at-style time specification (described in detail on the rrdfetch man page), used in all RRDTool commands.
TimeParser(String) - Constructor for class org.rrd4j.core.timespec.TimeParser
Constructs TimeParser instance from the given input string.
timeReached() - Method in class net.i2p.client.impl.SessionIdleTimer
 
timeReached() - Method in class net.i2p.client.streaming.impl.Connection.ConEvent
 
timeReached() - Method in class net.i2p.client.streaming.impl.Connection.ResendPacketEvent
 
timeReached() - Method in class net.i2p.client.streaming.impl.Connection.RetransmitEvent
 
timeReached() - Method in class net.i2p.router.crypto.ratchet.ACKTimer
 
timeReached() - Method in class net.i2p.router.startup.LoadClientAppsJob.DelayedRunClient
 
timeReached() - Method in class net.i2p.router.tasks.CoalesceStatsEvent
 
timeReached() - Method in class net.i2p.router.tasks.MarkLiveliness
 
timeReached() - Method in class net.i2p.router.tasks.Republish
 
timeReached() - Method in class net.i2p.router.transport.udp.PeerTestEvent
 
timeReached() - Method in class net.i2p.router.tunnel.TunnelGateway.DelayedFlush
 
timeReached() - Method in class net.i2p.router.update.NewsTimerTask
 
timeReached() - Method in interface net.i2p.util.SimpleTimer.TimedEvent
the time requested has been reached (this call should NOT block, otherwise the whole SimpleTimer gets backed up)
timeReached() - Method in class net.i2p.util.SimpleTimer2.TimedEvent
Simple interface for events to be queued up and notified on expiration the time requested has been reached (this call should NOT block, otherwise the whole SimpleTimer gets backed up)
timeReached() - Method in class net.i2p.util.SocketTimeout
 
timeReached() - Method in class org.klomp.snark.IdleChecker
 
TimerUtil - Class in org.cybergarage.util
 
TimerUtil() - Constructor for class org.cybergarage.util.TimerUtil
 
TimeScanner - Class in org.rrd4j.core.timespec
 
TimeScanner(String) - Constructor for class org.rrd4j.core.timespec.TimeScanner
Constructor for TimeScanner.
timesec - Variable in class edu.internet2.ndt.Tcpbw100
 
timeSent(Hash) - Method in class net.i2p.router.networkdb.kademlia.IterativeSearchJob
When did we send the query to the peer?
TimeSpec - Class in org.rrd4j.core.timespec
Simple class to represent time obtained by parsing at-style date specification (described in detail on the rrdfetch man page.
TimeSpec(String) - Constructor for class org.rrd4j.core.timespec.TimeSpec
 
timestamp - Variable in class org.rrd4j.data.Variable.PercentElem
 
timestamp - Variable in class org.rrd4j.data.Variable.Value
 
timestamp - Variable in class org.rrd4j.graph.VRule
 
timestamp(E) - Method in class net.i2p.router.util.CoDelPriorityBlockingQueue
 
timestamp(E) - Method in class net.i2p.router.util.PriBlockingQueue
 
timestamp(String) - Method in class net.i2p.router.OutNetMessage
Stamp the message's progress.
Timestamper - Class in net.i2p.time
Dummy.
Timestamper() - Constructor for class net.i2p.time.Timestamper
dummy
Timestamper.UpdateListener - Interface in net.i2p.time
Interface to receive update notifications for when we query the time Only used by Clock.
timestampNow() - Method in class net.i2p.router.time.RouterTimestamper
Update the time immediately.
timestampNow() - Method in class net.i2p.time.Timestamper
Update the time immediately.
timestamps - Variable in class org.rrd4j.data.Source
 
timestamps - Variable in class org.rrd4j.graph.DownSampler.DataSet
 
TimeToken - Class in org.rrd4j.core.timespec
 
TimeToken(String, int) - Constructor for class org.rrd4j.core.timespec.TimeToken
Constructor for TimeToken.
timingUpdated() - Method in class net.i2p.router.JobQueue
Deprecated.
contention - see JobTiming.setStartAfter() comments
title - Variable in class net.i2p.router.news.NewsEntry
 
title - Variable in class org.rrd4j.graph.RrdGraphDef
 
title(String) - Method in class net.i2p.router.web.CSSHelper
translate the title and display consistently
TITLE - org.rrd4j.graph.RrdGraphConstants.FontTag
Index of the title font.
TKEY - org.minidns.record.Record.TYPE
 
TLSA - Class in org.minidns.record
 
TLSA - org.minidns.record.Record.TYPE
 
TLSA(byte, byte, byte, byte[]) - Constructor for class org.minidns.record.TLSA
 
TLSA.CertUsage - Enum in org.minidns.record
 
TLSA.MatchingType - Enum in org.minidns.record
 
TLSA.Selector - Enum in org.minidns.record
 
to - Variable in class i2p.susi.webmail.Mail
May be null.
to3339Date(long) - Static method in class net.i2p.router.news.RFC3339Date
Format is "yyyy-MM-ddTHH:mm:ssZ"
to416HeaderRangeString(long) - Static method in class org.klomp.snark.web.InclusiveByteRange
 
to822Date(long) - Static method in class net.i2p.util.RFC822Date
Format is "d MMM yyyy HH:mm:ss z"
toArray() - Method in class org.minidns.dnsmessage.DnsMessage
Generate a binary dns packet out of this message.
toASCII(String) - Static method in class i2p.susi.dns.AddressBean
Ref: java.net.IDN and RFC 3490
toASCII(String) - Method in class org.minidns.idna.DefaultIdnaTransformator
 
toASCII(String) - Method in interface org.minidns.idna.IdnaTransformator
 
toASCII(String) - Static method in class org.minidns.idna.MiniDnsIdna
 
toBack() - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JFrame
 
toBase32() - Method in class net.i2p.data.BlindData
b33 format
toBase32() - Method in class net.i2p.data.Destination
For convenience.
toBase32() - Method in class net.i2p.data.Hash
For convenience.
toBase64() - Method in class net.i2p.data.ByteArray
 
toBase64() - Method in interface net.i2p.data.DataStructure
render the structure into modified base 64 notation
toBase64() - Method in class net.i2p.data.DataStructureImpl
 
toBase64() - Method in class net.i2p.data.Destination
Cache it.
toBase64() - Method in class net.i2p.data.Hash
 
toBase64() - Method in class net.i2p.data.SimpleDataStructure
 
toBase64() - Method in class net.i2p.router.crypto.ratchet.RatchetSessionTag
12 chars
toBigInteger(byte[]) - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerLittleEndianEncoding
Convert in to big endian
toBufferedImage(BitMatrix) - Static method in class com.google.zxing.client.j2se.MatrixToImageWriter
Renders a BitMatrix as an image, where "false" bits are rendered as white, and "true" bits are rendered as black.
toBufferedImage(BitMatrix, MatrixToImageConfig) - Static method in class com.google.zxing.client.j2se.MatrixToImageWriter
As MatrixToImageWriter.toBufferedImage(BitMatrix), but allows customization of the output.
toByteArray() - Method in class net.i2p.crypto.eddsa.math.FieldElement
Encode a FieldElement in its $(b-1)$-bit encoding.
toByteArray() - Method in class net.i2p.crypto.eddsa.math.GroupElement
Converts the group element to an encoded point on the curve.
toByteArray() - Method in interface net.i2p.data.DataStructure
 
toByteArray() - Method in class net.i2p.data.DataStructureImpl
 
toByteArray() - Method in class net.i2p.data.DateAndFlags
Overridden for efficiency.
toByteArray() - Method in class net.i2p.data.i2np.GarlicClove
 
toByteArray() - Method in interface net.i2p.data.i2np.I2NPMessage
 
toByteArray() - Method in class net.i2p.data.i2np.I2NPMessageImpl
 
toByteArray() - Method in class net.i2p.data.i2np.TunnelDataMessage
 
toByteArray() - Method in class net.i2p.data.SimpleDataStructure
 
toByteArray() - Method in class net.i2p.router.time.NtpMessage
This method constructs the data bytes of a raw NTP packet.
toByteArray() - Method in class net.i2p.router.tunnel.FragmentedMessage
 
toByteArray() - Method in class net.i2p.util.ByteArrayStream
Zero-copy only if the data fills the buffer.
toByteArray() - Method in class net.i2p.util.NativeBigInteger
caches
toByteArray() - Method in class org.minidns.dnsmessage.Question
Generate a binary paket for this dns question.
toByteArray() - Method in class org.minidns.record.Data
 
toByteArray() - Method in class org.minidns.record.Record
 
toByteArray(byte[]) - Method in class net.i2p.data.i2np.FastI2NPMessageImpl
If available, use the previously-computed or previously-read checksum for speed
toByteArray(byte[]) - Method in interface net.i2p.data.i2np.I2NPMessage
Write the message to the buffer, returning the new offset (NOT the length).
toByteArray(byte[]) - Method in class net.i2p.data.i2np.I2NPMessageImpl
write the message to the buffer, returning the number of bytes written.
toByteArray(byte[], int) - Method in interface net.i2p.data.i2np.I2NPMessage
Write the message to the buffer, returning the new offset (NOT the length).
toByteArray(byte[], int) - Method in class net.i2p.data.i2np.I2NPMessageImpl
Write the message to the buffer, returning the new offset (NOT the length).
toByteArrayWithSavedChecksum(byte[]) - Method in class net.i2p.data.i2np.FastI2NPMessageImpl
Use a previously-computed checksum for speed
toBytes(int, byte[], int, int) - Method in class com.google.zxing.common.BitArray
 
toCached() - Method in class net.i2p.crypto.eddsa.math.GroupElement
Converts the group element to the CACHED representation.
toConfigString() - Method in enum net.i2p.router.transport.Transport.AddressSource
 
toConfigString() - Method in enum net.i2p.router.transport.TransportUtil.IPv6Config
 
toDate(byte[], int, long) - Static method in class net.i2p.data.DataHelper
 
toDate(Date) - Static method in class net.i2p.data.DataHelper
Deprecated.
unused
toDateString(int) - Static method in class org.cybergarage.http.Date
 
TODAY - Static variable in class org.rrd4j.core.timespec.TimeToken
Constant TODAY=7
toDecimalString(byte[], int) - Static method in class net.i2p.data.DataHelper
Deprecated.
unused
toDoubleArray(long[]) - Static method in class org.rrd4j.core.Util
Converts an array of long primitives to an array of doubles.
toHeaderRangeString(long) - Method in class org.klomp.snark.web.InclusiveByteRange
 
toHex(byte[]) - Static method in class org.klomp.snark.I2PSnarkUtil
Like DataHelper.toHexString but ensures no loss of leading zero bytes
toHexString(byte[]) - Static method in class net.i2p.data.DataHelper
Lower-case hex without leading zeros.
toIcon(String) - Method in class org.klomp.snark.web.I2PSnarkServlet
Pick an icon; try to catch the common types in an i2p environment Pkg private for FileTypeSorter.
toId(long) - Static method in class net.i2p.client.streaming.impl.Packet
 
toInteger(String) - Static method in class org.cybergarage.util.StringUtil
 
toJavaDSAKey(SigningPrivateKey) - Static method in class net.i2p.crypto.SigUtil
 
toJavaDSAKey(SigningPublicKey) - Static method in class net.i2p.crypto.SigUtil
 
toJavaECKey(SigningPrivateKey) - Static method in class net.i2p.crypto.SigUtil
 
toJavaECKey(SigningPublicKey) - Static method in class net.i2p.crypto.SigUtil
 
toJavaEdDSAKey(SigningPrivateKey) - Static method in class net.i2p.crypto.SigUtil
 
toJavaEdDSAKey(SigningPublicKey) - Static method in class net.i2p.crypto.SigUtil
 
toJavaKey() - Method in class net.i2p.crypto.RSASigningPrivateCrtKey
 
toJavaKey(SigningPrivateKey) - Static method in class net.i2p.crypto.SigUtil
 
toJavaKey(SigningPublicKey) - Static method in class net.i2p.crypto.SigUtil
 
toJavaRSAKey(SigningPrivateKey) - Static method in class net.i2p.crypto.SigUtil
As of 0.9.31, if pk is a RSASigningPrivateCrtKey, this will return a RSAPrivateCrtKey.
toJavaRSAKey(SigningPublicKey) - Static method in class net.i2p.crypto.SigUtil
Deprecated.
unused
toJavaSig(Signature) - Static method in class net.i2p.crypto.SigUtil
 
toJson() - Method in interface org.json.simple.Jsonable
Serialize to a JSON formatted string.
toJson() - Method in class org.json.simple.JsonArray
 
toJson() - Method in class org.json.simple.JsonObject
 
toJson(Writer) - Method in interface org.json.simple.Jsonable
Serialize to a JSON formatted stream.
toJson(Writer) - Method in class org.json.simple.JsonArray
 
toJson(Writer) - Method in class org.json.simple.JsonObject
 
toJSON() - Method in exception com.thetransactioncompany.jsonrpc2.JSONRPC2Error
Deprecated.
toJSONObject() - Method in exception com.thetransactioncompany.jsonrpc2.JSONRPC2Error
Returns a JSON object representation of this JSON-RPC 2.0 error.
toJSONObject() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Message
Returns a JSON object representing this JSON-RPC 2.0 message.
toJSONObject() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Notification
 
toJSONObject() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Request
 
toJSONObject() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Response
 
toJSONString() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Message
Returns a JSON string representation of this JSON-RPC 2.0 message.
token - Variable in class org.rrd4j.core.timespec.TimeParser
 
Token - Class in org.klomp.snark.dht
Used for Both outgoing and incoming tokens
Token(byte[]) - Constructor for class org.klomp.snark.dht.Token
incoming - for lookup only, not storage, lastSeen is 0
Token(I2PAppContext) - Constructor for class org.klomp.snark.dht.Token
outgoing - generate a random token
Token(I2PAppContext, byte[]) - Constructor for class org.klomp.snark.dht.Token
incoming - save the token (arbitrary length)
TOKEN_EXPIRED - Static variable in exception net.i2p.i2pcontrol.servlets.jsonrpc2handlers.JSONRPC2ExtendedError
Invalid JSON-RPC 2.0, implementation defined error (-32099 ..
token_id - Variable in class org.rrd4j.core.timespec.TimeToken
 
TokenKey - Class in org.klomp.snark.dht
Used to index incoming Tokens
TokenKey(NID, InfoHash) - Constructor for class org.klomp.snark.dht.TokenKey
 
toKeyCertificate() - Method in class net.i2p.data.Certificate
Up-convert this to a KeyCertificate
toKeyCertificate() - Method in class net.i2p.data.KeyCertificate
 
toLevelString(int) - Static method in class net.i2p.util.Log
 
toLocalizedStatusString(I2PAppContext) - Method in enum net.i2p.router.CommSystemFacade.Status
toStatusString(), translated if available.
toLong(byte[], int, int, long) - Static method in class net.i2p.data.DataHelper
Big endian.
toLong(int, long) - Static method in class net.i2p.data.DataHelper
Big endian.
toLong(String) - Static method in class org.cybergarage.util.StringUtil
 
toLong8(byte[], int, long) - Static method in class net.i2p.data.DataHelper
Big endian.
toLongLE(byte[], int, int, long) - Static method in class net.i2p.data.DataHelper
Little endian, i.e.
toMonthString(int) - Static method in class org.cybergarage.http.Date
 
TOMORROW - Static variable in class org.rrd4j.core.timespec.TimeToken
Constant TOMORROW=8
tooBacklogged() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
Toolkit - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
 
Toolkit() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.Toolkit
 
TooManyStreamsException - Exception in net.i2p.client.streaming.impl
We attempted to have more open streams than we are willing to put up with
TooManyStreamsException() - Constructor for exception net.i2p.client.streaming.impl.TooManyStreamsException
 
TooManyStreamsException(String) - Constructor for exception net.i2p.client.streaming.impl.TooManyStreamsException
 
TooManyStreamsException(String, Throwable) - Constructor for exception net.i2p.client.streaming.impl.TooManyStreamsException
 
tooOld() - Method in class net.i2p.data.i2cp.SessionConfig
Misnamed, could be too old or too far in the future.
toOutputStream(DataOutputStream) - Method in class org.minidns.record.Data
Write the binary representation of this payload to the given DataOutputStream.
toOutputStream(OutputStream) - Method in class org.minidns.record.Data
 
toOutputStream(OutputStream) - Method in class org.minidns.record.Record
 
toP2() - Method in class net.i2p.crypto.eddsa.math.GroupElement
Converts the group element to the P2 representation.
toP3() - Method in class net.i2p.crypto.eddsa.math.GroupElement
Converts the group element to the P3 representation.
toP3PrecomputeDouble() - Method in class net.i2p.crypto.eddsa.math.GroupElement
Converts the group element to the P3 representation, with dblPrecmp populated.
toPersistentString() - Method in class org.klomp.snark.comments.Comment
 
toPersistentString() - Method in class org.klomp.snark.dht.NodeInfo
To persistent storage string.
toPlottable(String) - Method in class org.rrd4j.core.jrrd.DataChunk
Extract a datasource from the datachunck given is name as a Plottable
toProperties(byte[], int, Properties) - Static method in class net.i2p.data.DataHelper
 
toProperties(Properties) - Static method in class net.i2p.data.DataHelper
Writes the props to returned byte array, not sorted (unless the opts param is an OrderedProperties) Strings will be UTF-8 encoded in the byte array.
toPublic() - Method in class net.i2p.data.PrivateKey
Derives a new PublicKey object derived from the secret contents of this PrivateKey.
toPublic() - Method in class net.i2p.data.SigningPrivateKey
Converts this signing private key to its public equivalent.
toRadix16(byte[]) - Static method in class net.i2p.crypto.eddsa.math.GroupElement
Convert a to radix 16.
toRawByteArray(byte[]) - Method in interface net.i2p.data.i2np.I2NPMessage
Write the message to the buffer, returning the new offset (NOT the length).
toRawByteArray(byte[]) - Method in class net.i2p.data.i2np.I2NPMessageImpl
Write the message with a short 5-byte header.
toRawByteArrayNTCP2(byte[], int) - Method in interface net.i2p.data.i2np.I2NPMessage
Write the message to the buffer, returning the new offset (NOT the length).
toRawByteArrayNTCP2(byte[], int) - Method in class net.i2p.data.i2np.I2NPMessageImpl
Write the message to the buffer, returning the new offset (NOT the length).
toRawString(StringBuilder) - Method in class net.i2p.router.transport.udp.UDPPacketReader.DataReader
 
toRawString(StringBuilder) - Method in class net.i2p.router.transport.udp.UDPPacketReader
 
toRelativeURL(String) - Static method in class org.cybergarage.http.HTTP
 
toRelativeURL(String, boolean) - Static method in class org.cybergarage.http.HTTP
 
torrent - Variable in class net.i2p.router.news.NewsMetadata.Update
 
TORRENT - net.i2p.update.UpdateMethod
 
torrentComplete(Snark) - Method in interface org.klomp.snark.CompleteListener
 
torrentComplete(Snark) - Method in class org.klomp.snark.SnarkManager
A Snark.CompleteListener method.
torrentComplete(Snark) - Method in class org.klomp.snark.UpdateRunner
 
Torrents - Class in org.klomp.snark.dht
All the torrents
Torrents() - Constructor for class org.klomp.snark.dht.Torrents
 
toSIDHeaderString(String) - Static method in class org.cybergarage.upnp.event.Subscription
 
ToSorter(MailCache) - Constructor for class i2p.susi.webmail.Sorters.ToSorter
 
toStatusString() - Method in enum net.i2p.router.CommSystemFacade.Status
Readable status, not translated
toStr(int) - Static method in class net.i2p.router.Blocklist
Public for console only, not a public API
toString() - Method in class com.google.zxing.common.BitArray
 
toString() - Method in class com.google.zxing.common.BitMatrix
 
toString() - Method in class com.google.zxing.common.reedsolomon.GenericGF
 
toString() - Method in class com.google.zxing.common.reedsolomon.GenericGFPoly
 
toString() - Method in class com.google.zxing.qrcode.decoder.Version
 
toString() - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
 
toString() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
toString() - Method in class com.maxmind.db.Metadata
 
toString() - Method in class com.maxmind.geoip.DatabaseInfo
 
toString() - Method in class com.nettgryppa.security.HashCash
Returns the canonical string representation of the HashCash
toString() - Method in class com.southernstorm.noise.protocol.ChaChaPolyCipherState
I2P debug
toString() - Method in class com.southernstorm.noise.protocol.HandshakeState
I2P debug
toString() - Method in class com.southernstorm.noise.protocol.SymmetricState
I2P debug
toString() - Method in exception com.thetransactioncompany.jsonrpc2.JSONRPC2Error
Serialises the error object to a JSON string.
toString() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Message
Serialises this JSON-RPC 2.0 message to a JSON object string.
toString() - Method in class com.thetransactioncompany.jsonrpc2.server.MessageContext
 
toString() - Method in class com.tomgibara.crinch.hashing.HashRange
 
toString() - Method in class i2p.susi.util.FileBuffer
 
toString() - Method in class i2p.susi.util.GzipFileBuffer
 
toString() - Method in class i2p.susi.util.MemoryBuffer
 
toString() - Method in class i2p.susi.util.OutputStreamBuffer
 
toString() - Method in class i2p.susi.util.ReadBuffer
 
toString() - Method in class i2p.susi.util.StringBuilderWriter
 
toString() - Method in class i2p.susi.webmail.MailPart
 
toString() - Method in class net.i2p.addressbook.AddressBook
Return a string representation of the origin of the AddressBook.
toString() - Method in class net.i2p.client.impl.I2PSessionImpl
 
toString() - Method in class net.i2p.client.naming.NamingService
 
toString() - Method in class net.i2p.client.streaming.I2PSocketAddress
 
toString() - Method in class net.i2p.client.streaming.impl.Connection.ConEvent
 
toString() - Method in class net.i2p.client.streaming.impl.Connection
 
toString() - Method in class net.i2p.client.streaming.impl.ConnectionManager
 
toString() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
doesn't include everything
toString() - Method in class net.i2p.client.streaming.impl.I2PSocketFull
 
toString() - Method in class net.i2p.client.streaming.impl.Packet
 
toString() - Method in class net.i2p.client.streaming.impl.SchedulerImpl
 
toString() - Method in class net.i2p.client.streaming.impl.SimpleBandwidthEstimator
 
toString() - Method in class net.i2p.client.streaming.impl.StandardServerSocket
 
toString() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
toString() - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
 
toString() - Method in class net.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElement
 
toString() - Method in class net.i2p.crypto.eddsa.math.GroupElement
 
toString() - Method in class net.i2p.data.BlindData
 
toString() - Method in class net.i2p.data.ByteArray
 
toString() - Method in class net.i2p.data.Certificate
 
toString() - Method in class net.i2p.data.DateAndFlags
 
toString() - Method in class net.i2p.data.EncryptedLeaseSet
 
toString() - Method in class net.i2p.data.i2cp.AbuseReason
 
toString() - Method in class net.i2p.data.i2cp.AbuseSeverity
 
toString() - Method in class net.i2p.data.i2cp.BandwidthLimitsMessage
 
toString() - Method in class net.i2p.data.i2cp.BlindingInfoMessage
 
toString() - Method in class net.i2p.data.i2cp.CreateLeaseSet2Message
 
toString() - Method in class net.i2p.data.i2cp.CreateLeaseSetMessage
 
toString() - Method in class net.i2p.data.i2cp.CreateSessionMessage
 
toString() - Method in class net.i2p.data.i2cp.DestLookupMessage
 
toString() - Method in class net.i2p.data.i2cp.DestReplyMessage
 
toString() - Method in class net.i2p.data.i2cp.DestroySessionMessage
 
toString() - Method in class net.i2p.data.i2cp.DisconnectMessage
 
toString() - Method in class net.i2p.data.i2cp.GetBandwidthLimitsMessage
 
toString() - Method in class net.i2p.data.i2cp.GetDateMessage
 
toString() - Method in class net.i2p.data.i2cp.HostLookupMessage
 
toString() - Method in class net.i2p.data.i2cp.HostReplyMessage
 
toString() - Method in class net.i2p.data.i2cp.MessageId
 
toString() - Method in class net.i2p.data.i2cp.MessagePayloadMessage
 
toString() - Method in class net.i2p.data.i2cp.MessageStatusMessage
 
toString() - Method in class net.i2p.data.i2cp.ReceiveMessageBeginMessage
 
toString() - Method in class net.i2p.data.i2cp.ReceiveMessageEndMessage
 
toString() - Method in class net.i2p.data.i2cp.ReconfigureSessionMessage
 
toString() - Method in class net.i2p.data.i2cp.ReportAbuseMessage
 
toString() - Method in class net.i2p.data.i2cp.RequestLeaseSetMessage
 
toString() - Method in class net.i2p.data.i2cp.RequestVariableLeaseSetMessage
 
toString() - Method in class net.i2p.data.i2cp.SendMessageExpiresMessage
 
toString() - Method in class net.i2p.data.i2cp.SendMessageMessage
 
toString() - Method in class net.i2p.data.i2cp.SessionConfig
 
toString() - Method in class net.i2p.data.i2cp.SessionId
 
toString() - Method in class net.i2p.data.i2cp.SessionStatusMessage
 
toString() - Method in class net.i2p.data.i2cp.SetDateMessage
 
toString() - Method in class net.i2p.data.i2np.BuildRequestRecord
 
toString() - Method in class net.i2p.data.i2np.DatabaseLookupMessage
 
toString() - Method in class net.i2p.data.i2np.DatabaseSearchReplyMessage
 
toString() - Method in class net.i2p.data.i2np.DatabaseStoreMessage
 
toString() - Method in class net.i2p.data.i2np.DataMessage
 
toString() - Method in class net.i2p.data.i2np.DeliveryInstructions
 
toString() - Method in class net.i2p.data.i2np.DeliveryStatusMessage
 
toString() - Method in class net.i2p.data.i2np.GarlicClove
 
toString() - Method in class net.i2p.data.i2np.GarlicMessage
 
toString() - Method in class net.i2p.data.i2np.OutboundTunnelBuildReplyMessage
 
toString() - Method in class net.i2p.data.i2np.ShortTunnelBuildMessage
 
toString() - Method in class net.i2p.data.i2np.ShortTunnelBuildReplyMessage
 
toString() - Method in class net.i2p.data.i2np.TunnelBuildMessage
 
toString() - Method in class net.i2p.data.i2np.TunnelBuildReplyMessage
 
toString() - Method in class net.i2p.data.i2np.TunnelDataMessage
 
toString() - Method in class net.i2p.data.i2np.TunnelGatewayMessage
 
toString() - Method in class net.i2p.data.i2np.UnknownI2NPMessage
 
toString() - Method in class net.i2p.data.i2np.VariableTunnelBuildMessage
 
toString() - Method in class net.i2p.data.i2np.VariableTunnelBuildReplyMessage
 
toString() - Method in class net.i2p.data.KeyCertificate
 
toString() - Method in class net.i2p.data.KeysAndCert
 
toString() - Method in class net.i2p.data.Lease
 
toString() - Method in class net.i2p.data.LeaseSet
 
toString() - Method in class net.i2p.data.LeaseSet2
 
toString() - Method in class net.i2p.data.MetaLease
 
toString() - Method in class net.i2p.data.MetaLeaseSet
 
toString() - Method in class net.i2p.data.Payload
 
toString() - Method in class net.i2p.data.PrivateKey
 
toString() - Method in class net.i2p.data.PrivateKeyFile
 
toString() - Method in class net.i2p.data.PublicKey
 
toString() - Method in class net.i2p.data.router.RouterAddress
This is used on peers.jsp so sort options so it looks better.
toString() - Method in class net.i2p.data.router.RouterInfo
 
toString() - Method in class net.i2p.data.SessionTag
 
toString() - Method in class net.i2p.data.Signature
 
toString() - Method in class net.i2p.data.SigningPrivateKey
 
toString() - Method in class net.i2p.data.SigningPublicKey
 
toString() - Method in class net.i2p.data.SimpleDataStructure
 
toString() - Method in class net.i2p.data.TunnelId
 
toString() - Method in class net.i2p.data.VerifiedDestination
 
toString() - Method in class net.i2p.i2pcontrol.security.AuthToken
 
toString() - Method in class net.i2p.i2ptunnel.GunzipOutputStream
 
toString() - Method in class net.i2p.i2ptunnel.I2PTunnelTask
 
toString() - Method in class net.i2p.i2ptunnel.TunnelController
 
toString() - Method in class net.i2p.internal.PoisonI2CPMessage
 
toString() - Method in class net.i2p.jetty.I2PLogger
 
toString() - Method in class net.i2p.kademlia.KBucketImpl
 
toString() - Method in class net.i2p.kademlia.KBucketSet
 
toString() - Method in class net.i2p.router.client.LeaseRequestState
 
toString() - Method in class net.i2p.router.ClientTunnelSettings
 
toString() - Method in enum net.i2p.router.CommSystemFacade.Status
 
toString() - Method in class net.i2p.router.crypto.ratchet.NextSessionKey
 
toString() - Method in class net.i2p.router.crypto.ratchet.RatchetEntry
 
toString() - Method in class net.i2p.router.crypto.ratchet.RatchetPayload.Block
 
toString() - Method in class net.i2p.router.crypto.ratchet.RatchetSessionTag
 
toString() - Method in class net.i2p.router.crypto.ratchet.RatchetTagSet
 
toString() - Method in class net.i2p.router.crypto.ratchet.SessionKeyAndNonce
 
toString() - Method in class net.i2p.router.crypto.ratchet.SingleTagSet
 
toString() - Method in class net.i2p.router.crypto.ratchet.SparseArray
toString() - Method in class net.i2p.router.JobImpl
 
toString() - Method in class net.i2p.router.message.CloveSet
 
toString() - Method in class net.i2p.router.message.GarlicConfig
 
toString() - Method in class net.i2p.router.networkdb.kademlia.FloodOnlyLookupSelector
 
toString() - Method in class net.i2p.router.networkdb.kademlia.IterativeLookupSelector
 
toString() - Method in class net.i2p.router.networkdb.kademlia.SearchJob
 
toString() - Method in class net.i2p.router.networkdb.kademlia.SearchMessageSelector
 
toString() - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
toString() - Method in class net.i2p.router.networkdb.kademlia.StoreMessageSelector
 
toString() - Method in class net.i2p.router.networkdb.kademlia.StoreState
 
toString() - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
 
toString() - Method in class net.i2p.router.OutNetMessage
 
toString() - Method in class net.i2p.router.peermanager.PeerProfile
 
toString() - Method in class net.i2p.router.RouterContext
 
toString() - Method in class net.i2p.router.sybil.Points
 
toString() - Method in class net.i2p.router.time.NtpMessage
Returns a string representation of a NtpMessage
toString() - Method in class net.i2p.router.transport.ntcp.EstablishBase
 
toString() - Method in class net.i2p.router.transport.ntcp.NTCP2Options
 
toString() - Method in class net.i2p.router.transport.ntcp.NTCP2Payload.Block
 
toString() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
toString() - Method in class net.i2p.router.transport.ntcp.OutboundNTCP2State
 
toString() - Method in class net.i2p.router.transport.SyntheticREDQueue
 
toString() - Method in class net.i2p.router.transport.udp.InboundEstablishState
 
toString() - Method in class net.i2p.router.transport.udp.InboundMessageState
May not be valid if released, or may NPE on race with release, use with care in exception text
toString() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
toString() - Method in class net.i2p.router.transport.udp.OutboundMessageState
 
toString() - Method in class net.i2p.router.transport.udp.PacketBuilder.Fragment
 
toString() - Method in class net.i2p.router.transport.udp.PeerState
 
toString() - Method in class net.i2p.router.transport.udp.PeerTestState
 
toString() - Method in class net.i2p.router.transport.udp.RemoteHostId
 
toString() - Method in class net.i2p.router.transport.udp.SimpleBandwidthEstimator
 
toString() - Method in class net.i2p.router.transport.udp.UDPAddress
 
toString() - Method in class net.i2p.router.transport.udp.UDPEndpoint
 
toString() - Method in class net.i2p.router.transport.udp.UDPPacket
how many times we tried to validate the packet
toString() - Method in class net.i2p.router.transport.udp.UDPPacketReader.DataReader
 
toString() - Method in class net.i2p.router.transport.udp.UDPPacketReader
 
toString() - Method in class net.i2p.router.transport.UPnP.IPv6ForwardPort
 
toString() - Method in class net.i2p.router.tunnel.FragmentedMessage
toString
toString() - Method in class net.i2p.router.tunnel.HopConfig
 
toString() - Method in class net.i2p.router.tunnel.HopProcessor
 
toString() - Method in class net.i2p.router.tunnel.OutboundTunnelEndpoint
 
toString() - Method in class net.i2p.router.tunnel.PendingGatewayMessage
 
toString() - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
toString() - Method in class net.i2p.router.tunnel.pool.TunnelPool
 
toString() - Method in class net.i2p.router.tunnel.ThrottledPumpedTunnelGateway
 
toString() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
 
toString() - Method in class net.i2p.router.tunnel.TunnelParticipant
 
toString() - Method in class net.i2p.router.TunnelPoolSettings
 
toString() - Method in class net.i2p.router.update.UpdateRunner
 
toString() - Method in class net.i2p.router.web.helpers.SummaryHelper.NetworkStateMessage
 
toString() - Method in class net.i2p.sam.SAMHandler
Get a string describing the handler.
toString() - Method in class net.i2p.stat.Rate
 
toString() - Method in class net.i2p.stat.RateStat
 
toString() - Method in class net.i2p.util.InternalServerSocket
 
toString() - Method in class net.i2p.util.InternalSocket
 
toString() - Method in class net.i2p.util.ResettableGZIPInputStream
Moved from i2ptunnel HTTPResponseOutputStream.InternalGZIPInputStream
toString() - Method in class net.i2p.util.SimpleTimer2
 
toString() - Method in class net.i2p.util.SocketTimeout
 
toString() - Method in class net.i2p.util.UIMessages.Message
 
toString() - Method in class net.metanotion.io.block.FreeListBlock
 
toString() - Method in class net.metanotion.io.block.index.BSkipLevels
 
toString() - Method in class net.metanotion.io.block.index.BSkipList
 
toString() - Method in class net.metanotion.io.block.index.BSkipSpan
 
toString() - Method in class net.metanotion.io.RAIFile
 
toString() - Method in class org.cybergarage.http.HTTPRequest
 
toString() - Method in class org.cybergarage.http.HTTPResponse
 
toString() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
 
toString() - Method in class org.cybergarage.xml.Node
 
toString() - Method in class org.freenetproject.DetectedIP
 
toString() - Method in class org.json.simple.Yytoken
 
toString() - Method in class org.klomp.snark.bencode.BEValue
 
toString() - Method in class org.klomp.snark.BitField
 
toString() - Method in class org.klomp.snark.dht.InfoHash
 
toString() - Method in class org.klomp.snark.dht.NodeInfo
 
toString() - Method in class org.klomp.snark.dht.Token
 
toString() - Method in class org.klomp.snark.Message
 
toString() - Method in class org.klomp.snark.MetaInfo
 
toString() - Method in class org.klomp.snark.PartialPiece
 
toString() - Method in class org.klomp.snark.Peer
Returns the String representation of the peerID.
toString() - Method in class org.klomp.snark.PeerID
Returns the String "id@address" where id is the first 4 chars of the base64 encoded id and address is the first 6 chars of the base64 dest (was the base64 hash of the dest) which should match what the bytemonsoon tracker reports on its web pages.
toString() - Method in class org.klomp.snark.Piece
 
toString() - Method in class org.klomp.snark.Request
 
toString() - Method in class org.klomp.snark.TrackerInfo
 
toString() - Method in class org.klomp.snark.UpdateRunner
 
toString() - Method in class org.klomp.snark.web.InclusiveByteRange
 
toString() - Method in class org.klomp.snark.WebPeer
 
toString() - Method in class org.minidns.dnslabel.DnsLabel
 
toString() - Method in class org.minidns.dnsmessage.DnsMessage.Builder
 
toString() - Method in class org.minidns.dnsmessage.DnsMessage
 
toString() - Method in class org.minidns.dnsmessage.Question
 
toString() - Method in class org.minidns.dnsname.DnsName
 
toString() - Method in class org.minidns.edns.Edns
 
toString() - Method in class org.minidns.edns.EdnsOption
 
toString() - Method in class org.minidns.record.A
 
toString() - Method in class org.minidns.record.AAAA
 
toString() - Method in class org.minidns.record.DelegatingDnssecRR
 
toString() - Method in class org.minidns.record.DNSKEY
 
toString() - Method in class org.minidns.record.MX
 
toString() - Method in class org.minidns.record.NSEC
 
toString() - Method in class org.minidns.record.NSEC3
 
toString() - Method in class org.minidns.record.NSEC3PARAM
 
toString() - Method in class org.minidns.record.OPENPGPKEY
 
toString() - Method in class org.minidns.record.Record
Retrieve a textual representation of this resource record.
toString() - Method in class org.minidns.record.RRSIG
 
toString() - Method in class org.minidns.record.RRWithTarget
 
toString() - Method in class org.minidns.record.SOA
 
toString() - Method in class org.minidns.record.SRV
 
toString() - Method in class org.minidns.record.TLSA
 
toString() - Method in class org.minidns.record.TXT
 
toString() - Method in class org.rrd4j.core.FetchData
Returns string representing fetched data in a RRDTool-like form.
toString() - Method in class org.rrd4j.core.jrrd.Archive
Returns a summary the contents of this archive.
toString() - Method in class org.rrd4j.core.jrrd.CDPStatusBlock
Returns a summary the contents of this CDP status block.
toString() - Method in class org.rrd4j.core.jrrd.DataChunk
Returns a summary of the contents of this data chunk.
toString() - Method in class org.rrd4j.core.jrrd.DataSource
Returns a summary the contents of this data source.
toString() - Method in class org.rrd4j.core.jrrd.Header
Returns a summary the contents of this header.
toString() - Method in class org.rrd4j.core.jrrd.PDPStatusBlock
Returns a summary the contents of this PDP status block.
toString() - Method in class org.rrd4j.core.jrrd.RRDatabase
Returns a summary the contents of this database.
toString() - Method in class org.rrd4j.core.timespec.TimeToken
toString.
toString() - Method in class org.rrd4j.data.Variable.PercentElem
 
toString() - Method in class org.rrd4j.data.Variable.Value
 
toString() - Method in class org.rrd4j.graph.DownSampler.DataSet
 
toString(byte[]) - Static method in class net.i2p.data.DataHelper
Lower-case hex with leading zeros.
toString(byte[]) - Static method in class net.i2p.util.Addresses
Convenience method to convert an IP address to a String without throwing an exception.
toString(byte[], int) - Static method in class net.i2p.data.DataHelper
Lower-case hex with leading zeros.
toString(byte[], int) - Static method in class net.i2p.util.Addresses
Convenience method to convert an IP address and port to a String without throwing an exception.
toString(StringBuilder) - Method in class net.i2p.router.sybil.Points
For persistence.
toString(StringBuilder, Node) - Static method in class net.i2p.router.news.XMLParser
A replacement for Node.toString(), which does not recognize #text.
toString(String, boolean) - Method in class org.cybergarage.xml.Node
 
toString(String, String) - Method in class com.google.zxing.common.BitMatrix
 
toString(String, String, String) - Method in class com.google.zxing.common.BitMatrix
Deprecated.
call BitMatrix.toString(String,String) only, which uses \n line separator always
toString(Collection<?>) - Static method in class net.i2p.data.DataHelper
Pretty print the collection
toString(Map<?, ?>) - Static method in class net.i2p.data.DataHelper
Pretty print the mapping, unsorted (unless the options param is an OrderedProperties)
toString(Properties) - Static method in class net.i2p.data.DataHelper
Pretty print the mapping, unsorted (unless the options param is an OrderedProperties)
toStringFull() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
 
toStringInternal() - Method in class org.minidns.edns.EdnsOption
 
toStringInternal() - Method in class org.minidns.edns.Nsid
 
toStringInternal() - Method in class org.minidns.edns.UnknownEdnsOption
 
total - Variable in class org.rrd4j.data.Aggregates
Deprecated.
 
TOTAL - org.rrd4j.ConsolFun
The total of the data points is stored.
TOTAL() - Constructor for class org.rrd4j.data.Variable.TOTAL
 
TOTAL1_MAX - Static variable in class net.i2p.router.transport.ntcp.OutboundNTCP2State
one less than 288 byte NTCP1 msg 1
totalReceived - Variable in class net.i2p.sam.SAMv2StreamSession.SAMv2StreamSessionSocketReader
 
totalSize() - Method in class i2p.susi.dns.AddressbookBean
 
totalSize() - Method in class i2p.susi.dns.NamingServiceBean
 
toTimeoutHeaderString(long) - Static method in class org.cybergarage.upnp.event.Subscription
 
toTimeString(int) - Static method in class org.cybergarage.http.Date
 
toTypedKey(KeyCertificate) - Method in class net.i2p.data.PublicKey
Up-convert this from an untyped (type 0) PK to a typed PK based on the Key Cert given.
toTypedKey(KeyCertificate) - Method in class net.i2p.data.SigningPublicKey
Up-convert this from an untyped (type 0) SPK to a typed SPK based on the Key Cert given.
toUnicode(String) - Static method in class i2p.susi.dns.AddressBean
The Unicode name, translated from Punycode
toUnicode(String) - Method in class org.minidns.idna.DefaultIdnaTransformator
 
toUnicode(String) - Method in interface org.minidns.idna.IdnaTransformator
 
toUnicode(String) - Static method in class org.minidns.idna.MiniDnsIdna
 
toWeekString(int) - Static method in class org.cybergarage.http.Date
 
toXml(PrintStream) - Method in class org.rrd4j.core.jrrd.Archive
 
toXml(PrintStream) - Method in class org.rrd4j.core.jrrd.CDPStatusBlock
 
toXml(PrintStream) - Method in class org.rrd4j.core.jrrd.DataSource
 
toXml(PrintStream) - Method in class org.rrd4j.core.jrrd.RRDatabase
Outputs the content of the database to the given print stream as a stream of XML.
toXMLString() - Method in class org.cybergarage.xml.Node
 
toXMLString(boolean) - Method in class org.cybergarage.xml.Node
 
TRACKED_CAPS - Static variable in class net.i2p.router.peermanager.PeerManager
 
Tracker - Class in org.klomp.snark
A structure for known trackers
Tracker(String, String, String) - Constructor for class org.klomp.snark.Tracker
 
TrackerClient - Class in org.klomp.snark
Informs metainfo tracker of events and gets new peers for peer coordinator.
TrackerClient(I2PSnarkUtil, MetaInfo, String, PeerCoordinator, Snark) - Constructor for class org.klomp.snark.TrackerClient
Call start() to start it.
TrackerInfo - Class in org.klomp.snark
The data structure for the tracker response.
TrackerInfo(InputStream, byte[], byte[], MetaInfo, I2PSnarkUtil) - Constructor for class org.klomp.snark.TrackerInfo
 
TRANSFER_ENCODING - Static variable in class org.cybergarage.http.HTTP
 
transferComplete(long, long, long, String, String, boolean) - Method in class net.i2p.router.update.DevSU3UpdateChecker
 
transferComplete(long, long, long, String, String, boolean) - Method in class net.i2p.router.update.DevSU3UpdateRunner
eepget listener callback Overrides
transferComplete(long, long, long, String, String, boolean) - Method in class net.i2p.router.update.NewsFetcher
Copies the file from temp dir to the news location, calls checkForUpdates()
transferComplete(long, long, long, String, String, boolean) - Method in class net.i2p.router.update.PluginUpdateChecker
 
transferComplete(long, long, long, String, String, boolean) - Method in class net.i2p.router.update.PluginUpdateRunner
 
transferComplete(long, long, long, String, String, boolean) - Method in class net.i2p.router.update.UnsignedUpdateRunner
eepget listener callback Overrides
transferComplete(long, long, long, String, String, boolean) - Method in class net.i2p.router.update.UpdateRunner
subclasses should override
transferComplete(long, long, long, String, String, boolean) - Method in class net.i2p.util.DNSOverHTTPS
 
transferComplete(long, long, long, String, String, boolean) - Method in class net.i2p.util.EepGet.CLIStatusListener
 
transferComplete(long, long, long, String, String, boolean) - Method in interface net.i2p.util.EepGet.StatusListener
 
transferComplete(long, long, long, String, String, boolean) - Method in class org.klomp.snark.web.FetchAndAdd
 
transferComplete(long, long, long, String, String, boolean) - Method in class org.klomp.snark.WebPeer
 
transferFailed(String, long, long, int) - Method in class net.i2p.router.update.DevSU3UpdateChecker
 
transferFailed(String, long, long, int) - Method in class net.i2p.router.update.NewsFetcher
override to prevent status update
transferFailed(String, long, long, int) - Method in class net.i2p.router.update.PluginUpdateChecker
 
transferFailed(String, long, long, int) - Method in class net.i2p.router.update.PluginUpdateRunner
 
transferFailed(String, long, long, int) - Method in class net.i2p.router.update.UpdateRunner
subclasses should override
transferFailed(String, long, long, int) - Method in class net.i2p.util.DNSOverHTTPS
 
transferFailed(String, long, long, int) - Method in class net.i2p.util.EepGet.CLIStatusListener
 
transferFailed(String, long, long, int) - Method in interface net.i2p.util.EepGet.StatusListener
 
transferFailed(String, long, long, int) - Method in class org.klomp.snark.web.FetchAndAdd
 
transferFailed(String, long, long, int) - Method in class org.klomp.snark.WebPeer
 
transform(int, int, double) - Method in class org.rrd4j.graph.ImageWorker
 
TRANSIENT_FAIL - Static variable in class net.i2p.router.transport.TransportBid
 
TransientDataStore - Class in net.i2p.router.networkdb.kademlia
Stores in-memory only.
TransientDataStore(RouterContext) - Constructor for class net.i2p.router.networkdb.kademlia.TransientDataStore
 
TransientSessionKeyManager - Class in net.i2p.router.crypto
Implement the session key management, but keep everything in memory (don't write to disk).
TransientSessionKeyManager(I2PAppContext) - Constructor for class net.i2p.router.crypto.TransientSessionKeyManager
The session key manager should only be constructed and accessed through the application context.
TransientSessionKeyManager(I2PAppContext, int, int) - Constructor for class net.i2p.router.crypto.TransientSessionKeyManager
 
Translate - Class in net.i2p.util
Translate strings efficiently.
Translate() - Constructor for class net.i2p.util.Translate
 
TranslateReader - Class in net.i2p.util
Translate.
TranslateReader(I2PAppContext, String, InputStream) - Constructor for class net.i2p.util.TranslateReader
 
TranslateReader(I2PAppContext, String, Reader) - Constructor for class net.i2p.util.TranslateReader
 
TranslateSVGServlet - Class in i2p.susi.dns
Translate a svg file on-the-fly.
TranslateSVGServlet() - Constructor for class i2p.susi.dns.TranslateSVGServlet
 
transmitTimestamp - Variable in class net.i2p.router.time.NtpMessage
This is the time at which the reply departed the server for the client, in seconds since 00:00 1-Jan-1900.
TRANSPARENT - net.i2p.util.SSLEepGet.ProxyType
 
Transport - Interface in net.i2p.router.transport
Defines a way to send a message to another peer and start listening for messages.
Transport.AddressSource - Enum in net.i2p.router.transport
 
transportAddressChanged() - Method in interface net.i2p.router.transport.TransportEventListener
 
transportAddressChanged() - Method in class net.i2p.router.transport.TransportManager
TransportEventListener calls UPnPManager rescan() and update()
TransportBid - Class in net.i2p.router.transport
Provide a bid for how much it would "cost" to transfer a message of a particular peer
TransportBid() - Constructor for class net.i2p.router.transport.TransportBid
 
TransportEventListener - Interface in net.i2p.router.transport
 
transportFailed(String) - Method in class net.i2p.router.OutNetMessage
 
TransportImpl - Class in net.i2p.router.transport
Defines a way to send a message to another peer and start listening for messages
TransportImpl(RouterContext) - Constructor for class net.i2p.router.transport.TransportImpl
Initialize the new transport
TransportManager - Class in net.i2p.router.transport
Keeps track of the enabled transports.
TransportManager(RouterContext) - Constructor for class net.i2p.router.transport.TransportManager
 
TransportManager.Port - Class in net.i2p.router.transport
 
transports - Variable in class net.i2p.router.Banlist.Entry
what transports they were banlisted for (String), or null for all transports
TransportUtil - Class in net.i2p.router.transport
 
TransportUtil() - Constructor for class net.i2p.router.transport.TransportUtil
 
TransportUtil.IPv6Config - Enum in net.i2p.router.transport
 
tray - Variable in class net.i2p.desktopgui.TrayManager
 
trayIcon - Variable in class net.i2p.desktopgui.TrayManager
 
TrayManager - Class in net.i2p.desktopgui
Manages the tray icon life.
TrayManager(I2PAppContext, Main, boolean) - Constructor for class net.i2p.desktopgui.TrayManager
Instantiate tray manager.
trim(String, String) - Static method in class org.cybergarage.util.StringUtil
 
trim(KBucket<K>, K) - Method in interface net.i2p.kademlia.KBucketTrimmer
Called from add() just before adding the entry.
trim(KBucket<NID>, NID) - Method in class org.klomp.snark.dht.KBTrimmer
 
trim(KBucket<T>, T) - Method in class net.i2p.kademlia.RandomIfOldTrimmer
 
trim(KBucket<T>, T) - Method in class net.i2p.kademlia.RandomTrimmer
 
trim(KBucket<T>, T) - Method in class net.i2p.kademlia.RejectTrimmer
 
trimIfGlue() - Method in class org.rrd4j.graph.CommentText
 
TrivialPreprocessor - Class in net.i2p.router.tunnel
Do the simplest thing possible for preprocessing - for each message available, turn it into the minimum number of fragmented preprocessed blocks, sending each of those out.
TrivialPreprocessor(RouterContext) - Constructor for class net.i2p.router.tunnel.TrivialPreprocessor
 
TrivialRouterPreprocessor - Class in net.i2p.router.tunnel
Deprecated.
unused
TrivialRouterPreprocessor(RouterContext) - Constructor for class net.i2p.router.tunnel.TrivialRouterPreprocessor
Deprecated.
 
truncate(String, int) - Static method in class net.i2p.servlet.util.ServletUtil
Truncate a String.
truncated - Variable in class org.minidns.dnsmessage.DnsMessage
True if message is truncated.
trustAnchorAssertion - org.minidns.record.TLSA.CertUsage
 
TrustedPluginKeys - Class in net.i2p.router.update
Plugin keys we know about.
TrustedPluginKeys() - Constructor for class net.i2p.router.update.TrustedPluginKeys
 
TrustedUpdate - Class in net.i2p.crypto
Handles DSA signing and verification of update files.
TrustedUpdate() - Constructor for class net.i2p.crypto.TrustedUpdate
Constructs a new TrustedUpdate with the default global context.
TrustedUpdate(I2PAppContext) - Constructor for class net.i2p.crypto.TrustedUpdate
Constructs a new TrustedUpdate with the given I2PAppContext.
TryCache<T> - Class in net.i2p.util
An object cache which is safe to use by multiple threads without blocking.
TryCache(TryCache.ObjectFactory<T>, int) - Constructor for class net.i2p.util.TryCache
 
TryCache.ObjectFactory<T> - Interface in net.i2p.util
Something that creates objects of the type cached by this cache
TSIG - org.minidns.record.Record.TYPE
 
ttl - Variable in class org.minidns.record.Record
The ttl of this record.
TTL_EXPIRED - Static variable in class net.i2p.socks.SOCKS5Constants.Reply
 
TUE - Static variable in class org.rrd4j.core.timespec.TimeToken
Constant TUE=42
TUESDAY - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Constant to represent Tuesday
TUNNEL_ACCEPT - Static variable in class net.i2p.router.RouterThrottleImpl
tunnel acceptance
TUNNEL_REJECT_BANDWIDTH - Static variable in class net.i2p.router.peermanager.TunnelHistory
tunnel rejection due to excess bandwidth usage
TUNNEL_REJECT_CRIT - Static variable in class net.i2p.router.peermanager.TunnelHistory
tunnel rejection due to system failure - essentially unused
TUNNEL_REJECT_PROBABALISTIC_REJECT - Static variable in class net.i2p.router.peermanager.TunnelHistory
probabalistic tunnel rejection due to a flood of requests - essentially unused
TUNNEL_REJECT_TRANSIENT_OVERLOAD - Static variable in class net.i2p.router.peermanager.TunnelHistory
tunnel rejection due to temporary cpu/job/tunnel overload - essentially unused
TunnelBuildMessage - Class in net.i2p.data.i2np
The basic build message with 8 records.
TunnelBuildMessage(I2PAppContext) - Constructor for class net.i2p.data.i2np.TunnelBuildMessage
 
TunnelBuildMessage(I2PAppContext, int) - Constructor for class net.i2p.data.i2np.TunnelBuildMessage
 
TunnelBuildMessageBase - Class in net.i2p.data.i2np
Base for TBM, TBRM, VTBM, VTBRM Retrofitted over them.
TunnelBuildMessageBase(I2PAppContext) - Constructor for class net.i2p.data.i2np.TunnelBuildMessageBase
 
TunnelBuildMessageBase(I2PAppContext, int) - Constructor for class net.i2p.data.i2np.TunnelBuildMessageBase
 
TunnelBuildReplyMessage - Class in net.i2p.data.i2np
The basic build reply message with 8 records.
TunnelBuildReplyMessage(I2PAppContext) - Constructor for class net.i2p.data.i2np.TunnelBuildReplyMessage
 
TunnelBuildReplyMessage(I2PAppContext, int) - Constructor for class net.i2p.data.i2np.TunnelBuildReplyMessage
 
tunnelCache - Variable in class net.i2p.router.message.OutboundCache
Use the same outbound tunnel as we did for the same destination previously, if possible, to keep the streaming lib happy Use two caches - although a cache of a list of tunnels per dest might be more elegant.
TunnelConfig - Class in net.i2p.i2ptunnel.ui
Helper class to generate a valid TunnelController configuration from provided settings.
TunnelConfig() - Constructor for class net.i2p.i2ptunnel.ui.TunnelConfig
 
TunnelController - Class in net.i2p.i2ptunnel
Coordinate the runtime operation and configuration of a single I2PTunnel.
TunnelController(Properties, String) - Constructor for class net.i2p.i2ptunnel.TunnelController
Create a new controller for a tunnel out of the specific config options.
TunnelController(Properties, String, boolean) - Constructor for class net.i2p.i2ptunnel.TunnelController
Create a new controller for a tunnel out of the specific config options.
TunnelControllerGroup - Class in net.i2p.i2ptunnel
Coordinate a set of tunnels within the JVM, loading and storing their config to disk, and building new ones as requested.
TunnelControllerGroup(I2PAppContext, ClientAppManager, String[]) - Constructor for class net.i2p.i2ptunnel.TunnelControllerGroup
Instantiation only.
TunnelControllerGroup.CustomThreadPoolExecutor - Class in net.i2p.i2ptunnel
Not really needed for now but in case we want to add some hooks like afterExecute().
TunnelCreatorConfig - Class in net.i2p.router.tunnel
Coordinate the info that the tunnel creator keeps track of, including what peers are in the tunnel and what their configuration is See PooledTunnelCreatorConfig for the non-abstract class
TunnelCreatorConfig(RouterContext, int, boolean) - Constructor for class net.i2p.router.tunnel.TunnelCreatorConfig
For exploratory only (null destination)
TunnelCreatorConfig(RouterContext, int, boolean, Hash) - Constructor for class net.i2p.router.tunnel.TunnelCreatorConfig
 
TunnelDataMessage - Class in net.i2p.data.i2np
Defines the message sent between routers as part of the tunnel delivery The tunnel ID is changed in-place by TunnelParticipant.send(), so we can't reuse the checksum on output, but we still subclass FastI2NPMessageImpl so we don't verify the checksum on input...
TunnelDataMessage(I2PAppContext) - Constructor for class net.i2p.data.i2np.TunnelDataMessage
 
tunnelDataPushed(Hash, long, int) - Method in class net.i2p.router.peermanager.ProfileManagerImpl
Non-blocking.
tunnelDataPushed(Hash, long, int) - Method in interface net.i2p.router.ProfileManager
Note that we were able to push some data through a tunnel that the peer is participating in (detected after rtt).
tunnelDataPushed1m(Hash, int) - Method in class net.i2p.router.peermanager.ProfileManagerImpl
Non-blocking.
tunnelDataPushed1m(Hash, int) - Method in interface net.i2p.router.ProfileManager
Note that the peer is participating in a tunnel that pushed the given amount of data over the last minute.
tunnelDataTransferred(long) - Method in class net.i2p.router.peermanager.PeerProfile
the tunnel pushed that much data in its lifetime
tunnelDispatched(long, long, long, String) - Method in class net.i2p.router.MessageHistory
 
tunnelDispatched(long, long, long, Hash, String) - Method in class net.i2p.router.MessageHistory
 
tunnelDispatched(long, long, String) - Method in class net.i2p.router.MessageHistory
 
tunnelDispatched(String) - Method in class net.i2p.router.MessageHistory
 
tunnelDispatcher() - Method in class net.i2p.router.RouterContext
Handle tunnel messages, as well as coordinate the gateways
TunnelDispatcher - Class in net.i2p.router.tunnel
Handle the actual processing and forwarding of messages through the various tunnels.
TunnelDispatcher(RouterContext) - Constructor for class net.i2p.router.tunnel.TunnelDispatcher
Creates a new instance of TunnelDispatcher
TunnelDispatcher.Location - Enum in net.i2p.router.tunnel
for shouldDropParticipatingMessage()
tunnelFailed() - Method in class net.i2p.router.tunnel.pool.PooledTunnelCreatorConfig
The tunnel failed a test, so (maybe) stop using it
tunnelFailed() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
 
tunnelFailed() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
The tunnel failed a test, so (maybe) stop using it
tunnelFailed(Hash, int) - Method in class net.i2p.router.peermanager.ProfileManagerImpl
Note that the peer participated in a tunnel that failed.
tunnelFailed(Hash, int) - Method in interface net.i2p.router.ProfileManager
Note that the peer participated in a tunnel that failed.
tunnelFailed(TunnelId) - Method in class net.i2p.router.MessageHistory
The local router has detected a failure in the given tunnel
tunnelFailed(TunnelInfo) - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
tunnelFailed(TunnelInfo) - Method in class net.i2p.router.tunnel.pool.TunnelPool
Remove the tunnel and blame all the peers (not necessarily equally).
tunnelFailed(TunnelInfo, Hash) - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
tunnelFailed(TunnelInfo, Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPool
Remove the tunnel and blame only one peer.
TunnelGateway - Class in net.i2p.router.tunnel
Serve as the gatekeeper for a tunnel, accepting messages, coallescing and/or fragmenting them before wrapping them up for tunnel delivery.
TunnelGateway(RouterContext, TunnelGateway.QueuePreprocessor, TunnelGateway.Sender, TunnelGateway.Receiver) - Constructor for class net.i2p.router.tunnel.TunnelGateway
 
TunnelGateway.DelayedFlush - Class in net.i2p.router.tunnel
 
TunnelGateway.QueuePreprocessor - Interface in net.i2p.router.tunnel
 
TunnelGateway.Receiver - Interface in net.i2p.router.tunnel
 
TunnelGateway.Sender - Interface in net.i2p.router.tunnel
 
TunnelGatewayMessage - Class in net.i2p.data.i2np
Defines the message sent between one tunnel's endpoint and another's gateway.
TunnelGatewayMessage(I2PAppContext) - Constructor for class net.i2p.data.i2np.TunnelGatewayMessage
 
TunnelGatewayPumper - Class in net.i2p.router.tunnel
Run through the tunnel gateways that have had messages added to them and push those messages through the preprocessing and sending process.
TunnelGatewayPumper(RouterContext) - Constructor for class net.i2p.router.tunnel.TunnelGatewayPumper
Creates a new instance of TunnelGatewayPumper
TunnelGatewayZeroHop - Class in net.i2p.router.tunnel
Serve as the gatekeeper for a tunnel with no hops, either inbound or outbound.
TunnelGatewayZeroHop(RouterContext, TunnelCreatorConfig) - Constructor for class net.i2p.router.tunnel.TunnelGatewayZeroHop
 
TunnelHelper - Class in net.i2p.router.web.helpers
 
TunnelHelper() - Constructor for class net.i2p.router.web.helpers.TunnelHelper
 
TunnelHistory - Class in net.i2p.router.peermanager
Tunnel related history information
TunnelHistory(RouterContext, String) - Constructor for class net.i2p.router.peermanager.TunnelHistory
 
TunnelId - Class in net.i2p.data
Defines the tunnel ID that messages are passed through on a set of routers.
TunnelId() - Constructor for class net.i2p.data.TunnelId
 
TunnelId(long) - Constructor for class net.i2p.data.TunnelId
 
TunnelInfo - Interface in net.i2p.router
Defines the information associated with a tunnel
tunnelJoined(String, HopConfig) - Method in class net.i2p.router.MessageHistory
The local router has joined the given tunnel operating in the given state.
tunnelJoined(String, TunnelInfo) - Method in class net.i2p.router.MessageHistory
The local router has joined the given tunnel operating in the given state.
tunnelJoined(Hash, long) - Method in class net.i2p.router.peermanager.ProfileManagerImpl
Note that the router agreed to participate in a tunnel
tunnelJoined(Hash, long) - Method in interface net.i2p.router.ProfileManager
Note that the router agreed to participate in a tunnel
tunnelLifetimePushed(Hash, long, long) - Method in class net.i2p.router.peermanager.ProfileManagerImpl
Non-blocking.
tunnelLifetimePushed(Hash, long, long) - Method in interface net.i2p.router.ProfileManager
Note that we were able to push the given amount of data through a tunnel that the peer is participating in
tunnelManager() - Method in class net.i2p.router.RouterContext
Coordinate this router's tunnels (its pools, participation, backup, etc).
TunnelManagerFacade - Interface in net.i2p.router
Build and maintain tunnels throughout the network.
TunnelParticipant - Class in net.i2p.router.tunnel
Participate in a tunnel at a location other than the gateway or outbound endpoint.
TunnelParticipant(RouterContext, HopConfig, HopProcessor) - Constructor for class net.i2p.router.tunnel.TunnelParticipant
not an inbound endpoint
TunnelParticipant(RouterContext, InboundEndpointProcessor) - Constructor for class net.i2p.router.tunnel.TunnelParticipant
inbound endpoint
tunnelParticipantRejected(Hash, String) - Method in class net.i2p.router.MessageHistory
 
TunnelPeerSelector - Class in net.i2p.router.tunnel.pool
Coordinate the selection of peers to go into a tunnel for one particular pool.
TunnelPeerSelector(RouterContext) - Constructor for class net.i2p.router.tunnel.pool.TunnelPeerSelector
 
TunnelPool - Class in net.i2p.router.tunnel.pool
A group of tunnels for the router or a particular client, in a single direction.
TunnelPool(RouterContext, TunnelPoolManager, TunnelPoolSettings, TunnelPeerSelector) - Constructor for class net.i2p.router.tunnel.pool.TunnelPool
 
TunnelPoolManager - Class in net.i2p.router.tunnel.pool
Manage all the exploratory and client tunnel pools.
TunnelPoolManager(RouterContext) - Constructor for class net.i2p.router.tunnel.pool.TunnelPoolManager
 
TunnelPoolSettings - Class in net.i2p.router
Wrap up the settings for a pool of tunnels.
TunnelPoolSettings(boolean) - Constructor for class net.i2p.router.TunnelPoolSettings
Exploratory tunnel
TunnelPoolSettings(Hash, boolean) - Constructor for class net.i2p.router.TunnelPoolSettings
Client tunnel unless dest == null
tunnelRejected(Hash, long, int) - Method in class net.i2p.router.peermanager.ProfileManagerImpl
Note that a router explicitly rejected joining a tunnel.
tunnelRejected(Hash, long, int) - Method in interface net.i2p.router.ProfileManager
Note that a router explicitly rejected joining a tunnel
tunnelRejected(Hash, TunnelId, Hash, String) - Method in class net.i2p.router.MessageHistory
The peer did not accept the tunnel join for the given reason
TunnelRenderer - Class in net.i2p.router.web.helpers
For /tunnels.jsp, used by TunnelHelper.
TunnelRenderer(RouterContext) - Constructor for class net.i2p.router.web.helpers.TunnelRenderer
 
tunnelRequestTimedOut(Hash, TunnelId) - Method in class net.i2p.router.MessageHistory
The peer did not accept the tunnel join for the given reason (this may be because of a timeout or an explicit refusal).
tunnelTestSucceeded(Hash, long) - Method in class net.i2p.router.peermanager.ProfileManagerImpl
Note that a tunnel that the router is participating in was successfully tested with the given round trip latency Non-blocking.
tunnelTestSucceeded(Hash, long) - Method in interface net.i2p.router.ProfileManager
Note that a tunnel that the router is participating in was successfully tested with the given round trip latency
tunnelTimedOut(Hash) - Method in class net.i2p.router.peermanager.ProfileManagerImpl
Note that a router did not respond to a tunnel join.
tunnelTimedOut(Hash) - Method in interface net.i2p.router.ProfileManager
Note that a router timed out joining a tunnel
tunnelValid(TunnelInfo, long) - Method in class net.i2p.router.MessageHistory
Note that we have reason to believe that the given tunnel is valid, since we could do something through it in the given amount of time
TWO - Static variable in class net.i2p.crypto.eddsa.math.Constants
 
TWO - Variable in class net.i2p.crypto.eddsa.math.Field
 
TXT - Class in org.minidns.record
A TXT record.
TXT - org.minidns.record.Record.TYPE
 
TXT(byte[]) - Constructor for class org.minidns.record.TXT
 
type - Variable in class i2p.susi.webmail.MailPart
 
type - Variable in class net.i2p.router.news.NewsMetadata.Update
 
type - Variable in class org.klomp.snark.Message
 
type - Variable in class org.minidns.dnsmessage.Question
The question type (e.g.
type - Variable in class org.minidns.record.Record
The type (and payload type) of this record.
type - Variable in class org.rrd4j.core.timespec.TimeSpec
 
TYPE_ABSOLUTE - Static variable in class org.rrd4j.core.timespec.TimeSpec
 
TYPE_ACK - Static variable in class net.i2p.router.transport.udp.PacketBuilder
 
TYPE_COMMENT - Static variable in class org.klomp.snark.ExtensionHandler
 
TYPE_CONF - Static variable in class net.i2p.router.transport.udp.PacketBuilder
 
TYPE_CONNECT - Static variable in class net.i2p.i2ptunnel.TunnelController
all of these @since 0.9.14
TYPE_CREAT - Static variable in class net.i2p.router.transport.udp.PacketBuilder
 
TYPE_DEST - Static variable in class net.i2p.data.i2cp.BlindingInfoMessage
 
TYPE_DHT - Static variable in class org.klomp.snark.ExtensionHandler
not using the option bit since the compact format is different
TYPE_DMG - Static variable in class net.i2p.crypto.SU3File
 
TYPE_DUMMY - net.i2p.update.UpdateType
Dummy: internal use only
TYPE_END - Static variable in class org.rrd4j.core.timespec.TimeSpec
 
TYPE_EXE - Static variable in class net.i2p.crypto.SU3File
 
TYPE_FIRST - Static variable in class net.i2p.router.transport.udp.PacketBuilder
For debugging and stats only - does not go out on the wire.
TYPE_HASH - Static variable in class net.i2p.data.i2cp.BlindingInfoMessage
 
TYPE_HOST - Static variable in class net.i2p.data.i2cp.BlindingInfoMessage
 
TYPE_HTML - Static variable in class net.i2p.crypto.SU3File
 
TYPE_HTTP_BIDIR_SERVER - Static variable in class net.i2p.i2ptunnel.TunnelController
 
TYPE_HTTP_CLIENT - Static variable in class net.i2p.i2ptunnel.TunnelController
 
TYPE_HTTP_SERVER - Static variable in class net.i2p.i2ptunnel.TunnelController
 
TYPE_INTRO - Static variable in class net.i2p.router.transport.udp.PacketBuilder
 
TYPE_IRC_CLIENT - Static variable in class net.i2p.i2ptunnel.TunnelController
 
TYPE_IRC_SERVER - Static variable in class net.i2p.i2ptunnel.TunnelController
 
TYPE_KEY - Static variable in class net.i2p.data.i2cp.BlindingInfoMessage
 
TYPE_LOCAL - Static variable in class net.i2p.router.tunnel.FragmentHandler
 
TYPE_METADATA - Static variable in class org.klomp.snark.ExtensionHandler
 
TYPE_PEX - Static variable in class org.klomp.snark.ExtensionHandler
not ut_pex since the compact format is different
TYPE_PUNCH - Static variable in class net.i2p.router.transport.udp.PacketBuilder
 
TYPE_RESP - Static variable in class net.i2p.router.transport.udp.PacketBuilder
 
TYPE_ROUTER - Static variable in class net.i2p.router.tunnel.FragmentHandler
 
TYPE_RREQ - Static variable in class net.i2p.router.transport.udp.PacketBuilder
 
TYPE_SOCKS - Static variable in class net.i2p.i2ptunnel.TunnelController
 
TYPE_SOCKS_IRC - Static variable in class net.i2p.i2ptunnel.TunnelController
 
TYPE_SREQ - Static variable in class net.i2p.router.transport.udp.PacketBuilder
 
TYPE_START - Static variable in class org.rrd4j.core.timespec.TimeSpec
 
TYPE_STD_CLIENT - Static variable in class net.i2p.i2ptunnel.TunnelController
 
TYPE_STD_SERVER - Static variable in class net.i2p.i2ptunnel.TunnelController
 
TYPE_STREAMR_CLIENT - Static variable in class net.i2p.i2ptunnel.TunnelController
Client in the UI and I2P side but a server on the localhost side
TYPE_STREAMR_SERVER - Static variable in class net.i2p.i2ptunnel.TunnelController
Server in the UI and I2P side but a client on the localhost side
TYPE_TBC - Static variable in class net.i2p.router.transport.udp.PacketBuilder
 
TYPE_TCB - Static variable in class net.i2p.router.transport.udp.PacketBuilder
 
TYPE_TFA - Static variable in class net.i2p.router.transport.udp.PacketBuilder
 
TYPE_TTA - Static variable in class net.i2p.router.transport.udp.PacketBuilder
 
TYPE_TUNNEL - Static variable in class net.i2p.router.tunnel.FragmentHandler
 
TYPE_TXT_GZ - Static variable in class net.i2p.crypto.SU3File
 
TYPE_UNDEF - Static variable in class net.i2p.router.tunnel.FragmentHandler
 
TYPE_XML - Static variable in class net.i2p.crypto.SU3File
 
TYPE_XML_GZ - Static variable in class net.i2p.crypto.SU3File
 
TYPE_ZIP - Static variable in class net.i2p.crypto.SU3File
The file type is advisory and is application-dependent.
typeCovered - Variable in class org.minidns.record.RRSIG
The type of RRset covered by this signature.
types - Variable in class org.minidns.record.NSEC
The RR types existing at the owner name.
types - Variable in class org.minidns.record.NSEC3
The RR types existing at the original owner name.
tz - Variable in class org.rrd4j.graph.RrdGraphDef
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages