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

F

FAKE_HASH - Static variable in class net.i2p.data.Hash
 
FAKE_SIGNATURE - Static variable in class net.i2p.data.Signature
 
FIFOBandwidthLimiter - class net.i2p.router.transport.FIFOBandwidthLimiter.
 
FIFOBandwidthLimiter(I2PAppContext) - Constructor for class net.i2p.router.transport.FIFOBandwidthLimiter
 
FIFOBandwidthLimiter.Request - interface net.i2p.router.transport.FIFOBandwidthLimiter.Request.
 
FIFOBandwidthRefiller - class net.i2p.router.transport.FIFOBandwidthRefiller.
 
FIFOBandwidthRefiller(I2PAppContext, FIFOBandwidthLimiter) - Constructor for class net.i2p.router.transport.FIFOBandwidthRefiller
 
FILENAME_OVERRIDE_PROP - Static variable in class net.i2p.util.LogManager
 
FIXME - Variable in class net.i2p.i2ptunnel.socks.SOCKSServer
 
FLAG_CLOSE - Static variable in class net.i2p.client.streaming.Packet
The sender of this packet will not be sending any more payload data.
FLAG_DELAY_REQUESTED - Static variable in class net.i2p.client.streaming.Packet
This packet includes an explicit request for the recipient to delay sending any packets with data for a given amount of time.
FLAG_ECHO - Static variable in class net.i2p.client.streaming.Packet
If set, this packet is a ping (if sendStreamId is set) or a ping reply (if receiveStreamId is set).
FLAG_FROM_INCLUDED - Static variable in class net.i2p.client.streaming.Packet
This packet includes the full I2P destination of the packet's sender.
FLAG_MAX_PACKET_SIZE_INCLUDED - Static variable in class net.i2p.client.streaming.Packet
This packet includes a request that the recipient not send any subsequent packets with payloads greater than a specific size.
FLAG_PROFILE_INTERACTIVE - Static variable in class net.i2p.client.streaming.Packet
If set, this packet is travelling as part of an interactive flow, meaning it is more lag sensitive than throughput sensitive.
FLAG_PROTOCOL_NONE - Static variable in class net.i2p.router.transport.tcp.ConnectionHandler
protocol version sent if no protocols are ok
FLAG_RESET - Static variable in class net.i2p.client.streaming.Packet
This packet is being sent to signify that the socket does not exist (or, if in response to an initial synchronize packet, that the connection was refused).
FLAG_SIGNATURE_INCLUDED - Static variable in class net.i2p.client.streaming.Packet
This packet contains a DSA signature from the packet's sender.
FLAG_SIGNATURE_REQUESTED - Static variable in class net.i2p.client.streaming.Packet
This packet wants the recipient to include signatures on subsequent packets sent to the creator of this packet.
FLAG_SYNCHRONIZE - Static variable in class net.i2p.client.streaming.Packet
This packet is creating a new socket connection (if the receiveStreamId is STREAM_ID_UNKNOWN) or it is acknowledging a request to create a connection and in turn is accepting the socket.
FLAG_TAG_FOLLOWING - Static variable in class net.i2p.router.transport.tcp.ConnectionHandler
alice is sending a tag to bob
FLAG_TAG_NOT_FOLLOWING - Static variable in class net.i2p.router.transport.tcp.ConnectionHandler
alice is not sending a tag to bob
FLAG_TAG_NOT_OK - Static variable in class net.i2p.router.transport.tcp.ConnectionHandler
the connection tag is not ok (must go with a full DH)
FLAG_TAG_OK - Static variable in class net.i2p.router.transport.tcp.ConnectionHandler
the connection tag is ok (we have an available key for it)
FLAG_TEST - Static variable in class net.i2p.router.transport.tcp.ConnectionHandler
for reading/comparing, this is the #bytes sent if we are being tested
FakeInputStream - class net.i2p.router.transport.FakeInputStream.
Read up to a specified number of bytes, then EOF.
FakeInputStream(int) - Constructor for class net.i2p.router.transport.FakeInputStream
 
FileUtil - class net.i2p.util.FileUtil.
General helper methods for messing with files
FileUtil() - Constructor for class net.i2p.util.FileUtil
 
FormHandler - class net.i2p.router.web.FormHandler.
Simple form handler base class - does not depend on servlets or jsp, but instead the subclasses are populated with javabean properties.
FormHandler() - Constructor for class net.i2p.router.web.FormHandler
 
FragmentHandler - class net.i2p.router.tunnel.FragmentHandler.
Handle fragments at the endpoint of a tunnel, peeling off fully completed I2NPMessages when they arrive, and dropping fragments if they take too long to arrive.
FragmentHandler(I2PAppContext, FragmentHandler.DefragmentedReceiver) - Constructor for class net.i2p.router.tunnel.FragmentHandler
 
FragmentHandler.DefragmentedReceiver - interface net.i2p.router.tunnel.FragmentHandler.DefragmentedReceiver.
Receive messages out of the tunnel endpoint.
FragmentTest - class net.i2p.router.tunnel.FragmentTest.
Simple test to see if the fragmentation is working, testing the preprocessor, FragmentHandler, and FragmentedMessage operation.
FragmentTest() - Constructor for class net.i2p.router.tunnel.FragmentTest
 
FragmentedMessage - class net.i2p.router.tunnel.FragmentedMessage.
Gather fragments of I2NPMessages at a tunnel endpoint, making them available for reading when complete.
FragmentedMessage(I2PAppContext) - Constructor for class net.i2p.router.tunnel.FragmentedMessage
 
Frequency - class net.i2p.stat.Frequency.
Manage the calculation of a moving event frequency over a certain period.
Frequency(long) - Constructor for class net.i2p.stat.Frequency
 
FrequencyStat - class net.i2p.stat.FrequencyStat.
coordinate an event frequency over various periods
FrequencyStat(String, String, String, long[]) - Constructor for class net.i2p.stat.FrequencyStat
 
fail(Hash) - Method in class net.i2p.router.DummyNetworkDatabaseFacade
 
fail(Hash) - Method in class net.i2p.router.NetworkDatabaseFacade
 
fail(Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
fail() - Method in class net.i2p.router.networkdb.kademlia.SearchJob
Search totally failed
failTags(PublicKey) - Method in class net.i2p.crypto.SessionKeyManager
Mark all of the tags delivered to the target up to this point as invalid, since the peer has failed to respond when they should have.
failTags(PublicKey) - Method in class net.i2p.crypto.TransientSessionKeyManager
Mark all of the tags delivered to the target up to this point as invalid, since the peer has failed to respond when they should have.
failed() - Method in class net.i2p.router.message.OutboundClientMessageStatus
we failed.
failed() - Method in class net.i2p.router.tunnel.FragmentedMessage
 
falsePositives(int) - Method in class org.xlattice.crypto.filters.BloomSHA1
 
falsePositives() - Method in class org.xlattice.crypto.filters.BloomSHA1
 
feedEntropy(String, byte[], int, int) - Method in interface net.i2p.crypto.EntropyHarvester
Feed the entropy pools with data[offset:offset+len]
feedEntropy(String, long, int, int) - Method in interface net.i2p.crypto.EntropyHarvester
Feed the entropy pools with the bits in the data
filter - Variable in class org.xlattice.crypto.filters.BloomSHA1
 
filterBits - Variable in class org.xlattice.crypto.filters.BloomSHA1
 
filterProps(Properties) - Static method in class net.i2p.router.RouterContext
Unless we are explicitly disabling the timestamper, we want to use it.
filterWords - Variable in class org.xlattice.crypto.filters.BloomSHA1
 
finalize() - Method in class net.i2p.util.I2PThread
 
findNearestRouters(Hash, int, Set) - Method in class net.i2p.router.DummyNetworkDatabaseFacade
 
findNearestRouters(Hash, int, Set) - Method in class net.i2p.router.NetworkDatabaseFacade
Return the RouterInfo structures for the routers closest to the given key.
findNearestRouters(Hash, int, Set) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Get the routers closest to that key in response to a remote lookup
finishLock - Variable in class net.i2p.i2ptunnel.I2PTunnelRunner
 
finished - Variable in class net.i2p.i2ptunnel.I2PTunnelRunner
 
flush() - Method in class net.i2p.client.streaming.MessageOutputStream
Flush the data already queued up, blocking until it has been delivered.
flush() - Method in class net.i2p.crypto.AESOutputStream
 
flushAvailable(MessageOutputStream.DataReceiver) - Method in class net.i2p.client.streaming.MessageOutputStream
called whenever the engine wants to push more data to the peer
flushAvailable(MessageOutputStream.DataReceiver, boolean) - Method in class net.i2p.client.streaming.MessageOutputStream
 
flushRecords() - Method in class net.i2p.util.LogWriter
 
format(long) - Static method in class net.i2p.router.tunnel.TunnelCreatorConfig
 
formatDuration(long) - Static method in class net.i2p.data.DataHelper
 
formatRecord(LogManager, LogRecord) - Static method in class net.i2p.util.LogRecordFormatter
 
fragmentMessage(long, int) - Method in class net.i2p.router.MessageHistory
 
freenet.support.CPUInformation - package freenet.support.CPUInformation
 
fromBase64(String) - Method in interface net.i2p.data.DataStructure
Load the structure from the base 64 encoded data provided
fromBase64(String) - Method in class net.i2p.data.DataStructureImpl
 
fromBoolean(byte[], int) - Static method in class net.i2p.data.DataHelper
 
fromByteArray(byte[]) - Method in interface net.i2p.data.DataStructure
 
fromByteArray(byte[]) - Method in class net.i2p.data.DataStructureImpl
 
fromDate(byte[], int) - Static method in class net.i2p.data.DataHelper
 
fromHexString(String) - Static method in class net.i2p.data.DataHelper
 
fromLong(byte[], int, int) - Static method in class net.i2p.data.DataHelper
 
fromProperties(byte[], int, Properties) - Static method in class net.i2p.data.DataHelper
 

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