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 _

U

UDPAddress - class net.i2p.router.transport.udp.UDPAddress.
basic helper to parse out peer info from a udp address
UDPAddress(RouterAddress) - Constructor for class net.i2p.router.transport.udp.UDPAddress
 
UDPEndpoint - class net.i2p.router.transport.udp.UDPEndpoint.
Coordinate the low level datagram socket, managing the UDPSender and UDPReceiver
UDPEndpoint(RouterContext, int) - Constructor for class net.i2p.router.transport.udp.UDPEndpoint
 
UDPEndpointTest - class net.i2p.router.transport.udp.UDPEndpointTest.
 
UDPEndpointTest(RouterContext) - Constructor for class net.i2p.router.transport.udp.UDPEndpointTest
 
UDPFlooder - class net.i2p.router.transport.udp.UDPFlooder.
 
UDPFlooder(RouterContext, UDPTransport) - Constructor for class net.i2p.router.transport.udp.UDPFlooder
 
UDPPacket - class net.i2p.router.transport.udp.UDPPacket.
Basic delivery unit containing the datagram.
UDPPacketReader - class net.i2p.router.transport.udp.UDPPacketReader.
To read a packet, initialize this reader with the data and fetch out the appropriate fields.
UDPPacketReader(I2PAppContext) - Constructor for class net.i2p.router.transport.udp.UDPPacketReader
 
UDPPacketReader.DataReader - class net.i2p.router.transport.udp.UDPPacketReader.DataReader.
parse out the data message
UDPPacketReader.DataReader() - Constructor for class net.i2p.router.transport.udp.UDPPacketReader.DataReader
 
UDPPacketReader.SessionConfirmedReader - class net.i2p.router.transport.udp.UDPPacketReader.SessionConfirmedReader.
parse out the confirmed message
UDPPacketReader.SessionConfirmedReader() - Constructor for class net.i2p.router.transport.udp.UDPPacketReader.SessionConfirmedReader
 
UDPPacketReader.SessionCreatedReader - class net.i2p.router.transport.udp.UDPPacketReader.SessionCreatedReader.
Help read the SessionCreated payload
UDPPacketReader.SessionCreatedReader() - Constructor for class net.i2p.router.transport.udp.UDPPacketReader.SessionCreatedReader
 
UDPPacketReader.SessionRequestReader - class net.i2p.router.transport.udp.UDPPacketReader.SessionRequestReader.
Help read the SessionRequest payload
UDPPacketReader.SessionRequestReader() - Constructor for class net.i2p.router.transport.udp.UDPPacketReader.SessionRequestReader
 
UDPReceiver - class net.i2p.router.transport.udp.UDPReceiver.
Lowest level component to pull raw UDP datagrams off the wire as fast as possible, controlled by both the bandwidth limiter and the router's throttle.
UDPReceiver(RouterContext, DatagramSocket, String) - Constructor for class net.i2p.router.transport.udp.UDPReceiver
 
UDPSender - class net.i2p.router.transport.udp.UDPSender.
Lowest level packet sender, pushes anything on its queue ASAP.
UDPSender(RouterContext, DatagramSocket, String) - Constructor for class net.i2p.router.transport.udp.UDPSender
 
UDPTransport - class net.i2p.router.transport.udp.UDPTransport.
 
UDPTransport(RouterContext) - Constructor for class net.i2p.router.transport.udp.UDPTransport
 
UNMASK - Static variable in class org.xlattice.crypto.filters.KeySelector
AND with byte to expose index-many bits
USE_ENCRYPTION - Static variable in class net.i2p.router.tunnel.HopProcessor
helpful flag for debugging
USE_ENCRYPTION - Static variable in class net.i2p.router.tunnel.InboundEndpointProcessor
 
USE_ENCRYPTION - Static variable in class net.i2p.router.tunnel.InboundSender
 
USE_ENCRYPTION - Static variable in class net.i2p.router.tunnel.OutboundGatewayProcessor
 
USE_ENCRYPTION - Static variable in class net.i2p.router.tunnel.OutboundSender
 
UnknownCPUException - exception freenet.support.CPUInformation.UnknownCPUException.
 
UnknownCPUException() - Constructor for class freenet.support.CPUInformation.UnknownCPUException
 
UnknownCPUException(String) - Constructor for class freenet.support.CPUInformation.UnknownCPUException
 
UnsignedIntegerTest - class net.i2p.data.UnsignedIntegerTest.
Test harness for the numerical structure (in java, an UnsignedInteger)
UnsignedIntegerTest() - Constructor for class net.i2p.data.UnsignedIntegerTest
 
UpdateHandler - class net.i2p.router.web.UpdateHandler.
Handles the request to update the router by firing off an EepGet call to download the latest signed update file and displaying the status to anyone who asks.
UpdateHandler() - Constructor for class net.i2p.router.web.UpdateHandler
 
UpdateHandler(RouterContext) - Constructor for class net.i2p.router.web.UpdateHandler
 
UpdateHandler.UpdateRunner - class net.i2p.router.web.UpdateHandler.UpdateRunner.
 
UpdateHandler.UpdateRunner() - Constructor for class net.i2p.router.web.UpdateHandler.UpdateRunner
 
UrlLauncher - class net.i2p.apps.systray.UrlLauncher.
A quick and simple multi-platform URL launcher.
UrlLauncher() - Constructor for class net.i2p.apps.systray.UrlLauncher
 
unIgnoreEvents() - Method in class net.i2p.i2ptunnel.I2PTunnel
 
unIgnoreEvents() - Method in class net.i2p.i2ptunnel.I2PTunnelTask
 
unIgnoreEvents() - Method in interface net.i2p.util.EventDispatcher
Almost like the method above :-)
unIgnoreEvents() - Method in class net.i2p.util.EventDispatcherImpl
 
uninstallService() - Method in class net.i2p.router.web.ServiceManager
Invokes the service wrapper uninstallation script via a shell process.
unknownCommand(String, OutputStream) - Method in class net.i2p.i2ptunnel.TunnelManager
Deprecated. Frisbee.
unloadControllers() - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Stop and remove reference to all known tunnels (but dont delete any config file or do other silly things)
unpromptedStoreReceived(boolean) - Method in class net.i2p.router.peermanager.DBHistory
Note that the peer sent us a data point without us asking for it
unpublish(LeaseSet) - Method in class net.i2p.router.DummyNetworkDatabaseFacade
 
unpublish(LeaseSet) - Method in class net.i2p.router.NetworkDatabaseFacade
 
unpublish(LeaseSet) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
unregisterApp(String) - Static method in class net.i2p.router.web.NavHelper
 
unregisterConnection(ClientConnectionRunner) - Method in class net.i2p.router.client.ClientManager
 
unregisterHandlerJobBuilder(int) - Method in class net.i2p.router.InNetMessagePool
 
unregisterKeys(Destination) - Method in class net.i2p.router.KeyManager
 
unregisterPending(OutNetMessage) - Method in class net.i2p.router.transport.OutboundMessageRegistry
 
unshitlist() - Method in class net.i2p.router.peermanager.PeerProfile
 
unshitlistRouter(Hash) - Method in class net.i2p.router.Shitlist
 
unsignedByteToShort(byte) - Static method in class net.i2p.time.NtpMessage
Converts an unsigned byte to a short.
update() - Method in class net.i2p.router.web.UpdateHandler
 
update(byte) - Method in interface org.bouncycastle.crypto.Digest
update the message digest with a single byte.
update(byte[], int, int) - Method in interface org.bouncycastle.crypto.Digest
update the message digest with a block of bytes.
update(byte) - Method in interface org.bouncycastle.crypto.Mac
add a single byte to the mac for processing.
update(byte[], int, int) - Method in interface org.bouncycastle.crypto.Mac
 
update(byte) - Method in class org.bouncycastle.crypto.digests.GeneralDigest
 
update(byte[], int, int) - Method in class org.bouncycastle.crypto.digests.GeneralDigest
 
update(byte) - Method in class org.bouncycastle.crypto.macs.HMac
 
update(byte[], int, int) - Method in class org.bouncycastle.crypto.macs.HMac
 
updateAcks(PacketLocal) - Method in class net.i2p.client.streaming.MessageInputStream
 
updateAvailable() - Method in class net.i2p.router.web.ConfigUpdateHelper
 
updateAvailable() - Method in class net.i2p.router.web.NewsFetcher
 
updateAvailable() - Method in class net.i2p.router.web.SummaryHelper
 
updateExploreSchedule() - Method in class net.i2p.router.networkdb.kademlia.StartExplorersJob
the exploration has found some new peers - update the schedule so that we'll explore appropriately.
updateFrequency(String) - Method in class net.i2p.stat.StatManager
update the given frequency statistic, taking note that an event occurred (and recalculating all frequencies)
updateListenPort(int) - Method in class net.i2p.router.transport.udp.UDPEndpoint
 
updateListeningPort(DatagramSocket, int) - Method in class net.i2p.router.transport.udp.UDPReceiver
Replace the old listen port with the new one, returning the old.
updateListeningPort(DatagramSocket, int) - Method in class net.i2p.router.transport.udp.UDPSender
 
updateMessageDeliveryStatus(MessageId, boolean) - Method in class net.i2p.router.client.ClientConnectionRunner
 
updateRTT(int) - Method in class net.i2p.client.streaming.ConnectionOptions
 
updateStats(Job, long, long, long) - Method in class net.i2p.router.JobQueue
calculate and update the job timings if it was lagged too much or took too long to run, spit out a warning (and if its really excessive, kill the router)
updateTunnelTestTimeAverage(long) - Method in class net.i2p.router.peermanager.PeerProfile
 

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 _