- b0 - クラス の変数org.jrobin.data.LinearInterpolator
-
- b1 - クラス の変数org.jrobin.data.LinearInterpolator
-
- BackgroundChecker - i2p.susi.webmail.pop3のクラス
-
Check for new mail periodically
- BackgroundChecker(POP3MailBox) - クラス のコンストラクタi2p.susi.webmail.pop3.BackgroundChecker
-
- backgroundImage - クラス の変数org.jrobin.graph.RrdGraphDef
-
- BACKLOG_SIZE - クラス のstatic変数net.i2p.router.util.PriBlockingQueue
-
- backloggedTunnelCache - クラス の変数net.i2p.router.message.OutboundCache
-
- BAD_REQUEST - クラス のstatic変数org.cybergarage.http.HTTPStatus
-
- BadCountries - net.i2p.router.transportのクラス
-
Maintain a list of bad places.
- BadCountries() - クラス のコンストラクタnet.i2p.router.transport.BadCountries
-
- balance() - クラス のメソッドnet.metanotion.util.skiplist.SkipList
-
- bandwidthLimiter() - クラス のメソッドnet.i2p.router.RouterContext
-
Coordinate this router's bandwidth limits
- bandwidthLimits() - インタフェース のメソッドnet.i2p.client.I2PSession
-
Get the current bandwidth limits.
- bandwidthLimits() - クラス のメソッドnet.i2p.client.impl.I2PSessionImpl
-
Blocking.
- bandwidthLimits() - クラス のメソッドnet.i2p.client.impl.SubSession
-
This won't be called, as the reply does not contain a session ID, so
it won't be routed back to us
- BandwidthLimitsMessage - net.i2p.data.i2cpのクラス
-
Tell the other side the limits
- BandwidthLimitsMessage() - クラス のコンストラクタnet.i2p.data.i2cp.BandwidthLimitsMessage
-
- BandwidthLimitsMessage(int, int) - クラス のコンストラクタnet.i2p.data.i2cp.BandwidthLimitsMessage
-
Let's define it this way.
- banlist() - クラス のメソッドnet.i2p.router.RouterContext
-
who does this peer hate?
- banlist(Hash, String) - クラス のメソッドnet.i2p.router.MessageHistory
-
We banlisted the peer
- Banlist - net.i2p.routerのクラス
-
Routers are banlisted only if none of our transports can talk to them
or their signed router info is completely screwy.
- Banlist(RouterContext) - クラス のコンストラクタnet.i2p.router.Banlist
-
- BANLIST_CLEANER_START_DELAY - クラス のstatic変数net.i2p.router.Banlist
-
- BANLIST_DURATION_FOREVER - クラス のstatic変数net.i2p.router.Banlist
-
- BANLIST_DURATION_MAX - クラス のstatic変数net.i2p.router.Banlist
-
- BANLIST_DURATION_MS - クラス のstatic変数net.i2p.router.Banlist
-
Don't make this too long as the failure may be transient
due to connection limits.
- BANLIST_DURATION_PARTIAL - クラス のstatic変数net.i2p.router.Banlist
-
- Banlist.Entry - net.i2p.routerのクラス
-
- BanlistRenderer - net.i2p.router.web.helpersのクラス
-
Moved from Banlist.java
- BanlistRenderer(RouterContext) - クラス のコンストラクタnet.i2p.router.web.helpers.BanlistRenderer
-
- banlistRouter(String, Hash, String) - クラス のメソッドnet.i2p.router.Banlist
-
ick have to put the reasonCode in the front to avoid ambiguity
- banlistRouter(Hash) - クラス のメソッドnet.i2p.router.Banlist
-
- banlistRouter(Hash, String) - クラス のメソッドnet.i2p.router.Banlist
-
- banlistRouter(Hash, String, String) - クラス のメソッドnet.i2p.router.Banlist
-
- banlistRouter(Hash, String, String, boolean) - クラス のメソッドnet.i2p.router.Banlist
-
- banlistRouter(Hash, String, String, String, long) - クラス のメソッドnet.i2p.router.Banlist
-
So that we may specify an expiration
- banlistRouterForever(Hash, String) - クラス のメソッドnet.i2p.router.Banlist
-
- banlistRouterForever(Hash, String, String) - クラス のメソッドnet.i2p.router.Banlist
-
- BarcodeFormat - com.google.zxingの列挙型
-
Enumerates barcode formats known to this package.
- base - クラス の変数net.i2p.router.transport.ntcp.NTCPConnection.PrepBuffer
-
- base - クラス の変数org.jrobin.graph.ImageParameters
-
- base - クラス の変数org.jrobin.graph.RrdGraphDef
-
- BASE_THEME_PATH - クラス のstatic変数i2p.susi.dns.BaseBean
-
- BASE_THEME_PATH - クラス のstatic変数net.i2p.router.web.CSSHelper
-
- Base32 - net.i2p.dataのクラス
-
Encodes and decodes to and from Base32 notation.
- BASE32_HASH_LENGTH - クラス のstatic変数net.i2p.client.naming.DummyNamingService
-
- Base64 - i2p.susi.webmail.encodingのクラス
-
- Base64 - net.i2p.dataのクラス
-
Encodes and decodes to and from Base64 notation.
- Base64() - クラス のコンストラクタi2p.susi.webmail.encoding.Base64
-
- BaseBean - i2p.susi.dnsのクラス
-
Holds methods common to several Beans.
- BaseBean() - クラス のコンストラクタi2p.susi.dns.BaseBean
-
- baseLength - クラス の変数net.i2p.router.transport.ntcp.NTCPConnection.PrepBuffer
-
- BasePRNGStandalone - gnu.crypto.prngのクラス
-
An abstract class to facilitate implementing PRNG algorithms.
- BasePRNGStandalone(String) - クラス のコンストラクタgnu.crypto.prng.BasePRNGStandalone
-
Trivial constructor for use by concrete subclasses.
- baseURL - クラス の変数org.klomp.snark.Tracker
-
- BASIC - net.i2p.util.EepGet.AUTH_MODE
-
- BASIC_AUTH - クラス のstatic変数net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
-
- BasicServlet - org.klomp.snark.webのクラス
-
Based on DefaultServlet from Jetty 6.1.26, heavily simplified
and modified to remove all dependencies on Jetty libs.
- BasicServlet() - クラス のコンストラクタorg.klomp.snark.web.BasicServlet
-
- BasicServlet.HttpContent - org.klomp.snark.webのインタフェース
-
from Jetty HttpContent.java
- BatchedPreprocessor - net.i2p.router.tunnelのクラス
-
Batching preprocessor that will briefly delay the sending of a message
if it doesn't fill up a full tunnel message, in which case it queues up
an additional flush task.
- BatchedPreprocessor(RouterContext, String) - クラス のコンストラクタnet.i2p.router.tunnel.BatchedPreprocessor
-
- BatchedRouterPreprocessor - net.i2p.router.tunnelのクラス
-
Honor the 'batchFrequency' tunnel pool setting or the 'router.batchFrequency'
router config setting, and track fragmentation.
- BatchedRouterPreprocessor(RouterContext, HopConfig) - クラス のコンストラクタnet.i2p.router.tunnel.BatchedRouterPreprocessor
-
for IBGWs
- BatchedRouterPreprocessor(RouterContext, TunnelCreatorConfig) - クラス のコンストラクタnet.i2p.router.tunnel.BatchedRouterPreprocessor
-
for OBGWs
- bdecode() - クラス のメソッドorg.klomp.snark.bencode.BDecoder
-
Gets the next indicator and returns either null when the stream
has ended or bdecodes the rest of the stream and returns the
appropriate BEValue encoded object.
- bdecode(InputStream) - クラス のstaticメソッドorg.klomp.snark.bencode.BDecoder
-
Creates a new BDecoder and immediatly decodes the first value it
sees.
- bdecodeBytes() - クラス のメソッドorg.klomp.snark.bencode.BDecoder
-
Returns the next bencoded value on the stream and makes sure it
is a byte array.
- bdecodeList() - クラス のメソッドorg.klomp.snark.bencode.BDecoder
-
Returns the next bencoded value on the stream and makes sure it
is a list.
- bdecodeMap() - クラス のメソッドorg.klomp.snark.bencode.BDecoder
-
Returns the next bencoded value on the stream and makes sure it
is a map (dictonary).
- bdecodeNumber() - クラス のメソッドorg.klomp.snark.bencode.BDecoder
-
Returns the next bencoded value on the stream and makes sure it
is a number.
- BDecoder - org.klomp.snark.bencodeのクラス
-
Decodes a bencoded stream to BEValue
s.
- BDecoder(InputStream) - クラス のコンストラクタorg.klomp.snark.bencode.BDecoder
-
Initalizes a new BDecoder.
- BECAME_FLOODFILL - クラス のstatic変数net.i2p.router.util.EventLog
-
- begin - クラス の変数org.klomp.snark.Message
-
- beginIndex - クラス の変数i2p.susi.dns.AddressbookBean
-
- beginProcessing() - クラス のメソッドnet.i2p.i2ptunnel.HTTPResponseOutputStream
-
- beginSend() - クラス のメソッドnet.i2p.router.OutNetMessage
-
- bencode(byte[]) - クラス のstaticメソッドorg.klomp.snark.bencode.BEncoder
-
- bencode(byte[], OutputStream) - クラス のstaticメソッドorg.klomp.snark.bencode.BEncoder
-
- bencode(Number) - クラス のstaticメソッドorg.klomp.snark.bencode.BEncoder
-
- bencode(Number, OutputStream) - クラス のstaticメソッドorg.klomp.snark.bencode.BEncoder
-
- bencode(Object) - クラス のstaticメソッドorg.klomp.snark.bencode.BEncoder
-
- bencode(Object, OutputStream) - クラス のstaticメソッドorg.klomp.snark.bencode.BEncoder
-
- bencode(String) - クラス のstaticメソッドorg.klomp.snark.bencode.BEncoder
-
- bencode(String, OutputStream) - クラス のstaticメソッドorg.klomp.snark.bencode.BEncoder
-
- bencode(List<?>) - クラス のstaticメソッドorg.klomp.snark.bencode.BEncoder
-
- bencode(List<?>, OutputStream) - クラス のstaticメソッドorg.klomp.snark.bencode.BEncoder
-
- bencode(Map<?, ?>) - クラス のstaticメソッドorg.klomp.snark.bencode.BEncoder
-
Keys must be Strings or (supported as of 0.9.31) byte[]s
A mix in the same Map is not supported.
- bencode(Map<?, ?>, OutputStream) - クラス のstaticメソッドorg.klomp.snark.bencode.BEncoder
-
Keys must be Strings or (supported as of 0.9.31) byte[]s
A mix in the same Map is not supported.
- BEncoder - org.klomp.snark.bencodeのクラス
-
- BEncoder() - クラス のコンストラクタorg.klomp.snark.bencode.BEncoder
-
- BEST_EFFORT - net.i2p.client.SendMessageOptions.Reliability
-
- BEValue - org.klomp.snark.bencodeのクラス
-
Holds different types that a bencoded byte array can represent.
- BEValue(byte[]) - クラス のコンストラクタorg.klomp.snark.bencode.BEValue
-
- BEValue(Number) - クラス のコンストラクタorg.klomp.snark.bencode.BEValue
-
- BEValue(List<BEValue>) - クラス のコンストラクタorg.klomp.snark.bencode.BEValue
-
- BEValue(Map<String, BEValue>) - クラス のコンストラクタorg.klomp.snark.bencode.BEValue
-
- BEXT - クラス のstatic変数net.i2p.BOB.DoCMDS
-
- bf - クラス の変数net.metanotion.io.block.index.BSkipLevels
-
- bf - クラス の変数net.metanotion.io.block.index.BSkipList
-
- bf - クラス の変数net.metanotion.io.block.index.BSkipSpan
-
- bfck(boolean) - クラス のメソッドnet.metanotion.io.block.BlockFile
-
Run an integrity check on the blockfile and all the skiplists in it
- bi - クラス の変数net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
-
Variable is package private for encoding.
- bid(RouterInfo, long) - クラス のメソッドnet.i2p.router.transport.ntcp.NTCPTransport
-
- bid(RouterInfo, long) - インタフェース のメソッドnet.i2p.router.transport.Transport
-
- bid(RouterInfo, long) - クラス のメソッドnet.i2p.router.transport.udp.UDPTransport
-
- bidir - クラス の変数net.i2p.i2ptunnel.I2PTunnelServer
-
- Big5 - com.google.zxing.common.CharacterSetECI
-
- bigEndian - クラス の変数org.jrobin.core.jrrd.RRDFile
-
- BigIntegerFieldElement - net.i2p.crypto.eddsa.math.bigintのクラス
-
A particular element of the field \Z/(2^255-19).
- BigIntegerFieldElement(Field, BigInteger) - クラス のコンストラクタnet.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
-
- BigIntegerLittleEndianEncoding - net.i2p.crypto.eddsa.math.bigintのクラス
-
- BigIntegerLittleEndianEncoding() - クラス のコンストラクタnet.i2p.crypto.eddsa.math.bigint.BigIntegerLittleEndianEncoding
-
- BigIntegerScalarOps - net.i2p.crypto.eddsa.math.bigintのクラス
-
- BigIntegerScalarOps(Field, BigInteger) - クラス のコンストラクタnet.i2p.crypto.eddsa.math.bigint.BigIntegerScalarOps
-
- biLog2(BigInteger) - クラス のstaticメソッドnet.i2p.router.web.helpers.NetDbRenderer
-
For debugging
http://forums.sun.com/thread.jspa?threadID=597652
- BINARY_MAX_SIZE - クラス のstatic変数i2p.susi.webmail.smtp.SMTPClient
-
About 23.25 MB.
- bind(SocketAddress) - クラス のメソッドnet.i2p.client.streaming.impl.StandardServerSocket
-
- bind(SocketAddress) - クラス のメソッドnet.i2p.client.streaming.impl.StandardSocket
-
- bind(SocketAddress) - クラス のメソッドnet.i2p.sam.SSLSocketChannel
-
requires Java 7
- bind(SocketAddress) - クラス のメソッドnet.i2p.util.InternalServerSocket
-
- bind(SocketAddress) - クラス のメソッドnet.i2p.util.InternalSocket
-
- bind(SocketAddress, int) - クラス のメソッドnet.i2p.client.streaming.impl.StandardServerSocket
-
- bind(SocketAddress, int) - クラス のメソッドnet.i2p.sam.SSLServerSocketChannel
-
requires Java 7
- bind(SocketAddress, int) - クラス のメソッドnet.i2p.util.InternalServerSocket
-
- BIND - クラス のstatic変数net.i2p.socks.SOCKS4Constants.Command
-
- BIND - クラス のstatic変数net.i2p.socks.SOCKS5Constants.Command
-
- BIND_ALL_INTERFACES - クラス のstatic変数net.i2p.router.client.ClientListenerRunner
-
- BIND_ALL_INTERFACES - クラス のstatic変数net.i2p.router.web.helpers.ConfigClientsHelper
-
from ClientListenerRunner
- bit(byte[], int) - クラス のstaticメソッドnet.i2p.crypto.eddsa.Utils
-
Get the i'th bit of a byte array.
- BitArray - com.google.zxing.commonのクラス
-
A simple, fast array of bits, represented compactly by an array of ints internally.
- BitArray() - クラス のコンストラクタcom.google.zxing.common.BitArray
-
- BitArray(int) - クラス のコンストラクタcom.google.zxing.common.BitArray
-
- BitArray(int[], int) - クラス のコンストラクタcom.google.zxing.common.BitArray
-
- bitfield - クラス の変数org.klomp.snark.PeerState
-
the pieces the peer has.
- BitField - org.klomp.snarkのクラス
-
Container of a byte array representing set and unset bits.
- BitField(byte[], int) - クラス のコンストラクタorg.klomp.snark.BitField
-
Creates a new BitField that represents size
bits
as set by the given byte array.
- BitField(int) - クラス のコンストラクタorg.klomp.snark.BitField
-
Creates a new BitField that represents size
unset bits.
- BITFIELD - クラス のstatic変数org.klomp.snark.Message
-
- BITFIELD_CONTINUATION - クラス のstatic変数net.i2p.router.transport.udp.UDPPacket
-
- bitfieldMessage(byte[]) - クラス のメソッドorg.klomp.snark.PeerState
-
- BitMatrix - com.google.zxing.commonのクラス
-
Represents a 2D matrix of bits.
- BitMatrix(int) - クラス のコンストラクタcom.google.zxing.common.BitMatrix
-
- BitMatrix(int, int) - クラス のコンストラクタcom.google.zxing.common.BitMatrix
-
- BITS - クラス のstatic変数org.jrobin.graph.GifPixelsEncoder
-
- BLACK - クラス のstatic変数com.google.zxing.client.j2se.MatrixToImageConfig
-
- BLIND_COLOR - クラス のstatic変数org.jrobin.graph.RrdGraphDefTemplate
-
- blockDecrypt(byte[], byte[], int, int, Object) - クラス のstaticメソッド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メソッドnet.i2p.crypto.CryptixRijndael_Algorithm
-
Decrypt exactly one block of ciphertext.
- blockEncrypt(byte[], byte[], int, int, Object) - クラス のstaticメソッド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メソッドnet.i2p.crypto.CryptixRijndael_Algorithm
-
Encrypt exactly one block of plaintext.
- BlockFile - net.metanotion.io.blockのクラス
-
On-disk format:
Magic number (6 bytes)
Version major/minor (2 bytes)
file length (long)
free list start (unsigned int)
is mounted (unsigned short) 0 = no, 1 = yes
span size (unsigned short)
block size (unsigned int)
Metaindex skiplist is on page 2
Pages are 1 KB and are numbered starting from 1.
- BlockFile(File, boolean) - クラス のコンストラクタnet.metanotion.io.block.BlockFile
-
File must be writable
- BlockFile(RandomAccessFile) - クラス のコンストラクタnet.metanotion.io.block.BlockFile
-
RAF must be writable
- BlockFile(RandomAccessFile, boolean) - クラス のコンストラクタnet.metanotion.io.block.BlockFile
-
RAF must be writable
- BlockFile(RandomAccessInterface) - クラス のコンストラクタnet.metanotion.io.block.BlockFile
-
Use this constructor with a readonly RAI for a readonly blockfile
- BlockFile(RandomAccessInterface, boolean) - クラス のコンストラクタnet.metanotion.io.block.BlockFile
-
Use this constructor with a readonly RAI and init = false for a readonly blockfile
- BlockfileNamingService - net.i2p.router.namingのクラス
-
A naming service using the net.metanotion BlockFile database.
- BlockfileNamingService(I2PAppContext) - クラス のコンストラクタnet.i2p.router.naming.BlockfileNamingService
-
Opens the database at hostsdb.blockfile or creates a new
one and imports entries from hosts.txt, userhosts.txt, and privatehosts.txt.
- blockingConnectToServer() - クラス のメソッドi2p.susi.webmail.pop3.POP3MailBox
-
Connect to pop3 server if not connected.
- blockingHandle(I2PSocket) - クラス のメソッドnet.i2p.i2ptunnel.I2PTunnelHTTPServer
-
Called by the thread pool of I2PSocket handlers
- blockingHandle(I2PSocket) - クラス のメソッドnet.i2p.i2ptunnel.I2PTunnelIRCServer
-
- blockingHandle(I2PSocket) - クラス のメソッドnet.i2p.i2ptunnel.I2PTunnelServer
-
This is run in a thread from a limited-size thread pool via Handler.run(),
except for a standard server (this class, no extension, as determined in getUsePool()),
it is run directly in the acceptor thread (see run()).
- blockingHandle(I2PSocket) - クラス のメソッドnet.i2p.i2ptunnel.irc.I2PTunnelDCCServer
-
An incoming DCC connection, only accept for a known port.
- blockingLookup() - クラス のメソッドnet.i2p.router.transport.GeoIP
-
Blocking lookup of all pending IPs.
- blocklist() - クラス のメソッドnet.i2p.router.RouterContext
-
- Blocklist - net.i2p.routerのクラス
-
Manage blocking by IP address, in a manner similar to the Banlist,
which blocks by router hash.
- Blocklist(RouterContext) - クラス のコンストラクタnet.i2p.router.Blocklist
-
Router MUST call startup()
- BLOCKLIST - net.i2p.update.UpdateType
-
- BlocklistEntries - net.i2p.router.newsのクラス
-
One Blocklist.
- BlocklistEntries(int) - クラス のコンストラクタnet.i2p.router.news.BlocklistEntries
-
- BlockPair - com.google.zxing.qrcode.encoderのクラス
-
- BlockPair(byte[], byte[]) - クラス のコンストラクタcom.google.zxing.qrcode.encoder.BlockPair
-
- blockSize() - クラス のstaticメソッドnet.i2p.crypto.CryptixRijndael_Algorithm
-
- BloomFilterIVValidator - net.i2p.router.tunnelのクラス
-
Manage the IV validation for all of the router's tunnels by way of a big
decaying bloom filter.
- BloomFilterIVValidator(RouterContext, int) - クラス のコンストラクタnet.i2p.router.tunnel.BloomFilterIVValidator
-
- BloomSHA1 - org.xlattice.crypto.filtersのクラス
-
A Bloom filter for sets of SHA1 digests.
- BloomSHA1() - クラス のコンストラクタorg.xlattice.crypto.filters.BloomSHA1
-
Creates a filter of 2^20 bits with k defaulting to 8.
- BloomSHA1(int) - クラス のコンストラクタorg.xlattice.crypto.filters.BloomSHA1
-
Creates a filter of 2^m bits, with the number of 'hash functions"
k defaulting to 8.
- BloomSHA1(int, int) - クラス のコンストラクタ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.FilterKey - org.xlattice.crypto.filtersのクラス
-
Store the (opaque) bloom filter offsets for reuse.
- blvlck(boolean) - クラス のメソッドnet.metanotion.io.block.index.BSkipLevels
-
Run an integrity check on the skiplevels from the first,
or just fix it if fix == true.
- blvlck(boolean) - クラス のメソッドnet.metanotion.util.skiplist.SkipLevels
-
- blvlck(boolean, int, SkipLevels<K, V>[]) - クラス のメソッドnet.metanotion.io.block.index.BSkipLevels
-
- blvlck(boolean, int, SkipLevels<K, V>[]) - クラス のメソッドnet.metanotion.util.skiplist.SkipLevels
-
- BMAJ - クラス のstatic変数net.i2p.BOB.DoCMDS
-
- BMIN - クラス のstatic変数net.i2p.BOB.DoCMDS
-
- BOB - net.i2p.BOBのクラス
-
################################################################################
############################.#..........#..#..........##########################
#######################......................................###################
####################...........................#.......#........################
#################..................##...................#.........##############
###############................###...####.....#..###.....#.........#############
#############...........###..#..###...#####...###.##........#.......############
###########................#......##...#####...##..##.......#..#........########
##########.........................#....##.##..#...##.....................######
#########...................................#....#.........................#####
########.........................................#...............#..........####
########.........................................#..........#######..........###
#######.................................................############..........##
#######..........................................####################.........##
#######............####################......########################.........##
######.............###############################################.##.........##
######............################################################..##........##
######............################################################..##........##
######.............##############################################..##.........##
######............##############################################...##..........#
######............#..###########################################...##..........#
######.............#############################################....#..........#
#######...........###############################################..##.........##
#######...........#####.#.#.#.########################.....#.####...##........##
######............#..............##################.................##.........#
######................####.........###############........#####......##........#
######..............####..#.........############.......##.#.######...##.......##
######.................#.####.........########...........##....###...##.......##
#######....#....###...................#######...............#...###..##.......##
#######.........###..###.....###.......######.##.#####.........####..##.......##
#######.....#...##############.........############......###########.###......##
#######....##...##########.......##...##############......#.############.....###
########....#..########......######...##################################....####
########....##.####################...##################################....####
########..#.##..###################..##################################..#..####
##########..###..#################...##################################...#.####
#########....##...##############....########..#####.################.##..#.#####
############.##....##########.......#########.###.......###########..#.#########
###############.....#######...#.......########.....##.....######.....###########
###############......###....##..........##.......######....#.........#.#########
##############............##..................##########..............##########
##############..............................##########..#.............##########
###############.......##..................#####..............####....###########
###############.......#####.......#.............####.....#######.....###########
################...#...####......##################.....########....############
################...##..#####.........####.##.....#....##########....############
##################..##..####...........#####.#....############.....#############
##################......#####.................################....##############
###################.....####..........##########..###########....###############
####################..#..#..........................########.....###############
#####################.##.......###.................########....#################
######################.........#.......#.##.###############....#################
#############.#######...............#####################....###################
###..#.....##...####..........#.....####################....####################
####......##........................##################....######################
#.##...###..............###.........###############......#######################
#...###..##............######...........................########################
##.......###..........##########....#...#...........############################
##.........##.......############################################################
###........##.....##############################################################
####.............###############################################################
######.........#################################################################
#########....###################################################################
################################################################################
BOB, main command socket listener, launches the command parser engine.
- BOB - net.i2p.router.transport.udp.PeerTestState.Role
-
- BOB(I2PAppContext, ClientAppManager, String[]) - クラス のコンストラクタnet.i2p.BOB.BOB
-
For ClientApp interface.
- BOBversion - クラス のstatic変数net.i2p.BOB.DoCMDS
-
- BODY - クラス のstatic変数org.cybergarage.soap.SOAP
-
- book - クラス の変数i2p.susi.dns.AddressbookBean
-
- BOOLEAN_FALSE - クラス のstatic変数net.i2p.data.DataHelper
-
deprecated - used only in DatabaseLookupMessage
- BOOLEAN_LENGTH - クラス のstatic変数net.i2p.data.DataHelper
-
- BOOLEAN_TRUE - クラス のstatic変数net.i2p.data.DataHelper
-
deprecated - used only in DatabaseLookupMessage
- BOOLEAN_UNKNOWN - クラス のstatic変数net.i2p.data.DataHelper
-
- BootCommSystemJob - net.i2p.router.startupのクラス
-
This actually boots almost everything
- BootCommSystemJob(RouterContext) - クラス のコンストラクタnet.i2p.router.startup.BootCommSystemJob
-
- BOOTID_UPNP_ORG - クラス のstatic変数org.cybergarage.http.HTTP
-
- BootNetworkDbJob - net.i2p.router.startupのクラス
-
start up the network database
- BootNetworkDbJob(RouterContext) - クラス のコンストラクタnet.i2p.router.startup.BootNetworkDbJob
-
- BootPeerManagerJob - net.i2p.router.startupのクラス
-
start up the peer manager
- BootPeerManagerJob(RouterContext) - クラス のコンストラクタnet.i2p.router.startup.BootPeerManagerJob
-
- bottom - クラス の変数net.metanotion.util.skiplist.SkipLevels
-
- BREV - クラス のstatic変数net.i2p.BOB.DoCMDS
-
- bridge - クラス の変数net.i2p.sam.SAMHandler
-
- browse(String) - クラス のstaticメソッドnet.i2p.desktopgui.util.I2PDesktop
-
- BrowseException - net.i2p.desktopgui.utilの例外
-
- BrowseException() - 例外 のコンストラクタnet.i2p.desktopgui.util.BrowseException
-
- BrowseException(String) - 例外 のコンストラクタnet.i2p.desktopgui.util.BrowseException
-
- BrowseException(String, Throwable) - 例外 のコンストラクタnet.i2p.desktopgui.util.BrowseException
-
- BrowseException(Throwable) - 例外 のコンストラクタnet.i2p.desktopgui.util.BrowseException
-
- BrowserChooser - net.i2p.apps.systrayのクラス
-
A simple file chooser dialog.
- BrowserChooser(Frame, String) - クラス のコンストラクタnet.i2p.apps.systray.BrowserChooser
-
- BSkipLevels<K extends java.lang.Comparable<? super K>,V> - net.metanotion.io.block.indexのクラス
-
On-disk format:
- BSkipLevels(BlockFile, int, BSkipList<K, V>) - クラス のコンストラクタnet.metanotion.io.block.index.BSkipLevels
-
Non-recursive initializer initializeLevels()
MUST be called on the first BSkipLevel in the skiplist
after the constructor, unless it's a new empty
level and init() was previously called.
- BSkipList<K extends java.lang.Comparable<? super K>,V> - net.metanotion.io.block.indexのクラス
-
On-disk format:
- BSkipList(int, BlockFile, int, Serializer<K>, Serializer<V>) - クラス のコンストラクタnet.metanotion.io.block.index.BSkipList
-
- BSkipList(int, BlockFile, int, Serializer<K>, Serializer<V>, boolean) - クラス のコンストラクタnet.metanotion.io.block.index.BSkipList
-
- BSkipSpan<K extends java.lang.Comparable<? super K>,V> - net.metanotion.io.block.indexのクラス
-
On-disk format:
- BSkipSpan(BlockFile, BSkipList<K, V>) - クラス のコンストラクタnet.metanotion.io.block.index.BSkipSpan
-
- BSkipSpan(BlockFile, BSkipList<K, V>, int, Serializer<K>, Serializer<V>) - クラス のコンストラクタnet.metanotion.io.block.index.BSkipSpan
-
- bslck(boolean, boolean) - クラス のメソッドnet.metanotion.io.block.index.BSkipList
-
Run an integrity check on the skiplist and all the levels in it
- buffer - クラス の変数gnu.crypto.prng.BasePRNGStandalone
-
A temporary buffer to serve random bytes.
- buffer - クラス の変数i2p.susi.webmail.MailPart
-
- buffer - クラス の変数org.jrobin.core.jrrd.RRDFile
-
- Buffer - i2p.susi.utilのインタフェース
-
Base interface for all Buffers.
- BUFFER_SIZE - クラス のstatic変数net.i2p.router.transport.ntcp.NTCPConnection
-
Why this is 16K, and where it is documented, good question?
We claim we can do 32K datagrams so this is a problem.
- BufferedStatLog - net.i2p.statのクラス
-
Note - if no filter is defined in stat.logFilters at startup, this class will not
be instantiated - see StatManager.
- BufferedStatLog(I2PAppContext) - クラス のコンストラクタnet.i2p.stat.BufferedStatLog
-
- build(I2PAppContext) - インタフェース のメソッドnet.i2p.data.i2np.I2NPMessageImpl.Builder
-
instantiate a new I2NPMessage to be populated shortly
- BUILD - クラス のstatic変数net.i2p.router.RouterVersion
-
- buildACK(PeerState, List<ACKBitfield>) - クラス のメソッドnet.i2p.router.transport.udp.PacketBuilder
-
Build the ack packet.
- buildApps(RouterContext, String) - クラス のstaticメソッドnet.i2p.router.web.helpers.HomeHelper
-
- buildComplete(PooledTunnelCreatorConfig) - クラス のメソッドnet.i2p.router.tunnel.pool.AliasedTunnelPool
-
- buildComplete(PooledTunnelCreatorConfig) - クラス のメソッドnet.i2p.router.tunnel.pool.TunnelPool
-
Remove from the _inprogress list
- buildComplete(PooledTunnelCreatorConfig) - クラス のメソッドnet.i2p.router.tunnel.pool.TunnelPoolManager
-
queue a recurring test job if appropriate
- buildComplete(PooledTunnelCreatorConfig, TunnelPool) - クラス のメソッドnet.i2p.router.tunnel.pool.BuildExecutor
-
This wakes up the executor, so call this after TunnelPool.addTunnel()
so we don't build too many.
- BuildExecutor - net.i2p.router.tunnel.poolのクラス
-
Single threaded controller of the tunnel creation process, spanning all tunnel pools.
- BuildExecutor(RouterContext, TunnelPoolManager) - クラス のコンストラクタnet.i2p.router.tunnel.pool.BuildExecutor
-
- buildFallback() - クラス のメソッドnet.i2p.router.tunnel.pool.AliasedTunnelPool
-
- buildFallback() - クラス のメソッドnet.i2p.router.tunnel.pool.TunnelPool
-
- buildFunctionPattern() - クラス のメソッドcom.google.zxing.qrcode.decoder.Version
-
See ISO 18004:2006 Annex E
- BuildHandler - net.i2p.router.tunnel.poolのクラス
-
Handle the received tunnel build message requests and replies,
including sending responsses to requests, updating the
lists of our tunnels and participating tunnels,
and updating stats.
- BuildHandler(RouterContext, TunnelPoolManager, BuildExecutor) - クラス のコンストラクタnet.i2p.router.tunnel.pool.BuildHandler
-
- buildHolePunch(InetAddress, int) - クラス のメソッドnet.i2p.router.transport.udp.PacketBuilder
-
Creates an empty unauthenticated packet for hole punching.
- buildMatrix(BitArray, ErrorCorrectionLevel, Version, int, ByteMatrix) - クラス のstaticメソッドcom.google.zxing.qrcode.encoder.MatrixUtil
-
- buildMessage(TunnelId, Hash, long, RouterInfo) - クラス のメソッド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(TunnelId, Hash, long, RouterInfo) - クラス のメソッドnet.i2p.router.networkdb.kademlia.SearchJob
-
Build the database search message
- buildMessage(RouterContext, GarlicConfig, SessionKey, Set<SessionTag>, int, int, SessionKeyManager) - クラス のstaticメソッドnet.i2p.router.message.GarlicMessageBuilder
-
called by netdb and above
- buildMessage(RouterContext, GarlicConfig, SessionKey, Set<SessionTag>, int, SessionKeyManager) - クラス のstaticメソッドnet.i2p.router.message.GarlicMessageBuilder
-
called by OCMJH
- buildMessage(RouterContext, GarlicConfig, SessionKey, Set<SessionTag>, SessionKeyManager) - クラス のstaticメソッドnet.i2p.router.message.GarlicMessageBuilder
-
Now unused, since we have to generate a reply token first in OCMOSJ but we don't know if tags are required yet.
- buildMessage(RouterContext, GarlicConfig, SessionKey, Set<SessionTag>, PublicKey, SessionKey, SessionTag) - クラス のstaticメソッドnet.i2p.router.message.GarlicMessageBuilder
-
used by TestJob and directly above
and for encrypting DatabaseLookupMessages
- BuildMessageGenerator - net.i2p.router.tunnelのクラス
-
Fill in the encrypted BuildRequestRecords in a TunnelBuildMessage
- BuildMessageGenerator() - クラス のコンストラクタnet.i2p.router.tunnel.BuildMessageGenerator
-
- BuildMessageProcessor - net.i2p.router.tunnelのクラス
-
Receive the build message at a certain hop, decrypt its encrypted record,
read the enclosed tunnel request, decide how to reply, write the reply,
encrypt the reply record, and return a TunnelBuildMessage to forward on to
the next hop.
- BuildMessageProcessor(I2PAppContext) - クラス のコンストラクタnet.i2p.router.tunnel.BuildMessageProcessor
-
- buildMonomial(int, int) - クラス のメソッドcom.google.zxing.common.reedsolomon.GenericGF
-
- buildOptions() - インタフェース のメソッドnet.i2p.client.streaming.I2PSocketManager
-
Create a copy of the current options, to be used in a setDefaultOptions() call.
- buildOptions() - クラス のメソッドnet.i2p.client.streaming.impl.I2PSocketManagerFull
-
Create a copy of the current options, to be used in a setDefaultOptions() call.
- buildOptions(Properties) - インタフェース のメソッドnet.i2p.client.streaming.I2PSocketManager
-
Create a modified copy of the current options, to be used in a setDefaultOptions() call.
- buildOptions(Properties) - クラス のメソッドnet.i2p.client.streaming.impl.I2PSocketManagerFull
-
Create a modified copy of the current options, to be used in a setDefaultOptions() call.
- buildOptions(Properties) - クラス のメソッドnet.i2p.i2ptunnel.socks.I2PSOCKSTunnel
-
Because getDefaultOptions() in super() is protected
- buildPacket(byte[], InetAddress, int) - クラス のメソッドnet.i2p.router.transport.udp.PacketBuilder
-
TESTING ONLY.
- buildPacket(List<PacketBuilder.Fragment>, PeerState, List<Long>, int, List<ACKBitfield>) - クラス のメソッドnet.i2p.router.transport.udp.PacketBuilder
-
- buildPacket(OutboundMessageState, int, PeerState, List<Long>, int, List<ACKBitfield>) - クラス のメソッドnet.i2p.router.transport.udp.PacketBuilder
-
This builds a data packet (PAYLOAD_TYPE_DATA).
- buildPeerTestFromAlice(InetAddress, int, SessionKey, long, SessionKey) - クラス のメソッドnet.i2p.router.transport.udp.PacketBuilder
-
Build a packet as if we are Alice and we either want Bob to begin a
peer test or Charlie to finish a peer test.
- buildPeerTestFromAlice(InetAddress, int, SessionKey, SessionKey, long, SessionKey) - クラス のメソッドnet.i2p.router.transport.udp.PacketBuilder
-
Build a packet as if we are Alice and we either want Bob to begin a
peer test or Charlie to finish a peer test.
- buildPeerTestToAlice(InetAddress, int, SessionKey, SessionKey, long) - クラス のメソッドnet.i2p.router.transport.udp.PacketBuilder
-
Build a packet as if we are either Bob or Charlie and we are helping test Alice.
- buildPeerTestToBob(InetAddress, int, InetAddress, int, SessionKey, long, SessionKey, SessionKey) - クラス のメソッドnet.i2p.router.transport.udp.PacketBuilder
-
Build a packet as if we are Charlie sending Bob a packet verifying that we will help test Alice.
- buildPeerTestToCharlie(InetAddress, int, SessionKey, long, InetAddress, int, SessionKey, SessionKey) - クラス のメソッドnet.i2p.router.transport.udp.PacketBuilder
-
Build a packet as if we are Bob sending Charlie a packet to help test Alice.
- buildPing(PeerState) - クラス のメソッドnet.i2p.router.transport.udp.PacketBuilder
-
An ACK packet with no acks.
- buildRelayIntro(RemoteHostId, PeerState, UDPPacketReader.RelayRequestReader) - クラス のメソッドnet.i2p.router.transport.udp.PacketBuilder
-
- buildRelayRequest(UDPTransport, OutboundEstablishState, SessionKey) - クラス のメソッドnet.i2p.router.transport.udp.PacketBuilder
-
build intro packets for each of the published introducers
- buildRelayResponse(RemoteHostId, PeerState, long, SessionKey, SessionKey) - クラス のメソッドnet.i2p.router.transport.udp.PacketBuilder
-
- BuildReplyHandler - net.i2p.router.tunnelのクラス
-
Decrypt the layers of a tunnel build reply message, determining whether the individual
hops agreed to participate in the tunnel, or if not, why not.
- BuildReplyHandler(I2PAppContext) - クラス のコンストラクタnet.i2p.router.tunnel.BuildReplyHandler
-
- BuildRequestor - net.i2p.router.tunnel.poolのクラス
-
Methods for creating Tunnel Build Messages, i.e.
- BuildRequestor() - クラス のコンストラクタnet.i2p.router.tunnel.pool.BuildRequestor
-
- BuildRequestRecord - net.i2p.data.i2npのクラス
-
Holds the unencrypted 222-byte tunnel request record,
with a constructor for ElGamal decryption and a method for ElGamal encryption.
- BuildRequestRecord(I2PAppContext, long, Hash, long, Hash, long, SessionKey, SessionKey, SessionKey, byte[], boolean, boolean) - クラス のコンストラクタnet.i2p.data.i2np.BuildRequestRecord
-
Populate this instance with data.
- BuildRequestRecord(I2PAppContext, PrivateKey, EncryptedBuildRecord) - クラス のコンストラクタnet.i2p.data.i2np.BuildRequestRecord
-
Decrypt the data from the specified record, writing the decrypted record into this instance's
data buffer
Caller MUST check that first 16 bytes of our hash matches first 16 bytes of encryptedRecord
before calling this.
- BuildResponseRecord - net.i2p.data.i2npのクラス
-
Class that creates an encrypted tunnel build message record.
- BuildResponseRecord() - クラス のコンストラクタnet.i2p.data.i2np.BuildResponseRecord
-
- buildSearchApps(String) - クラス のstaticメソッドnet.i2p.router.web.helpers.HomeHelper
-
- buildSessionConfirmedPackets(OutboundEstablishState, RouterIdentity) - クラス のメソッドnet.i2p.router.transport.udp.PacketBuilder
-
Build a new series of SessionConfirmed packets for the given peer,
encrypting it as necessary.
- buildSessionCreatedPacket(InboundEstablishState, int, SessionKey) - クラス のメソッドnet.i2p.router.transport.udp.PacketBuilder
-
Build a new SessionCreated packet for the given peer, encrypting it
as necessary.
- buildSessionDestroyPacket(InboundEstablishState) - クラス のメソッドnet.i2p.router.transport.udp.PacketBuilder
-
Build a destroy packet, which contains a header but no body.
- buildSessionDestroyPacket(OutboundEstablishState) - クラス のメソッドnet.i2p.router.transport.udp.PacketBuilder
-
Build a destroy packet, which contains a header but no body.
- buildSessionDestroyPacket(PeerState) - クラス のメソッドnet.i2p.router.transport.udp.PacketBuilder
-
Build a destroy packet, which contains a header but no body.
- buildSessionRequestPacket(OutboundEstablishState) - クラス のメソッドnet.i2p.router.transport.udp.PacketBuilder
-
Build a new SessionRequest packet for the given peer, encrypting it
as necessary.
- buildSocketManager() - クラス のメソッドnet.i2p.i2ptunnel.I2PTunnelClientBase
-
For NON-SHARED clients (ownDest = true).
- buildSocketManager(I2PTunnel) - クラス のstaticメソッドnet.i2p.i2ptunnel.I2PTunnelClientBase
-
As of 0.9.20 this is fast, and does NOT connect the manager to the router.
- buildSocketManager(I2PTunnel, String) - クラス のstaticメソッドnet.i2p.i2ptunnel.I2PTunnelClientBase
-
As of 0.9.20 this is fast, and does NOT connect the manager to the router.
- buildSocketManager(I2PTunnel, String, Logging) - クラス のstaticメソッドnet.i2p.i2ptunnel.I2PTunnelClientBase
-
As of 0.9.20 this is fast, and does NOT connect the manager to the router.
- buildSuccessful(PooledTunnelCreatorConfig) - クラス のメソッドnet.i2p.router.tunnel.pool.BuildExecutor
-
- BuildTime - net.i2p.timeのクラス
-
Get the build date as set in i2p.jar,
and reasonable min and max values for the current time,
to be used as sanity checks.
- BuildTrustedLinksJob - net.i2p.router.startupのクラス
-
For future restricted routes.
- BuildTrustedLinksJob(RouterContext, Job) - クラス のコンストラクタnet.i2p.router.startup.BuildTrustedLinksJob
-
- buildTunnel(TunnelPool, PooledTunnelCreatorConfig) - クラス のメソッドnet.i2p.router.tunnel.pool.BuildExecutor
-
- buildTunnels(Destination, ClientTunnelSettings) - クラス のメソッドnet.i2p.router.dummy.DummyTunnelManagerFacade
-
- buildTunnels(Destination, ClientTunnelSettings) - クラス のメソッドnet.i2p.router.tunnel.pool.TunnelPoolManager
-
Used only at session startup.
- buildTunnels(Destination, ClientTunnelSettings) - インタフェース のメソッド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.
- bulkStore(double, int) - クラス のメソッドorg.jrobin.core.Robin
-
- BUNDLE_NAME - クラス のstatic変数i2p.susi.dns.Messages
-
- BUNDLE_REPLY_LEASESET - クラス のstatic変数net.i2p.router.message.OutboundClientMessageOneShotJob
-
NOTE: Changed as of 0.9.2.
- BW_CAPABILITY_CHARS - クラス のstatic変数net.i2p.data.router.RouterInfo
-
Public string of chars which serve as bandwidth capacity markers
NOTE: individual chars defined in Router.java
- BWLimits - org.klomp.snarkのクラス
-
Connect via I2CP and ask the router the bandwidth limits.
- BWLimits() - クラス のコンストラクタorg.klomp.snark.BWLimits
-
- BWLimitsMessageHandler - net.i2p.client.implのクラス
-
Handle I2CP BW replies from the router
- BWLimitsMessageHandler(I2PAppContext) - クラス のコンストラクタnet.i2p.client.impl.BWLimitsMessageHandler
-
- bwReceived(int[]) - クラス のメソッドnet.i2p.client.impl.I2PSessionImpl
-
called by the message handler
- bwReceived(int[]) - クラス のメソッドnet.i2p.client.impl.SubSession
-
Called by the message handler.
- byebye() - クラス のメソッドorg.cybergarage.upnp.Device
-
- byebye(String) - クラス のメソッドorg.cybergarage.upnp.Device
-
- byebye(String) - クラス のメソッドorg.cybergarage.upnp.Service
-
- BYEBYE - クラス のstatic変数org.cybergarage.upnp.device.NTS
-
- BYTE - com.google.zxing.qrcode.decoder.Mode
-
- BYTE_LENGTH - クラス のstatic変数net.i2p.data.SessionTag
-
- ByteArray - net.i2p.dataのクラス
-
Wrap up an array of bytes so that they can be compared and placed in hashes,
maps, and the like.
- ByteArray() - クラス のコンストラクタnet.i2p.data.ByteArray
-
- ByteArray(byte[]) - クラス のコンストラクタnet.i2p.data.ByteArray
-
Sets valid = data.length, unless data is null
Sets offset = 0
- ByteArray(byte[], int, int) - クラス のコンストラクタnet.i2p.data.ByteArray
-
Sets offset = offset
Sets valid = length
- ByteCache - net.i2p.utilのクラス
-
Cache the objects frequently used to reduce memory churn.
- ByteMatrix - com.google.zxing.qrcode.encoderのクラス
-
JAVAPORT: The original code was a 2D array of ints, but since it only ever gets assigned
-1, 0, and 1, I'm going to use less memory and go with bytes.
- ByteMatrix(int, int) - クラス のコンストラクタcom.google.zxing.qrcode.encoder.ByteMatrix
-
- bytes - クラス の変数org.jrobin.graph.RrdGraphInfo
-
- bytesToHex(byte[]) - クラス のstaticメソッドnet.i2p.crypto.eddsa.Utils
-
Converts bytes to a hex string.
- bytesTransferred(long, int, long, long, String) - クラス のメソッドnet.i2p.router.update.DevSU3UpdateChecker
-
- bytesTransferred(long, int, long, long, String) - クラス のメソッドnet.i2p.router.update.NewsFetcher
-
override to prevent status update
- bytesTransferred(long, int, long, long, String) - クラス のメソッドnet.i2p.router.update.PluginUpdateChecker
-
- bytesTransferred(long, int, long, long, String) - クラス のメソッドnet.i2p.router.update.UpdateRunner
-
subclasses should override
- bytesTransferred(long, int, long, long, String) - クラス のメソッドnet.i2p.util.EepGet.CLIStatusListener
-
- bytesTransferred(long, int, long, long, String) - インタフェース のメソッドnet.i2p.util.EepGet.StatusListener
-
alreadyTransferred - total of all attempts, not including currentWrite
If nonzero on the first call, a partial file of that length was found,
_and_ the server supports resume.
- bytesTransferred(long, int, long, long, String) - クラス のメソッドorg.klomp.snark.web.FetchAndAdd
-