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

name - Variable in class gnu.crypto.hash.BaseHashStandalone
The canonical name prefix of the hash.
name() - Method in class gnu.crypto.hash.BaseHashStandalone
 
name() - Method in interface gnu.crypto.hash.IMessageDigestStandalone
Returns the canonical name of this algorithm.
name - Variable in class gnu.crypto.prng.BasePRNGStandalone
The canonical name prefix of the PRNG algorithm.
name() - Method in class gnu.crypto.prng.BasePRNGStandalone
 
name() - Method in interface gnu.crypto.prng.IRandomStandalone
Returns the canonical name of this instance.
NAME - Static variable in class i2p.susi.webmail.encoding.HeaderLine
 
name - Variable in class i2p.susi.webmail.MailPart
 
NAME - Static variable in class org.cybergarage.http.HTTPServer
 
NAME - Static variable in class org.cybergarage.upnp.UPnP
 
name - Variable in class org.freenetproject.ForwardPort
Name of the interface e.g.
NamedDB - Class in net.i2p.BOB
Internal database to relate nicknames to options to values
NamedDB() - Constructor for class net.i2p.BOB.NamedDB
make initial NULL object
NAMING_REPLY_INVALID_KEY - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
 
NAMING_REPLY_KEY_NOT_FOUND - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
 
NAMING_REPLY_OK - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
 
namingReplyReceived(String, String, String, String) - Method in class net.i2p.sam.client.SAMClientEventListenerImpl
 
namingReplyReceived(String, String, String, String) - Method in class net.i2p.sam.client.SAMEventHandler
 
namingReplyReceived(String, String, String, String) - Method in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
 
NamingService - Class in net.i2p.client.naming
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.
namingService() - Method in class net.i2p.I2PAppContext
Pull up the naming service used in this context.
NativeBigInteger - Class in net.i2p.util
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.
nativeDoubleValue(byte[]) - Static method in class net.i2p.util.NativeBigInteger
Deprecated. unused
nativeModPow(byte[], byte[], byte[]) - Static method in class net.i2p.util.NativeBigInteger
calculate (base ^ exponent) % modulus.
natType - Variable in class org.freenetproject.DetectedIP
 
NavHelper - Class in net.i2p.router.web
 
NavHelper() - Constructor for class net.i2p.router.web.NavHelper
 
ndx - Variable in class gnu.crypto.prng.BasePRNGStandalone
The index into buffer of where the next byte will come from.
needed() - Method in class org.klomp.snark.Storage
How many pieces are still missing from this storage.
needFallback() - Method in class net.i2p.router.tunnel.pool.TunnelPool
Do we really need more fallbacks? Used to prevent a zillion of them
needPeers() - Method in class org.klomp.snark.PeerCoordinator
 
needsSending(int) - Method in class net.i2p.router.transport.udp.OutboundMessageState
 
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
Core I2P package, contains information about the I2P version and an entry point to access important elements.
net.i2p.addressbook - package net.i2p.addressbook
 
net.i2p.apps.systray - package net.i2p.apps.systray
 
net.i2p.BOB - package net.i2p.BOB
BOB, the Basic Open Bridge, allows TCP applications to talk over I2P.
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
These classes provide a number of low-level cryptographic routines.
net.i2p.data - package net.i2p.data
These classes define the common data structures used by the various I2P protocols.
net.i2p.data.i2cp - package net.i2p.data.i2cp
The Invisible Internet Client Protocol (I2CP) allows applications simplified access to the I2P network without requiring them to deal with the issues involved with the Invisible Internet Network Protocol (I2NP).
net.i2p.data.i2np - package net.i2p.data.i2np
The Invisible Internet Network Protocol (I2NP) is only a part of how an application can send messages over the network.
net.i2p.i2ptunnel - package net.i2p.i2ptunnel
 
net.i2p.i2ptunnel.socks - package net.i2p.i2ptunnel.socks
 
net.i2p.i2ptunnel.streamr - package net.i2p.i2ptunnel.streamr
 
net.i2p.i2ptunnel.udp - package net.i2p.i2ptunnel.udp
 
net.i2p.i2ptunnel.udpTunnel - package net.i2p.i2ptunnel.udpTunnel
 
net.i2p.i2ptunnel.web - package net.i2p.i2ptunnel.web
 
net.i2p.router - package net.i2p.router
The I2P router application handles the I2P network communication.
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.networkdb.reseed - package net.i2p.router.networkdb.reseed
 
net.i2p.router.peermanager - package net.i2p.router.peermanager
The peer manager logs information about the history and quality of network peers.
net.i2p.router.startup - package net.i2p.router.startup
The I2P startup package loads the configuration when I2P is started.
net.i2p.router.transport - package net.i2p.router.transport
The transport system allows the usage of communication layers that are below I2P in the stack, on which I2P messages are sent.
net.i2p.router.transport.ntcp - package net.i2p.router.transport.ntcp
The NTCP transport allows passing I2P messages on top of TCP.
net.i2p.router.transport.udp - package net.i2p.router.transport.udp
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of 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.sam - package net.i2p.sam
 
net.i2p.sam.client - package net.i2p.sam.client
 
net.i2p.stat - package net.i2p.stat
These classes define the statistics package used extensively throughout the I2P router - both for adaptive operation of the router and for debugging.
net.i2p.time - package net.i2p.time
Provides classes for time synchronisation using NTP.
net.i2p.util - package net.i2p.util
These classes define the several useful utilities used throughout the router and applications.
netDb() - Method in class net.i2p.router.RouterContext
Our db cache
NetDbHelper - Class in net.i2p.router.web
 
NetDbHelper() - Constructor for class net.i2p.router.web.NetDbHelper
 
NetDbRenderer - Class in net.i2p.router.web
 
NetDbRenderer(RouterContext) - Constructor for class net.i2p.router.web.NetDbRenderer
 
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
NetworkDatabaseFacade - Class in net.i2p.router
Defines the mechanism for interacting with I2P's network database
NetworkDatabaseFacade() - Constructor for class net.i2p.router.NetworkDatabaseFacade
 
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.
newSAMDatagramSession(String) - Method in class net.i2p.sam.SAMv3Handler
 
newSAMRawSession(String) - Method in class net.i2p.sam.SAMv3Handler
 
newSAMStreamSession(String, String, Properties) - Method in class net.i2p.sam.SAMv1Handler
 
newSAMStreamSession(String, String, Properties) - Method in class net.i2p.sam.SAMv2Handler
 
newSAMStreamSession(String) - Method in class net.i2p.sam.SAMv3Handler
 
newSAMStreamSessionSocketReader(I2PSocket, int) - Method in class net.i2p.sam.SAMStreamSession
 
newSAMStreamSessionSocketReader(I2PSocket, int) - Method in class net.i2p.sam.SAMv2StreamSession
 
NewsFetcher - Class in net.i2p.router.web
Task to periodically look for updates to the news.xml, and to keep track of whether that has an announcement for a new version.
newStreamSender(I2PSocket, int) - Method in class net.i2p.sam.SAMStreamSession
 
newStreamSender(I2PSocket, int) - Method in class net.i2p.sam.SAMv2StreamSession
Lets us push data through the stream without blocking, (even after exceeding the I2PSocket's buffer)
newVersion() - Method in class net.i2p.crypto.TrustedUpdate
version in the .sud file, valid only after calling migrateVerified()
next() - Method in class net.i2p.addressbook.SubscriptionIterator
 
nextBits(int) - Method in class net.i2p.util.FortunaRandomSource
Pull the next numBits of random data off the fortuna instance (returning -2^numBits-1 through 2^numBits-1
nextBoolean() - Method in class net.i2p.util.BufferedRandomSource
Deprecated. override as synchronized, for those JVMs that don't always pull via nextBytes (cough ibm)
nextBoolean() - Method in class net.i2p.util.FortunaRandomSource
 
nextBoolean() - Method in class net.i2p.util.PooledRandomSource
Deprecated. override as synchronized, for those JVMs that don't always pull via nextBytes (cough ibm)
nextBoolean() - Method in class net.i2p.util.RandomSource
override as synchronized, for those JVMs that don't always pull via nextBytes (cough ibm)
nextByte() - Method in class gnu.crypto.prng.BasePRNGStandalone
 
nextByte() - Method in class gnu.crypto.prng.FortunaStandalone.Generator
 
nextByte() - Method in interface gnu.crypto.prng.IRandomStandalone
Returns the next 8 bits of random data generated from this instance.
nextBytes(byte[]) - Method in class gnu.crypto.prng.BasePRNGStandalone
 
nextBytes(byte[], int, int) - Method in class gnu.crypto.prng.BasePRNGStandalone
 
nextBytes(byte[], int, int) - Method in class gnu.crypto.prng.FortunaStandalone.Generator
 
nextBytes(byte[], int, int) - Method in interface gnu.crypto.prng.IRandomStandalone
Fills the designated byte array, starting from byte at index offset, for a maximum of length bytes with the output of this generator instance.
nextBytes(byte[]) - Method in class net.i2p.util.BufferedRandomSource
Deprecated.  
nextBytes(byte[]) - Method in class net.i2p.util.FortunaRandomSource
 
nextBytes(byte[]) - Method in class net.i2p.util.PooledRandomSource
Deprecated. 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.BufferedRandomSource
Deprecated. defined per javadoc ( ((nextBits(26)<<27) + nextBits(27)) / (1 << 53))
nextDouble() - Method in class net.i2p.util.FortunaRandomSource
Implementation from sun's java.util.Random javadocs
nextDouble() - Method in class net.i2p.util.PooledRandomSource
Deprecated. 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.BufferedRandomSource
Deprecated. defined per javadoc (nextBits(24) / ((float)(1 << 24)) )
nextFloat() - Method in class net.i2p.util.FortunaRandomSource
Implementation from sun's java.util.Random javadocs
nextFloat() - Method in class net.i2p.util.PooledRandomSource
Deprecated. 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.BufferedRandomSource
Deprecated.  
nextGaussian() - Method in class net.i2p.util.FortunaRandomSource
Implementation from sun's java.util.Random javadocs
nextGaussian() - Method in class net.i2p.util.PooledRandomSource
Deprecated. 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.BufferedRandomSource
Deprecated.  
nextInt() - Method in class net.i2p.util.BufferedRandomSource
Deprecated.  
nextInt(int) - Method in class net.i2p.util.FortunaRandomSource
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.FortunaRandomSource
 
nextInt(int) - Method in class net.i2p.util.PooledRandomSource
Deprecated. 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.PooledRandomSource
Deprecated. 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.BufferedRandomSource
Deprecated. 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.BufferedRandomSource
Deprecated.  
nextLong(long) - Method in class net.i2p.util.FortunaRandomSource
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.FortunaRandomSource
 
nextLong(long) - Method in class net.i2p.util.PooledRandomSource
Deprecated. 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.PooledRandomSource
Deprecated. 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)
nextPage() - Method in class i2p.susi.util.Folder
Turns folder to next page.
ngettext(ResourceBundle, String, String, long) - Static method in class gnu.gettext.GettextResource
Returns the plural form for n of the translation of msgid.
nick - Variable in class net.i2p.sam.SAMv3DatagramSession
 
nick - Variable in class net.i2p.sam.SAMv3RawSession
 
nick - Variable in class net.i2p.sam.SAMv3StreamSession
 
NO_CACHE - Static variable in class org.cybergarage.http.HTTP
 
NO_COMPRESSION - Static variable in class net.i2p.data.DataHelper
 
NO_UDP - Static variable in class org.freenetproject.DetectedIP
No UDP connectivity at all
Node - Class in org.cybergarage.xml
 
Node() - Constructor for class org.cybergarage.xml.Node
 
Node(String) - Constructor for class org.cybergarage.xml.Node
 
Node(String, String) - Constructor for class org.cybergarage.xml.Node
 
NodeData - Class in org.cybergarage.upnp.xml
 
NodeData() - Constructor for class org.cybergarage.upnp.xml.NodeData
 
NodeList - Class in org.cybergarage.xml
 
NodeList() - Constructor for class org.cybergarage.xml.NodeList
 
nolimit - Variable in class net.i2p.sam.SAMv2StreamSession.SAMv2StreamSessionSocketReader
 
NOROOT_EXCEPTION - Static variable in class org.cybergarage.upnp.device.Description
 
NOROOTDEVICE_EXCEPTION - Static variable in class org.cybergarage.upnp.device.Description
 
NOT_FOUND - Static variable in class org.cybergarage.http.HTTPStatus
 
NOT_RUNNING - Static variable in class net.i2p.i2ptunnel.web.IndexBean
 
NOT_SUPPORTED - Static variable in class org.freenetproject.DetectedIP
The plugin does not support detecting the NAT type.
noteCompletion(long) - Method in class net.i2p.router.tunnel.FragmentHandler
 
noteCompletion(long) - Method in class net.i2p.router.tunnel.RouterFragmentHandler
 
noteFailure(long, String) - Method in class net.i2p.router.tunnel.FragmentHandler
 
noteFailure(long, String) - Method in class net.i2p.router.tunnel.RouterFragmentHandler
 
notePreprocessing(long, int, int, List<Long>, String) - Method in class net.i2p.router.tunnel.BatchedRouterPreprocessor
 
notePreprocessing(long, int, int, List<Long>, String) - Method in class net.i2p.router.tunnel.TrivialPreprocessor
 
notePreprocessing(long, int, int, List<Long>) - Method in class net.i2p.router.tunnel.TrivialRouterPreprocessor
Deprecated.  
noteReception(long, int, Object) - Method in class net.i2p.router.tunnel.FragmentHandler
 
noteReception(long, int, Object) - Method in class net.i2p.router.tunnel.RouterFragmentHandler
 
NOTICE - Static variable in class org.klomp.snark.Snark
 
NOTIFY - Static variable in class org.cybergarage.http.HTTP
 
notify(StateVariable) - Method in class org.cybergarage.upnp.Service
 
notifyActivity() - Method in class net.i2p.client.streaming.MessageInputStream
 
notifyAllStateVariables() - Method in class org.cybergarage.upnp.Service
 
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
 
NotifyListener - Interface in org.cybergarage.upnp.device
 
notifyReceived(SSDPPacket) - Method in class org.cybergarage.upnp.ControlPoint
 
notifyReplaceAddress(RouterAddress) - Method in class net.i2p.router.CommSystemFacade
Tell other transports our address changed
notifyReplaceAddress(RouterAddress) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
UDP changed addresses, tell NTCP and restart This should really be moved to ntcp/NTCPTransport.java, why is it here?
NotifyRequest - Class in org.cybergarage.upnp.event
 
NotifyRequest() - Constructor for class org.cybergarage.upnp.event.NotifyRequest
 
NotifyRequest(HTTPRequest) - Constructor for class org.cybergarage.upnp.event.NotifyRequest
 
notifyStreamDisconnection(int, String, String) - Method in interface net.i2p.sam.SAMStreamReceiver
Notify that a connection has been closed FIXME: this interface should be cleaner
notifyStreamDisconnection(int, String, String) - Method in class net.i2p.sam.SAMv1Handler
 
notifyStreamIncomingConnection(int, Destination) - Method in interface net.i2p.sam.SAMStreamReceiver
Notify about a new incoming connection
notifyStreamIncomingConnection(int, Destination) - Method in class net.i2p.sam.SAMv1Handler
 
notifyStreamIncomingConnection(Destination) - Method in class net.i2p.sam.SAMv3Handler
 
notifyStreamIncomingConnection(SocketChannel, Destination) - Static method in class net.i2p.sam.SAMv3Handler
 
notifyStreamOutgoingConnection(int, String, String) - Method in interface net.i2p.sam.SAMStreamReceiver
Notify about a new outgoing connection
notifyStreamOutgoingConnection(int, String, String) - Method in class net.i2p.sam.SAMv1Handler
 
notifyStreamResult(boolean, String, String) - Method in class net.i2p.sam.SAMv3Handler
 
notifyStreamSendBufferFree(int) - Method in interface net.i2p.sam.SAMStreamReceiver
Notifies that the outwards buffer is free for writing
notifyStreamSendBufferFree(int) - Method in class net.i2p.sam.SAMv1Handler
 
notifyWait() - Static method in class org.cybergarage.upnp.Device
 
now() - Method in class net.i2p.router.RouterClock
Retrieve the current time synchronized with whatever reference clock is in use.
now() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
 
now() - Method in class net.i2p.router.web.SummaryListener
 
now() - Method in class net.i2p.util.Clock
Retrieve the current time synchronized with whatever reference clock is in use.
npgettext(ResourceBundle, String, String, String, long) - Static method in class gnu.gettext.GettextResource
Returns the plural form for n of the translation of msgid in the context of msgctxt.
NS - Static variable in class org.cybergarage.upnp.control.Control
 
NT - Static variable in class org.cybergarage.http.HTTP
 
NT - Class in org.cybergarage.upnp.device
 
NT() - Constructor for class org.cybergarage.upnp.device.NT
 
NTCPAddress - Class in net.i2p.router.transport.ntcp
Wrap up an address
NTCPAddress(String, int) - Constructor for class net.i2p.router.transport.ntcp.NTCPAddress
 
NTCPAddress() - Constructor for class net.i2p.router.transport.ntcp.NTCPAddress
 
NTCPAddress(RouterAddress) - Constructor for class net.i2p.router.transport.ntcp.NTCPAddress
 
NTCPConnection - Class in net.i2p.router.transport.ntcp
Coordinate the connection to a single peer.
NTCPConnection(RouterContext, NTCPTransport, SocketChannel, SelectionKey) - Constructor for class net.i2p.router.transport.ntcp.NTCPConnection
Create an inbound connected (though not established) NTCP connection
NTCPConnection(RouterContext, NTCPTransport, RouterIdentity, NTCPAddress) - Constructor for class net.i2p.router.transport.ntcp.NTCPConnection
Create an outbound unconnected NTCP connection
NTCPSendFinisher - Class in net.i2p.router.transport.ntcp
Previously, NTCP was using SimpleTimer with a delay of 0, which was a real abuse.
NTCPSendFinisher(I2PAppContext, NTCPTransport) - Constructor for class net.i2p.router.transport.ntcp.NTCPSendFinisher
 
NTCPTransport - Class in net.i2p.router.transport.ntcp
 
NTCPTransport(RouterContext) - Constructor for class net.i2p.router.transport.ntcp.NTCPTransport
 
NtpClient - Class in net.i2p.time
NtpClient - an NTP client for Java.
NtpClient() - Constructor for class net.i2p.time.NtpClient
 
NtpMessage - Class in net.i2p.time
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.
NTS - Static variable in class org.cybergarage.http.HTTP
 
NTS - Class in org.cybergarage.upnp.device
 
NTS() - Constructor for class org.cybergarage.upnp.device.NTS
 
NUM_BUCKETS - Static variable in class net.i2p.router.networkdb.kademlia.KBucketSet
 
NUM_POOLS - Static variable in class gnu.crypto.prng.FortunaStandalone
 

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 _