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 _

B

BASE - Static variable in class net.i2p.router.networkdb.kademlia.KBucketSet
 
BIND_ALL_INTERFACES - Static variable in class net.i2p.router.client.ClientListenerRunner
 
BIND_ALL_INTERFACES - Static variable in class net.i2p.router.transport.tcp.TCPTransport
Should the TCP listener bind to all interfaces?
BOOLEAN_FALSE - Static variable in class net.i2p.data.DataHelper
 
BOOLEAN_LENGTH - Static variable in class net.i2p.data.DataHelper
 
BOOLEAN_TRUE - Static variable in class net.i2p.data.DataHelper
 
BOOLEAN_UNKNOWN - Static variable in class net.i2p.data.DataHelper
 
BUCKET_SIZE - Static variable in class net.i2p.router.networkdb.kademlia.KBucketSet
 
BUILD - Static variable in class net.i2p.router.RouterVersion
 
BUNDLE_PROBABILITY - Static variable in class net.i2p.router.message.OutboundClientMessageOneShotJob
Allow the override of the frequency of bundling the reply info in with a message.
BUNDLE_REPLY_LEASESET - Static variable in class net.i2p.router.message.OutboundClientMessageOneShotJob
If the client's config specifies shouldBundleReplyInfo=true, messages sent from that client to any peers will probabalistically include the sending destination's current LeaseSet (allowing the recipient to reply without having to do a full netDb lookup).
BYTE_LENGTH - Static variable in class net.i2p.data.SessionTag
 
BandwidthLimitedInputStream - class net.i2p.router.transport.BandwidthLimitedInputStream.
 
BandwidthLimitedInputStream(RouterContext, InputStream, RouterIdentity) - Constructor for class net.i2p.router.transport.BandwidthLimitedInputStream
 
BandwidthLimitedInputStream(RouterContext, InputStream, RouterIdentity, boolean) - Constructor for class net.i2p.router.transport.BandwidthLimitedInputStream
 
BandwidthLimitedOutputStream - class net.i2p.router.transport.BandwidthLimitedOutputStream.
 
BandwidthLimitedOutputStream(RouterContext, OutputStream, RouterIdentity) - Constructor for class net.i2p.router.transport.BandwidthLimitedOutputStream
 
BandwidthLimiterTest - class net.i2p.router.transport.BandwidthLimiterTest.
Stress out the bandwidth limiter by running a series of push and pull tests through bandwidth limited streams.
BandwidthLimiterTest() - Constructor for class net.i2p.router.transport.BandwidthLimiterTest
 
Base64 - class net.i2p.data.Base64.
Encodes and decodes to and from Base64 notation.
BloomFilterIVValidator - class net.i2p.router.tunnel.BloomFilterIVValidator.
Manage the IV validation for all of the router's tunnels by way of a big decaying bloom filter.
BloomFilterIVValidator(I2PAppContext, int) - Constructor for class net.i2p.router.tunnel.BloomFilterIVValidator
 
BloomSHA1 - class org.xlattice.crypto.filters.BloomSHA1.
A Bloom filter for sets of SHA1 digests.
BloomSHA1(int, int) - Constructor for class org.xlattice.crypto.filters.BloomSHA1
Creates a filter with 2^m bits and k 'hash functions', where each hash function is portion of the 160-bit SHA1 hash.
BloomSHA1(int) - Constructor for class org.xlattice.crypto.filters.BloomSHA1
Creates a filter of 2^m bits, with the number of 'hash functions" k defaulting to 8.
BloomSHA1() - Constructor for class org.xlattice.crypto.filters.BloomSHA1
Creates a filter of 2^20 bits with k defaulting to 8.
BooleanTest - class net.i2p.data.BooleanTest.
Test harness for the boolean structure
BooleanTest() - Constructor for class net.i2p.data.BooleanTest
 
BootCommSystemJob - class net.i2p.router.startup.BootCommSystemJob.
 
BootCommSystemJob(RouterContext) - Constructor for class net.i2p.router.startup.BootCommSystemJob
 
BootNetworkDbJob - class net.i2p.router.startup.BootNetworkDbJob.
 
BootNetworkDbJob(RouterContext) - Constructor for class net.i2p.router.startup.BootNetworkDbJob
 
BrowserChooser - class net.i2p.apps.systray.BrowserChooser.
A simple file chooser dialog.
BrowserChooser(Frame, String) - Constructor for class net.i2p.apps.systray.BrowserChooser
 
BufferLogger - class net.i2p.i2ptunnel.BufferLogger.
Read what i2ptunnel logs, and expose it in a buffer
BufferLogger() - Constructor for class net.i2p.i2ptunnel.BufferLogger
Constructs a buffered logger.
BufferedStatLog - class net.i2p.stat.BufferedStatLog.
 
BufferedStatLog(I2PAppContext) - Constructor for class net.i2p.stat.BufferedStatLog
 
BuildTestMessageJob - class net.i2p.router.message.BuildTestMessageJob.
Build a test message that will be sent to the target to make sure they're alive.
BuildTestMessageJob(RouterContext, RouterInfo, Hash, Job, Job, long, int) - Constructor for class net.i2p.router.message.BuildTestMessageJob
 
BuildTrustedLinksJob - class net.i2p.router.startup.BuildTrustedLinksJob.
 
BuildTrustedLinksJob(RouterContext, Job) - Constructor for class net.i2p.router.startup.BuildTrustedLinksJob
 
ByteArray - class net.i2p.data.ByteArray.
Wrap up an array of bytes so that they can be compared and placed in hashes, maps, and the like.
ByteArray() - Constructor for class net.i2p.data.ByteArray
 
ByteArray(byte[]) - Constructor for class net.i2p.data.ByteArray
 
ByteArray(byte[], int, int) - Constructor for class net.i2p.data.ByteArray
 
ByteCache - class net.i2p.util.ByteCache.
Cache the objects frequently used to reduce memory churn.
ByteCollector - class net.i2p.client.streaming.ByteCollector.
Like a StringBuffer, but for bytes.
ByteCollector() - Constructor for class net.i2p.client.streaming.ByteCollector
New collector with the default initial capacity
ByteCollector(int) - Constructor for class net.i2p.client.streaming.ByteCollector
New collector with an initial capacity as specified
ByteCollector(byte[]) - Constructor for class net.i2p.client.streaming.ByteCollector
New collector containing the specified bytes
ByteCollector(byte) - Constructor for class net.i2p.client.streaming.ByteCollector
New collector with the specified byte
bandwidthLimiter() - Method in class net.i2p.router.RouterContext
Coordinate this router's bandwidth limits
beginSend() - Method in class net.i2p.router.OutNetMessage
 
bid(RouterInfo, long) - Method in interface net.i2p.router.transport.Transport
 
bid(RouterInfo, long) - Method in class net.i2p.router.transport.tcp.TCPTransport
 
bitOffset - Variable in class org.xlattice.crypto.filters.BloomSHA1
 
blockDecrypt(byte[], byte[], int, int, Object) - Static method in class net.i2p.crypto.CryptixRijndael_Algorithm
Convenience method to decrypt exactly one block of plaintext, assuming Rijndael's default block size (128-bit).
blockDecrypt(byte[], byte[], int, int, Object, int) - Static method in class net.i2p.crypto.CryptixRijndael_Algorithm
Decrypt exactly one block of ciphertext.
blockEncrypt(byte[], byte[], int, int, Object) - Static method in class net.i2p.crypto.CryptixRijndael_Algorithm
Convenience method to encrypt exactly one block of plaintext, assuming Rijndael's default block size (128-bit).
blockEncrypt(byte[], byte[], int, int, Object, int) - Static method in class net.i2p.crypto.CryptixRijndael_Algorithm
Encrypt exactly one block of plaintext.
blockSize() - Static method in class net.i2p.crypto.CryptixRijndael_Algorithm
 
btoh(byte) - Static method in class org.xlattice.crypto.filters.BloomSHA1
convert single byte to String
btoh(byte) - Method in class org.xlattice.crypto.filters.KeySelector
 
bucket - Variable in class net.i2p.crypto.SHA256EntryCache.CacheEntry
 
buildDataClove(RouterContext, Payload, Destination, long) - Static method in class net.i2p.router.message.OutboundClientMessageJobHelper
Build a clove that sends the payload to the destination
buildFallback() - Method in class net.i2p.router.tunnel.pool.TunnelPool
 
buildLeaseSetClove(RouterContext, long, LeaseSet) - Static method in class net.i2p.router.message.OutboundClientMessageJobHelper
Build a clove that stores the leaseSet locally
buildMessage(RouterContext, GarlicConfig) - Static method in class net.i2p.router.message.GarlicMessageBuilder
 
buildMessage(RouterContext, GarlicConfig, SessionKey, Set) - Static method in class net.i2p.router.message.GarlicMessageBuilder
 
buildMessage(RouterContext, GarlicConfig, SessionKey, Set, int) - Static method in class net.i2p.router.message.GarlicMessageBuilder
 
buildMessage(RouterContext, GarlicConfig, SessionKey, Set, PublicKey, SessionKey, SessionTag) - Static method in class net.i2p.router.message.GarlicMessageBuilder
 
buildMessage(TunnelId, RouterInfo, long) - Method in class net.i2p.router.networkdb.kademlia.ExploreJob
Build the database search message, but unlike the normal searches, we're more explicit in what we /dont/ want.
buildMessage(long) - Method in class net.i2p.router.networkdb.kademlia.ExploreJob
We're looking for a router, so lets build the lookup message (no need to tunnel route either, so just have replies sent back to us directly).
buildMessage(TunnelId, RouterInfo, long) - Method in class net.i2p.router.networkdb.kademlia.SearchJob
Build the database search message
buildMessage(long) - Method in class net.i2p.router.networkdb.kademlia.SearchJob
We're looking for a router, so lets build the lookup message (no need to tunnel route either, so just have replies sent back to us directly)
buildOptions() - Method in interface net.i2p.client.streaming.I2PSocketManager
 
buildOptions(Properties) - Method in interface net.i2p.client.streaming.I2PSocketManager
 
buildOptions() - Method in class net.i2p.client.streaming.I2PSocketManagerFull
 
buildOptions(Properties) - Method in class net.i2p.client.streaming.I2PSocketManagerFull
 
buildOptions() - Method in class net.i2p.client.streaming.I2PSocketManagerImpl
 
buildOptions(Properties) - Method in class net.i2p.client.streaming.I2PSocketManagerImpl
 
buildSocketManager() - Method in class net.i2p.i2ptunnel.I2PTunnelClientBase
 
buildSocketManager(I2PTunnel) - Static method in class net.i2p.i2ptunnel.I2PTunnelClientBase
 
buildTunnel(RouterContext, TunnelPool) - Method in class net.i2p.router.tunnel.pool.TunnelBuilder
Build a new tunnel per the pool's wishes (using the preferred length, peers, ordering, etc).
buildTunnel(RouterContext, TunnelPool, boolean) - Method in class net.i2p.router.tunnel.pool.TunnelBuilder
 
buildTunnels(Destination, ClientTunnelSettings) - Method in interface net.i2p.router.TunnelManagerFacade
the client connected (or updated their settings), so make sure we have the tunnels for them, and whenever necessary, ask them to authorize leases.
buildTunnels(Destination, ClientTunnelSettings) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
 

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 _