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 _

L

l - Variable in class net.i2p.i2ptunnel.I2PTunnelClientBase
 
lastRead() - Method in class net.i2p.data.i2np.I2NPMessageHandler
clear the last message read from a byte array with an offset
lastRefill - Static variable in class gnu.crypto.prng.FortunaStandalone
 
lastReseed - Variable in class gnu.crypto.prng.FortunaStandalone
 
layeredEncrypt(I2PAppContext, TunnelBuildMessage, TunnelCreatorConfig, List) - Method in class net.i2p.router.tunnel.BuildMessageGenerator
Encrypt the records so their hop ident is visible at the appropriate times
leapIndicator - Variable in class net.i2p.time.NtpMessage
This is a two-bit code warning of an impending leap second to be inserted/deleted in the last minute of the current day.
Lease - Class in net.i2p.data
Defines the proof that a particular router / tunnel is allowed to receive messages for a particular Destination during some period of time.
Lease() - Constructor for class net.i2p.data.Lease
 
LeaseRequestState - Class in net.i2p.router.client
Bundle up the data points necessary when asynchronously requesting a lease from a client
LeaseRequestState(Job, Job, long, LeaseSet) - Constructor for class net.i2p.router.client.LeaseRequestState
 
LeaseSet - Class in net.i2p.data
Defines the set of leases a destination currently has.
LeaseSet() - Constructor for class net.i2p.data.LeaseSet
 
leaseSetCreated(LeaseSet) - Method in class net.i2p.router.client.ClientConnectionRunner
called after a new leaseSet is granted by the client, the NetworkDb has been updated.
LeaseSetKeys - Class in net.i2p.router
Wrap up the keys given to the router when a destination connects to it
LeaseSetKeys() - Constructor for class net.i2p.router.LeaseSetKeys
 
LeaseSetKeys(Destination, SigningPrivateKey, PrivateKey) - Constructor for class net.i2p.router.LeaseSetKeys
 
LimitReachedExceptionStandalone - Exception in gnu.crypto.prng
A checked exception that indicates that a pseudo random number generated has reached its theoretical limit in generating random bytes.
LimitReachedExceptionStandalone() - Constructor for exception gnu.crypto.prng.LimitReachedExceptionStandalone
 
LimitReachedExceptionStandalone(String) - Constructor for exception gnu.crypto.prng.LimitReachedExceptionStandalone
 
list(PrintStream) - Method in class net.i2p.util.OrderedProperties
 
list(PrintWriter) - Method in class net.i2p.util.OrderedProperties
 
listClients() - Method in class net.i2p.router.client.ClientManager
 
listClients() - Method in class net.i2p.router.client.ClientManagerFacadeImpl
Return the list of locally connected clients
listClients() - Method in class net.i2p.router.ClientManagerFacade
Return the list of locally connected clients
listConnections() - Method in class net.i2p.client.streaming.ConnectionManager
return a set of Connection objects
listContexts() - Static method in class net.i2p.router.RouterContext
Retrieve the list of router contexts currently instantiated in this JVM.
LISTEN_ADDRESS - Static variable in class net.i2p.router.transport.tcp.TCPTransport
What host/ip should we be addressed as?
LISTEN_ALLOW_LOCAL - Static variable in class net.i2p.router.transport.tcp.TCPTransport
Should we allow the transport to listen on a non routable address?
LISTEN_PORT - Static variable in class net.i2p.client.I2PSessionImpl
 
LISTEN_PORT - Static variable in class net.i2p.router.transport.tcp.TCPTransport
What port number should we listen to?
listenHost - Variable in class net.i2p.i2ptunnel.I2PTunnel
 
listParticipatingTunnels() - Method in class net.i2p.router.tunnel.TunnelDispatcher
 
listPending() - Method in class net.i2p.router.tunnel.pool.TunnelPool
list of tunnelInfo instances of tunnels currently being built
listPools(List) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
list of TunnelPool instances currently in play
listSockets() - Method in interface net.i2p.client.streaming.I2PSocketManager
Retrieve a set of currently connected I2PSockets, either initiated locally or remotely.
listSockets() - Method in class net.i2p.client.streaming.I2PSocketManagerFull
Retrieve a set of currently connected I2PSockets, either initiated locally or remotely.
listSockets() - Method in class net.i2p.client.streaming.I2PSocketManagerImpl
Retrieve a set of currently connected I2PSockets, either initiated locally or remotely.
listTunnels() - Method in class net.i2p.router.tunnel.pool.TunnelPool
Return a list of tunnels in the pool
LIVELINESS_DELAY - Static variable in class net.i2p.router.Router
 
load(String) - Method in class net.i2p.client.naming.PetNameDB
 
load(Properties) - Method in class net.i2p.router.peermanager.DBHistory
 
load(Properties) - Method in class net.i2p.router.peermanager.TunnelHistory
 
load(Properties, String, boolean) - Method in class net.i2p.stat.Rate
Load this rate from the properties, taking data from the data points underneath the given prefix.
load(Properties, String, boolean) - Method in class net.i2p.stat.RateStat
Load this rate stat from the properties, populating all of the rates contained underneath it.
load(InputStream) - Method in class net.i2p.util.OrderedProperties
 
LoadClientAppsJob - Class in net.i2p.router.startup
Run any client applications specified in the router.config.
LoadClientAppsJob(RouterContext) - Constructor for class net.i2p.router.startup.LoadClientAppsJob
 
loadControllers(String) - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Load up all of the tunnels configured in the given file (but do not start them)
loadFrom(PeerState) - Method in class net.i2p.router.transport.udp.PeerState
Transfer the basic activity/state from the old peer to the current peer
loadI2PDatagram(byte[]) - Method in class net.i2p.client.datagram.I2PDatagramDissector
Load an I2P repliable datagram into the dissector.
loadProfiles() - Method in class net.i2p.router.peermanager.PeerManager
 
loadProps(Properties, File) - Static method in class net.i2p.data.DataHelper
A more efficient Properties.load
loadProps(Properties, File, boolean) - Static method in class net.i2p.data.DataHelper
 
loadProps(Properties, InputStream) - Static method in class net.i2p.data.DataHelper
 
loadProps(Properties, InputStream, boolean) - Static method in class net.i2p.data.DataHelper
 
LoadRouterInfoJob - Class in net.i2p.router.startup
 
LoadRouterInfoJob(RouterContext) - Constructor for class net.i2p.router.startup.LoadRouterInfoJob
 
loadSeed() - Method in class net.i2p.util.RandomSource
 
loadState(InputStream) - Method in class net.i2p.crypto.PersistentSessionKeyManager
Load the session key data from the given stream
LoadTestManager - Class in net.i2p.router
Coordinate some tests of peers to see how much load they can handle.
LoadTestManager(RouterContext) - Constructor for class net.i2p.router.LoadTestManager
 
locked_getCurrentlyBuilding() - Method in class net.i2p.router.tunnel.pool.BuildExecutor
 
locked_insert(byte[]) - Method in class org.xlattice.crypto.filters.BloomSHA1
 
locked_insert(byte[], int, int) - Method in class org.xlattice.crypto.filters.BloomSHA1
 
locked_member(byte[]) - Method in class org.xlattice.crypto.filters.BloomSHA1
 
locked_member(byte[], int, int) - Method in class org.xlattice.crypto.filters.BloomSHA1
 
log(String) - Method in class net.i2p.i2ptunnel.BufferLogger
Pass in some random data
log(String) - Method in class net.i2p.i2ptunnel.I2PTunnel
Log the given message (using both the logging subsystem and standard output...)
log - Variable in class net.i2p.i2ptunnel.I2PTunnelGUI
 
log(String) - Method in class net.i2p.i2ptunnel.I2PTunnelGUI
 
log(String) - Method in interface net.i2p.i2ptunnel.Logging
 
log(String) - Method in class net.i2p.i2ptunnel.TunnelController
 
Log - Class in net.i2p.util
Wrapper class for whatever logging system I2P uses.
Log(Class) - Constructor for class net.i2p.util.Log
 
Log(String) - Constructor for class net.i2p.util.Log
 
Log(LogManager, Class) - Constructor for class net.i2p.util.Log
 
Log(LogManager, String) - Constructor for class net.i2p.util.Log
 
Log(LogManager, Class, String) - Constructor for class net.i2p.util.Log
 
log(int, String) - Method in class net.i2p.util.Log
 
log(int, String, Throwable) - Method in class net.i2p.util.Log
 
LogConsoleBuffer - Class in net.i2p.util
Offer a glimpse into the last few console messages generated
LogConsoleBuffer(I2PAppContext) - Constructor for class net.i2p.util.LogConsoleBuffer
 
Logging - Interface in net.i2p.i2ptunnel
 
LogLimit - Class in net.i2p.util
Defines the log limit for a particular set of logs
LogLimit(String, int) - Constructor for class net.i2p.util.LogLimit
 
logManager() - Method in class net.i2p.I2PAppContext
Query the log manager for this context, which may in turn have its own set of configuration settings (loaded from the context's properties).
LogManager - Class in net.i2p.util
Manages the logging system, loading (and reloading) the configuration file, coordinating the log limits, and storing the set of log records pending.
LogManager(I2PAppContext) - Constructor for class net.i2p.util.LogManager
 
LogRecord - Class in net.i2p.util
Frisbee
LogRecord(Class, String, String, int, String, Throwable) - Constructor for class net.i2p.util.LogRecord
 
LogRecordFormatter - Class in net.i2p.util
Render a log record according to the log manager's settings
LogRecordFormatter() - Constructor for class net.i2p.util.LogRecordFormatter
 
LogsHelper - Class in net.i2p.router.web
 
LogsHelper() - Constructor for class net.i2p.router.web.LogsHelper
 
LogWriter - Class in net.i2p.util
Log writer thread that pulls log records from the LogManager, writes them to the current logfile, and rotates the logs as necessary.
LogWriter(LogManager) - Constructor for class net.i2p.util.LogWriter
 
LookaheadInputStream - Class in net.i2p.util
Simple lookahead buffer to keep the last K bytes in reserve, configured to easily be reused.
LookaheadInputStream(int) - Constructor for class net.i2p.util.LookaheadInputStream
 
lookup(String) - Method in class net.i2p.client.naming.AddressDBNamingService
 
lookup(String) - Method in class net.i2p.client.naming.DummyNamingService
 
lookup(String) - Method in class net.i2p.client.naming.HostsTxtNamingService
 
lookup(String) - Method in class net.i2p.client.naming.MetaNamingService
 
lookup(String) - Method in class net.i2p.client.naming.NamingService
Look up a host name.
lookup(String) - Method in class net.i2p.client.naming.PetNameNamingService
 
lookupBase64(String) - Method in class net.i2p.client.naming.NamingService
Check if host name is valid Base64 encoded dest and return this dest in that case.
lookupBeforeDropping(Hash, RouterInfo) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
 
lookupBeforeDropping(Hash, RouterInfo) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
lookupFailed() - Method in class net.i2p.router.peermanager.DBHistory
Note that the peer failed to respond to the db lookup in any way
lookupLeaseSet(Hash, Job, Job, long) - Method in class net.i2p.router.DummyNetworkDatabaseFacade
 
lookupLeaseSet(Hash, Job, Job, long) - Method in class net.i2p.router.NetworkDatabaseFacade
 
lookupLeaseSet(Hash, Job, Job, long) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
lookupLeaseSetLocally(Hash) - Method in class net.i2p.router.DummyNetworkDatabaseFacade
 
lookupLeaseSetLocally(Hash) - Method in class net.i2p.router.NetworkDatabaseFacade
 
lookupLeaseSetLocally(Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
lookupReceived() - Method in class net.i2p.router.peermanager.DBHistory
Note that the peer sent us a lookup
lookupReply(int, int, int, int) - Method in class net.i2p.router.peermanager.DBHistory
Receive a lookup reply from the peer, where they gave us the specified info
lookupRouterInfo(Hash, Job, Job, long) - Method in class net.i2p.router.DummyNetworkDatabaseFacade
 
lookupRouterInfo(Hash, Job, Job, long) - Method in class net.i2p.router.NetworkDatabaseFacade
 
lookupRouterInfo(Hash, Job, Job, long) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
lookupRouterInfoLocally(Hash) - Method in class net.i2p.router.DummyNetworkDatabaseFacade
 
lookupRouterInfoLocally(Hash) - Method in class net.i2p.router.NetworkDatabaseFacade
 
lookupRouterInfoLocally(Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
lookupSuccessful() - Method in class net.i2p.router.peermanager.DBHistory
Note that the peer was not only able to respond to the lookup, but sent us the data we wanted!
loop(I2NPMessageHandler) - Method in class net.i2p.router.transport.udp.MessageReceiver
 
ltoh(long) - Static method in class org.xlattice.crypto.filters.BloomSHA1
convert 64-bit integer to hex String

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 _