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
|
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)
|