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 _

I

I2CPMessage - interface net.i2p.data.i2cp.I2CPMessage.
Defines the base functionality of API messages
I2CPMessageException - exception net.i2p.data.i2cp.I2CPMessageException.
Represent an error serializing or deserializing an APIMessage
I2CPMessageException(String, Throwable) - Constructor for class net.i2p.data.i2cp.I2CPMessageException
 
I2CPMessageException(String) - Constructor for class net.i2p.data.i2cp.I2CPMessageException
 
I2CPMessageHandler - interface net.i2p.client.I2CPMessageHandler.
Define a way to handle a particular type of message
I2CPMessageHandler - class net.i2p.data.i2cp.I2CPMessageHandler.
Handle messages from the server for the client
I2CPMessageHandler() - Constructor for class net.i2p.data.i2cp.I2CPMessageHandler
 
I2CPMessageImpl - class net.i2p.data.i2cp.I2CPMessageImpl.
Defines the base message implementation.
I2CPMessageImpl() - Constructor for class net.i2p.data.i2cp.I2CPMessageImpl
 
I2CPMessageProducer - class net.i2p.client.I2CPMessageProducer.
Produce the various messages the session needs to send to the router.
I2CPMessageProducer(I2PAppContext) - Constructor for class net.i2p.client.I2CPMessageProducer
 
I2CPMessageReader - class net.i2p.data.i2cp.I2CPMessageReader.
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.I2CPMessageEventListener - interface net.i2p.data.i2cp.I2CPMessageReader.I2CPMessageEventListener.
Defines the different events the reader produces while reading the stream
I2NPMessage - interface net.i2p.data.i2np.I2NPMessage.
Base interface for all I2NP messages
I2NPMessageException - exception net.i2p.data.i2np.I2NPMessageException.
Represent an error serializing or deserializing an APIMessage
I2NPMessageException(String, Throwable) - Constructor for class net.i2p.data.i2np.I2NPMessageException
 
I2NPMessageException(String) - Constructor for class net.i2p.data.i2np.I2NPMessageException
 
I2NPMessageHandler - class net.i2p.data.i2np.I2NPMessageHandler.
Handle messages from router to router.
I2NPMessageHandler(I2PAppContext) - Constructor for class net.i2p.data.i2np.I2NPMessageHandler
 
I2NPMessageImpl - class net.i2p.data.i2np.I2NPMessageImpl.
Defines the base message implementation.
I2NPMessageImpl(I2PAppContext) - Constructor for class net.i2p.data.i2np.I2NPMessageImpl
 
I2NPMessageImpl.Builder - interface net.i2p.data.i2np.I2NPMessageImpl.Builder.
interface for extending the types of messages handled
I2NPMessageReader - class net.i2p.data.i2np.I2NPMessageReader.
The I2NPMessageReader reads an InputStream (using I2NPMessageHandler) and passes out events to a registered listener, where events are either messages being received, exceptions being thrown, or the connection being closed.
I2NPMessageReader(RouterContext, InputStream, I2NPMessageReader.I2NPMessageEventListener) - Constructor for class net.i2p.data.i2np.I2NPMessageReader
 
I2NPMessageReader(RouterContext, InputStream, I2NPMessageReader.I2NPMessageEventListener, String) - Constructor for class net.i2p.data.i2np.I2NPMessageReader
 
I2NPMessageReader.I2NPMessageEventListener - interface net.i2p.data.i2np.I2NPMessageReader.I2NPMessageEventListener.
Defines the different events the reader produces while reading the stream
I2PAppContext - class net.i2p.I2PAppContext.
Provide a base scope for accessing singletons that I2P exposes.
I2PAppContext() - Constructor for class net.i2p.I2PAppContext
Lets root a brand new context
I2PAppContext(Properties) - Constructor for class net.i2p.I2PAppContext
Lets root a brand new context
I2PClient - interface net.i2p.client.I2PClient.
Define the standard means of interacting with the I2P system
I2PClientFactory - class net.i2p.client.I2PClientFactory.
Provide a means of hooking into an appropriate I2PClient implementation
I2PClientFactory() - Constructor for class net.i2p.client.I2PClientFactory
 
I2PClientImpl - class net.i2p.client.I2PClientImpl.
Base client implementation
I2PClientImpl() - Constructor for class net.i2p.client.I2PClientImpl
 
I2PClientMessageHandlerMap - class net.i2p.client.I2PClientMessageHandlerMap.
Contains a map of message handlers that a session will want to use
I2PClientMessageHandlerMap(I2PAppContext) - Constructor for class net.i2p.client.I2PClientMessageHandlerMap
 
I2PDatagramDissector - class net.i2p.client.datagram.I2PDatagramDissector.
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 net.i2p.client.datagram.I2PDatagramMaker.
Class for creating I2P repliable datagrams.
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.
I2PException - exception net.i2p.I2PException.
Base class of I2P exceptions
I2PException() - Constructor for class net.i2p.I2PException
 
I2PException(String) - Constructor for class net.i2p.I2PException
 
I2PException(String, Throwable) - Constructor for class net.i2p.I2PException
 
I2PInvalidDatagramException - exception net.i2p.client.datagram.I2PInvalidDatagramException.
Exception thrown when I2P repliable datagram signature verification fails.
I2PInvalidDatagramException() - Constructor for class net.i2p.client.datagram.I2PInvalidDatagramException
 
I2PInvalidDatagramException(String) - Constructor for class net.i2p.client.datagram.I2PInvalidDatagramException
 
I2PSOCKSTunnel - class net.i2p.i2ptunnel.socks.I2PSOCKSTunnel.
 
I2PSOCKSTunnel(int, Logging, boolean, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.socks.I2PSOCKSTunnel
 
I2PServerSocket - interface net.i2p.client.streaming.I2PServerSocket.
Defines how to listen for streaming peer connections
I2PServerSocketFull - class net.i2p.client.streaming.I2PServerSocketFull.
Bridge to allow accepting new connections
I2PServerSocketFull(I2PSocketManagerFull) - Constructor for class net.i2p.client.streaming.I2PServerSocketFull
 
I2PServerSocketImpl - class net.i2p.client.streaming.I2PServerSocketImpl.
Server socket implementation, allowing multiple threads to accept I2PSockets and pull from a queue populated by various threads (each of whom have their own timeout)
I2PServerSocketImpl(I2PSocketManager) - Constructor for class net.i2p.client.streaming.I2PServerSocketImpl
 
I2PSession - interface net.i2p.client.I2PSession.
Define the standard means of sending and receiving messages on the I2P network by using the I2CP (the client protocol).
I2PSessionException - exception net.i2p.client.I2PSessionException.
Thrown when there is a problem doing something on the session
I2PSessionException(String, Throwable) - Constructor for class net.i2p.client.I2PSessionException
 
I2PSessionException(String) - Constructor for class net.i2p.client.I2PSessionException
 
I2PSessionImpl - class net.i2p.client.I2PSessionImpl.
Implementation of an I2P session running over TCP.
I2PSessionImpl(I2PAppContext, InputStream, Properties) - Constructor for class net.i2p.client.I2PSessionImpl
Create a new session, reading the Destination, PrivateKey, and SigningPrivateKey from the destKeyStream, and using the specified options to connect to the router
I2PSessionImpl2 - class net.i2p.client.I2PSessionImpl2.
Thread safe implementation of an I2P session running over TCP.
I2PSessionImpl2(I2PAppContext, InputStream, Properties) - Constructor for class net.i2p.client.I2PSessionImpl2
Create a new session, reading the Destination, PrivateKey, and SigningPrivateKey from the destKeyStream, and using the specified options to connect to the router
I2PSessionListener - interface net.i2p.client.I2PSessionListener.
Define a means for the router to asynchronously notify the client that a new message is available or the router is under attack.
I2PSocket - interface net.i2p.client.streaming.I2PSocket.
Minimalistic adapter between the socket api and I2PTunnel's way.
I2PSocket.SocketErrorListener - interface net.i2p.client.streaming.I2PSocket.SocketErrorListener.
Allow notification of underlying errors communicating across I2P without waiting for any sort of cleanup process.
I2PSocketFull - class net.i2p.client.streaming.I2PSocketFull.
Bridge between the full streaming lib and the I2PSocket API
I2PSocketFull(Connection) - Constructor for class net.i2p.client.streaming.I2PSocketFull
 
I2PSocketImpl - class net.i2p.client.streaming.I2PSocketImpl.
Initial stub implementation for the socket
I2PSocketImpl(Destination, I2PSocketManagerImpl, boolean, String) - Constructor for class net.i2p.client.streaming.I2PSocketImpl
 
I2PSocketManager - interface net.i2p.client.streaming.I2PSocketManager.
Centralize the coordination and multiplexing of the local client's streaming.
I2PSocketManager.DisconnectListener - interface net.i2p.client.streaming.I2PSocketManager.DisconnectListener.
 
I2PSocketManagerFactory - class net.i2p.client.streaming.I2PSocketManagerFactory.
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 net.i2p.client.streaming.I2PSocketManagerFull.
Centralize the coordination and multiplexing of the local client's streaming.
I2PSocketManagerFull() - Constructor for class net.i2p.client.streaming.I2PSocketManagerFull
 
I2PSocketManagerFull(I2PAppContext, I2PSession, Properties, String) - Constructor for class net.i2p.client.streaming.I2PSocketManagerFull
 
I2PSocketManagerImpl - class net.i2p.client.streaming.I2PSocketManagerImpl.
Centralize the coordination and multiplexing of the local client's streaming.
I2PSocketManagerImpl() - Constructor for class net.i2p.client.streaming.I2PSocketManagerImpl
 
I2PSocketManagerImpl(String) - Constructor for class net.i2p.client.streaming.I2PSocketManagerImpl
 
I2PSocketOptions - interface net.i2p.client.streaming.I2PSocketOptions.
Define the configuration for streaming and verifying data on the socket.
I2PSocketOptionsImpl - class net.i2p.client.streaming.I2PSocketOptionsImpl.
Define the configuration for streaming and verifying data on the socket.
I2PSocketOptionsImpl() - Constructor for class net.i2p.client.streaming.I2PSocketOptionsImpl
 
I2PSocketOptionsImpl(I2PSocketOptions) - Constructor for class net.i2p.client.streaming.I2PSocketOptionsImpl
 
I2PSocketOptionsImpl(Properties) - Constructor for class net.i2p.client.streaming.I2PSocketOptionsImpl
 
I2PThread - class net.i2p.util.I2PThread.
In case its useful later...
I2PThread() - Constructor for class net.i2p.util.I2PThread
 
I2PThread(String) - 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.OOMEventListener - interface net.i2p.util.I2PThread.OOMEventListener.
 
I2PTunnel - class net.i2p.i2ptunnel.I2PTunnel.
 
I2PTunnel() - Constructor for class net.i2p.i2ptunnel.I2PTunnel
 
I2PTunnel(String[]) - Constructor for class net.i2p.i2ptunnel.I2PTunnel
 
I2PTunnel(String[], I2PTunnel.ConnectionEventListener) - Constructor for class net.i2p.i2ptunnel.I2PTunnel
 
I2PTunnel.ConnectionEventListener - interface net.i2p.i2ptunnel.I2PTunnel.ConnectionEventListener.
Callback routine to find out
I2PTunnelClient - class net.i2p.i2ptunnel.I2PTunnelClient.
 
I2PTunnelClient(int, String, Logging, boolean, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelClient
 
I2PTunnelClientBase - class net.i2p.i2ptunnel.I2PTunnelClientBase.
 
I2PTunnelClientBase(int, boolean, Logging, EventDispatcher, String, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelClientBase
 
I2PTunnelGUI - class net.i2p.i2ptunnel.I2PTunnelGUI.
AWT gui since kaffe doesn't support swing yet
I2PTunnelGUI(I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelGUI
 
I2PTunnelHTTPClient - class net.i2p.i2ptunnel.I2PTunnelHTTPClient.
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
 
I2PTunnelHTTPClientRunner - class net.i2p.i2ptunnel.I2PTunnelHTTPClientRunner.
Override the response with a stream filtering the HTTP headers received.
I2PTunnelHTTPClientRunner(Socket, I2PSocket, Object, byte[], List, Runnable) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPClientRunner
 
I2PTunnelHTTPServer - class net.i2p.i2ptunnel.I2PTunnelHTTPServer.
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, String, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPServer
 
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
 
I2PTunnelIRCClient - class net.i2p.i2ptunnel.I2PTunnelIRCClient.
 
I2PTunnelIRCClient(int, String, Logging, boolean, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelIRCClient
 
I2PTunnelRunner - class net.i2p.i2ptunnel.I2PTunnelRunner.
 
I2PTunnelRunner(Socket, I2PSocket, Object, byte[], List) - Constructor for class net.i2p.i2ptunnel.I2PTunnelRunner
 
I2PTunnelRunner(Socket, I2PSocket, Object, byte[], byte[], List) - Constructor for class net.i2p.i2ptunnel.I2PTunnelRunner
 
I2PTunnelRunner(Socket, I2PSocket, Object, byte[], List, Runnable) - Constructor for class net.i2p.i2ptunnel.I2PTunnelRunner
 
I2PTunnelRunner(Socket, I2PSocket, Object, byte[], byte[], List, Runnable) - Constructor for class net.i2p.i2ptunnel.I2PTunnelRunner
 
I2PTunnelServer - class net.i2p.i2ptunnel.I2PTunnelServer.
 
I2PTunnelServer(InetAddress, int, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelServer
 
I2PTunnelServer(InetAddress, int, File, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelServer
 
I2PTunnelServer(InetAddress, int, InputStream, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelServer
 
I2PTunnelTask - class net.i2p.i2ptunnel.I2PTunnelTask.
Either a Server or a Client.
I2PTunnelTask(String, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelTask
 
I2Ping - class net.i2p.i2ptunnel.I2Ping.
 
I2Ping(String, Logging, boolean, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2Ping
 
I2Ping.PingHandler - class net.i2p.i2ptunnel.I2Ping.PingHandler.
 
I2Ping.PingHandler(String) - Constructor for class net.i2p.i2ptunnel.I2Ping.PingHandler
 
ID - Static variable in class net.i2p.CoreVersion
 
ID - Static variable in class net.i2p.router.RouterVersion
 
IDENTLOG - Static variable in class net.i2p.router.Router
 
IMessageDigestStandalone - interface gnu.crypto.hash.IMessageDigestStandalone.
The basic visible methods of any hash algorithm.
INACTIVITY_ACTION_DISCONNECT - Static variable in class net.i2p.client.streaming.ConnectionOptions
on inactivity timeout, close the connection
INACTIVITY_ACTION_NOOP - Static variable in class net.i2p.client.streaming.ConnectionOptions
on inactivity timeout, do nothing
INACTIVITY_ACTION_SEND - Static variable in class net.i2p.client.streaming.ConnectionOptions
on inactivity timeout, send a payload message
INFO - Static variable in class net.i2p.util.Log
 
INITIAL_WINDOW_SIZE - Static variable in class net.i2p.client.streaming.ConnectionOptions
 
INVALID - Static variable in class net.i2p.data.TunnelId
 
INVALID_KEY - Static variable in class net.i2p.data.SessionKey
 
IP_HEADER_SIZE - Static variable in class net.i2p.router.transport.udp.PeerState
 
IRandomStandalone - interface gnu.crypto.prng.IRandomStandalone.
The basic visible methods of any pseudo-random number generator.
IVValidator - interface net.i2p.router.tunnel.IVValidator.
Provide a generic interface for IV validation which may be implemented through something as simple as a hashtable or more a complicated bloom filter.
IV_LENGTH - Static variable in class net.i2p.router.tunnel.HopProcessor
 
IV_SIZE - Static variable in class net.i2p.data.i2np.BuildRequestRecord
 
IV_SIZE - Static variable in class net.i2p.router.transport.udp.UDPPacket
 
IV_SIZE - Static variable in class net.i2p.router.tunnel.TrivialPreprocessor
 
InNetMessagePool - class net.i2p.router.InNetMessagePool.
Manage a pool of inbound InNetMessages.
InNetMessagePool(RouterContext) - Constructor for class net.i2p.router.InNetMessagePool
 
InboundEndpointProcessor - class net.i2p.router.tunnel.InboundEndpointProcessor.
Receive the inbound tunnel message, removing all of the layers added by earlier hops to recover the preprocessed data sent by the gateway.
InboundEndpointProcessor(I2PAppContext, TunnelCreatorConfig) - Constructor for class net.i2p.router.tunnel.InboundEndpointProcessor
 
InboundEndpointProcessor(I2PAppContext, TunnelCreatorConfig, IVValidator) - Constructor for class net.i2p.router.tunnel.InboundEndpointProcessor
 
InboundEstablishState - class net.i2p.router.transport.udp.InboundEstablishState.
Data for a new connection being established, where the remote peer has initiated the connection with us.
InboundEstablishState(RouterContext, byte[], int, int) - Constructor for class net.i2p.router.transport.udp.InboundEstablishState
 
InboundGatewayProcessor - class net.i2p.router.tunnel.InboundGatewayProcessor.
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 net.i2p.router.tunnel.InboundGatewayReceiver.
 
InboundGatewayReceiver(RouterContext, HopConfig) - Constructor for class net.i2p.router.tunnel.InboundGatewayReceiver
 
InboundMessageDistributor - class net.i2p.router.tunnel.InboundMessageDistributor.
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 net.i2p.router.transport.udp.InboundMessageFragments.
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
 
InboundMessageState - class net.i2p.router.transport.udp.InboundMessageState.
Hold the raw data fragments of an inbound message
InboundMessageState(RouterContext, long, Hash) - Constructor for class net.i2p.router.transport.udp.InboundMessageState
 
InboundSender - class net.i2p.router.tunnel.InboundSender.
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
 
IndexBean - class net.i2p.i2ptunnel.web.IndexBean.
Simple accessor for exposing tunnel info, but also an ugly form handler
IndexBean() - Constructor for class net.i2p.i2ptunnel.web.IndexBean
 
IntegrationCalculator - class net.i2p.router.peermanager.IntegrationCalculator.
Determine how well integrated the peer is - how likely they will be useful to us if we are trying to get further connected.
IntegrationCalculator(RouterContext) - Constructor for class net.i2p.router.peermanager.IntegrationCalculator
 
IntelCPUInfo - interface freenet.support.CPUInformation.IntelCPUInfo.
 
IntroductionManager - class net.i2p.router.transport.udp.IntroductionManager.
 
IntroductionManager(RouterContext, UDPTransport) - Constructor for class net.i2p.router.transport.udp.IntroductionManager
 
InverseCapacityComparator - class net.i2p.router.peermanager.InverseCapacityComparator.
Order profiles by their capacity, but backwards (highest capacity / value first).
InverseCapacityComparator() - Constructor for class net.i2p.router.peermanager.InverseCapacityComparator
 
IsAthlon64Compatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
 
IsAthlon64Compatible() - Method in class freenet.support.CPUInformation.CPUID.AMDInfoImpl
 
IsAthlonCompatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
 
IsAthlonCompatible() - Method in class freenet.support.CPUInformation.CPUID.AMDInfoImpl
 
IsC3Compatible() - Method in class freenet.support.CPUInformation.CPUID.CPUIDCPUInfo
 
IsC3Compatible() - Method in interface freenet.support.CPUInformation.CPUInfo
 
IsFailingCalculator - class net.i2p.router.peermanager.IsFailingCalculator.
Simple boolean calculation to determine whether the given profile is "failing" - meaning we shouldn't bother trying to get them to do something.
IsFailingCalculator(RouterContext) - Constructor for class net.i2p.router.peermanager.IsFailingCalculator
 
IsK6Compatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
 
IsK6Compatible() - Method in class freenet.support.CPUInformation.CPUID.AMDInfoImpl
 
IsK6_2_Compatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
 
IsK6_2_Compatible() - Method in class freenet.support.CPUInformation.CPUID.AMDInfoImpl
 
IsK6_3_Compatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
 
IsK6_3_Compatible() - Method in class freenet.support.CPUInformation.CPUID.AMDInfoImpl
 
IsPentium2Compatible() - Method in class freenet.support.CPUInformation.CPUID.IntelInfoImpl
 
IsPentium2Compatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
 
IsPentium3Compatible() - Method in class freenet.support.CPUInformation.CPUID.IntelInfoImpl
 
IsPentium3Compatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
 
IsPentium4Compatible() - Method in class freenet.support.CPUInformation.CPUID.IntelInfoImpl
 
IsPentium4Compatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
 
IsPentiumCompatible() - Method in class freenet.support.CPUInformation.CPUID.IntelInfoImpl
 
IsPentiumCompatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
 
IsPentiumMMXCompatible() - Method in class freenet.support.CPUInformation.CPUID.IntelInfoImpl
 
IsPentiumMMXCompatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
 
i2pss - Variable in class net.i2p.i2ptunnel.I2PTunnelServer
 
iconLeftClicked(SysTrayMenuEvent) - Method in class net.i2p.apps.systray.SysTray
 
iconLeftDoubleClicked(SysTrayMenuEvent) - Method in class net.i2p.apps.systray.SysTray
 
ignoreEvents() - Method in class net.i2p.i2ptunnel.I2PTunnel
 
ignoreEvents() - Method in class net.i2p.i2ptunnel.I2PTunnelTask
 
ignoreEvents() - Method in interface net.i2p.util.EventDispatcher
Ignore further event notifications
ignoreEvents() - Method in class net.i2p.util.EventDispatcherImpl
 
ignoreFurtherActions() - Method in class net.i2p.i2ptunnel.BufferLogger
We don't care about anything else the logger receives.
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)?
inboundConnectionReceived() - Method in class net.i2p.router.transport.udp.UDPTransport
 
inboundEstablished(NTCPConnection) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
 
inboundFilter(String, StringBuffer) - Method in class net.i2p.i2ptunnel.I2PTunnelIRCClient
 
inboundMessageAdded() - Method in class net.i2p.router.MessageStateMonitor
 
inboundMessageFinalized() - Method in class net.i2p.router.MessageStateMonitor
 
inboundMessageRead() - Method in class net.i2p.router.MessageStateMonitor
 
incrementAgreedTo() - Method in class net.i2p.router.peermanager.TunnelHistory
 
incrementBytesReceived(int) - Method in class net.i2p.client.streaming.Connection
 
incrementBytesSent(int) - Method in class net.i2p.client.streaming.Connection
 
incrementConsecutiveFailedSends() - Method in class net.i2p.router.transport.udp.PeerState
 
incrementDupMessagesReceived(int) - Method in class net.i2p.client.streaming.Connection
 
incrementDupMessagesSent(int) - Method in class net.i2p.client.streaming.Connection
 
incrementFailed() - Method in class net.i2p.router.peermanager.TunnelHistory
 
incrementFragmentNumber() - Method in class net.i2p.router.tunnel.TunnelGateway.Pending
ok, fragment sent, increment what the next will be
incrementLookups() - Method in class net.i2p.router.message.OutboundClientMessageStatus
 
incrementNACKs() - Method in class net.i2p.client.streaming.PacketLocal
 
incrementPacketsRelayed() - Method in class net.i2p.router.transport.udp.PeerTestState
 
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.PacketLocal
 
incrementShitlists() - Method in class net.i2p.router.peermanager.PeerProfile
 
incrementUnackedPacketsReceived() - Method in class net.i2p.client.streaming.Connection
 
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
incrementVerifiedBytesTransferred(int) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
 
indexOf(ByteCollector) - Method in class net.i2p.client.streaming.ByteCollector
Search through the collector for the first occurrence of the sequence of bytes contained within the specified collector
indexOf(byte) - Method in class net.i2p.client.streaming.ByteCollector
Search through the collector for the first occurrence of the specified byte
indexOf(byte[]) - Method in class net.i2p.client.streaming.ByteCollector
Search through the collector for the first occurrence of the sequence of bytes
info(String) - Method in class net.i2p.util.Log
 
info(String, Throwable) - Method in class net.i2p.util.Log
 
init(Map) - Method in class gnu.crypto.prng.BasePRNGStandalone
 
init(Map) - Method in interface gnu.crypto.prng.IRandomStandalone
Initialises the pseudo-random number generator scheme with the appropriate attributes.
init(String) - Method in class net.i2p.apps.systray.ConfigFile
Initializes the ConfigFile object.
init(Properties) - Method in class net.i2p.client.streaming.ConnectionOptions
 
init(I2PAppContext, I2PSession, Properties, String) - Method in interface net.i2p.client.streaming.I2PSocketManager
 
init(I2PAppContext, I2PSession, Properties, String) - Method in class net.i2p.client.streaming.I2PSocketManagerFull
 
init(I2PAppContext, I2PSession, Properties, String) - Method in class net.i2p.client.streaming.I2PSocketManagerImpl
 
init(Properties) - Method in class net.i2p.client.streaming.I2PSocketOptionsImpl
 
init() - Method in class net.i2p.crypto.SHA1
Initialize the digest context.
init(int, int, String) - Method in interface net.i2p.router.transport.FIFOBandwidthLimiter.Request
thar be dragons
init(byte[]) - Method in interface org.bouncycastle.crypto.Mac
Initialise the MAC.
init(byte[]) - Method in class org.bouncycastle.crypto.macs.HMac
 
initSeed(byte[]) - Method in class net.i2p.util.RandomSource
 
initialI2PData - Variable in class net.i2p.i2ptunnel.I2PTunnelRunner
 
initialSocketData - Variable in class net.i2p.i2ptunnel.I2PTunnelRunner
 
initialised - Variable in class gnu.crypto.prng.BasePRNGStandalone
Indicate if this instance has already been initialised or not.
initialize() - Method in class net.i2p.apps.systray.BrowserChooser
 
initialize(boolean) - Method in class net.i2p.router.MessageHistory
Initialize the message history according to the router's configuration.
initialize() - Method in class net.i2p.router.transport.tcp.ConnectionTagManager
 
initialize() - Method in class net.i2p.router.transport.tcp.PersistentConnectionTagManager
 
initialize(OutNetMessage) - Method in class net.i2p.router.transport.udp.OutboundMessageState
 
initialize(I2NPMessage, PeerState) - Method in class net.i2p.router.transport.udp.OutboundMessageState
 
initialize(OutNetMessage, I2NPMessage) - Method in class net.i2p.router.transport.udp.OutboundMessageState
 
initialize(UDPPacket) - Method in class net.i2p.router.transport.udp.UDPPacketReader
 
initialize(byte[], int, int) - Method in class net.i2p.router.transport.udp.UDPPacketReader
 
initialize(InputStream) - Method in class net.i2p.util.LookaheadInputStream
 
initialize(InputStream) - Method in class net.i2p.util.ResettableGZIPInputStream
Blocking call to initialize this stream with the data from the given compressed stream.
initializeClock() - Method in class net.i2p.I2PAppContext
 
initializeClock() - Method in class net.i2p.router.RouterContext
 
initializeData(Map, Map, Map) - Method in class net.i2p.router.transport.tcp.ConnectionTagManager
 
initializePool(I2PAppContext) - Method in class net.i2p.crypto.DummyPooledRandomSource
 
initializePool(I2PAppContext) - Method in class net.i2p.util.PooledRandomSource
 
input - Variable in class net.i2p.i2ptunnel.I2PTunnelGUI
 
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
 
installService() - Method in class net.i2p.router.web.ServiceManager
Invokes the service wrapper installation script via a shell process.
instance() - Static method in class net.i2p.router.web.StatSummarizer
 
integrationCalculator() - Method in class net.i2p.router.RouterContext
how do we rank the integration of profiles?
internalClose() - Method in class net.i2p.client.streaming.I2PSocketImpl
Close the socket from the I2P side (by a close packet)
introSent() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
introduced(InetAddress, byte[], int) - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
introducersRequired() - Method in class net.i2p.router.transport.udp.UDPTransport
 
introductionFailed() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
isAlive() - Method in class net.i2p.router.JobQueue
 
isAlive() - Method in class net.i2p.router.Router
 
isAlive() - Method in class net.i2p.router.transport.udp.InboundMessageFragments
 
isAlive() - Method in class net.i2p.router.tunnel.pool.TunnelPool
 
isBlank(TunnelCreatorConfig, int) - Static method in class net.i2p.router.tunnel.BuildMessageGenerator
 
isC3Compatible() - Method in class freenet.support.CPUInformation.CPUID.VIAC3Impl
 
isChoked(Hash) - Method in interface net.i2p.router.transport.udp.OutboundMessageFragments.ActiveThrottle
 
isChoked(Hash) - Method in class net.i2p.router.transport.udp.TimedWeightedPriorityMessageQueue
 
isClient(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
isClosed() - Method in interface net.i2p.client.I2PSession
Have we closed the session?
isClosed() - Method in class net.i2p.client.I2PSessionImpl
has the session been closed (or not yet connected)?
isClosed() - Method in interface net.i2p.client.streaming.I2PSocket
 
isClosed() - Method in class net.i2p.client.streaming.I2PSocketFull
 
isClosed() - Method in class net.i2p.client.streaming.I2PSocketImpl
 
isClosed() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
isComplete() - Method in class net.i2p.router.transport.ntcp.EstablishState
 
isComplete() - Method in class net.i2p.router.transport.udp.InboundMessageState
 
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?
isCongested(RouterContext) - Static method in class net.i2p.router.networkdb.kademlia.SearchJob
 
isCorrupt() - Method in class net.i2p.router.transport.ntcp.EstablishState
did the handshake fail for some reason?
isCurrent(long) - Method in class net.i2p.data.LeaseSet
Determine whether there are currently valid leases, at least within a given fudge factor
isCurrent(long) - Method in class net.i2p.data.RouterInfo
Determine whether the router was published recently (within the given age milliseconds).
isDead() - Method in class net.i2p.router.client.ClientConnectionRunner
already closed?
isEmpty() - Method in class net.i2p.client.naming.PetNameDB
 
isEmpty() - Method in class net.i2p.client.streaming.ByteCollector
Does the collector have meaningful data or is it empty?
isEmpty() - Method in class net.i2p.util.OrderedProperties
 
isEnabled(I2PAppContext) - Static method in class net.i2p.router.LoadTestManager
 
isEstablished() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
isExpired() - Method in class net.i2p.data.Lease
has this lease already expired?
isExpired(long) - Method in class net.i2p.data.Lease
has this lease already expired (giving allowing up the fudgeFactor milliseconds for clock skew)?
isExpired() - Method in class net.i2p.router.transport.udp.InboundMessageState
 
isExpired() - 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)
isFailing(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
 
isFailingCalculator() - Method in class net.i2p.router.RouterContext
how do we rank the failure of profiles?
isFast(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
 
isFinished() - Method in class net.i2p.i2ptunnel.I2PTunnelRunner
have we closed at least one (if not both) of the streams [aka we're done running the streams]?
isFlagSet(int) - Method in class net.i2p.client.streaming.Packet
is a particular flag set on this packet?
isFloodfill(RouterInfo) - Static method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
 
isFragmented() - Method in class net.i2p.router.transport.udp.OutboundMessageState
 
isFrequency(String) - Method in class net.i2p.stat.StatManager
is the given stat a monitored frequency?
isHidden() - Method in class net.i2p.data.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.RouterInfo
Is this a hidden node?
isHidden() - Method in class net.i2p.router.Router
 
isHighCapacity(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
 
isInDropList(RemoteHostId) - Method in class net.i2p.router.transport.udp.UDPTransport
 
isInUse(Hash) - Method in class net.i2p.router.DummyTunnelManagerFacade
 
isInUse(Hash) - Method in interface net.i2p.router.TunnelManagerFacade
True if the peer currently part of a tunnel
isInUse(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
 
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?
isInbound() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
isInbound() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
is this an inbound tunnel?
isInitialised() - Method in class gnu.crypto.prng.BasePRNGStandalone
 
isInteractive(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
isKnown(Hash) - Method in interface net.i2p.router.networkdb.kademlia.DataStore
 
isKnown(Hash) - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
 
isKnown(long) - Method in class net.i2p.util.DecayingBloomFilter
return true if the entry is already known.
isLocal(Destination) - Method in class net.i2p.router.ClientManagerFacade
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.DummyClientManagerFacade
 
isLocal(Destination) - Method in class net.i2p.router.DummyClientManagerFacade
 
isLocal(Destination) - Method in class net.i2p.router.client.ClientManager
 
isLocal(Hash) - Method in class net.i2p.router.client.ClientManager
 
isLocal(Destination) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
Determine if the destination specified is managed locally.
isLocal(Hash) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
Determine if the destination specified is managed locally.
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.FloodLookupSelector
 
isMatch(I2NPMessage) - Method in class net.i2p.router.networkdb.kademlia.FloodOnlyLookupSelector
 
isMatch(I2NPMessage) - Method in class net.i2p.router.networkdb.kademlia.SearchMessageSelector
 
isMatch(I2NPMessage) - Method in class net.i2p.router.networkdb.kademlia.StoreMessageSelector
 
isMember(String) - Method in class net.i2p.client.naming.PetName
 
isMember(byte[]) - Method in class org.xlattice.crypto.filters.BloomSHA1
Is a key in the filter.
isMember(byte[], int, int) - Method in class org.xlattice.crypto.filters.BloomSHA1
 
isNative() - Static method in class net.i2p.util.NativeBigInteger
 
isOpen() - Method in class net.i2p.i2ptunnel.I2PTunnelTask
 
isPubliclyRoutable(byte[]) - Static method in class net.i2p.router.transport.TransportImpl
 
isPubliclyRoutable() - Method in class net.i2p.router.transport.ntcp.NTCPAddress
 
isPubliclyRoutable(String) - Static method in class net.i2p.router.transport.ntcp.NTCPAddress
 
isPubliclyRoutable() - Method in class net.i2p.router.transport.tcp.TCPAddress
 
isPubliclyRoutable(String) - Static method in class net.i2p.router.transport.tcp.TCPAddress
 
isRate(String) - Method in class net.i2p.stat.StatManager
is the given stat a monitored rate?
isRunning() - Method in class net.i2p.router.tunnel.pool.BuildExecutor
 
isRunning() - Method in class net.i2p.router.web.ReseedHandler.ReseedRunner
 
isRunning() - Method in class net.i2p.router.web.UpdateHandler.UpdateRunner
 
isSelectable(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
 
isSharedClient(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
isShitlisted(Hash) - Method in class net.i2p.router.Shitlist
 
isShitlisted(Hash, String) - Method in class net.i2p.router.Shitlist
 
isShutdown() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
 
isUnreachable(Hash) - Method in interface net.i2p.router.transport.Transport
 
isUnreachable(Hash) - Method in class net.i2p.router.transport.TransportImpl
 
isUpdatedVersion(String, String) - Method in class net.i2p.crypto.TrustedUpdate
Verifies that the version of the given signed update file is newer than currentVersion.
isValid() - Method in class net.i2p.data.RouterInfo
Determine whether this router info is authorized with a valid signature
isValid(byte[]) - Method in class net.i2p.router.transport.udp.UDPTransport
 
isWellIntegrated(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
 
iterator() - Method in class net.i2p.client.naming.PetNameDB
 
itoh(int) - Static method in class org.xlattice.crypto.filters.BloomSHA1
convert 32-bit integer to String
itoh(int) - Method in class org.xlattice.crypto.filters.KeySelector
 

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 _