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 Z _ 
All Classes All Packages

I

I2CPMessage - Interface in net.i2p.data.i2cp
Defines the base functionality of API messages As of 0.9.48, does NOT extend DataStructure.
I2CPMessageException - Exception in net.i2p.data.i2cp
Represent an error serializing or deserializing a message
I2CPMessageException(String) - Constructor for exception net.i2p.data.i2cp.I2CPMessageException
 
I2CPMessageException(String, Throwable) - Constructor for exception net.i2p.data.i2cp.I2CPMessageException
 
I2CPMessageHandler - Class in net.i2p.data.i2cp
Handle messages from the server for the client or vice versa
I2CPMessageHandler - Interface in net.i2p.client.impl
Define a way to handle a particular type of message
I2CPMessageHandler() - Constructor for class net.i2p.data.i2cp.I2CPMessageHandler
 
I2CPMessageImpl - Class in net.i2p.data.i2cp
Defines the base message implementation.
I2CPMessageImpl() - Constructor for class net.i2p.data.i2cp.I2CPMessageImpl
 
I2CPMessageProducer - Class in net.i2p.client.impl
Produce the various messages the session needs to send to the router.
I2CPMessageProducer(I2PAppContext) - Constructor for class net.i2p.client.impl.I2CPMessageProducer
 
I2CPMessageQueue - Class in net.i2p.internal
Contains the methods to talk to a router or client via I2CP, when both are in the same JVM.
I2CPMessageQueue() - Constructor for class net.i2p.internal.I2CPMessageQueue
 
I2CPMessageQueueImpl - Class in net.i2p.router.client
Contains the methods to talk to a router or client via I2CP, when both are in the same JVM.
I2CPMessageQueueImpl(BlockingQueue<I2CPMessage>, BlockingQueue<I2CPMessage>) - Constructor for class net.i2p.router.client.I2CPMessageQueueImpl
 
I2CPMessageReader - Class in net.i2p.data.i2cp
The I2CPMessageReader reads an InputStream (using I2CPMessageHandler) and passes out events to a registered listener, where events are either messages being received, exceptions being thrown, or the connection being closed.
I2CPMessageReader(InputStream, I2CPMessageReader.I2CPMessageEventListener) - Constructor for class net.i2p.data.i2cp.I2CPMessageReader
 
I2CPMessageReader(I2CPMessageReader.I2CPMessageEventListener) - Constructor for class net.i2p.data.i2cp.I2CPMessageReader
For internal extension only.
I2CPMessageReader.I2CPMessageEventListener - Interface in net.i2p.data.i2cp
Defines the different events the reader produces while reading the stream
I2CPMessageReader.I2CPMessageReaderRunner - Class in net.i2p.data.i2cp
 
I2CPMessageReaderRunner() - Constructor for class net.i2p.data.i2cp.I2CPMessageReader.I2CPMessageReaderRunner
 
i2cpModeChecked(int) - Method in class net.i2p.router.web.helpers.ConfigClientsHelper
 
i2cpProps - Variable in class net.i2p.sam.SAMHandler
I2CP options configuring the I2CP connection (port, host, numHops, etc)
I2NPBlock(I2NPMessage) - Constructor for class net.i2p.router.transport.ntcp.NTCP2Payload.I2NPBlock
 
I2NPMessage - Interface in net.i2p.data.i2np
Base interface for all I2NP messages Note: No longer extends DataStructure as of 0.9.48
I2NPMessageException - Exception in net.i2p.data.i2np
Represent an error serializing or deserializing an APIMessage
I2NPMessageException(String) - Constructor for exception net.i2p.data.i2np.I2NPMessageException
 
I2NPMessageException(String, Throwable) - Constructor for exception net.i2p.data.i2np.I2NPMessageException
 
I2NPMessageHandler - Class in net.i2p.data.i2np
Handle messages from router to router.
I2NPMessageHandler(I2PAppContext) - Constructor for class net.i2p.data.i2np.I2NPMessageHandler
 
I2NPMessageImpl - Class in net.i2p.data.i2np
Defines the base message implementation.
I2NPMessageImpl(I2PAppContext) - Constructor for class net.i2p.data.i2np.I2NPMessageImpl
 
I2NPMessageImpl.Builder - Interface in net.i2p.data.i2np
interface for extending the types of messages handled - unused
I2P_ELGAMAL_2048_SPEC - Static variable in class net.i2p.crypto.CryptoConstants
 
i2p.susi.dns - package i2p.susi.dns
The SusiDNS webapp, which is the user interface for the addressbook application and the local naming service (hosts database) implemented in net.i2p.client.naming.
i2p.susi.util - package i2p.susi.util
 
i2p.susi.webmail - package i2p.susi.webmail
The SusiMail webapp, which implements a webmail interface, POP3 and SMTP client-side protocols, and local caching of email.
i2p.susi.webmail.encoding - package i2p.susi.webmail.encoding
 
i2p.susi.webmail.pop3 - package i2p.susi.webmail.pop3
 
i2p.susi.webmail.smtp - package i2p.susi.webmail.smtp
 
I2PAppContext - Class in net.i2p
Provide a base scope for accessing singletons that I2P exposes.
I2PAppContext() - Constructor for class net.i2p.I2PAppContext
Create a brand new context.
I2PAppContext(boolean, Properties) - Constructor for class net.i2p.I2PAppContext
Create a brand new context.
I2PAppContext(Properties) - Constructor for class net.i2p.I2PAppContext
Create a brand new context.
I2PAppThread - Class in net.i2p.util
Like I2PThread but with per-thread OOM listeners, rather than a static router-wide listener list, so that an OOM in an app won't call the router listener to shutdown the whole router.
I2PAppThread() - Constructor for class net.i2p.util.I2PAppThread
 
I2PAppThread(Runnable) - Constructor for class net.i2p.util.I2PAppThread
 
I2PAppThread(Runnable, String) - Constructor for class net.i2p.util.I2PAppThread
 
I2PAppThread(Runnable, String, boolean) - Constructor for class net.i2p.util.I2PAppThread
 
I2PAppThread(String) - Constructor for class net.i2p.util.I2PAppThread
 
I2PAppThread(ThreadGroup, Runnable, String) - Constructor for class net.i2p.util.I2PAppThread
 
I2PClient - Interface in net.i2p.client
Define the standard means of interacting with the I2P system An I2PClient contains no state, it is just a facility for creating private key files and generating sesssions from existing private key files.
I2PClientFactory - Class in net.i2p.client
Provide a means of hooking into an appropriate I2PClient implementation
I2PClientFactory() - Constructor for class net.i2p.client.I2PClientFactory
 
I2PClientImpl - Class in net.i2p.client.impl
Base client implementation.
I2PClientImpl() - Constructor for class net.i2p.client.impl.I2PClientImpl
 
I2PClientMessageHandlerMap - Class in net.i2p.client.impl
Contains a map of message handlers that a session will want to use
I2PClientMessageHandlerMap(int) - Constructor for class net.i2p.client.impl.I2PClientMessageHandlerMap
for extension
I2PClientMessageHandlerMap(I2PAppContext) - Constructor for class net.i2p.client.impl.I2PClientMessageHandlerMap
 
I2PControlController - Class in net.i2p.i2pcontrol
This handles the starting and stopping of Jetty from a single static class so it can be called via clients.config.
I2PControlController(File) - Constructor for class net.i2p.i2pcontrol.I2PControlController
From main() (old way)
I2PControlController(RouterContext, ClientAppManager, String[]) - Constructor for class net.i2p.i2pcontrol.I2PControlController
RouterApp (new way)
I2PControlHandler - Class in net.i2p.i2pcontrol.servlets.jsonrpc2handlers
 
I2PControlHandler(RouterContext, JSONRPC2Helper, SecurityManager) - Constructor for class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.I2PControlHandler
 
I2PControlVersion - Class in net.i2p.i2pcontrol
 
I2PControlVersion() - Constructor for class net.i2p.i2pcontrol.I2PControlVersion
 
I2PDatagramDissector - Class in net.i2p.client.datagram
Class for dissecting I2P repliable datagrams, checking the authenticity of the sender.
I2PDatagramDissector() - Constructor for class net.i2p.client.datagram.I2PDatagramDissector
Crate a new I2P repliable datagram dissector.
I2PDatagramMaker - Class in net.i2p.client.datagram
Class for creating I2P repliable datagrams.
I2PDatagramMaker() - Constructor for class net.i2p.client.datagram.I2PDatagramMaker
Construct a new I2PDatagramMaker that is null.
I2PDatagramMaker(I2PSession) - Constructor for class net.i2p.client.datagram.I2PDatagramMaker
Construct a new I2PDatagramMaker that will be able to create I2P repliable datagrams going to be sent through the specified I2PSession.
I2PDefaultServlet - Class in net.i2p.servlet
Extends DefaultServlet to set locale for the displayed time of directory listings, to prevent leaking of the locale.
I2PDefaultServlet() - Constructor for class net.i2p.servlet.I2PDefaultServlet
 
I2PException - Exception in net.i2p
Base class of I2P exceptions This was originally used to provide chained exceptions, but those were added to Exception in Java 1.4, so this class provides nothing extra at the moment.
I2PException() - Constructor for exception net.i2p.I2PException
 
I2PException(String) - Constructor for exception net.i2p.I2PException
 
I2PException(String, Throwable) - Constructor for exception net.i2p.I2PException
 
I2PException(Throwable) - Constructor for exception net.i2p.I2PException
 
I2PHMac - Class in net.i2p.router.transport.udp
HMAC implementation based on RFC2104 H(K XOR opad, H(K XOR ipad, text)) modified by jrandom to use the session key byte array directly and to cache a frequently used buffer (called on doFinal).
I2PHMac(MessageDigest) - Constructor for class net.i2p.router.transport.udp.I2PHMac
Deprecated.
Use javax.crypto.Mac
I2PHMac(MessageDigest, int) - Constructor for class net.i2p.router.transport.udp.I2PHMac
 
I2Ping - Class in net.i2p.i2ptunnel
Warning - not necessarily a stable API.
I2Ping(Logging, boolean, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2Ping
tunnel.getOptions must contain "command".
I2PInvalidDatagramException - Exception in net.i2p.client.datagram
Exception thrown when I2P repliable datagram signature verification fails.
I2PInvalidDatagramException() - Constructor for exception net.i2p.client.datagram.I2PInvalidDatagramException
 
I2PInvalidDatagramException(String) - Constructor for exception net.i2p.client.datagram.I2PInvalidDatagramException
 
I2Plistener - Class in net.i2p.BOB
Listen on I2P and connect to TCP
I2Plistener(I2PServerSocket, I2PSocketManager, NamedDB, NamedDB, Logger, AtomicBoolean) - Constructor for class net.i2p.BOB.I2Plistener
Constructor
I2PLogger - Class in net.i2p.jetty
Modified from Jetty 6.1.26 StdErrLog.java and Slf4jLog.java Usage: org.eclipse.log.Log.setLog(new I2PLogger(ctx));
I2PLogger() - Constructor for class net.i2p.jetty.I2PLogger
 
I2PLogger(I2PAppContext) - Constructor for class net.i2p.jetty.I2PLogger
 
I2PProperties - Class in net.i2p.util
This class contains a number of properties ((key,value)-pairs).
I2PProperties() - Constructor for class net.i2p.util.I2PProperties
 
I2PProperties(Properties) - Constructor for class net.i2p.util.I2PProperties
 
I2PProperties.I2PPropertyCallback - Interface in net.i2p.util
 
I2PProvider - Class in net.i2p.crypto.provider
 
I2PProvider() - Constructor for class net.i2p.crypto.provider.I2PProvider
Construct a new provider.
I2PRequestLog - Class in net.i2p.jetty
This RequestLog implementation outputs logs in the pseudo-standard NCSA common log format.
I2PRequestLog() - Constructor for class net.i2p.jetty.I2PRequestLog
 
I2PRequestLog(String) - Constructor for class net.i2p.jetty.I2PRequestLog
 
I2PServerSocket - Interface in net.i2p.client.streaming
Streaming server socket returned by I2PSocketManager.getServerSocket().
I2PServerSocketFull - Class in net.i2p.client.streaming.impl
Bridge to allow accepting new connections
I2PServerSocketFull(I2PSocketManagerFull) - Constructor for class net.i2p.client.streaming.impl.I2PServerSocketFull
 
I2PSession - Interface in net.i2p.client
Define the standard means of sending and receiving messages on the I2P network by using the I2CP (the client protocol).
I2PSessionDemultiplexer - Class in net.i2p.client.impl
Implement multiplexing with a 1-byte 'protocol' and a two-byte 'port'.
I2PSessionDemultiplexer(I2PAppContext) - Constructor for class net.i2p.client.impl.I2PSessionDemultiplexer
 
I2PSessionException - Exception in net.i2p.client
Thrown when there is a problem doing something on the session
I2PSessionException(String) - Constructor for exception net.i2p.client.I2PSessionException
 
I2PSessionException(String, Throwable) - Constructor for exception net.i2p.client.I2PSessionException
 
I2PSessionImpl - Class in net.i2p.client.impl
Implementation of an I2P session running over TCP.
I2PSessionImpl(I2PSessionImpl, InputStream, Properties) - Constructor for class net.i2p.client.impl.I2PSessionImpl
 
I2PSessionImpl(I2PAppContext, InputStream, Properties) - Constructor for class net.i2p.client.impl.I2PSessionImpl
Create a new session, reading the Destination, PrivateKey, and SigningPrivateKey from the destKeyStream, and using the specified options to connect to the router As of 0.9.19, defaults in options are honored.
I2PSessionImpl(I2PAppContext, Properties, I2PClientMessageHandlerMap) - Constructor for class net.i2p.client.impl.I2PSessionImpl
for extension by SimpleSession (no dest)
I2PSessionImpl.AvailabilityNotifier - Class in net.i2p.client.impl
This notifies the client of payload messages.
I2PSessionImpl.State - Enum in net.i2p.client.impl
 
I2PSessionImpl2 - Class in net.i2p.client.impl
Thread safe implementation of an I2P session running over TCP.
I2PSessionImpl2(I2PSessionImpl, InputStream, Properties) - Constructor for class net.i2p.client.impl.I2PSessionImpl2
 
I2PSessionImpl2(I2PAppContext, InputStream, Properties) - Constructor for class net.i2p.client.impl.I2PSessionImpl2
for extension by I2PSessionMuxedImpl Create a new session, reading the Destination, PrivateKey, and SigningPrivateKey from the destKeyStream, and using the specified options to connect to the router
I2PSessionImpl2(I2PAppContext, Properties, I2PClientMessageHandlerMap) - Constructor for class net.i2p.client.impl.I2PSessionImpl2
for extension by SimpleSession (no dest)
I2PSessionListener - Interface in net.i2p.client
Define a means for the router to asynchronously notify the client that a new message is available or the router is under attack.
I2PSessionMuxedImpl - Class in net.i2p.client.impl
I2PSession with protocol and ports Streaming lib has been modified to send I2PSession.PROTO_STREAMING but still receives all.
I2PSessionMuxedImpl(I2PSessionImpl, InputStream, Properties) - Constructor for class net.i2p.client.impl.I2PSessionMuxedImpl
 
I2PSessionMuxedImpl(I2PAppContext, InputStream, Properties) - Constructor for class net.i2p.client.impl.I2PSessionMuxedImpl
 
I2PSessionMuxedImpl.MuxedAvailabilityNotifier - Class in net.i2p.client.impl
 
I2PSessionMuxedListener - Interface in net.i2p.client
Define a means for the router to asynchronously notify the client that a new message is available or the router is under attack.
I2PSimpleClient - Class in net.i2p.client
Simple client implementation with no Destination, just used to talk to the router.
I2PSimpleClient() - Constructor for class net.i2p.client.I2PSimpleClient
 
I2PSimpleSession - Class in net.i2p.client.impl
Create a new session for doing naming and bandwidth queries only.
I2PSimpleSession(I2PAppContext, Properties) - Constructor for class net.i2p.client.impl.I2PSimpleSession
Create a new session for doing naming and bandwidth queries only.
I2PSink - Class in net.i2p.i2ptunnel.udp
Producer This sends to a fixed destination specified in the constructor
I2PSink(I2PSession, Destination) - Constructor for class net.i2p.i2ptunnel.udp.I2PSink
 
I2PSink(I2PSession, Destination, boolean) - Constructor for class net.i2p.i2ptunnel.udp.I2PSink
 
I2PSinkAnywhere - Class in net.i2p.i2ptunnel.udp
Producer This sends to any destination specified in send()
I2PSinkAnywhere(I2PSession) - Constructor for class net.i2p.i2ptunnel.udp.I2PSinkAnywhere
 
I2PSinkAnywhere(I2PSession, boolean) - Constructor for class net.i2p.i2ptunnel.udp.I2PSinkAnywhere
 
I2PSnarkServlet - Class in org.klomp.snark.web
Refactored to eliminate Jetty dependencies.
I2PSnarkServlet() - Constructor for class org.klomp.snark.web.I2PSnarkServlet
 
I2PSnarkUtil - Class in org.klomp.snark
I2P specific helpers for I2PSnark We use this class as a sort of context for i2psnark so we can run multiple instances of single Snarks (but not multiple SnarkManagers, it is still static)
I2PSnarkUtil(I2PAppContext) - Constructor for class org.klomp.snark.I2PSnarkUtil
 
I2PSnarkUtil(I2PAppContext, String) - Constructor for class org.klomp.snark.I2PSnarkUtil
 
i2pSocket - Variable in class net.i2p.sam.SAMStreamSession.SAMStreamSessionSocketReader
 
i2pSocket - Variable in class net.i2p.sam.SAMStreamSession.StreamSender
 
I2PSocket - Interface in net.i2p.client.streaming
Streaming socket returned by I2PSocketManager.connect(Destination).
I2PSocket.SocketErrorListener - Interface in net.i2p.client.streaming
Deprecated, unimplemented, does nothing.
I2PSocketAddress - Class in net.i2p.client.streaming
A SocketAddress (Destination + port) so we can have SocketChannels.
I2PSocketAddress(String) - Constructor for class net.i2p.client.streaming.I2PSocketAddress
Convenience constructor that parses host:port.
I2PSocketAddress(String, int) - Constructor for class net.i2p.client.streaming.I2PSocketAddress
Does a naming service lookup to resolve the dest.
I2PSocketAddress(Destination, int) - Constructor for class net.i2p.client.streaming.I2PSocketAddress
Does not do a reverse lookup.
I2PSocketEepGet - Class in net.i2p.client.streaming
Fetch a URL using a socket from the supplied I2PSocketManager.
I2PSocketEepGet(I2PAppContext, I2PSocketManager, int, long, long, String, OutputStream, String) - Constructor for class net.i2p.client.streaming.I2PSocketEepGet
 
I2PSocketEepGet(I2PAppContext, I2PSocketManager, int, String, String) - Constructor for class net.i2p.client.streaming.I2PSocketEepGet
 
I2PSocketException - Exception in net.i2p.client.streaming
An I2P-specific IOException thrown from input and output streams, with a stored status code to be used for programmatic responses.
I2PSocketException(int) - Constructor for exception net.i2p.client.streaming.I2PSocketException
Use canned message for this status code.
I2PSocketException(String) - Constructor for exception net.i2p.client.streaming.I2PSocketException
Use message provided
I2PSocketFull - Class in net.i2p.client.streaming.impl
Bridge between the full streaming lib and the I2PSocket API
I2PSocketFull(Connection, I2PAppContext) - Constructor for class net.i2p.client.streaming.impl.I2PSocketFull
 
I2PSocketManager - Interface in net.i2p.client.streaming
Centralize the coordination and multiplexing of the local client's streaming.
I2PSocketManager.DisconnectListener - Interface in net.i2p.client.streaming
 
I2PSocketManagerFactory - Class in net.i2p.client.streaming
Simplify the creation of I2PSession and transient I2P Destination objects if necessary to create a socket manager.
I2PSocketManagerFactory() - Constructor for class net.i2p.client.streaming.I2PSocketManagerFactory
 
I2PSocketManagerFull - Class in net.i2p.client.streaming
Deprecated. 
I2PSocketManagerFull - Class in net.i2p.client.streaming.impl
Centralize the coordination and multiplexing of the local client's streaming.
I2PSocketManagerFull() - Constructor for class net.i2p.client.streaming.I2PSocketManagerFull
Deprecated.
 
I2PSocketManagerFull() - Constructor for class net.i2p.client.streaming.impl.I2PSocketManagerFull
Deprecated.
use 4-arg constructor
I2PSocketManagerFull(I2PAppContext, I2PSession, Properties, String, IncomingConnectionFilter) - Constructor for class net.i2p.client.streaming.impl.I2PSocketManagerFull
This is what I2PSocketManagerFactory.createManager() returns.
I2PSocketOptions - Interface in net.i2p.client.streaming
Define the configuration for streaming and verifying data on the socket.
I2PSocketOptionsImpl - Class in net.i2p.client.streaming.impl
Define the configuration for streaming and verifying data on the socket.
I2PSocketOptionsImpl() - Constructor for class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
Sets max buffer size, connect timeout, read timeout, and write timeout from System properties.
I2PSocketOptionsImpl(Properties) - Constructor for class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
Sets max buffer size, connect timeout, read timeout, and write timeout from properties.
I2PSocketOptionsImpl(I2PSocketOptions) - Constructor for class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
Initializes from System properties then copies over all options.
I2PSOCKSIRCTunnel - Class in net.i2p.i2ptunnel.socks
 
I2PSOCKSIRCTunnel(int, Logging, boolean, EventDispatcher, I2PTunnel, String) - Constructor for class net.i2p.i2ptunnel.socks.I2PSOCKSIRCTunnel
 
I2PSOCKSTunnel - Class in net.i2p.i2ptunnel.socks
 
I2PSOCKSTunnel(int, Logging, boolean, EventDispatcher, I2PTunnel, String) - Constructor for class net.i2p.i2ptunnel.socks.I2PSOCKSTunnel
As of 0.9.20 this is fast, and does NOT connect the manager to the router, or open the local socket.
I2PSource - Class in net.i2p.i2ptunnel.udp
 
I2PSource(I2PSession) - Constructor for class net.i2p.i2ptunnel.udp.I2PSource
 
I2PSource(I2PSession, boolean) - Constructor for class net.i2p.i2ptunnel.udp.I2PSource
 
I2PSource(I2PSession, boolean, boolean) - Constructor for class net.i2p.i2ptunnel.udp.I2PSource
 
I2PSource.Listener - Class in net.i2p.i2ptunnel.udp
 
i2pss - Variable in class net.i2p.i2ptunnel.I2PTunnelServer
 
I2PSSLSocketFactory - Class in net.i2p.util
Loads trusted ASCII certs from ~/.i2p/certificates/ and $I2P/certificates/.
I2PSSLSocketFactory(I2PAppContext, boolean, String) - Constructor for class net.i2p.util.I2PSSLSocketFactory
 
I2PThread - Class in net.i2p.util
Preferred over Thread for all router uses.
I2PThread() - Constructor for class net.i2p.util.I2PThread
 
I2PThread(Runnable) - Constructor for class net.i2p.util.I2PThread
 
I2PThread(Runnable, String) - Constructor for class net.i2p.util.I2PThread
 
I2PThread(Runnable, String, boolean) - Constructor for class net.i2p.util.I2PThread
 
I2PThread(String) - Constructor for class net.i2p.util.I2PThread
 
I2PThread(ThreadGroup, Runnable) - Constructor for class net.i2p.util.I2PThread
 
I2PThread(ThreadGroup, Runnable, String) - Constructor for class net.i2p.util.I2PThread
 
I2PThread.OOMEventListener - Interface in net.i2p.util
 
I2PtoTCP - Class in net.i2p.BOB
Process I2P->TCP
I2PtoTCP(I2PSocket, NamedDB, NamedDB, AtomicBoolean) - Constructor for class net.i2p.BOB.I2PtoTCP
Constructor
I2PTunnel - Class in net.i2p.i2ptunnel
An I2PTunnel tracks one or more I2PTunnelTasks and one or more I2PSessions.
I2PTunnel() - Constructor for class net.i2p.i2ptunnel.I2PTunnel
Standard constructor for embedded, uses args "-nocli -die" to return immediately
I2PTunnel(String[]) - Constructor for class net.i2p.i2ptunnel.I2PTunnel
See usage() for options
I2PTunnel(String[], I2PTunnel.ConnectionEventListener) - Constructor for class net.i2p.i2ptunnel.I2PTunnel
See usage() for options
I2PTunnel(TunnelController) - Constructor for class net.i2p.i2ptunnel.I2PTunnel
New standard constructor in router, with back ref to tc
I2PTunnel.ConnectionEventListener - Interface in net.i2p.i2ptunnel
Callback routine to find out
I2PTunnelClient - Class in net.i2p.i2ptunnel
 
I2PTunnelClient(int, String, Logging, boolean, EventDispatcher, I2PTunnel, String) - Constructor for class net.i2p.i2ptunnel.I2PTunnelClient
As of 0.9.20 this is fast, and does NOT connect the manager to the router, or open the local socket.
I2PTunnelClientBase - Class in net.i2p.i2ptunnel
 
I2PTunnelClientBase(int, boolean, Logging, EventDispatcher, String, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelClientBase
The main constructor.
I2PTunnelClientBase(int, boolean, Logging, EventDispatcher, String, I2PTunnel, String) - Constructor for class net.i2p.i2ptunnel.I2PTunnelClientBase
Use this to build a client with a persistent private key.
I2PTunnelClientBase(int, Logging, I2PSocketManager, I2PTunnel, EventDispatcher, long) - Constructor for class net.i2p.i2ptunnel.I2PTunnelClientBase
This constructor is used to add a client to an existing socket manager.
I2PTunnelConnectClient - Class in net.i2p.i2ptunnel
Supports the following:
I2PTunnelConnectClient(int, Logging, boolean, String, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelConnectClient
As of 0.9.20 this is fast, and does NOT connect the manager to the router, or open the local socket.
I2PTunnelDCCClient - Class in net.i2p.i2ptunnel.irc
A standard client, using an existing socket manager.
I2PTunnelDCCClient(String, int, int, Logging, I2PSocketManager, EventDispatcher, I2PTunnel, long) - Constructor for class net.i2p.i2ptunnel.irc.I2PTunnelDCCClient
As of 0.9.20 this is fast, and does NOT connect the manager to the router, or open the local socket.
I2PTunnelDCCServer - Class in net.i2p.i2ptunnel.irc
A standard server that only answers for registered ports, and each port can only be used once.
I2PTunnelDCCServer(I2PSocketManager, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.irc.I2PTunnelDCCServer
There's no support for unsolicited incoming I2P connections, so there's no server host or port parameters.
I2PTunnelHTTPBidirProxy - Class in net.i2p.i2ptunnel
Reuse HTTP server's I2PSocketManager for a proxy with no outproxy capability.
I2PTunnelHTTPBidirProxy(int, Logging, I2PSocketManager, I2PTunnel, EventDispatcher, long) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPBidirProxy
As of 0.9.20 this is fast, and does NOT connect the manager to the router, or open the local socket.
I2PTunnelHTTPBidirServer - Class in net.i2p.i2ptunnel
 
I2PTunnelHTTPBidirServer(InetAddress, int, int, File, String, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPBidirServer
 
I2PTunnelHTTPBidirServer(InetAddress, int, int, InputStream, String, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPBidirServer
 
I2PTunnelHTTPBidirServer(InetAddress, int, int, String, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPBidirServer
 
I2PTunnelHTTPClient - Class in net.i2p.i2ptunnel
Act as a mini HTTP proxy, handling various different types of requests, forwarding them through I2P appropriately, and displaying the reply.
I2PTunnelHTTPClient(int, Logging, boolean, String, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPClient
As of 0.9.20 this is fast, and does NOT connect the manager to the router, or open the local socket.
I2PTunnelHTTPClient(int, Logging, I2PSocketManager, I2PTunnel, EventDispatcher, long) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPClient
This constructor always starts the tunnel (ignoring the i2cp.delayOpen option).
I2PTunnelHTTPClientBase - Class in net.i2p.i2ptunnel
Common things for HTTPClient and ConnectClient Retrofit over them in 0.8.2
I2PTunnelHTTPClientBase(int, boolean, Logging, EventDispatcher, String, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
 
I2PTunnelHTTPClientBase(int, Logging, I2PSocketManager, I2PTunnel, EventDispatcher, long) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
This constructor always starts the tunnel (ignoring the i2cp.delayOpen option).
I2PTunnelHTTPClientBase.AuthResult - Enum in net.i2p.i2ptunnel
 
I2PTunnelHTTPClientBase.OnProxySuccess - Class in net.i2p.i2ptunnel
 
I2PTunnelHTTPClientBase.OnTimeout - Class in net.i2p.i2ptunnel
 
I2PTunnelHTTPClientRunner - Class in net.i2p.i2ptunnel
Override the response with a stream filtering the HTTP headers received.
I2PTunnelHTTPClientRunner(Socket, I2PSocket, Object, byte[], List<I2PSocket>, I2PTunnelRunner.FailCallback) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPClientRunner
Does NOT start itself.
I2PTunnelHTTPServer - Class in net.i2p.i2ptunnel
Simple extension to the I2PTunnelServer that filters the HTTP headers sent from the client to the server, replacing the Host header with whatever this instance has been configured with, and if the browser set Accept-Encoding: x-i2p-gzip, gzip the http message body and set Content-Encoding: x-i2p-gzip.
I2PTunnelHTTPServer(InetAddress, int, File, String, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPServer
 
I2PTunnelHTTPServer(InetAddress, int, InputStream, String, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPServer
 
I2PTunnelHTTPServer(InetAddress, int, String, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPServer
 
I2PTunnelIRCClient - Class in net.i2p.i2ptunnel
Todo: Can we extend I2PTunnelClient instead and remove some duplicated code?
I2PTunnelIRCClient(int, String, Logging, boolean, EventDispatcher, I2PTunnel, String) - Constructor for class net.i2p.i2ptunnel.I2PTunnelIRCClient
As of 0.9.20 this is fast, and does NOT connect the manager to the router, or open the local socket.
I2PTunnelIRCServer - Class in net.i2p.i2ptunnel
Simple extension to the I2PTunnelServer that filters the registration sequence to pass the destination hash of the client through as the hostname, so an IRC Server may track users across nick changes.
I2PTunnelIRCServer(InetAddress, int, File, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelIRCServer
 
I2PTunnelOutproxyRunner - Class in net.i2p.i2ptunnel
Like I2PTunnelRunner but socket-to-socket Warning - not maintained as a stable API for external use.
I2PTunnelOutproxyRunner(Socket, Socket, Object, byte[], byte[], I2PTunnelRunner.FailCallback) - Constructor for class net.i2p.i2ptunnel.I2PTunnelOutproxyRunner
Does NOT start itself.
I2PTunnelRunner - Class in net.i2p.i2ptunnel
A thread that starts two more threads, one to forward traffic in each direction.
I2PTunnelRunner(Socket, I2PSocket, Object, byte[], byte[], List<I2PSocket>) - Constructor for class net.i2p.i2ptunnel.I2PTunnelRunner
Deprecated.
use FailCallback constructor
I2PTunnelRunner(Socket, I2PSocket, Object, byte[], byte[], List<I2PSocket>, Runnable) - Constructor for class net.i2p.i2ptunnel.I2PTunnelRunner
Deprecated.
use FailCallback constructor
I2PTunnelRunner(Socket, I2PSocket, Object, byte[], byte[], List<I2PSocket>, I2PTunnelRunner.FailCallback) - Constructor for class net.i2p.i2ptunnel.I2PTunnelRunner
Recommended new constructor.
I2PTunnelRunner(Socket, I2PSocket, Object, byte[], List<I2PSocket>) - Constructor for class net.i2p.i2ptunnel.I2PTunnelRunner
Deprecated.
use FailCallback constructor
I2PTunnelRunner(Socket, I2PSocket, Object, byte[], List<I2PSocket>, Runnable) - Constructor for class net.i2p.i2ptunnel.I2PTunnelRunner
Deprecated.
use FailCallback constructor
I2PTunnelRunner.FailCallback - Interface in net.i2p.i2ptunnel
For use in new constructor
I2PTunnelRunner.SuccessCallback - Interface in net.i2p.i2ptunnel
 
I2PTunnelServer - Class in net.i2p.i2ptunnel
 
I2PTunnelServer(InetAddress, int, File, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelServer
Non-blocking
I2PTunnelServer(InetAddress, int, InputStream, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelServer
Non-blocking
I2PTunnelServer(InetAddress, int, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelServer
Non-blocking
I2PTunnelServer(InetAddress, int, I2PSocketManager, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelServer
Non-blocking
I2PTunnelTask - Class in net.i2p.i2ptunnel
Either a Server or a Client.
I2PTunnelTask(String, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelTask
 
I2PTunnelUDPClientBase - Class in net.i2p.i2ptunnel.udpTunnel
Base client class that sets up an I2P Datagram client destination.
I2PTunnelUDPClientBase(String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPClientBase
 
I2PTunnelUDPServerBase - Class in net.i2p.i2ptunnel.udpTunnel
Base client class that sets up an I2P Datagram server destination.
I2PTunnelUDPServerBase(boolean, File, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPServerBase
 
i2pVersion - Variable in class net.i2p.router.news.NewsMetadata.Release
 
IB_INIT - net.i2p.router.transport.ntcp.EstablishBase.State
 
IB_NTCP2_GOT_PADDING - net.i2p.router.transport.ntcp.EstablishBase.State
Got msg 1 incl.
IB_NTCP2_GOT_RI - net.i2p.router.transport.ntcp.EstablishBase.State
Got msg 3 Next state VERIFIED
IB_NTCP2_GOT_X - net.i2p.router.transport.ntcp.EstablishBase.State
Got Noise part of msg 1 Next state IB_NTCP2_GOT_PADDING or IB_NTCP2_READ_RANDOM on fail
IB_NTCP2_INIT - net.i2p.router.transport.ntcp.EstablishBase.State
Next state IB_NTCP2_GOT_X
IB_NTCP2_READ_RANDOM - net.i2p.router.transport.ntcp.EstablishBase.State
Got msg 1 and failed AEAD Next state CORRUPT
IB_NTCP2_SENT_Y - net.i2p.router.transport.ntcp.EstablishBase.State
Sent msg 2 and padding Next state IB_NTCP2_GOT_RI
IB_STATE_COMPLETE - net.i2p.router.transport.udp.InboundEstablishState.InboundState
Successful completion, PeerState created and added to transport
IB_STATE_CONFIRMED_COMPLETELY - net.i2p.router.transport.udp.InboundEstablishState.InboundState
we have all the confirmation packets
IB_STATE_CONFIRMED_PARTIALLY - net.i2p.router.transport.udp.InboundEstablishState.InboundState
we have received one but not all the confirmation packets This never happens in practice - see below.
IB_STATE_CREATED_SENT - net.i2p.router.transport.udp.InboundEstablishState.InboundState
we have sent a signed creation packet
IB_STATE_FAILED - net.i2p.router.transport.udp.InboundEstablishState.InboundState
we are explicitly failing it
IB_STATE_REQUEST_RECEIVED - net.i2p.router.transport.udp.InboundEstablishState.InboundState
we have received an initial request
IB_STATE_UNKNOWN - net.i2p.router.transport.udp.InboundEstablishState.InboundState
nothin known yet
IBGW - net.i2p.router.tunnel.TunnelDispatcher.Location
 
IBSkipIterator<K extends Comparable<? super K>,​V> - Class in net.metanotion.io.block.index
I2P Overridden to load the span when required and null out the keys and values when the iterator leaves the span.
IBSkipIterator(SkipSpan<K, V>, int) - Constructor for class net.metanotion.io.block.index.IBSkipIterator
 
IBSkipSpan<K extends Comparable<? super K>,​V> - Class in net.metanotion.io.block.index
I2P version of BSkipSpan BSkipSpan stores all keys and values in-memory, backed by the file.
IBSkipSpan(BlockFile, BSkipList<K, V>, int, Serializer<K>, Serializer<V>) - Constructor for class net.metanotion.io.block.index.IBSkipSpan
 
icon - Variable in class net.i2p.router.web.App
 
Icon - Class in org.cybergarage.upnp
 
Icon() - Constructor for class org.cybergarage.upnp.Icon
 
Icon(Node) - Constructor for class org.cybergarage.upnp.Icon
 
IconList - Class in org.cybergarage.upnp
 
IconList() - Constructor for class org.cybergarage.upnp.IconList
 
id - Variable in class net.i2p.router.news.CRLEntry
 
id - Variable in class net.i2p.router.news.NewsEntry
 
id - Variable in class net.i2p.sam.SAMStreamSession.SAMStreamSessionSocketReader
 
id - Variable in class net.i2p.util.UIMessages.Message
 
id - Variable in class org.minidns.dnsmessage.DnsMessage
The DNS message id.
ID - Static variable in class net.i2p.CoreVersion
deprecated
ID - Static variable in class net.i2p.router.RouterVersion
deprecated
ID - Static variable in class org.rrd4j.core.timespec.TimeToken
Constant ID=26
ID_COMMENT - Static variable in class org.klomp.snark.ExtensionHandler
 
ID_DHT - Static variable in class org.klomp.snark.ExtensionHandler
 
ID_FEED - Static variable in class net.i2p.router.Blocklist
For Update Manager
ID_HANDSHAKE - Static variable in class org.klomp.snark.ExtensionHandler
 
ID_METADATA - Static variable in class org.klomp.snark.ExtensionHandler
 
ID_PEX - Static variable in class org.klomp.snark.ExtensionHandler
 
ID_SYBIL - Static variable in class net.i2p.router.Blocklist
 
IDBytes - Static variable in class org.klomp.snark.WebPeer
 
idencode(byte[]) - Static method in class org.klomp.snark.PeerID
Encode an id as a hex encoded string and remove leading zeros.
IdenticonCache - Interface in com.docuverse.identicon
 
IdenticonRenderer - Interface in com.docuverse.identicon
Identicon renderer interface.
IdenticonServlet - Class in net.i2p.imagegen
This servlet generates identicon (visual identifier) images ranging from 16x16 to 512x512 in size.
IdenticonServlet() - Constructor for class net.i2p.imagegen.IdenticonServlet
 
IdenticonUtil - Class in com.docuverse.identicon
Utility methods useful for implementing identicon functionality.
IdenticonUtil() - Constructor for class com.docuverse.identicon.IdenticonUtil
 
IdentityBytes - Class in net.metanotion.io.data
May be used to scan and repair the database nondestructively.
IdentityBytes() - Constructor for class net.metanotion.io.data.IdentityBytes
 
IdleChecker - Class in org.klomp.snark
Periodically check for idle condition based on connected peers, and reduce/restore tunnel count as necessary.
IdleChecker(SnarkManager, PeerCoordinatorSet) - Constructor for class org.klomp.snark.IdleChecker
Caller must schedule
IdleCloser - Class in i2p.susi.webmail.pop3
Close the POP3 connection after a certain idle time
IdleCloser(POP3MailBox) - Constructor for class i2p.susi.webmail.pop3.IdleCloser
 
IdleInComparator() - Constructor for class net.i2p.router.web.helpers.UDPSorters.IdleInComparator
 
IdleOutComparator() - Constructor for class net.i2p.router.web.helpers.UDPSorters.IdleOutComparator
 
IdnaTransformator - Interface in org.minidns.idna
 
ifPossibleAs(Class<E>) - Method in class org.minidns.record.Record
Return the record if possible as record with the given Data class.
ignore(Throwable) - Method in class net.i2p.jetty.I2PLogger
 
ignoreEvents() - Method in class net.i2p.i2ptunnel.irc.EventReceiver
 
ignoreEvents() - Method in interface net.i2p.util.EventDispatcher
Ignore further event notifications
ignoreEvents() - Method in class net.i2p.util.EventDispatcherImpl
 
ignoreStat(String) - Method in class net.i2p.stat.StatManager
Save memory by not creating stats unless they are required for router operation.
ignoresVersion() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Parser
Returns true if the "jsonrpc":"2.0" version attribute in parsed JSON-RPC 2.0 messages is ignored, else false.
ignoreVersion(boolean) - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Parser
Specifies whether to ignore the "jsonrpc":"2.0" version attribute during parsing of JSON-RPC 2.0 messages.
im - Variable in class org.rrd4j.graph.RrdGraph
 
imageFormat - Variable in class org.rrd4j.graph.RrdGraphDef
 
imageInfo - Variable in class org.rrd4j.graph.RrdGraphDef
 
ImageParameters - Class in org.rrd4j.graph
 
ImageParameters() - Constructor for class org.rrd4j.graph.ImageParameters
 
imageQuality - Variable in class org.rrd4j.graph.RrdGraphDef
 
ImageWorker - Class in org.rrd4j.graph
 
ImageWorker(int, int) - Constructor for class org.rrd4j.graph.ImageWorker
 
imgInfo - Variable in class org.rrd4j.graph.RrdGraphInfo
 
implCloseSelectableChannel() - Method in class net.i2p.sam.SSLServerSocketChannel
 
implCloseSelectableChannel() - Method in class net.i2p.sam.SSLSocketChannel
 
implConfigureBlocking(boolean) - Method in class net.i2p.sam.SSLServerSocketChannel
 
implConfigureBlocking(boolean) - Method in class net.i2p.sam.SSLSocketChannel
 
importFile(RequestWrapper) - Method in class i2p.susi.dns.NamingServiceBean
 
importJavaPrivateKey(File, SigType) - Static method in class net.i2p.crypto.SigUtil
 
importJavaPublicKey(File, SigType) - Static method in class net.i2p.crypto.SigUtil
 
importPrivateKey(File, String, String, String, InputStream) - Static method in class net.i2p.crypto.KeyStoreUtil
Import the private key and certificate chain to a keystore.
IMULE - net.i2p.update.UpdateMethod
 
in - Variable in class org.klomp.snark.PeerState
 
IN - org.minidns.record.Record.CLASS
The Internet class.
IN - Static variable in class org.cybergarage.upnp.Argument
 
IN_ADDR_ARPA - Static variable in class org.minidns.dnsname.DnsName
 
IN_MEMORY_IMAGE - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Constant to represent in-memory image name
IN_PROGRESS - Static variable in class org.freenetproject.ForwardPortStatus
The port forward is in progress
INACTIVITY_ACTION_DISCONNECT - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
on inactivity timeout, close the connection
INACTIVITY_ACTION_NOOP - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
on inactivity timeout, do nothing
INACTIVITY_ACTION_SEND - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
on inactivity timeout, send a payload message
INACTIVITY_TIMEOUT - Static variable in class net.i2p.router.update.UpdateRunner
 
INACTIVITY_TIMEOUT - Static variable in class net.i2p.util.EepGet
 
inboundConnectionReceived(boolean) - Method in class net.i2p.router.transport.udp.UDPTransport
 
InboundEndpointProcessor - Class in net.i2p.router.tunnel
Receive the inbound tunnel message, removing all of the layers added by earlier hops to recover the preprocessed data sent by the gateway.
InboundEndpointProcessor(RouterContext, TunnelCreatorConfig) - Constructor for class net.i2p.router.tunnel.InboundEndpointProcessor
Deprecated.
used only by unit tests
InboundEndpointProcessor(RouterContext, TunnelCreatorConfig, IVValidator) - Constructor for class net.i2p.router.tunnel.InboundEndpointProcessor
 
inboundEstablished(NTCPConnection) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
 
InboundEstablishState - Class in net.i2p.router.transport.ntcp
NTCP 2.
InboundEstablishState - Class in net.i2p.router.transport.udp
Data for a new connection being established, where the remote peer has initiated the connection with us.
InboundEstablishState(RouterContext, byte[], int, int, DHSessionKeyBuilder, UDPPacketReader.SessionRequestReader) - Constructor for class net.i2p.router.transport.udp.InboundEstablishState
 
InboundEstablishState(RouterContext, NTCPTransport, NTCPConnection) - Constructor for class net.i2p.router.transport.ntcp.InboundEstablishState
 
InboundEstablishState.InboundState - Enum in net.i2p.router.transport.udp
 
inboundFilter(String, StringBuffer, DCCHelper) - Static method in class net.i2p.i2ptunnel.irc.IRCFilter
Modify or filter a single inbound line.
InboundGatewayProcessor - Class in net.i2p.router.tunnel
Override the hop processor to seed the message with a random IV.
InboundGatewayProcessor(I2PAppContext, HopConfig) - Constructor for class net.i2p.router.tunnel.InboundGatewayProcessor
 
InboundGatewayReceiver - Class in net.i2p.router.tunnel
Handle messages at the IBGW.
InboundGatewayReceiver(RouterContext, HopConfig) - Constructor for class net.i2p.router.tunnel.InboundGatewayReceiver
 
InboundMessageDistributor - Class in net.i2p.router.tunnel
When a message arrives at the inbound tunnel endpoint, this distributor honors the instructions (safely)
InboundMessageDistributor(RouterContext, Hash) - Constructor for class net.i2p.router.tunnel.InboundMessageDistributor
 
InboundMessageFragments - Class in net.i2p.router.transport.udp
Organize the received data message fragments, feeding completed messages to the MessageReceiver and telling the ACKSender of new peers to ACK.
InboundMessageFragments(RouterContext, OutboundMessageFragments, UDPTransport) - Constructor for class net.i2p.router.transport.udp.InboundMessageFragments
 
InboundMessageFragments.ModifiableLong - Class in net.i2p.router.transport.udp
Modifiable Long, no locking
InboundMessageState - Class in net.i2p.router.transport.udp
Hold the raw data fragments of an inbound message.
InboundMessageState(RouterContext, long, Hash) - Constructor for class net.i2p.router.transport.udp.InboundMessageState
 
InboundMessageState(RouterContext, long, Hash, UDPPacketReader.DataReader, int) - Constructor for class net.i2p.router.transport.udp.InboundMessageState
Create a new IMS and read in the data from the fragment.
InboundSender - Class in net.i2p.router.tunnel
Receive the preprocessed data for an inbound gateway, encrypt it, and forward it on to the first hop.
InboundSender(I2PAppContext, HopConfig) - Constructor for class net.i2p.router.tunnel.InboundSender
 
INCLUDE_CIPHERS - Static variable in class net.i2p.util.I2PSSLSocketFactory
Nothing for now.
INCLUDE_PROTOCOLS - Static variable in class net.i2p.util.I2PSSLSocketFactory
Java 7 does not enable 1.1 or 1.2 by default on the client side.
InclusiveByteRange - Class in org.klomp.snark.web
Byte range inclusive of end points.
InclusiveByteRange(long, long) - Constructor for class org.klomp.snark.web.InclusiveByteRange
 
IncomingConnectionFilter - Interface in net.i2p.client.streaming
Something that filters incoming streaming connections.
increment(K) - Method in class net.i2p.util.ObjectCounter
Add one.
incrementAgreedTo() - Method in class net.i2p.router.peermanager.TunnelHistory
 
incrementBytesReceived(int) - Method in class net.i2p.client.streaming.impl.Connection
 
incrementBytesSent(int) - Method in class net.i2p.client.streaming.impl.Connection
 
incrementConsecutiveFailedSends() - Method in class net.i2p.router.transport.udp.PeerState
 
incrementDupMessagesReceived(int) - Method in class net.i2p.client.streaming.impl.Connection
 
incrementDupMessagesSent(int) - Method in class net.i2p.client.streaming.impl.Connection
 
incrementFailed(int) - Method in class net.i2p.router.peermanager.TunnelHistory
Define this rate as the probability it really failed
incrementFragmentNumber() - Method in class net.i2p.router.tunnel.PendingGatewayMessage
ok, fragment sent, increment what the next will be
incrementNACKs() - Method in class net.i2p.client.streaming.impl.PacketLocal
Will force a fast restransmit on the 3rd call (FAST_RETRANSMIT_THRESHOLD) but only if it's the lowest unacked (see Connection.ResendPacketEvent)
incrementNACKs() - Method in class net.i2p.router.transport.udp.OutboundMessageState
 
incrementNotifyCount() - Method in class org.cybergarage.upnp.event.Subscriber
 
incrementPacketsRelayed() - Method in class net.i2p.router.transport.udp.PeerTestState
 
incrementParticipatingMessageBytes(int, float) - Method in class net.i2p.router.transport.FIFOBandwidthRefiller
We intend to send traffic for a participating tunnel with the given size and adjustment factor.
incrementProcessed(int, int) - Method in class net.i2p.router.peermanager.TunnelHistory
 
incrementProcessedMessages() - Method in class net.i2p.router.tunnel.HopConfig
Take note of a message being pumped through this tunnel.
incrementProcessedMessages() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
take note of a message being pumped through this tunnel
incrementRejected(int) - Method in class net.i2p.router.peermanager.TunnelHistory
 
incrementSends() - Method in class net.i2p.client.streaming.impl.PacketLocal
 
incrementUnackedPacketsReceived() - Method in class net.i2p.client.streaming.impl.Connection
 
incrementVerifiedBytesTransferred(int) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
This calls profile manager tunnelDataPushed1m() for each peer
incrementVerifiedBytesTransferred(int) - Method in interface net.i2p.router.TunnelInfo
we know for sure that the given number of bytes were sent down the tunnel fully
INDENT_STR - Static variable in class org.rrd4j.core.XmlWriter
 
index - Variable in class net.metanotion.util.skiplist.SkipIterator
 
index - Variable in class org.klomp.snark.web.Sorters.FileAndIndex
 
IndexBean - Class in net.i2p.i2ptunnel.web
Simple accessor for exposing tunnel info, but also an ugly form handler Warning - This class is not part of the i2ptunnel API, it has been moved from the jar to the war.
IndexBean() - Constructor for class net.i2p.i2ptunnel.web.IndexBean
 
indexOf(File) - Method in class org.klomp.snark.Storage
Get index to pass to remaining(), getPriority(), setPriority()
indexOfKey(int) - Method in class net.i2p.router.crypto.ratchet.SparseArray
Returns the index for which SparseArray.keyAt(int) would return the specified key, or a negative number if the specified key is not mapped.
indexOfValue(E) - Method in class net.i2p.router.crypto.ratchet.SparseArray
Returns an index for which SparseArray.valueAt(int) would return the specified value, or a negative number if no keys map to the specified value.
indexOfValueByValue(E) - Method in class net.i2p.router.crypto.ratchet.SparseArray
Returns an index for which SparseArray.valueAt(int) would return the specified value, or a negative number if no keys map to the specified value.
indicatesSuccess() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Response
A convinience method to check if the response indicates success or failure of the request.
INDIRECT - org.minidns.constants.DnssecConstants.SignatureAlgorithm
 
InetAddressUtil - Class in org.minidns.util
 
InetAddressUtil() - Constructor for class org.minidns.util.InetAddressUtil
 
InetAddressUtils - Class in org.apache.http.conn.util
A collection of utilities relating to InetAddresses.
INFINITE_STRING - Static variable in class org.cybergarage.upnp.event.Subscription
 
INFINITE_VALUE - Static variable in class org.cybergarage.upnp.event.Subscription
 
info() - Method in class org.rrd4j.core.jrrd.RRDFile
 
info(String) - Method in class net.i2p.BOB.Logger
 
info(String) - Method in class net.i2p.util.Log
 
info(String, Object...) - Method in class net.i2p.jetty.I2PLogger
 
info(String, Object, Object) - Method in class net.i2p.jetty.I2PLogger
 
info(String, Throwable) - Method in class net.i2p.jetty.I2PLogger
 
info(String, Throwable) - Method in class net.i2p.util.Log
 
info(Throwable) - Method in class net.i2p.jetty.I2PLogger
 
INFO - Static variable in class net.i2p.util.Log
 
INFO_FILENAME - Static variable in class net.i2p.router.startup.CreateRouterInfoJob
 
InfoHash - Class in org.klomp.snark.dht
A 20-byte SHA1 info hash
InfoHash(byte[]) - Constructor for class org.klomp.snark.dht.InfoHash
 
INFORMATION_MESSAGE - Static variable in class com.vuze.plugins.mlab.tools.ndt.swingemu.JOptionPane
 
init() - Method in class edu.internet2.ndt.Tcpbw100
Initialize the base NDT window Applet init() method
init() - Method in class net.i2p.crypto.SHA1
Initialize the digest context.
init() - Method in class net.i2p.i2pcontrol.servlets.JSONRPC2Servlet
 
init() - Method in class net.i2p.router.transport.ntcp.NTCPConnection.PrepBuffer
 
init() - Method in class net.i2p.router.tunnel.pool.BuildHandler
Call the same time you start the threads
init() - Method in class net.i2p.servlet.ErrorServlet
 
init() - Method in class net.i2p.servlet.I2PDefaultServlet
Overridden to save local copies of dirAllowed, locale, resourceBase, and stylesheet.
init() - Method in class org.cybergarage.http.HTTPPacket
 
init(byte[]) - Method in class net.i2p.router.transport.udp.I2PHMac
 
init(String) - Method in class net.i2p.apps.systray.ConfigFile
Initializes the ConfigFile object.
init(Map<String, byte[]>) - Method in class gnu.crypto.prng.BasePRNGStandalone
 
init(Map<String, byte[]>) - Method in interface gnu.crypto.prng.IRandomStandalone
Initialises the pseudo-random number generator scheme with the appropriate attributes.
init(Properties) - Method in class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
Sets max buffer size, connect timeout, read timeout, and write timeout from properties.
init(FilterConfig) - Method in class net.i2p.servlet.filters.XSSFilter
 
init(ServletConfig) - Method in class net.i2p.addressbook.servlet.Servlet
 
init(ServletConfig) - Method in class net.i2p.imagegen.IdenticonServlet
 
init(ServletConfig) - Method in class net.i2p.imagegen.QRServlet
 
init(ServletConfig) - Method in class org.klomp.snark.web.BasicServlet
 
init(ServletConfig) - Method in class org.klomp.snark.web.I2PSnarkServlet
 
init(I2PAppContext, I2PSession, Properties, String) - Method in interface net.i2p.client.streaming.I2PSocketManager
Deprecated - Factory will initialize.
init(I2PAppContext, I2PSession, Properties, String) - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
Deprecated.
use 4-arg constructor
init(RouterContext) - Static method in class net.i2p.router.message.OutboundClientMessageOneShotJob
call once only
init(BlockFile, int, int) - Static method in class net.metanotion.io.block.index.BSkipList
 
init(BlockFile, int, int) - Static method in class net.metanotion.io.block.index.BSkipSpan
 
init(BlockFile, int, int, int) - Static method in class net.metanotion.io.block.index.BSkipLevels
 
INIT - net.i2p.client.impl.I2PSessionImpl.State
 
INIT_PARAMS - Static variable in class net.i2p.router.web.WebAppStarter
 
initAll() - Method in class net.i2p.router.RouterContext
The following properties may be used to replace various parts of the context with dummy implementations for testing, by setting the property to "true":
initBodySize(int) - Method in class edu.internet2.ndt.Message
Utility method to initialize Message body
initConstants(String, String) - Static method in class edu.internet2.ndt.NDTConstants
Initializes a few constants
initConstants(Locale) - Static method in class edu.internet2.ndt.NDTConstants
Initializes a few constants
initContextHandler(ServletContext) - Method in class net.i2p.servlet.I2PDefaultServlet
Overridden to save the result Calls super.
initGeoIP() - Method in class net.i2p.router.CommSystemFacade
Router must call after netdb is initialized
initGeoIP() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Router must call after netdb is initialized
INITIAL_CAPACITY - Static variable in class org.rrd4j.core.RrdDbPool
Initial capacity of the pool i.e.
INITIAL_SO_TIMEOUT - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
This is a standard soTimeout, not a total timeout.
INITIAL_SO_TIMEOUT - Static variable in class net.i2p.i2ptunnel.socks.I2PSOCKSTunnel
This is a standard soTimeout, not a total timeout.
INITIAL_WINDOW_SIZE - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
RFC 5681 sec.
initialised - Variable in class gnu.crypto.prng.BasePRNGStandalone
Indicate if this instance has already been initialised or not.
initialize() - Method in class net.i2p.i2pcontrol.security.KeyStoreProvider
 
initialize() - Static method in class org.cybergarage.upnp.UPnP
 
initialize(boolean) - Method in class net.i2p.router.MessageHistory
Initialize the message history according to the router's configuration.
initialize(int) - Method in class org.klomp.snark.MagnetState
Call this for a new magnet when you have the size
initialize(int, SecureRandom) - Method in class net.i2p.crypto.eddsa.KeyPairGenerator
 
initialize(int, SecureRandom) - Method in class net.i2p.crypto.elgamal.KeyPairGenerator
 
initialize(InputStream) - Method in class net.i2p.util.LookaheadInputStream
Start the LookaheadInputStream with the given input stream.
initialize(InputStream) - Method in class net.i2p.util.ResettableGZIPInputStream
Blocking call to initialize this stream with the data from the given compressed stream.
initialize(AlgorithmParameterSpec, SecureRandom) - Method in class net.i2p.crypto.eddsa.KeyPairGenerator
 
initialize(AlgorithmParameterSpec, SecureRandom) - Method in class net.i2p.crypto.elgamal.KeyPairGenerator
 
initialize(I2PAppContext) - Static method in class org.cybergarage.util.Debug
I2P this is all static so have the UPnPManager call this
initialize(RouterContext, WebAppContext) - Static method in class net.i2p.router.web.RouterConsoleRunner
Set up basic security constraints for the webapp.
initialize(UDPPacket) - Method in class net.i2p.router.transport.udp.UDPPacketReader
 
initializeAddress() - Method in class net.i2p.router.transport.TransportManager
Notify all transports of ALL routable interface addresses, including IPv6.
initializeClock() - Method in class net.i2p.I2PAppContext
 
initializeClock() - Method in class net.i2p.router.RouterContext
 
initialized - Variable in class net.i2p.crypto.eddsa.KeyPairGenerator
 
INITIALIZED - net.i2p.app.ClientAppState
after constructor is complete
initializeFactory(Properties) - Static method in class net.i2p.i2ptunnel.SSLClientUtil
Sets up the SSLContext and sets the socket factory.
initializeFactory(Properties) - Static method in class net.i2p.sam.client.SSLUtil
Sets up the SSLContext and sets the socket factory.
initializeFactory(Properties) - Static method in class net.i2p.sam.SSLUtil
Sets up the SSLContext and sets the socket factory.
initializeKey(byte[], int) - Method in class com.southernstorm.noise.protocol.ChaChaPolyCipherState
 
initializeKey(byte[], int) - Method in interface com.southernstorm.noise.protocol.CipherState
Initializes the key on this cipher object.
initializeKeyRing() - Method in class net.i2p.I2PAppContext
 
initializeKeyRing() - Method in class net.i2p.router.RouterContext
 
initializeLevels() - Method in class net.metanotion.io.block.index.BSkipLevels
Non-recursive initializer.
initializeSessionKeyManager() - Method in class net.i2p.I2PAppContext
 
initializeSessionKeyManager() - Method in class net.i2p.router.RouterContext
As of 0.9.15, this returns a dummy SessionKeyManager in I2PAppContext.
INITIATOR - Static variable in class com.southernstorm.noise.protocol.HandshakeState
Enumerated value that indicates that the handshake object is handling the initiator role.
initIV(int[], long) - Static method in class com.southernstorm.noise.crypto.chacha20.ChaChaCore
Initializes the 64-bit initialization vector in a ChaCha20 block.
initIV(int[], long, long) - Static method in class com.southernstorm.noise.crypto.chacha20.ChaChaCore
Initializes the 64-bit initialization vector and counter in a ChaCha20 block.
initKey256(int[], byte[], int) - Static method in class com.southernstorm.noise.crypto.chacha20.ChaChaCore
Initializes a ChaCha20 block with a 256-bit key.
initPage(RandomAccessInterface, int) - Static method in class net.metanotion.io.block.FreeListBlock
 
initSeed(byte[]) - Method in class net.i2p.util.RandomSource
May block up to 10 seconds
INMPR03 - Static variable in class org.cybergarage.upnp.UPnP
 
INMPR03_DISCOVERY_OVER_WIRELESS_COUNT - Static variable in class org.cybergarage.upnp.UPnP
 
INMPR03_VERSION - Static variable in class org.cybergarage.upnp.UPnP
 
inNetMessagePool() - Method in class net.i2p.router.RouterContext
Where do we get network messages from (aka where does the comm system dump what it reads)?
InNetMessagePool - Class in net.i2p.router
Manage a pool of inbound InNetMessages.
InNetMessagePool(RouterContext) - Constructor for class net.i2p.router.InNetMessagePool
 
inProgress() - Method in class net.i2p.router.networkdb.reseed.ReseedChecker
.
insert(byte[]) - Method in class org.xlattice.crypto.filters.BloomSHA1
Add a key to the set represented by the filter.
insert(byte[], int, int) - Method in class org.xlattice.crypto.filters.BloomSHA1
 
insert(char[], int, int, char) - Static method in class net.i2p.router.crypto.ratchet.GrowingArrayUtils
insert(T[], int, int, T) - Static method in class net.i2p.router.crypto.ratchet.GrowingArrayUtils
Inserts an element into the array at the specified index, growing the array if there is no more room.
insertAttributeAt(Attribute, int) - Method in class org.cybergarage.xml.Node
 
insertComponent(Component) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JTextPane
 
insertComponent(Component) - Method in class edu.internet2.ndt.ResultsTextPane
JTextPane method to insert a component into the document as a replacement for currently selected content.
insertNode(Node, int) - Method in class org.cybergarage.xml.Node
 
insertString(int, String, Object) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.StyledDocument
 
INSTALL_FAILED - Static variable in class net.i2p.router.util.EventLog
 
INSTALLED - Static variable in class net.i2p.router.util.EventLog
 
installPlugin(String, URI) - Method in class net.i2p.router.update.ConsoleUpdateManager
Install a plugin.
InstallUpdate - Class in net.i2p.router.tasks
If the i2pupdate.zip file is present, unzip it and JVM exit.
InstallUpdate() - Constructor for class net.i2p.router.tasks.InstallUpdate
 
installUpdates(Router) - Static method in class net.i2p.router.tasks.InstallUpdate
Context must be available.
instance() - Static method in class net.i2p.router.web.StatSummarizer
 
instance(I2PAppContext) - Static method in class net.i2p.router.web.StatSummarizer
 
INSTANCE - Static variable in class net.i2p.data.EmptyProperties
 
INT32 - com.maxmind.db.Decoder.Type
 
IntBytes - Class in net.metanotion.io.data
 
IntBytes() - Constructor for class net.metanotion.io.data.IntBytes
 
IntegrationCalculator - Class in net.i2p.router.peermanager
Determine how well integrated the peer is - how likely they will be useful to us if we are trying to get further connected.
IntegrationCalculator() - Constructor for class net.i2p.router.peermanager.IntegrationCalculator
 
IntelCPUInfo - Interface in freenet.support.CPUInformation
An interface for classes that provide lowlevel information about Intel CPU's
IntelInfoImpl - Class in freenet.support.CPUInformation
Moved out of CPUID.java Ref: https://software.intel.com/en-us/articles/intel-architecture-and-processor-identification-with-cpuid-model-and-family-numbers Ref: http://en.wikipedia.org/wiki/List_of_Intel_CPU_microarchitectures
IntelInfoImpl() - Constructor for class freenet.support.CPUInformation.IntelInfoImpl
 
interested - Variable in class org.klomp.snark.PeerState
 
INTERESTED - Static variable in class org.klomp.snark.Message
 
interestedMessage(boolean) - Method in class org.klomp.snark.PeerState
 
interesting - Variable in class org.klomp.snark.PeerState
 
interfaceSet() - Method in class net.i2p.i2ptunnel.web.EditBean
 
interlaced - Variable in class org.rrd4j.graph.RrdGraphDef
 
interleaveWithECBytes(BitArray, int, int, int) - Static method in class com.google.zxing.qrcode.encoder.Encoder
Interleave "bits" with corresponding error correction bytes.
INTERNAL - net.i2p.util.SSLEepGet.ProxyType
 
INTERNAL_ERROR - Static variable in exception com.thetransactioncompany.jsonrpc2.JSONRPC2Error
Internal JSON-RPC 2.0 error (-32603).
INTERNAL_SERVER_ERROR - Static variable in class org.cybergarage.http.HTTPStatus
 
internalClientManager() - Method in class net.i2p.I2PAppContext
Use this to connect to the router in the same JVM.
internalClientManager() - Method in class net.i2p.router.RouterContext
Use this to connect to the router in the same JVM.
InternalClientManager - Interface in net.i2p.internal
A manager for the in-JVM I2CP message interface
internalClose() - Method in class org.rrd4j.core.RrdDb
 
internalConnect() - Method in class net.i2p.router.client.ClientManager
The InternalClientManager interface.
internalConnect(int, InternalSocket) - Static method in class net.i2p.util.InternalServerSocket
This is how the client connects.
InternalServerSocket - Class in net.i2p.util
A simple in-JVM ServerSocket using Piped Streams.
InternalServerSocket(int) - Constructor for class net.i2p.util.InternalServerSocket
 
InternalSocket - Class in net.i2p.util
A simple in-JVM Socket using Piped Streams.
InternalSocket(int) - Constructor for class net.i2p.util.InternalSocket
client side
InternalSocket(InputStream, OutputStream) - Constructor for class net.i2p.util.InternalSocket
server side
InternalSocketRunner - Class in net.i2p.i2ptunnel
Listen for in-JVM connections on the internal "socket"
InternalSocketRunner(I2PTunnelClientBase) - Constructor for class net.i2p.i2ptunnel.InternalSocketRunner
Does not start the runner, caller must call start()
InternalTrayManager - Class in net.i2p.desktopgui
java -cp i2p.jar:router.jar:desktopgui.jar net.i2p.desktopgui.Main Full access to router context.
InternalTrayManager(RouterContext, Main, boolean) - Constructor for class net.i2p.desktopgui.InternalTrayManager
 
InternetAddressRR<IA extends InetAddress> - Class in org.minidns.record
A resource record representing a internet address.
InternetAddressRR(byte[]) - Constructor for class org.minidns.record.InternetAddressRR
 
InternetAddressRR(IA) - Constructor for class org.minidns.record.InternetAddressRR
 
INTERPOLATE_LEFT - Static variable in class org.rrd4j.data.LinearInterpolator
constant used to specify LEFT interpolation.
INTERPOLATE_LINEAR - Static variable in class org.rrd4j.data.LinearInterpolator
constant used to specify LINEAR interpolation (default interpolation method).
INTERPOLATE_REGRESSION - Static variable in class org.rrd4j.data.LinearInterpolator
constant used to specify LINEAR REGRESSION as interpolation method.
INTERPOLATE_RIGHT - Static variable in class org.rrd4j.data.LinearInterpolator
constant used to specify RIGHT interpolation.
INTERVAL - Static variable in class org.cybergarage.upnp.control.RenewSubscriber
 
intfcAddresses() - Method in class net.i2p.router.web.helpers.ConfigClientsHelper
 
introduced(byte[], int) - Method in class net.i2p.router.transport.udp.OutboundEstablishState
This changes the remoteHostId from a hash-based one or possibly incorrect IP/port to what the introducer told us.
introducedCount() - Method in class net.i2p.router.transport.udp.IntroductionManager
Combined IPv4 and IPv6
INTRODUCER_EXPIRATION_MARGIN - Static variable in class net.i2p.router.transport.udp.UDPTransport
 
introducerCount(boolean) - Method in class net.i2p.router.transport.udp.IntroductionManager
Not as elaborate as pickInbound() above.
introducersMaybeRequired(boolean) - Method in class net.i2p.router.transport.udp.UDPTransport
MIGHT we require introducers? This is like introducersRequired, but if we aren't sure, this returns true.
introductionFailed() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
IntroductionManager - Class in net.i2p.router.transport.udp
Keep track of inbound and outbound introductions.
IntroductionManager(RouterContext, UDPTransport) - Constructor for class net.i2p.router.transport.udp.IntroductionManager
 
introSent() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
note that we just sent the RelayRequest packet
intToASN1(byte[], int, int) - Static method in class net.i2p.crypto.SigUtil
Output an length or integer value in ASN.1 Does NOT output the tag e.g.
INVALID_ACTION - Static variable in class org.cybergarage.upnp.UPnPStatus
 
INVALID_ARGS - Static variable in class org.cybergarage.upnp.UPnPStatus
 
INVALID_KEY - Static variable in class net.i2p.data.SessionKey
A key with all zeroes in the data
INVALID_PARAMS - Static variable in exception com.thetransactioncompany.jsonrpc2.JSONRPC2Error
Invalid parameters error (-32602).
INVALID_PASSWORD - Static variable in exception net.i2p.i2pcontrol.servlets.jsonrpc2handlers.JSONRPC2ExtendedError
Invalid JSON-RPC 2.0, implementation defined error (-32099 ..
INVALID_RANGE - Static variable in class org.cybergarage.http.HTTPStatus
 
INVALID_REQUEST - Static variable in exception com.thetransactioncompany.jsonrpc2.JSONRPC2Error
Invalid JSON-RPC 2.0 request error (-32600).
INVALID_TOKEN - Static variable in exception net.i2p.i2pcontrol.servlets.jsonrpc2handlers.JSONRPC2ExtendedError
Invalid JSON-RPC 2.0, implementation defined error (-32099 ..
INVALID_VAR - Static variable in class org.cybergarage.upnp.UPnPStatus
 
InvalidAuthTokenException - Exception in net.i2p.i2pcontrol.security
 
InvalidAuthTokenException(String) - Constructor for exception net.i2p.i2pcontrol.security.InvalidAuthTokenException
 
InvalidBEncodingException - Exception in org.klomp.snark.bencode
Exception thrown when a bencoded stream is corrupted.
InvalidBEncodingException(String) - Constructor for exception org.klomp.snark.bencode.InvalidBEncodingException
 
InvalidDatabaseException - Exception in com.maxmind.db
Signals that there was an issue reading from the MaxMind DB file due to unexpected data formatting.
InvalidDatabaseException - Exception in com.maxmind.geoip
Signals that there was an issue reading from the database file due to unexpected data formatting.
InvalidDatabaseException(String) - Constructor for exception com.maxmind.db.InvalidDatabaseException
 
InvalidDatabaseException(String) - Constructor for exception com.maxmind.geoip.InvalidDatabaseException
 
InvalidDatabaseException(String, Throwable) - Constructor for exception com.maxmind.db.InvalidDatabaseException
 
InvalidDatabaseException(String, Throwable) - Constructor for exception com.maxmind.geoip.InvalidDatabaseException
 
InvalidDefinitionException - Exception in net.i2p.i2ptunnel.access
Exception thrown if the filter definition file cannot be parsed for some reason.
InvalidDefinitionException(String) - Constructor for exception net.i2p.i2ptunnel.access.InvalidDefinitionException
 
InvalidDefinitionException(String, Throwable) - Constructor for exception net.i2p.i2ptunnel.access.InvalidDefinitionException
 
InvalidDescriptionException - Exception in org.cybergarage.upnp.device
 
InvalidDescriptionException() - Constructor for exception org.cybergarage.upnp.device.InvalidDescriptionException
 
InvalidDescriptionException(Exception) - Constructor for exception org.cybergarage.upnp.device.InvalidDescriptionException
 
InvalidDescriptionException(String) - Constructor for exception org.cybergarage.upnp.device.InvalidDescriptionException
 
InvalidDescriptionException(String, File) - Constructor for exception org.cybergarage.upnp.device.InvalidDescriptionException
 
InvalidDnsNameException - Exception in org.minidns.dnsname
 
InvalidDnsNameException(String) - Constructor for exception org.minidns.dnsname.InvalidDnsNameException
 
InvalidDnsNameException.DNSNameTooLongException - Exception in org.minidns.dnsname
 
InvalidDnsNameException.LabelTooLongException - Exception in org.minidns.dnsname
 
InvalidPublicParameterException() - Constructor for exception net.i2p.router.transport.crypto.DHSessionKeyBuilder.InvalidPublicParameterException
 
InvalidPublicParameterException(String) - Constructor for exception net.i2p.router.transport.crypto.DHSessionKeyBuilder.InvalidPublicParameterException
 
InvalidPublicParameterException(String, Throwable) - Constructor for exception net.i2p.router.transport.crypto.DHSessionKeyBuilder.InvalidPublicParameterException
 
InvalidRrdException - Exception in org.rrd4j.core
An exception indicating a corrupted RRD.
InvalidRrdException(String) - Constructor for exception org.rrd4j.core.InvalidRrdException
 
InvalidRrdException(String, Exception) - Constructor for exception org.rrd4j.core.InvalidRrdException
 
INVALIDVALUE - Static variable in class org.rrd4j.data.Variable
 
inverse(int) - Method in class com.google.zxing.common.reedsolomon.GenericGF
 
INVERSE_QUERY - org.minidns.dnsmessage.DnsMessage.OPCODE
 
InverseCapacityComparator - Class in net.i2p.router.peermanager
Order profiles by their capacity, but backwards (highest capacity / value first).
InverseCapacityComparator() - Constructor for class net.i2p.router.peermanager.InverseCapacityComparator
 
invert() - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
 
invert() - Method in class net.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElement
Invert this field element.
invert() - Method in class net.i2p.crypto.eddsa.math.FieldElement
 
IOEXCEPTION - org.json.simple.DeserializationException.Problems
 
ip - Variable in class net.i2p.router.transport.TransportManager.Port
 
ip - Variable in class org.minidns.record.InternetAddressRR
Target IP.
IP_ADDRESS_TYPE - Static variable in class org.apache.http.conn.ssl.DefaultHostnameVerifier
 
IP_HEADER_SIZE - Static variable in class net.i2p.router.transport.udp.PacketBuilder
IPv4 only
IP6_ARPA - Static variable in class org.minidns.dnsname.DnsName
 
IPlottable - Interface in org.rrd4j.data
Interface to be used for custom datasources.
IPSECKEY - org.minidns.record.Record.TYPE
 
IPThrottler - Class in net.i2p.router.transport.udp
Count IPs
IPThrottler(int, long) - Constructor for class net.i2p.router.transport.udp.IPThrottler
 
IPV4 - Static variable in class net.i2p.socks.SOCKS5Constants.AddressType
 
IPV4_BITMASK - Static variable in class org.cybergarage.net.HostInterface
 
IPV4_DISABLED_IPV6_FIREWALLED - net.i2p.router.CommSystemFacade.Status
 
IPV4_DISABLED_IPV6_OK - net.i2p.router.CommSystemFacade.Status
 
IPV4_DISABLED_IPV6_UNKNOWN - net.i2p.router.CommSystemFacade.Status
 
IPV4_FIREWALLED_IPV6_OK - net.i2p.router.CommSystemFacade.Status
 
IPV4_FIREWALLED_IPV6_UNKNOWN - net.i2p.router.CommSystemFacade.Status
 
IPV4_OK_IPV6_FIREWALLED - net.i2p.router.CommSystemFacade.Status
 
IPV4_OK_IPV6_UNKNOWN - net.i2p.router.CommSystemFacade.Status
 
IPV4_SNAT_IPV6_OK - net.i2p.router.CommSystemFacade.Status
 
IPV4_SNAT_IPV6_UNKNOWN - net.i2p.router.CommSystemFacade.Status
 
IPV4_UNKNOWN_IPV6_FIREWALLED - net.i2p.router.CommSystemFacade.Status
 
IPV4_UNKNOWN_IPV6_OK - net.i2p.router.CommSystemFacade.Status
 
ipv4From(CharSequence) - Static method in class org.minidns.util.InetAddressUtil
 
IPV6 - Static variable in class net.i2p.socks.SOCKS5Constants.AddressType
 
IPV6_ADMINISTRATIVE_ADDRESS - Static variable in class org.cybergarage.upnp.ssdp.SSDP
 
IPV6_BITMASK - Static variable in class org.cybergarage.net.HostInterface
 
IPV6_DISABLED - net.i2p.router.transport.TransportUtil.IPv6Config
IPv6 disabled
IPV6_ENABLED - net.i2p.router.transport.TransportUtil.IPv6Config
equal priority to IPv4
IPV6_GLOBAL_ADDRESS - Static variable in class org.cybergarage.upnp.ssdp.SSDP
 
IPV6_HEADER_SIZE - Static variable in class net.i2p.router.transport.udp.PacketBuilder
 
IPV6_LINK_LOCAL_ADDRESS - Static variable in class org.cybergarage.upnp.ssdp.SSDP
 
IPV6_NOT_PREFERRED - net.i2p.router.transport.TransportUtil.IPv6Config
lower priority than IPv4
IPV6_ONLY - net.i2p.router.transport.TransportUtil.IPv6Config
IPv4 disabled
IPV6_PREFERRED - net.i2p.router.transport.TransportUtil.IPv6Config
higher priority than IPv4
IPV6_SITE_LOCAL_ADDRESS - Static variable in class org.cybergarage.upnp.ssdp.SSDP
 
IPV6_SUBNET_ADDRESS - Static variable in class org.cybergarage.upnp.ssdp.SSDP
 
IPv6ForwardPort(String, int, int, String) - Constructor for class net.i2p.router.transport.UPnP.IPv6ForwardPort
 
ipv6From(CharSequence) - Static method in class org.minidns.util.InetAddressUtil
 
IRandomStandalone - Interface in gnu.crypto.prng
The basic visible methods of any pseudo-random number generator.
IRCFilter - Class in net.i2p.i2ptunnel.irc
Static methods to filter individual lines.
IRCFilter() - Constructor for class net.i2p.i2ptunnel.irc.IRCFilter
 
IrcInboundFilter - Class in net.i2p.i2ptunnel.irc
Thread to do inbound filtering.
IrcInboundFilter(Socket, I2PSocket, StringBuffer, Log) - Constructor for class net.i2p.i2ptunnel.irc.IrcInboundFilter
 
IrcInboundFilter(Socket, I2PSocket, StringBuffer, Log, DCCHelper) - Constructor for class net.i2p.i2ptunnel.irc.IrcInboundFilter
 
IrcOutboundFilter - Class in net.i2p.i2ptunnel.irc
Thread to do outbound filtering.
IrcOutboundFilter(Socket, I2PSocket, StringBuffer, Log) - Constructor for class net.i2p.i2ptunnel.irc.IrcOutboundFilter
 
IrcOutboundFilter(Socket, I2PSocket, StringBuffer, Log, DCCHelper) - Constructor for class net.i2p.i2ptunnel.irc.IrcOutboundFilter
 
is64Bit() - Static method in class net.i2p.util.SystemVersion
This isn't always correct.
isAborted() - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
isAbsoluteURL(String) - Static method in class org.cybergarage.http.HTTP
 
isAccessListEnabled() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
isActionControl() - Method in class org.cybergarage.upnp.control.ControlRequest
 
isActionNode(Node) - Static method in class org.cybergarage.upnp.Action
 
isAdvanced() - Method in class net.i2p.i2ptunnel.web.EditBean
 
isAdvanced() - Method in class net.i2p.router.web.FormHandler
Same as HelperBase
isAdvanced() - Method in class net.i2p.router.web.HelperBase
 
isAlive() - Method in class net.i2p.router.client.ClientManager
As of 0.9.45, this returns true iff the ClientManager is running.
isAlive() - Method in class net.i2p.router.client.ClientManagerFacadeImpl
 
isAlive() - Method in class net.i2p.router.ClientManagerFacade
 
isAlive() - Method in class net.i2p.router.JobQueue
 
isAlive() - Method in class net.i2p.router.Router
True during the initial start, but false during a soft restart.
isAlive() - Method in class net.i2p.router.transport.ntcp.EventPumper
Selector can take quite a while to close after calling stopPumping()
isAlive() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
 
isAlive() - Method in class net.i2p.router.transport.udp.InboundMessageFragments
 
isAlive() - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
isAlive() - Method in class net.i2p.router.tunnel.pool.TunnelPool
Is this pool running AND either exploratory, or tracked by the client manager? A pool will be alive but not tracked after the client manager removes it but before all the tunnels have expired.
isAlive() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
 
isAlive(String) - Static method in class org.cybergarage.upnp.device.NTS
 
isAllDevice(String) - Static method in class org.cybergarage.upnp.device.ST
 
isAllocating() - Method in class org.klomp.snark.Snark
Disk allocation (ballooning) in progress.
isAllocating() - Method in class org.klomp.snark.Storage
Disk allocation (ballooning) in progress.
isAllowed(String) - Method in class org.cybergarage.upnp.AllowedValueList
 
isAllowedValueNode(Node) - Static method in class org.cybergarage.upnp.AllowedValue
 
isAllowedValueRangeNode(Node) - Static method in class org.cybergarage.upnp.AllowedValueRange
 
isAndroid() - Static method in class net.i2p.util.SystemVersion
 
isAnswer(Question) - Method in class org.minidns.record.Record
Check if this record answers a given query.
isAnyUpdateInProgress() - Static method in class net.i2p.router.web.NewsHelper
If ANY update is in progress.
isApache() - Static method in class net.i2p.util.SystemVersion
Apache Harmony JVM, or Android
isAppend() - Method in class net.i2p.jetty.I2PRequestLog
 
isArgumentNode(Node) - Static method in class org.cybergarage.upnp.Argument
 
isARM() - Static method in class net.i2p.util.SystemVersion
 
IsAthlon64Compatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
 
IsAthlon64Compatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
IsAthlonCompatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
 
IsAthlonCompatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
IsAtomCompatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
Supports the SSE 2 and SSE 3 instructions.
IsAtomCompatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
 
isAutoStoppable() - Method in class org.klomp.snark.Snark
 
isAvailable() - Method in enum net.i2p.crypto.EncType
 
isAvailable() - Method in enum net.i2p.crypto.SigType
 
isAvailable(int) - Static method in enum net.i2p.crypto.EncType
 
isAvailable(int) - Static method in enum net.i2p.crypto.SigType
 
isAvailable(String) - Static method in enum net.i2p.crypto.EncType
 
isAvailable(String) - Static method in enum net.i2p.crypto.SigType
 
isBacklogged() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
isBacklogged() - Method in class net.i2p.router.transport.udp.PeerState
 
isBacklogged() - Method in class net.i2p.router.util.CoDelBlockingQueue
Has the head of the queue been waiting too long, or is the queue almost full?
isBacklogged() - Method in class net.i2p.router.util.CoDelPriorityBlockingQueue
Has the head of the queue been waiting too long, or is the queue too big?
isBacklogged() - Method in class net.i2p.router.util.PriBlockingQueue
Is the queue too big?
isBacklogged(Hash) - Method in class net.i2p.router.CommSystemFacade
 
isBacklogged(Hash) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
 
isBacklogged(Hash) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
 
isBacklogged(Hash) - Method in interface net.i2p.router.transport.Transport
 
isBacklogged(Hash) - Method in class net.i2p.router.transport.TransportImpl
 
isBacklogged(Hash) - Method in class net.i2p.router.transport.TransportManager
 
isBacklogged(Hash) - Method in class net.i2p.router.transport.udp.UDPTransport
 
isBanlisted(Hash) - Method in class net.i2p.router.Banlist
 
isBanlisted(Hash, String) - Method in class net.i2p.router.Banlist
 
isBanlistedForever(Hash) - Method in class net.i2p.router.Banlist
 
isBanned(Hash) - Method in class net.i2p.router.web.helpers.ConfigPeerHelper
 
isBaseReadonly(RouterContext) - Static method in class net.i2p.router.web.NewsHelper
 
isBCAvailable() - Static method in class net.i2p.crypto.ECConstants
 
isBigEndian() - Method in class org.rrd4j.core.jrrd.RRDFile
 
isBlacklistEnabled() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
isBlank(TunnelCreatorConfig, int) - Static method in class net.i2p.router.tunnel.pool.BuildMessageGenerator
 
isBlindedWhenPublished() - Method in class net.i2p.data.LeaseSet2
Set if the unencrypted LS, when published, will be blinded/encrypted
isBlocklisted(byte[]) - Method in class net.i2p.router.Blocklist
calling this externally won't banlist the peer, this is just an IP check
isBlocklisted(String) - Method in class net.i2p.router.Blocklist
calling this externally won't banlist the peer, this is just an IP check
isBlocklisted(Hash) - Method in class net.i2p.router.Blocklist
Does the peer's IP address appear in the blocklist? If so, and it isn't banlisted, banlist it forever...
isBlocklisted(RouterInfo) - Method in class net.i2p.router.Blocklist
Does the peer's IP address appear in the blocklist? If so, and it isn't banlisted, banlist it forever...
IsBobcatCompatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
 
IsBobcatCompatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
isBound() - Method in class net.i2p.client.streaming.impl.StandardServerSocket
 
isBound() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
isBound() - Method in class net.i2p.util.InternalServerSocket
Returns true as of 0.9.33, prior to that threw IllegalArgumentException
isBound() - Method in class net.i2p.util.InternalSocket
Deprecated.
unsupported
isBreached(Threshold, long) - Method in class net.i2p.i2ptunnel.access.AccessCounter
 
IsBroadwellCompatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
Supports the SSE 3, 4.1, 4.2 instructions.
IsBroadwellCompatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
 
IsBulldozerCompatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
 
IsBulldozerCompatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
isByeBye() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
 
isByeBye(String) - Static method in class org.cybergarage.upnp.device.NTS
 
IsC3Compatible() - Method in interface freenet.support.CPUInformation.VIACPUInfo
 
IsC3Compatible() - Method in class freenet.support.CPUInformation.VIAInfoImpl
 
isCached(Hash) - Method in class net.i2p.router.networkdb.kademlia.NegativeLookupCache
 
isCachingAllowed() - Method in class org.rrd4j.core.RrdBackend
This method suggests the caching policy to the Rrd4j frontend (high-level) classes.
isCachingAllowed() - Method in class org.rrd4j.core.RrdPrimitive
 
isChanged() - Method in class org.klomp.snark.Storage
Has the storage changed since instantiation?
isChecking() - Method in class org.klomp.snark.Snark
File checking in progress.
isChecking() - Method in class org.klomp.snark.Storage
File checking in progress.
isCheckInProgress() - Method in class net.i2p.router.update.ConsoleUpdateManager
Is any check in progress? Does not include updates.
isCheckInProgress(UpdateType) - Method in class net.i2p.router.update.ConsoleUpdateManager
Is a check in progress?
isCheckInProgress(UpdateType, String) - Method in class net.i2p.router.update.ConsoleUpdateManager
Is a check in progress?
isChildOf(DnsName) - Method in class org.minidns.dnsname.DnsName
 
isChoked() - Method in class net.i2p.client.streaming.impl.Connection
Is the other side choking us?
isChoked() - Method in class org.klomp.snark.Peer
Whether or not the peer choked us.
isChoked() - Method in class org.klomp.snark.WebPeer
 
isChoked(Hash) - Method in class net.i2p.router.transport.udp.DummyThrottle
 
isChoked(Hash) - Method in interface net.i2p.router.transport.udp.OutboundMessageFragments.ActiveThrottle
 
isChoked(Hash) - Method in class net.i2p.router.transport.udp.TimedWeightedPriorityMessageQueue
 
isChoking() - Method in class org.klomp.snark.Peer
Whether or not we are choking the peer.
isChoking() - Method in class org.klomp.snark.WebPeer
 
isChunked() - Method in class org.cybergarage.http.HTTPPacket
 
isClient() - Method in class net.i2p.i2ptunnel.TunnelController
Is it a client or server in the UI and I2P side? Note that a streamr client is a UI and I2P client but a server on the localhost side.
isClient(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
Is it a client or server in the UI and I2P side? Note that a streamr client is a UI and I2P client but a server on the localhost side.
isClient(String) - Static method in class net.i2p.i2ptunnel.TunnelController
Is it a client or server in the UI and I2P side? Note that a streamr client is a UI and I2P client but a server on the localhost side.
isClient(String) - Static method in class net.i2p.i2ptunnel.web.IndexBean
Is it a client or server in the UI and I2P side? Note that a streamr client is a UI and I2P client but a server on the localhost side.
isClientChangeEnabled() - Method in class net.i2p.router.web.helpers.ConfigClientsHelper
 
isCloseConnection() - Method in class org.cybergarage.http.HTTPPacket
 
isClosed() - Method in interface net.i2p.client.I2PSession
Have we closed the session?
isClosed() - Method in class net.i2p.client.impl.I2PSessionImpl
Has the session been closed (or not yet connected)? False when open and during transitions.
isClosed() - Method in class net.i2p.client.impl.SubSession
Has the session been closed (or not yet connected)? False when open and during transitions.
isClosed() - Method in interface net.i2p.client.streaming.I2PSocket
 
isClosed() - Method in class net.i2p.client.streaming.impl.I2PSocketFull
 
isClosed() - Method in class net.i2p.client.streaming.impl.StandardServerSocket
 
isClosed() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
isClosed() - Method in class net.i2p.i2ptunnel.socks.SocketWrapper
 
isClosed() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
isClosed() - Method in class net.i2p.util.InternalServerSocket
Supported as of 0.9.33, prior to that threw IllegalArgumentException
isClosed() - Method in class net.i2p.util.InternalSocket
 
isClosed() - Method in class org.rrd4j.core.RrdDb
Returns true if the RRD is closed.
isCollapsePanelsEnabled() - Method in class org.klomp.snark.SnarkManager
 
isCompatibleWith(Def) - Method in class org.rrd4j.data.Def
 
isComplete() - Method in class net.i2p.router.transport.ntcp.EstablishBase
If synchronized on this, fails with deadlocks from all over via CSFI.isEstablished().
isComplete() - Method in interface net.i2p.router.transport.ntcp.EstablishState
If synchronized on this, fails with deadlocks from all over via CSFI.isEstablished().
isComplete() - Method in class net.i2p.router.transport.ntcp.OutboundNTCP2State
Don't synchronize this, deadlocks all over.
isComplete() - Method in class net.i2p.router.transport.udp.InboundEstablishState
 
isComplete() - Method in class net.i2p.router.transport.udp.InboundMessageState
May not be valid after released.
isComplete() - Method in class net.i2p.router.transport.udp.OutboundMessageState
 
isComplete() - Method in class net.i2p.router.tunnel.FragmentedMessage
have we received all of the fragments?
isComplete() - Method in class org.klomp.snark.MagnetState
 
isCompleted() - Method in class org.klomp.snark.Peer
Return if a peer is a seeder
isCompleted() - Method in class org.klomp.snark.WebPeer
 
isConnected() - Method in class i2p.susi.webmail.pop3.POP3MailBox
Is the connection is still alive
isConnected() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
isConnected() - Method in class net.i2p.sam.SSLSocketChannel
 
isConnected() - Static method in class net.i2p.util.Addresses
Do we have any non-loop, non-wildcard IPv4 address at all? Warning, very slow on Windows, appx.
isConnected() - Method in class net.i2p.util.InternalSocket
Supported as of 0.9.33, prior to that threw UnsupportedOperationException
isConnected() - Method in class org.klomp.snark.Peer
 
isConnected() - Method in class org.klomp.snark.WebPeer
 
isConnectedIPv6() - Static method in class net.i2p.util.Addresses
Do we have any non-loop, non-wildcard IPv6 address at all? Warning, very slow on Windows, appx.
isConnecting() - Method in class org.klomp.snark.I2PSnarkUtil
 
isConnectionPending() - Method in class net.i2p.sam.SSLSocketChannel
 
isControlURL(String) - Method in class org.cybergarage.upnp.Service
 
IsCore2Compatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
Supports the SSE 3 instructions.
IsCore2Compatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
 
IsCoreiCompatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
Supports the SSE 3, 4.1, 4.2 instructions.
IsCoreiCompatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
 
isCorrupt() - Method in class net.i2p.router.transport.ntcp.EstablishBase
did the handshake fail for some reason?
isCorrupt() - Method in interface net.i2p.router.transport.ntcp.EstablishState
did the handshake fail for some reason?
isCorrupt() - Method in class net.i2p.router.transport.ntcp.OutboundNTCP2State
did the handshake fail for some reason?
isCurrent(long) - Method in class net.i2p.data.LeaseSet
Determine whether ANY lease is currently valid, at least within a given fudge factor
isCurrent(long) - Method in class net.i2p.data.LeaseSet2
Determine whether the leaseset is currently valid, at least within a given fudge factor.
isCurrent(long) - Method in class net.i2p.data.router.RouterInfo
Determine whether the router was published recently (within the given age milliseconds).
isDead() - Method in class net.i2p.router.client.ClientConnectionRunner
already closed?
isDebugEnabled() - Method in class net.i2p.jetty.I2PLogger
 
isDefaultPasswordValid() - Method in class net.i2p.i2pcontrol.security.SecurityManager
Is this password correct?
isDeprecated(Inet6Address) - Static method in class net.i2p.util.Addresses
Is this address deprecated? Should be reliable on Linux.
isDestroyed() - Method in interface net.i2p.client.streaming.I2PSocketManager
Has the socket manager been destroyed?
isDestroyed() - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
Has the socket manager been destroyed?
isDestroyed() - Method in class net.i2p.data.PrivateKey
javax.security.auth.Destroyable interface
isDestroyed() - Method in class net.i2p.data.SigningPrivateKey
javax.security.auth.Destroyable interface
isDevice(String) - Method in class org.cybergarage.upnp.Device
 
isDeviceNode(Node) - Static method in class org.cybergarage.upnp.Device
 
isDeviceType(String) - Method in class org.cybergarage.upnp.Device
 
isDevSU3UpdateAvailable(RouterContext) - Static method in class net.i2p.router.web.NewsHelper
Will be false if already downloaded or if dev update disabled.
isDigestAuthRequired() - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
 
isDirectChildOf(DnsName) - Method in class org.minidns.dnsname.DnsName
 
isDirectory - Variable in class org.klomp.snark.web.Sorters.FileAndIndex
 
isDirty() - Method in class org.rrd4j.core.ByteBufferBackend
 
isDisabled() - Method in class org.klomp.snark.Piece
 
isDisabled(I2PAppContext) - Static method in class net.i2p.router.web.StatSummarizer
 
isDiscover() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
 
isDiscover(String) - Static method in class org.cybergarage.upnp.device.MAN
 
ISDN - org.minidns.record.Record.TYPE
 
isDnssecOk() - Method in class org.minidns.dnsmessage.DnsMessage
Check if the EDNS DO (DNSSEC OK) flag is set.
isDouble(String) - Static method in class org.rrd4j.core.Util
Checks if a string can be parsed as double.
isDummy() - Method in class net.i2p.router.CommSystemFacade
 
isDummy() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Is everything disabled for testing?
isDuplicate(PublicKey) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
 
isDynamic(Inet6Address) - Static method in class net.i2p.util.Addresses
Is this address dynamic? Should be reliable on Linux.
isEC(int) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
Is it an ECIES hop?
isEmpty() - Method in class net.i2p.router.util.ArraySet
 
isEmpty() - Method in class net.i2p.router.util.RemovableSingletonSet
 
isEmpty() - Method in class net.i2p.util.ConcurrentHashSet
 
isEmpty() - Method in class net.i2p.util.UIMessages
 
isEmpty() - Method in class net.metanotion.io.block.FreeListBlock
 
isEmpty(String) - Static method in class edu.internet2.ndt.NDTUtils
Utility method to check if the given string is empty ("") or null.
isEmptyNode(Node) - Method in class org.rrd4j.core.XmlTemplate
isEmptyNode.
isEnabled() - Method in interface net.i2p.i2ptunnel.irc.DCCHelper
 
isEnabled(int) - Static method in class org.cybergarage.upnp.UPnP
 
isEstablished() - Method in class net.i2p.router.peermanager.PeerProfile
 
isEstablished() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
isEstablished(Hash) - Method in class net.i2p.router.CommSystemFacade
 
isEstablished(Hash) - Method in class net.i2p.router.dummy.VMCommSystem
 
isEstablished(Hash) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
 
isEstablished(Hash) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
 
isEstablished(Hash) - Method in interface net.i2p.router.transport.Transport
 
isEstablished(Hash) - Method in class net.i2p.router.transport.TransportImpl
 
isEstablished(Hash) - Method in class net.i2p.router.transport.TransportManager
 
isEstablished(Hash) - Method in class net.i2p.router.transport.udp.UDPTransport
 
isEventSubURL(String) - Method in class org.cybergarage.upnp.Service
 
IsExcavatorCompatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
 
IsExcavatorCompatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
isExpired() - Method in class net.i2p.data.Lease
has this lease already expired?
isExpired() - Method in class net.i2p.router.transport.udp.InboundMessageState
 
isExpired() - Method in class net.i2p.router.transport.udp.OutboundMessageState
 
isExpired() - Method in class org.cybergarage.upnp.Device
 
isExpired() - Method in class org.cybergarage.upnp.event.Subscriber
 
isExpired(long) - Method in class net.i2p.data.Lease
has this lease already expired (giving allowing up the fudgeFactor milliseconds for clock skew)?
isExpired(long) - Method in class net.i2p.router.transport.udp.OutboundMessageState
 
isExploratory() - Method in class net.i2p.router.TunnelPoolSettings
is this an exploratory tunnel (or a client tunnel)
isExtended() - Method in class net.i2p.jetty.I2PRequestLog
 
isExtendedOptionsAllowed() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
Are we allowed to send extended options to this peer?
isExtendedOptionsIncluded() - Method in class net.i2p.router.transport.udp.UDPPacketReader
Does this packet include extended options in the header?
isExternalRestartPending() - Method in class net.i2p.router.update.ConsoleUpdateManager
A router update had been downloaded and handled by an UpdatePostProcessor.
isExternalRestartPending() - Static method in class net.i2p.router.web.NewsHelper
A router update had been downloaded and handled by an UpdatePostProcessor.
isFailing(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Deprecated for now, always false
isFast(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
 
isFinalShutdownInProgress() - Method in class net.i2p.router.Router
Is a final shutdown in progress? This may not be cancelled.
isFinished() - Method in class net.i2p.i2ptunnel.I2PTunnelOutproxyRunner
Deprecated.
unused
isFinished() - Method in class net.i2p.i2ptunnel.I2PTunnelRunner
Deprecated.
unused
isFirstElement(O) - Method in class i2p.susi.util.Folder
Returns true, if elements.equals( firstElementOfTheSortedArray ).
isFirstMessageOurDSM() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
Is the first message queued our own DatabaseStoreMessage?
isFirstPage() - Method in class i2p.susi.util.Folder
Returns true, if folder shows points to the first page.
isFlagSet(int) - Method in class net.i2p.client.streaming.impl.Packet
is a particular flag set on this packet?
isFloodfill() - Method in class net.i2p.router.web.helpers.ConfigAdvancedHelper
 
isFloodfill(RouterInfo) - Static method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
 
isFrequency(String) - Method in class net.i2p.stat.StatManager
is the given stat a monitored frequency?
isFull() - Method in class net.metanotion.io.block.FreeListBlock
 
isGentoo() - Static method in class net.i2p.util.SystemVersion
 
IsGeodeCompatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
 
IsGeodeCompatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
isGetRequest() - Method in class org.cybergarage.http.HTTPRequest
 
isGNU() - Static method in class net.i2p.util.SystemVersion
gij or JamVM with GNU Classpath
isHasFilter() - Method in class i2p.susi.dns.AddressbookBean
 
IsHaswellCompatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
Supports the SSE 3, 4.1, 4.2 instructions.
IsHaswellCompatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
 
isHeadRequest() - Method in class org.cybergarage.http.HTTPRequest
 
isHidden() - Method in class net.i2p.data.router.RouterIdentity
This router specified that they should not be used as a part of a tunnel, nor queried for the netDb, and that disclosure of their contact information should be limited.
isHidden() - Method in class net.i2p.data.router.RouterInfo
Is this a hidden node?
isHidden() - Method in class net.i2p.router.Router
 
isHidden() - Method in class org.klomp.snark.comments.Comment
 
isHighCapacity(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
 
isHXHIValid(byte[]) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
Incoming connection replay detection.
isIconBytesURI(String) - Method in class org.cybergarage.upnp.Device
 
isIconNode(Node) - Static method in class org.cybergarage.upnp.Icon
 
isIDN() - Method in class i2p.susi.dns.AddressBean
Is the ASCII name Punycode-encoded?
isIdnAcePrefixed(String) - Static method in class org.minidns.dnslabel.DnsLabel
 
isIFSelected(String) - Method in class net.i2p.router.web.helpers.ConfigClientsHelper
 
isInbound() - Method in class net.i2p.client.streaming.impl.Connection
 
isInbound() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
isInbound() - Method in class net.i2p.router.transport.udp.PeerState
 
isInbound() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
is this an inbound tunnel?
isInbound() - Method in interface net.i2p.router.TunnelInfo
is this an inbound tunnel?
isInbound() - Method in class net.i2p.router.TunnelPoolSettings
is this an inbound tunnel?
isInboundTagValid(long) - Method in class net.i2p.router.transport.udp.IntroductionManager
Is this inbound tag currently valid, i.e.
isIncoming() - Method in class org.klomp.snark.Peer
Is this an incoming connection? For RPC
isIndeterminate() - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JProgressBar
 
isInDirection() - Method in class org.cybergarage.upnp.Argument
 
isInDropList(RemoteHostId) - Method in class net.i2p.router.transport.udp.UDPTransport
 
isInitialised() - Method in class gnu.crypto.prng.BasePRNGStandalone
 
isInitialized() - Method in class net.i2p.i2ptunnel.web.IndexBean
 
isInitialized() - Method in class net.i2p.router.NetworkDatabaseFacade
 
isInitialized() - Method in interface net.i2p.router.networkdb.kademlia.DataStore
 
isInitialized() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
isInitialized() - Method in class net.i2p.router.networkdb.kademlia.PersistentDataStore
 
isInitialized() - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
 
isInitialized() - Method in class org.klomp.snark.MagnetState
 
isInputShutdown() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
isInputShutdown() - Method in class net.i2p.util.InternalSocket
Supported as of 0.9.33, prior to that threw UnsupportedOperationException
isInstanceCreated() - Static method in class org.rrd4j.core.RrdBackend
 
isInStrictCountry() - Method in class net.i2p.router.CommSystemFacade
 
isInStrictCountry() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Are we in a strict country
isInStrictCountry(Hash) - Method in class net.i2p.router.CommSystemFacade
 
isInStrictCountry(Hash) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Are they in a strict country.
isInStrictCountry(RouterInfo) - Method in class net.i2p.router.CommSystemFacade
 
isInStrictCountry(RouterInfo) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Are they in a strict country
isIntBounded() - Method in class com.tomgibara.crinch.hashing.HashRange
 
isInteractive(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
isInteractive(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
isInterested() - Method in class org.klomp.snark.Peer
Whether or not the peer is interested in pieces we have.
isInterested() - Method in class org.klomp.snark.WebPeer
 
isInteresting() - Method in class org.klomp.snark.Peer
Whether or not the peer has pieces we want from it.
isInteresting() - Method in class org.klomp.snark.WebPeer
 
isIntroductionRequested() - Method in class net.i2p.router.transport.udp.InboundEstablishState
True (default) if no extended options in session request, or value of flag bit in the extended options.
isIntSized() - Method in class com.tomgibara.crinch.hashing.HashRange
 
isIP6 - Variable in class org.freenetproject.ForwardPort
IPv4 vs IPv6?
isIpAddress(CharSequence) - Static method in class org.minidns.util.InetAddressUtil
 
isIPAddress(String) - Static method in class net.i2p.util.Addresses
 
isIPv4() - Method in class net.i2p.router.transport.udp.UDPEndpoint
 
isIpV4Address(CharSequence) - Static method in class org.minidns.util.InetAddressUtil
 
isIPv4Address(String) - Static method in class net.i2p.util.Addresses
 
isIPv4Address(String) - Static method in class org.apache.http.conn.util.InetAddressUtils
Checks whether the parameter is a valid IPv4 address
isIPv4Address(String) - Static method in class org.cybergarage.net.HostInterface
 
isIPv4Firewalled() - Method in interface net.i2p.router.transport.Transport
This returns true if the force-firewalled setting is configured, false otherwise.
isIPv4Firewalled() - Method in class net.i2p.router.transport.TransportImpl
This returns true if the force-firewalled setting is configured, false otherwise.
isIPv4Firewalled(RouterContext, String) - Static method in class net.i2p.router.transport.TransportUtil
This returns true if the force-firewalled setting is configured, false otherwise.
isIPv4MappedIPv64Address(String) - Static method in class org.apache.http.conn.util.InetAddressUtils
 
isIPv6 - Variable in class net.i2p.router.transport.TransportManager.Port
 
isIPv6() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
isIPv6() - Method in class net.i2p.router.transport.udp.PeerState
 
isIPv6() - Method in class net.i2p.router.transport.udp.PeerTestState
Is this an IPv6 test?
isIPv6() - Method in class net.i2p.router.transport.udp.UDPEndpoint
 
isIPv6(RouterAddress) - Static method in class net.i2p.router.transport.TransportUtil
Addresses without a host (i.e.
isIpV6Address(CharSequence) - Static method in class org.minidns.util.InetAddressUtil
 
isIPv6Address(String) - Static method in class net.i2p.util.Addresses
 
isIPv6Address(String) - Static method in class org.apache.http.conn.util.InetAddressUtils
Checks whether the parameter is a valid IPv6 address (including compressed).
isIPv6Address(String) - Static method in class org.cybergarage.net.HostInterface
 
isIPv6Firewalled() - Method in interface net.i2p.router.transport.Transport
This returns true if the force-firewalled setting is configured, false otherwise.
isIPv6Firewalled() - Method in class net.i2p.router.transport.TransportImpl
This returns true if the force-firewalled setting is configured, false otherwise.
isIPv6Firewalled(RouterContext, String) - Static method in class net.i2p.router.transport.TransportUtil
This returns true if the force-firewalled setting is configured, false otherwise.
isIPv6HexCompressedAddress(String) - Static method in class org.apache.http.conn.util.InetAddressUtils
Checks whether the parameter is a valid compressed IPv6 address
isIPv6Only() - Method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Are we IPv6 only?
isIPv6StdAddress(String) - Static method in class org.apache.http.conn.util.InetAddressUtils
Checks whether the parameter is a valid standard (non-compressed) IPv6 address
isIsEmpty() - Method in class i2p.susi.dns.AddressbookBean
 
IsIvyCompatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
Supports the SSE 3, 4.1, 4.2 instructions.
IsIvyCompatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
 
IsJaguarCompatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
 
IsJaguarCompatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
isJava(int) - Static method in class net.i2p.util.SystemVersion
Handles Android also
isJava(String) - Static method in class net.i2p.util.SystemVersion
Handles Android, and minVersions in both forms (e.g.
isJava10() - Static method in class net.i2p.util.SystemVersion
 
isJava11() - Static method in class net.i2p.util.SystemVersion
 
isJava6() - Static method in class net.i2p.util.SystemVersion
Better than (new VersionComparator()).compare(System.getProperty("java.version"), "1.6") >= 0 as it handles Android also, where java.version = "0".
isJava7() - Static method in class net.i2p.util.SystemVersion
Better than (new VersionComparator()).compare(System.getProperty("java.version"), "1.7") >= 0 as it handles Android also, where java.version = "0".
isJava8() - Static method in class net.i2p.util.SystemVersion
 
isJava9() - Static method in class net.i2p.util.SystemVersion
 
isJobActive(Job) - Method in class net.i2p.router.JobQueue
Deprecated.
unused
IsK10Compatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
 
IsK10Compatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
IsK6_2_Compatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
 
IsK6_2_Compatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
IsK6_3_Compatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
 
IsK6_3_Compatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
IsK6Compatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
 
IsK6Compatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
isKeepAlive() - Method in class org.cybergarage.http.HTTPRequest
 
isKeepAliveConnection() - Method in class org.cybergarage.http.HTTPPacket
 
isKilled - Variable in class net.metanotion.io.block.index.BSkipSpan
 
isKnown(long) - Method in class net.i2p.router.util.DecayingBloomFilter
 
isKnown(long) - Method in class net.i2p.router.util.DecayingHashSet
 
isKnown(Hash) - Method in interface net.i2p.router.networkdb.kademlia.DataStore
 
isKnown(Hash) - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
 
isKnownOpenTracker(String) - Method in class org.klomp.snark.I2PSnarkUtil
Is this announce URL probably for an open tracker?
isLastElement(O) - Method in class i2p.susi.util.Folder
Returns true, if elements.equals( lastElementOfTheSortedArray ).
isLastPage() - Method in class i2p.susi.util.Folder
Returns true, if folder shows points to the last page.
isLdhLabel(String) - Static method in class org.minidns.dnslabel.LdhLabel
 
isLeadingOrTrailingHypenLabelInternal(String) - Static method in class org.minidns.dnslabel.LeadingOrTrailingHyphenLabel
 
isLeaseSet() - Method in class net.i2p.data.DatabaseEntry
Convenience method, is the type any variant of leaseset?
isLeaseSet(int) - Static method in class net.i2p.data.DatabaseEntry
Convenience method, is the type any variant of leaseset?
isLinuxService() - Static method in class net.i2p.util.SystemVersion
 
isListening() - Method in class net.i2p.router.client.ClientListenerRunner
 
isLoaded() - Method in class i2p.susi.webmail.MailCache
Has loadFromDisk completed?
isLoaded() - Method in class org.rrd4j.data.Def
 
isLoading() - Method in class i2p.susi.webmail.MailCache
Is loadFromDisk in progress?
isLocal(Destination) - Method in class net.i2p.router.client.ClientManager
Unsynchronized.
isLocal(Destination) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
Determine if the destination specified is managed locally.
isLocal(Destination) - Method in class net.i2p.router.ClientManagerFacade
Determine if the destination specified is managed locally.
isLocal(Destination) - Method in class net.i2p.router.dummy.DummyClientManagerFacade
 
isLocal(Hash) - Method in class net.i2p.router.client.ClientManager
Unsynchronized.
isLocal(Hash) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
Determine if the destination specified is managed locally.
isLocal(Hash) - Method in class net.i2p.router.ClientManagerFacade
Determine if the destination hash specified is managed locally.
isLocal(Hash) - Method in class net.i2p.router.dummy.DummyClientManagerFacade
 
isLocallyClosed() - Method in class net.i2p.client.streaming.impl.MessageInputStream
 
isLongBounded() - Method in class com.tomgibara.crinch.hashing.HashRange
 
isLongSized() - Method in class com.tomgibara.crinch.hashing.HashRange
 
isMac() - Static method in class net.i2p.util.SystemVersion
 
isMatch(I2NPMessage) - Method in interface net.i2p.router.MessageSelector
Returns true if the received message matches the selector.
isMatch(I2NPMessage) - Method in class net.i2p.router.networkdb.kademlia.FloodOnlyLookupSelector
 
isMatch(I2NPMessage) - Method in class net.i2p.router.networkdb.kademlia.IterativeLookupSelector
This only returns true for DSMs, not for DSRMs.
isMatch(I2NPMessage) - Method in class net.i2p.router.networkdb.kademlia.SearchMessageSelector
 
isMatch(I2NPMessage) - Method in class net.i2p.router.networkdb.kademlia.StoreMessageSelector
 
isMethod(String) - Method in class org.cybergarage.http.HTTPRequest
 
isMine() - Method in class org.klomp.snark.comments.Comment
 
isMobileBrowser(String) - Static method in class net.i2p.servlet.util.ServletUtil
The intent here is to return true for phones but false for big tablets? But not consistent.
isModified() - Method in class org.klomp.snark.comments.CommentSet
 
isName(String) - Method in class org.cybergarage.xml.Node
 
IsNanoCompatible() - Method in interface freenet.support.CPUInformation.VIACPUInfo
 
IsNanoCompatible() - Method in class freenet.support.CPUInformation.VIAInfoImpl
 
isNative() - Static method in class net.i2p.util.NativeBigInteger
 
isNDTComplete() - Method in class net.i2p.router.web.helpers.WizardHelper
 
isNDTRunning() - Method in class net.i2p.router.web.helpers.WizardHelper
 
isNDTSuccessful() - Method in class net.i2p.router.web.helpers.WizardHelper
 
isNegative() - Method in class net.i2p.crypto.eddsa.math.FieldElement
 
isNegative(FieldElement) - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerLittleEndianEncoding
From the Ed25519 paper:
$x$ is negative if the $(b-1)$-bit encoding of $x$ is lexicographically larger than the $(b-1)$-bit encoding of $-x$.
isNegative(FieldElement) - Method in class net.i2p.crypto.eddsa.math.ed25519.Ed25519LittleEndianEncoding
Is the FieldElement negative in this encoding?
isNegative(FieldElement) - Method in class net.i2p.crypto.eddsa.math.Encoding
From the Ed25519 paper:
$x$ is negative if the $(b-1)$-bit encoding of $x$ is lexicographically larger than the $(b-1)$-bit encoding of -x.
isNegativeCached(Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Is the key in the negative lookup cache?
isNegativeCachedForever(Hash) - Method in class net.i2p.router.NetworkDatabaseFacade
Is it permanently negative cached?
isNegativeCachedForever(Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Is it permanently negative cached?
isNew() - Method in class i2p.susi.webmail.Mail
 
isNMPRMode() - Method in class org.cybergarage.upnp.ControlPoint
 
isNMPRMode() - Method in class org.cybergarage.upnp.Device
 
isNonReservedLdhLabel(String) - Static method in class org.minidns.dnslabel.NonReservedLdhLabel
 
isNonReservedLdhLabelInternal(String) - Static method in class org.minidns.dnslabel.NonReservedLdhLabel
 
isNonZero() - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
 
isNonZero() - Method in class net.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElement
Gets a value indicating whether or not the field element is non-zero.
isNonZero() - Method in class net.i2p.crypto.eddsa.math.FieldElement
 
isNotEmpty() - Method in class i2p.susi.dns.AddressbookBean
 
isNotEmpty() - Method in class i2p.susi.dns.NamingServiceBean
 
isNotEmpty(String) - Static method in class edu.internet2.ndt.NDTUtils
Utility method to check if the given string is not empty ("") or null.
isNotifyRequest() - Method in class org.cybergarage.http.HTTPRequest
 
isNotWindows - Static variable in class net.i2p.util.SecureDirectory
 
isNTCPDisabled() - Method in class net.i2p.router.tunnel.pool.ConnectChecker
Is NTCP disabled?
isNTCPEnabled(RouterContext) - Static method in class net.i2p.router.transport.TransportManager
 
isNullPublicKey() - Method in class com.southernstorm.noise.protocol.Curve25519DHState
 
isNullPublicKey() - Method in interface com.southernstorm.noise.protocol.DHState
Determine if the public key in this object is the special null value.
ISO_DATE_FORMAT - Static variable in class org.rrd4j.core.Util
 
ISO8859_1 - com.google.zxing.common.CharacterSetECI
 
ISO8859_10 - com.google.zxing.common.CharacterSetECI
 
ISO8859_11 - com.google.zxing.common.CharacterSetECI
 
ISO8859_13 - com.google.zxing.common.CharacterSetECI
 
ISO8859_14 - com.google.zxing.common.CharacterSetECI
 
ISO8859_15 - com.google.zxing.common.CharacterSetECI
 
ISO8859_16 - com.google.zxing.common.CharacterSetECI
 
ISO8859_2 - com.google.zxing.common.CharacterSetECI
 
ISO8859_3 - com.google.zxing.common.CharacterSetECI
 
ISO8859_4 - com.google.zxing.common.CharacterSetECI
 
ISO8859_5 - com.google.zxing.common.CharacterSetECI
 
ISO8859_6 - com.google.zxing.common.CharacterSetECI
 
ISO8859_7 - com.google.zxing.common.CharacterSetECI
 
ISO8859_8 - com.google.zxing.common.CharacterSetECI
 
ISO8859_9 - com.google.zxing.common.CharacterSetECI
 
isOffline() - Method in interface net.i2p.client.I2PSession
Does this session have offline and transient keys?
isOffline() - Method in class net.i2p.client.impl.I2PSessionImpl
Does this session have offline and transient keys?
isOffline() - Method in class net.i2p.data.LeaseSet2
 
isOffline() - Method in class net.i2p.data.PrivateKeyFile
Does this session have offline and transient keys?
isOffline() - Method in class net.i2p.data.SigningPrivateKey
Constant time
isOfflineKeys(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Works even if tunnel is not running.
isOn() - Static method in class org.cybergarage.util.Debug
 
isOnCurve() - Method in class net.i2p.crypto.eddsa.math.GroupElement
Verify that a point is on its curve.
isOnCurve(Curve) - Method in class net.i2p.crypto.eddsa.math.GroupElement
Verify that a point is on the curve.
isOpen() - Method in class net.i2p.i2ptunnel.I2PTunnelTask
 
isOpened() - Method in class org.cybergarage.http.HTTPServer
 
isOpenJDK() - Static method in class net.i2p.util.SystemVersion
 
isOutDirection() - Method in class org.cybergarage.upnp.Argument
 
isOutputShutdown() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
isOutputShutdown() - Method in class net.i2p.util.InternalSocket
Supported as of 0.9.33, prior to that threw UnsupportedOperationException
isOverBy(Hash, int) - Method in class net.i2p.client.streaming.impl.ConnThrottler
Checks if individual count is over the limit by this much.
ISP_EDITION - Static variable in class com.maxmind.geoip.DatabaseInfo
 
ISP_EDITION_V6 - Static variable in class com.maxmind.geoip.DatabaseInfo
 
isPack200Supported() - Static method in class net.i2p.util.FileUtil
Public since 0.8.3
isPaddingFile(int) - Method in class org.klomp.snark.MetaInfo
Is this file a padding file?
IsPentium2Compatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
 
IsPentium2Compatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
 
IsPentium3Compatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
 
IsPentium3Compatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
 
IsPentium4Compatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
Supports the SSE 2 instructions.
IsPentium4Compatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
 
IsPentiumCompatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
 
IsPentiumCompatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
 
IsPentiumMCompatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
 
IsPentiumMCompatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
 
IsPentiumMMXCompatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
 
IsPentiumMMXCompatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
 
isPermanentlyBlocklisted(int) - Method in class net.i2p.router.Blocklist
Do a binary search through the in-memory range list which is a sorted array of longs.
IsPiledriverCompatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
 
IsPiledriverCompatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
isPluginEnabled(String) - Static method in class net.i2p.router.web.PluginStarter
Is the plugin enabled in plugins.config? Default true
isPluginInstallEnabled() - Method in class net.i2p.router.web.helpers.ConfigClientsHelper
 
isPluginRunning(String, RouterContext) - Static method in class net.i2p.router.web.PluginStarter
 
isPluginRunning(String, RouterContext, Server) - Static method in class net.i2p.router.web.PluginStarter
 
isPluginUpdateEnabled() - Method in class net.i2p.router.web.helpers.ConfigClientsHelper
 
isPoolUsed() - Method in interface org.rrd4j.core.DataHolder
Returns boolean value representing RrdDbPool usage policy.
isPoolUsed() - Method in class org.rrd4j.data.DataProcessor
Returns boolean value representing RrdDbPool usage policy.
isPoolUsed() - Method in class org.rrd4j.graph.RrdGraphDef
 
isPostRequest() - Method in class org.cybergarage.http.HTTPRequest
 
isPrefiltered() - Method in class i2p.susi.dns.AddressbookBean
Does the entries map contain only the lookup result, or must we index into it?
isPrefiltered() - Method in class i2p.susi.dns.NamingServiceBean
 
isPremium() - Method in class com.maxmind.geoip.DatabaseInfo
Returns true if the database is the premium version.
isPrint() - Method in class org.rrd4j.graph.CommentText
 
isPrint() - Method in class org.rrd4j.graph.PrintText
 
isPrivate() - Method in class org.klomp.snark.MetaInfo
Is it a private torrent?
isPubliclyRoutable(byte[]) - Method in class net.i2p.router.transport.TransportImpl
Allows IPv6 only if the transport is configured for it.
isPubliclyRoutable(byte[], boolean) - Static method in class net.i2p.router.transport.TransportUtil
 
isPubliclyRoutable(byte[], boolean, boolean) - Static method in class net.i2p.router.transport.TransportUtil
Ref: RFC 5735
isQueryControl() - Method in class org.cybergarage.upnp.control.ControlRequest
 
isRange(int, int, boolean) - Method in class com.google.zxing.common.BitArray
Efficient method to check if a range of bits is set, or not set.
isRate(String) - Method in class net.i2p.stat.StatManager
is the given stat a monitored rate?
isRegistered(String) - Method in class net.i2p.util.PortMapper
Is the service registered?
isRejectInproxy(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
isRejectReferer(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
isRejectUserAgents(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
isRekeyingIncluded() - Method in class net.i2p.router.transport.udp.UDPPacketReader
Does this packet include rekeying data in the header? Unused, should always be false.
isRequest() - Method in class net.i2p.router.crypto.ratchet.NextSessionKey
 
isRequested() - Method in class org.klomp.snark.Piece
caller must synchronize
isRequestedBy(Peer) - Method in class org.klomp.snark.Piece
Is peer requesting this piece? Caller must synchronize
isRequesting(int) - Method in class org.klomp.snark.Peer
Deprecated.
deadlocks
isRequesting(int) - Method in class org.klomp.snark.PeerState
Deprecated.
deadlocks
isReservedLdhLabel(String) - Static method in class org.minidns.dnslabel.ReservedLdhLabel
 
isReservedLdhLabelInternal(String) - Static method in class org.minidns.dnslabel.ReservedLdhLabel
 
isRestarting() - Method in class net.i2p.router.Router
 
isReverse() - Method in class net.i2p.router.crypto.ratchet.NextSessionKey
 
isRevoked(Certificate) - Static method in class net.i2p.crypto.CertUtil
Is the certificate revoked? This loads the CRLs from disk.
isRevoked(CertStore, Certificate) - Static method in class net.i2p.crypto.CertUtil
Is the certificate revoked?
isRevoked(I2PAppContext, Certificate) - Static method in class net.i2p.crypto.CertUtil
Is the certificate revoked? This loads the CRLs from disk.
isRootDevice() - Method in class org.cybergarage.upnp.Device
 
isRootDevice() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
 
isRootDevice(String) - Static method in class org.cybergarage.upnp.device.NT
 
isRootDevice(String) - Static method in class org.cybergarage.upnp.device.ST
 
isRootDevice(String) - Static method in class org.cybergarage.upnp.device.USN
 
isRootLabel() - Method in class org.minidns.dnsname.DnsName
 
isRouterContext() - Method in class net.i2p.I2PAppContext
Use this instead of context instanceof RouterContext
isRouterContext() - Method in class net.i2p.i2ptunnel.web.EditBean
 
isRouterContext() - Method in class net.i2p.router.RouterContext
Use this instead of context instanceof RouterContext
isRrd4jHeader() - Method in class org.rrd4j.core.Header
 
isRTL(String) - Static method in class net.i2p.util.Translate
Is this a right-to-left language?
isRTL(I2PAppContext) - Static method in class net.i2p.util.Translate
Are we configured for a right-to-left language?
isRunnable() - Method in class org.cybergarage.util.ThreadCore
 
isRunning() - Method in class com.vuze.plugins.mlab.MLabRunner
 
isRunning() - Method in class net.i2p.router.Router
 
isRunning() - Method in class net.i2p.router.tunnel.pool.BuildExecutor
 
isRunning() - Method in class net.i2p.router.update.UpdateRunner
 
isRunning() - Method in interface net.i2p.update.UpdateTask
 
isRunning() - Method in class org.cybergarage.upnp.Device
 
isRunning() - Method in class org.klomp.snark.UpdateRunner
 
isSameCountry() - Method in class net.i2p.router.peermanager.PeerProfile
 
IsSandyCompatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
Supports the SSE 3, 4.1, 4.2 instructions.
IsSandyCompatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
 
isSaved() - Method in class i2p.susi.dns.ConfigBean
 
isSCPDURL(String) - Method in class org.cybergarage.upnp.Service
 
isSecure() - Method in class com.thetransactioncompany.jsonrpc2.server.MessageContext
Indicates whether the request / notification was received over a secure HTTPS connection.
isSecureEntryPoint() - Method in class org.minidns.record.DNSKEY
 
isSeed() - Method in class org.klomp.snark.dht.Peer
 
isSelectable(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
 
isSelected() - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JCheckBox
 
isSendEvents() - Method in class org.cybergarage.upnp.StateVariable
 
isServerTargetLinkValid(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
Call this to see if it is ok to linkify getServerTarget()
isService() - Static method in class net.i2p.util.SystemVersion
 
isService(String) - Method in class org.cybergarage.upnp.Service
 
isServiceAvailable() - Method in class org.minidns.record.SRV
Check if the service is available at this domain.
isServiceNode(Node) - Static method in class org.cybergarage.upnp.Service
 
isSharedClient(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
isSharedClient(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
isShutdown() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
 
isShutdownInProgress(RouterContext) - Static method in class net.i2p.desktopgui.router.RouterManager
Is a graceful shutdown or restart in progress?
isSigTypeAvailable(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
IsSkylakeCompatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
Supports the AVX-512 instrutions.
IsSkylakeCompatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
Supports the AVX-512 instrutions.
isSlow() - Static method in class net.i2p.util.SystemVersion
Our best guess on whether this is a slow architecture / OS / JVM, using some simple heuristics.
isSmallBrowser(String) - Static method in class net.i2p.servlet.util.ServletUtil
 
isSmartSortEnabled() - Method in class org.klomp.snark.SnarkManager
 
isSOAPAction() - Method in class org.cybergarage.http.HTTPRequest
 
isSOAPAction(String) - Method in class org.cybergarage.soap.SOAPRequest
 
isSpam() - Method in class i2p.susi.webmail.Mail
 
isSplitConfig(I2PAppContext) - Static method in class net.i2p.router.startup.ClientAppConfig
 
isSSLEnabled(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
isSSLEnabled(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
isSSUDisabled() - Method in class net.i2p.router.tunnel.pool.ConnectChecker
Is SSU disabled?
isStackTrace - Static variable in exception com.google.zxing.ReaderException
 
isStarting() - Method in class org.klomp.snark.Snark
Startup in progress.
isStateVariableNode(Node) - Static method in class org.cybergarage.upnp.StateVariable
 
IsSteamrollerCompatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
 
IsSteamrollerCompatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
isStopped() - Method in class org.klomp.snark.Snark
 
isStopped() - Method in class org.klomp.snark.web.FetchAndAdd
 
isStopping() - Method in class org.klomp.snark.SnarkManager
 
isSubscribed() - Method in class org.cybergarage.upnp.Service
 
isSubscribed(Service) - Method in class org.cybergarage.upnp.ControlPoint
 
isSubscribeRequest() - Method in class org.cybergarage.http.HTTPRequest
 
isSuccessful() - Method in class net.i2p.data.i2cp.MessageStatusMessage
Is the status code a success status code?
isSuccessful() - Method in class org.cybergarage.http.HTTPResponse
 
isSuccessful() - Method in class org.cybergarage.http.HTTPStatus
 
isSuccessful(int) - Static method in class net.i2p.data.i2cp.MessageStatusMessage
Is the status code a success status code?
isSuccessful(int) - Static method in class org.cybergarage.http.HTTPStatus
 
isSupported(String) - Static method in class net.i2p.data.i2cp.RequestVariableLeaseSetMessage
Does the client support this message?
isSupported(EncType) - Method in class net.i2p.router.LeaseSetKeys
Do we support this type of encryption?
isSystrayEnabled() - Method in class net.i2p.router.web.ConfigServiceHandler
Is the systray enabled?
isSystrayEnabled(I2PAppContext) - Static method in class net.i2p.router.web.RouterConsoleRunner
Package private for ConfigServiceHandler
isTemporary(Inet6Address) - Static method in class net.i2p.util.Addresses
Is this address temporary? Should be reliable on Linux.
isTestInProgress() - Method in class edu.internet2.ndt.Tcpbw100
I2P
isTextBrowser(String) - Static method in class net.i2p.servlet.util.ServletUtil
 
isThrottled(Hash) - Method in class net.i2p.client.streaming.impl.ConnThrottler
Checks individual count only.
isTooClose(byte[]) - Method in class net.i2p.router.transport.udp.UDPTransport
Is this IP too close to ours to trust it for things like relaying?
isUnderscoreLabelInternal(String) - Static method in class org.minidns.dnslabel.UnderscoreLabel
 
isUnicastQuery() - Method in class org.minidns.record.Record
See if this query/response was a unicast query (highest class bit set).
isUnlimited() - Static method in class net.i2p.crypto.CryptoCheck
Do we have unlimited crypto?
isUnpublished() - Method in class net.i2p.data.LeaseSet2
 
isUnreachable(Hash) - Method in interface net.i2p.router.transport.Transport
 
isUnreachable(Hash) - Method in class net.i2p.router.transport.TransportImpl
 
isUnresolved() - Method in class net.i2p.client.streaming.I2PSocketAddress
 
isUnsignedUpdateAvailable(RouterContext) - Static method in class net.i2p.router.web.NewsHelper
Will be false if already downloaded or if dev update disabled.
isUnsubscribeRequest() - Method in class org.cybergarage.http.HTTPRequest
 
isUpdateAvailable() - Static method in class net.i2p.router.web.NewsHelper
Release update only.
isUpdateDisabled(RouterContext) - Static method in class net.i2p.router.web.NewsHelper
 
isUpdatedVersion(String, File) - Method in class net.i2p.crypto.TrustedUpdate
Verifies that the version of the given signed update file is newer than currentVersion.
isUpdateInProgress() - Method in class net.i2p.router.update.ConsoleUpdateManager
Is any download in progress? Does not include checks.
isUpdateInProgress() - Static method in class net.i2p.router.web.NewsHelper
If a signed or unsigned router update is in progress.
isUpdateInProgress() - Method in interface net.i2p.update.UpdateManager
Is a router update being downloaded?
isUpdateInProgress(UpdateType) - Method in class net.i2p.router.update.ConsoleUpdateManager
Is a download in progress?
isUpdateInProgress(UpdateType) - Method in interface net.i2p.update.UpdateManager
Is a router update being downloaded?
isUpdateInProgress(UpdateType, String) - Method in class net.i2p.router.update.ConsoleUpdateManager
Is a download in progress?
isUpdateInProgress(UpdateType, String) - Method in interface net.i2p.update.UpdateManager
Is a router update being downloaded?
isURL(String) - Method in class org.cybergarage.upnp.Icon
 
isURNDevice(String) - Static method in class org.cybergarage.upnp.device.ST
 
isURNService(String) - Static method in class org.cybergarage.upnp.device.ST
 
isUUIDDevice(String) - Static method in class org.cybergarage.upnp.device.ST
 
isValid() - Method in class net.i2p.data.router.RouterInfo
Determine whether this router info is authorized with a valid signature
isValid() - Method in class net.i2p.i2pcontrol.security.AuthToken
Checks whether the AuthToken has expired.
isValid(byte[]) - Method in class net.i2p.router.transport.udp.UDPTransport
An IPv6 address is only valid if we are configured to support IPv6 AND we have a public IPv6 address.
isValid(byte[], int) - Method in class net.i2p.router.transport.udp.EstablishmentManager
Are IP and port valid? This is only for checking the relay response.
isValid(String) - Method in class net.i2p.i2pcontrol.security.SecurityManager
Is this password correct?
isValidAnnounce(String) - Static method in class org.klomp.snark.TrackerClient
 
isValidated() - Method in class i2p.susi.dns.AddressBean
 
isValidBook() - Method in class i2p.susi.dns.AddressbookBean
Because the following from addressbook.jsp fails parsing in the new EL: javax.el.ELException: Failed to parse the expression Can't figure out why, so just replace it with book.validBook: <c:if test="${book.master || book.router || book.published || book.private}"> This always returns true anyway, because getBook() always returns a valid book.
isValidGraphElement() - Method in class org.rrd4j.graph.CommentText
 
isValidKey(String) - Static method in class net.i2p.addressbook.AddressBook
Do basic validation of the address address was already converted to lower case by HostTxtParser.parse()
isValidMaskPattern(int) - Static method in class com.google.zxing.qrcode.encoder.QRCode
 
isValidPort(int) - Static method in class net.i2p.router.transport.TransportUtil
Is this a valid port for us or a remote router? ref: http://i2p-projekt.i2p/en/docs/ports ref: https://cs.chromium.org/chromium/src/net/base/port_util.cc
isValidTunnel(Hash, TunnelInfo) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
isValidTunnel(Hash, TunnelInfo) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
 
isValidTunnel(Hash, TunnelInfo) - Method in interface net.i2p.router.TunnelManagerFacade
Is a tunnel a valid member of the pool?
isVerified() - Method in class net.i2p.router.news.BlocklistEntries
 
isVerifyInProgress(Hash) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
 
isWebAppRunning(I2PAppContext, String) - Static method in class net.i2p.router.web.WebAppStarter
As of 0.9.34, the appName will be registered with the PortMapper, and PortMapper.isRegistered() will be more efficient than this.
isWebAppRunning(Server, String) - Static method in class net.i2p.router.web.WebAppStarter
 
isWebPeer() - Method in class org.klomp.snark.Peer
 
isWebPeer() - Method in class org.klomp.snark.WebPeer
 
isWebPeerBanned(String) - Method in class org.klomp.snark.PeerCoordinator
Is a web peer banned?
isWellIntegrated(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
 
isWindows() - Static method in class net.i2p.util.SystemVersion
 
isWindowsService() - Static method in class net.i2p.util.SystemVersion
 
isWirelessMode() - Method in class org.cybergarage.upnp.Device
 
isWriteBufEmpty() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Replaces getWriteBufCount()
isX86() - Static method in class net.i2p.util.SystemVersion
 
isXMLFileName(String) - Static method in class org.cybergarage.util.FileUtil
 
isXnLabel(String) - Static method in class org.minidns.dnslabel.XnLabel
 
isXnLabelInternal(String) - Static method in class org.minidns.dnslabel.XnLabel
 
isYggdrasil(RouterAddress) - Static method in class net.i2p.router.transport.TransportUtil
 
IsZen2Compatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
 
IsZen2Compatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
IsZenCompatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
 
IsZenCompatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
isZero() - Method in class com.google.zxing.common.reedsolomon.GenericGFPoly
 
isZeroBased() - Method in class com.tomgibara.crinch.hashing.HashRange
 
isZeroVM() - Static method in class net.i2p.util.SystemVersion
Is this a very slow interpreted mode VM?
items - Variable in class net.i2p.util.TryCache
 
iterations - Variable in class org.minidns.record.NSEC3
The number of iterations the hash algorithm is applied.
iterations - Variable in class org.minidns.record.NSEC3PARAM
The number of iterations the hash algorithm is applied.
IterativeFollowupJob - Class in net.i2p.router.networkdb.kademlia
Ask a single peer for a single key.
IterativeFollowupJob(RouterContext, Hash, Hash, IterativeSearchJob) - Constructor for class net.i2p.router.networkdb.kademlia.IterativeFollowupJob
 
IterativeLookupJob - Class in net.i2p.router.networkdb.kademlia
Ask the peer who sent us the DSRM for the RouterInfos...
IterativeLookupJob(RouterContext, DatabaseSearchReplyMessage, IterativeSearchJob) - Constructor for class net.i2p.router.networkdb.kademlia.IterativeLookupJob
 
IterativeLookupSelector - Class in net.i2p.router.networkdb.kademlia
Slightly modified version of FloodOnlyLookupSelector.
IterativeLookupSelector(RouterContext, IterativeSearchJob) - Constructor for class net.i2p.router.networkdb.kademlia.IterativeLookupSelector
 
IterativeSearchJob - Class in net.i2p.router.networkdb.kademlia
A traditional Kademlia search that continues to search when the initial lookup fails, by iteratively searching the closer-to-the-key peers returned by the query in a DSRM.
IterativeSearchJob(RouterContext, FloodfillNetworkDatabaseFacade, Hash, Job, Job, int, boolean) - Constructor for class net.i2p.router.networkdb.kademlia.IterativeSearchJob
Lookup using exploratory tunnels
IterativeSearchJob(RouterContext, FloodfillNetworkDatabaseFacade, Hash, Job, Job, int, boolean, Hash) - Constructor for class net.i2p.router.networkdb.kademlia.IterativeSearchJob
Lookup using the client's tunnels.
IterativeTimeoutJob - Class in net.i2p.router.networkdb.kademlia
This is the timeout for a single lookup, not for the whole search.
IterativeTimeoutJob(RouterContext, Hash, IterativeSearchJob) - Constructor for class net.i2p.router.networkdb.kademlia.IterativeTimeoutJob
 
iterator() - Method in class net.i2p.addressbook.AddressBook
Return an iterator over the addresses in the AddressBook.
iterator() - Method in class net.i2p.addressbook.SubscriptionList
Return an iterator over the AddressBooks represented by the Subscriptions in this SubscriptionList.
iterator() - Method in class net.i2p.router.util.ArraySet
Supports remove.
iterator() - Method in class net.i2p.router.util.CachedIteratorArrayList
 
iterator() - Method in class net.i2p.router.util.CachedIteratorCollection
Iterator: Resets and returns CachedIterator
iterator() - Method in class net.i2p.router.util.RemovableSingletonSet
 
iterator() - Method in class net.i2p.util.ConcurrentHashSet
 
iterator() - Method in class net.metanotion.io.block.index.BSkipList
 
iterator() - Method in class net.metanotion.util.skiplist.SkipList
 
iterator() - Method in class org.klomp.snark.comments.CommentSet
Will be in reverse-sort order, i.e.
iterator() - Method in class org.klomp.snark.PeerCoordinatorSet
 
ITF - com.google.zxing.BarcodeFormat
ITF (Interleaved Two of Five) 1D format.
IV_LENGTH - Static variable in class net.i2p.router.tunnel.HopProcessor
as of i2p 0.6, the tunnel crypto changed to encrypt the IV both before and after using it at each hop so as to prevent a certain type of replay/confirmation attack.
IV_SIZE - Static variable in class net.i2p.data.i2np.BuildRequestRecord
 
IV_SIZE - Static variable in class net.i2p.router.transport.ntcp.OutboundNTCP2State
 
IV_SIZE - Static variable in class net.i2p.router.transport.udp.UDPPacket
 
IV_SIZE - Static variable in class net.i2p.router.tunnel.TrivialPreprocessor
 
IVValidator - Interface in net.i2p.router.tunnel
Provide a generic interface for IV validation which may be implemented through something as simple as a hashtable or more a complicated bloom filter.
IXFR - org.minidns.record.Record.TYPE
 
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 Z _ 
All Classes All Packages