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

UDP_HEADER_SIZE - Static variable in class net.i2p.router.transport.udp.PeerState
 
UDPAddress - Class in net.i2p.router.transport.udp
basic helper to parse out peer info from a udp address
UDPAddress(RouterAddress) - Constructor for class net.i2p.router.transport.udp.UDPAddress
 
UDPEndpoint - Class in net.i2p.router.transport.udp
Coordinate the low level datagram socket, managing the UDPSender and UDPReceiver
UDPEndpoint(RouterContext, UDPTransport, int, InetAddress) - Constructor for class net.i2p.router.transport.udp.UDPEndpoint
 
UDPEndpointTest - Class in net.i2p.router.transport.udp
 
UDPEndpointTest(RouterContext) - Constructor for class net.i2p.router.transport.udp.UDPEndpointTest
 
UDPFlooder - Class in net.i2p.router.transport.udp
 
UDPFlooder(RouterContext, UDPTransport) - Constructor for class net.i2p.router.transport.udp.UDPFlooder
 
UDPPacket - Class in net.i2p.router.transport.udp
Basic delivery unit containing the datagram.
UDPPacketReader - Class in net.i2p.router.transport.udp
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 in net.i2p.router.transport.udp
parse out the data message
UDPPacketReader.DataReader() - Constructor for class net.i2p.router.transport.udp.UDPPacketReader.DataReader
 
UDPPacketReader.PeerTestReader - Class in net.i2p.router.transport.udp
Help read the PeerTest payload
UDPPacketReader.PeerTestReader() - Constructor for class net.i2p.router.transport.udp.UDPPacketReader.PeerTestReader
 
UDPPacketReader.RelayIntroReader - Class in net.i2p.router.transport.udp
Help read the RelayIntro payload
UDPPacketReader.RelayIntroReader() - Constructor for class net.i2p.router.transport.udp.UDPPacketReader.RelayIntroReader
 
UDPPacketReader.RelayRequestReader - Class in net.i2p.router.transport.udp
Help read the RelayRequest payload
UDPPacketReader.RelayRequestReader() - Constructor for class net.i2p.router.transport.udp.UDPPacketReader.RelayRequestReader
 
UDPPacketReader.RelayResponseReader - Class in net.i2p.router.transport.udp
Help read the RelayResponse payload
UDPPacketReader.RelayResponseReader() - Constructor for class net.i2p.router.transport.udp.UDPPacketReader.RelayResponseReader
 
UDPPacketReader.SessionConfirmedReader - Class in net.i2p.router.transport.udp
parse out the confirmed message
UDPPacketReader.SessionConfirmedReader() - Constructor for class net.i2p.router.transport.udp.UDPPacketReader.SessionConfirmedReader
 
UDPPacketReader.SessionCreatedReader - Class in net.i2p.router.transport.udp
Help read the SessionCreated payload
UDPPacketReader.SessionCreatedReader() - Constructor for class net.i2p.router.transport.udp.UDPPacketReader.SessionCreatedReader
 
UDPPacketReader.SessionRequestReader - Class in net.i2p.router.transport.udp
Help read the SessionRequest payload
UDPPacketReader.SessionRequestReader() - Constructor for class net.i2p.router.transport.udp.UDPPacketReader.SessionRequestReader
 
UDPReceiver - Class in net.i2p.router.transport.udp
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, UDPTransport, DatagramSocket, String) - Constructor for class net.i2p.router.transport.udp.UDPReceiver
 
UDPSender - Class in net.i2p.router.transport.udp
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 in net.i2p.router.transport.udp
 
UDPTransport(RouterContext) - Constructor for class net.i2p.router.transport.udp.UDPTransport
 
unchoke(Hash) - Method in interface net.i2p.router.transport.udp.OutboundMessageFragments.ActiveThrottle
 
unchoke(Hash) - Method in class net.i2p.router.transport.udp.TimedWeightedPriorityMessageQueue
 
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.
UnknownCPUException - Exception in freenet.support.CPUInformation
 
UnknownCPUException() - Constructor for exception freenet.support.CPUInformation.UnknownCPUException
 
UnknownCPUException(String) - Constructor for exception freenet.support.CPUInformation.UnknownCPUException
 
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)
UNMASK - Static variable in class org.xlattice.crypto.filters.KeySelector
AND with byte to expose index-many bits
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
 
unsentACKThresholdReached() - Method in class net.i2p.router.transport.udp.PeerState
 
unshitlist(Hash) - Method in class net.i2p.router.MessageHistory
We unshitlisted the peer
unshitlist() - Method in class net.i2p.router.peermanager.PeerProfile
 
unshitlistRouter(Hash) - Method in class net.i2p.router.Shitlist
 
unshitlistRouter(Hash, String) - 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(byte) - Method in class gnu.crypto.hash.BaseHashStandalone
 
update(byte[]) - Method in class gnu.crypto.hash.BaseHashStandalone
 
update(byte[], int, int) - Method in class gnu.crypto.hash.BaseHashStandalone
 
update(byte) - Method in interface gnu.crypto.hash.IMessageDigestStandalone
Continues a message digest operation using the input byte.
update(byte[]) - Method in interface gnu.crypto.hash.IMessageDigestStandalone
Continues a message digest operation, by filling the buffer, processing data in the algorithm's HASH_SIZE-bit block(s), updating the context and count, and buffering the remaining bytes in buffer for the next operation.
update(byte[], int, int) - Method in interface gnu.crypto.hash.IMessageDigestStandalone
Continues a message digest operation, by filling the buffer, processing data in the algorithm's HASH_SIZE-bit block(s), updating the context and count, and buffering the remaining bytes in buffer for the next operation.
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 class org.bouncycastle.crypto.digests.GeneralDigest
 
update(byte[], int, int) - Method in class org.bouncycastle.crypto.digests.GeneralDigest
 
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.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)
UpdateHandler - Class in net.i2p.router.web
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 in net.i2p.router.web
 
UpdateHandler.UpdateRunner() - Constructor for class net.i2p.router.web.UpdateHandler.UpdateRunner
 
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
 
updateListenPort(int) - Method in class net.i2p.router.transport.udp.UDPEndpoint
 
updateMessageDeliveryStatus(MessageId, boolean) - Method in class net.i2p.router.client.ClientConnectionRunner
 
updateRate() - Method in class net.i2p.router.tunnel.pool.TunnelPool
 
UpdateRoutingKeyModifierJob - Class in net.i2p.router
Update the routing Key modifier every day at midnight (plus on startup).
UpdateRoutingKeyModifierJob(RouterContext) - Constructor for class net.i2p.router.UpdateRoutingKeyModifierJob
 
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
 
UrlLauncher - Class in net.i2p.apps.systray
A quick and simple multi-platform URL launcher.
UrlLauncher() - Constructor for class net.i2p.apps.systray.UrlLauncher
 
USE_DOUBLE_IV_ENCRYPTION - Static variable in class net.i2p.router.tunnel.HopProcessor
as of i2p 0.6, the tunnel crypto will change by encrypting the IV both before and after using it at each hop so as to prevent a certain type of replay/confirmation attack.
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
 

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 _