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 _

N

NETWORK_BUFFER_SIZE - Static variable in class net.i2p.i2ptunnel.I2PTunnelRunner
 
NETWORK_ID - Static variable in class net.i2p.router.Router
used to differentiate routerInfo files on different networks
NOT_RUNNING - Static variable in class net.i2p.i2ptunnel.web.IndexBean
 
NUM_BUCKETS - Static variable in class net.i2p.router.networkdb.kademlia.KBucketSet
 
NamingService - class net.i2p.client.naming.NamingService.
Naming services create a subclass of this class.
NamingService(I2PAppContext) - Constructor for class net.i2p.client.naming.NamingService
The naming service should only be constructed and accessed through the application context.
NativeBigInteger - class net.i2p.util.NativeBigInteger.
BigInteger that takes advantage of the jbigi library for the modPow operation, which accounts for a massive segment of the processing cost of asymmetric crypto.
NativeBigInteger(byte[]) - Constructor for class net.i2p.util.NativeBigInteger
 
NativeBigInteger(int, byte[]) - Constructor for class net.i2p.util.NativeBigInteger
 
NativeBigInteger(int, int, Random) - Constructor for class net.i2p.util.NativeBigInteger
 
NativeBigInteger(int, Random) - Constructor for class net.i2p.util.NativeBigInteger
 
NativeBigInteger(String) - Constructor for class net.i2p.util.NativeBigInteger
 
NativeBigInteger(String, int) - Constructor for class net.i2p.util.NativeBigInteger
 
NativeBigInteger(BigInteger) - Constructor for class net.i2p.util.NativeBigInteger
Creates a new NativeBigInteger with the same value as the supplied BigInteger.
NavHelper - class net.i2p.router.web.NavHelper.
 
NavHelper() - Constructor for class net.i2p.router.web.NavHelper
 
NetDbHelper - class net.i2p.router.web.NetDbHelper.
 
NetDbHelper() - Constructor for class net.i2p.router.web.NetDbHelper
 
NetworkDatabaseFacade - class net.i2p.router.NetworkDatabaseFacade.
Defines the mechanism for interacting with I2P's network database
NetworkDatabaseFacade() - Constructor for class net.i2p.router.NetworkDatabaseFacade
 
NewsFetcher - class net.i2p.router.web.NewsFetcher.
Task to periodically look for updates to the news.xml, and to keep track of whether that has an announcement for a new version.
NoticeHelper - class net.i2p.router.web.NoticeHelper.
Simple helper to query the appropriate router for data necessary to render any emergency notices
NoticeHelper() - Constructor for class net.i2p.router.web.NoticeHelper
 
NtpClient - class net.i2p.time.NtpClient.
NtpClient - an NTP client for Java.
NtpClient() - Constructor for class net.i2p.time.NtpClient
 
NtpMessage - class net.i2p.time.NtpMessage.
This class represents a NTP message, as specified in RFC 2030.
NtpMessage(byte[]) - Constructor for class net.i2p.time.NtpMessage
Constructs a new NtpMessage from an array of bytes.
NtpMessage() - Constructor for class net.i2p.time.NtpMessage
Constructs a new NtpMessage in client -> server mode, and sets the transmit timestamp to the current time.
NullOutputStream - class net.i2p.router.transport.NullOutputStream.
Output stream for when we don't care whats written
NullOutputStream() - Constructor for class net.i2p.router.transport.NullOutputStream
 
namingService() - Method in class net.i2p.I2PAppContext
Pull up the naming service used in this context.
nativeDoubleValue(byte[]) - Static method in class net.i2p.util.NativeBigInteger
Converts a BigInteger byte-array to a 'double'
nativeModPow(byte[], byte[], byte[]) - Static method in class net.i2p.util.NativeBigInteger
calculate (base ^ exponent) % modulus.
needsUpdate(String, String) - Static method in class net.i2p.crypto.TrustedUpdate
Checks if the given version is newer than the given current version.
net.i2p - package net.i2p
 
net.i2p.apps.systray - package net.i2p.apps.systray
 
net.i2p.client - package net.i2p.client
Implements the base I2P SDK for developing applications that communicate through I2P.
net.i2p.client.datagram - package net.i2p.client.datagram
Provides a standard way for reading and writing messages transferred over I2P so that the recipient has an authenticated mechanism to reply to it.
net.i2p.client.naming - package net.i2p.client.naming
Provides a standard way for querying the local naming service to resolve a name into a Destination (without the complexity of JNDI).
net.i2p.client.streaming - package net.i2p.client.streaming
Implements a TCP-like (reliable, authenticated, in order) set of sockets for communicating over the IP-like (unreliable, unauthenticated, unordered) I2P messages.
net.i2p.crypto - package net.i2p.crypto
 
net.i2p.data - package net.i2p.data
 
net.i2p.data.i2cp - package net.i2p.data.i2cp
 
net.i2p.data.i2np - package net.i2p.data.i2np
 
net.i2p.i2ptunnel - package net.i2p.i2ptunnel
 
net.i2p.i2ptunnel.socks - package net.i2p.i2ptunnel.socks
 
net.i2p.i2ptunnel.web - package net.i2p.i2ptunnel.web
 
net.i2p.router - package net.i2p.router
 
net.i2p.router.admin - package net.i2p.router.admin
 
net.i2p.router.client - package net.i2p.router.client
 
net.i2p.router.message - package net.i2p.router.message
 
net.i2p.router.networkdb - package net.i2p.router.networkdb
 
net.i2p.router.networkdb.kademlia - package net.i2p.router.networkdb.kademlia
 
net.i2p.router.peermanager - package net.i2p.router.peermanager
 
net.i2p.router.startup - package net.i2p.router.startup
 
net.i2p.router.transport - package net.i2p.router.transport
 
net.i2p.router.transport.tcp - package net.i2p.router.transport.tcp
Implements the transport for communicating with other routers via TCP/IP.
net.i2p.router.transport.udp - package net.i2p.router.transport.udp
 
net.i2p.router.tunnel - package net.i2p.router.tunnel
 
net.i2p.router.tunnel.pool - package net.i2p.router.tunnel.pool
 
net.i2p.router.web - package net.i2p.router.web
 
net.i2p.stat - package net.i2p.stat
 
net.i2p.time - package net.i2p.time
 
net.i2p.util - package net.i2p.util
 
netDb() - Method in class net.i2p.router.RouterContext
Our db cache
newPeersFound(int) - Method in class net.i2p.router.networkdb.kademlia.ExploreJob
We've gotten a search reply that contained the specified number of peers that we didn't know about before.
newPeersFound(int) - Method in class net.i2p.router.networkdb.kademlia.SearchJob
We've gotten a search reply that contained the specified number of peers that we didn't know about before.
nextBoolean() - Method in class net.i2p.util.RandomSource
override as synchronized, for those JVMs that don't always pull via nextBytes (cough ibm)
nextBytes(byte[]) - Method in class net.i2p.util.RandomSource
override as synchronized, for those JVMs that don't always pull via nextBytes (cough ibm)
nextDouble() - Method in class net.i2p.util.RandomSource
override as synchronized, for those JVMs that don't always pull via nextBytes (cough ibm)
nextFloat() - Method in class net.i2p.util.RandomSource
override as synchronized, for those JVMs that don't always pull via nextBytes (cough ibm)
nextGaussian() - Method in class net.i2p.util.RandomSource
override as synchronized, for those JVMs that don't always pull via nextBytes (cough ibm)
nextInt(int) - Method in class net.i2p.util.RandomSource
According to the java docs (http://java.sun.com/j2se/1.4.1/docs/api/java/util/Random.html#nextInt(int)) nextInt(n) should return a number between 0 and n (including 0 and excluding n).
nextInt() - Method in class net.i2p.util.RandomSource
override as synchronized, for those JVMs that don't always pull via nextBytes (cough ibm)
nextLong(long) - Method in class net.i2p.util.RandomSource
Like the modified nextInt, nextLong(n) returns a random number from 0 through n, including 0, excluding n.
nextLong() - Method in class net.i2p.util.RandomSource
override as synchronized, for those JVMs that don't always pull via nextBytes (cough ibm)
noteCompletion(long) - Method in class net.i2p.router.tunnel.FragmentHandler
 
noteCompletion(long) - Method in class net.i2p.router.tunnel.RouterFragmentHandler
 
noteFailure(long) - Method in class net.i2p.router.tunnel.FragmentHandler
 
noteFailure(long) - Method in class net.i2p.router.tunnel.RouterFragmentHandler
 
noteKeySent(Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
notePreprocessing(long, int) - Method in class net.i2p.router.tunnel.BatchedRouterPreprocessor
 
notePreprocessing(long, int) - Method in class net.i2p.router.tunnel.TrivialPreprocessor
 
notePreprocessing(long, int) - Method in class net.i2p.router.tunnel.TrivialRouterPreprocessor
 
noteReception(long, int) - Method in class net.i2p.router.tunnel.FragmentHandler
 
noteReception(long, int) - Method in class net.i2p.router.tunnel.RouterFragmentHandler
 
notifyEvent(String, Object) - Method in class net.i2p.i2ptunnel.I2PTunnel
 
notifyEvent(String, Object) - Method in class net.i2p.i2ptunnel.I2PTunnelTask
 
notifyEvent(String, Object) - Method in interface net.i2p.util.EventDispatcher
Deliver an event
notifyEvent(String, Object) - Method in class net.i2p.util.EventDispatcherImpl
 
now() - Method in class net.i2p.util.Clock
Retrieve the current time synchronized with whatever reference clock is in use.

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 _