Class | Description |
---|---|
net.i2p.BOB.UDPIOthread |
incomplete, unused
|
net.i2p.client.naming.EepGetAndAddNamingService |
use HostsTxtNamingService.put()
|
net.i2p.client.streaming.I2PSocketManagerFull | |
net.i2p.data.i2np.I2NPMessageReader |
unused
|
net.i2p.router.networkdb.kademlia.ExploreKeySelectorJob |
unused, see comments in KNDF
|
net.i2p.router.RouterDoSThrottle |
unused
|
net.i2p.router.tunnel.HashSetIVValidator |
unused
|
net.i2p.router.tunnel.TrivialRouterPreprocessor |
unused
|
net.i2p.util.CachingByteArrayOutputStream |
unused
|
net.i2p.util.SimpleScheduler |
in 0.9.20, use SimpleTimer2 instead
|
net.i2p.util.ZipFileComment |
scheduled for removal late 2017, not for external use
|
org.klomp.snark.PeerMonitorTask |
unused, for command line client only, commented out in Snark.java
|
org.klomp.snark.SnarkShutdown |
unused
|
Field | Description |
---|---|
net.i2p.client.streaming.I2PSocketManagerFactory.PROP_MANAGER | |
net.i2p.crypto.KeyGenerator.PUBKEY_EXPONENT_SIZE |
use getElGamalExponentSize() which allows override in the properties
|
net.i2p.data.DataHelper.BOOLEAN_LENGTH |
unused
|
net.i2p.data.DataHelper.BOOLEAN_UNKNOWN |
unused
|
net.i2p.data.Signature.FAKE_SIGNATURE |
to be removed
|
net.i2p.i2ptunnel.I2PTunnelClient.dests |
why protected? Is anybody using out-of-tree? Protected from the beginning (2004)
|
net.i2p.router.Router.CAPABILITY_NEW_TUNNEL |
unused
|
net.i2p.router.transport.udp.UDPTransport.DEFAULT_INTERNAL_PORT |
unused
|
Constructor | Description |
---|---|
net.i2p.client.streaming.impl.I2PSocketManagerFull() |
use 4-arg constructor
|
net.i2p.crypto.CryptixAESKeyCache() | |
net.i2p.i2ptunnel.I2PTunnelRunner(Socket, I2PSocket, Object, byte[], List<I2PSocket>) |
use FailCallback constructor
|
net.i2p.router.transport.GetBidsJob(RouterContext, TransportManager, OutNetMessage) |
unused, see static getBids()
|
net.i2p.router.tunnel.HopProcessor(I2PAppContext, HopConfig) |
used only by unit tests
|
net.i2p.router.tunnel.InboundEndpointProcessor(RouterContext, TunnelCreatorConfig) |
used only by unit tests
|
net.i2p.util.SimpleScheduler(I2PAppContext) |
in 0.9.20, replaced by SimpleTimer2
|
net.i2p.util.SimpleTimer(I2PAppContext) |
use SimpleTimer2
|
org.bouncycastle.oldcrypto.macs.I2PHMac(MessageDigest) |
Use javax.crypto.Mac
|
org.klomp.snark.Snark(I2PSnarkUtil, String, String, int, StorageListener, CoordinatorListener, CompleteListener, PeerCoordinatorSet, ConnectionAcceptor, boolean, String) |
Enum Constant | Description |
---|---|
com.google.zxing.EncodeHintType.MAX_SIZE |
without replacement
|
com.google.zxing.EncodeHintType.MIN_SIZE |
use width/height params in
com.google.zxing.datamatrix.DataMatrixWriter#encode(String, BarcodeFormat, int, int)
|