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 _ 

G

g_init_bits - Variable in class org.jrobin.graph.GifPixelsEncoder
 
GarlicClove - Class in net.i2p.data.i2np
Contains one deliverable message encrypted to a router along with instructions and a certificate 'paying for' the delivery.
GarlicClove(I2PAppContext) - Constructor for class net.i2p.data.i2np.GarlicClove
 
GarlicConfig - Class in net.i2p.router.message
Define the contents of a garlic chunk that contains 1 or more sub garlics.
GarlicConfig() - Constructor for class net.i2p.router.message.GarlicConfig
 
GarlicConfig(List<GarlicConfig>) - Constructor for class net.i2p.router.message.GarlicConfig
 
GarlicMessage - Class in net.i2p.data.i2np
Defines the wrapped garlic message
GarlicMessage(I2PAppContext) - Constructor for class net.i2p.data.i2np.GarlicMessage
 
GarlicMessageBuilder - Class in net.i2p.router.message
Build garlic messages based on a GarlicConfig
GarlicMessageBuilder() - Constructor for class net.i2p.router.message.GarlicMessageBuilder
 
GarlicMessageHandler - Class in net.i2p.router.message
HandlerJobBuilder to build jobs to handle GarlicMessages This is the handler for garlic message not received down a tunnel, which is the case for floodfills receiving netdb messages.
GarlicMessageHandler(RouterContext) - Constructor for class net.i2p.router.message.GarlicMessageHandler
 
GarlicMessageParser - Class in net.i2p.router.message
Read a GarlicMessage, decrypt it, and return the resulting CloveSet.
GarlicMessageParser(I2PAppContext) - Constructor for class net.i2p.router.message.GarlicMessageParser
 
garlicMessageParser() - Method in class net.i2p.router.RouterContext
Since we only need one.
GarlicMessageReceiver - Class in net.i2p.router.message
Unencrypt a garlic message and pass off any valid cloves to the configured receiver to dispatch as they choose.
GarlicMessageReceiver(RouterContext, GarlicMessageReceiver.CloveReceiver) - Constructor for class net.i2p.router.message.GarlicMessageReceiver
 
GarlicMessageReceiver(RouterContext, GarlicMessageReceiver.CloveReceiver, Hash) - Constructor for class net.i2p.router.message.GarlicMessageReceiver
 
GarlicMessageReceiver.CloveReceiver - Interface in net.i2p.router.message
 
GAUGE - Static variable in class org.jrobin.core.jrrd.DataSourceType
Field GAUGE
gdef - Variable in class org.jrobin.graph.RrdGraph
 
GeneralHelper - Class in net.i2p.i2ptunnel.ui
General helper functions used by all UIs.
GeneralHelper(TunnelControllerGroup) - Constructor for class net.i2p.i2ptunnel.ui.GeneralHelper
 
GeneralHelper(I2PAppContext, TunnelControllerGroup) - Constructor for class net.i2p.i2ptunnel.ui.GeneralHelper
 
generate(String, String, String, String, String, String, int, SigType) - Static method in class net.i2p.crypto.SelfSignedGenerator
 
generateAuthArgs(String, String) - Method in class net.i2p.util.EepGet.AuthState
Generate the digest authentication parameters Ref: RFC 2617
generateColHeight() - Method in class net.metanotion.util.skiplist.SkipList
 
generateDateBasedModData() - Method in class net.i2p.data.router.RouterKeyGenerator
Update the current modifier data with some bytes derived from the current date (yyyyMMdd in GMT)
generateECBytes(byte[], int) - Static method in class com.google.zxing.qrcode.encoder.Encoder
 
generateKeyPair() - Method in class net.i2p.crypto.eddsa.KeyPairGenerator
 
generateKeyPair() - Method in class net.i2p.crypto.elgamal.KeyPairGenerator
 
generateLoadMessage() - Method in class i2p.susi.dns.AddressbookBean
Format a message about filtered addressbook size, and the number of displayed entries addressbook.jsp catches the case where the whole book is empty.
generateNID(Hash, int, RandomSource) - Static method in class org.klomp.snark.dht.NodeInfo
Generate a secure NID that matches the Hash and port.
generatePKIKeypair() - Method in class net.i2p.crypto.KeyGenerator
Generate a pair of keys, where index 0 is a PublicKey, and index 1 is a PrivateKey
generatePKIKeys() - Method in class net.i2p.crypto.KeyGenerator
Same as above but different return type
generateRandomKey(KBucket<T>) - Method in class net.i2p.kademlia.KBucketSet
Generate a random key to go within this bucket Package private for testing only.
generateSession(RouterContext) - Static method in class net.i2p.router.networkdb.kademlia.MessageWrapper
Create a single key and tag, for receiving a single encrypted message, and register it with the router's session key manager, to expire in two minutes.
generateSession(RouterContext, Hash) - Static method in class net.i2p.router.networkdb.kademlia.MessageWrapper
Create a single key and tag, for receiving a single encrypted message, and register it with the client's session key manager, to expire in two minutes.
generateSession(RouterContext, SessionKeyManager) - Static method in class net.i2p.router.networkdb.kademlia.MessageWrapper
Create a single key and tag, for receiving a single encrypted message, and register it with the given session key manager, to expire in two minutes.
generateSessionKey() - Method in class net.i2p.crypto.KeyGenerator
Generate a private 256 bit session key
generateSessionKey(byte[], byte[]) - Method in class net.i2p.crypto.KeyGenerator
PBE the passphrase with the salt.
generateSessionKey() - Method in class net.i2p.router.transport.udp.InboundEstablishState
Generates session key and mac key.
generateSigningKeypair() - Method in class net.i2p.crypto.KeyGenerator
Generate a pair of DSA keys, where index 0 is a SigningPublicKey, and index 1 is a SigningPrivateKey.
generateSigningKeys() - Method in class net.i2p.crypto.KeyGenerator
DSA-SHA1 only.
generateSigningKeys(SigType) - Method in class net.i2p.crypto.KeyGenerator
Generic signature type, supports DSA, ECDSA, EdDSA
generateStatsPage(Writer, boolean) - Method in class net.i2p.router.web.StatsGenerator
 
generator - Variable in class gnu.crypto.prng.FortunaStandalone
 
GenericGF - Class in com.google.zxing.common.reedsolomon
This class contains utility methods for performing mathematical operations over the Galois Fields.
GenericGF(int, int, int) - Constructor for class com.google.zxing.common.reedsolomon.GenericGF
Create a representation of GF(size) using the given primitive polynomial.
GenericGFPoly - Class in com.google.zxing.common.reedsolomon
Represents a polynomial whose coefficients are elements of a GF.
GenericGFPoly(GenericGF, int[]) - Constructor for class com.google.zxing.common.reedsolomon.GenericGFPoly
 
genRandomKey(OutputStream, OutputStream) - Static method in class net.i2p.sam.SAMUtils
Generate a random destination key using DSA_SHA1 signature type.
genRandomKey(OutputStream, OutputStream, SigType) - Static method in class net.i2p.sam.SAMUtils
Generate a random destination key.
GENTOO_USER - Static variable in class net.i2p.util.SystemVersion
 
GeoIP - Class in net.i2p.router.transport
Manage geoip lookup in a file with the Tor geoip format.
GeoIP(I2PAppContext) - Constructor for class net.i2p.router.transport.GeoIP
 
GEOIP_CABLEDSL_SPEED - Static variable in class com.maxmind.geoip.LookupService
 
GEOIP_CHECK_CACHE - Static variable in class com.maxmind.geoip.LookupService
 
GEOIP_CORPORATE_SPEED - Static variable in class com.maxmind.geoip.LookupService
 
GEOIP_DIALUP_SPEED - Static variable in class com.maxmind.geoip.LookupService
 
GEOIP_DIR_DEFAULT - Static variable in class net.i2p.router.transport.GeoIP
 
GEOIP_FILE_DEFAULT - Static variable in class net.i2p.router.transport.GeoIP
 
GEOIP_INDEX_CACHE - Static variable in class com.maxmind.geoip.LookupService
 
GEOIP_MEMORY_CACHE - Static variable in class com.maxmind.geoip.LookupService
 
GEOIP_STANDARD - Static variable in class com.maxmind.geoip.LookupService
 
GEOIP_UNKNOWN_SPEED - Static variable in class com.maxmind.geoip.LookupService
 
GeoIPv6 - Class in net.i2p.router.transport
Generate compressed geoipv6.dat.gz file, and lookup entries in it.
GeoIPv6() - Constructor for class net.i2p.router.transport.GeoIPv6
 
get(String) - Method in interface com.docuverse.identicon.IdenticonCache
 
get(int) - Method in class com.google.zxing.common.BitArray
 
get(int, int) - Method in class com.google.zxing.common.BitMatrix
Gets the requested bit, where true means black.
get(int, int) - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
 
get(String) - Method in class net.i2p.BOB.NamedDB
Get the object, and return it, throws RuntimeException if not found
get(byte[]) - Method in class net.i2p.data.SDSCache
WARNING - If the SDS is found in the cache, the passed-in byte array will be returned to the SimpleByteCache for reuse.
get(byte[], int) - Method in class net.i2p.data.SDSCache
 
get(InputStream) - Method in class net.i2p.data.SDSCache
 
get(Hash) - Method in interface net.i2p.router.networkdb.kademlia.DataStore
 
get(Hash, boolean) - Method in interface net.i2p.router.networkdb.kademlia.DataStore
 
get(Hash) - Method in class net.i2p.router.networkdb.kademlia.PersistentDataStore
 
get(Hash, boolean) - Method in class net.i2p.router.networkdb.kademlia.PersistentDataStore
Prepare for having only a partial set in memory and the rest on disk
get(Hash, boolean) - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
for PersistentDataStore only - don't use here
get(Hash) - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
 
get(String) - Method in class net.i2p.router.transport.GeoIP
Get the country for an IP from the cache.
get(byte[]) - Method in class net.i2p.router.transport.GeoIP
Get the country for an IP from the cache.
get(String) - Method in class net.i2p.sam.SessionsDB
 
get(String, String) - Method in class net.i2p.util.PasswordManager
Either plain or b64
get(K) - Method in class net.metanotion.io.block.index.IBSkipSpan
Linear search if in file, Binary search if in memory
get(int, K) - Method in class net.metanotion.util.skiplist.SkipLevels
 
get(K) - Method in class net.metanotion.util.skiplist.SkipList
 
get(K) - Method in class net.metanotion.util.skiplist.SkipSpan
 
GET - Static variable in class org.cybergarage.http.HTTP
 
get(String) - Static method in class org.jrobin.core.jrrd.ConsolidationFunctionType
Returns a ConsolidationFunctionType with the given name.
get(String) - Static method in class org.jrobin.core.jrrd.DataSourceType
Returns a DataSourceType with the given name.
get() - Method in class org.jrobin.core.RrdDouble
 
get(int) - Method in class org.jrobin.core.RrdDoubleArray
 
get(int, int) - Method in class org.jrobin.core.RrdDoubleArray
 
get() - Method in class org.jrobin.core.RrdInt
 
get() - Method in class org.jrobin.core.RrdLong
 
get() - Method in class org.jrobin.core.RrdString
 
get(int) - Method in class org.klomp.snark.BitField
Return true if the bit is set or false if it is not.
get(NID) - Method in class org.klomp.snark.dht.DHTNodes
 
get(String) - Method in class org.klomp.snark.I2PSnarkUtil
Fetch the given URL, returning the file it is stored in, or null on error.
get(String, boolean) - Method in class org.klomp.snark.I2PSnarkUtil
 
get(String, int) - Method in class org.klomp.snark.I2PSnarkUtil
 
get(String, boolean, int) - Method in class org.klomp.snark.I2PSnarkUtil
 
get(String, boolean, int, int, int) - Method in class org.klomp.snark.I2PSnarkUtil
Fetch to memory
get(byte[]) - Method in class org.klomp.snark.PeerCoordinatorSet
 
get(T) - Method in class org.mortbay.util.MultiMap
This returns the first item or null.
get15sRate() - Method in class net.i2p.router.Router
Max of inbound and outbound rate in bytes per second
get15sRate(boolean) - Method in class net.i2p.router.Router
When outboundOnly is false, outbound rate in bytes per second.
get15sRateIn() - Method in class net.i2p.router.Router
Inbound rate in bytes per second
get1mRate() - Method in class net.i2p.router.Router
Max of inbound and outbound rate in bytes per second
get1mRate(boolean) - Method in class net.i2p.router.Router
When outboundOnly is false, outbound rate in bytes per second.
get1mRateIn() - Method in class net.i2p.router.Router
Inbound rate in bytes per second
get1sRate() - Method in class net.i2p.router.Router
Max of inbound and outbound rate in bytes per second
get1sRate(boolean) - Method in class net.i2p.router.Router
When outboundOnly is false, outbound rate in bytes per second.
get1sRateIn() - Method in class net.i2p.router.Router
Inbound rate in bytes per second
get2D() - Method in class net.i2p.crypto.eddsa.math.Curve
 
get5mRate() - Method in class net.i2p.router.Router
Max of inbound and outbound rate in bytes per second
get5mRate(boolean) - Method in class net.i2p.router.Router
When outboundOnly is false, outbound rate in bytes per second.
get95Percentile(String) - Method in class org.jrobin.core.FetchData
Used by ISPs which charge for bandwidth utilization on a "95th percentile" basis.
get95Percentile(String) - Method in class org.jrobin.data.DataProcessor
This method is just an alias for DataProcessor.getPercentile(String) method.
get_special_map_digest() - Method in class org.klomp.snark.bencode.BDecoder
Ugly hack.
geta() - Method in class net.i2p.crypto.eddsa.EdDSAPrivateKey
 
getA() - Method in class net.i2p.crypto.eddsa.EdDSAPrivateKey
 
getA() - Method in class net.i2p.crypto.eddsa.EdDSAPublicKey
 
geta() - Method in class net.i2p.crypto.eddsa.spec.EdDSAPrivateKeySpec
 
getA() - Method in class net.i2p.crypto.eddsa.spec.EdDSAPrivateKeySpec
 
getA() - Method in class net.i2p.crypto.eddsa.spec.EdDSAPublicKeySpec
 
getAborted() - Method in interface net.i2p.router.transport.FIFOBandwidthLimiter.Request
was this request aborted?
getAbsoluteURL(String, String) - Static method in class org.cybergarage.http.HTTP
 
getAbsoluteURL(String, String, String) - Method in class org.cybergarage.upnp.Device
 
getAbsoluteURL(String) - Method in class org.cybergarage.upnp.Device
 
getAbyte() - Method in class net.i2p.crypto.eddsa.EdDSAPrivateKey
 
getAbyte() - Method in class net.i2p.crypto.eddsa.EdDSAPublicKey
 
getAcceptTimeout() - Method in interface net.i2p.client.streaming.I2PSocketManager
 
getAcceptTimeout() - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
 
getAccessList() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getAccessList(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getAccessList(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getAccessMode(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getAccessMode(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getAccumValue() - Method in class org.jrobin.core.ArcState
Returns the value accumulated so far.
getAccumValue(int) - Method in class org.jrobin.core.DataImporter
 
getAccumValue() - Method in class org.jrobin.core.Datasource
Returns value this datasource accumulated so far.
getAccumValue(int) - Method in class org.jrobin.core.RrdToolReader
 
getAccumValue(int) - Method in class org.jrobin.core.XmlReader
 
getAckedPackets() - Method in class net.i2p.client.streaming.impl.Connection
how many packets have we sent and the other side has ACKed?
getAckThrough() - Method in class net.i2p.client.streaming.impl.Packet
The highest packet sequence number that received on the receiveStreamId.
getAckTime() - Method in class net.i2p.client.streaming.impl.PacketLocal
how long after packet creation was it acked?
getAction() - Method in class i2p.susi.dns.BaseBean
 
getAction() - Method in class net.i2p.router.web.SummaryHelper
 
getAction(int) - Method in class org.cybergarage.upnp.ActionList
 
getAction() - Method in class org.cybergarage.upnp.Argument
 
getAction(String) - Method in class org.cybergarage.upnp.Device
 
getAction(String) - Method in class org.cybergarage.upnp.Service
 
getActionList() - Method in class org.cybergarage.upnp.Service
 
getActionListener() - Method in class org.cybergarage.upnp.Action
 
getActionListener() - Method in class org.cybergarage.upnp.xml.ActionData
 
getActionName() - Method in class org.cybergarage.upnp.control.ActionRequest
 
getActionNode() - Method in class org.cybergarage.upnp.Action
 
getActionNode() - Method in class org.cybergarage.upnp.Argument
 
getActionNode() - Method in class org.cybergarage.upnp.control.ActionRequest
 
getActive() - Method in class net.i2p.client.streaming.impl.ConnectionHandler
 
getActivePeers() - Method in class net.i2p.router.web.SummaryHelper
How many peers we are talking to now
getActiveProfiles() - Method in class net.i2p.router.web.SummaryHelper
How many active identities have we spoken with recently
getActualEnd() - Method in class net.i2p.router.JobTiming
# of milliseconds after the epoch the job actually ended
getActualHost(String, String) - Method in class net.i2p.util.PortMapper
Get the actual host for a service.
getActualStart() - Method in class net.i2p.router.JobTiming
# of milliseconds after the epoch the job actually started
getAdded() - Method in class i2p.susi.dns.AddressBean
 
getAddedBy() - Method in interface net.i2p.router.Job
 
getAddedBy() - Method in class net.i2p.router.JobImpl
Deprecated. 
getAddress(String) - Static method in class i2p.susi.webmail.Mail
Returns the first email address portion, enclosed by <>
getAddress() - Method in class net.i2p.client.streaming.I2PSocketAddress
Does a naming service lookup to resolve the dest if this was created unresolved or if the resolution failed in the constructor.
getAddress() - Method in class net.i2p.router.transport.UPnP
 
getAddress() - Method in class org.klomp.snark.PeerID
Get the destination.
getAddressCount() - Method in class net.i2p.data.router.RouterInfo
Return the number of router addresses.
getAddresses() - Method in class net.i2p.data.router.RouterInfo
Retrieve the set of RouterAddress structures at which this router can be contacted.
getAddresses() - Method in class net.i2p.router.transport.TransportManager
This forces a rebuild
getAddresses() - Method in class net.i2p.router.web.ConfigNetHelper
 
getAddresses() - Static method in class net.i2p.util.Addresses
 
getAddresses(boolean, boolean) - Static method in class net.i2p.util.Addresses
Warning: When includeLocal is false, all returned addresses should be routable, but they are not necessarily appropriate for external use.
getAddresses(boolean, boolean, boolean) - Static method in class net.i2p.util.Addresses
Warning: When includeSiteLocal and includeLoopbackAndWildcard are false, all returned addresses should be routable, but they are not necessarily appropriate for external use.
getAddressSelector() - Method in class net.i2p.router.web.ConfigNetHelper
 
getAdvertiser() - Method in class org.cybergarage.upnp.xml.DeviceData
 
getAggregate(String, String) - Method in class org.jrobin.core.FetchData
Returns single aggregated value from the fetched data for a single datasource.
getAggregate(String, String, String) - Method in class org.jrobin.core.FetchData
Deprecated.
This method is preserved just for backward compatibility.
getAggregate(String) - Method in class org.jrobin.data.Aggregates
Returns single aggregated value for the give consolidation function
getAggregate(String, String) - Method in class org.jrobin.data.DataProcessor
Returns single aggregated value for a single datasource.
getAggregates(String) - Method in class org.jrobin.core.FetchData
Returns all aggregated values (MIN, MAX, LAST, FIRST, AVERAGE or TOTAL) calculated from the fetched data for a single datasource.
getAggregates(long, long) - Method in class org.jrobin.data.Aggregator
 
getAggregates(String) - Method in class org.jrobin.data.DataProcessor
Returns all (MIN, MAX, LAST, FIRST, AVERAGE and TOTAL) aggregated values for a single datasource.
getAggregates(long, long) - Method in class org.jrobin.data.Def
 
getAggregates(long, long) - Method in class org.jrobin.data.PercentileDef
Same as SDef; the aggregates of a static value are all just the same static value.
getAggregates(long, long) - Method in class org.jrobin.data.SDef
 
getAggregates(long, long) - Method in class org.jrobin.data.Source
 
getAlgorithm() - Method in class net.i2p.crypto.eddsa.EdDSAPrivateKey
 
getAlgorithm() - Method in class net.i2p.crypto.eddsa.EdDSAPublicKey
 
getAlgorithm() - Method in class net.i2p.crypto.elgamal.impl.ElGamalPrivateKeyImpl
 
getAlgorithm() - Method in class net.i2p.crypto.elgamal.impl.ElGamalPublicKeyImpl
 
getAlgorithmName() - Method in enum net.i2p.crypto.EncType
the standard name used for the Java crypto factories
getAlgorithmName() - Method in enum net.i2p.crypto.SigType
the standard name used for the Java crypto factories
getAlgorithmName() - Method in interface org.bouncycastle.oldcrypto.Mac
Return the name of the algorithm the MAC implements.
getAlgorithmName() - Method in class org.bouncycastle.oldcrypto.macs.I2PHMac
 
getAliases() - Method in class net.i2p.router.TunnelPoolSettings
Other destinations that use the same tunnel (or null if exploratory) Modifiable, concurrent, not a copy
getAliasOf() - Method in class net.i2p.router.TunnelPoolSettings
Other destination that this is an alias of (or null).
getAliceIntroKey() - Method in class net.i2p.router.transport.udp.PeerTestState
 
getAliceIP() - Method in class net.i2p.router.transport.udp.PeerTestState
If we are Alice, this will contain the IP that Bob says we can be reached at - the IP Charlie says we can be reached at is _aliceIPFromCharlie
getAliceIPFromCharlie() - Method in class net.i2p.router.transport.udp.PeerTestState
 
getAlicePort() - Method in class net.i2p.router.transport.udp.PeerTestState
If we are Alice, this will contain the port that Bob says we can be reached at - the port Charlie says we can be reached at is _alicePortFromCharlie
getAlicePortFromCharlie() - Method in class net.i2p.router.transport.udp.PeerTestState
 
getAlignment() - Method in class org.jrobin.core.jrrd.RRDFile
 
getAlignmentPatternCenters() - Method in class com.google.zxing.qrcode.decoder.Version
 
getAll() - Method in class net.i2p.kademlia.KBucketSet
 
getAll(Set<T>) - Method in class net.i2p.kademlia.KBucketSet
 
getAll(SelectionCollector<T>) - Method in class net.i2p.kademlia.KBucketSet
 
getAllAddresses() - Static method in class net.i2p.util.Addresses
 
getAllCountryCodes() - Method in class com.maxmind.geoip.LookupService
 
getAllCountryNames() - Method in class com.maxmind.geoip.LookupService
 
getAllMessages() - Method in class net.i2p.router.web.FormHandler
Display everything, wrap it in a div for consistent presentation
getAllMessages() - Method in class net.i2p.router.web.GraphHelper
We have to do this here because processForm() isn't called unless the nonces are good
getAllowAccept(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getAllowAccept(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getAllowedValue(int) - Method in class org.cybergarage.upnp.AllowedValueList
 
getAllowedValueList() - Method in class org.cybergarage.upnp.StateVariable
 
getAllowedValueNode() - Method in class org.cybergarage.upnp.AllowedValue
 
getAllowedValueRange() - Method in class org.cybergarage.upnp.StateVariable
 
getAllowedValueRangeNode() - Method in class org.cybergarage.upnp.AllowedValueRange
 
getAllowIncomingConnections() - Method in class net.i2p.client.streaming.impl.ConnectionManager
 
getAllowInternalSSL(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getAllowInternalSSL(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getAllowReferer(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getAllowReferer(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getAllowUserAgent(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getAllowUserAgent(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getAllowZeroHop() - Method in class net.i2p.router.TunnelPoolSettings
If there are no tunnels to build with, will this pool allow 0 hop tunnels? Always true for exploratory.
getAllPeers() - Method in class net.i2p.router.web.SummaryHelper
subtract one for ourselves, so if we know no other peers it displays zero
getAllRouters() - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
 
getAllRouters() - Method in class net.i2p.router.NetworkDatabaseFacade
 
getAllRouters() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
get the hashes for all known routers
getAlphanumericCode(int) - Static method in class com.google.zxing.qrcode.encoder.Encoder
 
getAndResetRecentMessagesCount() - Method in class net.i2p.router.tunnel.HopConfig
This returns the number of processed messages since the last time this was called, and resets the count.
getAndroidVersion() - Static method in class net.i2p.util.SystemVersion
Identical to android.os.Build.VERSION.SDK_INT.
getAnnounce() - Method in class org.klomp.snark.MetaInfo
Returns the string representing the URL of the tracker for this torrent.
getAnnounceList() - Method in class org.klomp.snark.MetaInfo
Returns a list of lists of urls.
getAnswer() - Method in class net.i2p.util.SimpleStore
 
getAnswerPings() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
Do we respond to a ping?
getAnyAddress() - Static method in class net.i2p.util.Addresses
 
getAppDir() - Method in class net.i2p.I2PAppContext
Where applications may store data.
getArcCount() - Method in class org.jrobin.core.DataImporter
 
getArcCount() - Method in class org.jrobin.core.Header
Returns the number of archives defined in the RRD.
getArcCount() - Method in class org.jrobin.core.RrdDb
Returns the number of RRA arcihves defined in the file
getArcCount() - Method in class org.jrobin.core.RrdDef
Returns number of defined archives.
getArcCount() - Method in class org.jrobin.core.RrdToolReader
 
getArcCount() - Method in class org.jrobin.core.XmlReader
 
getArcDefs() - Method in class org.jrobin.core.RrdDef
Returns all archive definition objects specified so far.
getArcEndTime() - Method in class org.jrobin.core.FetchData
Returns the timestamp of the last populated slot in the corresponding RRA archive
getArchive(int) - Method in class org.jrobin.core.jrrd.RRDatabase
Returns the Archive at the specified position in this database.
getArchive(int) - Method in class org.jrobin.core.RrdDb
Returns Archive object for the given archive index.
getArchive(String, int) - Method in class org.jrobin.core.RrdDb
Returns Archive object with the given consolidation function and the number of steps.
getArchiveEndTime() - Method in class org.jrobin.data.Def
 
getArchiveList(ConsolidationFunctionType) - Method in class org.jrobin.core.jrrd.RRDatabase
 
getArchives() - Method in class org.jrobin.core.jrrd.RRDatabase
Returns an iterator over the archives in this database in proper sequence.
getArchives(ConsolidationFunctionType) - Method in class org.jrobin.core.jrrd.RRDatabase
Returns an iterator over the archives in this database of the given type in proper sequence.
getArchives() - Method in class org.jrobin.core.RrdDb
 
getArcIndex(String, int) - Method in class org.jrobin.core.RrdDb
Returns index of Archive object with the given consolidation function and the number of steps.
getArcState(int) - Method in class org.jrobin.core.Archive
Returns the underlying archive state object.
getArcStep() - Method in class org.jrobin.core.Archive
Returns archive time step in seconds.
getArcStep() - Method in class org.jrobin.core.FetchData
Returns the step of the corresponding RRA archive
getArgument(String) - Method in class org.cybergarage.upnp.Action
 
getArgument(int) - Method in class org.cybergarage.upnp.ArgumentList
 
getArgument(String) - Method in class org.cybergarage.upnp.ArgumentList
 
getArgumentIntegerValue(String) - Method in class org.cybergarage.upnp.Action
 
getArgumentList() - Method in class org.cybergarage.upnp.Action
 
getArgumentList() - Method in class org.cybergarage.upnp.control.ActionRequest
 
getArgumentNode() - Method in class org.cybergarage.upnp.Argument
 
getArgumentValue(String) - Method in class org.cybergarage.upnp.Action
 
getArray() - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
 
getArrival() - Method in class net.i2p.data.i2np.DeliveryStatusMessage
Misnamed, as it is generally (always?) set by the creator to the current time, in some future usage it could be set on arrival
getASCII(String) - Static method in class net.i2p.data.DataHelper
Roughly the same as orig.getBytes("ISO-8859-1") but much faster and will not throw an exception.
getAttachmentOrByteBufferFieldMap() - Method in class engine.misc.DeallocationHelper
 
getAttempted() - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
getAttempted() - Method in class net.i2p.router.networkdb.kademlia.StoreState
 
getAttribute(String) - Method in class net.i2p.servlet.RequestWrapper
 
getAttribute(int) - Method in class org.cybergarage.xml.AttributeList
 
getAttribute(String) - Method in class org.cybergarage.xml.AttributeList
 
getAttribute(int) - Method in class org.cybergarage.xml.Node
 
getAttribute(String) - Method in class org.cybergarage.xml.Node
 
getAttributeIntegerValue(String) - Method in class org.cybergarage.xml.Node
 
getAttributeValue(String) - Method in class org.cybergarage.xml.Node
 
getAuth() - Method in class net.i2p.router.web.ConfigClientsHelper
 
getAuth() - Method in class net.i2p.router.web.ConfigReseedHelper
 
getAuthError(boolean) - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
What to send if digest auth fails
getAuthHeader(String, String) - Method in class net.i2p.util.EepGet.AuthState
 
getAvailableTags(PublicKey, SessionKey) - Method in class net.i2p.crypto.SessionKeyManager
Determine (approximately) how many available session tags for the current target have been confirmed and are available
getAvailableTags(PublicKey, SessionKey) - Method in class net.i2p.router.crypto.TransientSessionKeyManager
Determine (approximately) how many available session tags for the current target have been confirmed and are available
getAvailableTimeLeft(PublicKey, SessionKey) - Method in class net.i2p.crypto.SessionKeyManager
Determine how long the available tags will be available for before expiring, in milliseconds
getAvailableTimeLeft(PublicKey, SessionKey) - Method in class net.i2p.router.crypto.TransientSessionKeyManager
Determine how long the available tags will be available for before expiring, in milliseconds
getAverage() - Method in class net.i2p.stat.RateAverages
 
getAverage() - Method in class org.jrobin.data.Aggregates
Returns average
getAverageEventsPerPeriod() - Method in class net.i2p.stat.Frequency
Calculate how many events would occur in a period given the current (rolling) average.
getAverageInterval() - Method in class net.i2p.stat.Frequency
on average over the last $period, after how many milliseconds are events coming in, as calculated during the last event occurrence?
getAverageValue() - Method in class net.i2p.stat.Rate
What was the average value across the events in the last period?
getAvgOrLifetimeAvg() - Method in class net.i2p.stat.Rate
 
getAvgPendingTime() - Method in class net.i2p.router.JobStats
 
getAvgTime() - Method in class net.i2p.router.JobStats
 
getb() - Method in class net.i2p.crypto.eddsa.math.Field
 
getB() - Method in class net.i2p.crypto.eddsa.spec.EdDSAParameterSpec
 
getB32() - Method in class i2p.susi.dns.AddressBean
 
getB32Hostname() - Method in interface net.i2p.i2ptunnel.irc.DCCHelper
String to put in the outgoing DCC
getB64() - Method in class i2p.susi.dns.AddressBean
 
getB64(String, String) - Method in class net.i2p.util.PasswordManager
 
getBackend() - Method in class org.jrobin.data.Def
 
getBackendName() - Method in class net.i2p.router.web.SummaryListener
 
getBackgroundColor() - Method in class com.docuverse.identicon.NineBlockIdenticonRenderer2
 
getBackupQuantity() - Method in class net.i2p.router.TunnelPoolSettings
how many backup tunnels should be kept waiting in the wings
getBackupTrackers() - Method in class org.klomp.snark.I2PSnarkUtil
List of open tracker announce URLs to use as backups even if disabled
getBadDest(Hash) - Method in class net.i2p.router.networkdb.kademlia.NegativeLookupCache
Get an unsupported but cached Destination
GetBandwidthLimitsMessage - Class in net.i2p.data.i2cp
Request the router tells us the current bw limits
GetBandwidthLimitsMessage() - Constructor for class net.i2p.data.i2cp.GetBandwidthLimitsMessage
 
getBandwidthRequest() - 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.
getBandwidthTier() - Method in class net.i2p.data.router.RouterInfo
Return a string representation of this node's bandwidth tier, or "Unknown"
getBanlistSummary() - Method in class net.i2p.router.web.ProfilesHelper
 
getBase() - Method in class org.klomp.snark.Storage
The base file or directory.
getBase64Entries(Properties) - Method in class net.i2p.client.naming.BlockfileNamingService
 
getBase64Entries(Properties) - Method in class net.i2p.client.naming.MetaNamingService
All services aggregated
getBase64Entries(Properties) - Method in class net.i2p.client.naming.NamingService
This may be more or less efficient than getEntries(), depending on the implementation.
getBase64Entries(Properties) - Method in class net.i2p.client.naming.SingleFileNamingService
Overridden since we store base64 natively.
getBaseAlgorithm() - Method in enum net.i2p.crypto.EncType
the standard base algorithm name used for the Java crypto factories
getBaseAlgorithm() - Method in enum net.i2p.crypto.SigType
the standard base algorithm name used for the Java crypto factories
getBaseDir() - Method in class net.i2p.I2PAppContext
This is the installation dir, often referred to as $I2P.
getBaseLogfilename() - Method in class net.i2p.util.LogManager
 
getBaseName() - Method in class org.klomp.snark.Snark
 
getBaseName() - Method in class org.klomp.snark.Storage
The base file or directory name of the data, as specified in the .torrent file, but filtered to remove illegal characters.
getBaseName() - Method in class org.klomp.snark.web.FetchAndAdd
 
getBegin() - Method in class i2p.susi.dns.AddressbookBean
 
getBegin() - Method in class net.i2p.router.transport.udp.UDPPacket
 
getBeginInt() - Method in class i2p.susi.dns.AddressbookBean
 
getBeginTime() - Method in class net.i2p.router.transport.udp.PeerTestState
when did this test begin?
getBid(OutNetMessage) - Method in class net.i2p.router.transport.TransportManager
 
getBids(RouterContext, TransportManager, OutNetMessage) - Static method in class net.i2p.router.transport.GetBidsJob
 
getBids(OutNetMessage) - Method in class net.i2p.router.transport.TransportManager
 
GetBidsJob - Class in net.i2p.router.transport
Retrieve a set of bids for a particular outbound message, and if any are found that meet the message's requirements, register the message as in process and pass it on to the transport for processing
GetBidsJob(RouterContext, TransportManager, OutNetMessage) - Constructor for class net.i2p.router.transport.GetBidsJob
Deprecated.
unused, see static getBids()
getBinary(String) - Static method in class net.i2p.router.web.NavHelper
Retrieve binary icon for a plugin
getBindAddress() - Method in class org.cybergarage.http.HTTPServer
 
getBindPort() - Method in class org.cybergarage.http.HTTPServer
 
getBitArray() - Method in class com.google.zxing.common.BitArray
 
getBitField() - Method in class org.klomp.snark.Storage
The BitField that tells which pieces this storage contains.
getBits() - Method in enum com.google.zxing.qrcode.decoder.ErrorCorrectionLevel
 
getBits() - Method in enum com.google.zxing.qrcode.decoder.Mode
 
getBitSelectors(byte[], int, int, int[]) - Method in interface org.xlattice.crypto.filters.KeySelector.BitSelector
 
getBitSelectors(byte[], int, int, int[]) - Method in class org.xlattice.crypto.filters.KeySelector.GenericBitSelector
Do the extraction
getBlacklist() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getBlocklistEntries() - Method in class net.i2p.router.news.NewsXMLParser
The blocklist entries.
getBlocklistSummary() - Method in class net.i2p.router.web.ConfigPeerHelper
 
getBobCipherKey() - Method in class net.i2p.router.transport.udp.PeerTestState
 
getBobIP() - Method in class net.i2p.router.transport.udp.PeerTestState
 
getBobMACKey() - Method in class net.i2p.router.transport.udp.PeerTestState
 
getBobPort() - Method in class net.i2p.router.transport.udp.PeerTestState
 
getBodies(Collection<POP3MailBox.FetchRequest>) - Method in class i2p.susi.webmail.pop3.POP3MailBox
Fetch headers and/or bodies.
getBody() - Method in class i2p.susi.webmail.Mail
This contains the header also.
getBody(String) - Method in class i2p.susi.webmail.pop3.POP3MailBox
Fetch the body.
getBodyNode() - Method in class org.cybergarage.soap.SOAPRequest
 
getBodyNode() - Method in class org.cybergarage.soap.SOAPResponse
 
getBook() - Method in class i2p.susi.dns.AddressbookBean
This always returns a valid book, non-null.
getBooleanProperty(String) - Method in class net.i2p.I2PAppContext
Default false
getBooleanPropertyDefaultTrue(String) - Method in class net.i2p.I2PAppContext
 
getBootId() - Method in class org.cybergarage.upnp.Device
 
getBootId() - Method in class org.cybergarage.upnp.ssdp.SSDPRequest
 
getBootId() - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
 
getBottomRightOnBit() - Method in class com.google.zxing.common.BitMatrix
 
getBoxSpace() - Method in class org.jrobin.graph.RrdGraph
 
getBredth() - Method in class net.i2p.router.networkdb.kademlia.ExploreJob
max # of concurrent searches
getBredth() - Method in class net.i2p.router.networkdb.kademlia.SearchJob
max # of concurrent searches
getBridge() - Method in class net.i2p.sam.SAMv3Handler
For SAMv3StreamSession
getBuckets() - Method in class net.i2p.kademlia.KBucketSet
Returned list is a copy of the bucket list, closest first, with the actual buckets (not a copy).
getBuffer() - Method in class net.i2p.util.LogManager
 
getBufferedImageColorModel() - Method in class com.google.zxing.client.j2se.MatrixToImageConfig
 
getBuilder() - Method in interface net.i2p.router.transport.crypto.DHSessionKeyBuilder.Factory
Construct a new DH key builder or pulls a prebuilt one from the queue.
getBuilder() - Method in class net.i2p.router.transport.crypto.DHSessionKeyBuilder.PrecalcRunner
Construct a new DH key builder or pulls a prebuilt one from the queue.
getBuildTime() - Static method in class net.i2p.time.BuildTime
Get the build date for i2p.jar.
getBWLimits(String, int) - Static method in class org.klomp.snark.BWLimits
 
getByCode(int) - Static method in enum net.i2p.crypto.EncType
 
getByCode(int) - Static method in enum net.i2p.crypto.SigType
 
getByName(String) - Static method in class net.i2p.crypto.eddsa.spec.EdDSANamedCurveTable
 
getByteArray(int) - Static method in class org.mortbay.util.ByteArrayPool
Get a byte array from the pool of known size.
getByteArrayAtLeast(int) - Static method in class org.mortbay.util.ByteArrayPool
 
getByteCount() - Method in class org.jrobin.graph.RrdGraphInfo
Returns the number of bytes in the graph file
getByteLimit() - Method in class org.mortbay.util.LineInput
Get the byte limit.
getBytes() - Method in class net.i2p.data.DatabaseEntry
Returns the raw payload data, excluding the signature, to be signed by sign().
getBytes() - Method in class net.i2p.data.LeaseSet
 
getBytes() - Method in class net.i2p.data.router.RouterInfo
Write out the raw payload of the routerInfo, excluding the signature.
getBytes() - Method in class net.i2p.i2ptunnel.socks.SOCKSHeader
 
getBytes(byte[]) - Method in class net.metanotion.io.data.IdentityBytes
 
getBytes(Integer) - Method in class net.metanotion.io.data.IntBytes
 
getBytes(String) - Method in class net.metanotion.io.data.StringBytes
 
getBytes(String) - Method in class net.metanotion.io.data.UTF8StringBytes
 
getBytes(T) - Method in interface net.metanotion.io.Serializer
 
getBytes() - Method in class org.cybergarage.upnp.Icon
 
getBytes() - Method in class org.jrobin.core.RrdDb
Returns an array of bytes representing the whole RRD.
getBytes() - Method in class org.jrobin.graph.RrdGraphInfo
Returns graph bytes
getBytes() - Method in class org.klomp.snark.bencode.BEValue
Returns this BEValue as a byte[].
getCache(String) - Static method in class net.i2p.client.naming.DummyNamingService
 
getCacheControl() - Method in class org.cybergarage.http.HTTPPacket
 
getCacheControl() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
 
getCacheTime() - Method in interface org.klomp.snark.web.BasicServlet.HttpContent
in seconds
getCalendar() - Method in class org.cybergarage.http.Date
 
getCalendar(long) - Static method in class org.jrobin.core.Util
Returns Calendar object for the given timestamp (in seconds, without milliseconds)
getCalendar(Date) - Static method in class org.jrobin.core.Util
Returns Calendar object for the given Date object
getCalendar(String) - Static method in class org.jrobin.core.Util
Creates Calendar object from a string.
getCallback() - Method in class org.cybergarage.upnp.event.SubscriptionRequest
 
getCanonicalPath() - Method in class org.jrobin.core.RrdDb
Returns canonical path to the underlying RRD file.
getCanonicalPath(String) - Static method in class org.jrobin.core.RrdFileBackend
Returns canonical path to the file on the disk.
getCanonicalPath() - Method in class org.jrobin.core.RrdFileBackend
Returns canonical path to the file on the disk.
getCanonicalPath() - Method in class org.jrobin.core.RrdJRobin14FileBackend
Returns canonical path to the file on the disk.
getCanonicalPath(String) - Static method in class org.jrobin.core.Util
Returns canonical file path for the given file path
getCanonicalPath() - Method in class org.jrobin.data.Def
 
getCanonicalPaths(String, String, boolean) - Static method in class org.jrobin.core.RrdToolkit
Returns list of canonical file names with the specified extension in the given directory.
getCapabilities() - Method in class net.i2p.data.router.RouterInfo
what special capabilities this router offers
getCapabilities() - Method in class net.i2p.router.Router
For building our RI.
getCapacity() - Method in class org.jrobin.core.RrdDbPool
Returns the maximum number of simultaneously open RRD files.
getCapacityBonus() - Method in class net.i2p.router.peermanager.PeerProfile
extra factor added to the capacity ranking - this can be updated in the profile written to disk to affect how the algorithm ranks capacity.
getCapacityThreshold() - Method in class net.i2p.router.peermanager.ProfileOrganizer
 
getCapacityValue() - Method in class net.i2p.router.peermanager.PeerProfile
How many tunnels do we think this peer can handle over the next hour?
getCDPStatusBlock(int) - Method in class org.jrobin.core.jrrd.Archive
Returns the CDPStatusBlock at the specified position in this archive.
getCDPStatusBlocks() - Method in class org.jrobin.core.jrrd.Archive
Returns an iterator over the CDP status blocks in this archive in proper sequence.
getCert() - Method in class i2p.susi.dns.AddressBean
Do this the easy way
getCert(File, String, String) - Static method in class net.i2p.crypto.KeyStoreUtil
Get a cert out of a keystore
getCert(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getCert(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getCertificate() - Method in class net.i2p.data.i2np.GarlicClove
 
getCertificate() - Method in class net.i2p.data.KeysAndCert
 
getCertificate() - Method in class net.i2p.router.message.CloveSet
 
getCertificate() - Method in class net.i2p.router.message.GarlicConfig
 
getCertificateType() - Method in class net.i2p.data.Certificate
 
getChannel() - Method in interface net.i2p.client.streaming.I2PServerSocket
Deprecated. 
getChannel() - Method in interface net.i2p.client.streaming.I2PSocket
Deprecated. 
getChannel() - Method in class net.i2p.client.streaming.impl.I2PServerSocketFull
Deprecated. 
getChannel() - Method in class net.i2p.client.streaming.impl.I2PSocketFull
Deprecated. 
getChannel() - Method in class net.i2p.client.streaming.impl.StandardServerSocket
 
getChannel() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getChannel() - Method in class net.i2p.i2ptunnel.socks.SocketWrapper
Deprecated.
getChannel() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Valid for inbound; valid for outbound shortly after creation
getChannel() - Method in class net.i2p.util.InternalServerSocket
Deprecated.
unsupported
getChannel() - Method in class net.i2p.util.InternalSocket
Deprecated.
unsupported
getCharacterCountBits(Version) - Method in enum com.google.zxing.qrcode.decoder.Mode
 
getCharacterSetECIByName(String) - Static method in enum com.google.zxing.common.CharacterSetECI
 
getCharacterSetECIByValue(int) - Static method in enum com.google.zxing.common.CharacterSetECI
 
getCharlieIntroKey() - Method in class net.i2p.router.transport.udp.PeerTestState
 
getCharlieIP() - Method in class net.i2p.router.transport.udp.PeerTestState
 
getCharliePort() - Method in class net.i2p.router.transport.udp.PeerTestState
 
getCharSet() - Method in class org.cybergarage.http.HTTPPacket
 
getChecked(String) - Method in class net.i2p.router.web.HelperBase
Is a boolean property set to true?
getCheckingProgress() - Method in class org.klomp.snark.Snark
If checking is in progress, return completion 0.0 ...
getCheckingProgress() - Method in class org.klomp.snark.Storage
If checking is in progress, return completion 0.0 ...
getChecksumInstance() - Static method in exception com.google.zxing.ChecksumException
 
getChecksumInstance(Throwable) - Static method in exception com.google.zxing.ChecksumException
 
getChildNodes(Node) - Static method in class org.jrobin.core.Util.Xml
 
getChildNodes(Node, String) - Static method in class org.jrobin.core.Util.Xml
 
getChildNodes(Node, String) - Static method in class org.jrobin.core.XmlTemplate
 
getChildNodes(Node) - Static method in class org.jrobin.core.XmlTemplate
 
getChildValue(Node, String) - Static method in class org.jrobin.core.Util.Xml
 
getChildValue(Node, String, boolean) - Static method in class org.jrobin.core.Util.Xml
 
getChildValue(Node, String) - Method in class org.jrobin.core.XmlTemplate
 
getChildValue(Node, String, boolean) - Method in class org.jrobin.core.XmlTemplate
 
getChildValueAsBoolean(Node, String) - Static method in class org.jrobin.core.Util.Xml
 
getChildValueAsBoolean(Node, String) - Method in class org.jrobin.core.XmlTemplate
 
getChildValueAsDouble(Node, String) - Static method in class org.jrobin.core.Util.Xml
 
getChildValueAsDouble(Node, String) - Method in class org.jrobin.core.XmlTemplate
 
getChildValueAsInt(Node, String) - Static method in class org.jrobin.core.Util.Xml
 
getChildValueAsInt(Node, String) - Method in class org.jrobin.core.XmlTemplate
 
getChildValueAsLong(Node, String) - Static method in class org.jrobin.core.Util.Xml
 
getChildValueAsLong(Node, String) - Method in class org.jrobin.core.XmlTemplate
 
getChunk(int) - Method in class org.klomp.snark.MagnetState
 
getChunkSize() - Static method in class org.cybergarage.http.HTTP
 
getCipherKey() - Method in class net.i2p.router.transport.udp.InboundEstablishState
 
getCipherKey() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
getClaimedAddress() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
This will never be a hash-based address.
getClientApp(String, String[]) - Method in class net.i2p.router.startup.RouterAppManager
Get the first known ClientApp with this class name and exact arguments.
getClientAppLinks(I2PAppContext) - Static method in class net.i2p.router.web.NavHelper
Translated string is loaded by PluginStarter
getClientApps(RouterContext) - Static method in class net.i2p.router.startup.ClientAppConfig
 
getClientApps(File) - Static method in class net.i2p.router.startup.ClientAppConfig
 
getClientApps(I2PAppContext) - Static method in class net.i2p.router.web.NavHelper
For HomeHelper
getClientDestination(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getClientDestination(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
getClientExecutor() - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
 
getClientInterface(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getClientInterface(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
getClientIP() - Method in class net.i2p.sam.SAMv3Handler
 
getClientOptionProps() - Method in class net.i2p.i2ptunnel.TunnelController
These are the ones stored with a prefix of "option." Defaults in config properties are not honored.
getClientOptions() - Method in class net.i2p.i2ptunnel.I2PTunnel
Generic options used for clients and servers.
getClientOptions() - Method in class net.i2p.i2ptunnel.TunnelController
Deprecated.
why would you want this? Use getClientOptionProps() instead
getClientPort(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getClientPort(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
No validation
getClientPort2(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
Returns error message if blank or invalid
getClientSessionConfig(Destination) - Method in class net.i2p.router.client.ClientManager
Return the client's current config, or null if not connected
getClientSessionConfig(Destination) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
Return the client's current config, or null if not connected
getClientSessionConfig(Destination) - Method in class net.i2p.router.ClientManagerFacade
Return the client's current config, or null if not connected
getClientSessionConfig(Destination) - Method in class net.i2p.router.dummy.DummyClientManagerFacade
 
getClientSessionKeyManager(Hash) - Method in class net.i2p.router.client.ClientManager
Return the client's SessionKeyManager Use this instead of the RouterContext.sessionKeyManager() to prevent correlation attacks across destinations
getClientSessionKeyManager(Hash) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
Return the client's current manager or null if not connected
getClientSessionKeyManager(Hash) - Method in class net.i2p.router.ClientManagerFacade
 
getClientSessionKeyManager(Hash) - Method in class net.i2p.router.dummy.DummyClientManagerFacade
 
getClientSocket() - Method in class net.i2p.i2ptunnel.socks.SOCKS4aServer
 
getClientSocket() - Method in class net.i2p.i2ptunnel.socks.SOCKS5Server
 
getClientSocket() - Method in class net.i2p.i2ptunnel.socks.SOCKSServer
Get a socket that can be used to send/receive 8-bit clean data to/from the client.
getClientSocket() - Method in class net.i2p.sam.SAMHandler
Get the channel of the socket connected to the SAM client
getClientVersion() - Method in class net.i2p.router.client.ClientConnectionRunner
The client version.
getClientVersion() - Method in class net.i2p.router.client.QueuedClientConnectionRunner
The client version.
getClockSkew() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
A positive number means our clock is ahead of theirs.
getClockSkew() - Method in class net.i2p.router.transport.udp.PeerState
How far off is the remote peer from our clock, in milliseconds? A positive number means our clock is ahead of theirs.
getClockSkews() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
Return our peer clock skews on this transport.
getClockSkews() - Method in interface net.i2p.router.transport.Transport
 
getClockSkews() - Method in class net.i2p.router.transport.TransportImpl
Return our peer clock skews on a transport.
getClockSkews() - Method in class net.i2p.router.transport.TransportManager
Return our peer clock skews on all transports.
getClockSkews() - Method in class net.i2p.router.transport.udp.UDPTransport
Return our peer clock skews on this transport.
getClose(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getClosed() - Method in class net.i2p.client.streaming.impl.MessageOutputStream
 
getCloseOnIdle(int, boolean) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getCloseReceivedOn() - Method in class net.i2p.client.streaming.impl.Connection
 
getCloseSentOn() - Method in class net.i2p.client.streaming.impl.Connection
 
getClosest(int) - Method in class net.i2p.kademlia.KBucketSet
The keys closest to us.
getClosest(int, Collection<T>) - Method in class net.i2p.kademlia.KBucketSet
The keys closest to us.
getClosest(T, int) - Method in class net.i2p.kademlia.KBucketSet
The keys closest to the key.
getClosest(T, int, Collection<T>) - Method in class net.i2p.kademlia.KBucketSet
The keys closest to the key.
getClosestAttempted(int) - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
getClosestHopExclude(boolean) - Method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Pick peers that we want to avoid for the first OB hop or last IB hop.
getCloseTime(int, int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getCloseTime(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getClove(int) - Method in class net.i2p.router.message.CloveSet
 
getClove(int) - Method in class net.i2p.router.message.GarlicConfig
 
getClove(int) - Method in class net.i2p.router.message.PayloadGarlicConfig
 
getCloveCount() - Method in class net.i2p.router.message.CloveSet
 
getCloveCount() - Method in class net.i2p.router.message.GarlicConfig
 
getCloveCount() - Method in class net.i2p.router.message.PayloadGarlicConfig
 
getCloveId() - Method in class net.i2p.data.i2np.GarlicClove
 
getCode() - Method in class com.maxmind.geoip.Country
Returns the ISO two-letter country code of this country.
getCode() - Method in enum net.i2p.crypto.EncType
the unique identifier for this type
getCode() - Method in enum net.i2p.crypto.SigType
the unique identifier for this type
getCode() - Method in enum net.i2p.router.CommSystemFacade.Status
 
getCode() - Method in class org.cybergarage.upnp.UPnPStatus
 
getCoefficient(int) - Method in class com.google.zxing.common.reedsolomon.GenericGFPoly
 
getCoefficients() - Method in class com.google.zxing.common.reedsolomon.GenericGFPoly
 
getColumnCount() - Method in class org.jrobin.core.FetchData
Returns the number of columns fetched from the corresponding RRD.
getComment(File, int) - Static method in class net.i2p.util.ZipFileComment
 
getComment(File, int, int) - Static method in class net.i2p.util.ZipFileComment
 
getComment() - Method in class org.klomp.snark.MetaInfo
The comment string or null.
getComparator(int) - Static method in class net.i2p.router.transport.udp.Sorters
 
getComparator(int, I2PSnarkServlet) - Static method in class org.klomp.snark.web.Sorters
Negative is reverse 0, 1: Name 2: Status 3: Peers 4: ETA 5: Size 6: Downloaded 7: Uploaded 8: Down rate 9: Up rate 10: Remaining (needed) 11: Upload ratio 12: File type
getCompleteCount() - Method in class net.i2p.router.networkdb.kademlia.StoreState
 
getCompleteCount() - Method in class net.i2p.router.tunnel.FragmentHandler
 
getCompleteCount() - Method in class net.i2p.router.tunnel.TunnelParticipant
getCompleteCount
getCompleteListener() - Method in interface net.i2p.router.transport.FIFOBandwidthLimiter.Request
 
getCompleteSize() - Method in class net.i2p.router.transport.udp.InboundMessageState
 
getCompleteSize() - Method in class net.i2p.router.tunnel.FragmentedMessage
 
getConcurrentSends() - Method in class net.i2p.router.transport.udp.PeerState
 
getConcurrentSendWindow() - Method in class net.i2p.router.transport.udp.PeerState
 
getConfig() - Method in class i2p.susi.dns.ConfigBean
 
getConfig(String) - Method in class net.i2p.i2ptunnel.TunnelController
 
getConfig() - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
Based on all provided data, create a set of configuration parameters suitable for use in a TunnelController.
getConfig(Hash) - Method in class net.i2p.router.client.ClientConnectionRunner
Current client's config, will be null if session not found IS subsession aware.
getConfig(SessionId) - Method in class net.i2p.router.client.ClientConnectionRunner
Current client's config, will be null if session not found IS subsession aware.
getConfig() - Method in class net.i2p.router.tunnel.InboundEndpointProcessor
 
getConfig(int) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
retrieve the config for the given hop.
getConfigDir() - Method in class net.i2p.I2PAppContext
The base dir for config files.
getConfigFavorites() - Method in class net.i2p.router.web.HomeHelper
 
getConfigFilename() - Method in class net.i2p.router.Router
 
getConfigFileName() - Method in class net.i2p.router.web.ConfigAdvancedHelper
 
getConfigHome() - Method in class net.i2p.router.web.HomeHelper
 
getConfigId() - Method in class org.cybergarage.upnp.Device
 
getConfigId() - Method in class org.cybergarage.upnp.Service
 
getConfigMap() - Method in class net.i2p.router.Router
 
getConfigSearch() - Method in class net.i2p.router.web.HomeHelper
 
getConfigServices() - Method in class net.i2p.router.web.HomeHelper
 
getConfigSetting(String) - Method in class net.i2p.router.Router
 
getConfigSettings() - Method in class net.i2p.router.Router
 
getConfigTable() - Method in class net.i2p.router.web.SummaryHelper
 
getConfiguration() - Method in class net.i2p.client.naming.NamingService
Warning - unimplemented in any subclass.
getConfiguredUdpPort() - Method in class net.i2p.router.web.ConfigNetHelper
This should always be the actual internal SSU port, as UDPTransport udpates the config when it changes.
getConfirmedIdentity() - Method in class net.i2p.router.transport.udp.InboundEstablishState
Who is Alice (null if forged/unknown) Note that this isn't really confirmed - see below.
getConfirmedSentTime() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
getCongestionAvoidanceGrowthRateFactor() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
When we're in congestion avoidance, we grow the window size at the rate of 1/(windowSize*factor).
getCongestionWindowEnd() - Method in class net.i2p.client.streaming.impl.Connection
 
getConnectDelay() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
how long will we wait after instantiating a new con before actually attempting to connect.
getConnection() - Method in class net.i2p.client.streaming.impl.I2PSocketFull
 
getConnection() - Method in class net.i2p.client.streaming.impl.PacketLocal
 
getConnection() - Method in class org.cybergarage.http.HTTPPacket
 
getConnectionByInboundId(long) - Method in class net.i2p.client.streaming.impl.ConnectionManager
 
getConnectionByOutboundId(long) - Method in class net.i2p.client.streaming.impl.ConnectionManager
not guaranteed to be unique, but in case we receive more than one packet on an inbound connection that we havent ack'ed yet...
getConnectionError() - Method in class net.i2p.client.streaming.impl.Connection
 
getConnectionHandler() - Method in class net.i2p.client.streaming.impl.ConnectionManager
 
getConnectionManager() - Method in class net.i2p.client.streaming.impl.Connection
 
getConnectionManager() - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
 
getConnectTimeout() - Method in interface net.i2p.client.streaming.I2PSocketOptions
How long we will wait for the ACK from a SYN, in milliseconds.
getConnectTimeout() - Method in class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
How long we will wait for the ACK from a SYN, in milliseconds.
getConsecutiveFailedSends() - Method in class net.i2p.router.transport.udp.PeerState
how many seconds have we sent packets without any ACKs received?
getConsecutiveSendRejections() - Method in class net.i2p.router.transport.udp.PeerState
 
getConsole() - Method in class net.i2p.router.web.OldConsoleHelper
 
getConsoleBufferSize() - Method in class net.i2p.util.LogManager
 
getConsoleNonce() - Method in class net.i2p.router.web.SummaryHelper
 
getConsoleServer() - Static method in class net.i2p.router.web.RouterConsoleRunner
SInce _server is now static
getConsoleServer() - Static method in class net.i2p.router.web.WebAppStarter
see comments in ConfigClientsHandler
getConsolFun() - Method in class org.jrobin.core.ArcDef
Returns consolidation function.
getConsolFun() - Method in class org.jrobin.core.Archive
Returns archive consolidation function ("AVERAGE", "MIN", "MAX" or "LAST").
getConsolFun(int) - Method in class org.jrobin.core.DataImporter
 
getConsolFun() - Method in class org.jrobin.core.FetchRequest
Returns consolitation function to be used during the fetch process.
getConsolFun(int) - Method in class org.jrobin.core.RrdToolReader
 
getConsolFun(int) - Method in class org.jrobin.core.XmlReader
 
getConsolFun() - Method in class org.jrobin.data.Def
 
getConsolFun() - Method in class org.jrobin.data.SDef
 
getContent() - Method in class i2p.susi.dns.SubscriptionsBean
 
getContent() - Method in class net.i2p.router.web.ContentHelper
 
getContent() - Method in class net.i2p.router.web.NewsHelper
If we haven't downloaded news yet, use the translated initial news file
getContent() - Method in class org.cybergarage.http.HTTPPacket
 
getContent(String) - Method in class org.klomp.snark.web.BasicServlet
get Resource to serve.
getContentInputStream() - Method in class org.cybergarage.http.HTTPPacket
 
getContentLanguage() - Method in class org.cybergarage.http.HTTPPacket
 
getContentLength() - Method in class net.i2p.servlet.RequestWrapper
 
getContentLength() - Method in class net.i2p.util.EepHead
We don't decrement the variable (unlike in EepGet), so this is valid
getContentLength() - Method in class org.cybergarage.http.HTTPPacket
 
getContentLength() - Method in interface org.klomp.snark.web.BasicServlet.HttpContent
 
getContentRange() - Method in class org.cybergarage.http.HTTPPacket
 
getContentRangeFirstPosition() - Method in class org.cybergarage.http.HTTPPacket
 
getContentRangeInstanceLength() - Method in class org.cybergarage.http.HTTPPacket
 
getContentRangeLastPosition() - Method in class org.cybergarage.http.HTTPPacket
 
getContentString() - Method in class org.cybergarage.http.HTTPPacket
 
getContentType() - Method in class i2p.susi.webmail.Attachment
 
getContentType() - Method in class net.i2p.crypto.SU3File
The ContentType is the trust domain for the content.
getContentType() - Method in class net.i2p.servlet.RequestWrapper
 
getContentType(String) - Method in class net.i2p.servlet.RequestWrapper
 
getContentType() - Method in class net.i2p.util.EepGet
After fetch, the received value from the server, or null if none.
getContentType() - Method in class org.cybergarage.http.HTTPPacket
 
getContentType() - Method in interface org.klomp.snark.web.BasicServlet.HttpContent
 
getContext() - Method in class net.i2p.client.impl.I2PSessionImpl
For Subsessions
getContext() - Method in class net.i2p.i2ptunnel.I2PTunnel
 
getContext() - Method in class net.i2p.router.JobImpl
 
getContext() - Method in class net.i2p.router.peermanager.PeerProfile
Helper for calculators
getContext() - Method in class net.i2p.router.Router
Non-null, but take care when accessing context items before runRouter() is called as the context will not be initialized.
getContext(String) - Static method in class net.i2p.router.web.ContextHelper
 
getContext() - Method in class net.i2p.util.LogManager
Convenience method for LogRecordFormatter
getContext() - Method in class org.klomp.snark.I2PSnarkUtil
 
getContexts() - Static method in class net.i2p.router.RouterContext
Same as listContexts() but package private and modifiable.
getControlActionListenerList() - Method in class org.cybergarage.upnp.xml.DeviceData
 
getControlActionListenerList() - Method in class org.cybergarage.upnp.xml.ServiceData
 
getController(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getController(TunnelControllerGroup, int) - Static method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getController(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
getControllers() - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Retrieve a list of tunnels known.
getControlPoint() - Method in class org.cybergarage.upnp.control.RenewSubscriber
 
getControlPoint() - Method in class org.cybergarage.upnp.device.Disposer
 
getControlPoint() - Method in class org.cybergarage.upnp.ssdp.SSDPNotifySocket
 
getControlPoint() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket
 
getControlResponse() - Method in class org.cybergarage.upnp.xml.ActionData
 
getControlStatus() - Method in class org.cybergarage.upnp.Action
 
getControlURL() - Method in class org.cybergarage.upnp.Service
 
getCost() - Method in class net.i2p.data.router.RouterAddress
Retrieve the weighted cost of this address, relative to other methods of contacting this router.
getCount() - Method in class com.google.zxing.qrcode.decoder.Version.ECB
 
getCountry(String) - Method in class com.maxmind.geoip.LookupService
Returns the country the IP address is in.
getCountry(InetAddress) - Method in class com.maxmind.geoip.LookupService
Returns the country the IP address is in.
getCountry(long) - Method in class com.maxmind.geoip.LookupService
Returns the country the IP address is in.
getCountry(Hash) - Method in class net.i2p.router.CommSystemFacade
 
getCountry(Hash) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Uses the transport IP first because that lookup is fast, then the IP from the netDb.
getCountry(I2PAppContext) - Static method in class net.i2p.util.Translate
Two-letter upper case or ""
getCountryName(String) - Method in class net.i2p.router.CommSystemFacade
 
getCountryName(String) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
full name for a country code, or the code if we don't know the name
getCountryV6(String) - Method in class com.maxmind.geoip.LookupService
Returns the country the IP address is in.
getCountryV6(InetAddress) - Method in class com.maxmind.geoip.LookupService
Returns the country the IP address is in.
getCPUExtendedFamily() - Static method in class freenet.support.CPUInformation.CPUID
Only valid if family == 15.
getCPUExtendedModel() - Static method in class freenet.support.CPUInformation.CPUID
Only valid if family == 15, or, for Intel only, family == 6.
getCPUFamily() - Static method in class freenet.support.CPUInformation.CPUID
 
getCPUModel() - Static method in class freenet.support.CPUInformation.CPUID
 
getCPUModelName() - Static method in class freenet.support.CPUInformation.CPUID
The model name string, up to 48 characters, as reported by the processor itself.
getCPUModelString() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
getCPUModelString() - Method in class freenet.support.CPUInformation.CPUIDCPUInfo
 
getCPUModelString() - Method in interface freenet.support.CPUInformation.CPUInfo
 
getCPUModelString() - Method in class freenet.support.CPUInformation.IntelInfoImpl
 
getCPUModelString() - Method in class freenet.support.CPUInformation.VIAInfoImpl
 
getCPUStepping() - Static method in class freenet.support.CPUInformation.CPUID
 
getCPUType() - Static method in class freenet.support.CPUInformation.CPUID
 
getCPUVendorID() - Static method in class freenet.support.CPUInformation.CPUID
 
getCreated() - Method in class net.i2p.router.networkdb.kademlia.FloodSearchJob
System time, NOT context time
getCreated() - Method in class net.i2p.router.OutNetMessage
 
getCreated() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
getCreatedBy() - Method in class net.i2p.router.OutNetMessage
Deprecated. 
getCreatedBy() - Method in class org.klomp.snark.MetaInfo
The created-by string or null.
getCreatedOn() - Method in class net.i2p.client.streaming.impl.Connection
 
getCreatedOn() - Method in class net.i2p.client.streaming.impl.PacketLocal
 
getCreation() - Method in class net.i2p.router.tunnel.HopConfig
when was this tunnel created (in ms since the epoch)?
getCreationDate() - Method in class net.i2p.data.i2cp.SessionConfig
Determine when this session was authorized by the destination (so we can prevent replay attacks)
getCreationDate() - Method in class net.i2p.stat.Rate
when was this rate created?
getCreationDate() - Method in class org.klomp.snark.MetaInfo
The creation date (ms) or zero.
getCriticalLogs() - Method in class net.i2p.router.web.LogsHelper
Side effect - calls logManager.flush()
getCRLEntries() - Method in class net.i2p.router.news.NewsXMLParser
The news CRL entries.
getCryptoTypeCode() - Method in class net.i2p.data.KeyCertificate
 
getCurrent() - Method in class net.i2p.stat.RateAverages
 
getCurrentAddress(boolean) - Method in class net.i2p.router.transport.TransportImpl
What address are we currently listening to? Replaces getCurrentAddress()
getCurrentAddresses() - Method in interface net.i2p.router.transport.Transport
What addresses are we currently listening to? Replaces getCurrentAddress()
getCurrentAddresses() - Method in class net.i2p.router.transport.TransportImpl
What addresses are we currently listening to? Replaces getCurrentAddress()
getCurrentCanBeGraphed() - Method in class net.i2p.router.web.ConfigStatsHelper
 
getCurrentCipherKey() - Method in class net.i2p.router.transport.udp.PeerState
The AES key used to encrypt/decrypt packets, set only after the connection is established.
getCurrentContext() - Static method in class net.i2p.I2PAppContext
Pull the default context, WITHOUT creating a new one.
getCurrentDuplicateCount() - Method in class net.i2p.router.util.DecayingBloomFilter
 
getCurrentEventCount() - Method in class net.i2p.stat.Rate
in the current (partial) period, how many events have occurred?
getCurrentFullACKs() - Method in class net.i2p.router.transport.udp.PeerState
Grab a list of message ids (Long) that we want to send to the remote peer, regardless of the packet size, but don't remove it from our "want to send" list.
getCurrentGraphName() - Method in class net.i2p.router.web.ConfigStatsHelper
 
getCurrentGroupName() - Method in class net.i2p.router.web.ConfigStatsHelper
What group is the current stat in
getCurrentIsGraphed() - Method in class net.i2p.router.web.ConfigStatsHelper
 
getCurrentIsLogged() - Method in class net.i2p.router.web.ConfigStatsHelper
 
getCurrentJob() - Method in class net.i2p.router.JobQueueRunner
 
getCurrentKey(PublicKey) - Method in class net.i2p.crypto.SessionKeyManager
Retrieve the session key currently associated with encryption to the target, or null if a new session key should be generated.
getCurrentKey(PublicKey) - Method in class net.i2p.router.crypto.TransientSessionKeyManager
Retrieve the session key currently associated with encryption to the target, or null if a new session key should be generated.
getCurrentMACKey() - Method in class net.i2p.router.transport.udp.PeerState
The AES key used to verify packets, set only after the connection is established.
getCurrentOrNewKey(PublicKey) - Method in class net.i2p.crypto.SessionKeyManager
Retrieve the session key currently associated with encryption to the target.
getCurrentOrNewKey(PublicKey) - Method in class net.i2p.router.crypto.TransientSessionKeyManager
Retrieve the session key currently associated with encryption to the target.
getCurrentPage() - Method in class i2p.susi.util.Folder
Returns the current page.
getCurrentParticipatingBandwidth() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
Out bandwidth.
getCurrentParticipatingBandwidth() - Method in class net.i2p.router.transport.FIFOBandwidthRefiller
Out bandwidth.
getCurrentPublishDate(RouterContext) - Static method in class net.i2p.router.startup.CreateRouterInfoJob
We probably don't want to expose the exact time at which a router published its info.
getCurrentReceiveSecond() - Method in class net.i2p.router.transport.udp.PeerState
what is the current receive second, for congestion control?
getCurrentResendACKs() - Method in class net.i2p.router.transport.udp.PeerState
Grab a list of message ids (Long) that we want to send to the remote peer, regardless of the packet size, but don't remove it from our "want to send" list.
getCurrentSecondECNReceived() - Method in class net.i2p.router.transport.udp.PeerState
Deprecated.
unused, ECNs are never sent, always returns false
getCurrentSortBy() - Method in class i2p.susi.util.Folder
 
getCurrentSortingDirection() - Method in class i2p.susi.util.Folder
 
getCurrentStatDescription() - Method in class net.i2p.router.web.ConfigStatsHelper
 
getCurrentStatName() - Method in class net.i2p.router.web.ConfigStatsHelper
 
getCurrentTotalEventTime() - Method in class net.i2p.stat.Rate
in the current (partial) period, how much of the time has been spent doing the events?
getCurrentTotalValue() - Method in class net.i2p.stat.Rate
in the current (partial) period, what is the total value acrued through all events?
getCurrentUploadRate() - Method in class org.klomp.snark.PeerCoordinator
 
getCurve() - Method in class net.i2p.crypto.eddsa.math.GroupElement
Gets the curve of the group element.
getCurve() - Method in class net.i2p.crypto.eddsa.spec.EdDSAParameterSpec
 
getCustomOptions(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getCustomOptionsString(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getD() - Method in class net.i2p.crypto.eddsa.math.Curve
 
getData() - Method in class gnu.crypto.prng.RandomEventStandalone
 
getData() - Method in class i2p.susi.webmail.Attachment
 
getData() - Method in class net.i2p.data.ByteArray
 
getData() - Method in class net.i2p.data.i2np.BuildRequestRecord
 
getData() - Method in class net.i2p.data.i2np.DataMessage
 
getData() - Method in class net.i2p.data.i2np.GarlicClove
 
getData() - Method in class net.i2p.data.i2np.GarlicMessage
 
getData() - Method in class net.i2p.data.i2np.TunnelDataMessage
 
getData() - Method in class net.i2p.data.SimpleDataStructure
Get the data reference (not a copy)
getData() - Method in class net.i2p.router.networkdb.kademlia.StoreState
 
getData() - Method in class net.i2p.router.tunnel.PendingGatewayMessage
raw unfragmented message to send
getData() - Method in class net.i2p.router.web.SummaryListener
 
getData() - Method in class net.i2p.util.ReusableGZIPOutputStream
pull the contents of the stream written
getData() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
 
getData(ConsolidationFunctionType) - Method in class org.jrobin.core.jrrd.RRDatabase
Returns data from the database corresponding to the given consolidation function and a step size of 1.
getData(ConsolidationFunctionType, long) - Method in class org.jrobin.core.jrrd.RRDatabase
Returns data from the database corresponding to the given consolidation function.
getDatabaseInfo() - Method in class com.maxmind.geoip.LookupService
Returns information about the database.
getDataBytes() - Method in class com.google.zxing.qrcode.encoder.BlockPair
 
getDataCodewords() - Method in class com.google.zxing.qrcode.decoder.Version.ECB
 
getDataDir() - Method in class org.klomp.snark.SnarkManager
 
getDatagramPacket() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
 
getDatagramSession() - Method in class net.i2p.sam.SAMv1Handler
 
getDatagramSocket() - Method in class org.cybergarage.upnp.ssdp.HTTPUSocket
 
getDataMask() - Method in class com.google.zxing.qrcode.decoder.FormatInformation
 
getDataMaskBit(int, int, int) - Static method in class com.google.zxing.qrcode.encoder.MaskUtil
Return the mask bit for "getMaskPattern" at "x" and "y".
getDataReader() - Method in class net.i2p.router.transport.udp.UDPPacketReader
 
getDataSource(int) - Method in class org.jrobin.core.jrrd.RRDatabase
Returns the DataSource at the specified position in this database.
getDatasource(int) - Method in class org.jrobin.core.RrdDb
Returns Datasource object for the given datasource index.
getDatasource(String) - Method in class org.jrobin.core.RrdDb
Returns Datasource object corresponding to the given datasource name.
getDataSources() - Method in class org.jrobin.core.jrrd.RRDatabase
Returns an iterator over the data sources in this database in proper sequence.
getDatasources() - Method in class org.jrobin.core.RrdDb
 
getDataStore() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
getDataType() - Method in class org.cybergarage.upnp.StateVariable
 
getDate() - Method in class com.maxmind.geoip.DatabaseInfo
Returns the date of the database.
getDate() - Method in class com.nettgryppa.security.HashCash
The minting date
getDate() - Method in class net.i2p.data.DatabaseEntry
A common interface to the timestamp of the two subclasses.
getDate() - Method in class net.i2p.data.DateAndFlags
The Date object is created here, it is not cached.
getDate() - Method in class net.i2p.data.i2cp.SetDateMessage
 
getDate() - Method in class net.i2p.data.LeaseSet
Same as getEarliestLeaseDate()
getDate() - Method in class net.i2p.data.router.RouterInfo
 
getDate() - Method in class net.i2p.util.LogRecord
 
getDate() - Method in class org.cybergarage.http.HTTPPacket
 
getDate(long) - Static method in class org.jrobin.core.Util
Returns Date object for the given timestamp (in seconds, without milliseconds)
getDatedFilename() - Method in class net.i2p.jetty.I2PRequestLog
 
getDateFormat() - Method in class net.i2p.util.LogManager
 
getDateFormatPattern() - Method in class net.i2p.util.LogManager
 
GetDateMessage - Class in net.i2p.data.i2cp
Request the other side to send us what they think the current time is.
GetDateMessage() - Constructor for class net.i2p.data.i2cp.GetDateMessage
 
GetDateMessage(String) - Constructor for class net.i2p.data.i2cp.GetDateMessage
 
GetDateMessage(String, Properties) - Constructor for class net.i2p.data.i2cp.GetDateMessage
Defaults in GetDateMessage options are, in general, NOT honored.
getDatePattern() - Method in class net.i2p.router.web.ConfigLoggingHelper
 
getDateString() - Method in class org.cybergarage.http.Date
 
getDB() - Static method in class net.i2p.sam.SAMv3StreamSession
 
getDbDir() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
getDBHistory() - Method in class net.i2p.router.peermanager.PeerProfile
history of db activity with the peer Warning - may return null if !getIsExpandedDB()
getDbIntroduction() - Method in class net.i2p.router.peermanager.PeerProfile
how many new peers we get from dbSearchReplyMessages or dbStore messages, calculated over a 1 hour, 1 day, and 1 week period Warning - may return null if !getIsExpandedDB()
getDbResponseTime() - Method in class net.i2p.router.peermanager.PeerProfile
how long it takes to get a db response from the peer (in milliseconds), calculated over a 1 minute, 1 hour, and 1 day period Warning - may return null if !getIsExpandedDB()
getDCC(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getDCC(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getDeallocatableBufferClassSet() - Method in class engine.misc.DeallocationHelper
 
getDeallocator() - Method in class engine.misc.DeallocationHelper
 
getDecryptionKey() - Method in interface net.i2p.client.I2PSession
Retrieve the decryption PrivateKey associated with the Destination
getDecryptionKey() - Method in class net.i2p.client.impl.I2PSessionImpl
Retrieve the decryption PrivateKey
getDecryptionKey() - Method in class net.i2p.router.LeaseSetKeys
Decryption key which can open up garlic messages encrypted to the LeaseSet's public key.
getDefaultFactory() - Static method in class org.jrobin.core.RrdBackendFactory
Returns the defaul backend factory.
getDefaultLimit() - Method in class net.i2p.util.LogManager
 
getDefaultLogLevelBox() - Method in class net.i2p.router.web.ConfigLoggingHelper
 
getDefaultOptions() - Method in interface net.i2p.client.streaming.I2PSocketManager
Current options, not a copy, setters may be used to make changes.
getDefaultOptions() - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
Current options, not a copy, setters may be used to make changes.
getDefaultOptions() - Method in class net.i2p.i2ptunnel.I2PTunnelClientBase
Create the default options (using the default timeout, etc).
getDefaultOptions(Properties) - Method in class net.i2p.i2ptunnel.I2PTunnelClientBase
Create the default options (using the default timeout, etc).
getDefaultOptions() - Method in class net.i2p.i2ptunnel.I2PTunnelConnectClient
Create the default options (using the default timeout, etc).
getDefaultOptions() - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
Create the default options (using the default timeout, etc).
getDefaultOptions(Properties) - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
Create the default options (using the default timeout, etc).
getDefaultProxies() - Method in class net.i2p.i2ptunnel.socks.I2PSOCKSTunnel
 
getDefaultValue() - Method in class org.cybergarage.upnp.StateVariable
Get the value of DefaultValue of this StateVariable
getDefName() - Method in class org.jrobin.data.SDef
 
getDegree() - Method in class com.google.zxing.common.reedsolomon.GenericGFPoly
 
getDelayAmount() - Method in class net.i2p.router.tunnel.BatchedPreprocessor
how long do we want to wait before flushing
getDelayAmount() - Method in class net.i2p.router.tunnel.TrivialPreprocessor
how long do we want to wait before flushing
getDelayAmount() - Method in interface net.i2p.router.tunnel.TunnelGateway.QueuePreprocessor
how long do we want to wait before flushing
getDelayOpen(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getDelayOpen(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getDelayRequested() - Method in class net.i2p.data.i2np.DeliveryInstructions
Deprecated.
unused
getDelaySeconds() - Method in class net.i2p.data.i2np.DeliveryInstructions
Deprecated.
unused
getDeliveryHost() - Method in class org.cybergarage.upnp.event.Subscriber
 
getDeliveryInstructions() - Method in class net.i2p.router.message.GarlicConfig
 
getDeliveryMode() - Method in class net.i2p.data.i2np.DeliveryInstructions
default -1
getDeliveryPath() - Method in class org.cybergarage.upnp.event.Subscriber
 
getDeliveryPort() - Method in class org.cybergarage.upnp.event.Subscriber
 
getDeliveryURL() - Method in class org.cybergarage.upnp.event.Subscriber
 
getDeltaOffset() - Method in class net.i2p.router.RouterClock
Deprecated.
getDepth() - Method in class org.cybergarage.upnp.Icon
 
getDepth() - Method in class org.jrobin.graph.GifColorTable
 
getDescription() - Method in class net.i2p.i2ptunnel.TunnelController
 
getDescription() - Method in class net.i2p.stat.FrequencyStat
 
getDescription() - Method in class net.i2p.stat.RateStat
 
getDescription() - Method in class org.cybergarage.upnp.UPnPStatus
 
getDescriptionFile() - Method in class org.cybergarage.upnp.Device
 
getDescriptionFile() - Method in class org.cybergarage.upnp.xml.DeviceData
 
getDescriptionFilePath() - Method in class org.cybergarage.upnp.Device
 
getDescriptionURI() - Method in class org.cybergarage.upnp.xml.DeviceData
 
getDescriptionURL() - Method in class org.cybergarage.upnp.Service
 
getDescriptionURL() - Method in class org.cybergarage.upnp.xml.ServiceData
 
getDest() - Method in class net.i2p.client.naming.HostTxtEntry
 
getDest() - Method in class net.i2p.i2ptunnel.irc.I2PTunnelDCCClient
 
getDest(String) - Static method in class net.i2p.sam.SAMUtils
Resolve the destination from a key or a hostname
getDest() - Method in class net.i2p.sam.SessionRecord
 
getDestHash() - Method in class net.i2p.router.client.ClientConnectionRunner
Equivalent to getConfig().getDestination().calculateHash(); will be null before session is established Not subsession aware.
getDestHash(SessionId) - Method in class net.i2p.router.client.ClientConnectionRunner
Return the hash for the given ID
getDestHash() - Method in class org.klomp.snark.PeerID
 
getDestHashBase32(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
Works even if tunnel is not running.
getDestination() - Method in class i2p.susi.dns.AddressBean
 
getDestination() - Method in class i2p.susi.dns.AddressbookBean
 
getDestination() - Method in class net.i2p.data.i2cp.DestReplyMessage
 
getDestination() - Method in class net.i2p.data.i2cp.HostReplyMessage
 
getDestination() - Method in class net.i2p.data.i2cp.SendMessageMessage
 
getDestination() - Method in class net.i2p.data.i2cp.SessionConfig
Retrieve the destination for which this session is supposed to connect
getDestination() - Method in class net.i2p.data.i2np.DeliveryInstructions
default null
getDestination() - Method in class net.i2p.data.LeaseSet
 
getDestination() - Method in class net.i2p.data.PrivateKeyFile
If the destination is not set, read it in from the file.
getDestination() - Method in class net.i2p.i2ptunnel.socks.SOCKSHeader
 
getDestination() - Method in class net.i2p.i2ptunnel.TunnelController
Returns null if not running.
getDestination(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Works even if tunnel is not running.
getDestination(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
Works even if tunnel is not running.
getDestination(SessionId) - Method in class net.i2p.router.client.ClientConnectionRunner
Return the dest for the given ID
getDestination() - Method in class net.i2p.router.ClientMessage
Retrieve the destination to which this message is directed.
getDestination() - Method in class net.i2p.router.tunnel.InboundEndpointProcessor
 
getDestination() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
If this is a client tunnel, what destination is it for?
getDestination() - Method in interface net.i2p.router.TunnelInfo
if this is a client tunnel, what destination is it for?
getDestination() - Method in class net.i2p.router.TunnelPoolSettings
what destination is this a client tunnel for (or null if exploratory)
getDestination() - Method in interface net.i2p.sam.SAMMessageSess
Get the SAM message-based session Destination.
getDestination() - Method in class net.i2p.sam.SAMMessageSession
Get the SAM message-based session Destination.
getDestination() - Method in class net.i2p.sam.SAMStreamSession
Get the SAM STREAM session Destination.
getDestination() - Method in class org.klomp.snark.dht.NodeInfo
 
getDestination(String) - Method in class org.klomp.snark.I2PSnarkUtil
Base64 Hash or Hash.i2p or name.i2p using naming service
getDestination() - Method in class org.klomp.snark.Peer
 
getDestinationBase64(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
Works even if tunnel is not running.
getDestinationFromBase64(String) - Static method in class org.klomp.snark.I2PSnarkUtil
Base64 only - static (no naming service)
getDestinationHash() - Method in class net.i2p.router.ClientMessage
Retrieve the destination to which this message is directed.
getDestinationI2PSocket(I2PSOCKSTunnel) - Method in class net.i2p.i2ptunnel.socks.SOCKS4aServer
Get an I2PSocket that can be used to send/receive 8-bit clean data to/from the destination of the SOCKS connection.
getDestinationI2PSocket(I2PSOCKSTunnel) - Method in class net.i2p.i2ptunnel.socks.SOCKS5Server
Get an I2PSocket that can be used to send/receive 8-bit clean data to/from the destination of the SOCKS connection.
getDestinationI2PSocket(I2PSOCKSTunnel) - Method in class net.i2p.i2ptunnel.socks.SOCKSServer
Get an I2PSocket that can be used to send/receive 8-bit clean data to/from the destination of the SOCKS connection.
getDestinationNickname() - Method in class net.i2p.router.TunnelPoolSettings
what user supplied name was given to the client connected (can be null)
getDestinations() - Method in class net.i2p.router.client.ClientConnectionRunner
Subsession aware.
getDestinations() - Method in class net.i2p.router.web.SummaryHelper
Client destinations connected locally.
getDevice(String) - Method in class org.cybergarage.upnp.ControlPoint
 
getDevice() - Method in class org.cybergarage.upnp.device.Advertiser
 
getDevice(String) - Method in class org.cybergarage.upnp.Device
 
getDevice(int) - Method in class org.cybergarage.upnp.DeviceList
 
getDevice() - Method in class org.cybergarage.upnp.Service
 
getDeviceByDescriptionURI(String) - Method in class org.cybergarage.upnp.Device
 
getDeviceDisposer() - Method in class org.cybergarage.upnp.ControlPoint
 
getDeviceList() - Method in class org.cybergarage.upnp.ControlPoint
 
getDeviceList() - Method in class org.cybergarage.upnp.Device
 
getDeviceNode() - Method in class org.cybergarage.upnp.Device
 
getDeviceType() - Method in class org.cybergarage.upnp.Device
 
getDevSU3URL() - Method in class net.i2p.router.web.ConfigUpdateHelper
 
getDHBuilder() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
 
getDHBuilder() - Method in class net.i2p.router.transport.udp.UDPTransport
 
getDHFactory() - Method in class net.i2p.router.CommSystemFacade
Hook for pluggable transport creation.
getDHFactory() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Hook for pluggable transport creation.
getDHFactory() - Method in class net.i2p.router.transport.TransportManager
Hook for pluggable transport creation.
getDHFactory() - Method in class net.i2p.router.transport.udp.UDPTransport
 
getDHT() - Method in class org.klomp.snark.I2PSnarkUtil
 
getDigestInstance() - Static method in class net.i2p.crypto.SHA256Generator
Return a new MessageDigest from the system libs.
getDigestInstance() - Method in enum net.i2p.crypto.SigType
 
getDimensionForVersion() - Method in class com.google.zxing.qrcode.decoder.Version
 
getDirection() - Method in class org.cybergarage.upnp.Argument
 
getDirectories() - Method in class org.klomp.snark.Storage
Includes the base for a multi-file torrent.
getDisableRefresh() - Method in class net.i2p.router.web.CSSHelper
 
getDisableRejectLogging() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
Do we disable connection rejected logging? Default false.
getDisconnectScheduledOn() - Method in class net.i2p.client.streaming.impl.Connection
 
getDisplayLanguage(String, String, I2PAppContext) - Static method in class net.i2p.router.web.Messages
Return the "display language", e.g.
getDisplayLanguage(String, String, I2PAppContext, String) - Static method in class net.i2p.util.Translate
Return the "display language", e.g.
getDisplayName() - Method in class i2p.susi.dns.AddressBean
The Unicode name, translated from Punycode
getDisplayName() - Method in class i2p.susi.dns.AddressbookBean
 
getDisplayName() - Method in class i2p.susi.dns.NamingServiceBean
 
getDisplayName() - Method in interface net.i2p.app.ClientApp
The display name of the ClientApp, used in user interfaces.
getDisplayName() - Method in class net.i2p.apps.systray.UrlLauncher
ClientApp interface
getDisplayName() - Method in class net.i2p.BOB.BOB
 
getDisplayName() - Method in class net.i2p.desktopgui.Main
 
getDisplayName() - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
ClientApp interface
getDisplayName() - Method in class net.i2p.jetty.JettyStart
 
getDisplayName() - Method in class net.i2p.router.news.NewsManager
 
getDisplayName() - Method in class net.i2p.router.update.ConsoleUpdateManager
 
getDisplayName() - Method in class net.i2p.router.web.RouterConsoleRunner
 
getDisplayName() - Method in class net.i2p.sam.SAMBridge
 
getDisplayOnScreenLevel() - Method in class net.i2p.util.LogManager
 
getDistance(Hash, Hash) - Static method in class net.i2p.router.util.HashDistance
 
getDoLog() - Method in class net.i2p.router.MessageHistory
 
getDomainRoot(String) - Method in class org.apache.http.conn.util.PublicSuffixMatcher
Returns registrable part of the domain for the given domain name of null if given domain represents a public suffix.
getDontIncludePeers() - Method in class net.i2p.data.i2np.DatabaseLookupMessage
Set of peers that a lookup reply should NOT include.
getDouble(Properties, String, double) - Static method in class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
Not part of the API, not for external use.
getDouble(Properties, String, String) - Static method in class net.i2p.stat.PersistenceHelper
 
getDownloaded() - Method in class org.klomp.snark.PartialPiece
How many bytes are good - as set by setDownloaded() or read()
getDownloaded() - Method in class org.klomp.snark.Peer
Returns the number of bytes that have been downloaded.
getDownloaded() - Method in class org.klomp.snark.PeerCoordinator
Returns the total number of downloaded bytes of all peers.
getDownloaded() - Method in class org.klomp.snark.Snark
 
getDownloaded() - Method in class org.klomp.snark.web.FetchAndAdd
 
getDownloadRate() - Method in class org.klomp.snark.Peer
 
getDownloadRate() - Method in class org.klomp.snark.PeerCoordinator
Returns the 4-minute-average rate in Bps
getDownloadRate() - Method in class org.klomp.snark.Snark
 
getDownloadRate() - Method in class org.klomp.snark.web.FetchAndAdd
 
getDropped() - Method in class net.i2p.router.JobStats
 
getDsCount() - Method in class org.jrobin.core.DataImporter
 
getDsCount() - Method in class org.jrobin.core.Header
Returns the number of datasources defined in the RRD.
getDSCount() - Method in class org.jrobin.core.jrrd.Header
Returns the number of DataSources in the database.
getDsCount() - Method in class org.jrobin.core.RrdDb
Returns the number of datasources defined in the file
getDsCount() - Method in class org.jrobin.core.RrdDef
Returns number of defined datasources.
getDsCount() - Method in class org.jrobin.core.RrdToolReader
 
getDsCount() - Method in class org.jrobin.core.XmlReader
 
getDsDefs() - Method in class org.jrobin.core.RrdDef
Returns all data source definition objects specified so far.
getDsIndex() - Method in class org.jrobin.core.Datasource
Returns index of this Datasource object in the RRD.
getDsIndex(String) - Method in class org.jrobin.core.FetchData
Retrieve the table index number of a datasource by name.
getDsIndex(String) - Method in class org.jrobin.core.RrdDb
Returns internal index number for the given datasource name.
getDsName(int) - Method in class org.jrobin.core.DataImporter
 
getDsName() - Method in class org.jrobin.core.Datasource
Returns datasource name.
getDsName() - Method in class org.jrobin.core.DsDef
Returns data source name.
getDsName(int) - Method in class org.jrobin.core.RrdToolReader
 
getDsName(int) - Method in class org.jrobin.core.XmlReader
 
getDsName() - Method in class org.jrobin.data.Def
 
getDsNames() - Method in class org.jrobin.core.FetchData
Returns array of datasource names found in the corresponding RRD.
getDsNames() - Method in class org.jrobin.core.RrdDb
Returns an array of datasource names defined in RRD.
getDsNames() - Method in class org.jrobin.core.Sample
Returns an array of all data source names.
getDsType(int) - Method in class org.jrobin.core.DataImporter
 
getDsType() - Method in class org.jrobin.core.Datasource
Returns datasource type (GAUGE, COUNTER, DERIVE, ABSOLUTE).
getDsType() - Method in class org.jrobin.core.DsDef
Returns source type.
getDsType(int) - Method in class org.jrobin.core.RrdToolReader
 
getDsType(int) - Method in class org.jrobin.core.XmlReader
 
getDynamicKeysChecked() - Method in class net.i2p.router.web.ConfigNetHelper
 
getEarliestLeaseDate() - Method in class net.i2p.data.LeaseSet
Retrieve the end date of the earliest lease included in this leaseSet.
getEarliestTime() - Static method in class net.i2p.time.BuildTime
Get the earliest it could possibly be right now.
getECBlocks() - Method in class com.google.zxing.qrcode.decoder.Version.ECBlocks
 
getECBlocksForLevel(ErrorCorrectionLevel) - Method in class com.google.zxing.qrcode.decoder.Version
 
getECCodewordsPerBlock() - Method in class com.google.zxing.qrcode.decoder.Version.ECBlocks
 
getECLevel() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
getECXCPUFlags() - Static method in class freenet.support.CPUInformation.CPUID
 
getEDXCPUFlags() - Static method in class freenet.support.CPUInformation.CPUID
 
getEepProxyHost() - Method in class org.klomp.snark.I2PSnarkUtil
 
getEepProxyPort() - Method in class org.klomp.snark.I2PSnarkUtil
 
getEepProxySet() - Method in class org.klomp.snark.I2PSnarkUtil
 
getEffort(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getEffort(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getElapsed() - Method in class net.i2p.client.impl.MessageState
 
getElapsedTime() - Method in class org.cybergarage.upnp.Device
 
getElementAtPosXonCurrentPage(int) - Method in class i2p.susi.util.Folder
Returns the element on the current page on the given position.
getElGamalExponentSize() - Method in class net.i2p.crypto.KeyGenerator
 
getEnable() - Method in class net.i2p.router.web.ConfigReseedHelper
 
getEnableLoadTesting() - Method in class net.i2p.router.web.ConfigNetHelper
removed
getEnclosingRectangle() - Method in class com.google.zxing.common.BitMatrix
This is useful in detecting the enclosing rectangle of a 'pure' barcode.
getEncoded() - Method in class net.i2p.crypto.eddsa.EdDSAPrivateKey
This follows the docs from java.security.spec.PKCS8EncodedKeySpec quote:
getEncoded() - Method in class net.i2p.crypto.eddsa.EdDSAPublicKey
This follows the spec at ref: https://tools.ietf.org/html/draft-josefsson-pkix-eddsa-04 which matches the docs from java.security.spec.X509EncodedKeySpec quote:
getEncoded() - Method in class net.i2p.crypto.elgamal.impl.ElGamalPrivateKeyImpl
Return a PKCS8 representation of the key.
getEncoded() - Method in class net.i2p.crypto.elgamal.impl.ElGamalPublicKeyImpl
 
getEncoding(String) - Static method in class i2p.susi.webmail.encoding.EncodingFactory
Retrieve instance of an encoder for a supported encoding (or null).
getEncoding() - Method in class net.i2p.crypto.eddsa.math.Field
 
getEncrypt(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getEncrypt(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getEncrypted() - Method in class net.i2p.data.i2np.DeliveryInstructions
Deprecated.
unused
getEncryptedData() - Method in class net.i2p.data.Payload
the real data
getEncryptionKey() - Method in class net.i2p.data.i2np.DeliveryInstructions
Deprecated.
unused
getEncryptionKey() - Method in class net.i2p.data.LeaseSet
 
getEncryptKey(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getEncryptKey(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getEnd() - Method in class i2p.susi.dns.AddressbookBean
 
getEnd() - Method in class net.metanotion.util.skiplist.SkipLevels
 
getEnd() - Method in class net.metanotion.util.skiplist.SkipSpan
 
getEndDate() - Method in class net.i2p.data.i2cp.RequestLeaseSetMessage
 
getEndDate() - Method in class net.i2p.data.Lease
 
getEndingTimestamp() - Method in class org.jrobin.data.DataProcessor
Returns ending timestamp.
getEndInt() - Method in class i2p.susi.dns.AddressbookBean
 
getEndpoint(int) - Method in class net.i2p.data.i2cp.RequestVariableLeaseSetMessage
 
getEndpoint() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
For convenience
getEndpoint() - Method in interface net.i2p.router.TunnelInfo
For convenience
getEndpoints() - Method in class net.i2p.data.i2cp.RequestLeaseSetMessage
 
getEndpoints() - Method in class net.i2p.data.i2cp.RequestVariableLeaseSetMessage
 
getEndsWith(String) - Method in class org.cybergarage.xml.NodeList
 
getEndTime() - Method in class org.jrobin.core.Archive
Returns current ending timestamp.
getEnforceProtocol() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
Do we receive all traffic, or only traffic marked with I2PSession.PROTO_STREAMING (6) ? Default false.
getEnqueueTime() - Method in class net.i2p.router.OutNetMessage
For CDQ
getEnqueueTime() - Method in class net.i2p.router.transport.udp.InboundMessageState
For CDQ
getEnqueueTime() - Method in class net.i2p.router.transport.udp.OutboundMessageState
For CDQ
getEnqueueTime() - Method in class net.i2p.router.transport.udp.UDPPacket
For CDQ
getEnqueueTime() - Method in class net.i2p.router.tunnel.PendingGatewayMessage
For CDQ
getEnqueueTime() - Method in interface net.i2p.router.util.CDQEntry
 
getEntries() - Method in class i2p.susi.dns.AddressbookBean
 
getEntries(Properties) - Method in class net.i2p.client.naming.BlockfileNamingService
 
getEntries(Properties) - Method in class net.i2p.client.naming.MetaNamingService
All services aggregated
getEntries() - Method in class net.i2p.client.naming.NamingService
Warning - This obviously brings the whole database into memory, so use is discouraged.
getEntries(Properties) - Method in class net.i2p.client.naming.NamingService
Warning - This will bring the whole database into memory if options is null, empty, or unsupported, use with caution.
getEntries(Properties) - Method in class net.i2p.client.naming.SingleFileNamingService
 
getEntries() - Method in interface net.i2p.kademlia.KBucket
Retrieve all routing table entries stored in the bucket
getEntries(SelectionCollector<T>) - Method in interface net.i2p.kademlia.KBucket
 
getEntries() - Method in class net.i2p.kademlia.KBucketImpl
 
getEntries(SelectionCollector<T>) - Method in class net.i2p.kademlia.KBucketImpl
 
getEntries() - Method in class net.i2p.router.Banlist
For BanlistRenderer in router console.
getEntries() - Method in interface net.i2p.router.networkdb.kademlia.DataStore
 
getEntries() - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
 
getEntries() - Method in class net.i2p.router.news.NewsManager
 
getEntries() - Method in class net.i2p.router.news.NewsXMLParser
The news entries.
getEntries() - Method in class net.i2p.router.web.NewsFeedHelper
 
getEntries(I2PAppContext, int, int, long) - Static method in class net.i2p.router.web.NewsFeedHelper
 
getEntry() - Method in class net.i2p.data.i2np.DatabaseStoreMessage
Defines the entry in the network database being stored
getEnvelopeNode() - Method in class org.cybergarage.soap.SOAPRequest
 
getEnvelopeNode() - Method in class org.cybergarage.soap.SOAPResponse
 
getEOFReached() - Method in class net.i2p.util.LookaheadInputStream
 
getError() - Method in class net.i2p.router.networkdb.reseed.ReseedChecker
Error from last or current reseed attempt.
getError() - Method in class net.i2p.router.transport.ntcp.EstablishState
 
getErrorCorrectionBytes() - Method in class com.google.zxing.qrcode.encoder.BlockPair
 
getErrorCorrectionLevel() - Method in class com.google.zxing.qrcode.decoder.FormatInformation
 
getErrorPage(String, String) - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
foo => errordir/foo-header_xx.ht for lang xx, or errordir/foo-header.ht, or the backup byte array on fail.
getErrorPage(I2PAppContext, String, String) - Static method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
foo => errordir/foo-header_xx.ht for lang xx, or errordir/foo-header.ht, or the backup byte array on fail.
getErrors() - Method in class net.i2p.router.web.FormHandler
Display any error messages (processing the form if it hasn't been yet)
getErrorStream() - Method in class net.i2p.util.ShellCommand
Deprecated.
unused
getEstablishBeginTime() - Method in class net.i2p.router.transport.udp.InboundEstablishState
 
getEstablishBeginTime() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
getEstablisher() - Method in class net.i2p.router.transport.udp.UDPTransport
For IntroductionManager
getEstablishState() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Only valid during establishment; null later
getEstimatedSize() - Method in class org.jrobin.core.DataImporter
 
getEstimatedSize() - Method in class org.jrobin.core.RrdDef
Returns the number of storage bytes required to create RRD from this RrdDef object.
getEtag() - Method in class net.i2p.addressbook.Subscription
Return the etag header that we received the last time we read this subscription.
getETag() - Method in class net.i2p.util.EepGet
After fetch, the received value from the server, or null if none.
getEventCount() - Method in class net.i2p.stat.Frequency
how many events have occurred within the lifetime of this stat?
getEventCount() - Method in class net.i2p.stat.FrequencyStat
 
getEventDispatcher() - Method in class net.i2p.i2ptunnel.irc.EventReceiver
 
getEventDispatcher() - Method in interface net.i2p.util.EventDispatcher
Get an object to be used to deliver events (usually this, but YMMV).
getEventDispatcher() - Method in class net.i2p.util.EventDispatcherImpl
 
getEventName() - Method in class net.i2p.router.web.SummaryListener
 
getEvents() - Method in class net.i2p.i2ptunnel.irc.EventReceiver
 
getEvents(String, long) - Method in class net.i2p.router.util.EventLog
Caches.
getEvents(long) - Method in class net.i2p.router.util.EventLog
All events since a given time.
getEvents() - Method in class net.i2p.router.web.EventLogHelper
 
getEvents() - Method in interface net.i2p.util.EventDispatcher
Retrieve the names of all the events that have been received
getEvents() - Method in class net.i2p.util.EventDispatcherImpl
 
getEventSubURI() - Method in class org.cybergarage.upnp.ControlPoint
 
getEventSubURL() - Method in class org.cybergarage.upnp.Service
 
getEventValue(String) - Method in class net.i2p.i2ptunnel.irc.EventReceiver
 
getEventValue(String) - Method in interface net.i2p.util.EventDispatcher
Retrieve the value currently associated with the specified event value
getEventValue(String) - Method in class net.i2p.util.EventDispatcherImpl
 
getException() - Method in class net.i2p.router.transport.ntcp.EstablishState
 
getExceptions() - Method in class org.apache.http.conn.util.PublicSuffixList
 
getExclude(boolean, boolean) - Method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Pick peers that we want to avoid
getExecutor() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
 
getExpiration() - Method in class net.i2p.data.i2cp.SendMessageExpiresMessage
The Date object is created here, it is not cached.
getExpiration() - Method in class net.i2p.data.i2np.GarlicClove
 
getExpiration() - Method in class net.i2p.data.router.RouterAddress
Deprecated.
unused for now
getExpiration() - Method in class net.i2p.router.client.LeaseRequestState
when the request for the lease set expires
getExpiration() - Method in class net.i2p.router.ClientMessage
Expiration requested by the client that sent the message.
getExpiration() - Method in class net.i2p.router.message.CloveSet
 
getExpiration() - Method in class net.i2p.router.message.GarlicConfig
 
getExpiration() - Method in interface net.i2p.router.MessageSelector
Returns the # of milliseconds since the epoch after which this selector should stop searching for matches.
getExpiration() - Method in class net.i2p.router.networkdb.kademlia.FloodOnlyLookupSelector
 
getExpiration() - Method in class net.i2p.router.networkdb.kademlia.FloodSearchJob
using context clock
getExpiration() - Method in class net.i2p.router.networkdb.kademlia.IterativeLookupSelector
 
getExpiration() - Method in class net.i2p.router.networkdb.kademlia.SearchJob
 
getExpiration() - Method in class net.i2p.router.networkdb.kademlia.SearchMessageSelector
 
getExpiration() - Method in class net.i2p.router.networkdb.kademlia.StoreMessageSelector
 
getExpiration() - Method in class net.i2p.router.OutNetMessage
Specify the # ms since the epoch after which if the message has not been sent the OnFailedSend job should be fired and the message should be removed from the pool.
getExpiration() - Method in class net.i2p.router.tunnel.HopConfig
when does this tunnel expire (in ms since the epoch)?
getExpiration() - Method in class net.i2p.router.tunnel.PendingGatewayMessage
 
getExpiration() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
 
getExpiration() - Method in interface net.i2p.router.TunnelInfo
 
getExpirationTime() - Method in class net.i2p.data.i2cp.SendMessageExpiresMessage
Use this instead of getExpiration().getTime()
getExpirationTime() - Method in class net.i2p.data.router.RouterAddress
Deprecated.
unused for now
getExpiredDeviceMonitoringInterval() - Method in class org.cybergarage.upnp.ControlPoint
 
getExpireEvent() - Method in class net.i2p.router.tunnel.FragmentedMessage
used in the fragment handler so we can cancel the expire event on success
getExpires() - Method in class net.i2p.client.impl.MessageState
 
getExpires() - Method in class net.i2p.i2ptunnel.irc.I2PTunnelDCCClient
 
getExplicitFilter() - Method in class net.i2p.router.web.ConfigStatsHelper
 
getExploreKeys(long) - Method in class net.i2p.kademlia.KBucketSet
For every bucket that hasn't been updated in this long, or isn't close to full, generate a random key that would be a member of that bucket.
getExploreKeys() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
getExploreKeys() - Method in class org.klomp.snark.dht.DHTNodes
DHT - get random keys to explore
getExtendedEBXFeatureFlags() - Static method in class freenet.support.CPUInformation.CPUID
 
getExtendedECXCPUFlags() - Static method in class freenet.support.CPUInformation.CPUID
 
getExtendedECXFeatureFlags() - Static method in class freenet.support.CPUInformation.CPUID
There's almost nothing in here.
getExtendedEDXCPUFlags() - Static method in class freenet.support.CPUInformation.CPUID
 
getExtensions() - Method in class com.nettgryppa.security.HashCash
Extra data encoded in the HashCash
getExternalIP() - Method in class net.i2p.router.transport.udp.UDPTransport
IPv4 only
getExternalPort(boolean) - Method in class net.i2p.router.transport.udp.UDPTransport
 
getExtraBytes() - Method in class net.i2p.router.transport.crypto.DHSessionKeyBuilder
Retrieve the extra bytes beyond the session key resulting from the DH exchange.
getExtraBytes() - Method in class net.i2p.router.transport.ntcp.EstablishState
if complete, this will contain any bytes received as part of the handshake that were after the actual handshake.
getExtraKeyData() - Method in class net.i2p.data.KeyCertificate
Signing Key extra data, if any, is first in the array.
getExtraSigningKeyData() - Method in class net.i2p.data.KeyCertificate
Signing Key extra data, if any.
getExtremeAverageValue() - Method in class net.i2p.stat.Rate
During the extreme period (i.e.
getExtremeEventCount() - Method in class net.i2p.stat.Rate
when the max(totalValue) was achieved, how many events occurred in that period? Note that this is not necesarily the highest event count; that isn't tracked.
getExtremeEventSaturation() - Method in class net.i2p.stat.Rate
During the extreme period (i.e.
getExtremeSaturationLimit() - Method in class net.i2p.stat.Rate
During the extreme period (i.e.
getExtremeTotalEventTime() - Method in class net.i2p.stat.Rate
when the max(totalValue) was achieved, how much of the time was spent doing the events?
getExtremeTotalValue() - Method in class net.i2p.stat.Rate
what was the max total value acrued in any period?
getFacade() - Method in class net.i2p.router.networkdb.kademlia.SearchJob
 
getFactory(String) - Static method in class org.jrobin.core.RrdBackendFactory
Returns backend factory for the given backend factory name.
getFactoryName() - Method in class org.jrobin.core.RrdBackendFactory
Returns the name (primary ID) for the factory.
getFactoryName() - Method in class org.jrobin.core.RrdFileBackendFactory
Returns the name of this factory.
getFactoryName() - Method in class org.jrobin.core.RrdJRobin14FileBackendFactory
Returns the name of this factory.
getFactoryName() - Method in class org.jrobin.core.RrdMemoryBackendFactory
Returns the name of this factory.
getFactoryName() - Method in class org.jrobin.core.RrdNioBackendFactory
Returns the name of this factory.
getFactoryName() - Method in class org.jrobin.core.RrdNioByteBufferBackendFactory
Returns the name of this factory.
getFactoryName() - Method in class org.jrobin.core.RrdSafeFileBackendFactory
Returns the name of this factory.
getFailed() - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
getFailed() - Method in class net.i2p.router.networkdb.kademlia.StoreState
getFailed
getFailedBySkew() - Method in class net.i2p.router.transport.ntcp.EstablishState
Was this connection failed because of clock skew?
getFailedCount() - Method in class net.i2p.router.tunnel.FragmentHandler
 
getFailedCount() - Method in class net.i2p.router.tunnel.TunnelParticipant
 
getFailedLookupRate() - Method in class net.i2p.router.peermanager.DBHistory
how often does the peer fail to reply to a lookup request, broken into 1 hour and 1 day periods.
getFailedRate() - Method in class net.i2p.router.peermanager.TunnelHistory
 
getFailedTransports() - Method in class net.i2p.router.OutNetMessage
 
getFailureReason() - Method in class org.klomp.snark.TrackerInfo
Not HTML escaped.
getFalsePositiveRate() - Method in class net.i2p.router.util.DecayingBloomFilter
unsynchronized, only used for logging elsewhere
getFalsePositiveRate() - Method in class net.i2p.router.util.DecayingHashSet
pointless, only used for logging elsewhere
getFamily() - Method in class net.i2p.router.web.ConfigFamilyHelper
 
getFamilyKeyCrypto() - Method in class net.i2p.router.Router
Family Key Crypto Signer / Verifier.
getFarEnd() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
For convenience
getFarEnd() - Method in interface net.i2p.router.TunnelInfo
For convenience
getFastPeers() - Method in class net.i2p.router.web.SummaryHelper
How many active peers the router ranks as fast.
getFastReceive() - Method in class net.i2p.client.impl.I2PSessionImpl
 
getFaultActor() - Method in class org.cybergarage.soap.SOAPResponse
 
getFaultActorNode() - Method in class org.cybergarage.soap.SOAPResponse
 
getFaultCode() - Method in class org.cybergarage.soap.SOAPResponse
 
getFaultCodeNode() - Method in class org.cybergarage.soap.SOAPResponse
 
getFaultDetailNode() - Method in class org.cybergarage.soap.SOAPResponse
 
getFaultNode() - Method in class org.cybergarage.soap.SOAPResponse
 
getFaultString() - Method in class org.cybergarage.soap.SOAPResponse
 
getFaultStringNode() - Method in class org.cybergarage.soap.SOAPResponse
 
getFavorites() - Method in class net.i2p.router.web.HomeHelper
 
getFetchEnd() - Method in class org.jrobin.core.FetchRequest
Returns ending timestamp to be used for the fetch request.
getFetchRequestResolution() - Method in class org.jrobin.data.DataProcessor
Returns desired RRD archive step (reslution) in seconds to be used while fetching data from RRD files.
getFetchStart() - Method in class org.jrobin.core.FetchRequest
Returns starting timestamp to be used for the fetch request.
getFetchStep() - Method in class org.jrobin.data.Def
 
getFFChecked(int) - Method in class net.i2p.router.web.ConfigAdvancedHelper
 
getField() - Method in class net.i2p.crypto.eddsa.math.Curve
 
getFieldBytes() - Method in class org.klomp.snark.BitField
This returns the actual byte array used.
getFileComparator(int, I2PSnarkServlet) - Static method in class org.klomp.snark.web.Sorters
Negative is reverse 0, 1: Name 5: Size 10: Remaining (needed) 12: File type 13: Priority
getFileCount() - Method in class org.klomp.snark.Storage
Does not include directories.
getFileName() - Method in class i2p.susi.dns.AddressbookBean
 
getfileName() - Method in class i2p.susi.dns.ConfigBean
 
getFileName() - Method in class i2p.susi.dns.NamingServiceBean
 
getFileName() - Method in class i2p.susi.dns.SubscriptionsBean
 
getFileName() - Method in class i2p.susi.webmail.Attachment
 
getFilename() - Method in class net.i2p.jetty.I2PRequestLog
 
getFilename() - Method in class net.i2p.router.MessageHistory
 
getFilename() - Method in class net.i2p.router.web.ConfigStatsHelper
 
getFilename(String) - Method in class net.i2p.servlet.RequestWrapper
 
getFilename() - Method in class org.jrobin.graph.RrdGraphInfo
Returns filename of the graph
getFilename(String) - Method in class org.mortbay.servlet.MultiPartRequest
Get any file name associated with a part.
getFilenameDateFormat() - Method in class net.i2p.jetty.I2PRequestLog
 
getFilenames(String) - Method in class org.mortbay.servlet.MultiPartRequest
 
getFilePointer() - Method in class net.metanotion.io.RAIFile
 
getFilePointer() - Method in interface net.metanotion.io.RandomAccessInterface
 
getFilePointer() - Method in class org.jrobin.core.jrrd.RRDFile
 
getFilePriorities() - Method in class org.klomp.snark.Storage
Get the file priorities array.
getFiles() - Method in class org.klomp.snark.MetaInfo
Returns a list of lists of file name hierarchies or null if it is a single name.
getFiles() - Method in class org.klomp.snark.Storage
Does not include directories.
getFileSeparator() - Static method in class org.jrobin.core.Util
Returns file system separator string.
getFileSize(String) - Static method in class net.i2p.util.LogManager
Determine how many bytes are in the given formatted string (5m, 60g, 100k, etc) Size may be k, m, or g; a trailing b is ignored.
getFileSize() - Method in class net.i2p.util.LogManager
 
getFilesPublic() - Method in class org.klomp.snark.I2PSnarkUtil
 
getFileSummary() - Method in class net.i2p.router.web.FileDumpHelper
 
getFileType() - Method in class net.i2p.crypto.SU3File
The file type is advisory and is application-dependent.
getFilter() - Method in class i2p.susi.dns.AddressbookBean
 
getFilter() - Method in class org.jrobin.core.FetchRequest
Returns request filter.
getFilterKey(byte[], int, int) - Method in class org.xlattice.crypto.filters.BloomSHA1
Get the bloom filter offsets for reuse.
getFinalShutdownTasks() - Method in class net.i2p.router.RouterContext
 
getFinished() - Method in class net.i2p.i2ptunnel.GunzipOutputStream
Inflater statistic
getFinished() - Method in class net.i2p.util.ResettableGZIPInputStream
Moved from i2ptunnel HTTPResponseOutputStream.InternalGZIPInputStream
getFirewallAndReseedStatus() - Method in class net.i2p.router.web.SummaryHelper
The firewall status and reseed status/buttons
getFirst() - Method in class org.jrobin.data.Aggregates
Returns the first falue
getFirst() - Method in class org.klomp.snark.web.InclusiveByteRange
 
getFirst(long) - Method in class org.klomp.snark.web.InclusiveByteRange
 
getFirstChildNode(Node, String) - Static method in class org.jrobin.core.Util.Xml
 
getFirstChildNode(Node, String) - Static method in class org.jrobin.core.XmlTemplate
 
getFirstElement() - Method in class i2p.susi.util.Folder
Returns the first element of the sorted folder.
getFirstHeardAbout() - Method in class net.i2p.router.peermanager.PeerProfile
When did we first hear about this peer?
getFirstLine() - Method in class org.cybergarage.http.HTTPPacket
 
getFirstLineString() - Method in class org.cybergarage.http.HTTPRequest
 
getFirstLineToken(int) - Method in class org.cybergarage.http.HTTPPacket
 
getFirstTimestamp() - Method in class org.jrobin.core.FetchData
Returns the first timestamp in this FetchData object.
getFiveMinuteKBps() - Method in class net.i2p.router.web.SummaryHelper
 
getFlags() - Method in class net.i2p.data.DateAndFlags
 
getFlags() - Method in class net.i2p.data.i2cp.SendMessageExpiresMessage
 
getFlags() - Method in class net.i2p.router.ClientMessage
Flags requested by the client that sent the message.
getFloodfillPeers() - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
list of the Hashes of currently known floodfill peers; Returned list will not include our own hash.
getFont(int) - Method in class org.jrobin.graph.RrdGraphDef
 
getFontAscent(Font) - Method in class org.jrobin.graph.ImageWorker
 
getFontCharWidth(int) - Method in class org.jrobin.graph.RrdGraph
 
getFontFromResourceName(String) - Method in class org.jrobin.graph.RrdGraphDef
 
getFontHeight(Font) - Method in class org.jrobin.graph.ImageWorker
 
getFontHeight(int) - Method in class org.jrobin.graph.RrdGraph
 
getFooter() - Method in class net.i2p.util.LookaheadInputStream
grab the lookahead footer
getForceMobileConsole() - Method in class net.i2p.router.web.ConfigUIHelper
 
getForm() - Method in class net.i2p.router.web.ConfigTunnelsHelper
 
getForm() - Method in class net.i2p.router.web.EventLogHelper
 
getForm() - Method in class net.i2p.router.web.GraphHelper
 
getForm1() - Method in class net.i2p.router.web.ConfigClientsHelper
clients
getForm2() - Method in class net.i2p.router.web.ConfigClientsHelper
webapps
getForm3() - Method in class net.i2p.router.web.ConfigClientsHelper
plugins
getFormat() - Method in class net.i2p.crypto.eddsa.EdDSAPrivateKey
 
getFormat() - Method in class net.i2p.crypto.eddsa.EdDSAPublicKey
 
getFormat() - Method in class net.i2p.crypto.elgamal.impl.ElGamalPrivateKeyImpl
return the encoding format we produce in getEncoded().
getFormat() - Method in class net.i2p.crypto.elgamal.impl.ElGamalPublicKeyImpl
 
getFormat() - Method in class net.i2p.util.LogManager
 
getFormatInstance() - Static method in exception com.google.zxing.FormatException
 
getFormatInstance(Throwable) - Static method in exception com.google.zxing.FormatException
 
getFragmentCount() - Method in class net.i2p.router.transport.udp.InboundMessageState
 
getFragmentCount() - Method in class net.i2p.router.transport.udp.OutboundMessageState
How many fragments in the message.
getFragmentCount() - Method in class net.i2p.router.transport.udp.UDPPacket
only for debugging and stats
getFragmentCount() - Method in class net.i2p.router.tunnel.FragmentedMessage
 
getFragmentNumber() - Method in class net.i2p.router.tunnel.PendingGatewayMessage
which fragment are we working on (0 for the first fragment)
getFragments() - Method in class net.i2p.router.transport.udp.InboundMessageState
 
getFrameAt(int) - Method in class org.jrobin.graph.GifEncoder
 
getFrameCount() - Method in class org.jrobin.graph.GifEncoder
 
getFramedAveragePeerClockSkew(int) - Method in class net.i2p.router.CommSystemFacade
Return framed average clock skew of connected peers in seconds, or null if we cannot answer.
getFramedAveragePeerClockSkew(int) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
 
getFreeTunnelCount() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getFreeTunnelCount() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
 
getFreeTunnelCount() - Method in interface net.i2p.router.TunnelManagerFacade
how many free inbound tunnels do we have available?
getFrequency(long) - Method in class net.i2p.stat.FrequencyStat
 
getFrequency() - Method in class net.i2p.stat.FrequencyStat
 
getFrequency(String) - Method in class net.i2p.stat.StatManager
Misnamed, as it returns a FrequenceyStat, not a Frequency.
getFrequencyNames() - Method in class net.i2p.stat.StatManager
 
getFriendlyName() - Method in class org.cybergarage.upnp.Device
 
getFrom() - Method in class net.i2p.data.i2np.DatabaseLookupMessage
Contains the router who requested this lookup
getFrom() - Method in class net.i2p.router.transport.udp.InboundMessageState
 
getFromDestination() - Method in class net.i2p.router.ClientMessage
Valid for outbound; null for inbound.
getFromHash() - Method in class net.i2p.data.i2np.DatabaseSearchReplyMessage
 
getFromHash() - Method in class net.i2p.router.networkdb.kademlia.IterativeSearchJob
Hash of the dest this query is from
getG() - Method in class net.i2p.crypto.elgamal.spec.ElGamalParameterSpec
Returns the base generator g.
getGarlicCloves(GarlicMessage, PrivateKey, SessionKeyManager) - Method in class net.i2p.router.message.GarlicMessageParser
 
getGateway() - Method in class net.i2p.data.Lease
Retrieve the router at which the destination can be contacted
getGateway() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
For convenience
getGateway() - Method in interface net.i2p.router.TunnelInfo
For convenience
getGeneratorBase() - Method in class com.google.zxing.common.reedsolomon.GenericGF
 
getGlobalContext() - Static method in class net.i2p.I2PAppContext
Pull the default context, creating a new one if necessary, else using the first one created.
getGranted() - Method in class net.i2p.router.client.LeaseRequestState
created lease set from client - FIXME always null
getGroupName() - Method in class net.i2p.stat.FrequencyStat
 
getGroupName() - Method in class net.i2p.stat.RateStat
 
getH() - Method in class net.i2p.crypto.eddsa.EdDSAPrivateKey
 
getH() - Method in class net.i2p.crypto.eddsa.spec.EdDSAPrivateKeySpec
 
getHandler(int) - Method in class net.i2p.client.impl.I2PClientMessageHandlerMap
 
getHandler() - Method in class net.i2p.sam.SessionRecord
 
getHandlerCount() - Method in class net.i2p.i2ptunnel.I2PTunnelServer
 
getHandlerMap() - Method in class net.i2p.client.impl.I2PSessionImpl
For Subsessions
getHandlerStatus() - Method in class net.i2p.router.transport.udp.PacketHandler
 
getHandshake(int, boolean, boolean, boolean) - Static method in class org.klomp.snark.ExtensionHandler
 
getHandshakeMap() - Method in class org.klomp.snark.Peer
 
getHardDisconnected() - Method in class net.i2p.client.streaming.impl.Connection
 
getHash() - Method in class net.i2p.client.datagram.I2PDatagramDissector
Extract the hash of the payload of an I2P repliable datagram (previously loaded with the loadI2PDatagram() method), verifying the datagram signature.
getHash() - Method in class net.i2p.data.DatabaseEntry
A common interface to the Hash of the two subclasses.
getHash() - Method in class net.i2p.data.i2cp.DestLookupMessage
 
getHash() - Method in class net.i2p.data.i2cp.DestReplyMessage
 
getHash() - Method in class net.i2p.data.i2cp.HostLookupMessage
 
getHash() - Method in class net.i2p.data.KeysAndCert
Throws IllegalStateException if keys and cert are not initialized, as of 0.9.12.
getHash(String) - Static method in class net.i2p.util.ConvertToHash
Convert any kind of destination String to a hash
getHash() - Method in class org.klomp.snark.dht.NodeInfo
 
getHash() - Method in class org.klomp.snark.PartialPiece
Piece must be complete.
getHashAlgorithm() - Method in class net.i2p.crypto.eddsa.spec.EdDSAParameterSpec
 
getHashInstance() - Method in enum net.i2p.crypto.SigType
 
getHashLen() - Method in enum net.i2p.crypto.SigType
the length of the hash, in bytes
getHeader() - Method in class i2p.susi.webmail.Mail
This may or may not contain the body also.
getHeader(String) - Method in class i2p.susi.webmail.pop3.POP3MailBox
Fetch the header.
getHeader(String) - Method in class net.i2p.servlet.filters.XSSRequestWrapper
 
getHeader(int) - Method in class org.cybergarage.http.HTTPPacket
 
getHeader(String) - Method in class org.cybergarage.http.HTTPPacket
 
getHeader() - Method in class org.cybergarage.http.HTTPRequest
 
getHeader() - Method in class org.cybergarage.http.HTTPResponse
 
getHeader() - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
 
getHeader() - Method in class org.jrobin.core.jrrd.RRDatabase
Returns the Header for this database.
getHeader() - Method in class org.jrobin.core.RrdDb
Returns RRD header.
getHeaderOnly() - Method in interface i2p.susi.webmail.pop3.POP3MailBox.FetchRequest
 
getHeaderString() - Method in class org.cybergarage.http.HTTPPacket
 
getHeaderValue(String) - Method in class org.cybergarage.http.HTTPPacket
 
getHeartbeat(int) - Method in class org.jrobin.core.DataImporter
 
getHeartbeat() - Method in class org.jrobin.core.Datasource
Returns datasource heartbeat
getHeartbeat() - Method in class org.jrobin.core.DsDef
Returns source heartbeat.
getHeartbeat(int) - Method in class org.jrobin.core.RrdToolReader
 
getHeartbeat(int) - Method in class org.jrobin.core.XmlReader
 
getHeight() - Method in class com.google.zxing.common.BitMatrix
 
getHeight() - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
 
getHeight() - Method in class org.cybergarage.upnp.Icon
 
getHeight() - Method in class org.jrobin.graph.Gif89Frame
 
getHeight() - Method in class org.jrobin.graph.RrdGraphInfo
Returns total graph height
getHighCapacityPeers() - Method in class net.i2p.router.web.SummaryHelper
How many active peers the router ranks as having a high capacity.
getHighestAckedThrough() - Method in class net.i2p.client.streaming.impl.Connection
 
getHighestBlockId() - Method in class net.i2p.client.streaming.impl.MessageInputStream
 
getHighestReadyBlockId() - Method in class net.i2p.client.streaming.impl.MessageInputStream
What is the highest block ID we've completely received through?
getHost() - Method in class net.i2p.data.router.RouterAddress
Convenience, same as getOption("host").
getHost() - Method in class net.i2p.i2ptunnel.socks.SOCKSHeader
 
getHost() - Method in class net.i2p.router.transport.udp.UDPAddress
 
getHost() - Method in class net.i2p.router.web.ConfigReseedHelper
 
getHost() - Method in class net.i2p.sam.SAMv3DatagramServer
 
getHost(String, String) - Method in class net.i2p.util.PortMapper
Get the registered host for a service.
getHost(String) - Static method in class org.cybergarage.http.HTTP
 
getHost() - Method in class org.cybergarage.http.HTTPPacket
 
getHost() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
 
getHostAddress() - Method in class net.i2p.router.transport.udp.UDPAddress
 
getHostAddress(int) - Static method in class org.cybergarage.net.HostInterface
 
getHostInetAddress() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
 
getHostname() - Method in class i2p.susi.dns.AddressbookBean
 
getHostName() - Method in class net.i2p.client.streaming.I2PSocketAddress
 
getHostname() - Method in class net.i2p.data.i2cp.HostLookupMessage
 
getHostURL(String, int, String) - Static method in class org.cybergarage.net.HostInterface
 
getHour() - Method in class org.cybergarage.http.Date
 
getHTTPBindAddress() - Method in class org.cybergarage.upnp.Device
 
getHTTPBindAddress() - Method in class org.cybergarage.upnp.xml.DeviceData
 
getHTTPPort() - Method in class org.cybergarage.upnp.ControlPoint
 
getHTTPPort() - Method in class org.cybergarage.upnp.Device
 
getHTTPPort() - Method in class org.cybergarage.upnp.xml.DeviceData
 
getHTTPServer(int) - Method in class org.cybergarage.http.HTTPServerList
 
getHTTPServerList() - Method in class org.cybergarage.upnp.xml.DeviceData
 
getHTTPVersion() - Method in class org.cybergarage.http.HTTPRequest
 
getI() - Method in class net.i2p.crypto.eddsa.math.Curve
 
getI2CPHost() - Method in class net.i2p.i2ptunnel.TunnelController
 
getI2CPHost(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getI2CPHost() - Method in class org.klomp.snark.I2PSnarkUtil
 
getI2CPOptions() - Method in class org.klomp.snark.I2PSnarkUtil
 
getI2CPPort() - Method in class net.i2p.i2ptunnel.TunnelController
 
getI2CPPort(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getI2CPPort() - Method in class org.klomp.snark.I2PSnarkUtil
 
getI2PSession() - Method in class net.i2p.sam.SAMMessageSession
Get the I2PSession object used by the SAM message-based session.
getIcon(int) - Method in class org.cybergarage.upnp.Device
 
getIcon(int) - Method in class org.cybergarage.upnp.IconList
 
getIconByURI(String) - Method in class org.cybergarage.upnp.Device
 
getIconList() - Method in class org.cybergarage.upnp.Device
 
getIconNode() - Method in class org.cybergarage.upnp.Icon
 
getID(String) - Method in class com.maxmind.geoip.LookupService
 
getID(InetAddress) - Method in class com.maxmind.geoip.LookupService
 
getID(long) - Method in class com.maxmind.geoip.LookupService
 
getId() - Method in class net.i2p.i2ptunnel.I2PTunnelTask
 
getId() - Method in class net.i2p.router.message.GarlicConfig
 
getID() - Method in class net.i2p.router.update.PluginUpdateChecker
 
getID() - Method in class net.i2p.router.update.PluginUpdateRunner
 
getID() - Method in class net.i2p.router.update.UpdateRunner
 
getID() - Method in interface net.i2p.update.UpdateTask
Valid for plugins
getID() - Method in class org.klomp.snark.PeerCoordinator
 
getID() - Method in class org.klomp.snark.PeerID
 
getId() - Method in class org.klomp.snark.Piece
 
getID() - Method in class org.klomp.snark.Snark
 
getID() - Method in class org.klomp.snark.UpdateRunner
 
getIdent() - Method in class net.i2p.router.web.SummaryHelper
Retrieve the shortened 4 character ident for the router located within the current JVM at the given context.
getIdenticonCode(InetAddress) - Static method in class com.docuverse.identicon.IdenticonUtil
Returns identicon code for given IP address.
getIdenticonCode(String, String) - Static method in class com.docuverse.identicon.IdenticonUtil
Returns identicon code specified as an input parameter or derived from an IP address.
getIdenticonETag(int, int, int) - Static method in class com.docuverse.identicon.IdenticonUtil
 
getIdenticonSize(String) - Static method in class com.docuverse.identicon.IdenticonUtil
 
getIdentity() - Method in class net.i2p.data.router.RouterInfo
Retrieve the identity of the router represented
getIdleTimeout() - Method in class net.i2p.router.transport.ntcp.EventPumper
 
getIgnorePaths() - Method in class net.i2p.jetty.I2PRequestLog
 
getImageBytes(String, float) - Method in class org.jrobin.graph.ImageWorker
 
getImages() - Method in class net.i2p.router.web.GraphHelper
 
getImgInfo() - Method in class org.jrobin.graph.RrdGraphInfo
Returns image information requested by RrdGraphDef.setImageInfo(String) method
getInactiveTime() - Method in class org.klomp.snark.Peer
 
getInactivityAction() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getInactivityTime() - Method in class net.i2p.router.transport.udp.PeerState
 
getInactivityTimeout() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
What period of inactivity qualifies as "too long"?
getInboundBacklog() - Method in class net.i2p.router.web.SummaryHelper
 
getInboundBufferSize() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
how much data are we willing to accept in our buffer?
getInboundBuildQueueSize() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getInboundBuildQueueSize() - Method in class net.i2p.router.tunnel.pool.BuildHandler
 
getInboundBuildQueueSize() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
 
getInboundBuildQueueSize() - Method in interface net.i2p.router.TunnelManagerFacade
count how many inbound tunnel requests we have received but not yet processed
getInboundBurstBytes() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
 
getInboundBurstFactorBox() - Method in class net.i2p.router.web.ConfigNetHelper
 
getInboundBurstKBytesPerSecond() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
The configured maximum, not the current rate
getInboundBurstKBytesPerSecond() - Method in class net.i2p.router.transport.FIFOBandwidthRefiller
 
getInboundBurstRate() - Method in class net.i2p.router.web.ConfigNetHelper
 
getInboundClientPools() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getInboundClientPools() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
for TunnelRenderer in router console
getInboundClientPools() - Method in interface net.i2p.router.TunnelManagerFacade
for TunnelRenderer in router console
getInboundClientTunnelCount() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getInboundClientTunnelCount() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
 
getInboundClientTunnelCount() - Method in interface net.i2p.router.TunnelManagerFacade
how many free inbound client tunnels do we have available?
getInboundClientTunnels() - Method in class net.i2p.router.web.SummaryHelper
How many inbound client tunnels we have.
getInboundExploratoryPool() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getInboundExploratoryPool() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
For TunnelRenderer in router console
getInboundExploratoryPool() - Method in interface net.i2p.router.TunnelManagerFacade
for TunnelRenderer in router console
getInboundKBytesPerSecond() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
The configured maximum, not the current rate
getInboundKBytesPerSecond() - Method in class net.i2p.router.transport.FIFOBandwidthRefiller
 
getInboundMessages() - Method in class net.i2p.router.transport.udp.PeerState
Fetch the internal id (Long) to InboundMessageState for incomplete inbound messages.
getInboundRandomKey(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Random keys
getInboundRate() - Method in class net.i2p.router.web.ConfigNetHelper
 
getInboundRateBits() - Method in class net.i2p.router.web.ConfigNetHelper
 
getInboundRateDelta() - Method in interface net.i2p.router.RouterThrottle
How much faster (or if negative, slower) we are receiving data as opposed to our longer term averages?
getInboundRateDelta() - Method in class net.i2p.router.RouterThrottleImpl
 
getInboundSettings() - Method in class net.i2p.router.ClientTunnelSettings
 
getInboundSettings() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getInboundSettings(Hash) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getInboundSettings() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
exploratory
getInboundSettings(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
 
getInboundSettings() - Method in interface net.i2p.router.TunnelManagerFacade
 
getInboundSettings(Hash) - Method in interface net.i2p.router.TunnelManagerFacade
 
getInboundState(RemoteHostId) - Method in class net.i2p.router.transport.udp.EstablishmentManager
Grab the active establishing state
getInboundTransferred() - Method in class net.i2p.router.web.SummaryHelper
How much data have we received since the router started (pretty printed string with 2 decimal places and the appropriate units - GB/MB/KB/bytes)
getInboundTunnels() - Method in class net.i2p.router.web.SummaryHelper
How many free inbound tunnels we have.
getIndentLevelString(int) - Method in class org.cybergarage.xml.Node
Inovoke Node.getIndentLevelString(int, String) with " " as String
getIndentLevelString(int, String) - Method in class org.cybergarage.xml.Node
 
getIndex(String, Serializer<K>, Serializer<V>) - Method in class net.metanotion.io.block.BlockFile
Open a skiplist if it exists.
getIndex(String) - Method in class org.cybergarage.xml.Node
 
getInetAddress() - Method in class net.i2p.client.streaming.impl.StandardServerSocket
 
getInetAddress() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getInetAddress() - Method in class net.i2p.util.InternalServerSocket
Deprecated.
unsupported
getInetAddress() - Method in class net.i2p.util.InternalSocket
Deprecated.
unsupported
getInetAddress(int, String[]) - Static method in class org.cybergarage.net.HostInterface
 
getInetMask() - Static method in class com.docuverse.identicon.IdenticonUtil
Returns current IP address mask.
getInetSalt() - Static method in class com.docuverse.identicon.IdenticonUtil
Returns current inetSalt value.
getInfo() - Static method in class freenet.support.CPUInformation.CPUID
Returns a CPUInfo item for the current type of CPU If I could I would declare this method in a interface named CPUInfoProvider and implement that interface in this class.
getInfo() - Method in class org.jrobin.core.Header
 
getInfo() - Method in class org.jrobin.core.RrdDb
 
getInfo() - Method in class org.jrobin.core.RrdSafeFileBackend.Counters
 
getInfoBytes() - Method in class org.klomp.snark.MetaInfo
 
getInfoHash() - Method in class org.klomp.snark.MagnetURI
 
getInfoHash() - Method in class org.klomp.snark.MetaInfo
Returns the original 20 byte SHA1 hash over the bencoded info map.
getInfoHash() - Method in class org.klomp.snark.PeerCoordinator
 
getInfoHash() - Method in class org.klomp.snark.Snark
 
getInfoHash() - Method in class org.klomp.snark.web.FetchAndAdd
 
getInitialNews() - Method in class net.i2p.router.news.NewsManager
The initial (welcome to i2p) news
getInputArgumentList() - Method in class org.cybergarage.upnp.Action
 
getInputStream() - Method in interface net.i2p.client.streaming.I2PSocket
As of 0.9.9 will throw an IOE if socket is closed.
getInputStream() - Method in class net.i2p.client.streaming.impl.Connection
stream that the local peer receives data on
getInputStream() - Method in class net.i2p.client.streaming.impl.I2PSocketFull
As of 0.9.9 will throw an IOE if socket is closed.
getInputStream() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getInputStream() - Method in class net.i2p.i2ptunnel.socks.SocketWrapper
 
getInputStream(String) - Method in class net.i2p.servlet.RequestWrapper
 
getInputStream() - Method in class net.i2p.util.InternalSocket
 
getInputStream() - Method in class net.i2p.util.ShellCommand
Deprecated.
unused
getInputStream() - Method in class org.cybergarage.http.HTTPSocket
 
getInputStream() - Method in interface org.klomp.snark.web.BasicServlet.HttpContent
 
getInputStream(String) - Method in class org.mortbay.servlet.MultiPartRequest
Get the data of a part as a stream.
getInputStream() - Method in class org.mortbay.util.LineInput
 
getInputStreams(String) - Method in class org.mortbay.servlet.MultiPartRequest
 
getInsertedCount() - Method in class net.i2p.router.util.DecayingBloomFilter
unsynchronized but only used for logging elsewhere
getInsertedCount() - Method in class net.i2p.router.util.DecayingHashSet
unsynchronized but only used for logging elsewhere
getInstance() - Static method in class net.i2p.client.streaming.impl.RetransmissionTimer
Deprecated.
Don't use this to prestart threads, this is no longer a static instance
getInstance() - Static method in class net.i2p.crypto.DSAEngine
 
getInstance() - Static method in class net.i2p.crypto.KeyGenerator
 
getInstance() - Static method in class net.i2p.crypto.SHA1
 
getInstance() - Static method in class net.i2p.crypto.SHA256Generator
 
getInstance() - Static method in class net.i2p.data.RoutingKeyGenerator
Get the generator for this context.
getInstance() - Static method in class net.i2p.i2ptunnel.TunnelControllerGroup
In I2PAppContext will instantiate if necessary and always return non-null.
getInstance() - Static method in class net.i2p.router.networkdb.kademlia.PersistentDataStore.RouterInfoFilter
 
getInstance() - Static method in class net.i2p.router.tunnel.DummyValidator
 
getInstance() - Static method in class net.i2p.router.update.ConsoleUpdateManager
 
getInstance() - Static method in class net.i2p.util.BigPipedInputStream
default size 64K
getInstance(int) - Static method in class net.i2p.util.BigPipedInputStream
 
getInstance(int, int) - Static method in class net.i2p.util.ByteCache
Get a cache responsible for objects of the given size.
getInstance() - Static method in class net.i2p.util.Clock
 
getInstance() - Static method in class net.i2p.util.RandomSource
Singleton for whatever PRNG i2p uses.
getInstance(int) - Static method in class net.i2p.util.SimpleByteCache
Get a cache responsible for arrays of the given size
getInstance(int, int) - Static method in class net.i2p.util.SimpleByteCache
Get a cache responsible for objects of the given size
getInstance() - Static method in class net.i2p.util.SimpleScheduler
Deprecated.
in 0.9.20, replaced by SimpleTimer2
getInstance() - Static method in class net.i2p.util.SimpleTimer
Deprecated.
use SimpleTimer2
getInstance() - Static method in class net.i2p.util.SimpleTimer2
If you have a context, use context.simpleTimer2() instead
getInstance() - Static method in class org.cybergarage.http.Date
 
getInstance() - Static method in class org.jrobin.core.RrdDbPool
Creates a single instance of the class on the first call, or returns already existing one.
getInstructionAugmentationSize(PendingGatewayMessage, int, int) - Static method in class net.i2p.router.tunnel.TrivialPreprocessor
 
getInstructions() - Method in class net.i2p.data.i2np.GarlicClove
 
getInstructionsSize(PendingGatewayMessage) - Static method in class net.i2p.router.tunnel.TrivialPreprocessor
 
getInt(Properties, String, int) - Static method in class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
 
getInt(Properties, String, String) - Static method in class net.i2p.stat.PersistenceHelper
 
getInt() - Method in class org.klomp.snark.bencode.BEValue
Returns this BEValue as int.
getIntegerHeaderValue(String) - Method in class org.cybergarage.http.HTTPPacket
 
getIntegerValue(String, String) - Static method in class org.cybergarage.http.HTTPHeader
 
getIntegerValue(byte[], String) - Static method in class org.cybergarage.http.HTTPHeader
 
getIntegerValue() - Method in class org.cybergarage.upnp.Argument
 
getIntegrationBonus() - Method in class net.i2p.router.peermanager.PeerProfile
extra factor added to the integration ranking - this can be updated in the profile written to disk to affect how the algorithm ranks integration.
getIntegrationThreshold() - Method in class net.i2p.router.peermanager.ProfileOrganizer
 
getIntegrationValue() - Method in class net.i2p.router.peermanager.PeerProfile
How well integrated into the network is this peer (as measured by how much they've told us that we didn't already know).
getInterestedAndChoking() - Method in class org.klomp.snark.PeerCoordinator
 
getInterestedUploaders() - Method in class org.klomp.snark.PeerCoordinator
Uploaders, interested only.
getInterface() - Static method in class org.cybergarage.net.HostInterface
 
getInterfaceAddress() - Method in class org.cybergarage.upnp.Device
 
getInterfaceAddress() - Method in class org.cybergarage.upnp.event.Subscriber
 
getInterlegendSpace() - Method in class org.jrobin.graph.RrdGraph
 
getInternalType(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
getInterval() - Method in class org.klomp.snark.TrackerInfo
in seconds
getIntroducerCount() - Method in class net.i2p.router.transport.udp.UDPAddress
 
getIntroducerHost(int) - Method in class net.i2p.router.transport.udp.UDPAddress
 
getIntroducerKey(int) - Method in class net.i2p.router.transport.udp.UDPAddress
 
getIntroducerPort(int) - Method in class net.i2p.router.transport.udp.UDPAddress
 
getIntroducerTag(int) - Method in class net.i2p.router.transport.udp.UDPAddress
 
getIntroducerTime() - Method in class net.i2p.router.transport.udp.PeerState
the last time we used them as an introducer, or 0
getIntroKey() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
Bob's introduction key, as published in the netdb
getIntroKey() - Method in class net.i2p.router.transport.udp.UDPAddress
 
getIntroKey() - Method in class net.i2p.router.transport.udp.UDPTransport
Introduction key that people should use to contact us
getIntroNonce() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
getIntroSentTime() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
getIntVersion() - Method in class org.jrobin.core.jrrd.Header
 
getInvalidReplyRate() - Method in class net.i2p.router.peermanager.DBHistory
not sure how much this is used, to be investigated
getIP() - Method in class net.i2p.data.router.RouterAddress
Caching version of InetAddress.getByName(getOption("host")).getAddress(), which is slow.
getIP(Hash) - Method in class net.i2p.router.CommSystemFacade
 
getIP(Hash) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
 
getIP(Hash) - Static method in class net.i2p.router.transport.TransportImpl
IP of the peer from the last connection (in or out, any transport).
getIP(Hash) - Method in class net.i2p.router.transport.TransportManager
IP of the peer from the last connection (in or out, any transport).
getIP() - Method in class net.i2p.router.transport.udp.RemoteHostId
 
getIP(String) - Static method in class net.i2p.util.Addresses
Caching version of InetAddress.getByName(host).getAddress(), which is slow.
getIP(String, boolean) - Static method in class net.i2p.util.Addresses
For literal IP addresses, this is the same as getIP(String).
getIPRestriction() - Method in class net.i2p.router.TunnelPoolSettings
How many bytes to match to determine if a router's IP is too close to another's to be in the same tunnel (1-4, 0 to disable)
getIPs(String) - Static method in class net.i2p.util.Addresses
For literal IP addresses, this is the same as getIP(String).
getIPv4Address() - Static method in class org.cybergarage.net.HostInterface
 
getIPv4FirewalledChecked() - Method in class net.i2p.router.web.ConfigNetHelper
 
getIPv6Address() - Static method in class org.cybergarage.net.HostInterface
 
getIPv6Address() - Static method in class org.cybergarage.upnp.ssdp.SSDP
 
getIPv6Checked(String) - Method in class net.i2p.router.web.ConfigNetHelper
Combined SSU/NTCP Use SSU setting, then NTCP setting, then default
getIPv6Config() - Method in class net.i2p.router.transport.TransportImpl
 
getIPv6Config(RouterContext, String) - Static method in class net.i2p.router.transport.TransportUtil
 
getIPv6Config(String) - Static method in class net.i2p.router.transport.TransportUtil
 
getIPv6FirewalledChecked() - Method in class net.i2p.router.web.ConfigNetHelper
 
getIsActive() - Method in class net.i2p.router.peermanager.PeerProfile
Is this peer active at the moment (sending/receiving messages within the last 5 minutes)
getIsActive(long) - Method in class net.i2p.router.peermanager.PeerProfile
Is this peer active at the moment (sending/receiving messages within the given period?) Also mark active if it is connected, as this will tend to encourage use of already-connected peers.
getIsConnected() - Method in class net.i2p.client.streaming.impl.Connection
Always true at the start, even if we haven't gotten a reply on an outbound connection.
getIsDead() - Method in class net.i2p.router.client.ClientConnectionRunner
 
getIsDisabled() - Method in class net.i2p.router.time.RouterTimestamper
 
getIsExpanded() - Method in class net.i2p.router.peermanager.PeerProfile
are we keeping an expanded profile on the peer, or just the bare minimum.
getIsExpandedDB() - Method in class net.i2p.router.peermanager.PeerProfile
 
getIsFailing() - Method in class net.i2p.router.peermanager.PeerProfile
is this peer actively failing (aka not worth touching)? deprecated - unused - always false
getIsFull() - Method in class net.i2p.router.web.ConfigStatsHelper
 
getIsRunning() - Method in class net.i2p.i2ptunnel.TunnelController
 
getIsStandby() - Method in class net.i2p.i2ptunnel.TunnelController
if running but no open sessions, we are in standby
getIsStarting() - Method in class net.i2p.i2ptunnel.TunnelController
 
getIsSuccessful() - Method in class net.i2p.router.client.LeaseRequestState
whether the request was successful in the time allotted
getIssuerValue(X509Certificate, String) - Static method in class net.i2p.crypto.CertUtil
Get a value out of the issuer distinguished name.
getIsUsingOutproxyPlugin(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
For index.jsp
getIVKey() - Method in class net.i2p.router.tunnel.HopConfig
what key should we use to encrypt the preIV before passing it on?
getJbigiVersion() - Static method in class net.i2p.util.NativeBigInteger
Get the jbigi version
getJcpuidVersion() - Static method in class freenet.support.CPUInformation.CPUID
Return the jcpuid version
getJettyString(String) - Method in class net.i2p.router.web.FormHandler
setSettings() must have been called previously Curses Jetty for returning arrays.
getJettyVersion() - Method in class net.i2p.router.web.LogsHelper
 
getJobId() - Method in interface net.i2p.router.Job
unique id
getJobId() - Method in class net.i2p.router.JobImpl
 
getJobLag() - Method in class net.i2p.router.web.SummaryHelper
How lagged our job queue is over the last minute (pretty printed with the units attached)
getJobQueueSummary() - Method in class net.i2p.router.web.JobQueueHelper
 
getJobs(Collection<Job>, Collection<Job>, Collection<Job>, Collection<Job>) - Method in class net.i2p.router.JobQueue
Dump the current state.
getJobStats() - Method in class net.i2p.router.JobQueue
Current job stats.
getJRobinDemoDirectory() - Static method in class org.jrobin.core.Util
Returns path to directory used for placement of JRobin demo graphs and creates it if necessary.
getJRobinDemoPath(String) - Static method in class org.jrobin.core.Util
Returns full path to the file stored in the demo directory of JRobin
getJRobinHomeDirectory() - Static method in class org.jrobin.core.Util
Returns the root directory of the JRobin distribution.
getJstlVersion() - Method in class net.i2p.router.web.LogsHelper
 
getJumpList(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getJumpList(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getKBuckets() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
getKBucketSetSize() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
This is fast and doesn't use synchronization, but it includes both routerinfos and leasesets.
getKeepAlive() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getKeepAlive() - Method in class net.i2p.util.InternalSocket
Deprecated.
unsupported
getKey(String, String, SigType) - Method in class net.i2p.crypto.DirKeyRing
Cert must be in the file (escaped keyName).crt, and have a CN == keyName.
getKey(String, String, SigType) - Method in interface net.i2p.crypto.KeyRing
Get a key.
getKey() - Method in class net.i2p.data.i2np.DatabaseStoreMessage
Defines the key in the network database being stored
getKey() - Method in class net.i2p.router.networkdb.kademlia.FloodSearchJob
 
getKey() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Valid for inbound; valid for outbound shortly after creation
getKey1(int) - Method in class net.i2p.i2ptunnel.web.EditBean
Random keys, hidden in forms
getKey2(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getKey3(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getKey4(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getKeyCount() - Method in interface net.i2p.kademlia.KBucket
Number of keys already contained in this kbucket
getKeyCount() - Method in class net.i2p.kademlia.KBucketImpl
 
getKeyEstablishedTime() - Method in class net.i2p.router.transport.udp.PeerState
when were the current cipher and MAC keys established/rekeyed?
getKeyPW() - Method in class net.i2p.router.web.ConfigFamilyHelper
 
getKeys() - Method in class net.i2p.crypto.TrustedUpdate
 
getKeys(Destination) - Method in class net.i2p.router.KeyManager
client
getKeys(Hash) - Method in class net.i2p.router.KeyManager
client
getKeys() - Method in interface net.i2p.router.networkdb.kademlia.DataStore
 
getKeys() - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
 
getKeys() - Static method in class net.i2p.router.update.TrustedPluginKeys
 
getKeysAndCert() - Method in class net.i2p.data.DatabaseEntry
Get the keys and the cert Identical to getDestination() in LeaseSet, and getIdentity() in RouterInfo.
getKeysAndCert() - Method in class net.i2p.data.LeaseSet
 
getKeysAndCert() - Method in class net.i2p.data.router.RouterInfo
 
getKeystream(String) - Method in class net.i2p.sam.SAMBridge
Retrieve the I2P private keystream for the given name, formatted as a base64 string (Destination+PrivateKey+SessionPrivateKey, as I2CP stores it).
getKeyUsed() - Method in class net.i2p.client.streaming.impl.PacketLocal
Deprecated.
should always return null
getKillVMOnEnd() - Method in class net.i2p.router.Router
Deprecated.
unused
getKnownLeaseSets() - Method in class net.i2p.router.NetworkDatabaseFacade
 
getKnownLeaseSets() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
This is only used by StatisticsManager to publish the count if we are floodfill.
getKnownRouterData() - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
 
getKnownRouters() - Method in class net.i2p.router.NetworkDatabaseFacade
 
getKnownRouters() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
This used to return the number of routers that were in both the kbuckets AND the data store, which was fine when the kbuckets held everything.
getLang() - Method in class net.i2p.router.web.CSSHelper
needed for conditional css loads for zh
getLangSettings() - Method in class net.i2p.router.web.ConfigUIHelper
todo sort by translated string
getLangSettings(I2PAppContext) - Static method in class org.klomp.snark.standalone.ConfigUIHelper
Standalone (app context) only.
getLanguage(I2PAppContext) - Static method in class net.i2p.util.Translate
Two- or three-letter lower case
getLapTime() - Static method in class org.jrobin.core.Util
Function used for debugging purposes and performance bottlenecks detection.
getLaptopChecked() - Method in class net.i2p.router.web.ConfigNetHelper
 
getLargeFont() - Method in class org.jrobin.graph.RrdGraphDef
Get the default large font for graphing.
getLast() - Method in class net.i2p.stat.RateAverages
 
getLast() - Method in class org.jrobin.data.Aggregates
Returns the last value
getLast() - Method in class org.klomp.snark.web.InclusiveByteRange
 
getLast(long) - Method in class org.klomp.snark.web.InclusiveByteRange
 
getLastACKSend() - Method in class net.i2p.router.transport.udp.PeerState
when did we last send an ACK to the peer?
getLastActivity() - Method in class i2p.susi.webmail.pop3.POP3MailBox
Timestamp.
getLastActivityOn() - Method in class net.i2p.client.streaming.impl.Connection
 
getLastActivityOn() - Method in class net.i2p.i2ptunnel.I2PTunnelOutproxyRunner
Deprecated.
unused
getLastActivityOn() - Method in class net.i2p.i2ptunnel.I2PTunnelRunner
Deprecated.
unused
getLastAgreedTo() - Method in class net.i2p.router.peermanager.TunnelHistory
when the peer last agreed to participate in a tunnel
getLastArchiveUpdateTime() - Method in class org.jrobin.core.RrdDb
Returns the last time when some of the archives in this RRD was updated.
getLastBegin() - Method in class net.i2p.router.JobQueueRunner
 
getLastChanged() - Method in class net.i2p.data.router.RouterKeyGenerator
 
getLastChanged() - Method in class net.i2p.data.RoutingKeyGenerator
The version of the current (today's) mod data.
getLastChanged() - Method in interface net.i2p.kademlia.KBucket
The last-changed timestamp
getLastChanged() - Method in class net.i2p.kademlia.KBucketImpl
The last-changed timestamp, which actually indicates last-added or last-seen.
getLastChecked() - Method in class i2p.susi.webmail.pop3.POP3MailBox
Timestamp.
getLastCoalesceDate() - Method in class net.i2p.stat.Rate
when was the rate last coalesced?
getLastCongestionSeenAt() - Method in class net.i2p.client.streaming.impl.Connection
 
getLastDatasourceValue(String) - Method in class org.jrobin.core.RrdDb
Returns the last stored value for the given datasource.
getLastDatasourceValues() - Method in class org.jrobin.core.RrdDb
Returns an array of last datasource values.
getLastElement() - Method in class i2p.susi.util.Folder
Returns the last element of the sorted folder.
getLastEnd() - Method in class net.i2p.router.JobQueueRunner
 
getLastEvent() - Method in class net.i2p.stat.Frequency
Deprecated.
unused
getLastEventCount() - Method in class net.i2p.stat.Rate
in the last full period, how many events occurred?
getLastEventSaturation() - Method in class net.i2p.stat.Rate
During the last period, how much of the time was spent actually processing events in proportion to how many events could have occurred if there were no intervals?
getLastExploreNewDate() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
getLastFailed() - Method in class net.i2p.router.peermanager.TunnelHistory
when the last tunnel the peer participated in failed
getLastFetched() - Method in class net.i2p.addressbook.Subscription
 
getLastHeardAbout() - Method in class net.i2p.router.peermanager.PeerProfile
when did we last hear about this peer?
getLastHeardFrom() - Method in class net.i2p.router.peermanager.PeerProfile
when did we last hear from the peer?
getLastJob() - Method in class net.i2p.router.JobQueue
retrieve the most recently begin and still currently active job, or null if no jobs are running
getLastJob() - Method in class net.i2p.router.JobQueueRunner
 
getLastJobBegin() - Method in class net.i2p.router.JobQueue
When did the most recently begin job start?
getLastJobEnd() - Method in class net.i2p.router.JobQueue
When did the most recently begin job start?
getLastLookupFailed() - Method in class net.i2p.router.peermanager.DBHistory
Not persisted until 0.9.24
getLastLookupSuccessful() - Method in class net.i2p.router.peermanager.DBHistory
Not persisted until 0.9.24
getLastModified() - Method in class net.i2p.addressbook.Subscription
Return the last-modified header that we received the last time we read this subscription.
getLastModified() - Method in class net.i2p.util.EepGet
After fetch, the received value from the server, or null if none.
getLastModified(String) - Static method in class org.jrobin.core.Util
Returns last modification time for the given file.
getLastModified() - Method in interface org.klomp.snark.web.BasicServlet.HttpContent
 
getLastParticipatingExpiration() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getLastParticipatingExpiration() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
 
getLastParticipatingExpiration() - Method in class net.i2p.router.tunnel.TunnelDispatcher
what is the date/time on which the last non-locally-created tunnel expires?
getLastParticipatingExpiration() - Method in interface net.i2p.router.TunnelManagerFacade
When does the last tunnel we are participating in expire?
getLastReading() - Method in class org.jrobin.core.jrrd.PDPStatusBlock
Returns the last reading from the data source.
getLastReadTime() - Method in class net.i2p.data.i2np.I2NPMessageHandler
 
getLastReceiveTime() - Method in class net.i2p.router.transport.udp.PeerState
when did we last receive a packet from them?
getLastRejectedBandwidth() - Method in class net.i2p.router.peermanager.TunnelHistory
when the peer last refused to participate in a tunnel complaining of bandwidth overload
getLastRejectedCritical() - Method in class net.i2p.router.peermanager.TunnelHistory
when the peer last refused to participate in a tunnel with level of critical
getLastRejectedProbabalistic() - Method in class net.i2p.router.peermanager.TunnelHistory
when the peer last refused to participate in a tunnel probabalistically
getLastRejectedTransient() - Method in class net.i2p.router.peermanager.TunnelHistory
when the peer last refused to participate in a tunnel complaining of transient overload
getLastRouterInfoPublishTime() - Method in class net.i2p.router.NetworkDatabaseFacade
The last time we successfully published our RI.
getLastRouterInfoPublishTime() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
The last time we successfully published our RI.
getLastRrdArchiveUpdateTime() - Method in class org.jrobin.data.DataProcessor
Returns time when last RRD archive was updated (all RRD files are considered).
getLastSaturationLimit() - Method in class net.i2p.stat.Rate
using the last period's rate, what is the total value that could have been sent if events were constant?
getLastSend() - Method in class net.i2p.client.streaming.impl.PacketLocal
 
getLastSendFailed() - Method in class net.i2p.router.peermanager.PeerProfile
when did we last have a problem sending to this peer?
getLastSendFullyTime() - Method in class net.i2p.router.transport.udp.PeerState
when did we last send them a message that was ACKed?
getLastSendId() - Method in class net.i2p.client.streaming.impl.Connection
What was the last packet Id sent to the peer?
getLastSendOrPingTime() - Method in class net.i2p.router.transport.udp.PeerState
Latest of last sent, last ACK, last ping
getLastSendSuccessful() - Method in class net.i2p.router.peermanager.PeerProfile
when did we last send to this peer successfully?
getLastSendTime() - Method in class net.i2p.client.streaming.impl.Connection
When did we last send anything to the peer?
getLastSendTime() - Method in class net.i2p.router.transport.udp.PeerState
when did we last send them a packet?
getLastSendTime() - Method in class net.i2p.router.transport.udp.PeerTestState
when did we last send out a packet?
getLastSize() - Method in class net.i2p.data.i2np.I2NPMessageHandler
 
getLastStoreFailed() - Method in class net.i2p.router.peermanager.DBHistory
Not persisted until 0.9.24
getLastStoreSuccessful() - Method in class net.i2p.router.peermanager.DBHistory
Not persisted until 0.9.24
getLastTimestamp() - Method in class org.jrobin.core.FetchData
Returns the last timestamp in this FecthData object.
getLastTotalEventTime() - Method in class net.i2p.stat.Rate
in the last full period, how much of the time was spent doing the events?
getLastTotalValue() - Method in class net.i2p.stat.Rate
in the last full period, what was the total value acrued through all events?
getLastUpdate() - Method in class org.jrobin.core.jrrd.RRDatabase
Returns the date this database was last updated.
getLastUpdateTime() - Method in class org.jrobin.core.DataImporter
 
getLastUpdateTime() - Method in class org.jrobin.core.Header
Returns the last update time of the RRD.
getLastUpdateTime() - Method in class org.jrobin.core.RrdDb
Returns time of last update operation as timestamp (in seconds).
getLastUpdateTime() - Method in class org.jrobin.core.RrdToolReader
 
getLastUpdateTime() - Method in class org.jrobin.core.XmlReader
 
getLastValue(int) - Method in class org.jrobin.core.DataImporter
 
getLastValue() - Method in class org.jrobin.core.Datasource
Returns last known value of the datasource.
getLastValue(int) - Method in class org.jrobin.core.RrdToolReader
 
getLastValue(int) - Method in class org.jrobin.core.XmlReader
 
getLatencyMs() - Method in class net.i2p.router.transport.TransportBid
How long this transport thinks it would take to send the message This is the actual bid value, lower is better, and it doesn't really have anything to do with latency.
getLatestLeaseDate() - Method in class net.i2p.data.LeaseSet
Retrieve the end date of the latest lease included in this leaseSet.
getLatestTime() - Static method in class net.i2p.time.BuildTime
Get the latest it could possibly be right now.
getLayerKey() - Method in class net.i2p.router.tunnel.HopConfig
what key should we use to encrypt the layer before passing it on?
getLeading() - Method in class org.jrobin.graph.RrdGraph
 
getLease(int) - Method in class net.i2p.data.LeaseSet
 
getLeaseCount() - Method in class net.i2p.data.LeaseSet
 
getLeaseRequest(Hash) - Method in class net.i2p.router.client.ClientConnectionRunner
Data for the current leaseRequest, or null if there is no active leaseSet request.
getLeases() - Method in class net.i2p.router.NetworkDatabaseFacade
public for NetDbRenderer in routerconsole
getLeases() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
public for NetDbRenderer in routerconsole
getLeaseSet() - Method in class net.i2p.client.impl.I2PSessionImpl
 
getLeaseSet() - Method in class net.i2p.data.i2cp.CreateLeaseSetMessage
 
getLeaseSet(Hash) - Method in class net.i2p.router.client.ClientConnectionRunner
Currently allocated leaseSet.
getLeaseSetPrivateKey(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getLeaseSetSigningPrivateKey(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getLeaseTime() - Method in class org.cybergarage.upnp.Device
 
getLeaseTime(String) - Static method in class org.cybergarage.upnp.ssdp.SSDP
 
getLeaseTime() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
 
getLeaseTime() - Method in class org.cybergarage.upnp.ssdp.SSDPRequest
 
getLeaseTime() - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
 
getLeaseTime() - Method in class org.cybergarage.upnp.xml.DeviceData
 
getLeft() - Method in class org.klomp.snark.PeerCoordinator
Bytes not yet in storage.
getLength(TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
 
getLength() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
How many hops are there in the tunnel? INCLUDING US.
getLength() - Method in interface net.i2p.router.TunnelInfo
how many peers are there in the tunnel (including the creator)?
getLength() - Method in class net.i2p.router.TunnelPoolSettings
How many remote hops should be in the tunnel NOT including us
getLength() - Method in class org.jrobin.core.RrdBackend
Returns the number of RRD bytes in the underlying storage.
getLength() - Method in class org.jrobin.core.RrdFileBackend
Returns RRD file length.
getLength() - Method in class org.jrobin.core.RrdJRobin14FileBackend
Returns RRD file length.
getLength() - Method in class org.jrobin.core.RrdMemoryBackend
Returns the number of RRD bytes held in memory.
getLength() - Method in class org.klomp.snark.PartialPiece
 
getLengthOverride() - Method in class net.i2p.router.TunnelPoolSettings
A temporary length to be used due to network conditions.
getLengths() - Method in class org.klomp.snark.MetaInfo
Returns a list of Longs indication the size of the individual files, or null if it is a single file.
getLengthVariance() - Method in class net.i2p.router.TunnelPoolSettings
how should the length be varied.
getLevel() - Static method in class i2p.susi.debug.Debug
 
getLevel(String) - Static method in class net.i2p.util.Log
 
getLibGMPVersion() - Static method in class net.i2p.util.NativeBigInteger
Get the libgmp version
getLifetime() - Method in class net.i2p.client.streaming.impl.Connection
 
getLifetime() - Method in class net.i2p.client.streaming.impl.PacketLocal
 
getLifetime() - Method in class net.i2p.router.OutNetMessage
time since the message was created
getLifetime() - Method in class net.i2p.router.transport.udp.InboundEstablishState
how long have we been trying to establish this session?
getLifetime() - Method in class net.i2p.router.transport.udp.InboundMessageState
 
getLifetime() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
how long have we been trying to establish this session?
getLifetime() - Method in class net.i2p.router.transport.udp.OutboundMessageState
 
getLifetime() - Method in class net.i2p.router.transport.udp.UDPPacket
 
getLifetime() - Method in class net.i2p.router.tunnel.FragmentedMessage
how long has this fragmented message been alive?
getLifetime() - Method in class net.i2p.router.tunnel.PendingGatewayMessage
 
getLifetimeAgreedTo() - Method in class net.i2p.router.peermanager.TunnelHistory
total tunnels the peer has agreed to participate in
getLifetimeAverageValue() - Method in class net.i2p.stat.Rate
What was the average value across the events since the stat was created?
getLifetimeAverageValue() - Method in class net.i2p.stat.RateStat
 
getLifetimeBytesReceived() - Method in class net.i2p.client.streaming.impl.Connection
 
getLifetimeBytesSent() - Method in class net.i2p.client.streaming.impl.Connection
 
getLifetimeDupMessagesReceived() - Method in class net.i2p.client.streaming.impl.Connection
 
getLifetimeDupMessagesSent() - Method in class net.i2p.client.streaming.impl.Connection
 
getLifetimeEventCount() - Method in class net.i2p.stat.Rate
since rate creation, how many events have occurred?
getLifetimeEventCount() - Method in class net.i2p.stat.RateStat
 
getLifetimeEventSaturation() - Method in class net.i2p.stat.Rate
During the lifetime of this stat, how much of the time was spent actually processing events in proportion to how many events could have occurred if there were no intervals?
getLifetimeFailed() - Method in class net.i2p.router.peermanager.TunnelHistory
total tunnels the peer has agreed to participate in that were later marked as failed prematurely
getLifetimeKBps() - Method in class net.i2p.router.web.SummaryHelper
 
getLifetimePeriods() - Method in class net.i2p.stat.Rate
how many periods have we already completed?
getLifetimeProcessed() - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
getLifetimeProcessed() - Method in class net.i2p.router.tunnel.pool.TunnelPool
 
getLifetimeRejected() - Method in class net.i2p.router.peermanager.TunnelHistory
total tunnels the peer has refused to participate in
getLifetimeTotalEventTime() - Method in class net.i2p.stat.Rate
since rate creation, how much of the time was spent doing the events?
getLifetimeTotalValue() - Method in class net.i2p.stat.Rate
since rate creation, what was the total value acrued through all events?
getLimit() - Method in class net.i2p.util.LogLimit
 
getLimitDay(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getLimitDay(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getLimitHour(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getLimitHour(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getLimitMinute(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
all of these are @since 0.8.3
getLimitMinute(int) - Method in class net.i2p.i2ptunnel.web.EditBean
all of these are @since 0.8.3
getLimits() - Method in class net.i2p.data.i2cp.BandwidthLimitsMessage
 
getLimits() - Method in class net.i2p.util.LogManager
Return a mapping of the explicit overrides - path prefix to (text formatted) limit.
getList() - Method in class org.klomp.snark.bencode.BEValue
Returns this BEValue as a List of BEValues.
getListener() - Method in class net.i2p.data.i2cp.I2CPMessageReader
 
getListener() - Method in class net.i2p.data.i2np.I2NPMessageReader
Deprecated.
 
getListener(int) - Method in class net.i2p.router.time.RouterTimestamper
 
getListenerCount() - Method in class net.i2p.router.time.RouterTimestamper
 
getListeners() - Method in class net.i2p.router.web.StatSummarizer
list of SummaryListener instances
getListenHost(Logging) - Method in class net.i2p.i2ptunnel.I2PTunnelClientBase
 
getListenOnInterface() - Method in class net.i2p.i2ptunnel.TunnelController
 
getListenPort() - Method in class net.i2p.i2ptunnel.TunnelController
 
getListenPort() - Method in class net.i2p.router.transport.udp.UDPEndpoint
call after startup() to get actual port or -1 on startup failure
getListenPort() - Method in class net.i2p.sam.MasterSession
 
getListenPort() - Method in interface net.i2p.sam.SAMMessageSess
 
getListenPort() - Method in class net.i2p.sam.SAMMessageSession
 
getListenPort() - Method in class net.i2p.sam.SAMStreamSession
 
getListenProtocol() - Method in class net.i2p.sam.MasterSession
 
getListenProtocol() - Method in interface net.i2p.sam.SAMMessageSess
 
getListenProtocol() - Method in class net.i2p.sam.SAMMessageSession
 
getListenProtocol() - Method in class net.i2p.sam.SAMStreamSession
 
getLoadBookMessages() - Method in class i2p.susi.dns.AddressbookBean
Load addressbook and apply filter, returning messages about this.
getLoadBookMessages() - Method in class i2p.susi.dns.NamingServiceBean
Load addressbook and apply filter, returning messages about this.
getLoadedResourceName() - Static method in class net.i2p.util.NativeBigInteger
The name of the library loaded, if known.
getLocalAddress() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getLocalAddress() - Method in interface net.i2p.i2ptunnel.irc.DCCHelper
Our IP address (taken from the socket), must be IPv4
getLocalAddress() - Method in class net.i2p.sam.SSLServerSocketChannel
 
getLocalAddress() - Method in class net.i2p.sam.SSLSocketChannel
 
getLocalAddress() - Method in class net.i2p.util.InternalSocket
Deprecated.
unsupported
getLocalAddress() - Method in class org.cybergarage.http.HTTPRequest
 
getLocalAddress() - Method in class org.cybergarage.http.HTTPSocket
 
getLocalAddress() - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
 
getLocalAddress() - Method in class org.cybergarage.upnp.ssdp.HTTPUSocket
 
getLocalAddress() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
 
getLocalInstance() - Static method in class org.cybergarage.http.Date
 
getLocalizedMessage() - Method in exception net.i2p.client.streaming.I2PSocketException
Translated
getLocalPort() - Method in interface net.i2p.client.streaming.I2PSocket
The local port.
getLocalPort() - Method in interface net.i2p.client.streaming.I2PSocketOptions
The local port.
getLocalPort() - Method in class net.i2p.client.streaming.impl.Connection
 
getLocalPort() - Method in class net.i2p.client.streaming.impl.I2PSocketFull
The local port.
getLocalPort() - Method in class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
The local port.
getLocalPort() - Method in class net.i2p.client.streaming.impl.Packet
 
getLocalPort() - Method in class net.i2p.client.streaming.impl.StandardServerSocket
 
getLocalPort() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getLocalPort() - Method in class net.i2p.i2ptunnel.I2PTunnelClientBase
 
getLocalPort() - Method in class net.i2p.i2ptunnel.socks.SocketWrapper
The local port.
getLocalPort() - Method in class net.i2p.util.InternalServerSocket
 
getLocalPort() - Method in class net.i2p.util.InternalSocket
Deprecated.
unsupported
getLocalPort() - Method in class org.cybergarage.http.HTTPRequest
 
getLocalPort() - Method in class org.cybergarage.http.HTTPSocket
 
getLocalPort() - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
 
getLocalSocketAddress() - Method in class net.i2p.client.streaming.impl.StandardServerSocket
Port in returned SocketAddress will be zero.
getLocalSocketAddress() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getLocalSocketAddress() - Method in class net.i2p.util.InternalServerSocket
Deprecated.
unsupported
getLocalSocketAddress() - Method in class net.i2p.util.InternalSocket
Deprecated.
unsupported
getLocation(InetAddress) - Method in class com.maxmind.geoip.LookupService
 
getLocation(String) - Method in class com.maxmind.geoip.LookupService
 
getLocation(long) - Method in class com.maxmind.geoip.LookupService
 
getLocation() - Method in class net.i2p.addressbook.AddressBook
Return the location of the file this AddressBook was constructed from.
getLocation() - Method in class net.i2p.addressbook.Subscription
Return the location this Subscription points at.
getLocation() - Method in class org.cybergarage.upnp.Device
 
getLocation() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
 
getLocation() - Method in class org.cybergarage.upnp.ssdp.SSDPRequest
 
getLocation() - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
 
getLocation() - Method in class org.cybergarage.upnp.xml.DeviceData
 
getLocationURL(String) - Method in class org.cybergarage.upnp.Device
 
getLocationV6(String) - Method in class com.maxmind.geoip.LookupService
 
getLocationV6(InetAddress) - Method in class com.maxmind.geoip.LookupService
 
getLock() - Method in class i2p.susi.webmail.pop3.POP3MailBox
For helper threads to lock
getLockInfo() - Static method in class org.jrobin.core.RrdSafeFileBackend
 
getLockRetryPeriod() - Static method in class org.jrobin.core.RrdSafeFileBackendFactory
Returns time between two consecutive file locking attempts.
getLockWaitTime() - Static method in class org.jrobin.core.RrdSafeFileBackendFactory
Returns time this backend will wait for a file lock.
getLog() - Method in class net.i2p.util.Clock
we fetch it on demand to avoid circular dependencies (logging uses the clock)
getLog(Class<?>) - Method in class net.i2p.util.LogManager
 
getLog(String) - Method in class net.i2p.util.LogManager
 
getLog(Class<?>, String) - Method in class net.i2p.util.LogManager
 
getLogCookies() - Method in class net.i2p.jetty.I2PRequestLog
 
getLogDateFormat() - Method in class net.i2p.jetty.I2PRequestLog
 
getLogDir() - Method in class net.i2p.I2PAppContext
Where the router keeps its log directory.
getLogFilePattern() - Method in class net.i2p.router.web.ConfigLoggingHelper
 
getLogger(String) - Method in class net.i2p.jetty.I2PLogger
 
getLogLatency() - Method in class net.i2p.jetty.I2PRequestLog
 
getLogLevelTable() - Method in class net.i2p.router.web.ConfigLoggingHelper
 
getLogLocale() - Method in class net.i2p.jetty.I2PRequestLog
 
getLogs() - Method in class net.i2p.router.web.LogsHelper
Does not call logManager.flush(); call getCriticalLogs() first to flush
getLogs() - Method in class net.i2p.util.LogManager
now used by ConfigLogingHelper
getLogServer() - Method in class net.i2p.jetty.I2PRequestLog
 
getLogTimeZone() - Method in class net.i2p.jetty.I2PRequestLog
 
getLong(Properties, String) - Static method in class net.i2p.router.peermanager.ProfilePersistenceHelper
 
getLong(Properties, String, String) - Static method in class net.i2p.stat.PersistenceHelper
 
getLong() - Method in class org.klomp.snark.bencode.BEValue
Returns this BEValue as long.
getLongHeaderValue(String) - Method in class org.cybergarage.http.HTTPPacket
 
getLookup() - Method in class i2p.susi.dns.NamingServiceBean
 
getLookupAll() - Method in class i2p.susi.dns.NamingServiceBean
 
getLookupsRemaining() - Method in class net.i2p.router.networkdb.kademlia.FloodSearchJob
 
getLookupType() - Method in class net.i2p.data.i2cp.HostLookupMessage
 
getLowThreshold() - Method in class net.i2p.crypto.SessionKeyManager
 
getLowThreshold() - Method in class net.i2p.router.crypto.TransientSessionKeyManager
 
getLSLCorrel() - Method in class org.jrobin.data.Aggregates
Returns Least Squares Line Correlation Coefficient
getLSLInt() - Method in class org.jrobin.data.Aggregates
Returns Least Squares Line y-intercept value
getLSLSlope() - Method in class org.jrobin.data.Aggregates
Returns Least Squares Line Slope value
getMACKey() - Method in class net.i2p.router.transport.udp.InboundEstablishState
 
getMACKey() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
getMacSize() - Method in interface org.bouncycastle.oldcrypto.Mac
Return the block size for this cipher (in bytes).
getMacSize() - Method in class org.bouncycastle.oldcrypto.macs.I2PHMac
 
getMadeReadyOn() - Method in class net.i2p.router.JobImpl
 
getMagnetState() - Method in class org.klomp.snark.Peer
Shared state across all peers, callers must sync on returned object
getMail(String, MailCache.FetchMode) - Method in class i2p.susi.webmail.MailCache
Fetch any needed data from pop3 server.
getMail(MailCache.FetchMode) - Method in class i2p.susi.webmail.MailCache
Fetch any needed data from pop3 server.
getMail(Mail, boolean) - Method in class i2p.susi.webmail.PersistentMailCache
Fetch any needed data from disk.
getMails() - Method in class i2p.susi.webmail.PersistentMailCache
Fetch all mails from disk.
getMainMenu() - Method in class net.i2p.desktopgui.ExternalTrayManager
 
getMainMenu() - Method in class net.i2p.desktopgui.InternalTrayManager
 
getMainMenu() - Method in class net.i2p.desktopgui.TrayManager
Build a popup menu, adding callbacks to the different items.
getMAN() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
 
getManager() - Method in interface net.i2p.client.streaming.I2PServerSocket
Access the manager which is coordinating the server socket
getManager() - Method in class net.i2p.client.streaming.impl.I2PServerSocketFull
 
getManufacture() - Method in class org.cybergarage.upnp.Device
 
getManufactureURL() - Method in class org.cybergarage.upnp.Device
 
getMap() - Method in class org.klomp.snark.bencode.BEValue
Returns this BEValue as a Map of BEValue keys and BEValue values.
getMapEntries() - Method in interface net.i2p.router.networkdb.kademlia.DataStore
 
getMapEntries() - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
 
getMappedDomainNameForIP(String) - Method in class net.i2p.i2ptunnel.socks.SOCKSServer
IP to domain name mapping support.
getMarkedType() - Method in class net.i2p.router.transport.udp.UDPPacket
flag this packet as a particular type for accounting purposes, with 1 implying the packet is an ACK, otherwise it is a data packet
getMaskPattern() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
getMatchingArchive() - Method in class org.jrobin.core.FetchData
Returns Archive object which is determined to be the best match for the timestamps specified in the fetch request.
getMatchingArchiveIndex(RrdDb, int, RrdDb) - Static method in class org.jrobin.core.Util
 
getMatchingDatasourceIndex(RrdDb, int, RrdDb) - Static method in class org.jrobin.core.Util
 
getMatrix() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
getMax() - Method in class org.jrobin.data.Aggregates
Returns the maximum value
getMaxAdditionalFragmentSize(PeerState, int, int) - Static method in class net.i2p.router.transport.udp.PacketBuilder
Will a packet to 'peer' that already has 'numFragments' fragments totalling 'curDataSize' bytes fit another fragment of size 'newFragSize' ?? This doesn't leave anything for acks.
getMaxAverageEventsPerPeriod() - Method in class net.i2p.stat.Frequency
Calculate how many events would occur in a period given the maximum rolling average.
getMaxBufferSize() - Method in interface net.i2p.client.streaming.I2PSocketOptions
How much data will we accept that hasn't been written out yet.
getMaxBufferSize() - Method in class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
How much data will we accept that hasn't been written out yet.
getMaxConnections() - Method in class net.i2p.router.transport.TransportImpl
Per-transport connection limit
getMaxConnections() - Method in class org.klomp.snark.I2PSnarkUtil
 
getMaxConns() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getMaxConnsPerDay() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getMaxConnsPerHour() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getMaxConnsPerMinute() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
all of these are @since 0.7.14; no public setters
getMaxFileSize() - Method in class net.i2p.router.web.ConfigLoggingHelper
 
getMaximum() - Method in class org.cybergarage.upnp.AllowedValueRange
 
getMaximum() - Method in class org.jrobin.core.jrrd.DataSource
Returns the maximum value input to this data source can have.
getMaximumFastPeers() - Method in class net.i2p.router.peermanager.ProfileOrganizer
fixme add config @since 0.7.10
getMaximumHighCapPeers() - Method in class net.i2p.router.peermanager.ProfileOrganizer
fixme add config @since 0.7.11
getMaximumRequired() - Method in class net.i2p.router.PeerSelectionCriteria
Maximum number of peers required
getMaxLag() - Method in class net.i2p.router.JobQueue
 
getMaxMemory() - Static method in class net.i2p.util.SystemVersion
Runtime.getRuntime().maxMemory() but check for bogus values
getMaxMessageSize() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
What is the largest message we want to send or receive?
getMaxPendingTime() - Method in class net.i2p.router.JobStats
 
getMaxResends() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
How many times will we try to send a message before giving up?
getMaxSends() - Method in class net.i2p.router.transport.udp.OutboundMessageState
The max number of sends for any fragment, which is the same as the push count, at least as it's coded now.
getMaxStreams(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getMaxStreams(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getMaxTime() - Method in class net.i2p.router.JobStats
 
getMaxTotalConnsPerDay() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getMaxTotalConnsPerHour() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getMaxTotalConnsPerMinute() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getMaxUpBW() - Method in class org.klomp.snark.I2PSnarkUtil
 
getMaxUploaders() - Method in class org.klomp.snark.I2PSnarkUtil
 
getMaxValue(int) - Method in class org.jrobin.core.DataImporter
 
getMaxValue() - Method in class org.jrobin.core.Datasource
Returns maximal allowed value for this datasource.
getMaxValue() - Method in class org.jrobin.core.DsDef
Returns maximal calculated source value.
getMaxValue(int) - Method in class org.jrobin.core.RrdToolReader
 
getMaxValue(int) - Method in class org.jrobin.core.XmlReader
 
getMaxValue() - Method in class org.jrobin.graph.SourcedPlotElement
 
getMaxWindowSize() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getMayDisconnect() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
getMayDisconnect() - Method in class net.i2p.router.transport.udp.PeerState
 
getMD5(String) - Method in class net.i2p.router.web.ConsolePasswordManager
Get all MD5 usernames and passwords.
getMedianPeerClockSkew() - Method in class net.i2p.router.CommSystemFacade
Median clock skew of connected peers in seconds, or null if we cannot answer.
getMessage() - Method in exception net.i2p.client.streaming.I2PSocketException
For programmatic action based on specific failure code
getMessage() - Method in class net.i2p.data.i2np.TunnelGatewayMessage
Warning, at the IBGW, where the message was read in, this will be an UnknownI2NPMessage.
getMessage() - Method in class net.i2p.router.networkdb.kademlia.MessageWrapper.WrappedMessage
 
getMessage() - Method in class net.i2p.router.OutNetMessage
Specifies the message to be sent.
getMessage() - Method in class net.i2p.router.transport.udp.OutboundMessageState
 
getMessage() - Method in class net.i2p.util.LogRecord
 
getMessageData(byte[]) - Method in class net.i2p.router.OutNetMessage
Copies the message data to outbuffer.
getMessageDelay() - Method in interface net.i2p.router.RouterThrottle
How backed up we are at the moment processing messages (in milliseconds)
getMessageDelay() - Method in class net.i2p.router.RouterThrottleImpl
 
getMessageDelay() - Method in class net.i2p.router.web.SummaryHelper
How long it takes us to pump out a message, averaged over the last minute (pretty printed with the units attached)
getMessageExpiration() - Method in interface net.i2p.data.i2np.I2NPMessage
Date after which the message should be dropped (and the associated uniqueId forgotten)
getMessageExpiration() - Method in class net.i2p.data.i2np.I2NPMessageImpl
Date after which the message should be dropped (and the associated uniqueId forgotten)
getMessageHandler() - Method in class net.i2p.client.streaming.impl.ConnectionManager
 
getMessageId() - Method in class net.i2p.client.impl.MessageState
 
getMessageId() - Method in class net.i2p.data.i2cp.MessageId
 
getMessageId() - Method in class net.i2p.data.i2cp.MessagePayloadMessage
 
getMessageId() - Method in class net.i2p.data.i2cp.MessageStatusMessage
This is the router's ID for the message
getMessageId() - Method in class net.i2p.data.i2cp.ReceiveMessageBeginMessage
 
getMessageId() - Method in class net.i2p.data.i2cp.ReceiveMessageEndMessage
 
getMessageId() - Method in class net.i2p.data.i2cp.ReportAbuseMessage
 
getMessageId() - Method in class net.i2p.data.i2np.DeliveryStatusMessage
 
getMessageId() - Method in class net.i2p.router.ClientMessage
Valid for outbound; null for inbound.
getMessageId() - Method in class net.i2p.router.message.CloveSet
 
getMessageId() - Method in class net.i2p.router.OutNetMessage
 
getMessageId() - Method in interface net.i2p.router.transport.udp.ACKBitfield
what message is this partially ACKing?
getMessageId() - Method in class net.i2p.router.transport.udp.InboundMessageState
 
getMessageId() - Method in class net.i2p.router.transport.udp.OutboundMessageState
 
getMessageId() - Method in class net.i2p.router.tunnel.FragmentedMessage
 
getMessageId() - Method in class net.i2p.router.tunnel.PendingGatewayMessage
 
getMessageIds() - Method in class net.i2p.router.tunnel.PendingGatewayMessage
The IDs of the TunnelDataMssages this message was fragmented into.
getMessageNonce() - Method in class net.i2p.router.ClientMessage
Valid for outbound; 0 for inbound.
getMessages() - Method in class i2p.susi.dns.AddressbookBean
Perform actions, returning messages about this.
getMessages() - Method in class i2p.susi.dns.ConfigBean
 
getMessages() - Method in class i2p.susi.dns.NamingServiceBean
Perform actions, returning messages about this.
getMessages() - Method in class i2p.susi.dns.SubscriptionsBean
 
getMessages() - Method in class net.i2p.i2ptunnel.web.IndexBean
Executes any action requested (start/stop/etc) and dump out the messages.
getMessages() - Method in class org.klomp.snark.SnarkManager
newest last
getMessageSize() - Method in interface net.i2p.data.i2np.I2NPMessage
How large the message is, including any checksums, i.e.
getMessageSize() - Method in class net.i2p.data.i2np.I2NPMessageImpl
 
getMessageSize() - Method in class net.i2p.router.OutNetMessage
 
getMessageSize() - Method in class net.i2p.router.transport.udp.OutboundMessageState
The size of the I2NP message.
getMessagesReceived() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
getMessagesReceived() - Method in class net.i2p.router.transport.udp.PeerState
I2NP messages received.
getMessagesSent() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
getMessagesSent() - Method in class net.i2p.router.transport.udp.PeerState
I2NP messages sent.
getMessagesSent() - Method in class net.i2p.router.tunnel.TunnelGateway
 
getMessageType() - Method in class net.i2p.router.OutNetMessage
For debugging only.
getMessageType() - Method in class net.i2p.router.transport.udp.UDPPacket
only for debugging and stats, does not go on the wire
getMessageTypeId() - Method in class net.i2p.router.OutNetMessage
 
getMetadata() - Method in class net.i2p.router.news.NewsXMLParser
The news metatdata.
getMetaInfo() - Method in class org.klomp.snark.MagnetState
 
getMetaInfo() - Method in class org.klomp.snark.PeerCoordinator
 
getMetaInfo() - Method in class org.klomp.snark.Snark
 
getMetaInfo() - Method in class org.klomp.snark.Storage
Returns the MetaInfo associated with this Storage.
getMethod() - Method in class net.i2p.router.update.UpdateRunner
 
getMethod() - Method in interface net.i2p.update.UpdateTask
 
getMethod() - Method in class org.cybergarage.http.HTTPRequest
 
getMethod() - Method in class org.klomp.snark.UpdateRunner
 
getMethodResponseNode(String) - Method in class org.cybergarage.soap.SOAPResponse
 
getMimeByExtension(String) - Method in class org.klomp.snark.web.MimeTypes
Get the MIME type by filename extension.
getMimeType() - Method in class org.cybergarage.upnp.Icon
 
getMimeType(String) - Method in class org.klomp.snark.web.BasicServlet
Get the MIME type by filename extension.
getMin() - Method in class org.jrobin.data.Aggregates
Returns the minimal value
getMinAverageInterval() - Method in class net.i2p.stat.Frequency
Deprecated.
unused
getMinimum() - Method in class org.cybergarage.upnp.AllowedValueRange
 
getMinimum() - Method in class org.jrobin.core.jrrd.DataSource
Returns the minimum value input to this data source can have.
getMinimumFastPeers() - Method in class net.i2p.router.peermanager.ProfileOrganizer
Defines the minimum number of 'fast' peers that the organizer should select.
getMinimumHeartbeat() - Method in class org.jrobin.core.jrrd.DataSource
Returns the minimum required heartbeat for this data source.
getMinimumHighCapacityPeers() - Method in class net.i2p.router.peermanager.ProfileOrganizer
Defines the minimum number of 'fast' peers that the organizer should select.
getMinimumPriority() - Method in class net.i2p.util.Log
 
getMinimumRequired() - Method in class net.i2p.router.PeerSelectionCriteria
Minimum number of peers required
getMinPendingTime() - Method in class net.i2p.router.JobStats
 
getMinTime() - Method in class net.i2p.router.JobStats
 
getMinute() - Method in class org.cybergarage.http.Date
 
getMinValue(int) - Method in class org.jrobin.core.DataImporter
 
getMinValue() - Method in class org.jrobin.core.Datasource
Returns mimimal allowed value for this datasource.
getMinValue() - Method in class org.jrobin.core.DsDef
Returns minimal calculated source value.
getMinValue(int) - Method in class org.jrobin.core.RrdToolReader
 
getMinValue(int) - Method in class org.jrobin.core.XmlReader
 
getMinValue() - Method in class org.jrobin.graph.SourcedPlotElement
 
getModData() - Method in class net.i2p.data.router.RouterKeyGenerator
The current (today's) mod data.
getModded() - Method in class i2p.susi.dns.AddressBean
 
getMode() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
getModelDescription() - Method in class org.cybergarage.upnp.Device
 
getModelName() - Method in class org.cybergarage.upnp.Device
 
getModelNumber() - Method in class org.cybergarage.upnp.Device
 
getModelURL() - Method in class org.cybergarage.upnp.Device
 
getMostRecentCriticalMessages() - Method in class net.i2p.util.LogConsoleBuffer
Retrieve the currently buffered critical messages, earlier values were generated...
getMostRecentErrorMessages() - Method in class net.i2p.router.CommSystemFacade
 
getMostRecentErrorMessages() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
 
getMostRecentErrorMessages() - Method in interface net.i2p.router.transport.Transport
 
getMostRecentErrorMessages() - Method in class net.i2p.router.transport.TransportImpl
 
getMostRecentErrorMessages() - Method in class net.i2p.router.transport.TransportManager
 
getMostRecentMessages() - Method in class net.i2p.util.LogConsoleBuffer
Retrieve the currently buffered messages, earlier values were generated...
getMTU(InetAddress) - Static method in class net.i2p.router.transport.udp.MTU
The MTU for the socket interface, if available.
getMTU() - Method in class net.i2p.router.transport.udp.PeerState
what is the largest packet we can send to the peer?
getMTU() - Method in class net.i2p.router.transport.udp.UDPAddress
 
getMTU(boolean) - Method in class net.i2p.router.transport.udp.UDPTransport
The MTU for the socket interface.
getMulticastAddress() - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
 
getMulticastInetAddress() - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
 
getMulticastIPv4Address() - Method in class org.cybergarage.upnp.Device
 
getMulticastIPv4Address() - Method in class org.cybergarage.upnp.xml.DeviceData
 
getMulticastIPv6Address() - Method in class org.cybergarage.upnp.Device
 
getMulticastIPv6Address() - Method in class org.cybergarage.upnp.xml.DeviceData
 
getMulticastPort() - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
 
getMultihome(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getMultihome(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getMultipleParams(String) - Method in class org.mortbay.servlet.MultiPartRequest
 
getMX() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
 
getMyDestHashBase32() - Method in class net.i2p.i2ptunnel.TunnelController
Returns null if not running.
getMyDestination() - Method in interface net.i2p.client.I2PSession
Retrieve the Destination this session serves as the endpoint for.
getMyDestination() - Method in class net.i2p.client.impl.I2PSessionImpl
Retrieve the destination of the session
getMyDestination() - Method in class net.i2p.i2ptunnel.TunnelController
Returns null if not running.
getMyDestination() - Method in class org.klomp.snark.I2PSnarkUtil
 
getMYNAME() - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
 
getMyPublicValue() - Method in class net.i2p.router.transport.crypto.DHSessionKeyBuilder
Retrieve the public value used by the local participant in the DH exchange,
getMyPublicValueBytes() - Method in class net.i2p.router.transport.crypto.DHSessionKeyBuilder
Return a 256 byte representation of our public key, with leading 0s if necessary.
getNacks() - Method in class net.i2p.client.streaming.impl.MessageInputStream
Retrieve the message IDs that are holes in our sequence - ones past the highest ready ID and below the highest received message ID.
getNacks() - Method in class net.i2p.client.streaming.impl.Packet
List of packet sequence numbers below the getAckThrough() value have not been received.
getNACKs() - Method in class net.i2p.client.streaming.impl.PacketLocal
 
getName() - Method in class com.maxmind.geoip.Country
Returns the name of this country.
getName() - Method in class i2p.susi.dns.AddressBean
The ASCII (Punycode) name
getName() - Method in class i2p.susi.webmail.encoding.Base64
 
getName() - Method in class i2p.susi.webmail.encoding.EightBit
 
getName() - Method in interface i2p.susi.webmail.encoding.Encoding
 
getName() - Method in class i2p.susi.webmail.encoding.HeaderLine
 
getName() - Method in class i2p.susi.webmail.encoding.HTML
 
getName() - Method in class i2p.susi.webmail.encoding.QuotedPrintable
 
getName() - Method in class i2p.susi.webmail.encoding.SevenBit
 
getName() - Method in interface net.i2p.app.ClientApp
The generic name of the ClientApp, used for registration, e.g.
getName() - Method in class net.i2p.apps.systray.UrlLauncher
ClientApp interface
getName() - Method in class net.i2p.BOB.BOB
 
getName() - Method in class net.i2p.client.naming.HostTxtEntry
 
getName() - Method in class net.i2p.client.naming.NamingService
 
getName() - Method in class net.i2p.client.naming.SingleFileNamingService
 
getName() - Method in interface net.i2p.client.streaming.I2PSocketManager
For logging / diagnostics only
getName() - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
For logging / diagnostics only
getName() - Method in class net.i2p.crypto.eddsa.spec.EdDSAGenParameterSpec
 
getName() - Method in class net.i2p.crypto.eddsa.spec.EdDSANamedCurveSpec
 
getName() - Method in enum net.i2p.crypto.EncAlgo
 
getName() - Method in enum net.i2p.crypto.SigAlgo
 
getName() - Method in class net.i2p.desktopgui.Main
 
getName() - Method in class net.i2p.i2ptunnel.TunnelController
 
getName() - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
ClientApp interface
getName() - Method in class net.i2p.jetty.I2PLogger
 
getName() - Method in class net.i2p.jetty.JettyStart
 
getName() - Method in class net.i2p.router.client.CreateSessionJob
 
getName() - Method in class net.i2p.router.client.LookupDestJob
 
getName() - Method in class net.i2p.router.client.MessageReceivedJob
 
getName() - Method in class net.i2p.router.client.ReportAbuseJob
 
getName() - Method in class net.i2p.router.client.RequestLeaseSetJob
 
getName() - Method in interface net.i2p.router.Job
Descriptive name of the task
getName() - Method in class net.i2p.router.JobStats
 
getName() - Method in class net.i2p.router.message.HandleGarlicMessageJob
 
getName() - Method in class net.i2p.router.message.OutboundClientMessageOneShotJob
 
getName() - Method in class net.i2p.router.message.SendMessageDirectJob
 
getName() - Method in class net.i2p.router.networkdb.HandleDatabaseLookupMessageJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.ExpireLeasesJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.ExpireRoutersJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.ExploreJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.ExploreKeySelectorJob
Deprecated.
 
getName() - Method in class net.i2p.router.networkdb.kademlia.FloodfillMonitorJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.FloodfillRouterInfoFloodJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.FloodfillStoreJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.FloodfillVerifyStoreJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.FloodOnlyLookupMatchJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.FloodOnlyLookupTimeoutJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.FloodOnlySearchJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.FloodSearchJob
Deprecated, unused, see FOSJ override
getName() - Method in class net.i2p.router.networkdb.kademlia.HandleFloodfillDatabaseStoreMessageJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.IterativeFollowupJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.IterativeLookupJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.IterativeSearchJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.IterativeTimeoutJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.RefreshRoutersJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.RepublishLeaseSetJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.SearchJob.FailedJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.SearchJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.SearchReplyJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.SearchUpdateReplyFoundJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.SingleLookupJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.SingleSearchJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.StartExplorersJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.StoreJob
 
getName() - Method in class net.i2p.router.networkdb.PublishLocalRouterInfoJob
 
getName() - Method in class net.i2p.router.news.NewsManager
 
getName() - Method in class net.i2p.router.peermanager.PeerTestJob
 
getName() - Method in class net.i2p.router.startup.BootCommSystemJob
 
getName() - Method in class net.i2p.router.startup.BootNetworkDbJob
 
getName() - Method in class net.i2p.router.startup.BootPeerManagerJob
 
getName() - Method in class net.i2p.router.startup.BuildTrustedLinksJob
 
getName() - Method in class net.i2p.router.startup.CreateRouterInfoJob
 
getName() - Method in class net.i2p.router.startup.LoadClientAppsJob
 
getName() - Method in class net.i2p.router.startup.LoadRouterInfoJob
 
getName() - Method in class net.i2p.router.startup.RebuildRouterInfoJob
 
getName() - Method in class net.i2p.router.startup.StartAcceptingClientsJob
 
getName() - Method in class net.i2p.router.startup.StartupJob
 
getName() - Method in class net.i2p.router.tasks.PersistRouterInfoJob
 
getName() - Method in class net.i2p.router.tasks.ReadConfigJob
 
getName() - Method in class net.i2p.router.tasks.UpdateRoutingKeyModifierJob
 
getName() - Method in class net.i2p.router.transport.GetBidsJob
 
getName() - Method in class net.i2p.router.tunnel.pool.ExpireJob
 
getName() - Method in class net.i2p.router.tunnel.pool.TestJob
 
getName() - Method in class net.i2p.router.update.ConsoleUpdateManager
 
getName() - Method in class net.i2p.router.web.RouterConsoleRunner
 
getName() - Method in class net.i2p.router.web.SummaryListener
 
getName() - Method in class net.i2p.sam.SAMBridge
 
getName() - Method in class net.i2p.stat.FrequencyStat
 
getName() - Method in class net.i2p.stat.RateStat
 
getName() - Method in class net.i2p.util.Log
 
getName() - Method in class org.cybergarage.http.HTTPHeader
 
getName() - Static method in class org.cybergarage.http.HTTPServer
 
getName() - Method in class org.cybergarage.http.Parameter
 
getName() - Method in class org.cybergarage.upnp.Action
 
getName() - Method in class org.cybergarage.upnp.Argument
 
getName() - Method in class org.cybergarage.upnp.event.Property
 
getName() - Method in class org.cybergarage.upnp.StateVariable
 
getName() - Method in class org.cybergarage.xml.Attribute
 
getName() - Method in class org.cybergarage.xml.Node
 
getName() - Method in class org.jrobin.core.jrrd.DataSource
Returns the name of this data source.
getName() - Method in class org.jrobin.data.Source
 
getName() - Method in class org.klomp.snark.MagnetURI
 
getName() - Method in class org.klomp.snark.MetaInfo
Returns the requested name for the file or toplevel directory.
getName() - Method in class org.klomp.snark.PeerCoordinator
 
getName() - Method in class org.klomp.snark.Snark
 
getName() - Method in class org.klomp.snark.web.FetchAndAdd
 
getNameAndInfoHash(InputStream, byte[]) - Static method in class org.klomp.snark.MetaInfo
Efficiently returns the name and the 20 byte SHA1 hash of the info dictionary in a torrent file Caller must close stream.
getNames(Properties) - Method in class net.i2p.client.naming.BlockfileNamingService
 
getNames(Properties) - Method in class net.i2p.client.naming.HostsTxtNamingService
All services aggregated, unless options contains the property "file", in which case only for that file
getNames(Properties) - Method in class net.i2p.client.naming.MetaNamingService
All services aggregated
getNames() - Method in class net.i2p.client.naming.NamingService
 
getNames(Properties) - Method in class net.i2p.client.naming.NamingService
 
getNames(Properties) - Method in class net.i2p.client.naming.SingleFileNamingService
 
getNamingServices() - Method in class net.i2p.client.naming.MetaNamingService
 
getNamingServices() - Method in class net.i2p.client.naming.NamingService
This implementation returns null.
getNanSeconds(int) - Method in class org.jrobin.core.DataImporter
 
getNanSeconds() - Method in class org.jrobin.core.Datasource
Returns the number of accumulated NaN seconds.
getNanSeconds(int) - Method in class org.jrobin.core.RrdToolReader
 
getNanSeconds(int) - Method in class org.jrobin.core.XmlReader
 
getNanSteps() - Method in class org.jrobin.core.ArcState
Returns the number of currently accumulated NaN steps.
getNAttributes() - Method in class org.cybergarage.xml.Node
 
getNeeded() - Method in class org.klomp.snark.Snark
Does not account (i.e.
getNeededLength() - Method in class org.klomp.snark.PeerCoordinator
Bytes still wanted.
getNeededLength() - Method in class org.klomp.snark.Snark
Bytes still wanted.
getNeededLength() - Method in class org.klomp.snark.web.FetchAndAdd
 
getNegativeA() - Method in class net.i2p.crypto.eddsa.EdDSAPublicKey
 
getNegativeA() - Method in class net.i2p.crypto.eddsa.spec.EdDSAPublicKeySpec
 
getNetDbSummary() - Method in class net.i2p.router.web.NetDbHelper
storeWriter() must be called previously
getNetDbSummary(Writer) - Method in class net.i2p.router.web.SybilRenderer
Entry point
getNetworkId() - Method in class net.i2p.data.router.RouterInfo
which network is this routerInfo a part of.
getNetworkID() - Method in class net.i2p.router.Router
The network ID.
getNewClassBox() - Method in class net.i2p.router.web.ConfigLoggingHelper
All the classes the log manager knows about, except ones that already have overrides
getNewDest(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getNewDest(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getNewIBEPID() - Method in class net.i2p.router.tunnel.TunnelDispatcher
Get a new random receive tunnel ID that isn't a dup.
getNewIBZeroHopID() - Method in class net.i2p.router.tunnel.TunnelDispatcher
Get a new random receive tunnel ID that isn't a dup.
getNewNonce() - Method in class net.i2p.router.web.FormHandler
Generate a new nonce.
getNewOBGWID() - Method in class net.i2p.router.tunnel.TunnelDispatcher
Get a new random send tunnel ID that isn't a dup.
getNewsHelper() - Method in class net.i2p.router.web.SummaryHelper
 
getNewsStatus() - Method in class net.i2p.router.web.ConfigUpdateHelper
 
getNewsThroughProxy() - Method in class net.i2p.router.web.ConfigUpdateHelper
 
getNewsURL() - Method in class net.i2p.router.web.ConfigUpdateHelper
 
getNewsURL(I2PAppContext) - Static method in class net.i2p.router.web.ConfigUpdateHelper
hack to replace the old news location with the new one, even if they have saved the update page at some point
getNext() - Method in class net.i2p.router.JobQueue
Blocking call to retrieve the next ready job
getNext(long) - Method in interface net.i2p.router.transport.udp.MessageQueue
Get the next message, blocking until one is found or the expiration reached.
getNext(long) - Method in class net.i2p.router.transport.udp.TimedWeightedPriorityMessageQueue
Grab the next message out of the next queue.
getNextBid(OutNetMessage) - Method in class net.i2p.router.transport.TransportManager
 
getNextCipherKey() - Method in class net.i2p.router.transport.udp.PeerState
The pending AES key for encrypting/decrypting packets if we are rekeying the connection, or null if we are not in the process of rekeying.
getNextDelay() - Method in class net.i2p.router.transport.udp.PeerState
High usage - OutboundMessageFragments.getNextVolley() calls this 3rd, if allocateSend() returned null.
getNextElement(O) - Method in class i2p.susi.util.Folder
Retrieves the next element in the sorted array.
getNextIndicator() - Method in class org.klomp.snark.bencode.BDecoder
Returns what the next bencoded object will be on the stream or -1 when the end of stream has been reached.
getNextMACKey() - Method in class net.i2p.router.transport.udp.PeerState
The pending AES key for verifying packets if we are rekeying the connection, or null if we are not in the process of rekeying.
getNextMessage() - Method in class net.i2p.router.transport.TransportImpl
Nonblocking call to pull the next outbound message off the queue.
getNextMessageId() - Method in class net.i2p.router.client.ClientConnectionRunner
 
getNextModData() - Method in class net.i2p.data.router.RouterKeyGenerator
Tomorrow's mod data.
getNextNonce() - Static method in class net.i2p.i2ptunnel.web.IndexBean
 
getNextOutboundPacketNum() - Method in class net.i2p.client.streaming.impl.Connection
 
getNextPage() - Method in class net.metanotion.io.block.FreeListBlock
 
getNextPath() - Method in class org.jrobin.graph.PathIterator
 
getNextQueuedMessage() - Method in class net.i2p.router.transport.udp.InboundEstablishState
Pull from the message queue
getNextQueuedMessage() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
getNextReadBuf() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
getNextRequest() - Method in class org.klomp.snark.MagnetState
 
getNextRoutingKey(Hash) - Method in class net.i2p.data.router.RouterKeyGenerator
Get the routing key using tomorrow's modData, not today's
getNextSendTime() - Method in class net.i2p.client.streaming.impl.Connection
Time when the scheduler next want to send a packet, or -1 if never.
getNextSendTime() - Method in class net.i2p.client.streaming.impl.Connection.ResendPacketEvent
 
getNextSendTime() - Method in class net.i2p.router.transport.udp.InboundEstablishState
 
getNextSendTime() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
getNextSendTime() - Method in class net.i2p.router.transport.udp.OutboundMessageState
 
getNextSet(int) - Method in class com.google.zxing.common.BitArray
 
getNextUnset(int) - Method in class com.google.zxing.common.BitArray
 
getNextVolley() - Method in class net.i2p.router.transport.udp.OutboundMessageFragments
Fetch all the packets for a message volley, blocking until there is a message which can be fully transmitted (or the transport is shut down).
getNextWriteBuf() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
getNextYK() - Method in class net.i2p.crypto.YKGenerator
 
getNHeaders() - Method in class org.cybergarage.http.HTTPPacket
 
getNHostAddresses() - Static method in class org.cybergarage.net.HostInterface
 
getNick() - Method in class net.i2p.sam.SAMv3DatagramSession
 
getNick() - Method in class net.i2p.sam.SAMv3RawSession
 
getNick() - Method in class net.i2p.sam.SAMv3StreamSession
 
getNick() - Method in interface net.i2p.sam.Session
 
getNID() - Method in class org.klomp.snark.dht.NodeInfo
 
getNNodes() - Method in class org.cybergarage.xml.Node
 
getNode() - Method in class org.cybergarage.upnp.xml.NodeData
 
getNode(int) - Method in class org.cybergarage.xml.Node
 
getNode(String) - Method in class org.cybergarage.xml.Node
 
getNode(int) - Method in class org.cybergarage.xml.NodeList
 
getNode(String) - Method in class org.cybergarage.xml.NodeList
 
getNodeEndsWith(String) - Method in class org.cybergarage.xml.Node
 
getNodes(Node, String) - Static method in class net.i2p.router.news.NewsXMLParser
Helper to get all Nodes matching the name
getNodeValue(String) - Method in class org.cybergarage.xml.Node
 
getNofilter_password() - Method in class net.i2p.router.web.ConfigReseedHelper
 
getNofilter_spassword() - Method in class net.i2p.router.web.ConfigReseedHelper
 
getNonce() - Method in class net.i2p.data.i2cp.MessageStatusMessage
This is the client's ID for the message
getNonce() - Method in class net.i2p.data.i2cp.SendMessageMessage
 
getNonce() - Method in class net.i2p.router.transport.udp.PeerTestState
 
getNonce() - Static method in class net.i2p.router.web.ConfigRestartBean
formerly System.getProperty("console.nonce")
getNonce() - Static method in class net.i2p.router.web.CSSHelper
formerly stored in System.getProperty("router.consoleNonce")
getNotes() - Method in class i2p.susi.dns.AddressBean
 
getNotices() - Method in class net.i2p.router.web.FormHandler
Display any non-error messages (processing the form if it hasn't been yet)
getNotifyCount() - Method in class org.cybergarage.upnp.event.Subscriber
 
getNotModified() - Method in class net.i2p.util.EepGet
 
getNT() - Method in class org.cybergarage.upnp.event.SubscriptionRequest
 
getNT() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
 
getNT() - Method in class org.cybergarage.upnp.ssdp.SSDPRequest
 
getNtcphostname() - Method in class net.i2p.router.web.ConfigNetHelper
 
getNtcpport() - Method in class net.i2p.router.web.ConfigNetHelper
 
getNTS() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
 
getNTS() - Method in class org.cybergarage.upnp.ssdp.SSDPRequest
 
getNumArchives() - Method in class org.jrobin.core.jrrd.RRDatabase
Returns the number of archives in this database.
getNumber() - Method in class org.klomp.snark.bencode.BEValue
Returns this BEValue as a Number.
getNumBlocks() - Method in class com.google.zxing.qrcode.decoder.Version.ECBlocks
 
getNumDataBytesAndNumECBytesForBlockID(int, int, int, int, int[], int[]) - Static method in class com.google.zxing.qrcode.encoder.Encoder
Get number of data bytes and number of error correction bytes for block id "blockID".
getNumMails() - Method in class i2p.susi.webmail.pop3.POP3MailBox
Warning - forces a connection.
getNumReplies() - Method in class net.i2p.data.i2np.DatabaseSearchReplyMessage
 
getNumSends() - Method in class net.i2p.client.streaming.impl.PacketLocal
 
getOffset() - Method in class net.i2p.data.ByteArray
 
getOffset() - Method in class net.i2p.router.tunnel.PendingGatewayMessage
index into the data to be sent
getOffset() - Method in class net.i2p.util.Clock
 
getOffsets(byte[], int[], int[]) - Method in class org.xlattice.crypto.filters.KeySelector
Given a key, populate the word and bit offset arrays, each of which has k elements.
getOffsets(byte[], int, int, int[], int[]) - Method in class org.xlattice.crypto.filters.KeySelector
Given a key, populate the word and bit offset arrays, each of which has k elements.
getOID() - Method in enum net.i2p.crypto.SigType
The OID for the signature.
getOne() - Method in class com.google.zxing.common.reedsolomon.GenericGF
 
getOnFailed() - Method in class net.i2p.router.client.LeaseRequestState
what to do if the lease set create fails / times out
getOnFailedReplyJob() - Method in class net.i2p.router.OutNetMessage
If the Message selector is specified but it doesn't find a reply before its expiration passes, this job is enqueued.
getOnFailedSendJob() - Method in class net.i2p.router.OutNetMessage
If the router could not be reached or the expiration passed, this job is enqueued.
getOnGranted() - Method in class net.i2p.router.client.LeaseRequestState
what to do once the lease set is created
getOnReplyJob() - Method in class net.i2p.router.OutNetMessage
If the MessageSelector detects a reply, this job is enqueued
getOnSendJob() - Method in class net.i2p.router.OutNetMessage
After the message is successfully passed to the router specified, the given job is enqueued.
getOOBInline() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getOOBInline() - Method in class net.i2p.util.InternalSocket
Deprecated.
unsupported
getOpenFileCount() - Method in class org.jrobin.core.RrdDbPool
Returns the number of open RRD files.
getOpenFiles() - Method in class org.jrobin.core.RrdDbPool
Returns an array of open file names.
getOpenTrackers() - Method in class org.klomp.snark.I2PSnarkUtil
List of open tracker announce URLs to use as backups
getOption(String) - Method in class net.i2p.data.router.RouterAddress
 
getOption(String) - Method in class net.i2p.data.router.RouterInfo
 
getOption(SocketOption<T>) - Method in class net.i2p.sam.SSLServerSocketChannel
 
getOption(SocketOption<T>) - Method in class net.i2p.sam.SSLSocketChannel
 
getOptionalDelay() - Method in class net.i2p.client.streaming.impl.Packet
How many milliseconds the sender of this packet wants the recipient to wait before sending any more data (only valid if the flag for it is set)
getOptionalFrom() - Method in class net.i2p.client.streaming.impl.Packet
the sender of the packet (only included if the flag for it is set)
getOptionalMaxSize() - Method in class net.i2p.client.streaming.impl.Packet
What is the largest payload the sender of this packet wants to receive?
getOptionalSignature() - Method in class net.i2p.client.streaming.impl.Packet
The signature on the packet (only included if the flag for it is set) Warning, may be typed wrong on incoming packets for EdDSA before verifySignature() is called.
getOptions() - Method in class net.i2p.client.impl.I2PSessionImpl
Retrieve the configuration options, filtered.
getOptions() - Method in interface net.i2p.client.streaming.I2PSocket
 
getOptions() - Method in class net.i2p.client.streaming.impl.Connection
Retrieve the current ConnectionOptions.
getOptions() - Method in class net.i2p.client.streaming.impl.I2PSocketFull
 
getOptions() - Method in class net.i2p.data.i2cp.GetDateMessage
Retrieve any configuration options for the connection.
getOptions() - Method in class net.i2p.data.i2cp.SessionConfig
Retrieve any configuration options for the session
getOptions() - Method in class net.i2p.data.router.RouterAddress
Deprecated.
use getOptionsMap()
getOptions() - Method in class net.i2p.data.router.RouterInfo
Deprecated.
use getOptionsMap()
getOptions() - Method in class net.i2p.i2ptunnel.socks.SocketWrapper
 
getOptions() - Method in class net.i2p.router.tunnel.pool.PooledTunnelCreatorConfig
 
getOptions() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
 
getOptionsMap() - Method in class net.i2p.data.router.RouterAddress
Retrieve the transport specific options necessary for communication
getOptionsMap() - Method in class net.i2p.data.router.RouterInfo
Retrieve a set of options or statistics that the router can expose.
getOrg(InetAddress) - Method in class com.maxmind.geoip.LookupService
 
getOrg(String) - Method in class com.maxmind.geoip.LookupService
 
getOrg(long) - Method in class com.maxmind.geoip.LookupService
 
getOrgV6(String) - Method in class com.maxmind.geoip.LookupService
 
getOrgV6(InetAddress) - Method in class com.maxmind.geoip.LookupService
 
getOriginalMessages(I2NPMessage) - Method in class net.i2p.router.transport.OutboundMessageRegistry
Retrieve all messages that are waiting for the specified message.
getOurCountry() - Method in class net.i2p.router.CommSystemFacade
 
getOurCountry() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
 
getOurFamily() - Method in class net.i2p.router.crypto.FamilyKeyCrypto
Get verified members of our family.
getOurFamilyName() - Method in class net.i2p.router.crypto.FamilyKeyCrypto
Get our family name.
getOurIPString() - Method in class org.klomp.snark.I2PSnarkUtil
 
getOurRole() - Method in class net.i2p.router.transport.udp.PeerTestState
Are we Alice, bob, or Charlie.
getOutboundBurstBytes() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
 
getOutboundBurstFactorBox() - Method in class net.i2p.router.web.ConfigNetHelper
 
getOutboundBurstKBytesPerSecond() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
The configured maximum, not the current rate
getOutboundBurstKBytesPerSecond() - Method in class net.i2p.router.transport.FIFOBandwidthRefiller
 
getOutboundBurstRate() - Method in class net.i2p.router.web.ConfigNetHelper
 
getOutboundClientPools() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getOutboundClientPools() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
for TunnelRenderer in router console
getOutboundClientPools() - Method in interface net.i2p.router.TunnelManagerFacade
for TunnelRenderer in router console
getOutboundClientTunnelCount() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getOutboundClientTunnelCount(Hash) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getOutboundClientTunnelCount() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
 
getOutboundClientTunnelCount(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Use to verify a tunnel pool is alive
getOutboundClientTunnelCount() - Method in interface net.i2p.router.TunnelManagerFacade
how many outbound client tunnels do we have available?
getOutboundClientTunnelCount(Hash) - Method in interface net.i2p.router.TunnelManagerFacade
how many outbound client tunnels in this pool?
getOutboundClientTunnels() - Method in class net.i2p.router.web.SummaryHelper
How many active outbound client tunnels we have.
getOutboundExploratoryPool() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getOutboundExploratoryPool() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
For TunnelRenderer in router console
getOutboundExploratoryPool() - Method in interface net.i2p.router.TunnelManagerFacade
for TunnelRenderer in router console
getOutboundKBytesPerSecond() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
The configured maximum, not the current rate
getOutboundKBytesPerSecond() - Method in class net.i2p.router.transport.FIFOBandwidthRefiller
 
getOutboundMessageCount() - Method in class net.i2p.router.transport.udp.PeerState
 
getOutboundQueueSize() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
getOutboundRandomKey(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getOutboundRate() - Method in class net.i2p.router.web.ConfigNetHelper
 
getOutboundRateBits() - Method in class net.i2p.router.web.ConfigNetHelper
 
getOutboundSettings() - Method in class net.i2p.router.ClientTunnelSettings
 
getOutboundSettings() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getOutboundSettings(Hash) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getOutboundSettings() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
exploratory
getOutboundSettings(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
 
getOutboundSettings() - Method in interface net.i2p.router.TunnelManagerFacade
 
getOutboundSettings(Hash) - Method in interface net.i2p.router.TunnelManagerFacade
 
getOutboundState(RemoteHostId) - Method in class net.i2p.router.transport.udp.EstablishmentManager
Grab the active establishing state
getOutboundTransferred() - Method in class net.i2p.router.web.SummaryHelper
How much data have we sent since the router started (pretty printed string with 2 decimal places and the appropriate units - GB/MB/KB/bytes)
getOutboundTunnelCount() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getOutboundTunnelCount() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
 
getOutboundTunnelCount() - Method in interface net.i2p.router.TunnelManagerFacade
how many outbound tunnels do we have available?
getOutboundTunnels() - Method in class net.i2p.router.web.SummaryHelper
How many active outbound tunnels we have.
getOutproxyAuth(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getOutproxyAuth(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getOutproxyPassword(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getOutproxyPassword(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getOutproxyPlugin() - Method in class net.i2p.i2ptunnel.socks.SOCKSServer
 
getOutproxyUsername(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getOutproxyUsername(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getOutputArgumentList() - Method in class org.cybergarage.upnp.Action
 
getOutputStream() - Method in interface net.i2p.client.streaming.I2PSocket
As of 0.9.9 will throw an IOE if socket is closed.
getOutputStream() - Method in class net.i2p.client.streaming.impl.Connection
stream that the local peer sends data to the remote peer on
getOutputStream() - Method in class net.i2p.client.streaming.impl.I2PSocketFull
As of 0.9.9 will throw an IOE if socket is closed.
getOutputStream() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getOutputStream() - Method in class net.i2p.i2ptunnel.socks.SocketWrapper
 
getOutputStream() - Method in class net.i2p.util.InternalSocket
 
getOutputStream() - Method in class net.i2p.util.ShellCommand
Deprecated.
unused
getOutstandingRequest(int, int, int) - Method in class org.klomp.snark.PeerState
Called when a piece message is being processed by the incoming connection.
getP() - Method in class net.i2p.crypto.elgamal.spec.ElGamalParameterSpec
Returns the prime modulus p.
getPacket() - Method in class net.i2p.router.transport.udp.UDPPacket
 
getPacketHandler() - Method in class net.i2p.client.streaming.impl.Connection
 
getPacketHandler() - Method in class net.i2p.client.streaming.impl.ConnectionManager
 
getPacketHandler() - Method in class net.i2p.router.transport.udp.UDPTransport
 
getPacketHandlerStatus() - Method in class net.i2p.router.transport.udp.UDPTransport
 
getPacketQueue() - Method in class net.i2p.client.streaming.impl.ConnectionManager
 
getPacketSize() - Method in class net.i2p.router.transport.udp.UDPPacketReader.DataReader
 
getPacketsReceived() - Method in class net.i2p.router.transport.udp.PeerState
avg number of packets retransmitted for every 100 packets
getPacketsReceivedDuplicate() - Method in class net.i2p.router.transport.udp.PeerState
 
getPacketsRetransmitted() - Method in class net.i2p.router.transport.udp.PeerState
 
getPacketsTransmitted() - Method in class net.i2p.router.transport.udp.PeerState
 
getPadding(I2PAppContext, int, long) - Static method in class net.i2p.crypto.ElGamalAESEngine
Return random bytes for padding the data to a mod 16 size so that it is at least minPaddedSize
getPadding() - Method in class net.i2p.data.KeysAndCert
 
getPadding(KeyCertificate) - Method in class net.i2p.data.SigningPublicKey
Get the portion of this (type 0) SPK that is really padding based on the Key Cert type given, if any
getPaddingSize(int, long) - Static method in class net.i2p.crypto.ElGamalAESEngine
 
getPages() - Method in class i2p.susi.util.Folder
Returns the number of pages in the folder.
getPageSize() - Method in class i2p.susi.util.Folder
Returns page size.
getPageSize() - Method in class org.klomp.snark.SnarkManager
For GUI
getPaletteIndex(int) - Method in class org.jrobin.graph.ReverseColorMap
 
getParallelization() - Method in class net.i2p.router.networkdb.kademlia.FloodfillStoreJob
 
getParallelization() - Method in class net.i2p.router.networkdb.kademlia.StoreJob
overridden in FSJ
getParameter(String) - Method in class net.i2p.servlet.filters.XSSRequestWrapper
Parameter names starting with "nofilter_" will not be filtered.
getParameter(String) - Method in class net.i2p.servlet.RequestWrapper
 
getParameter(String, String) - Method in class net.i2p.servlet.RequestWrapper
 
getParameter(int) - Method in class org.cybergarage.http.ParameterList
 
getParameter(String) - Method in class org.cybergarage.http.ParameterList
 
getParameterList() - Method in class org.cybergarage.http.HTTPRequest
 
getParameterMap() - Method in class net.i2p.servlet.filters.XSSRequestWrapper
Parameter names starting with "nofilter_" will not be filtered.
getParameterNames() - Method in class net.i2p.servlet.RequestWrapper
 
getParameters() - Method in interface net.i2p.crypto.elgamal.ElGamalKey
 
getParameters() - Method in class net.i2p.crypto.elgamal.impl.ElGamalPrivateKeyImpl
 
getParameters() - Method in class net.i2p.crypto.elgamal.impl.ElGamalPublicKeyImpl
 
getParameterValue(String) - Method in class org.cybergarage.http.HTTPRequest
 
getParameterValues(String) - Method in class net.i2p.servlet.filters.XSSRequestWrapper
Parameter names starting with "nofilter_" will not be filtered.
getParams() - Method in interface net.i2p.crypto.eddsa.EdDSAKey
return a parameter specification representing the EdDSA domain parameters for the key.
getParams() - Method in class net.i2p.crypto.eddsa.EdDSAPrivateKey
 
getParams() - Method in class net.i2p.crypto.eddsa.EdDSAPublicKey
 
getParams() - Method in class net.i2p.crypto.eddsa.spec.EdDSAPrivateKeySpec
 
getParams() - Method in class net.i2p.crypto.eddsa.spec.EdDSAPublicKeySpec
 
getParams() - Method in class net.i2p.crypto.elgamal.impl.ElGamalPrivateKeyImpl
 
getParams() - Method in class net.i2p.crypto.elgamal.impl.ElGamalPublicKeyImpl
 
getParams() - Method in class net.i2p.crypto.elgamal.spec.ElGamalKeySpec
 
getParams() - Method in enum net.i2p.crypto.EncType
The elliptic curve ECParameterSpec for ECDSA; DSAParameterSpec for DSA
getParams() - Method in enum net.i2p.crypto.SigType
The elliptic curve ECParameterSpec for ECDSA; DSAParameterSpec for DSA
getParams(String) - Method in class org.mortbay.servlet.MultiPartRequest
Get the MIME parameters associated with a part.
getParent() - Method in class net.i2p.client.naming.NamingService
This implementation returns null.
getParent() - Method in class org.jrobin.core.ArcState
Returns the Archive object to which this ArcState object belongs.
getParent() - Method in class org.jrobin.core.Robin
Returns the Archive object to which this Robin object belongs.
getParentColor() - Method in class org.jrobin.graph.Stack
 
getParentDb() - Method in class org.jrobin.core.Archive
 
getParentDb() - Method in class org.jrobin.core.FetchRequest
Returns the underlying RrdDb object.
getParentDevice() - Method in class org.cybergarage.upnp.Device
 
getParentLineWidth() - Method in class org.jrobin.graph.Stack
 
getParentNode() - Method in class org.cybergarage.xml.Node
 
getPart() - Method in class i2p.susi.webmail.Mail
 
getPartialPiece(Peer, BitField) - Method in class org.klomp.snark.PeerCoordinator
Return partial piece to the PeerState if it's still wanted and peer has it.
getPartialPiece(Peer, BitField) - Method in interface org.klomp.snark.PeerListener
Called when a peer has connected and there may be a partially downloaded piece that the coordinatorator can give the peer task
getPartialPiece() - Method in class org.klomp.snark.Request
The PartialPiece this Request is for
getParticipatingCount() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getParticipatingCount() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
 
getParticipatingCount() - Method in class net.i2p.router.tunnel.TunnelDispatcher
 
getParticipatingCount() - Method in interface net.i2p.router.TunnelManagerFacade
how many tunnels are we participating in?
getParticipatingTunnels() - Method in class net.i2p.router.web.SummaryHelper
How many tunnels we are participating in.
getPartNames() - Method in class org.mortbay.servlet.MultiPartRequest
Get the part names.
getPasswordForm() - Method in class net.i2p.router.web.ConfigUIHelper
 
getPatchSize() - Method in class com.docuverse.identicon.NineBlockIdenticonRenderer2
Returns the size in pixels at which each patch will be rendered before they are scaled down to requested identicon size.
getPath() - Method in class org.jrobin.core.RrdBackend
Returns path to the storage.
getPath() - Method in class org.jrobin.core.RrdDb
Returns path to this RRD.
getPath() - Method in class org.jrobin.core.RrdDef
Returns path for the new RRD
getPath() - Method in class org.jrobin.data.Def
 
getPayload() - Method in class net.i2p.client.datagram.I2PDatagramDissector
Get the payload carried by an I2P repliable datagram (previously loaded with the loadI2PDatagram() method), verifying the datagram signature.
getPayload() - Method in class net.i2p.client.streaming.impl.Packet
get the actual payload of the message.
getPayload() - Method in class net.i2p.data.Certificate
 
getPayload() - Method in class net.i2p.data.i2cp.MessagePayloadMessage
 
getPayload() - Method in class net.i2p.data.i2cp.SendMessageMessage
 
getPayload(MessageId) - Method in class net.i2p.router.client.ClientConnectionRunner
Only call if _dontSendMSMOnReceive is false, otherwise will always be null
getPayload() - Method in class net.i2p.router.ClientMessage
Retrieve the payload of the message.
getPayload() - Method in class net.i2p.router.message.PayloadGarlicConfig
 
getPayloadSize() - Method in class net.i2p.client.streaming.impl.Packet
 
getPdpCount() - Method in class org.jrobin.core.jrrd.Archive
Returns the number of primary data points required for a consolidated data point in this archive.
getPDPStatusBlock() - Method in class org.jrobin.core.jrrd.DataSource
Returns the primary data point status block for this data source.
getPDPStep() - Method in class org.jrobin.core.jrrd.Header
Returns the primary data point interval in seconds.
getPeakThroughputKBps() - Method in class net.i2p.router.peermanager.PeerProfile
 
getPeakTunnel1mThroughputKBps() - Method in class net.i2p.router.peermanager.PeerProfile
 
getPeakTunnelThroughputKBps() - Method in class net.i2p.router.peermanager.PeerProfile
 
getPeer() - Method in class net.i2p.router.peermanager.PeerProfile
what peer is being profiled, non-null
getPeer() - Method in class net.i2p.router.transport.udp.OutboundMessageState
 
getPeer(int) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
retrieve the peer at the given hop.
getPeer(int) - Method in interface net.i2p.router.TunnelInfo
retrieve the peer at the given hop.
getPeerCount() - Method in class org.klomp.snark.PeerCoordinator
might be wrong
getPeerCount() - Method in class org.klomp.snark.Piece
How many peers have this piece? Caller must synchronize
getPeerCount() - Method in class org.klomp.snark.Snark
 
getPeerCount() - Method in class org.klomp.snark.TrackerInfo
 
getPeerCount() - Method in class org.klomp.snark.web.FetchAndAdd
 
getPeerDestination() - Method in interface net.i2p.client.streaming.I2PSocket
 
getPeerDestination() - Method in class net.i2p.client.streaming.impl.I2PSocketFull
 
getPeerDestination() - Method in class net.i2p.i2ptunnel.socks.SocketWrapper
 
getPeerHash() - Method in class net.i2p.router.transport.udp.RemoteHostId
 
getPeerID() - Method in class org.klomp.snark.Peer
Returns the id of the peer.
getPeerList() - Method in class org.klomp.snark.Snark
 
getPeerPublicValue() - Method in class net.i2p.router.transport.crypto.DHSessionKeyBuilder
 
getPeerPublicValueBytes() - Method in class net.i2p.router.transport.crypto.DHSessionKeyBuilder
Return a 256 byte representation of his public key, with leading 0s if necessary.
getPeers() - Method in class net.i2p.data.router.RouterInfo
Deprecated.
Implemented here but unused elsewhere
getPeers(InfoHash, int, boolean) - Method in class org.klomp.snark.dht.DHTTracker
Caller's responsibility to remove himself from the list
getPeers() - Method in class org.klomp.snark.PeerCoordinator
should be right
getPeers() - Method in class org.klomp.snark.TrackerInfo
 
getPeersAndAnnounce(byte[], int, long, int, long, boolean, boolean) - Method in interface org.klomp.snark.dht.DHT
Get peers for a torrent, and announce to the closest annMax nodes we find.
getPeersAndAnnounce(byte[], int, long, int, long, boolean, boolean) - Method in class org.klomp.snark.dht.KRPC
Get peers for a torrent, and announce to the closest annMax nodes we find.
getPeersByCapability(char) - Method in class net.i2p.router.dummy.DummyPeerManagerFacade
 
getPeersByCapability(char) - Method in class net.i2p.router.peermanager.PeerManager
 
getPeersByCapability(char) - Method in class net.i2p.router.peermanager.PeerManagerFacadeImpl
 
getPeersByCapability(char) - Method in interface net.i2p.router.PeerManagerFacade
 
getPeerSelector() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
getPeerState(RemoteHostId) - Method in class net.i2p.router.transport.udp.UDPTransport
get the state for the peer at the given remote host/port, or null if no state exists
getPeerState(Hash) - Method in class net.i2p.router.transport.udp.UDPTransport
get the state for the peer with the given ident, or null if no state exists
getPeerStatesByIP(RemoteHostId) - Method in class net.i2p.router.transport.udp.UDPTransport
Get the states for all peers at the given remote host, ignoring port.
getPeerSummary() - Method in class net.i2p.router.web.PeerHelper
 
getPeerTestReader() - Method in class net.i2p.router.transport.udp.UDPPacketReader
 
getPeerTimeout(Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
todo: does this need more tuning?
getPending() - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
getPending() - Method in class net.i2p.router.networkdb.kademlia.StoreState
 
getPendingMessage(Hash) - Method in class net.i2p.router.networkdb.kademlia.StoreState
 
getPendingRequested() - Method in interface net.i2p.router.transport.FIFOBandwidthLimiter.Request
how many bytes were requested and haven't yet been allocated?
getPercentageOfExtremeValue() - Method in class net.i2p.stat.Rate
What was the total value, compared to the total value in the extreme period (i.e.
getPercentageOfLifetimeValue() - Method in class net.i2p.stat.Rate
How large was the last period's value as compared to the lifetime average value? Warning- returns ratio, not percentage (i.e.
getPercentile(long, long, double) - Method in class org.jrobin.data.Aggregator
 
getPercentile(long, long, double, boolean) - Method in class org.jrobin.data.Aggregator
 
getPercentile(String) - Method in class org.jrobin.data.DataProcessor
Used by ISPs which charge for bandwidth utilization on a "95th percentile" basis.
getPercentile(String, double) - Method in class org.jrobin.data.DataProcessor
The same as DataProcessor.getPercentile(String) but with a possibility to define custom percentile boundary (different from 95).
getPercentile(long, long, double) - Method in class org.jrobin.data.Def
 
getPercentile(long, long, double) - Method in class org.jrobin.data.PercentileDef
Returns just the calculated percentile; the "Xth" percentile of a static value is the static value itself.
getPercentile(long, long, double) - Method in class org.jrobin.data.SDef
 
getPercentile(long, long, double) - Method in class org.jrobin.data.Source
 
getPercentile(long, long, double, boolean) - Method in class org.jrobin.data.Source
 
getPeriod() - Method in class net.i2p.stat.Frequency
how long is this frequency averaged over? (ms)
getPeriod() - Method in class net.i2p.stat.Rate
how large should this rate's cycle be?
getPeriods() - Method in class net.i2p.stat.FrequencyStat
 
getPeriods() - Method in class net.i2p.stat.RateStat
 
getPerPeerTimeoutMs(Hash) - Method in class net.i2p.router.networkdb.kademlia.SearchJob
 
getPerPeerTimeoutMs() - Method in class net.i2p.router.networkdb.kademlia.SearchJob
Let each peer take up to the average successful search RTT
getPersistentClientKey() - Method in class net.i2p.i2ptunnel.TunnelController
 
getPersistentClientKey(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getPersistentClientKey(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getPEXPeers() - Method in class org.klomp.snark.PeerCoordinator
Called by TrackerClient
getPIDDir() - Method in class net.i2p.I2PAppContext
Where router.ping goes.
getPiece() - Method in class org.klomp.snark.PartialPiece
piece number
getPiece() - Method in class org.klomp.snark.Request
The piece number this Request is for
getPiece(int, int, int) - Method in class org.klomp.snark.Storage
Returns a byte array containing a portion of the requested piece or null if the storage doesn't contain the piece yet.
getPieceHashes() - Method in class org.klomp.snark.MetaInfo
Returns the piece hashes.
getPieceLength(int) - Method in class org.klomp.snark.MetaInfo
Return the length of a piece.
getPieceLength(int) - Method in class org.klomp.snark.Snark
 
getPiecePriorities() - Method in class org.klomp.snark.Storage
Call setPriority() for all changed files first, then call this.
getPieces() - Method in class org.klomp.snark.MetaInfo
Returns the number of pieces.
getPieces() - Method in class org.klomp.snark.Snark
 
getPixelCount() - Method in class org.jrobin.data.DataProcessor
Returns the number of pixels (target graph width).
getPixelOffColor() - Method in class com.google.zxing.client.j2se.MatrixToImageConfig
 
getPixelOnColor() - Method in class com.google.zxing.client.j2se.MatrixToImageConfig
 
getPixelSink() - Method in class org.jrobin.graph.Gif89Frame
 
getPixelSource() - Method in class org.jrobin.graph.DirectGif89Frame
 
getPixelSource() - Method in class org.jrobin.graph.Gif89Frame
 
getPixelSource() - Method in class org.jrobin.graph.IndexGif89Frame
 
getPlain(String, String) - Method in class net.i2p.util.PasswordManager
 
getPluginKeys(I2PAppContext) - Static method in class net.i2p.router.web.PluginStarter
The signing keys from all the plugins
getPlugins() - Static method in class net.i2p.router.web.PluginStarter
all installed plugins whether enabled or not, but does NOT include plugins marked as deleted.
getPoolNumber() - Method in class gnu.crypto.prng.RandomEventStandalone
 
getPort() - Method in interface net.i2p.client.streaming.I2PSocket
The remote port.
getPort() - Method in class net.i2p.client.streaming.I2PSocketAddress
 
getPort() - Method in interface net.i2p.client.streaming.I2PSocketOptions
The remote port.
getPort() - Method in class net.i2p.client.streaming.impl.Connection
The remote port.
getPort() - Method in class net.i2p.client.streaming.impl.I2PSocketFull
The remote port.
getPort() - Method in class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
The remote port.
getPort() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getPort() - Method in class net.i2p.data.router.RouterAddress
Caching version of Integer.parseInt(getOption("port")) Caches valid ports 1-65535 only.
getPort() - Method in class net.i2p.i2ptunnel.socks.SocketWrapper
The remote port.
getPort() - Method in class net.i2p.i2ptunnel.socks.SOCKSUDPPort
Socks passes this back to the client on the TCP connection
getPort() - Method in class net.i2p.i2ptunnel.udp.UDPSink
 
getPort() - Method in class net.i2p.router.transport.udp.RemoteHostId
 
getPort() - Method in class net.i2p.router.transport.udp.UDPAddress
 
getPort() - Method in class net.i2p.router.web.ConfigClientsHelper
 
getPort() - Method in class net.i2p.router.web.ConfigReseedHelper
 
getPort() - Method in class net.i2p.sam.SAMv3DatagramServer
 
getPort(String) - Static method in class net.i2p.util.Addresses
Convenience method to convert and validate a port String without throwing an exception.
getPort() - Method in class net.i2p.util.InternalSocket
Deprecated.
unsupported
getPort(String) - Method in class net.i2p.util.PortMapper
Get the registered port for a service
getPort(String, int) - Method in class net.i2p.util.PortMapper
Get the registered port for a service
getPort(String) - Static method in class org.cybergarage.http.HTTP
 
getPort() - Method in class org.klomp.snark.ConnectionAcceptor
 
getPort() - Method in interface org.klomp.snark.dht.DHT
 
getPort() - Method in class org.klomp.snark.dht.KRPC
 
getPort() - Method in class org.klomp.snark.dht.NodeInfo
 
getPort() - Method in class org.klomp.snark.PeerID
 
getPostBanTime(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getPostBanTime(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getPostCheckTime(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getPostCheckTime(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getPostMax(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
POST limits
getPostMax(int) - Method in class net.i2p.i2ptunnel.web.EditBean
POST limits
getPostTotalBanTime(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getPostTotalBanTime(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getPostTotalMax(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getPostTotalMax(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getPrefix() - Method in class net.i2p.client.impl.I2PSessionImpl
try hard to make a decent identifier as this will appear in error logs
getPrefix(long) - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
 
getPreparedKey() - Method in class net.i2p.data.SessionKey
retrieve an internal representation of the session key, as known by the AES engine used.
getPresentationListener() - Method in class org.cybergarage.upnp.Device
 
getPresentationURL() - Method in class org.cybergarage.upnp.Device
 
getPreserveFileNames() - Method in class org.klomp.snark.Storage
 
getPreviousElement(O) - Method in class i2p.susi.util.Folder
Retrieves the previous element in the sorted array.
getPrimaryConfig() - Method in class net.i2p.router.client.ClientConnectionRunner
Primary client's config, will be null if session not set up
getPrimeSize() - Method in class net.i2p.crypto.elgamal.spec.ElGamalGenParameterSpec
Returns the size in bits of the prime modulus.
getPrintLines() - Method in class org.jrobin.graph.RrdGraphInfo
Returns PRINT lines requested by RrdGraphDef.print(String, String, String) method.
getPriority() - Method in class net.i2p.router.OutNetMessage
Specify the priority of the message, where higher numbers are higher priority.
getPriority() - Method in class net.i2p.router.transport.udp.OutboundMessageState
For CDPQ
getPriority() - Method in class net.i2p.router.transport.udp.UDPPacket
 
getPriority() - Method in class net.i2p.router.tunnel.OutboundGatewayMessage
For CDPQ
getPriority() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
Outbound message priority - for outbound tunnels only
getPriority() - Method in class net.i2p.router.TunnelPoolSettings
Outbound message priority - for outbound tunnels only
getPriority() - Method in interface net.i2p.router.util.PQEntry
Higher is higher priority
getPriority() - Method in class net.i2p.util.LogRecord
 
getPriority() - Method in class org.klomp.snark.Piece
 
getPriority(int) - Method in class org.klomp.snark.Storage
 
getPrivateKey() - Method in interface net.i2p.client.I2PSession
Retrieve the signing SigningPrivateKey associated with the Destination
getPrivateKey() - Method in class net.i2p.client.impl.I2PSessionImpl
Retrieve the signing SigningPrivateKey
getPrivateKey(File, String, String, String) - Static method in class net.i2p.crypto.KeyStoreUtil
Get a private key out of a keystore
getPrivateKey() - Method in class net.i2p.data.i2cp.CreateLeaseSetMessage
 
getPrivateKey() - Method in class net.i2p.router.KeyManager
Router key
getPrivateKeyFile() - Method in class net.i2p.i2ptunnel.TunnelController
Does not necessarily exist.
getPrivateKeyFile(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getPrivateKeyFile(TunnelControllerGroup, int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getPrivateKeyFile(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getPrivateTrackers() - Method in class org.klomp.snark.SnarkManager
 
getPrivKey() - Method in class net.i2p.data.PrivateKeyFile
 
getPrivKeyFile() - Method in class net.i2p.i2ptunnel.TunnelController
Probably not absolute.
getPrivKeyFile() - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
getPrivkeyLen() - Method in enum net.i2p.crypto.EncType
the length of the private key, in bytes
getPrivkeyLen() - Method in enum net.i2p.crypto.SigType
the length of the private key, in bytes
getProcessedMessagesCount() - Method in class net.i2p.router.tunnel.HopConfig
 
getProcessedMessagesCount() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
 
getProcessedMessagesCount() - Method in interface net.i2p.router.TunnelInfo
 
getProducer() - Method in class net.i2p.client.impl.I2PSessionImpl
Retrieve the helper that generates I2CP messages
getProfile() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
What profile do we want to use for this connection? TODO: Only bulk is supported so far.
getProfile(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Retrieve the profile for the given peer, if one exists (else null).
getProfile() - Method in class net.i2p.router.web.StatHelper
Look up based on a b64 prefix or full b64.
getProfileNonblocking(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Retrieve the profile for the given peer, if one exists (else null).
getProfileSummary() - Method in class net.i2p.router.web.ProfilesHelper
 
getProof() - Method in class net.i2p.router.web.ProofHelper
 
getProperties() - Static method in class i2p.susi.util.Config
Returns the properties, sorted, WITHOUT the prefix
getProperties() - Method in class net.i2p.I2PAppContext
Access the configuration attributes of this context, listing the properties provided during the context construction, as well as the ones included in System.getProperties.
getProperties() - Method in class net.i2p.router.RouterContext
 
getProperty(String) - Static method in class i2p.susi.util.Config
 
getProperty(String, String) - Static method in class i2p.susi.util.Config
 
getProperty(String, int) - Static method in class i2p.susi.util.Config
 
getProperty(String) - Method in class net.i2p.apps.systray.ConfigFile
 
getProperty(String, String) - Method in class net.i2p.apps.systray.ConfigFile
 
getProperty(String) - Method in class net.i2p.I2PAppContext
Access the configuration attributes of this context, using properties provided during the context construction, or falling back on System.getProperty if no properties were provided during construction (or the specified prop wasn't included).
getProperty(String, String) - Method in class net.i2p.I2PAppContext
Access the configuration attributes of this context, using properties provided during the context construction, or falling back on System.getProperty if no properties were provided during construction (or the specified prop wasn't included).
getProperty(String, int) - Method in class net.i2p.I2PAppContext
Return an int with an int default
getProperty(String, long) - Method in class net.i2p.I2PAppContext
Return a long with a long default
getProperty(String, boolean) - Method in class net.i2p.I2PAppContext
Return a boolean with a boolean default
getProperty(String) - Method in class net.i2p.router.RouterContext
Tie in the router's config as properties, as well as whatever the I2PAppContext says.
getProperty(String, String) - Method in class net.i2p.router.RouterContext
Tie in the router's config as properties, as well as whatever the I2PAppContext says.
getProperty(String, int) - Method in class net.i2p.router.RouterContext
Return an int with an int default
getProperty(String, long) - Method in class net.i2p.router.RouterContext
Return a long with a long default
getProperty(int) - Method in class org.cybergarage.upnp.event.PropertyList
 
getPropertyList() - Method in class org.cybergarage.upnp.event.NotifyRequest
 
getPropertyNames() - Method in class net.i2p.I2PAppContext
Access the configuration attributes of this context, listing the properties provided during the context construction, as well as the ones included in System.getProperties.
getProps() - Method in class net.i2p.client.naming.HostTxtEntry
 
getProps() - Method in class net.i2p.sam.SessionRecord
Warning - returns a copy.
getProvisionalVersionForDimension(int) - Static method in class com.google.zxing.qrcode.decoder.Version
Deduces version information purely from QR Code dimensions.
getProxies(int) - Method in class net.i2p.i2ptunnel.socks.I2PSOCKSTunnel
 
getProxyAuth(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getProxyAuth(int) - Method in class net.i2p.i2ptunnel.web.EditBean
all proxy auth @since 0.8.2
getProxyHost() - Method in class net.i2p.router.web.ConfigUpdateHelper
 
getProxyList() - Method in class net.i2p.i2ptunnel.TunnelController
 
getProxyMap() - Method in class net.i2p.i2ptunnel.socks.I2PSOCKSTunnel
 
getProxyPort() - Method in class net.i2p.router.web.ConfigUpdateHelper
 
getProxyStatus() - Method in class net.i2p.router.web.HomeHelper
 
getPubkeyLen() - Method in enum net.i2p.crypto.EncType
the length of the public key, in bytes
getPubkeyLen() - Method in enum net.i2p.crypto.SigType
the length of the public key, in bytes
getPublicKey(PrivateKey) - Static method in class net.i2p.crypto.KeyGenerator
Convert a PrivateKey to its corresponding PublicKey
getPublicKey() - Method in class net.i2p.data.KeysAndCert
 
getPublicKey() - Method in class net.i2p.router.KeyManager
Router key
getPublished() - Method in class net.i2p.data.router.RouterInfo
Retrieve the approximate date on which the info was published (essentially a version number for the routerInfo structure, except that it also contains freshness information - whether or not the router is currently publishing its information).
getPumper() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
Hook for NTCPConnection
getPurpose() - Method in class net.i2p.router.PeerSelectionCriteria
Purpose for which the peers will be used
getPushCount() - Method in class net.i2p.router.transport.udp.OutboundMessageState
The number of times we've pushed some fragments, which is the same as the max sends, at least as it's coded now.
getQ() - Method in class net.i2p.crypto.eddsa.math.Field
 
getQm2() - Method in class net.i2p.crypto.eddsa.math.Field
 
getQm5d8() - Method in class net.i2p.crypto.eddsa.math.Field
 
getQuantity() - Method in class net.i2p.router.TunnelPoolSettings
how many tunnels should be available at all times
getQuantityOptions(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getQueryFrequencyMs() - Method in class net.i2p.router.time.RouterTimestamper
 
getQueryListener() - Method in class org.cybergarage.upnp.StateVariable
 
getQueryListener() - Method in class org.cybergarage.upnp.xml.StateVariableData
 
getQueryResponse() - Method in class org.cybergarage.upnp.StateVariable
 
getQueryResponse() - Method in class org.cybergarage.upnp.xml.StateVariableData
 
getQueryStatus() - Method in class org.cybergarage.upnp.StateVariable
 
getQueue() - Method in class net.i2p.util.LogManager
Zero-copy.
getQueued() - Method in class i2p.susi.webmail.pop3.BackgroundChecker
 
getQueued() - Method in class i2p.susi.webmail.pop3.DelayedDeleter
 
getRandomKey() - Method in class net.i2p.router.TunnelPoolSettings
random key used for peer ordering
getRange(T) - Method in class net.i2p.kademlia.KBucketSet
The number of bits minus 1 (range number) for the xor of the key.
getRangeBegin() - Method in interface net.i2p.kademlia.KBucket
Lowest order high bit for difference keys.
getRangeBegin() - Method in class net.i2p.kademlia.KBucketImpl
 
getRangeEnd() - Method in interface net.i2p.kademlia.KBucket
Highest high bit for the difference keys.
getRangeEnd() - Method in class net.i2p.kademlia.KBucketImpl
 
getRate() - Method in class net.i2p.router.web.SummaryListener
 
getRate(long) - Method in class net.i2p.stat.RateStat
Returns rate with requested period if it exists, otherwise null
getRate(String) - Method in class net.i2p.stat.StatManager
Misnamed, as it returns a RateStat, not a Rate.
getRate(long[]) - Static method in class org.klomp.snark.PeerCoordinator
 
getRateNames() - Method in class net.i2p.stat.StatManager
 
getRateStat() - Method in class net.i2p.stat.Rate
 
getRawMessageSize() - Method in interface net.i2p.data.i2np.I2NPMessage
How large the raw message is with the short 5 byte header
getRawMessageSize() - Method in class net.i2p.data.i2np.I2NPMessageImpl
The raw header consists of a one-byte type and a 4-byte expiration in seconds only.
getRawSession() - Method in class net.i2p.sam.SAMv1Handler
 
getReachability() - Method in class net.i2p.router.web.SummaryHelper
 
getReachabilityStatus() - Method in class net.i2p.router.CommSystemFacade
Deprecated.
use getStatus()
getReachabilityStatus() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
Maybe we should trust UPnP here and report OK if it opened the port, but for now we don't.
getReachabilityStatus() - Method in interface net.i2p.router.transport.Transport
Previously returned short, now enum as of 0.9.20
getReachabilityStatus() - Method in class net.i2p.router.transport.TransportImpl
Previously returned short, now enum as of 0.9.20
getReachabilityStatus() - Method in class net.i2p.router.transport.TransportManager
Previously returned short, now enum as of 0.9.20
getReachabilityStatus() - Method in class net.i2p.router.transport.udp.UDPTransport
Previously returned short, now enum as of 0.9.20
getReader() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
Hook for NTCPConnection
getReadLock() - Method in class net.i2p.BOB.NamedDB
 
getReadLock() - Method in class net.i2p.router.util.DecayingBloomFilter
 
getReadTimeout() - Method in interface net.i2p.client.streaming.I2PSocket
How long we will wait blocked on a read() operation.
getReadTimeout() - Method in interface net.i2p.client.streaming.I2PSocketOptions
What is the longest we'll block on the input stream while waiting for more data.
getReadTimeout() - Method in class net.i2p.client.streaming.impl.I2PSocketFull
 
getReadTimeout() - Method in class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
What is the longest we'll block on the input stream while waiting for more data.
getReadTimeout() - Method in class net.i2p.client.streaming.impl.MessageInputStream
how long a read() call should block (if less than 0, block indefinitely, but if it is 0, do not block at all)
getReadTimeout() - Method in class net.i2p.i2ptunnel.I2PTunnelClient
 
getReadTimeout() - Method in class net.i2p.i2ptunnel.I2PTunnelServer
Get the read idle timeout for newly-created connections (in milliseconds).
getReadTimeout() - Method in class net.i2p.i2ptunnel.socks.SocketWrapper
 
getReadTimeout() - Method in class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPServerBase
Get the read idle timeout for newly-created connections (in milliseconds).
getReadyCount() - Method in class net.i2p.router.JobQueue
 
getRealm() - Method in class net.i2p.i2ptunnel.I2PTunnelConnectClient
 
getRealm() - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
 
getRealm() - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
 
getReason() - Method in class net.i2p.data.i2cp.AbuseReason
 
getReason() - Method in class net.i2p.data.i2cp.DisconnectMessage
 
getReason() - Method in class net.i2p.data.i2cp.ReportAbuseMessage
 
getReasonPhrase() - Method in class org.cybergarage.http.HTTPStatus
 
getReceiveAliceTime() - Method in class net.i2p.router.transport.udp.PeerTestState
when did we last hear from alice?
getReceiveBobTime() - Method in class net.i2p.router.transport.udp.PeerTestState
when did we last hear from bob?
getReceiveBps() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
 
getReceiveBps() - Method in class net.i2p.router.transport.udp.PeerState
 
getReceiveBps15s() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
 
getReceiveBufferSize() - Method in class net.i2p.client.streaming.impl.StandardServerSocket
 
getReceiveBufferSize() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getReceiveBufferSize() - Method in class net.i2p.util.InternalServerSocket
Deprecated.
unsupported
getReceiveBufferSize() - Method in class net.i2p.util.InternalSocket
Deprecated.
unsupported
getReceiveCharlieTime() - Method in class net.i2p.router.transport.udp.PeerTestState
when did we last hear from charlie?
getReceivedAsPublished() - Method in class net.i2p.data.LeaseSet
If true, we received this LeaseSet by a remote peer publishing it to us, rather than by searching for it ourselves or locally creating it.
getReceivedAsReply() - Method in class net.i2p.data.LeaseSet
If true, we received this LeaseSet by searching for it Default false.
getReceivedIP() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
getReceivedOurIP() - Method in class net.i2p.router.transport.udp.InboundEstablishState
 
getReceivedPort() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
getReceivedRelayTag() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
getReceivedSignedOnTime() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
getReceivedX() - Method in class net.i2p.router.transport.udp.InboundEstablishState
 
getReceiveFrom() - Method in class net.i2p.router.tunnel.HopConfig
what is the previous peer in the tunnel (null if gateway)
getReceiveMTU() - Method in class net.i2p.router.transport.udp.PeerState
Estimate how large the other side's MTU is.
getReceiveStreamId() - Method in class net.i2p.client.streaming.impl.Connection
The stream ID of a peer connection that sends data to us, or zero if unknown.
getReceiveStreamId() - Method in class net.i2p.client.streaming.impl.Packet
stream the replies should be sent on.
getReceiveTunnel() - Method in class net.i2p.router.tunnel.HopConfig
 
getReceiveTunnelId() - Method in class net.i2p.router.tunnel.HopConfig
what tunnel ID are we receiving on?
getReceiveTunnelId(int) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
retrieve the tunnelId that the given hop receives messages on.
getReceiveTunnelId(int) - Method in interface net.i2p.router.TunnelInfo
retrieve the tunnelId that the given hop receives messages on.
getReceiveWindow() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
Deprecated.
This doesn't appear to be used.
getRecentMessagesCount() - Method in class net.i2p.router.tunnel.HopConfig
This returns the number of processed messages since the last time getAndResetRecentMessagesCount() was called.
getRecipient() - Method in class net.i2p.router.message.GarlicConfig
 
getRecipientPublicKey() - Method in class net.i2p.router.message.GarlicConfig
 
getRecipientsFromList(ArrayList<String>, String, boolean) - Static method in class i2p.susi.webmail.Mail
A little misnamed.
getRecord(int) - Method in class net.i2p.data.i2np.TunnelBuildMessageBase
 
getRecordCount() - Method in class net.i2p.data.i2np.TunnelBuildMessageBase
 
getRecordPattern() - Method in class net.i2p.router.web.ConfigLoggingHelper
 
getRecvRate() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
getReduce(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getReduceCount(int, int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getReduceCount(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getReduceOnIdle(int, boolean) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getReduceTime(int, int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getReduceTime(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getRedundancy() - Method in class net.i2p.router.networkdb.kademlia.FloodfillStoreJob
 
getRedundancy() - Method in class net.i2p.router.networkdb.kademlia.StoreJob
overridden in FSJ
getRefresh() - Method in class net.i2p.router.web.CSSHelper
 
getRefreshDelaySeconds() - Method in class org.klomp.snark.SnarkManager
 
getRefreshFrequencySelectBox() - Method in class net.i2p.router.web.ConfigUpdateHelper
 
getRefreshMeta() - Method in class net.i2p.router.web.GraphHelper
This must be output in the jsp since *lt;meta> must be in the <head>
getRegion(String) - Method in class com.maxmind.geoip.LookupService
 
getRegion(InetAddress) - Method in class com.maxmind.geoip.LookupService
 
getRegion(long) - Method in class com.maxmind.geoip.LookupService
 
getRegisteredApp(String) - Method in interface net.i2p.app.ClientAppManager
Get a registered app.
getRegisteredApp(String) - Method in class net.i2p.router.startup.RouterAppManager
Get a registered app.
getRejectInproxy(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getRejectionRate() - Method in class net.i2p.router.peermanager.TunnelHistory
all unused public void setLifetimeAgreedTo(long num) { _lifetimeAgreedTo = num; } public void setLifetimeRejected(long num) { _lifetimeRejected = num; } public void setLifetimeFailed(long num) { _lifetimeFailed = num; } public void setLastAgreedTo(long when) { _lastAgreedTo = when; } public void setLastRejectedCritical(long when) { _lastRejectedCritical = when; } public void setLastRejectedBandwidth(long when) { _lastRejectedBandwidth = when; } public void setLastRejectedTransient(long when) { _lastRejectedTransient = when; } public void setLastRejectedProbabalistic(long when) { _lastRejectedProbabalistic = when; } public void setLastFailed(long when) { _lastFailed = when; }
getRejectReferer(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getRejectUserAgents(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getRelatedStateVariable() - Method in class org.cybergarage.upnp.Argument
 
getRelatedStateVariableName() - Method in class org.cybergarage.upnp.Argument
 
getRelayIntroReader() - Method in class net.i2p.router.transport.udp.UDPPacketReader
 
getRelayRequestReader() - Method in class net.i2p.router.transport.udp.UDPPacketReader
 
getRelayResponseReader() - Method in class net.i2p.router.transport.udp.UDPPacketReader
 
getReleased() - Method in class net.i2p.router.tunnel.FragmentedMessage
 
getReleasedAfter() - Method in class net.i2p.router.tunnel.FragmentedMessage
 
getReliability() - Method in class net.i2p.client.SendMessageOptions
default Reliability.DEFAULT
getReliability(int) - Static method in class net.i2p.client.SendMessageOptions
default Reliability.DEFAULT
getRemaining() - Method in class net.i2p.i2ptunnel.GunzipOutputStream
Inflater statistic
getRemaining() - Method in class net.i2p.util.ResettableGZIPInputStream
Moved from i2ptunnel HTTPResponseOutputStream.InternalGZIPInputStream
getRemainingLength() - Method in class org.klomp.snark.Snark
Bytes not yet in storage.
getRemainingLength() - Method in class org.klomp.snark.web.FetchAndAdd
 
getRemoteAddress() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Only valid for outbound; null for inbound
getRemoteAddress() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
getRemoteAddress() - Method in class net.i2p.sam.SSLSocketChannel
new in Java 7
getRemoteAddress() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
 
getRemoteHost() - Method in class net.i2p.router.transport.udp.UDPPacket
 
getRemoteHostId() - Method in class net.i2p.router.transport.udp.InboundEstablishState
RemoteHostId, uniquely identifies an attempt
getRemoteHostId() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
This should be what the state is currently indexed by in the _outboundStates table.
getRemoteHostId() - Method in class net.i2p.router.transport.udp.PeerState
 
getRemoteIdentity() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
getRemoteInetAddress() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
 
getRemoteIP() - Method in class net.i2p.router.transport.udp.PeerState
what IP is the peer sending and receiving packets on?
getRemoteIPAddress() - Method in class net.i2p.router.transport.udp.PeerState
 
getRemotePeer() - Method in class net.i2p.client.streaming.impl.Connection
who are we talking with
getRemotePeer() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Valid for outbound; valid for inbound after handshake
getRemotePeer() - Method in class net.i2p.router.transport.udp.PeerState
The peer are we talking to.
getRemotePort() - Method in class net.i2p.client.streaming.impl.Packet
 
getRemotePort() - Method in class net.i2p.i2ptunnel.irc.I2PTunnelDCCClient
 
getRemotePort() - Method in class net.i2p.router.transport.udp.PeerState
what port is the peer sending and receiving packets on?
getRemotePort() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
 
getRemoteSocketAddress() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getRemoteSocketAddress() - Method in class net.i2p.util.InternalSocket
Deprecated.
unsupported
getRenewSubscriber() - Method in class org.cybergarage.upnp.ControlPoint
 
getRepliedPeers() - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
getReply(int) - Method in class net.i2p.data.i2np.DatabaseSearchReplyMessage
 
getReplyGateway() - Method in class net.i2p.data.i2np.DatabaseStoreMessage
 
getReplyIV() - Method in class net.i2p.router.tunnel.HopConfig
IV used to encrypt the reply sent for the new tunnel creation crypto
getReplyKey() - Method in class net.i2p.data.i2np.DatabaseLookupMessage
The included session key or null if unset
getReplyKey() - Method in class net.i2p.router.tunnel.HopConfig
key to encrypt the reply sent for the new tunnel creation crypto
getReplyMessageId() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
new style reply message id
getReplyOrder() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
component ordering in the new style request
getReplySelector() - Method in class net.i2p.router.OutNetMessage
Defines a MessageSelector to find a reply to this message.
getReplyTag() - Method in class net.i2p.data.i2np.DatabaseLookupMessage
The included session tag or null if unset
getReplyToken() - Method in class net.i2p.data.i2np.DatabaseStoreMessage
If a reply is desired, this token specifies the message ID that should be used for a DeliveryStatusMessage to be sent to the reply tunnel on the reply gateway.
getReplyTunnel() - Method in class net.i2p.data.i2np.DatabaseLookupMessage
Contains the tunnel ID a reply should be sent to
getReplyTunnel() - Method in class net.i2p.data.i2np.DatabaseStoreMessage
 
getRepresentation() - Method in class net.i2p.crypto.eddsa.math.GroupElement
Gets the representation of the group element.
getReqID() - Method in class net.i2p.data.i2cp.HostLookupMessage
 
getReqID() - Method in class net.i2p.data.i2cp.HostReplyMessage
 
getRequest() - Method in class net.i2p.client.streaming.I2PSocketEepGet
Guess we have to override this since super doesn't strip the http://host from the GET line which hoses some servers (opentracker) HTTP proxy was kind enough to do this for us
getRequest() - Method in class net.i2p.util.EepGet
 
getRequest() - Method in class net.i2p.util.EepHead
 
getRequest() - Method in class net.i2p.util.PartialEepGet
 
getRequest() - Method in class org.jrobin.core.FetchData
Returns FetchRequest object used to create this FetchData object.
getRequest() - Method in class org.klomp.snark.PartialPiece
Convert this PartialPiece to a request for the next chunk.
getRequestCount() - Method in class org.klomp.snark.Piece
How many peers are requesting this piece? Caller must synchronize
getRequested() - Method in class net.i2p.router.client.LeaseRequestState
lease set that is being requested
getRequestedPort() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
 
getRequestedPort() - Method in interface net.i2p.router.transport.Transport
What INTERNAL port would the transport like to have forwarded by UPnP.
getRequestedPort() - Method in class net.i2p.router.transport.TransportImpl
What INTERNAL port would the transport like to have forwarded by UPnP.
getRequestedPort() - Method in class net.i2p.router.transport.udp.UDPTransport
The current or configured internal IPv4 port.
getRequestHost() - Method in class org.cybergarage.http.HTTPRequest
 
getRequestHostURL(String, int) - Static method in class org.cybergarage.http.HTTP
 
getRequestPort() - Method in class org.cybergarage.http.HTTPRequest
 
getRequests() - Method in class org.klomp.snark.PeerState
debug
getRequestSentTime() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
getRequestTime() - Method in interface net.i2p.router.transport.FIFOBandwidthLimiter.Request
when was the request made?
getRequestURI() - Method in class net.i2p.router.web.SummaryHelper
 
getRequireFullySigned() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
Do we want all packets in both directions to be signed, or can we deal with signatures on the SYN and FIN packets only? There is no property name defined for this, so it's safe to say this is unused and always false.
getRequireIntroductionsChecked() - Method in class net.i2p.router.web.ConfigNetHelper
Deprecated.
unused, to be fixed if needed
getReseedURL() - Method in class net.i2p.router.web.ConfigReseedHelper
 
getResendDelay() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
How long after sending a packet will we wait before resending?
getResendDelay() - Method in class net.i2p.client.streaming.impl.Packet
How long is the creator of this packet going to wait before resending this packet (if it hasn't yet been ACKed).
getResendEvent() - Method in class net.i2p.client.streaming.impl.PacketLocal
 
getResetReceived() - Method in class net.i2p.client.streaming.impl.Connection
 
getResetSent() - Method in class net.i2p.client.streaming.impl.Connection
 
getResetSentOn() - Method in class net.i2p.client.streaming.impl.Connection
 
getResolution() - Method in class org.jrobin.core.FetchRequest
Returns fetch resolution to be used for the fetch request.
getResource() - Method in class com.nettgryppa.security.HashCash
The primary resource being protected
getResource(String) - Method in class org.klomp.snark.web.BasicServlet
get Resource to serve.
getResource(String) - Method in class org.klomp.snark.web.I2PSnarkServlet
We override this to set the file relative to the storage dirctory for the torrent.
getResponse() - Method in class org.cybergarage.upnp.control.ActionResponse
 
getRestartStatus() - Method in class net.i2p.router.web.SummaryHelper
The restart status and buttons
getRestartTimeRemaining() - Static method in class net.i2p.router.web.ConfigRestartBean
this is for summaryframe.jsp
getResultBegin() - Method in class i2p.susi.dns.AddressbookBean
 
getResultCode() - Method in class net.i2p.data.i2cp.HostReplyMessage
 
getResultEnd() - Method in class i2p.susi.dns.AddressbookBean
 
getRetainDays() - Method in class net.i2p.jetty.I2PRequestLog
 
getReturnValue() - Method in class org.cybergarage.upnp.control.QueryResponse
 
getReuseAddress() - Method in class net.i2p.client.streaming.impl.StandardServerSocket
 
getReuseAddress() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getReuseAddress() - Method in class net.i2p.util.InternalServerSocket
Deprecated.
unsupported
getReuseAddress() - Method in class net.i2p.util.InternalSocket
Deprecated.
unsupported
getRevocationKey() - Method in class net.i2p.router.LeaseSetKeys
Key with which a LeaseSet can be revoked (by republishing it with no Leases) Deprecated, unused
getRobin(int) - Method in class org.jrobin.core.Archive
Returns the underlying round robin archive.
getRootDevice() - Method in class org.cybergarage.upnp.Device
 
getRootDevice() - Method in class org.cybergarage.upnp.Service
 
getRootElement(InputSource) - Static method in class org.jrobin.core.Util.Xml
 
getRootElement(String) - Static method in class org.jrobin.core.Util.Xml
 
getRootElement(File) - Static method in class org.jrobin.core.Util.Xml
 
getRootName() - Method in class net.i2p.util.LogLimit
 
getRootNode() - Method in class org.cybergarage.upnp.Device
 
getRootNode() - Method in class org.cybergarage.xml.Node
 
getRotationLimit() - Method in class net.i2p.util.LogManager
 
getRounds(int, int) - Static method in class net.i2p.crypto.CryptixRijndael_Algorithm
Return The number of rounds for a given Rijndael's key and block sizes.
getRouter(int) - Method in class net.i2p.data.i2cp.RequestLeaseSetMessage
 
getRouter() - Method in class net.i2p.data.i2np.DeliveryInstructions
default null
getRouterCount() - Method in class net.i2p.router.Banlist
 
getRouterDir() - Method in class net.i2p.I2PAppContext
Where the router keeps its files.
getRouterIdentity() - Method in class net.i2p.data.router.RouterPrivateKeyFile
Read it in from the file.
getRouterInfo() - Method in class net.i2p.router.Router
Our current router info.
getRouterInfoFile(RouterContext, Hash) - Static method in class net.i2p.router.networkdb.kademlia.PersistentDataStore
The persistent RI file for a hash.
getRouterInfoHash(String) - Static method in class net.i2p.router.networkdb.kademlia.PersistentDataStore
Package private for installer BundleRouterInfos
getRouters() - Method in class net.i2p.router.NetworkDatabaseFacade
public for NetDbRenderer in routerconsole
getRouters() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
public for NetDbRenderer in routerconsole
getRoutingKey() - Method in class net.i2p.data.DatabaseEntry
Get the routing key for the structure using the current modifier in the RoutingKeyGenerator.
getRoutingKey(Hash) - Method in class net.i2p.data.router.RouterKeyGenerator
Generate a modified (yet consistent) hash from the origKey by generating the SHA256 of the targetKey with the current modData appended to it This makes Sybil's job a lot harder, as she needs to essentially take over the whole keyspace.
getRoutingKey(Hash, long) - Method in class net.i2p.data.router.RouterKeyGenerator
Get the routing key for the specified date, not today's
getRoutingKey(Hash) - Method in class net.i2p.data.RoutingKeyGenerator
Get the routing key for a key.
getRow(int, BitArray) - Method in class com.google.zxing.common.BitMatrix
A fast method to retrieve one row of data from the matrix as a BitArray.
getRowCount() - Method in class org.jrobin.core.FetchData
Returns the number of rows fetched from the corresponding RRD.
getRowCount() - Method in class org.jrobin.core.jrrd.Archive
Returns the number of entries in this archive.
getRows() - Method in class net.i2p.router.web.SummaryListener
 
getRows() - Method in class org.jrobin.core.ArcDef
Returns the number of rows (aggregated values) stored in the archive.
getRows() - Method in class org.jrobin.core.Archive
Returns the number of archive rows.
getRows(int) - Method in class org.jrobin.core.DataImporter
 
getRows(int) - Method in class org.jrobin.core.RrdToolReader
 
getRows(int) - Method in class org.jrobin.core.XmlReader
 
getRowSize() - Method in class com.google.zxing.common.BitMatrix
 
getRpn95Percentile(String) - Method in class org.jrobin.core.FetchData
Same as FetchData.get95Percentile(String), but for a set of values calculated with the given RPN expression.
getRpnAggregate(String, String) - Method in class org.jrobin.core.FetchData
Returns aggregated value for a set of values calculated by applying an RPN expression to the fetched data.
getRpnAggregates(String) - Method in class org.jrobin.core.FetchData
Returns all aggregated values for a set of values calculated by applying an RPN expression to the fetched data.
getRpnExpression() - Method in class org.jrobin.data.CDef
 
getRpnValues(String) - Method in class org.jrobin.core.FetchData
Returns a set of values created by applying RPN expression to the fetched data.
getRPort() - Method in interface org.klomp.snark.dht.DHT
 
getRPort() - Method in class org.klomp.snark.dht.KRPC
 
getRRACount() - Method in class org.jrobin.core.jrrd.Header
Returns the number of Archives in the database.
getRrdAllocator() - Method in class org.jrobin.core.Archive
Required to implement RrdUpdater interface.
getRrdAllocator() - Method in class org.jrobin.core.ArcState
Required to implement RrdUpdater interface.
getRrdAllocator() - Method in class org.jrobin.core.Datasource
Required to implement RrdUpdater interface.
getRrdAllocator() - Method in class org.jrobin.core.Header
Required to implement RrdUpdater interface.
getRrdAllocator() - Method in class org.jrobin.core.Robin
Required to implement RrdUpdater interface.
getRrdAllocator() - Method in class org.jrobin.core.RrdDb
Required to implement RrdUpdater interface.
getRrdAllocator() - Method in interface org.jrobin.core.RrdUpdater
 
getRrdBackend() - Method in class org.jrobin.core.Archive
Returns the underlying storage (backend) object which actually performs all I/O operations.
getRrdBackend() - Method in class org.jrobin.core.ArcState
Returns the underlying storage (backend) object which actually performs all I/O operations.
getRrdBackend() - Method in class org.jrobin.core.Datasource
Returns the underlying storage (backend) object which actually performs all I/O operations.
getRrdBackend() - Method in class org.jrobin.core.Header
Returns the underlying storage (backend) object which actually performs all I/O operations.
getRrdBackend() - Method in class org.jrobin.core.Robin
Returns the underlying storage (backend) object which actually performs all I/O operations.
getRrdBackend() - Method in class org.jrobin.core.RrdDb
Returns backend object for this RRD which performs actual I/O operations.
getRrdBackend() - Method in interface org.jrobin.core.RrdUpdater
 
getRrdDef() - Method in class org.jrobin.core.RrdDb
Returns RRD definition object which can be used to create new RRD with the same creation parameters but with no data in it.
getRrdDef() - Method in class org.jrobin.core.RrdDefTemplate
Returns RrdDef object constructed from the underlying XML template.
getRrdGraphDef() - Method in class org.jrobin.graph.RrdGraphDefTemplate
Creates RrdGraphDef object which can be used to create RrdGraph object (actual JRobin graphs).
getRrdGraphInfo() - Method in class org.jrobin.graph.RrdGraph
Returns complete graph information in a single object.
getRrdTimestamps() - Method in class org.jrobin.data.Def
 
getRrdToolCommand() - Method in class org.jrobin.core.FetchRequest
 
getRrdToolCommand() - Method in class org.jrobin.core.RrdDef
 
getRrdToolCommand() - Method in class org.jrobin.core.Sample
 
getRrdValues() - Method in class org.jrobin.data.Def
 
getRTO() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getRTO() - Method in class net.i2p.router.transport.udp.PeerState
how soon should we retransmit an unacked packet?
getRTT() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
What to set the round trip time estimate to (in milliseconds)
getRTT() - Method in class net.i2p.router.transport.udp.PeerState
how long does it usually take to get a message ACKed?
getRTTDev() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
used in TCB @since 0.9.8
getRTTDeviation() - Method in class net.i2p.router.transport.udp.PeerState
how skewed are the measured RTTs?
getRTTTrend() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
If we have 3 consecutive rtt increases, we are trending upwards (1), or if we have 3 consecutive rtt decreases, we are trending downwards (-1), else we're stable.
getRules() - Method in class org.apache.http.conn.util.PublicSuffixList
 
getRunner(Destination) - Method in class net.i2p.router.client.ClientManager
Unsynchronized
getRunnerDestinations() - Method in class net.i2p.router.client.ClientManager
 
getRunnerId() - Method in class net.i2p.router.JobQueueRunner
 
getRuns() - Method in class net.i2p.router.JobStats
 
getSauth() - Method in class net.i2p.router.web.ConfigReseedHelper
 
getSavedAddedAndCompleted(Snark) - Method in class org.klomp.snark.SnarkManager
Get setting for a torrent from the config file.
getSavedLocalAddresses() - Method in class net.i2p.router.transport.TransportImpl
Return and then clear all saved local addresses.
getSavedPreserveNamesSetting(Snark) - Method in interface org.klomp.snark.CompleteListener
 
getSavedPreserveNamesSetting(Snark) - Method in class org.klomp.snark.SnarkManager
Get setting for a torrent from the config file.
getSavedPreserveNamesSetting(Snark) - Method in class org.klomp.snark.UpdateRunner
 
getSavedTorrentBitField(Snark) - Method in interface org.klomp.snark.CompleteListener
 
getSavedTorrentBitField(Snark) - Method in class org.klomp.snark.SnarkManager
Get the saved bitfield for a torrent from the config file.
getSavedTorrentBitField(Snark) - Method in class org.klomp.snark.UpdateRunner
 
getSavedTorrentTime(Snark) - Method in interface org.klomp.snark.CompleteListener
not really listeners but the easiest way to get back to an optional SnarkManager
getSavedTorrentTime(Snark) - Method in class org.klomp.snark.SnarkManager
Get the timestamp for a torrent from the config file.
getSavedTorrentTime(Snark) - Method in class org.klomp.snark.UpdateRunner
 
getSavedUploaded(Snark) - Method in interface org.klomp.snark.CompleteListener
 
getSavedUploaded(Snark) - Method in class org.klomp.snark.SnarkManager
Get setting for a torrent from the config file.
getSavedUploaded(Snark) - Method in class org.klomp.snark.UpdateRunner
 
getScalarOps() - Method in class net.i2p.crypto.eddsa.spec.EdDSAParameterSpec
 
getScheduler(Connection) - Method in class net.i2p.client.streaming.impl.SchedulerChooser
 
getScope() - Method in class net.i2p.util.Log
 
getScope(String, Class<?>) - Static method in class net.i2p.util.Log
 
getSCPDData() - Method in class org.cybergarage.upnp.Service
 
getSCPDNode() - Method in class org.cybergarage.upnp.xml.ServiceData
 
getSCPDURL() - Method in class org.cybergarage.upnp.Service
 
getSearch() - Method in class i2p.susi.dns.AddressbookBean
 
getSearchKey() - Method in class net.i2p.data.i2np.DatabaseLookupMessage
Defines the key being searched for
getSearchKey() - Method in class net.i2p.data.i2np.DatabaseSearchReplyMessage
Defines the key being searched for
getSearchMx() - Method in class org.cybergarage.upnp.ControlPoint
 
getSearchType() - Method in class net.i2p.data.i2np.DatabaseLookupMessage
Defines the type of data being searched for.
getSecond() - Method in class org.cybergarage.http.Date
 
getSecondKBps() - Method in class net.i2p.router.web.SummaryHelper
 
getSeed() - Method in class net.i2p.crypto.eddsa.EdDSAPrivateKey
 
getSeed() - Method in class net.i2p.crypto.eddsa.spec.EdDSAPrivateKeySpec
 
getSeedCount() - Method in class org.klomp.snark.TrackerInfo
 
getSelector() - Method in class net.i2p.router.web.SearchHelper
 
getSenable() - Method in class net.i2p.router.web.ConfigReseedHelper
 
getSendAckDelay() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
if there are packets we haven't ACKed yet and we don't receive _receiveWindow messages before (_lastSendTime+_sendAckDelay), send an ACK of what we have received so far.
getSendBegin() - Method in class net.i2p.router.OutNetMessage
when did the sending process begin
getSendBps() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
 
getSendBps() - Method in class net.i2p.router.transport.udp.PeerState
return the smoothed send transfer rate
getSendBps15s() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
 
getSendBufferSize() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getSendBufferSize() - Method in class net.i2p.util.InternalSocket
Deprecated.
unsupported
getSendDelay() - Method in class net.i2p.router.tunnel.BatchedPreprocessor
Wait up to this long before sending (flushing) a small tunnel message Warning - overridden in BatchedRouterPreprocessor
getSendDelay() - Method in class net.i2p.router.tunnel.BatchedRouterPreprocessor
how long should we wait before flushing
getSender() - Method in class net.i2p.client.datagram.I2PDatagramDissector
Get the sender of an I2P repliable datagram (previously loaded with the loadI2PDatagram() method), verifying the datagram signature.
getSender() - Method in class net.i2p.router.transport.udp.UDPEndpoint
 
getSenderConfig() - Method in class net.i2p.router.ClientMessage
Retrieve the session config of the client that sent the message.
getSendLeaseSet() - Method in class net.i2p.client.SendMessageOptions
default true
getSendLeaseSet(int) - Static method in class net.i2p.client.SendMessageOptions
default true
getSendRate() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
getSendStreamId() - Method in class net.i2p.client.streaming.impl.Connection
What stream do we send data to the peer on?
getSendStreamId() - Method in class net.i2p.client.streaming.impl.Packet
what stream do we send data to the peer on?
getSendTime() - Method in class net.i2p.router.OutNetMessage
time the transport tries to send the message (including any queueing)
getSendTo() - Method in class net.i2p.router.tunnel.HopConfig
what is the next peer in the tunnel (null if endpoint)
getSendTo() - Method in class net.i2p.router.tunnel.InboundGatewayReceiver
The next hop
getSendTo() - Method in class net.i2p.router.tunnel.OutboundReceiver
The next hop
getSendTo() - Method in interface net.i2p.router.tunnel.TunnelGateway.Receiver
The next hop
getSendTunnel() - Method in class net.i2p.router.tunnel.HopConfig
what is the next tunnel we are sending to? (null if endpoint)
getSendTunnelId() - Method in class net.i2p.router.tunnel.HopConfig
what is the next tunnel ID we are sending to? (null if endpoint)
getSendTunnelId(int) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
retrieve the tunnelId that the given hop sends messages on.
getSendTunnelId(int) - Method in interface net.i2p.router.TunnelInfo
retrieve the tunnelId that the given hop sends messages on.
getSendWindowBytes() - Method in class net.i2p.router.transport.udp.PeerState
how many bytes should we send to the peer in a second
getSendWindowBytesRemaining() - Method in class net.i2p.router.transport.udp.PeerState
how many bytes can we send to the peer in the current second
getSentIP() - Method in class net.i2p.router.transport.udp.InboundEstablishState
what IP do they appear to be on?
getSentIP() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
The remote side (Bob) - note that in some places he's called Charlie.
getSentPort() - Method in class net.i2p.router.transport.udp.InboundEstablishState
what port number do they appear to be coming from?
getSentPort() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
The remote side (Bob) - note that in some places he's called Charlie.
getSentRelayTag() - Method in class net.i2p.router.transport.udp.InboundEstablishState
 
getSentSignature() - Method in class net.i2p.router.transport.udp.InboundEstablishState
 
getSentSignature() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
getSentSignedOnTime() - Method in class net.i2p.router.transport.udp.InboundEstablishState
 
getSentSignedOnTime() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
getSentX() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
getSentY() - Method in class net.i2p.router.transport.udp.InboundEstablishState
 
getSEQ() - Method in class org.cybergarage.upnp.event.NotifyRequest
 
getSeqNum() - Method in class net.i2p.router.OutNetMessage
For CDPQ
getSeqNum() - Method in class net.i2p.router.transport.udp.OutboundMessageState
For CDPQ
getSeqNum() - Method in class net.i2p.router.tunnel.OutboundGatewayMessage
For CDPQ
getSeqNum() - Method in interface net.i2p.router.util.PQEntry
Needed to ensure FIFO ordering within a single priority
getSequenceNum() - Method in class net.i2p.client.streaming.impl.Packet
0-indexed sequence number for this Packet in the sendStream
getSerial() - Method in class i2p.susi.dns.BaseBean
 
getSerialNumber() - Method in class org.cybergarage.upnp.Device
 
getServer(int) - Method in class net.i2p.router.time.RouterTimestamper
 
getServer() - Method in class org.cybergarage.http.HTTPPacket
 
getServer() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
 
getServerCount() - Method in class net.i2p.router.time.RouterTimestamper
 
getServerName() - Static method in class org.cybergarage.upnp.UPnP
 
getServerSock() - Method in class org.cybergarage.http.HTTPServer
 
getServerSocket() - Method in interface net.i2p.client.streaming.I2PSocketManager
Returns non-null socket.
getServerSocket() - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
Returns non-null socket.
getServerSocket() - Method in class net.i2p.router.client.ClientListenerRunner
Get a ServerSocket.
getServerSocket() - Method in class net.i2p.router.client.SSLClientListenerRunner
Get a SSLServerSocket.
getServerSocket() - Method in class org.klomp.snark.I2PSnarkUtil
 
getServerTarget(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
getService() - Method in class org.cybergarage.upnp.Action
 
getService() - Method in class org.cybergarage.upnp.Argument
 
getService(String) - Method in class org.cybergarage.upnp.Device
 
getService(int) - Method in class org.cybergarage.upnp.ServiceList
 
getService() - Method in class org.cybergarage.upnp.StateVariable
 
getServiceByControlURL(String) - Method in class org.cybergarage.upnp.Device
 
getServiceByEventSubURL(String) - Method in class org.cybergarage.upnp.Device
 
getServiceBySCPDURL(String) - Method in class org.cybergarage.upnp.Device
 
getServiceID() - Method in class org.cybergarage.upnp.Service
 
getServiceList() - Method in class org.cybergarage.upnp.Device
 
getServiceLogs() - Method in class net.i2p.router.web.LogsHelper
 
getServiceNode() - Method in class org.cybergarage.upnp.Service
 
getServiceNode() - Method in class org.cybergarage.upnp.StateVariable
 
getServices() - Method in class net.i2p.router.web.HomeHelper
 
getServiceStateTable() - Method in class org.cybergarage.upnp.Service
 
getServiceType() - Method in class org.cybergarage.upnp.Service
 
getSession() - Method in interface net.i2p.client.streaming.I2PSocketManager
 
getSession() - Method in class net.i2p.client.streaming.impl.Connection
 
getSession() - Method in class net.i2p.client.streaming.impl.ConnectionManager
This is the primary session only
getSession() - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
 
getSession() - Method in class net.i2p.client.streaming.impl.Packet
 
getSession() - Method in class net.i2p.sam.SAMv3Handler
For SAMv3DatagramServer
getSession(boolean) - Method in class net.i2p.servlet.RequestWrapper
 
getSession() - Method in class net.i2p.servlet.RequestWrapper
 
getSessionConfig() - Method in class net.i2p.data.i2cp.CreateSessionMessage
 
getSessionConfig() - Method in class net.i2p.data.i2cp.ReconfigureSessionMessage
 
getSessionConfirmedReader() - Method in class net.i2p.router.transport.udp.UDPPacketReader
 
getSessionCreatedReader() - Method in class net.i2p.router.transport.udp.UDPPacketReader
 
getSessionId() - Method in class net.i2p.client.impl.I2PSessionImpl
Retrieve the session's ID
getSessionId() - Method in class net.i2p.data.i2cp.CreateLeaseSetMessage
 
getSessionId() - Method in class net.i2p.data.i2cp.DestroySessionMessage
 
getSessionId() - Method in class net.i2p.data.i2cp.HostLookupMessage
 
getSessionId() - Method in class net.i2p.data.i2cp.HostReplyMessage
 
getSessionId() - Method in class net.i2p.data.i2cp.MessagePayloadMessage
 
getSessionId() - Method in class net.i2p.data.i2cp.MessageStatusMessage
 
getSessionId() - Method in class net.i2p.data.i2cp.ReceiveMessageBeginMessage
 
getSessionId() - Method in class net.i2p.data.i2cp.ReceiveMessageEndMessage
 
getSessionId() - Method in class net.i2p.data.i2cp.ReconfigureSessionMessage
 
getSessionId() - Method in class net.i2p.data.i2cp.ReportAbuseMessage
 
getSessionId() - Method in class net.i2p.data.i2cp.RequestLeaseSetMessage
 
getSessionId() - Method in class net.i2p.data.i2cp.RequestVariableLeaseSetMessage
 
getSessionId() - Method in class net.i2p.data.i2cp.SendMessageMessage
 
getSessionId() - Method in class net.i2p.data.i2cp.SessionId
 
getSessionId() - Method in class net.i2p.data.i2cp.SessionStatusMessage
 
getSessionId(Hash) - Method in class net.i2p.router.client.ClientConnectionRunner
Subsession aware.
getSessionIds() - Method in class net.i2p.router.client.ClientConnectionRunner
Subsession aware.
getSessionKey() - Method in class net.i2p.router.transport.crypto.DHSessionKeyBuilder
Retrieve the session key, calculating it if necessary (and if possible).
getSessionKeyManager() - Method in class net.i2p.router.client.ClientConnectionRunner
current client's sessionkeymanager
getSessionRequestReader() - Method in class net.i2p.router.transport.udp.UDPPacketReader
 
getSessions() - Method in class net.i2p.i2ptunnel.I2PTunnel
 
getSettings() - Method in class net.i2p.router.tunnel.pool.TunnelPool
 
getSettings() - Method in class net.i2p.router.web.ConfigAdvancedHelper
 
getSettings() - Method in class net.i2p.router.web.ConfigUIHelper
 
getSeverity() - Method in class net.i2p.data.i2cp.AbuseSeverity
 
getSeverity() - Method in class net.i2p.data.i2cp.ReportAbuseMessage
 
getShareBandwidth(RouterContext) - Static method in class net.i2p.router.tunnel.TunnelDispatcher
 
getShareBandwidth() - Method in class net.i2p.router.web.ConfigNetHelper
 
getSharedClient() - Method in class net.i2p.i2ptunnel.TunnelController
default true
getSharedClient(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
getSharePercentage() - Method in class net.i2p.router.Router
What fraction of the bandwidth specified in our bandwidth limits should we allow to be consumed by participating tunnels?
getSharePercentageBox() - Method in class net.i2p.router.web.ConfigNetHelper
 
getShareRateBits() - Method in class net.i2p.router.web.ConfigNetHelper
 
getShareRatio() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getShareRatio() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
 
getShareRatio() - Method in interface net.i2p.router.TunnelManagerFacade
 
getShareRatio() - Method in class net.i2p.router.web.SummaryHelper
 
getShost() - Method in class net.i2p.router.web.ConfigReseedHelper
 
getShutdownTasks() - Method in class net.i2p.I2PAppContext
 
getShutdownTimeRemaining(RouterContext) - Static method in class net.i2p.desktopgui.router.RouterManager
Get time until shutdown
getShutdownTimeRemaining() - Method in class net.i2p.router.Router
How long until the graceful shutdown will kill us?
getSID() - Method in class org.cybergarage.upnp.event.NotifyRequest
 
getSID() - Method in class org.cybergarage.upnp.event.Subscriber
 
getSID(String) - Static method in class org.cybergarage.upnp.event.Subscription
 
getSID() - Method in class org.cybergarage.upnp.event.SubscriptionRequest
 
getSID() - Method in class org.cybergarage.upnp.event.SubscriptionResponse
 
getSID() - Method in class org.cybergarage.upnp.Service
 
getSID() - Method in class org.cybergarage.upnp.xml.ServiceData
 
getSigLen() - Method in enum net.i2p.crypto.SigType
the length of the signature, in bytes
getSignature() - Method in class net.i2p.data.DatabaseEntry
Retrieve the proof that the identity stands behind the info here
getSignature() - Method in class net.i2p.data.i2cp.SessionConfig
 
getSignature() - Method in class org.jrobin.core.Header
Returns RRD signature.
getSignature() - Method in class org.jrobin.graph.RrdGraphDef
Gets the signature string that runs along the right-side of the graph.
getSigner(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getSigner(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getSignerString() - Method in class net.i2p.crypto.SU3File
This does not check the signature, but it will fail if the signer is unknown, unless setVerifySignature(false) has been called.
getSigningKey() - Method in class net.i2p.data.LeaseSet
Deprecated.
unused
getSigningPrivateKey() - Method in class net.i2p.data.i2cp.CreateLeaseSetMessage
 
getSigningPrivateKey(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getSigningPrivateKey() - Method in class net.i2p.router.KeyManager
Router key
getSigningPrivKey() - Method in class net.i2p.data.PrivateKeyFile
 
getSigningPublicKey(SigningPrivateKey) - Static method in class net.i2p.crypto.KeyGenerator
Convert a SigningPrivateKey to a SigningPublicKey.
getSigningPublicKey() - Method in class net.i2p.data.DatabaseEntry
Identical to getDestination().getSigningPublicKey() in LeaseSet, and getIdentity().getSigningPublicKey() in RouterInfo.
getSigningPublicKey() - Method in class net.i2p.data.KeysAndCert
 
getSigningPublicKey() - Method in class net.i2p.router.KeyManager
Router key
getSigType() - Method in class i2p.susi.dns.AddressBean
Do this the easy way
getSigType() - Method in class net.i2p.crypto.SU3File
This does not check the signature, but it will fail if the signer is unknown, unless setVerifySignature(false) has been called.
getSigType() - Method in class net.i2p.data.KeyCertificate
 
getSigType() - Method in class net.i2p.data.KeysAndCert
 
getSigType(int, String) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getSigType(int, String) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getSigTypeCode() - Method in class net.i2p.data.KeyCertificate
 
getSigTypeConfig(RouterContext) - Static method in class net.i2p.router.startup.CreateRouterInfoJob
The configured SigType to expect on read-in
getSingleStat() - Method in class net.i2p.router.web.GraphHelper
For single stat page; stat = "bw.combined" treated specially
getSize() - Method in class com.google.zxing.common.BitArray
 
getSize() - Method in class com.google.zxing.common.reedsolomon.GenericGF
 
getSize() - Method in class i2p.susi.util.Folder
Returns the size of the folder.
getSize() - Method in class i2p.susi.webmail.Mail
 
getSize(String) - Method in class i2p.susi.webmail.pop3.POP3MailBox
Get cached size of a message (via previous LIST command).
getSize() - Method in class net.i2p.data.i2cp.MessageStatusMessage
 
getSize() - Method in class net.i2p.data.i2np.DataMessage
 
getSize() - Method in class net.i2p.data.i2np.DeliveryInstructions
 
getSize() - Method in class net.i2p.data.Payload
 
getSize() - Method in class org.jrobin.core.Robin
Returns the size of the underlying array of archived values.
getSize() - Method in class org.klomp.snark.MagnetState
 
getSize(long) - Method in class org.klomp.snark.web.InclusiveByteRange
 
getSizeInBytes() - Method in class com.google.zxing.common.BitArray
 
getSkippedLength() - Method in class org.klomp.snark.Snark
Bytes not received and set to skipped.
getSkippedLength() - Method in class org.klomp.snark.Storage
Call setPriority() for all changed files first, then call this.
getSlowStartGrowthRateFactor() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
When we're in slow start, we grow the window size at the rate of 1/(factor).
getSlowStartThreshold() - Method in class net.i2p.router.transport.udp.PeerState
public void setMTU(int mtu) { _mtu = mtu; _mtuLastChecked = _context.clock().now(); }
getSmallestIcon() - Method in class org.cybergarage.upnp.Device
 
getSmallFont() - Method in class org.jrobin.graph.RrdGraphDef
Get the default small font for graphing.
getSmallFontHeight() - Method in class org.jrobin.graph.RrdGraph
 
getSmallLeading() - Method in class org.jrobin.graph.RrdGraph
 
getSOAPAction() - Method in class org.cybergarage.soap.SOAPRequest
 
getSocket() - Method in class net.i2p.client.streaming.impl.Connection
 
getSocket(Hash, int) - Method in class net.i2p.i2ptunnel.I2PTunnelServer
Get a regular or SSL socket depending on config and the incoming port.
getSocket(Hash, InetAddress, int) - Method in class net.i2p.i2ptunnel.I2PTunnelServer
Get a regular or SSL socket depending on config.
getSocket() - Method in class net.i2p.i2ptunnel.udp.UDPSink
to pass to UDPSource constructor
getSocket(String, int) - Static method in class net.i2p.util.InternalSocket
Convenience method to return either a Socket or an InternalSocket
getSocket() - Method in class org.cybergarage.http.HTTPRequest
 
getSocket() - Method in class org.cybergarage.http.HTTPSocket
 
getSocket() - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
 
getSocket() - Method in class org.klomp.snark.Peer
 
getSocketAddress(Properties, SAMv3Handler) - Static method in class net.i2p.sam.SAMv3RawSession
 
getSocketIn() - Method in class net.i2p.i2ptunnel.I2PTunnelOutproxyRunner
 
getSocketIn() - Method in class net.i2p.i2ptunnel.I2PTunnelRunner
 
getSocketManager() - Method in class net.i2p.i2ptunnel.I2PTunnelClientBase
This is ONLY for shared clients.
getSocketManager(I2PTunnel) - Static method in class net.i2p.i2ptunnel.I2PTunnelClientBase
This is ONLY for shared clients.
getSocketManager(I2PTunnel, String) - Static method in class net.i2p.i2ptunnel.I2PTunnelClientBase
This is ONLY for shared clients.
getSocketManager() - Method in class org.klomp.snark.I2PSnarkUtil
For FetchAndAdd
getSocketOut() - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientRunner
Only call once!
getSocketOut() - Method in class net.i2p.i2ptunnel.I2PTunnelOutproxyRunner
 
getSocketOut() - Method in class net.i2p.i2ptunnel.I2PTunnelRunner
 
getSocketReader(int) - Method in class net.i2p.sam.SAMStreamSession
Get a SAM STREAM session socket handler.
getSocketServer() - Method in class net.i2p.sam.SAMv3StreamSession
 
getSoLinger() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getSoLinger() - Method in class net.i2p.util.InternalSocket
Deprecated.
unsupported
getSortedTrackers() - Method in class org.klomp.snark.SnarkManager
Sorted copy
getSoTimeout() - Method in interface net.i2p.client.streaming.I2PServerSocket
Get Sock Option accept timeout
getSoTimeout() - Method in class net.i2p.client.streaming.impl.ConnectionManager
Get the socket accept() timeout.
getSoTimeout() - Method in class net.i2p.client.streaming.impl.I2PServerSocketFull
 
getSoTimeout() - Method in class net.i2p.client.streaming.impl.StandardServerSocket
 
getSoTimeout() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getSoTimeout() - Method in class net.i2p.util.InternalServerSocket
 
getSoTimeout() - Method in class net.i2p.util.InternalSocket
 
getSource() - Method in class i2p.susi.dns.AddressBean
 
getSource() - Method in class net.i2p.util.LogRecord
 
getSourceName() - Method in class net.i2p.util.LogRecord
 
getSourceNames() - Method in class org.jrobin.data.DataProcessor
Returns array of datasource names defined in this DataProcessor.
getSourceNumber() - Method in class gnu.crypto.prng.RandomEventStandalone
 
getSpan(K, int[]) - 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.
getSpan(int, K, int[]) - Method in class net.metanotion.util.skiplist.SkipLevels
 
getSpan(K, int[]) - Method in class net.metanotion.util.skiplist.SkipSpan
 
getSpeedBonus() - Method in class net.i2p.router.peermanager.PeerProfile
extra factor added to the speed ranking - this can be updated in the profile written to disk to affect how the algorithm ranks speed.
getSpeedThreshold() - Method in class net.i2p.router.peermanager.ProfileOrganizer
 
getSpeedValue() - Method in class net.i2p.router.peermanager.PeerProfile
How fast is the peer, taking into consideration both throughput and latency.
getSpoofedHost() - Method in class net.i2p.i2ptunnel.TunnelController
 
getSpoofedHost(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getSpoofedHost(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getSport() - Method in class net.i2p.router.web.ConfigReseedHelper
 
getSSDPAnnounceCount() - Method in class org.cybergarage.upnp.Device
 
getSSDPBindAddress() - Method in class org.cybergarage.upnp.Device
 
getSSDPBindAddress() - Method in class org.cybergarage.upnp.xml.DeviceData
 
getSSDPIPv4MulticastAddress() - Method in class org.cybergarage.upnp.Device
 
getSSDPIPv4MulticastAddress(String) - Method in class org.cybergarage.upnp.Device
 
getSSDPIPv6MulticastAddress() - Method in class org.cybergarage.upnp.Device
 
getSSDPIPv6MulticastAddress(String) - Method in class org.cybergarage.upnp.Device
 
getSSDPNotifySocket(int) - Method in class org.cybergarage.upnp.ssdp.SSDPNotifySocketList
 
getSSDPPacket() - Method in class org.cybergarage.upnp.Device
 
getSSDPPacket() - Method in class org.cybergarage.upnp.xml.DeviceData
 
getSSDPPort() - Method in class org.cybergarage.upnp.ControlPoint
 
getSSDPPort() - Method in class org.cybergarage.upnp.Device
 
getSSDPPort() - Method in class org.cybergarage.upnp.xml.DeviceData
 
getSSDPSearchResponseSocket(int) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList
 
getSSDPSearchSocket(int) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocketList
 
getSSDPSearchSocketList() - Method in class org.cybergarage.upnp.xml.DeviceData
 
getSslProxies(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getSslProxies(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getSSLState() - Method in class net.i2p.util.SSLEepGet
Pass this back to the next SSLEepGet constructor for faster fetches.
getST() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
 
getST() - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
 
getStandardServerSocket() - Method in interface net.i2p.client.streaming.I2PSocketManager
Like getServerSocket but returns a real ServerSocket for easier porting of apps.
getStandardServerSocket() - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
Like getServerSocket but returns a real ServerSocket for easier porting of apps.
getStartAfter() - Method in class net.i2p.router.JobTiming
# of milliseconds after the epoch to start the job
getStartedOn() - Method in class net.i2p.i2ptunnel.I2PTunnelOutproxyRunner
When this runner started up transferring data
getStartedOn() - Method in class net.i2p.i2ptunnel.I2PTunnelRunner
When this runner started up transferring data
getStartOnLoad() - Method in class net.i2p.i2ptunnel.TunnelController
default true
getStartTime() - Method in class org.jrobin.core.Archive
Returns current starting timestamp.
getStartTime() - Method in class org.jrobin.core.RrdDef
Returns starting timestamp for the RRD that should be created.
getStartupDelay() - Method in class org.klomp.snark.I2PSnarkUtil
 
getState() - Method in interface net.i2p.app.ClientApp
The current state of the ClientApp.
getState() - Method in class net.i2p.apps.systray.UrlLauncher
ClientApp interface
getState() - Method in class net.i2p.BOB.BOB
 
getState() - Method in class net.i2p.desktopgui.Main
 
getState() - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
ClientApp interface
getState() - Method in class net.i2p.jetty.JettyStart
 
getState() - Method in class net.i2p.router.networkdb.kademlia.SearchJob
 
getState() - Method in class net.i2p.router.news.NewsManager
 
getState() - Method in class net.i2p.router.transport.udp.InboundEstablishState
 
getState() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
getState() - Method in class net.i2p.router.update.ConsoleUpdateManager
 
getState() - Method in class net.i2p.router.web.RouterConsoleRunner
 
getState() - Method in class net.i2p.sam.SAMBridge
 
getStateAccumValue(int, int) - Method in class org.jrobin.core.DataImporter
 
getStateAccumValue(int, int) - Method in class org.jrobin.core.RrdToolReader
 
getStateAccumValue(int, int) - Method in class org.jrobin.core.XmlReader
 
getStateNanSteps(int, int) - Method in class org.jrobin.core.DataImporter
 
getStateNanSteps(int, int) - Method in class org.jrobin.core.RrdToolReader
 
getStateNanSteps(int, int) - Method in class org.jrobin.core.XmlReader
 
getStateVariable(String, String) - Method in class org.cybergarage.upnp.Device
 
getStateVariable(String) - Method in class org.cybergarage.upnp.Device
 
getStateVariable(String) - Method in class org.cybergarage.upnp.Service
 
getStateVariable(int) - Method in class org.cybergarage.upnp.ServiceStateTable
 
getStateVariableData() - Method in class org.cybergarage.upnp.StateVariable
 
getStateVariableNode() - Method in class org.cybergarage.upnp.StateVariable
 
getStatFile() - Method in class net.i2p.stat.StatManager
 
getStatFilter() - Method in class net.i2p.stat.StatManager
 
getStatLog() - Method in class net.i2p.stat.StatManager
may be null
getStats() - Method in class net.i2p.router.web.OldConsoleHelper
 
getStatsByGroup() - Method in class net.i2p.stat.StatManager
Group name (untranslated String) to a SortedSet of untranslated stat names.
getStatus() - Method in exception net.i2p.client.streaming.I2PSocketException
For programmatic action based on specific failure code
getStatus() - Method in class net.i2p.data.i2cp.MessageStatusMessage
 
getStatus() - Method in class net.i2p.data.i2cp.SessionStatusMessage
 
getStatus(RouterContext) - Static method in class net.i2p.desktopgui.router.RouterManager
Get network status, untranslated
getStatus() - Method in class net.i2p.router.CommSystemFacade
Determine under what conditions we are remotely reachable.
getStatus() - Method in class net.i2p.router.networkdb.reseed.ReseedChecker
Status from current reseed attempt, probably empty if no reseed in progress.
getStatus() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
 
getStatus() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
 
getStatus() - Method in class net.i2p.router.update.ConsoleUpdateManager
The status on any update current or last finished.
getStatus() - Method in interface net.i2p.update.UpdateManager
The status on any update current or last finished.
getStatus() - Method in class org.cybergarage.upnp.Action
 
getStatus() - Method in class org.cybergarage.upnp.StateVariable
 
getStatusCode() - Method in class net.i2p.util.EepGet
The server response (200, etc).
getStatusCode() - Method in class org.cybergarage.http.HTTPResponse
 
getStatusCode() - Method in class org.cybergarage.http.HTTPStatus
 
getStatusLineString() - Method in class org.cybergarage.http.HTTPResponse
 
getStatusString(int) - Static method in class net.i2p.data.i2cp.MessageStatusMessage
 
getStatusText() - Method in class net.i2p.util.EepGet
The server text ("OK", "Not Found", etc).
getStdev() - Method in class org.jrobin.data.Aggregates
Returns stdev value
getStep() - Method in class org.cybergarage.upnp.AllowedValueRange
 
getStep() - Method in class org.jrobin.core.DataImporter
 
getStep() - Method in class org.jrobin.core.FetchData
Returns the step with which this data was fetched.
getStep() - Method in class org.jrobin.core.Header
Returns primary RRD time step.
getStep() - Method in class org.jrobin.core.RrdDef
Returns time step for the RRD that will be created.
getStep() - Method in class org.jrobin.core.RrdToolReader
 
getStep() - Method in class org.jrobin.core.XmlReader
 
getStep() - Method in class org.jrobin.data.DataProcessor
Returns the time step used for data processing.
getSteps() - Method in class org.jrobin.core.ArcDef
Returns the number of primary RRD steps which complete a single archive step.
getSteps() - Method in class org.jrobin.core.Archive
Returns the number of archive steps.
getSteps(int) - Method in class org.jrobin.core.DataImporter
 
getSteps(int) - Method in class org.jrobin.core.RrdToolReader
 
getSteps(int) - Method in class org.jrobin.core.XmlReader
 
getStorage() - Method in class org.klomp.snark.PeerCoordinator
 
getStorage() - Method in class org.klomp.snark.Snark
 
getStreamSession() - Method in class net.i2p.sam.SAMv1Handler
 
getStrictAverageEventsPerPeriod() - Method in class net.i2p.stat.Frequency
using the strict average interval, how many events occur within an average period?
getStrictAverageInterval() - Method in class net.i2p.stat.Frequency
Over the lifetime of this stat, without any decay or weighting, what was the average interval between events? (ms)
getString(String) - Static method in class i2p.susi.dns.Messages
 
getString(String, Object) - Static method in class i2p.susi.dns.Messages
 
getString(String, Object, Object) - Static method in class i2p.susi.dns.Messages
 
getString(int, String, String) - Static method in class i2p.susi.dns.Messages
translate (ngettext) @since 0.8.7
getString(String) - Static method in class i2p.susi.webmail.Messages
 
getString(String, Object) - Static method in class i2p.susi.webmail.Messages
 
getString(String, Object, Object) - Static method in class i2p.susi.webmail.Messages
 
getString(int, String, String) - Static method in class i2p.susi.webmail.Messages
 
getString(String, I2PAppContext) - Static method in class net.i2p.router.web.Messages
lang in routerconsole.lang property, else current locale
getString(String, Object, I2PAppContext) - Static method in class net.i2p.router.web.Messages
translate a string with a parameter This is a lot more expensive than getString(s, ctx), so use sparingly.
getString(String, Object, Object, I2PAppContext) - Static method in class net.i2p.router.web.Messages
two params @since 0.7.14
getString(int, String, String, I2PAppContext) - Static method in class net.i2p.router.web.Messages
translate (ngettext) @since 0.7.14
getString(String, I2PAppContext, String) - Static method in class net.i2p.util.Translate
lang in routerconsole.lang property, else current locale
getString(String, Object, I2PAppContext, String) - Static method in class net.i2p.util.Translate
translate a string with a parameter This is a lot more expensive than getString(s, ctx), so use sparingly.
getString(String, Object, Object, I2PAppContext, String) - Static method in class net.i2p.util.Translate
for {0} and {1}
getString(String, I2PAppContext, String, Object...) - Static method in class net.i2p.util.Translate
Varargs
getString(int, String, String, I2PAppContext, String) - Static method in class net.i2p.util.Translate
Use GNU ngettext For .po file format see http://www.gnu.org/software/gettext/manual/gettext.html.gz#Translating-plural-forms
getString() - Method in class org.klomp.snark.bencode.BEValue
Returns this BEValue as a String.
getString(String) - Method in class org.klomp.snark.I2PSnarkUtil
lang in routerconsole.lang property, else current locale
getString(String, Object) - Method in class org.klomp.snark.I2PSnarkUtil
translate a string with a parameter This is a lot more expensive than getString(s, ctx), so use sparingly.
getString(String, Object, Object) - Method in class org.klomp.snark.I2PSnarkUtil
{0} and {1}
getString(int, String, String) - Method in class org.klomp.snark.I2PSnarkUtil
ngettext @since 0.7.14
getString(String) - Method in class org.mortbay.servlet.MultiPartRequest
Get the data of a part as a string.
getStringHeaderValue(String, String, String) - Method in class org.cybergarage.http.HTTPPacket
 
getStringHeaderValue(String) - Method in class org.cybergarage.http.HTTPPacket
 
getStrings(String) - Method in class org.mortbay.servlet.MultiPartRequest
 
getStringWidth(String, Font) - Method in class org.jrobin.graph.ImageWorker
 
getStyle() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
 
getStyle() - Method in interface net.i2p.router.transport.Transport
The unique identity of this Transport
getStyle() - Method in class net.i2p.router.transport.udp.UDPTransport
 
getSubData() - Method in class net.i2p.router.message.GarlicConfig
 
getSubData() - Method in class net.i2p.router.message.PayloadGarlicConfig
 
getSubjectValue(X509Certificate, String) - Static method in class net.i2p.crypto.CertUtil
Get a value out of the subject distinguished name.
getSubscriber(int) - Method in class org.cybergarage.upnp.event.SubscriberList
 
getSubscriber(String) - Method in class org.cybergarage.upnp.Service
 
getSubscriberList() - Method in class org.cybergarage.upnp.Service
 
getSubscriberList() - Method in class org.cybergarage.upnp.xml.ServiceData
 
getSubscriberService(String) - Method in class org.cybergarage.upnp.ControlPoint
 
getSubscriberService(String) - Method in class org.cybergarage.upnp.Device
 
getSubscriptionTime() - Method in class org.cybergarage.upnp.event.Subscriber
 
getSubsessions() - Method in interface net.i2p.client.I2PSession
 
getSubsessions() - Method in class net.i2p.client.impl.I2PSessionImpl
 
getSubsessions() - Method in class net.i2p.client.impl.SubSession
Unsupported in a subsession.
getSubsessions() - Method in interface net.i2p.client.streaming.I2PSocketManager
 
getSubsessions() - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
 
getSuccessful() - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
getSuccessful() - Method in class net.i2p.router.networkdb.kademlia.StoreState
 
getSummary(StringBuilder) - Method in class net.i2p.i2ptunnel.TunnelController
Deprecated.
unused
getSummary() - Method in class net.i2p.router.web.CertHelper
 
getSummary() - Method in class net.i2p.router.web.ConfigKeyringHelper
 
getSummary() - Method in class net.i2p.router.web.ProfilesHelper
 
getSummaryBarSections(String) - Method in class net.i2p.router.web.SummaryHelper
 
getSummaryListener() - Method in class net.i2p.stat.Rate
 
getSupportedSince() - Method in enum net.i2p.crypto.EncType
The router version in which this type was first supported.
getSupportedSince() - Method in enum net.i2p.crypto.SigType
The router version in which this type was first supported.
getSusername() - Method in class net.i2p.router.web.ConfigReseedHelper
 
getSwingMainMenu() - Method in class net.i2p.desktopgui.ExternalTrayManager
 
getSwingMainMenu() - Method in class net.i2p.desktopgui.InternalTrayManager
 
getSwingMainMenu() - Method in class net.i2p.desktopgui.TrayManager
Build a popup menu, adding callbacks to the different items.
getSyncManager() - Method in class org.jrobin.core.RrdNioBackendFactory
 
getSyncPeriod() - Static method in class org.jrobin.core.RrdNioBackendFactory
Returns time between two consecutive background synchronizations.
getSyncPeriod() - Method in class org.jrobin.core.SyncManager
 
getSystemTimeZone() - Static method in class net.i2p.util.SystemVersion
The system's time zone, which is probably different from the JVM time zone, because Router changes the JVM default to GMT.
getSystemTimeZone(I2PAppContext) - Static method in class net.i2p.util.SystemVersion
The system's time zone, which is probably different from the JVM time zone, because Router changes the JVM default to GMT.
getT() - Method in class net.i2p.crypto.eddsa.math.GroupElement
Gets the T value of the group element.
getTagsSent() - Method in class net.i2p.client.streaming.impl.PacketLocal
Deprecated.
should always return null or an empty set
getTagsToSend() - Method in class net.i2p.client.SendMessageOptions
If we are low on tags, send this many.
getTagsToSend(int) - Static method in class net.i2p.client.SendMessageOptions
If we are low on tags, send this many.
getTagsToSend() - Method in class net.i2p.crypto.SessionKeyManager
How many to send, IF we need to.
getTagsToSend() - Method in class net.i2p.router.crypto.TransientSessionKeyManager
How many to send, IF we need to.
getTagThreshold() - Method in class net.i2p.client.SendMessageOptions
Low tag threshold.
getTagThreshold(int) - Static method in class net.i2p.client.SendMessageOptions
Low tag threshold.
getTarget() - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
getTarget() - Method in class net.i2p.router.networkdb.kademlia.StoreState
 
getTarget() - Method in class net.i2p.router.OutNetMessage
Specifies the router to which the message should be delivered.
getTargetAddress(String) - Method in class net.i2p.data.router.RouterInfo
Pull the first workable target address for the given transport.
getTargetAddress(RouterInfo) - Method in class net.i2p.router.transport.udp.UDPTransport
Get first available address we can use.
getTargetAddresses(String) - Method in class net.i2p.data.router.RouterInfo
For multiple addresses per-transport (IPv4 or IPv6)
getTargetAddresses(RouterInfo) - Method in class net.i2p.router.transport.TransportImpl
Get all available address we can use, shuffled and then sorted by cost/preference.
getTargetDestination() - Method in class net.i2p.i2ptunnel.TunnelController
 
getTargetHost() - Method in class net.i2p.i2ptunnel.TunnelController
 
getTargetHost(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getTargetHost(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getTargetPort() - Method in class net.i2p.i2ptunnel.TunnelController
 
getTargetPort(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getTargetPort(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getTargetRouter() - Method in class net.i2p.router.tunnel.FragmentedMessage
 
getTargetTunnel() - Method in class net.i2p.router.tunnel.FragmentedMessage
 
getTcpAutoIPChecked(int) - Method in class net.i2p.router.web.ConfigNetHelper
 
getTcpAutoPortChecked(int) - Method in class net.i2p.router.web.ConfigNetHelper
 
getTcpNoDelay() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getTcpNoDelay() - Method in class net.i2p.util.InternalSocket
Deprecated.
unsupported
getTemp() - Static method in class net.i2p.stat.RateAverages
 
getTempDir() - Method in class net.i2p.I2PAppContext
Where anybody may store temporary data.
getTempDir() - Method in class org.klomp.snark.I2PSnarkUtil
 
getTextContent() - Method in class net.i2p.router.web.ContentHelper
 
getTheme() - Method in class i2p.susi.dns.BaseBean
Returns the theme path
getTheme() - Method in class net.i2p.i2ptunnel.web.IndexBean
 
getTheme(String) - Method in class net.i2p.router.web.CSSHelper
 
getTheme() - Method in class org.klomp.snark.SnarkManager
Get current theme.
getThemes() - Method in class i2p.susi.dns.BaseBean
Get all themes
getThemes() - Method in class org.klomp.snark.SnarkManager
Get all themes
getTheyRelayToUsAs() - Method in class net.i2p.router.transport.udp.PeerState
If they have offered to serve as an introducer to us, this is the tag we can use to publish that fact.
getThisDestination() - Method in interface net.i2p.client.streaming.I2PSocket
 
getThisDestination() - Method in class net.i2p.client.streaming.impl.I2PSocketFull
 
getThisDestination() - Method in class net.i2p.i2ptunnel.socks.SocketWrapper
 
getThreadGroup() - Method in class net.i2p.sam.SessionRecord
 
getThreadName() - Method in class net.i2p.util.LogRecord
 
getThreadObject() - Method in class org.cybergarage.util.ThreadCore
 
getThrowable() - Method in class net.i2p.util.LogRecord
 
getTime() - Method in class net.i2p.data.DateAndFlags
 
getTime() - Method in class org.jrobin.core.Sample
Returns sample timestamp (in seconds, without milliseconds).
getTime() - Method in class org.jrobin.core.timespec.TimeSpec
 
getTime() - Static method in class org.jrobin.core.Util
Returns current timestamp in seconds (without milliseconds).
getTimeout() - Method in class net.i2p.client.impl.I2PSessionImpl2
 
getTimeout() - Method in class net.i2p.data.i2cp.HostLookupMessage
 
getTimeout() - Method in class org.cybergarage.http.HTTPServer
Get the current socket timeout
getTimeOut() - Method in class org.cybergarage.upnp.event.Subscriber
 
getTimeout(String) - Static method in class org.cybergarage.upnp.event.Subscription
 
getTimeout() - Method in class org.cybergarage.upnp.event.SubscriptionRequest
 
getTimeout() - Method in class org.cybergarage.upnp.event.SubscriptionResponse
 
getTimeout() - Method in class org.cybergarage.upnp.Service
 
getTimeout() - Method in class org.cybergarage.upnp.xml.ServiceData
 
getTimeoutMs() - Method in class net.i2p.router.networkdb.kademlia.SearchJob
 
getTimer() - Method in class org.jrobin.core.SyncManager
 
getTimes(TimeSpec, TimeSpec) - Static method in class org.jrobin.core.timespec.TimeSpec
Use this static method to resolve relative time references and obtain the corresponding Calendar objects.
getTimeSinceCreated() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
getTimeSinceReceive() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
getTimeSinceReceived() - Method in class net.i2p.router.transport.udp.UDPPacket
a packet handler has pulled it off the inbound queue
getTimeSinceSend() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
getTimestamp(String) - Method in class net.i2p.router.OutNetMessage
Deprecated.
unused
getTimeStamp() - Method in class org.cybergarage.upnp.Device
 
getTimeStamp() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
 
getTimestamp() - Method in class org.jrobin.core.timespec.TimeSpec
Returns the corresponding timestamp (seconds since Epoch).
getTimestamp() - Static method in class org.jrobin.core.Util
Just an alias for Util.getTime() method.
getTimestamp(Date) - Static method in class org.jrobin.core.Util
Returns timestamp (unix epoch) for the given Date object
getTimestamp(Calendar) - Static method in class org.jrobin.core.Util
Returns timestamp (unix epoch) for the given Calendar object
getTimestamp(int, int, int, int, int) - Static method in class org.jrobin.core.Util
Returns timestamp (unix epoch) for the given year, month, day, hour and minute.
getTimestamp(int, int, int) - Static method in class org.jrobin.core.Util
Returns timestamp (unix epoch) for the given year, month and day.
getTimestamp(String) - Static method in class org.jrobin.core.Util
Parses at-style time specification and returns the corresponding timestamp.
getTimestamper() - Method in class net.i2p.router.RouterClock
The RouterTimestamper
getTimestamper() - Method in class net.i2p.util.Clock
This is a dummy, see RouterClock and RouterTimestamper for the real thing
getTimestamps() - Method in class net.i2p.router.OutNetMessage
Deprecated.
unused
getTimestamps() - Method in class org.jrobin.core.FetchData
Returns an array of timestamps covering the whole range specified in the FetchReguest object.
getTimestamps(TimeSpec, TimeSpec) - Static method in class org.jrobin.core.timespec.TimeSpec
Use this static method to resolve relative time references and obtain the corresponding timestamps (seconds since epoch).
getTimestamps(String, String) - Static method in class org.jrobin.core.Util
Parses two related at-style time specifications and returns corresponding timestamps.
getTimestamps() - Method in class org.jrobin.data.DataProcessor
Returns consolidated timestamps created with the DataProcessor.processData() method.
getTimestamps() - Method in class org.jrobin.data.Source
 
getTimestamps() - Method in class org.jrobin.graph.Normalizer
 
getTimestampsPerPixel(int) - Method in class org.jrobin.data.DataProcessor
Calculates timestamps which correspond to individual pixels on the graph.
getTimestampsPerPixel() - Method in class org.jrobin.data.DataProcessor
Calculates timestamps which correspond to individual pixels on the graph based on the graph width set with a DataProcessor.setPixelCount(int) method call.
getTimeString() - Method in class org.cybergarage.http.Date
 
getTimeTillMidnight() - Method in class net.i2p.data.router.RouterKeyGenerator
How long until midnight (ms)
getTimeToLive() - Static method in class org.cybergarage.upnp.UPnP
 
getTiming() - Method in interface net.i2p.router.Job
Timing criteria for the task
getTiming() - Method in class net.i2p.router.JobImpl
 
getTmpFilename() - Static method in class org.jrobin.core.Util
 
getTo() - Method in class net.i2p.client.streaming.impl.PacketLocal
 
getTopLeftOnBit() - Method in class com.google.zxing.common.BitMatrix
This is useful in detecting a corner of a 'pure' barcode.
getToRouter() - Method in class net.i2p.router.tunnel.PendingGatewayMessage
may be null
getTorrent(String) - Method in class org.klomp.snark.SnarkManager
Grab the torrent given the (canonical) filename of the .torrent file
getTorrentByBaseName(String) - Method in class org.klomp.snark.SnarkManager
Grab the torrent given the base name of the storage
getTorrentByInfoHash(byte[]) - Method in class org.klomp.snark.SnarkManager
Grab the torrent given the info hash
getTorrentData() - Method in class org.klomp.snark.MetaInfo
Called by servlet to save a new torrent file generated from local data
getTorrents() - Method in class org.klomp.snark.SnarkManager
Unmodifiable
getTotal() - Method in class org.jrobin.data.Aggregates
Returns total value
getTotalAllocatedInboundBytes() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
 
getTotalAllocatedOutboundBytes() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
 
getTotalCodewords() - Method in class com.google.zxing.qrcode.decoder.Version
 
getTotalDay(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getTotalDay(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getTotalECCodewords() - Method in class com.google.zxing.qrcode.decoder.Version.ECBlocks
 
getTotalEventCount() - Method in class net.i2p.stat.RateAverages
 
getTotalExpanded() - Method in class net.i2p.i2ptunnel.GunzipOutputStream
Inflater statistic
getTotalExpanded() - Method in class net.i2p.util.ResettableGZIPInputStream
Moved from i2ptunnel HTTPResponseOutputStream.InternalGZIPInputStream
getTotalHour(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getTotalHour(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getTotalLength() - Method in class org.klomp.snark.MetaInfo
Returns the total length of the torrent in bytes.
getTotalLength() - Method in class org.klomp.snark.Snark
 
getTotalLength() - Method in class org.klomp.snark.web.FetchAndAdd
 
getTotalMinute(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getTotalMinute(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getTotalPendingTime() - Method in class net.i2p.router.JobStats
 
getTotalQuantity() - Method in class net.i2p.router.TunnelPoolSettings
Convenience
getTotalRead() - Method in class net.i2p.i2ptunnel.GunzipOutputStream
Inflater statistic
getTotalRead() - Method in class net.i2p.util.ResettableGZIPInputStream
Moved from i2ptunnel HTTPResponseOutputStream.InternalGZIPInputStream
getTotalReadySize() - Method in class net.i2p.client.streaming.impl.MessageInputStream
Same as available() but doesn't throw IOE
getTotalRequested() - Method in interface net.i2p.router.transport.FIFOBandwidthLimiter.Request
how many bytes were requested?
getTotalTime() - Method in class net.i2p.router.JobStats
 
getTotalValues() - Method in class net.i2p.stat.RateAverages
 
getToTunnel() - Method in class net.i2p.router.tunnel.PendingGatewayMessage
may be null
getTrackerMap() - Method in class org.klomp.snark.SnarkManager
Unsorted map of name to Tracker object Modifiable, not a copy
getTrackerProblems() - Method in class org.klomp.snark.Snark
Not HTML escaped.
getTrackers() - Method in class org.klomp.snark.SnarkManager
Unsorted, do not modify
getTrackerSeenPeers() - Method in class org.klomp.snark.Snark
 
getTrackerSeenPeers() - Method in class org.klomp.snark.web.FetchAndAdd
 
getTrackerURL() - Method in class org.klomp.snark.MagnetURI
 
getTrackerURL() - Method in class org.klomp.snark.Snark
 
getTrafficClass() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getTrafficClass() - Method in class net.i2p.util.InternalSocket
Deprecated.
unsupported
getTransferEncoding() - Method in class i2p.susi.webmail.Attachment
 
getTransferEncoding() - Method in class org.cybergarage.http.HTTPPacket
 
getTransparent() - Method in class org.jrobin.graph.GifColorTable
 
getTransport() - Method in class net.i2p.router.transport.TransportBid
Specifies the transport that offered this bid
getTransport(String) - Method in class net.i2p.router.transport.TransportManager
 
getTransport() - Method in class net.i2p.router.transport.udp.PeerState
Convenience for OutboundMessageState so it can fail itself
getTransportCount() - Method in class net.i2p.router.transport.TransportManager
 
getTransportStyle() - Method in class net.i2p.data.router.RouterAddress
Retrieve the type of transport that must be used to communicate on this address.
getTrClass() - Method in class i2p.susi.dns.AddressbookBean
 
getTrustedKeys() - Method in class net.i2p.router.web.ConfigUpdateHelper
 
getTrustedKeysString() - Method in class net.i2p.crypto.TrustedUpdate
Fetches the trusted keys for the current instance.
getTunnel() - Method in class net.i2p.i2ptunnel.I2PTunnelTask
 
getTunnel(TunnelId) - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
getTunnel(TunnelId) - Method in class net.i2p.router.tunnel.pool.TunnelPool
 
getTunnelBackupQuantity(int, int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getTunnelBackupQuantity(int, int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getTunnelCount() - Method in class net.i2p.i2ptunnel.web.IndexBean
 
getTunnelCount() - Method in class net.i2p.router.tunnel.pool.TunnelPool
duplicate of size(), let's pick one
getTunnelCreateResponseTime() - Method in class net.i2p.router.peermanager.PeerProfile
how long it takes to get a tunnel create response from the peer (in milliseconds), calculated over a 1 minute, 1 hour, and 1 day period Warning - may return null if !getIsExpanded()
getTunnelDepth(int, int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getTunnelDepth(int, int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getTunnelDescription(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getTunnelDescription(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
getTunnelFailed() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
 
getTunnelFailures() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
 
getTunnelHistory() - Method in class net.i2p.router.peermanager.PeerProfile
history of tunnel activity with the peer Warning - may return null if !getIsExpanded()
getTunnelId(int) - Method in class net.i2p.data.i2cp.RequestLeaseSetMessage
 
getTunnelId() - Method in class net.i2p.data.i2np.DeliveryInstructions
default null
getTunnelId() - Method in class net.i2p.data.i2np.TunnelDataMessage
 
getTunnelId() - Method in class net.i2p.data.i2np.TunnelGatewayMessage
 
getTunnelId() - Method in class net.i2p.data.Lease
Tunnel on the gateway to communicate with
getTunnelId() - Method in class net.i2p.data.TunnelId
 
getTunnelIdObj() - Method in class net.i2p.data.i2np.TunnelDataMessage
 
getTunnelInfo(TunnelId) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
Deprecated.
unused
getTunnelInfo(TunnelId) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Deprecated.
unused
getTunnelInfo(TunnelId) - Method in interface net.i2p.router.TunnelManagerFacade
Deprecated.
unused
getTunnelLag() - Method in interface net.i2p.router.RouterThrottle
How backed up our tunnels are at the moment (in milliseconds)
getTunnelLag() - Method in class net.i2p.router.RouterThrottleImpl
 
getTunnelLag() - Method in class net.i2p.router.web.SummaryHelper
How long it takes us to test our tunnels, averaged over the last 10 minutes (pretty printed with the units attached)
getTunnelName(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getTunnelName(TunnelControllerGroup, int) - Static method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getTunnelName(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
getTunnelPool() - Method in class net.i2p.router.tunnel.pool.PooledTunnelCreatorConfig
 
getTunnelQuantity(int, int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getTunnelQuantity(int, int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getTunnelStatus(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getTunnelStatus(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
getTunnelStatus() - Method in interface net.i2p.router.RouterThrottle
Message on the state of participating tunnel acceptance
getTunnelStatus() - Method in class net.i2p.router.RouterThrottleImpl
 
getTunnelStatus() - Method in class net.i2p.router.web.SummaryHelper
 
getTunnelSummary() - Method in class net.i2p.router.web.TunnelHelper
 
getTunnelTestResponseTime() - Method in class net.i2p.router.peermanager.PeerProfile
how long it takes to successfully test a tunnel this peer participates in (in milliseconds), calculated over a 10 minute, 1 hour, and 1 day period Warning - may return null if !getIsExpanded()
getTunnelTestTimeAverage() - Method in class net.i2p.router.peermanager.PeerProfile
 
getTunnelType(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getTunnelType(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
getTunnelVariance(int, int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getTunnelVariance(int, int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getType() - Method in class com.maxmind.geoip.DatabaseInfo
 
getType() - Method in class net.i2p.client.impl.HandlerImpl
 
getType() - Method in interface net.i2p.client.impl.I2CPMessageHandler
 
getType() - Method in class net.i2p.data.DatabaseEntry
Get the type of the data structure.
getType() - Method in class net.i2p.data.i2cp.BandwidthLimitsMessage
 
getType() - Method in class net.i2p.data.i2cp.CreateLeaseSetMessage
 
getType() - Method in class net.i2p.data.i2cp.CreateSessionMessage
 
getType() - Method in class net.i2p.data.i2cp.DestLookupMessage
 
getType() - Method in class net.i2p.data.i2cp.DestReplyMessage
 
getType() - Method in class net.i2p.data.i2cp.DestroySessionMessage
 
getType() - Method in class net.i2p.data.i2cp.DisconnectMessage
 
getType() - Method in class net.i2p.data.i2cp.GetBandwidthLimitsMessage
 
getType() - Method in class net.i2p.data.i2cp.GetDateMessage
 
getType() - Method in class net.i2p.data.i2cp.HostLookupMessage
 
getType() - Method in class net.i2p.data.i2cp.HostReplyMessage
 
getType() - Method in interface net.i2p.data.i2cp.I2CPMessage
Return the unique identifier for this type of message, as specified in the network specification document under #ClientAccessLayerMessages
getType() - Method in class net.i2p.data.i2cp.MessagePayloadMessage
 
getType() - Method in class net.i2p.data.i2cp.MessageStatusMessage
 
getType() - Method in class net.i2p.data.i2cp.ReceiveMessageBeginMessage
 
getType() - Method in class net.i2p.data.i2cp.ReceiveMessageEndMessage
 
getType() - Method in class net.i2p.data.i2cp.ReconfigureSessionMessage
 
getType() - Method in class net.i2p.data.i2cp.ReportAbuseMessage
 
getType() - Method in class net.i2p.data.i2cp.RequestLeaseSetMessage
 
getType() - Method in class net.i2p.data.i2cp.RequestVariableLeaseSetMessage
 
getType() - Method in class net.i2p.data.i2cp.SendMessageExpiresMessage
 
getType() - Method in class net.i2p.data.i2cp.SendMessageMessage
 
getType() - Method in class net.i2p.data.i2cp.SessionStatusMessage
 
getType() - Method in class net.i2p.data.i2cp.SetDateMessage
 
getType() - Method in class net.i2p.data.i2np.DatabaseLookupMessage
 
getType() - Method in class net.i2p.data.i2np.DatabaseSearchReplyMessage
 
getType() - Method in class net.i2p.data.i2np.DatabaseStoreMessage
 
getType() - Method in class net.i2p.data.i2np.DataMessage
 
getType() - Method in class net.i2p.data.i2np.DeliveryStatusMessage
 
getType() - Method in class net.i2p.data.i2np.GarlicMessage
 
getType() - Method in interface net.i2p.data.i2np.I2NPMessage
Return the unique identifier for this type of I2NP message, as defined in the I2NP spec
getType() - Method in class net.i2p.data.i2np.TunnelBuildMessage
 
getType() - Method in class net.i2p.data.i2np.TunnelBuildReplyMessage
 
getType() - Method in class net.i2p.data.i2np.TunnelDataMessage
 
getType() - Method in class net.i2p.data.i2np.TunnelGatewayMessage
 
getType() - Method in class net.i2p.data.i2np.UnknownI2NPMessage
Note that this returns the "true" type, so that the IBGW can correctly make drop decisions.
getType() - Method in class net.i2p.data.i2np.VariableTunnelBuildMessage
 
getType() - Method in class net.i2p.data.i2np.VariableTunnelBuildReplyMessage
 
getType() - Method in class net.i2p.data.LeaseSet
 
getType() - Method in class net.i2p.data.router.RouterInfo
 
getType() - Method in class net.i2p.data.Signature
 
getType() - Method in class net.i2p.data.SigningPrivateKey
 
getType() - Method in class net.i2p.data.SigningPublicKey
 
getType() - Method in class net.i2p.i2ptunnel.TunnelController
 
getType() - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
getType() - Method in class net.i2p.i2ptunnel.web.IndexBean
 
getType() - Method in class net.i2p.internal.PoisonI2CPMessage
 
getType() - Method in class net.i2p.router.update.UpdateRunner
 
getType() - Method in interface net.i2p.update.UpdateTask
 
getType() - Method in class org.jrobin.core.jrrd.Archive
Returns the type of function used to calculate the consolidated data point.
getType() - Method in class org.jrobin.core.jrrd.DataSource
Returns the type this data source is.
getType() - Method in class org.klomp.snark.UpdateRunner
 
getTypeName(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
getTypeOrder() - Method in class net.i2p.router.news.NewsMetadata.Update
lower is preferred
getUDN() - Method in class org.cybergarage.upnp.Device
 
getUDN(String) - Static method in class org.cybergarage.upnp.device.USN
 
getUdpAutoIPChecked(int) - Method in class net.i2p.router.web.ConfigNetHelper
 
getUdpDisabledChecked() - Method in class net.i2p.router.web.ConfigNetHelper
default false, inverse of default true property
getUdphostname() - Method in class net.i2p.router.web.ConfigNetHelper
 
getUdpIP() - Method in class net.i2p.router.web.ConfigNetHelper
 
getUdpPort() - Method in class net.i2p.router.web.ConfigNetHelper
To reduce confusion caused by NATs, this is the current internal SSU port, not the external port.
getUDPSocket() - Method in class org.cybergarage.upnp.ssdp.HTTPUSocket
 
getUIDL() - Method in interface i2p.susi.webmail.pop3.POP3MailBox.FetchRequest
 
getUIDLs() - Method in class i2p.susi.webmail.MailCache
The ones known locally, which will include any known on the server, if connected.
getUIDLs() - Method in class i2p.susi.webmail.pop3.POP3MailBox
Only if connected.
getUnackedPacketsReceived() - Method in class net.i2p.client.streaming.impl.Connection
 
getUnackedPacketsSent() - Method in class net.i2p.client.streaming.impl.Connection
how many packets have we sent but not yet received an ACK for?
getUnackedSize() - Method in class net.i2p.router.transport.udp.OutboundMessageState
 
getUnavailableCrypto() - Method in class net.i2p.router.web.LogsHelper
 
getUnderlyingDigest() - Method in class org.bouncycastle.oldcrypto.macs.I2PHMac
 
getUnencryptedData() - Method in class net.i2p.data.Payload
Retrieve the unencrypted body of the message.
getUniqueId() - Method in interface net.i2p.data.i2np.I2NPMessage
Replay resistant message ID
getUniqueId() - Method in class net.i2p.data.i2np.I2NPMessageImpl
Replay resistant message Id
getUniqueLocal(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getUniqueLocal(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getUnknownDatapoints() - Method in class org.jrobin.core.jrrd.CDPStatusBlock
Returns the number of unknown primary data points that were integrated.
getUnknownOptions() - Method in class net.i2p.router.TunnelPoolSettings
 
getUnknownSeconds() - Method in class org.jrobin.core.jrrd.PDPStatusBlock
Returns the number of seconds of the current primary data point is unknown data.
getUnpromptedDbStoreNew() - Method in class net.i2p.router.peermanager.DBHistory
how many times have they sent us data we didn't ask for and that we've never seen?
getUnpromptedDbStoreOld() - Method in class net.i2p.router.peermanager.DBHistory
how many times have they sent us data we didn't ask for but that we have seen?
getUPC() - Method in class org.cybergarage.upnp.Device
 
getUpdateAvailable(UpdateType) - Method in class net.i2p.router.update.ConsoleUpdateManager
Is an update available? Non-blocking, returns result of last check or notification from an Updater.
getUpdateAvailable(UpdateType, String) - Method in class net.i2p.router.update.ConsoleUpdateManager
Is an update available? Non-blocking, returns result of last check or notification from an Updater.
getUpdateConstraint(UpdateType, String) - Method in class net.i2p.router.update.ConsoleUpdateManager
Is there a reason we can't download the update?
getUpdateDevSU3() - Method in class net.i2p.router.web.ConfigUpdateHelper
 
getUpdateDownloaded(UpdateType) - Method in class net.i2p.router.update.ConsoleUpdateManager
Is an update downloaded? Non-blocking, returns result of last download
getUpdateDownloaded(UpdateType, String) - Method in class net.i2p.router.update.ConsoleUpdateManager
Is an update downloaded? Non-blocking, returns result of last download
getUpdatedSuccessfully() - Method in class net.i2p.util.Clock
 
getUpdateNonce() - Method in class net.i2p.router.web.SummaryHelper
 
getUpdatePolicySelectBox() - Method in class net.i2p.router.web.ConfigUpdateHelper
Right now the jsp hides the whole select box if _dontInstall is true but this could change
getUpdateSources() - Method in class net.i2p.router.update.DevSU3UpdateHandler
 
getUpdateSources() - Method in class net.i2p.router.update.UnsignedUpdateHandler
 
getUpdateStatus() - Static method in class net.i2p.router.web.NewsHelper
 
getUpdateStatus() - Method in class net.i2p.router.web.SummaryHelper
The update status and buttons
getUpdateThroughProxy() - Method in class net.i2p.router.web.ConfigUpdateHelper
 
getUpdateUnsigned() - Method in class net.i2p.router.web.ConfigUpdateHelper
 
getUpdateURL() - Method in class net.i2p.router.web.ConfigUpdateHelper
 
getUpdateURLs(UpdateType, String, UpdateMethod) - Method in class net.i2p.router.update.ConsoleUpdateManager
Where to find various resources
getUploaded() - Method in class org.klomp.snark.Peer
Returns the number of bytes that have been uploaded.
getUploaded() - Method in class org.klomp.snark.PeerCoordinator
Returns the total number of uploaded bytes of all peers.
getUploaded() - Method in class org.klomp.snark.Snark
 
getUploaders() - Method in class org.klomp.snark.PeerCoordinator
Uploaders whether interested or not Use this for per-torrent limits.
getUploadRate() - Method in class org.klomp.snark.Peer
Returns the 4-minute-average rate in Bps
getUploadRate() - Method in class org.klomp.snark.PeerCoordinator
 
getUploadRate() - Method in class org.klomp.snark.Snark
 
getUpnpChecked() - Method in class net.i2p.router.web.ConfigNetHelper
default true
getUPnPError() - Method in class org.cybergarage.upnp.control.ControlResponse
 
getUPnPErrorCode() - Method in class org.cybergarage.upnp.control.ControlResponse
 
getUPnPErrorDescription() - Method in class org.cybergarage.upnp.control.ControlResponse
 
getUptime() - Method in class net.i2p.router.Router
Wall clock uptime.
getUptime() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
getUptime() - Method in class net.i2p.router.web.SummaryHelper
Retrieve a pretty printed uptime count (ala 4d or 7h or 39m)
getURI() - Method in class net.i2p.router.update.PluginUpdateRunner
 
getURI() - Method in class net.i2p.router.update.UpdateRunner
 
getURI() - Method in interface net.i2p.update.UpdateTask
The current URI being checked or downloaded from.
getURI() - Method in class org.cybergarage.http.HTTPRequest
 
getURI() - Method in class org.klomp.snark.UpdateRunner
 
getUrl() - Method in class i2p.susi.dns.VersionBean
 
getURL() - Method in class net.i2p.router.web.SearchHelper
 
getURL() - Method in class org.cybergarage.upnp.Icon
 
getURLBase() - Method in class org.cybergarage.upnp.Device
 
getUs() - Method in class net.i2p.router.peermanager.ProfileOrganizer
 
getUseOutproxyPlugin(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Default true
getUseOutproxyPlugin(int) - Method in class net.i2p.i2ptunnel.web.EditBean
Default true
getUserAgents(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getUserAgents(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getUserData() - Method in class org.cybergarage.upnp.Action
 
getUserData() - Method in class org.cybergarage.upnp.Argument
 
getUserData() - Method in class org.cybergarage.upnp.ControlPoint
 
getUserData() - Method in class org.cybergarage.upnp.Device
 
getUserData() - Method in class org.cybergarage.upnp.Icon
 
getUserData() - Method in class org.cybergarage.upnp.Service
 
getUserData() - Method in class org.cybergarage.upnp.StateVariable
 
getUserData() - Method in class org.cybergarage.xml.Node
 
getUserHomeDirectory() - Static method in class org.jrobin.core.Util
Returns path to user's home directory.
getUsername() - Method in class net.i2p.router.web.ConfigReseedHelper
 
getUSN() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
 
getUSN() - Method in class org.cybergarage.upnp.ssdp.SSDPRequest
 
getUSN() - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
 
getUTF8(String) - Static method in class net.i2p.data.DataHelper
Same as orig.getBytes("UTF-8") but throws an unchecked RuntimeException instead of an UnsupportedEncodingException if no UTF-8, for ease of use.
getUTF8(StringBuffer) - Static method in class net.i2p.data.DataHelper
Deprecated.
unused
getUTF8(byte[]) - Static method in class net.i2p.data.DataHelper
Same as new String(orig, "UTF-8") but throws an unchecked RuntimeException instead of an UnsupportedEncodingException if no UTF-8, for ease of use.
getUTF8(byte[], int, int) - Static method in class net.i2p.data.DataHelper
Same as new String(orig, "UTF-8") but throws an unchecked RuntimeException instead of an UnsupportedEncodingException if no UTF-8, for ease of use.
getUtil() - Method in class org.klomp.snark.PeerCoordinator
Convenience
getUtil() - Method in interface org.klomp.snark.PeerListener
Convenience
getUUID() - Method in class org.cybergarage.upnp.Device
 
getV3DatagramServer(Properties) - Method in class net.i2p.sam.SAMBridge
Was a static singleton, now a singleton for this bridge.
getValid() - Method in class net.i2p.data.ByteArray
Count how many of the bytes in the array are 'valid'.
getValue() - Method in enum com.google.zxing.common.CharacterSetECI
 
getValue() - Method in class com.nettgryppa.security.HashCash
The value of the HashCash (e.g.
getValue() - Method in class org.cybergarage.http.HTTPHeader
 
getValue(LineNumberReader, String) - Static method in class org.cybergarage.http.HTTPHeader
 
getValue(String, String) - Static method in class org.cybergarage.http.HTTPHeader
 
getValue(byte[], String) - Static method in class org.cybergarage.http.HTTPHeader
 
getValue() - Method in class org.cybergarage.http.Parameter
 
getValue(String) - Method in class org.cybergarage.http.ParameterList
 
getValue() - Method in class org.cybergarage.upnp.AllowedValue
 
getValue() - Method in class org.cybergarage.upnp.Argument
 
getValue() - Method in class org.cybergarage.upnp.event.Property
 
getValue() - Method in class org.cybergarage.upnp.StateVariable
 
getValue() - Method in class org.cybergarage.upnp.xml.ArgumentData
 
getValue() - Method in class org.cybergarage.upnp.xml.StateVariableData
 
getValue() - Method in class org.cybergarage.xml.Attribute
 
getValue() - Method in class org.cybergarage.xml.Node
 
getValue() - Method in class org.jrobin.core.jrrd.CDPStatusBlock
Returns the value of this consolidated data point.
getValue() - Method in class org.jrobin.core.jrrd.PDPStatusBlock
Returns the current value of the primary data point.
getValue(int) - Method in class org.jrobin.core.Robin
Returns the i-th value from the Robin archive.
getValue(Node) - Static method in class org.jrobin.core.Util.Xml
 
getValue(Node, boolean) - Static method in class org.jrobin.core.Util.Xml
 
getValue(Node) - Method in class org.jrobin.core.XmlTemplate
 
getValue(Node, boolean) - Method in class org.jrobin.core.XmlTemplate
 
getValue(double) - Method in class org.jrobin.data.CubicSplineInterpolator
Calculates spline-interpolated y-value for the corresponding x-value.
getValue(long) - Method in class org.jrobin.data.CubicSplineInterpolator
Method overriden from the base class.
getValue(long) - Method in class org.jrobin.data.LinearInterpolator
Method overriden from the base class.
getValue(long) - Method in class org.jrobin.data.Plottable
Retrieves datapoint value based on a given timestamp.
getValue() - Method in class org.klomp.snark.bencode.BEValue
return the untyped value
getValueAsBoolean(Node) - Static method in class org.jrobin.core.Util.Xml
 
getValueAsBoolean(Node) - Method in class org.jrobin.core.XmlTemplate
 
getValueAsColor(Node) - Method in class org.jrobin.core.XmlTemplate
 
getValueAsDouble(Node) - Static method in class org.jrobin.core.Util.Xml
 
getValueAsDouble(Node) - Method in class org.jrobin.core.XmlTemplate
 
getValueAsInt(Node) - Static method in class org.jrobin.core.Util.Xml
 
getValueAsInt(Node) - Method in class org.jrobin.core.XmlTemplate
 
getValueAsLong(Node) - Static method in class org.jrobin.core.Util.Xml
 
getValueAsLong(Node) - Method in class org.jrobin.core.XmlTemplate
 
getValues(int, int) - Method in class org.jrobin.core.DataImporter
 
getValues(int) - Method in class org.jrobin.core.FetchData
Returns all archived values for a single datasource.
getValues() - Method in class org.jrobin.core.FetchData
Returns all archived values for all datasources.
getValues(String) - Method in class org.jrobin.core.FetchData
Returns all archived values for a single datasource.
getValues() - Method in class org.jrobin.core.jrrd.Archive
 
getValues() - Method in class org.jrobin.core.Robin
Fetches all archived values.
getValues(int, int) - Method in class org.jrobin.core.Robin
 
getValues(int, int) - Method in class org.jrobin.core.RrdToolReader
 
getValues() - Method in class org.jrobin.core.Sample
Returns all current data source values in the sample.
getValues(int, int) - Method in class org.jrobin.core.XmlReader
 
getValues(String) - Method in class org.jrobin.data.DataProcessor
Returns calculated values for a single datasource.
getValues() - Method in class org.jrobin.data.DataProcessor
Returns an array of all datasource values for all datasources.
getValues() - Method in class org.jrobin.data.Source
 
getValues() - Method in class org.jrobin.graph.SourcedPlotElement
 
getValues(T) - Method in class org.mortbay.util.MultiMap
 
getValuesPerPixel(String, int) - Method in class org.jrobin.data.DataProcessor
Method used to calculate datasource values which should be presented on the graph based on the desired graph width.
getValuesPerPixel(String) - Method in class org.jrobin.data.DataProcessor
Method used to calculate datasource values which should be presented on the graph based on the graph width set with a DataProcessor.setPixelCount(int) method call.
getVariables() - Method in class org.jrobin.core.XmlTemplate
Returns the list of variables that should be set in this template.
getVarName() - Method in class org.cybergarage.upnp.control.QueryRequest
 
getVendor() - Method in class freenet.support.CPUInformation.CPUIDCPUInfo
 
getVendor() - Method in interface freenet.support.CPUInformation.CPUInfo
 
getVerifiedBytesTransferred() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
 
getVerifiedBytesTransferred() - Method in interface net.i2p.router.TunnelInfo
we know for sure that this many bytes travelled through the tunnel in its lifetime
getVersion() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
getVersion() - Method in class com.nettgryppa.security.HashCash
Which version of HashCash is used here
getVersion() - Method in class i2p.susi.dns.VersionBean
 
getVersion() - Static method in class net.i2p.CoreVersion
For Vuze.
getVersion() - Method in class net.i2p.data.i2cp.GetDateMessage
 
getVersion() - Method in class net.i2p.data.i2cp.SetDateMessage
 
getVersion() - Method in class net.i2p.data.router.RouterInfo
For convenience, the same as getOption("router.version"), but returns "0" if unset.
getVersion() - Method in class net.i2p.router.web.SummaryHelper
Retrieve the version number of the router.
getVersion() - Method in class org.cybergarage.http.HTTPPacket
 
getVersion() - Method in class org.cybergarage.http.HTTPStatus
 
getVersion() - Method in class org.jrobin.core.DataImporter
 
getVersion() - Method in class org.jrobin.core.jrrd.Header
Returns the version of the database.
getVersion() - Method in class org.jrobin.core.RrdToolReader
 
getVersion() - Method in class org.jrobin.core.XmlReader
 
getVersionForNumber(int) - Static method in class com.google.zxing.qrcode.decoder.Version
 
getVersionNumber() - Method in class com.google.zxing.qrcode.decoder.Version
 
getVersionString() - Method in class net.i2p.crypto.SU3File
This does not check the signature, but it will fail if the signer is unknown, unless setVerifySignature(false) has been called.
getVersionString(File) - Static method in class net.i2p.crypto.TrustedUpdate
Reads the version string from a signed update file.
getVersionString(InputStream) - Static method in class net.i2p.crypto.TrustedUpdate
Reads the version string from an input stream
getWantedACKSendSince() - Method in class net.i2p.router.transport.udp.PeerState
 
getWebApp(String) - Static method in class net.i2p.router.web.WebAppStarter
 
getWellIntegratedPeers() - Method in class net.i2p.router.web.SummaryHelper
How many active peers the router ranks as well integrated.
getWeRelayToThemAs() - Method in class net.i2p.router.transport.udp.PeerState
if we are serving as an introducer to them, this is the the tag that they can publish that, when presented to us, will cause us to send a relay introduction to the current peer
getWhen(LogManager, LogRecord) - Static method in class net.i2p.util.LogRecordFormatter
 
getWhenCompleted() - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
getWhenCompleted() - Method in class net.i2p.router.networkdb.kademlia.StoreState
 
getWhenStarted() - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
getWhenStarted() - Method in class net.i2p.router.networkdb.kademlia.StoreState
 
getWhenStarted() - Method in class net.i2p.router.Router
Used only by routerconsole..
getWidth() - Method in class com.google.zxing.common.BitMatrix
 
getWidth() - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
 
getWidth() - Method in class org.cybergarage.upnp.Icon
 
getWidth() - Method in class org.jrobin.graph.Gif89Frame
 
getWidth() - Method in class org.jrobin.graph.RrdGraphInfo
Returns total graph width
getWindowSize() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
How many messages will we send before waiting for an ACK?
getWordSelectors(byte[], int, int, int[]) - Method in class org.xlattice.crypto.filters.KeySelector.GenericWordSelector
Extract the k offsets into the word offset array
getWordSelectors(byte[], int, int, int[]) - Method in interface org.xlattice.crypto.filters.KeySelector.WordSelector
 
getWorkingDir(Properties, boolean) - Static method in class net.i2p.router.startup.WorkingDir
Only call this once on router invocation.
getWriteLock() - Method in class net.i2p.BOB.NamedDB
 
getWriteLock() - Method in class net.i2p.router.util.DecayingBloomFilter
 
getWriteLock() - Method in class net.i2p.sam.SAMHandler
If you're crazy enough to write to the raw socket, grab the write lock with getWriteLock(), synchronize against it, and write to the getOut()
getWriter() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
Hook for NTCPConnection
getWriteTimeout() - Method in interface net.i2p.client.streaming.I2PSocketOptions
What is the longest we'll block on the output stream while waiting for the data to flush.
getWriteTimeout() - Method in class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
What is the longest we'll block on the output stream while waiting for the data to flush.
getWriteTimeout() - Method in class net.i2p.client.streaming.impl.MessageOutputStream
 
getX() - Method in class net.i2p.crypto.eddsa.math.GroupElement
Gets the X value of the group element.
getX() - Method in interface net.i2p.crypto.elgamal.ElGamalPrivateKey
 
getX() - Method in class net.i2p.crypto.elgamal.impl.ElGamalPrivateKeyImpl
 
getX() - Method in class net.i2p.crypto.elgamal.spec.ElGamalPrivateKeySpec
Returns the private value x.
getXff() - Method in class org.jrobin.core.ArcDef
Returns the X-files factor.
getXff() - Method in class org.jrobin.core.Archive
Returns archive X-files factor.
getXff(int) - Method in class org.jrobin.core.DataImporter
 
getXff() - Method in class org.jrobin.core.jrrd.Archive
Returns the X-Files Factor for this archive.
getXff(int) - Method in class org.jrobin.core.RrdToolReader
 
getXff(int) - Method in class org.jrobin.core.XmlReader
 
getXML(Rate, OutputStream) - Method in class net.i2p.router.web.StatSummarizer
 
getXml() - Method in class org.jrobin.core.RrdDb
Returns string representing internal RRD state in XML format.
getXMLParser() - Static method in class org.cybergarage.soap.SOAP
 
getXMLParser() - Static method in class org.cybergarage.upnp.UPnP
 
getXORDistance() - Method in class net.i2p.router.peermanager.PeerProfile
For now, just a one-byte comparison
getY() - Method in class net.i2p.crypto.eddsa.math.GroupElement
Gets the Y value of the group element.
getY() - Method in interface net.i2p.crypto.elgamal.ElGamalPublicKey
 
getY() - Method in class net.i2p.crypto.elgamal.impl.ElGamalPublicKeyImpl
 
getY() - Method in class net.i2p.crypto.elgamal.spec.ElGamalPublicKeySpec
Returns the public value y.
getZ() - Method in class net.i2p.crypto.eddsa.math.GroupElement
Gets the Z value of the group element.
getZero() - Method in class com.google.zxing.common.reedsolomon.GenericGF
 
getZero(GroupElement.Representation) - Method in class net.i2p.crypto.eddsa.math.Curve
 
getZipURL() - Method in class net.i2p.router.web.ConfigUpdateHelper
 
getZone(String) - Method in class net.i2p.router.time.Zones
Get the NTP zone for a country
Gif89Frame - Class in org.jrobin.graph
 
Gif89Frame() - Constructor for class org.jrobin.graph.Gif89Frame
 
GifColorTable - Class in org.jrobin.graph
 
GifColorTable() - Constructor for class org.jrobin.graph.GifColorTable
 
GifColorTable(Color[]) - Constructor for class org.jrobin.graph.GifColorTable
 
GifEncoder - Class in org.jrobin.graph
 
GifEncoder() - Constructor for class org.jrobin.graph.GifEncoder
 
GifEncoder(Image) - Constructor for class org.jrobin.graph.GifEncoder
 
GifEncoder(Color[]) - Constructor for class org.jrobin.graph.GifEncoder
 
GifEncoder(Color[], int, int, byte[]) - Constructor for class org.jrobin.graph.GifEncoder
 
GifPixelsEncoder - Class in org.jrobin.graph
 
GifPixelsEncoder(int, int, byte[], boolean, int) - Constructor for class org.jrobin.graph.GifPixelsEncoder
 
GLUE_MARKER - Static variable in interface org.jrobin.graph.RrdGraphConstants
Constant to represent "glue" marker
gnu.crypto.prng - package gnu.crypto.prng
The Fortuna PRNG from GNU Crypto, updated and modifed for I2P.
gnutls_key_fingerprint_randomart(byte[], String, int, String, boolean, boolean) - Static method in class net.i2p.imagegen.RandomArt
 
gotBitField(Peer, BitField) - Method in class org.klomp.snark.PeerCoordinator
Returns true if the given bitfield contains at least one piece we are interested in.
gotBitField(Peer, BitField) - Method in interface org.klomp.snark.PeerListener
Called when a bitmap message is received.
gotChoke(Peer, boolean) - Method in class org.klomp.snark.PeerCoordinator
this does nothing but logging
gotChoke(Peer, boolean) - Method in interface org.klomp.snark.PeerListener
Called when a choke message is received.
gotExtension(Peer, int, byte[]) - Method in class org.klomp.snark.PeerCoordinator
PeerListener callback
gotExtension(Peer, int, byte[]) - Method in interface org.klomp.snark.PeerListener
Called when an extension message is received.
gotHave(Peer, int) - Method in class org.klomp.snark.PeerCoordinator
 
gotHave(Peer, int) - Method in interface org.klomp.snark.PeerListener
Called when a have piece message is received.
gotInterest(Peer, boolean) - Method in class org.klomp.snark.PeerCoordinator
 
gotInterest(Peer, boolean) - Method in interface org.klomp.snark.PeerListener
Called when an interested message is received.
gotMetaInfo(Snark) - Method in interface org.klomp.snark.CompleteListener
We transitioned from magnet mode, we have now initialized our metainfo and storage.
gotMetaInfo(PeerCoordinator, MetaInfo) - Method in interface org.klomp.snark.CoordinatorListener
Called when the PeerCoordinator got the MetaInfo via magnet.
gotMetaInfo(PeerCoordinator, MetaInfo) - Method in class org.klomp.snark.Snark
Called when the PeerCoordinator got the MetaInfo via magnet.
gotMetaInfo(Snark) - Method in class org.klomp.snark.SnarkManager
We transitioned from magnet mode, we have now initialized our metainfo and storage.
gotMetaInfo(Snark) - Method in class org.klomp.snark.UpdateRunner
 
gotPeers(Peer, List<PeerID>) - Method in class org.klomp.snark.PeerCoordinator
Get peers from PEX - PeerListener callback
gotPeers(Peer, List<PeerID>) - Method in interface org.klomp.snark.PeerListener
Called when peers are received via PEX
gotPiece(Snark) - Method in interface org.klomp.snark.CompleteListener
 
gotPiece(Peer, PartialPiece) - Method in class org.klomp.snark.PeerCoordinator
Returns false if the piece is no good (according to the hash).
gotPiece(Peer, PartialPiece) - Method in interface org.klomp.snark.PeerListener
Called when a piece is received from the peer.
gotPiece(Snark) - Method in class org.klomp.snark.SnarkManager
A Snark.CompleteListener method.
gotPiece(Snark) - Method in class org.klomp.snark.UpdateRunner
 
gotPort(Peer, int, int) - Method in class org.klomp.snark.PeerCoordinator
PeerListener callback Tell the DHT to ping it, this will get back the node info
gotPort(Peer, int, int) - Method in interface org.klomp.snark.PeerListener
Called when a DHT port message is received.
gotRequest(Peer, int, int, int) - Method in class org.klomp.snark.PeerCoordinator
Returns a byte array containing the requested piece or null of the piece is unknown.
gotRequest(Peer, int, int, int) - Method in interface org.klomp.snark.PeerListener
Called when the peer wants (part of) a piece from us.
gotZeroRead() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
workaround for EventPumper
gprint(String, String, String) - Method in class org.jrobin.graph.RrdGraphDef
This method does basically the same thing as RrdGraphDef.print(String, String, String), but the result is printed on the graph itself, below the chart area.
GracefulShutdown - Class in net.i2p.router.tasks
Simple thread that sits and waits forever, managing the graceful shutdown "process" (describing it would take more text than just reading the code...)
GracefulShutdown(RouterContext) - Constructor for class net.i2p.router.tasks.GracefulShutdown
 
gracefulShutdownInProgress() - Method in class net.i2p.router.Router
Is a graceful shutdown in progress? This may be cancelled.
GraphHelper - Class in net.i2p.router.web
/graphs.jsp, including form, and /graph.jsp
GraphHelper() - Constructor for class net.i2p.router.web.GraphHelper
 
grid - Variable in class org.jrobin.graph.ValueAxis.YLab
 
GRID_STROKE - Static variable in interface org.jrobin.graph.RrdGraphConstants
Stroke used to draw grid
gridStep - Variable in class org.jrobin.graph.ValueAxisSetting
 
GroupElement - Class in net.i2p.crypto.eddsa.math
A point (x,y) on an EdDSA curve.
GroupElement(Curve, GroupElement.Representation, FieldElement, FieldElement, FieldElement, FieldElement) - Constructor for class net.i2p.crypto.eddsa.math.GroupElement
Creates a group element for a curve.
GroupElement(Curve, byte[]) - Constructor for class net.i2p.crypto.eddsa.math.GroupElement
Creates a group element for a curve from a given encoded point.
GroupElement.Representation - Enum in net.i2p.crypto.eddsa.math
Available representations for a group element.
groupRequired() - Method in class net.i2p.router.web.ConfigStatsHelper
Is the current stat the first in the group?
GROWTH_FACTOR - Static variable in class net.i2p.router.peermanager.CapacityCalculator
used to adjust each period so that we keep trying to expand the peer's capacity
GunzipOutputStream - Class in net.i2p.i2ptunnel
Gunzip implementation per RFC 1952, reusing java's standard CRC32 and Inflater and InflaterOutputStream implementations.
GunzipOutputStream(OutputStream) - Constructor for class net.i2p.i2ptunnel.GunzipOutputStream
Build a new Gunzip stream
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 _