- 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(RouterContext) - Constructor for class net.i2p.router.message.GarlicMessageParser
-
- 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
-
- 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.RoutingKeyGenerator
-
Update the current modifier data with some bytes derived from the current
date (yyyyMMdd in GMT)
- 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 and ECDSA
- generateStatsPage(Writer, boolean) - Method in class net.i2p.router.web.StatsGenerator
-
- generator - Variable in class gnu.crypto.prng.FortunaStandalone
-
- 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.
- GeoIP - Class in net.i2p.router.transport
-
Manage geoip lookup in a file with the Tor geoip format.
- GeoIP(RouterContext) - Constructor for class net.i2p.router.transport.GeoIP
-
- GEOIP_DIR_DEFAULT - Static variable in class net.i2p.router.transport.GeoIP
-
- GEOIP_FILE_DEFAULT - Static variable in class net.i2p.router.transport.GeoIP
-
- 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(Object) - Method in class net.i2p.BOB.NamedDB
-
Get the object, and return it, throws RuntimeException
- 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.SAMv3Handler.SessionsDB
-
- get(String, String) - Method in class net.i2p.util.PasswordManager
-
Either plain or b64
- get(Comparable) - Method in class net.metanotion.io.block.index.IBSkipSpan
-
Linear search if in file, Binary search if in memory
- get(int, Comparable) - Method in class net.metanotion.util.skiplist.SkipLevels
-
- get(Comparable) - Method in class net.metanotion.util.skiplist.SkipList
-
- get(Comparable) - Method in class net.metanotion.util.skiplist.SkipSpan
-
- GET - Static variable in class org.cybergarage.http.HTTP
-
- 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
-
- get15sRate(boolean) - Method in class net.i2p.router.Router
-
- get15sRateIn() - Method in class net.i2p.router.Router
-
- get1mRate() - Method in class net.i2p.router.Router
-
- get1mRate(boolean) - Method in class net.i2p.router.Router
-
- get1mRateIn() - Method in class net.i2p.router.Router
-
- get1sRate() - Method in class net.i2p.router.Router
-
- get1sRate(boolean) - Method in class net.i2p.router.Router
-
- get1sRateIn() - Method in class net.i2p.router.Router
-
- get5mRate() - Method in class net.i2p.router.Router
-
- get5mRate(boolean) - Method in class net.i2p.router.Router
-
- get_special_map_digest() - Method in class org.klomp.snark.bencode.BDecoder
-
Ugly hack.
- 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) - Method in class org.cybergarage.upnp.Device
-
- 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.web.EditBean
-
- getAccessMode(int) - Method in class net.i2p.i2ptunnel.web.EditBean
-
- 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
- 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.
- getAddresses() - Method in class net.i2p.data.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
-
- getAddresses(boolean, boolean, boolean) - Static method in class net.i2p.util.Addresses
-
- getAddressSelector() - Method in class net.i2p.router.web.ConfigNetHelper
-
- getAdvertiser() - Method in class org.cybergarage.upnp.xml.DeviceData
-
- 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
-
- 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
-
- 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
-
- 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.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.web.EditBean
-
- getAllowReferer(int) - Method in class net.i2p.i2ptunnel.web.EditBean
-
- 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
- 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
-
- getAppContext() - Static method in class net.i2p.desktopgui.router.RouterManager
-
- getAppDir() - Method in class net.i2p.I2PAppContext
-
Where applications may store data.
- 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
-
- 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.
- 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 i2p.susi.webmail.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.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.crypto.TransientSessionKeyManager
-
Determine how long the available tags will be available for before expiring, in
milliseconds
- getAverage() - Method in class net.i2p.stat.RateAverages
-
- 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?
- getAvgDelayBetweenLookupsReceived() - Method in class net.i2p.router.peermanager.DBHistory
-
- getAvgOrLifetimeAvg() - Method in class net.i2p.stat.Rate
-
- getAvgPendingTime() - Method in class net.i2p.router.JobStats
-
- getAvgTime() - Method in class net.i2p.router.JobStats
-
- 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
-
- getBackendName() - Method in class net.i2p.router.web.SummaryListener
-
- 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 trackers to use as backups even if disabled
- 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
-
- getBandwidthTier() - Method in class net.i2p.data.RouterInfo
-
Return a string representation of this node's bandwidth tier,
or "Unknown"
- getBanlistSummary() - Method in class net.i2p.router.web.ProfilesHelper
-
- getBase64Entries(Properties) - Method in class net.i2p.client.naming.NamingService
-
This may be more or less efficient than getEntries(),
depending on the implementation.
- 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()
- getBindAddress() - Method in class org.cybergarage.http.HTTPServer
-
- getBindPort() - Method in class org.cybergarage.http.HTTPServer
-
- getBitField() - Method in class org.klomp.snark.Storage
-
The BitField that tells which pieces this storage contains.
- 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
-
- 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
-
- 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
-
- getBooleanConfiguration(String, boolean) - Method in class net.i2p.desktopgui.util.ConfigurationManager
-
Check if a specific boolean configuration exists.
- getBooleanProperty(String) - Method in class net.i2p.I2PAppContext
-
Default false
- getBooleanPropertyDefaultTrue(String) - Method in class net.i2p.I2PAppContext
-
- 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
- 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
-
- 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.
- getBWLimits(String, int) - Static method in class org.klomp.snark.BWLimits
-
- getByCode(int) - Static method in enum net.i2p.crypto.SigType
-
- 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
-
- 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.RouterInfo
-
Write out the raw payload of the routerInfo, excluding the signature.
- getBytes() - Method in class net.i2p.i2ptunnel.socks.SOCKSHeader
-
- getBytes(Object) - Method in class net.metanotion.io.data.IdentityBytes
-
- getBytes(Object) - Method in class net.metanotion.io.data.IntBytes
-
- getBytes(Object) - Method in class net.metanotion.io.data.LongBytes
-
- getBytes(Object) - Method in class net.metanotion.io.data.NullBytes
-
- getBytes(Object) - Method in class net.metanotion.io.data.StringBytes
-
- getBytes(Object) - Method in class net.metanotion.io.data.UTF8StringBytes
-
- getBytes(Object) - Method in interface net.metanotion.io.Serializer
-
- getBytes(Object) - Method in class net.metanotion.io.SerialStreams
-
- 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
-
- getCallback() - Method in class org.cybergarage.upnp.event.SubscriptionRequest
-
- getCapabilities() - Method in class net.i2p.data.RouterInfo
-
what special capabilities this router offers
- 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?
- 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.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.router.transport.ntcp.NTCPConnection
-
Valid for inbound; valid for outbound shortly after creation
- getChannel() - Method in class net.i2p.util.InternalServerSocket
-
- getChannel() - Method in class net.i2p.util.InternalSocket
-
- 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.ConfigNetHelper
-
- getChoke() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
-
how long we want to wait before any data is transferred on the
connection in either direction
- 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.web.IndexBean
-
- getClientExecutor() - Static method in class net.i2p.i2ptunnel.I2PTunnelClientBase
-
- 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."
- 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.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 input stream 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
-
- 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
-
- 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
-
- 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 enum net.i2p.crypto.SigType
-
the unique identifier for this type
- getCode() - Method in class org.cybergarage.upnp.UPnPStatus
-
- 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.
- 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
-
private void incrementThroughput(Hash prev) {
if (true) return;
long now = System.currentTimeMillis();
long timeSince = now - _lastCoallesced;
if (timeSince >= 60*1000) {
int amount = 1024 * _periodMessagesTransferred;
int normalized = (int)((double)amount * 60d*1000d / (double)timeSince);
_periodMessagesTransferred = 0;
_lastCoallesced = now;
_context.profileManager().tunnelDataPushed1m(prev, normalized);
} else {
_periodMessagesTransferred++;
}
}
- 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.router.client.ClientConnectionRunner
-
Current client's config,
will be null before session is established
- 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.
- getConfig() - Method in class org.klomp.snark.SnarkManager
-
- 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
-
- getConfigFilename() - Method in class org.klomp.snark.SnarkManager
-
- getConfigHome() - Method in class net.i2p.router.web.HomeHelper
-
- 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
-
- getConnectionEvent() - 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.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
- 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
-
- getContentLength() - Method in class i2p.susi.webmail.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 i2p.susi.webmail.RequestWrapper
-
- getContentType(String) - Method in class i2p.susi.webmail.RequestWrapper
-
- getContentType() - Method in class net.i2p.crypto.SU3File
-
- getContentType() - Method in class net.i2p.util.EepGet
-
- getContentType() - Method in class org.cybergarage.http.HTTPPacket
-
- getContentType() - Method in interface org.klomp.snark.web.BasicServlet.HttpContent
-
- 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
-
- 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.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.RouterAddress
-
Retrieve the weighted cost of this address, relative to other methods of
contacting this router.
- getcount() - Method in class net.i2p.BOB.NamedDB
-
- 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
- getCPUExtendedFamily() - Static method in class freenet.support.CPUInformation.CPUID
-
- getCPUExtendedModel() - Static method in class freenet.support.CPUInformation.CPUID
-
- getCPUFamily() - Static method in class freenet.support.CPUInformation.CPUID
-
- getCPUModel() - Static method in class freenet.support.CPUInformation.CPUID
-
- getCPUModelString() - Method in class freenet.support.CPUInformation.AMDInfoImpl
-
- 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
-
- 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()
- 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.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.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
-
- getCustomOptions(int) - Method in class net.i2p.i2ptunnel.web.EditBean
-
- 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
-
- 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
-
- getDataReader() - Method in class net.i2p.router.transport.udp.UDPPacketReader
-
- getDataStore() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
-
- getDataType() - Method in class org.cybergarage.upnp.StateVariable
-
- 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.RouterInfo
-
- getDate() - Method in class net.i2p.util.LogRecord
-
- getDate() - Method in class org.cybergarage.http.HTTPPacket
-
- 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
-
- 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.web.EditBean
-
- getDecryptionKey() - Method in interface net.i2p.client.I2PSession
-
Retrieve the decryption PrivateKey associated with the Destination
- getDecryptionKey() - Method in class net.i2p.client.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.
- 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
- 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.web.EditBean
-
- getDelayRequested() - Method in class net.i2p.data.i2np.DeliveryInstructions
-
- getDelaySeconds() - Method in class net.i2p.data.i2np.DeliveryInstructions
-
- 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
-
- getDepth() - Method in class org.cybergarage.upnp.Icon
-
- 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.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.SAMv3Handler.SessionRecord
-
- getDestHash() - Method in class net.i2p.router.client.ClientConnectionRunner
-
Equivalent to getConfig().getDestination().calculateHash();
will be null before session is established
- getDestHash() - Method in class org.klomp.snark.PeerID
-
- getDestHashBase32(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
-
- 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
-
Also sets the local privKey and signingPrivKey
- getDestination() - Method in class net.i2p.i2ptunnel.socks.SOCKSHeader
-
- 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(String) - Method in class net.i2p.sam.SAMBridge
-
Retrieve the destination associated with the given name
- 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
-
- 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.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
-
- 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.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 unless unavailable
in this JVM, in that case return a wrapped GNU Sha256Standalone
- getDigestInstance() - Method in enum net.i2p.crypto.SigType
-
- getDirection() - Method in class org.cybergarage.upnp.Argument
-
- 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 dislplay name of the ClientApp, used in user interfaces.
- getDisplayName() - Method in class net.i2p.BOB.BOB
-
- 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.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
-
- 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
-
- 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 - only valid by setDownloaded()
- 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
-
- getDownstreamMaxBitRate() - Method in class net.i2p.router.transport.UPnP
-
- 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.
- 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.web.EditBean
-
- getElapsed() - Method in class net.i2p.client.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
- getEncoding(String) - Static method in class i2p.susi.webmail.encoding.EncodingFactory
-
Retrieve instance of an encoder for a supported encoding (or null).
- getEncrypt(int) - Method in class net.i2p.i2ptunnel.web.EditBean
-
- getEncrypted() - Method in class net.i2p.data.i2np.DeliveryInstructions
-
- getEncryptedData() - Method in class net.i2p.data.Payload
-
the real data
- getEncryptionKey() - Method in class net.i2p.data.i2np.DeliveryInstructions
-
- getEncryptionKey() - Method in class net.i2p.data.LeaseSet
-
- 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
-
- 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
-
- 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
-
- 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
-
- getErrorPage(String, byte[]) - 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, byte[]) - 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
-
- 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
- getEtag() - Method in class net.i2p.addressbook.Subscription
-
Return the etag header that we recieved the last time we read this
subscription.
- getETag() - Method in class net.i2p.util.EepGet
-
- 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
-
- 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.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.transport.udp.UDPPacket
-
- 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.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.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
- getExtendedEBXCPUFlags() - Static method in class freenet.support.CPUInformation.CPUID
-
- getExtendedECXCPUFlags() - Static method in class freenet.support.CPUInformation.CPUID
-
- 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
-
- getFailed() - Method in class net.i2p.router.networkdb.kademlia.SearchState
-
- getFailed() - Method in class net.i2p.router.networkdb.kademlia.StoreState
-
public Set getSuccessfulExploratory() {
synchronized (_successfulExploratoryPeers) {
return (Set)_successfulExploratoryPeers.clone();
}
}
- getFailedBySkew() - Method in class net.i2p.router.transport.ntcp.EstablishState
-
- 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.
- getFailedLookups() - Method in class net.i2p.router.peermanager.DBHistory
-
- 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
-
- 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
- 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.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
-
- getFieldBytes() - Method in class org.klomp.snark.BitField
-
This returns the actual byte array used.
- getFile() - Method in class net.i2p.addressbook.Log
-
Return the File that the Log is writing to.
- getFileFromNames(File, List<String>) - Static method in class org.klomp.snark.Storage
-
- 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(String) - Method in class i2p.susi.webmail.RequestWrapper
-
- 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 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
-
- 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.
- 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
-
- getFilter() - Method in class i2p.susi.dns.AddressbookBean
-
- 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.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.klomp.snark.web.InclusiveByteRange
-
- getFirst(long) - Method in class org.klomp.snark.web.InclusiveByteRange
-
- 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?
Currently unused, candidate for removal.
- 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
-
- getFiveMinuteKBps() - Method in class net.i2p.router.web.SummaryHelper
-
- getFlag() - Method in class gnu.getopt.LongOpt
-
Returns the value of the 'flag' field for this long option
- 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.
- 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.util.LogManager
-
- 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
-
- 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
-
- 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
- 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
- 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
-
- getHandler(int) - Method in class net.i2p.client.I2PClientMessageHandlerMap
-
- getHandler() - Method in class net.i2p.sam.SAMv3Handler.SessionRecord
-
- getHandlerCount() - Method in class net.i2p.i2ptunnel.I2PTunnelServer
-
- getHandlerStatus() - Method in class net.i2p.router.transport.udp.PacketHandler
-
- getHandshake(int, 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
-
- getHasArg() - Method in class gnu.getopt.LongOpt
-
Returns the value set for the 'has_arg' field for this long option
- 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.
- 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
-
- 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
-
- 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
-
- getHeight() - Method in class org.cybergarage.upnp.Icon
-
- getHighCapacityPeers() - Method in class net.i2p.router.web.SummaryHelper
-
How many active peers the router ranks as having a high capacity.
- getHigherVersionSeen() - Method in class net.i2p.router.Router
-
- getHighestAckedThrough() - Method in class net.i2p.client.streaming.impl.Connection
-
- getHighestBlockId() - Method in class net.i2p.client.streaming.impl.MessageInputStream
-
- getHighestReadyBockId() - 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.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(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
-
- 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
-
- getIconList() - Method in class org.cybergarage.upnp.Device
-
- getIconNode() - Method in class org.cybergarage.upnp.Icon
-
- 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.
- getIdentity() - Method in class net.i2p.data.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
-
- getImages() - Method in class net.i2p.router.web.GraphHelper
-
- 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.
- 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
-
- 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
-
- getIndentLevelString(int, String) - Method in class org.cybergarage.xml.Node
-
- getIndex(String, Serializer, Serializer) - Method in class net.metanotion.io.block.BlockFile
-
If the file is writable, this runs an integrity check and repair
on first open.
- 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
-
- getInetAddress() - Method in class net.i2p.util.InternalSocket
-
- getInetAddress(int, String[]) - Static method in class org.cybergarage.net.HostInterface
-
- 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.
- 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
-
- getInputArgumentList() - Method in class org.cybergarage.upnp.Action
-
- getInputStream(String) - Method in class i2p.susi.webmail.RequestWrapper
-
- 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.util.InternalSocket
-
- getInputStream() - Method in class net.i2p.util.ShellCommand
-
- 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.apps.systray.SysTray
-
- 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
-
- getInstance() - Static method in class net.i2p.desktopgui.TrayManager
-
- getInstance() - Static method in class net.i2p.desktopgui.util.ConfigurationManager
-
- 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.tunnel.DummyValidator
-
- getInstance() - Static method in class net.i2p.router.update.ConsoleUpdateManager
-
- getInstance() - Static method in class net.i2p.sam.SAMv3Handler.DatagramServer
-
- getInstance(Properties) - Static method in class net.i2p.sam.SAMv3Handler.DatagramServer
-
- 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
-
If you have a context, use context.simpleScheduler() instead
- 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
-
- getInstructionAugmentationSize(PendingGatewayMessage, int, int) - Method in class net.i2p.router.tunnel.TrivialPreprocessor
-
- getInstructions() - Method in class net.i2p.data.i2np.GarlicClove
-
- getInstructionsSize(PendingGatewayMessage) - 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).
- 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
-
- 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
-
- 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
-
- 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.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.
- 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)
- getIPv4Address() - Static method in class org.cybergarage.net.HostInterface
-
- 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
-
- 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
- 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?
- 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.
- 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
-
- 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
- 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?
- 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.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
-
- 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
- getLanguage(I2PAppContext) - Static method in class net.i2p.util.Translate
-
Two- or three-letter lower case
- getLaptopChecked() - Method in class net.i2p.router.web.ConfigNetHelper
-
- getLast() - Method in class net.i2p.stat.RateAverages
-
- 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
-
- getLastActivityOn() - Method in class net.i2p.i2ptunnel.I2PTunnelRunner
-
- getLastAgreedTo() - Method in class net.i2p.router.peermanager.TunnelHistory
-
when the peer last agreed to participate in a tunnel
- getLastBegin() - Method in class net.i2p.router.JobQueueRunner
-
- getLastChanged() - Method in class net.i2p.data.RoutingKeyGenerator
-
- 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
-
- 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
-
- 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
-
- getLastLookupReceived() - Method in class net.i2p.router.peermanager.DBHistory
-
- getLastLookupSuccessful() - Method in class net.i2p.router.peermanager.DBHistory
-
- getLastModified() - Method in class net.i2p.addressbook.Subscription
-
Return the last-modified header that we recieved the last time we read
this subscription.
- getLastModified() - Method in class net.i2p.util.EepGet
-
- 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?
- 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.
- 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
-
- getLastStoreSuccessful() - Method in class net.i2p.router.peermanager.DBHistory
-
- 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?
- 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.
- getLayerKey() - Method in class net.i2p.router.tunnel.HopConfig
-
what key should we use to encrypt the layer before passing it on?
- getLease(int) - Method in class net.i2p.data.LeaseSet
-
- getLeaseCount() - Method in class net.i2p.data.LeaseSet
-
- getLeaseRequest() - 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.I2PSessionImpl
-
- getLeaseSet() - Method in class net.i2p.data.i2cp.CreateLeaseSetMessage
-
- getLeaseSet() - Method in class net.i2p.router.client.ClientConnectionRunner
-
currently allocated leaseSet
- 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.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
-
- 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.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.web.EditBean
-
- getLimitHour(int) - Method in class net.i2p.i2ptunnel.web.EditBean
-
- 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
- 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.
- 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.util.InternalSocket
-
- 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.util.InternalServerSocket
-
- getLocalPort() - Method in class net.i2p.util.InternalSocket
-
- 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
-
- getLocalSocketAddress() - Method in class net.i2p.client.streaming.impl.StandardSocket
-
- getLocalSocketAddress() - Method in class net.i2p.util.InternalServerSocket
-
- getLocalSocketAddress() - Method in class net.i2p.util.InternalSocket
-
- 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
-
- getLock() - Method in class i2p.susi.webmail.pop3.POP3MailBox
-
For helper threads to 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, 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
-
- getLongind() - Method in class gnu.getopt.Getopt
-
Returns the index into the array of long options (NOT argv) representing
the long option that was found.
- getLookup() - Method in class i2p.susi.dns.NamingServiceBean
-
- getLookupReplyDuplicate() - Method in class net.i2p.router.peermanager.DBHistory
-
- getLookupReplyInvalid() - Method in class net.i2p.router.peermanager.DBHistory
-
- getLookupReplyNew() - Method in class net.i2p.router.peermanager.DBHistory
-
- getLookupReplyOld() - Method in class net.i2p.router.peermanager.DBHistory
-
- getLookupsReceived() - Method in class net.i2p.router.peermanager.DBHistory
-
- 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.crypto.TransientSessionKeyManager
-
- 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
-
- getManager() - Method in class net.i2p.router.tunnel.pool.TunnelPool
-
- 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
- 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
-
- 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.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
-
- getMaxWindowSize() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
-
- 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.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
-
- getMessagesSent() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
-
- getMessagesSent() - Method in class net.i2p.router.transport.udp.PeerState
-
- 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
-
- 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.
- getMinAverageInterval() - Method in class net.i2p.stat.Frequency
-
- getMinimum() - Method in class org.cybergarage.upnp.AllowedValueRange
-
- getMinimumFastPeers() - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
Defines the minimum number of 'fast' peers that the organizer should select.
- 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
-
- getModData() - Method in class net.i2p.data.RoutingKeyGenerator
-
The current (today's) mod data.
- getModded() - Method in class i2p.susi.dns.AddressBean
-
- 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
-
- 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
-
- 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.I2PSessionImpl
-
Retrieve the destination of the session
- getMyDestination() - Method in class net.i2p.i2ptunnel.TunnelController
-
- 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 gnu.getopt.LongOpt
-
Returns the name of this LongOpt as a String
- 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.BOB.BOB
-
- 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
-
- getName() - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
-
- getName() - Method in enum net.i2p.crypto.SigAlgo
-
- 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.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.HarvesterJob
-
- 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.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.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.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
-
- getNameSignature(int) - Method in class net.i2p.i2ptunnel.web.EditBean
-
- getNamingServices() - Method in class net.i2p.client.naming.MetaNamingService
-
- getNamingServices() - Method in class net.i2p.client.naming.NamingService
-
- getNATAddress() - Method in class net.i2p.router.transport.UPnP
-
- getNAttributes() - Method in class org.cybergarage.xml.Node
-
- getNeeded() - Method in class org.klomp.snark.Snark
-
Does not account for skipped files.
- 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
-
- getNetDbSummary() - Method in class net.i2p.router.web.NetDbHelper
-
storeWriter() must be called previously
- getNetworkId() - Method in class net.i2p.data.RouterInfo
-
which network is this routerInfo a part of.
- 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.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(int) - Method in class net.i2p.BOB.NamedDB
-
- 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.RoutingKeyGenerator
-
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
-
- 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.RoutingKeyGenerator
-
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
-
- 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 interface net.i2p.sam.SAMv3Handler.Session
-
- getNick() - Method in class net.i2p.sam.SAMv3RawSession
-
- getNick() - Method in class net.i2p.sam.SAMv3StreamSession
-
- 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
-
- 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
-
- getNumber() - Method in class org.klomp.snark.bencode.BEValue
-
Returns this BEValue as a Number.
- 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.
- 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
-
- getOpenTrackers() - Method in class org.klomp.snark.I2PSnarkUtil
-
List of open trackers to use as backups
- Getopt - Class in gnu.getopt
-
This is a Java port of GNU getopt, a class for parsing command line
arguments passed to programs.
- Getopt(String, String[], String) - Constructor for class gnu.getopt.Getopt
-
Construct a basic Getopt instance with the given input data.
- Getopt(String, String[], String, LongOpt[]) - Constructor for class gnu.getopt.Getopt
-
Construct a Getopt instance with given input data that is capable of
parsing long options as well as short.
- Getopt(String, String[], String, LongOpt[], boolean) - Constructor for class gnu.getopt.Getopt
-
Construct a Getopt instance with given input data that is capable of
parsing long options and short options.
- getopt() - Method in class gnu.getopt.Getopt
-
This method returns a char that is the current option that has been
parsed from the command line.
- getOptarg() - Method in class gnu.getopt.Getopt
-
For communication from `getopt' to the caller.
- getOptind() - Method in class gnu.getopt.Getopt
-
optind it the index in ARGV of the next element to be scanned.
- getOption(String) - Method in class net.i2p.data.RouterAddress
-
- getOption(String) - Method in class net.i2p.data.RouterInfo
-
- 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)
- getOptions() - Method in class net.i2p.client.I2PSessionImpl
-
Retrieve the configuration options
- 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.RouterAddress
-
Deprecated.
use getOptionsMap()
- getOptions() - Method in class net.i2p.data.RouterInfo
-
Deprecated.
use getOptionsMap()
- getOptions() - Method in class net.i2p.router.tunnel.pool.PooledTunnelCreatorConfig
-
- getOptions() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
-
- getOptions() - Method in class org.klomp.snark.Peer
-
- getOptionsMap() - Method in class net.i2p.data.RouterAddress
-
Retrieve the transport specific options necessary for communication
- getOptionsMap() - Method in class net.i2p.data.RouterInfo
-
Retrieve a set of options or statistics that the router can expose.
- getOptopt() - Method in class gnu.getopt.Getopt
-
When getopt() encounters an invalid option, it stores the value of that
option in optopt which can be retrieved with this method.
- 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
-
- 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
-
- 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
-
- 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.web.EditBean
-
- getOutproxyPassword(int) - Method in class net.i2p.i2ptunnel.web.EditBean
-
- 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.util.InternalSocket
-
- getOutputStream() - Method in class net.i2p.util.ShellCommand
-
- getOutstandingRequest(int, int, int) - Method in class org.klomp.snark.PeerState
-
Called when a piece message is being processed by the incoming
connection.
- 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(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
- 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 i2p.susi.webmail.RequestWrapper
-
- getParameter(String, String) - Method in class i2p.susi.webmail.RequestWrapper
-
- getParameter(String) - Method in class net.i2p.servlet.filters.XSSRequestWrapper
-
Parameter names starting with "nofilter_" will not be filtered.
- 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 i2p.susi.webmail.RequestWrapper
-
- 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 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
-
- getParentDevice() - Method in class org.cybergarage.upnp.Device
-
- 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
-
- 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
-
- getPeakThroughputKBps() - Method in class net.i2p.router.peermanager.PeerProfile
-
- getPeakThroughputKBps() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
-
- 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
- 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
-
- 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.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.
- 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.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
-
- 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.RouterAddress
-
Caching version of Integer.parseInt(getOption("port"))
Caches valid ports 1-65535 only.
- 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(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
-
- 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.web.EditBean
-
- getPostCheckTime(int) - Method in class net.i2p.i2ptunnel.web.EditBean
-
- getPostMax(int) - Method in class net.i2p.i2ptunnel.web.EditBean
-
POST limits
- getPostTotalBanTime(int) - Method in class net.i2p.i2ptunnel.web.EditBean
-
- getPostTotalMax(int) - Method in class net.i2p.i2ptunnel.web.EditBean
-
- getPrefix() - Method in class net.i2p.client.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.
- getPresentationURL() - Method in class org.cybergarage.upnp.Device
-
- getPreviousElement(O) - Method in class i2p.susi.util.Folder
-
Retrieves the previous element in the sorted array.
- 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(String) - 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.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
- 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
-
- 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.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.sam.SAMv3Handler.SessionRecord
-
- getProxies(int) - Method in class net.i2p.i2ptunnel.socks.I2PSOCKSTunnel
-
- 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.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
- getPublished() - Method in class net.i2p.data.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.
- 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
-
Determine under what conditions we are remotely reachable.
- getReachabilityStatus() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
-
- 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
-
- getReachabilityStatus() - Method in class net.i2p.router.transport.TransportImpl
-
- getReachabilityStatus() - Method in class net.i2p.router.transport.TransportManager
-
- getReachabilityStatus() - Method in class net.i2p.router.transport.udp.UDPTransport
-
- 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.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
-
- getReceiveBufferSize() - Method in class net.i2p.util.InternalSocket
-
- 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 (if any)?
- 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.
- 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
-
- 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) - Method in class net.i2p.i2ptunnel.web.EditBean
-
- 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 must be in the
- 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.
- 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; }
- 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.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 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
-
- 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
-
- 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.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
-
- 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
-
- 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 instead of passing a resource base to super(), because
if a resource base is set, super.getResource() always uses that base,
and we can't get any resources (like icons) out of the .war
- 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
- getResult() - Method in class gnu.crypto.hash.BaseHashStandalone
-
Constructs the result from the contents of the current context.
- getResult() - Method in class gnu.crypto.hash.Sha256Standalone
-
- 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
-
- getReuseAddress() - Method in class net.i2p.util.InternalSocket
-
- getRevocationKey() - Method in class net.i2p.router.LeaseSetKeys
-
- getRootDevice() - Method in class org.cybergarage.upnp.Device
-
- getRootDevice() - Method in class org.cybergarage.upnp.Service
-
- 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
- getRouterContext() - Static method in class net.i2p.desktopgui.router.RouterManager
-
- getRouterCount() - Method in class net.i2p.router.Banlist
-
- getRouterDir() - Method in class net.i2p.I2PAppContext
-
Where the router keeps its files.
- getRouterInfo() - Method in class net.i2p.router.Router
-
Warning, may be null if called very early
- 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.RoutingKeyGenerator
-
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.
- getRows() - Method in class net.i2p.router.web.SummaryListener
-
- getRPort() - Method in interface org.klomp.snark.dht.DHT
-
- getRPort() - Method in class org.klomp.snark.dht.KRPC
-
- 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.
- 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
-
- getSavedLocalAddresses() - Method in class net.i2p.router.transport.TransportImpl
-
Return and then clear all saved local addresses.
- 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
-
- 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
-
- 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
-
- getSecond() - Method in class org.cybergarage.http.Date
-
- getSecondKBps() - Method in class net.i2p.router.web.SummaryHelper
-
- 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
-
- 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 (if any)?
- 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
-
- getSendTunnelId() - Method in class net.i2p.router.tunnel.HopConfig
-
what is the next tunnel ID we are sending to?
- 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
-
- getServerSocket() - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
-
- getServerSocket() - Method in class net.i2p.router.client.ClientListenerRunner
-
Get a ServerSocket.
- getServerSocket() - Method in class net.i2p.router.client.DomainClientListenerRunner
-
- 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(boolean) - Method in class i2p.susi.webmail.RequestWrapper
-
- getSession() - Method in class i2p.susi.webmail.RequestWrapper
-
- 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
-
- getSession() - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
-
- 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.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() - Method in class net.i2p.router.client.ClientConnectionRunner
-
- 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() - 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
-
- getSigner(int) - Method in class net.i2p.i2ptunnel.web.EditBean
-
- getSignerString() - Method in class net.i2p.crypto.SU3File
-
- getSigningKey() - Method in class net.i2p.data.LeaseSet
-
- getSigningPrivateKey() - Method in class net.i2p.data.i2cp.CreateLeaseSetMessage
-
- getSigningPrivateKey() - Method in class net.i2p.router.KeyManager
-
router
- 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
- getSigType() - Method in class i2p.susi.dns.AddressBean
-
Do this the easy way
- getSigType() - Method in class net.i2p.crypto.SU3File
-
- getSigType() - Method in class net.i2p.data.KeyCertificate
-
- getSigType(int) - Method in class net.i2p.i2ptunnel.web.EditBean
-
- getSigTypeCode() - Method in class net.i2p.data.KeyCertificate
-
- getSingleStat() - Method in class net.i2p.router.web.GraphHelper
-
For single stat page;
stat = "bw.combined" treated specially
- 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.klomp.snark.MagnetState
-
- getSize(long) - Method in class org.klomp.snark.web.InclusiveByteRange
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getSourceNumber() - Method in class gnu.crypto.prng.RandomEventStandalone
-
- getSpan(Comparable, 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, Comparable, int[]) - Method in class net.metanotion.util.skiplist.SkipLevels
-
- getSpan(Comparable, 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.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.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
- 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.BOB.BOB
-
- 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.JobQueueRunner
-
- getState() - Method in class net.i2p.router.networkdb.kademlia.SearchJob
-
- 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
-
- 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() - 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.FIFOBandwidthLimiter
-
- getStatus() - Method in class net.i2p.router.update.ConsoleUpdateManager
-
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).
- getStep() - Method in class org.cybergarage.upnp.AllowedValueRange
-
- 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.
- getStringConfiguration(String, String) - Method in class net.i2p.desktopgui.util.ConfigurationManager
-
Get a specific String configuration.
- 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
-
- 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
-
- getSuccessful() - Method in class net.i2p.router.networkdb.kademlia.SearchState
-
- getSuccessful() - Method in class net.i2p.router.networkdb.kademlia.StoreState
-
- getSuccessfulLookups() - Method in class net.i2p.router.peermanager.DBHistory
-
- getSummary(StringBuilder) - Method in class net.i2p.i2ptunnel.TunnelController
-
- 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
-
- getSusername() - Method in class net.i2p.router.web.ConfigReseedHelper
-
- 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.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.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.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.web.EditBean
-
- getTargetPort() - Method in class net.i2p.i2ptunnel.TunnelController
-
- 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
-
- 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
-
- gettext(ResourceBundle, String) - Static method in class gnu.gettext.GettextResource
-
Returns the translation of msgid.
- getTextContent() - Method in class net.i2p.router.web.ContentHelper
-
- GettextResource - Class in gnu.gettext
-
This class implements the main GNU libintl functions in Java.
- GettextResource() - Constructor for class gnu.gettext.GettextResource
-
- 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
-
- getThreadGroup() - Method in class net.i2p.sam.SAMv3Handler.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
-
- getTimeout() - Method in class net.i2p.client.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
-
- 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
-
- getTimeStamp() - Method in class org.cybergarage.upnp.Device
-
- getTimeStamp() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
-
- 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
-
- getTimeString() - Method in class org.cybergarage.http.Date
-
- getTimeTillMidnight() - Method in class net.i2p.data.RoutingKeyGenerator
-
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
-
- getTo() - Method in class net.i2p.client.streaming.impl.PacketLocal
-
- 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
- getTotalAllocatedInboundBytes() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
-
- getTotalAllocatedOutboundBytes() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
-
- getTotalDay(int) - Method in class net.i2p.i2ptunnel.web.EditBean
-
- getTotalEventCount() - Method in class net.i2p.stat.RateAverages
-
- getTotalExpanded() - Method in class net.i2p.util.ResettableGZIPInputStream
-
Moved from i2ptunnel HTTPResponseOutputStream.InternalGZIPInputStream
- 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.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.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
-
- 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
-
- getTransferEncoding() - Method in class i2p.susi.webmail.Attachment
-
- getTransferEncoding() - Method in class org.cybergarage.http.HTTPPacket
-
- 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.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.TunnelPool
-
- 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.web.EditBean
-
- 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
-
- getTunnelInfo(TunnelId) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
-
- getTunnelInfo(TunnelId) - Method in interface net.i2p.router.TunnelManagerFacade
-
- 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.web.IndexBean
-
- getTunnelPool() - Method in class net.i2p.router.tunnel.pool.PooledTunnelCreatorConfig
-
- getTunnelQuantity(int, int) - Method in class net.i2p.i2ptunnel.web.EditBean
-
- 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.web.IndexBean
-
- getTunnelVariance(int, int) - Method in class net.i2p.i2ptunnel.web.EditBean
-
- getType() - Method in class net.i2p.client.HandlerImpl
-
- getType() - Method in interface net.i2p.client.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 APIMessage, 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.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.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.klomp.snark.UpdateRunner
-
- getTypeName(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
-
- 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
-
- 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.web.EditBean
-
- getUnknownOptions() - Method in class net.i2p.router.TunnelPoolSettings
-
- 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?
- 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.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
-
- 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
-
- getUpstreamMaxBitRate() - Method in class net.i2p.router.transport.UPnP
-
- 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.web.EditBean
-
Default true
- 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
-
- 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
-
- 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
-
- getUtil() - Method in class org.klomp.snark.PeerCoordinator
-
Convenience
- getUtil() - Method in interface org.klomp.snark.PeerListener
-
Convenience
- getVal() - Method in class gnu.getopt.LongOpt
-
Returns the value of the 'val' field for this long option
- getValid() - Method in class net.i2p.data.ByteArray
-
Count how many of the bytes in the array are 'valid'.
- 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.klomp.snark.bencode.BEValue
-
return the untyped value
- getValues(T) - Method in class org.mortbay.util.MultiMap
-
- 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.nettgryppa.security.HashCash
-
Which version of HashCash is used here
- getVersion() - Method in class i2p.susi.dns.VersionBean
-
- getVersion() - Method in class net.i2p.data.i2cp.GetDateMessage
-
- getVersion() - Method in class net.i2p.data.i2cp.SetDateMessage
-
- 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
-
- getVersionString() - Method in class net.i2p.crypto.SU3File
-
- 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
-
- getWidth() - Method in class org.cybergarage.upnp.Icon
-
- 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
-
- getXML(Rate, OutputStream) - Method in class net.i2p.router.web.StatSummarizer
-
- 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
- getZipURL() - Method in class net.i2p.router.web.ConfigUpdateHelper
-
- gnu.crypto.hash - package gnu.crypto.hash
-
WARNING - DEPRECATED - Use SHA256Generator.getDigestInstance() to get a
MessageDigest that will be faster in almost all cases.
- gnu.crypto.prng - package gnu.crypto.prng
-
- gnu.getopt - package gnu.getopt
-
This is Java getopt 1.0.14 (released 2012/02/08)
- gnu.gettext - package gnu.gettext
-
- go_out - Variable in class net.i2p.BOB.MUXlisten
-
- 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
- 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
-
- 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