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 Z _ 

U

UDP_ASSOCIATE - クラス のstatic変数net.i2p.socks.SOCKS5Constants.Command
 
UDP_HEADER_SIZE - クラス のstatic変数net.i2p.router.transport.udp.PacketBuilder
Same for IPv4 and IPv6
UDPAddress - net.i2p.router.transport.udpのクラス
basic helper to parse out peer info from a udp address
UDPAddress(RouterAddress) - クラス のコンストラクタnet.i2p.router.transport.udp.UDPAddress
 
UDPEndpoint - net.i2p.router.transport.udpのクラス
Coordinate the low-level datagram socket, creating and managing the UDPSender and UDPReceiver.
UDPEndpoint(RouterContext, UDPTransport, int, InetAddress) - クラス のコンストラクタnet.i2p.router.transport.udp.UDPEndpoint
 
UDPIOthread - net.i2p.BOBのクラス
推奨されていません。
incomplete, unused
UDPIOthread(NamedDB, Log, Socket, I2PSession) - クラス のコンストラクタnet.i2p.BOB.UDPIOthread
推奨されていません。
Constructor
UDPPacket - net.i2p.router.transport.udpのクラス
Basic delivery unit containing the datagram.
UDPPacketReader - net.i2p.router.transport.udpのクラス
To read a packet, initialize this reader with the data and fetch out the appropriate fields.
UDPPacketReader(I2PAppContext) - クラス のコンストラクタnet.i2p.router.transport.udp.UDPPacketReader
 
UDPPacketReader.DataReader - net.i2p.router.transport.udpのクラス
parse out the data message
UDPPacketReader.PeerTestReader - net.i2p.router.transport.udpのクラス
Help read the PeerTest payload
UDPPacketReader.Reader - net.i2p.router.transport.udpのクラス
Base
UDPPacketReader.RelayIntroReader - net.i2p.router.transport.udpのクラス
Help read the RelayIntro payload
UDPPacketReader.RelayRequestReader - net.i2p.router.transport.udpのクラス
Help read the RelayRequest payload
UDPPacketReader.RelayResponseReader - net.i2p.router.transport.udpのクラス
Help read the RelayResponse payload
UDPPacketReader.SessionConfirmedReader - net.i2p.router.transport.udpのクラス
parse out the confirmed message
UDPPacketReader.SessionCreatedReader - net.i2p.router.transport.udpのクラス
Help read the SessionCreated payload
UDPPacketReader.SessionRequestReader - net.i2p.router.transport.udpのクラス
Help read the SessionRequest payload
UDPReceiver - 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, SocketListener) - クラス のコンストラクタnet.i2p.router.transport.udp.UDPReceiver
 
UDPSender - net.i2p.router.transport.udpのクラス
Lowest level packet sender, pushes anything on its queue ASAP.
UDPSender(RouterContext, DatagramSocket, String, SocketListener) - クラス のコンストラクタnet.i2p.router.transport.udp.UDPSender
 
UDPSink - net.i2p.i2ptunnel.udpのクラス
 
UDPSink(InetAddress, int) - クラス のコンストラクタnet.i2p.i2ptunnel.udp.UDPSink
 
UDPSorters - net.i2p.router.web.helpersのクラス
Comparators for various columns
UDPSorters() - クラス のコンストラクタnet.i2p.router.web.helpers.UDPSorters
 
UDPSorters.AlphaComparator - net.i2p.router.web.helpersのクラス
 
UDPSorters.CwndComparator - net.i2p.router.web.helpersのクラス
 
UDPSorters.DupComparator - net.i2p.router.web.helpersのクラス
 
UDPSorters.IdleInComparator - net.i2p.router.web.helpersのクラス
 
UDPSorters.IdleOutComparator - net.i2p.router.web.helpersのクラス
 
UDPSorters.MTUComparator - net.i2p.router.web.helpersのクラス
 
UDPSorters.PeerComparator - net.i2p.router.web.helpersのクラス
 
UDPSorters.RateInComparator - net.i2p.router.web.helpersのクラス
 
UDPSorters.RateOutComparator - net.i2p.router.web.helpersのクラス
 
UDPSorters.RecvCountComparator - net.i2p.router.web.helpersのクラス
 
UDPSorters.ResendComparator - net.i2p.router.web.helpersのクラス
 
UDPSorters.RTOComparator - net.i2p.router.web.helpersのクラス
 
UDPSorters.RTTComparator - net.i2p.router.web.helpersのクラス
 
UDPSorters.SendCountComparator - net.i2p.router.web.helpersのクラス
 
UDPSorters.SkewComparator - net.i2p.router.web.helpersのクラス
 
UDPSorters.SsthreshComparator - net.i2p.router.web.helpersのクラス
 
UDPSorters.UptimeComparator - net.i2p.router.web.helpersのクラス
 
UDPSource - net.i2p.i2ptunnel.udpのクラス
 
UDPSource(int) - クラス のコンストラクタnet.i2p.i2ptunnel.udp.UDPSource
 
UDPSource(DatagramSocket) - クラス のコンストラクタnet.i2p.i2ptunnel.udp.UDPSource
use socket from UDPSink
UDPTransport - net.i2p.router.transport.udpのクラス
The SSU transport
UDPTransport(RouterContext, DHSessionKeyBuilder.Factory) - クラス のコンストラクタnet.i2p.router.transport.udp.UDPTransport
 
uidl - クラス の変数i2p.susi.webmail.Mail
 
uidl - クラス の変数i2p.susi.webmail.MailPart
the UIDL of the mail, same for all parts
UIMessages - net.i2p.utilのクラス
A queue of messages, where each has an ID number.
UIMessages(int) - クラス のコンストラクタnet.i2p.util.UIMessages
 
UIMessages.Message - net.i2p.utilのクラス
 
unannounce(byte[]) - インタフェース のメソッドorg.klomp.snark.dht.DHT
Remove reference to ourselves in the local tracker.
unannounce(byte[]) - クラス のメソッドorg.klomp.snark.dht.KRPC
Remove reference to ourselves in the local tracker.
unannounce(InfoHash, Hash) - クラス のメソッドorg.klomp.snark.dht.DHTTracker
 
unbanlist(Hash) - クラス のメソッドnet.i2p.router.MessageHistory
We unbanlisted the peer
unbanlistRouter(Hash) - クラス のメソッドnet.i2p.router.Banlist
 
unbanlistRouter(Hash, String) - クラス のメソッドnet.i2p.router.Banlist
 
unchoke(Hash) - クラス のメソッドnet.i2p.router.transport.udp.DummyThrottle
 
unchoke(Hash) - インタフェース のメソッドnet.i2p.router.transport.udp.OutboundMessageFragments.ActiveThrottle
 
unchoke(Hash) - クラス のメソッドnet.i2p.router.transport.udp.TimedWeightedPriorityMessageQueue
 
UNCHOKE - クラス のstatic変数org.klomp.snark.Message
 
unchokePeer() - クラス のメソッドorg.klomp.snark.PeerCoordinator
(Optimistically) unchoke.
UNDEFINED - net.i2p.client.SendMessageOptions.Reliability
 
unencrypted - クラス の変数net.i2p.router.transport.ntcp.NTCPConnection.PrepBuffer
 
unencryptedLength - クラス の変数net.i2p.router.transport.ntcp.NTCPConnection.PrepBuffer
 
unescapeXMLChars(String) - クラス のstaticメソッドorg.cybergarage.xml.XML
 
UnicodeBigUnmarked - com.google.zxing.common.CharacterSetECI
 
unIgnoreEvents() - クラス のメソッドnet.i2p.i2ptunnel.irc.EventReceiver
 
unIgnoreEvents() - インタフェース のメソッドnet.i2p.util.EventDispatcher
Almost like the method above :-)
unIgnoreEvents() - クラス のメソッドnet.i2p.util.EventDispatcherImpl
 
UNINITIALIZED - net.i2p.app.ClientAppState
initial value
uninstallargs - クラス の変数net.i2p.router.startup.ClientAppConfig
 
UNINTERESTED - クラス のstatic変数org.klomp.snark.Message
 
unit - クラス の変数org.jrobin.graph.ImageParameters
 
unit - クラス の変数org.jrobin.graph.RrdGraphDef
 
unit - クラス の変数org.jrobin.graph.ValueScaler.Scaled
 
UNIT_MARKER - クラス のstatic変数org.jrobin.graph.PrintText
 
UNIT_PATTERN - クラス のstatic変数org.jrobin.graph.PrintText
 
UNIT_SYMBOLS - クラス のstatic変数org.jrobin.graph.ValueScaler
 
UNIT_UNKNOWN - クラス のstatic変数org.jrobin.graph.ValueScaler
 
unitsexponent - クラス の変数org.jrobin.graph.ImageParameters
 
unitsExponent - クラス の変数org.jrobin.graph.RrdGraphDef
 
unitslength - クラス の変数org.jrobin.graph.ImageParameters
 
unitsLength - クラス の変数org.jrobin.graph.RrdGraphDef
 
UNKNOWN - net.i2p.router.CommSystemFacade.Status
 
UNKNOWN - net.i2p.util.EepGet.AUTH_MODE
 
UNKNOWN_SESSION_ID - クラス のstatic変数net.i2p.router.client.ClientManager
65535
UnknownCPUException - freenet.support.CPUInformationの例外
 
UnknownCPUException() - 例外 のコンストラクタfreenet.support.CPUInformation.UnknownCPUException
 
UnknownCPUException(String) - 例外 のコンストラクタfreenet.support.CPUInformation.UnknownCPUException
 
unknownDatapoints - クラス の変数org.jrobin.core.jrrd.CDPStatusBlock
 
UnknownI2NPMessage - net.i2p.data.i2npのクラス
This is similar to DataMessage or GarlicMessage but with a variable message type.
UnknownI2NPMessage(I2PAppContext, int) - クラス のコンストラクタnet.i2p.data.i2np.UnknownI2NPMessage
 
unknownMessage(int, byte[]) - クラス のメソッドorg.klomp.snark.PeerState
 
unknownMessageReceived(String, String, Properties) - クラス のメソッドnet.i2p.sam.client.SAMClientEventListenerImpl
 
unknownMessageReceived(String, String, Properties) - クラス のメソッドnet.i2p.sam.client.SAMEventHandler
 
unknownMessageReceived(String, String, Properties) - インタフェース のメソッドnet.i2p.sam.client.SAMReader.SAMClientEventListener
 
unknownSeconds - クラス の変数org.jrobin.core.jrrd.PDPStatusBlock
 
unloadControllers() - クラス のメソッドnet.i2p.i2ptunnel.TunnelControllerGroup
Stop and remove reference to all known tunnels (but dont delete any config file or do other silly things)
unlock() - クラス のメソッドorg.cybergarage.upnp.Action
 
unlock() - クラス のメソッドorg.cybergarage.upnp.ControlPoint
 
unlock() - クラス のメソッドorg.cybergarage.upnp.Device
 
unlock() - クラス のメソッドorg.cybergarage.upnp.Service
 
unlock() - クラス のメソッドorg.cybergarage.util.Mutex
 
unlocks - クラス の変数org.jrobin.core.RrdSafeFileBackend.Counters
 
unpromptedStoreReceived(boolean) - クラス のメソッドnet.i2p.router.peermanager.DBHistory
Note that the peer sent us a data point without us asking for it
unpublish(LeaseSet) - クラス のメソッドnet.i2p.router.dummy.DummyNetworkDatabaseFacade
 
unpublish(LeaseSet) - クラス のメソッドnet.i2p.router.NetworkDatabaseFacade
 
unpublish(LeaseSet) - クラス のメソッドnet.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
unregister() - クラス のメソッドnet.i2p.router.web.WrapperListener
Unregister the handler for signals
unregister(String) - クラス のメソッドnet.i2p.util.PortMapper
Remove the service
unregister(ClientApp) - インタフェース のメソッドnet.i2p.app.ClientAppManager
Unregister with the manager.
unregister(ClientApp) - クラス のメソッドnet.i2p.app.ClientAppManagerImpl
Unregister with the manager.
unregister(Handler) - クラス のメソッドnet.i2p.sam.SAMBridge
Handlers must call on stop
unregister(Checker, UpdateType, UpdateMethod) - クラス のメソッドnet.i2p.router.update.ConsoleUpdateManager
 
unregister(Checker, UpdateType, UpdateMethod) - インタフェース のメソッドnet.i2p.update.UpdateManager
 
unregister(Updater, UpdateType, UpdateMethod) - クラス のメソッドnet.i2p.router.update.ConsoleUpdateManager
 
unregister(Updater, UpdateType, UpdateMethod) - インタフェース のメソッドnet.i2p.update.UpdateManager
 
unregisterApp(String) - クラス のstaticメソッドnet.i2p.router.web.NavHelper
 
unregisterConnection(ClientConnectionRunner) - クラス のメソッドnet.i2p.router.client.ClientManager
Remove all sessions for this runner.
unregisterHandlerJobBuilder(int) - クラス のメソッドnet.i2p.router.InNetMessagePool
推奨されていません。
unused
unregisterKeys(Destination) - クラス のメソッドnet.i2p.router.KeyManager
client
unregisterListener(NamingServiceListener) - クラス のメソッドnet.i2p.client.naming.MetaNamingService
 
unregisterListener(NamingServiceListener) - クラス のメソッドnet.i2p.client.naming.NamingService
 
unregisterPending(OutNetMessage) - クラス のメソッドnet.i2p.router.transport.OutboundMessageRegistry
 
unregisterPortMappings() - クラス のメソッドnet.i2p.router.transport.UPnP
 
unregisterSession(SessionId, Destination) - クラス のメソッドnet.i2p.router.client.ClientManager
Remove only the following session.
unregisterSignalHandler() - クラス のstaticメソッドnet.i2p.router.web.ConfigServiceHandler
Unregister the handler for signals
unregisterTransport(Transport) - クラス のメソッドnet.i2p.router.CommSystemFacade
Pluggable transport
unregisterTransport(Transport) - クラス のメソッドnet.i2p.router.transport.CommSystemFacadeImpl
Pluggable transports.
unregisterUpdater(NamingServiceUpdater) - クラス のメソッドnet.i2p.client.naming.NamingService
 
unsentACKThresholdReached() - クラス のメソッドnet.i2p.router.transport.udp.PeerState
Are we out of room to send all the current unsent acks in a single packet? This is a huge threshold (134 for small MTU and 255 for large MTU) that is rarely if ever exceeded in practice.
unset(int, int) - クラス のメソッドcom.google.zxing.common.BitMatrix
 
UnsignedUpdateChecker - net.i2p.router.updateのクラス
Does a simple EepHead to get the last-modified header.
UnsignedUpdateChecker(RouterContext, ConsoleUpdateManager, List<URI>, long) - クラス のコンストラクタnet.i2p.router.update.UnsignedUpdateChecker
 
unsignedUpdateConstraint() - クラス のstaticメソッドnet.i2p.router.web.NewsHelper
Translated message about new version available but constrained
UnsignedUpdateHandler - net.i2p.router.updateのクラス
Handles the request to update the router by firing off an EepGet call to download the latest unsigned zip file and displaying the status to anyone who asks.
UnsignedUpdateHandler(RouterContext, ConsoleUpdateManager) - クラス のコンストラクタnet.i2p.router.update.UnsignedUpdateHandler
 
UnsignedUpdateRunner - net.i2p.router.updateのクラス
Eepget the .zip file to the temp dir, then notify.r Moved from UnsignedUpdateHandler and turned into an UpdateTask.
UnsignedUpdateRunner(RouterContext, ConsoleUpdateManager, List<URI>) - クラス のコンストラクタnet.i2p.router.update.UnsignedUpdateRunner
 
unsignedUpdateVersion() - クラス のstaticメソッドnet.i2p.router.web.NewsHelper
 
unsignedVersionDownloaded() - クラス のstaticメソッドnet.i2p.router.web.NewsHelper
Already downloaded but not installed version
unsubscribe() - クラス のメソッドorg.cybergarage.upnp.ControlPoint
 
unsubscribe(Device) - クラス のメソッドorg.cybergarage.upnp.ControlPoint
 
unsubscribe(Service) - クラス のメソッドorg.cybergarage.upnp.ControlPoint
 
UNSUBSCRIBE - クラス のstatic変数org.cybergarage.http.HTTP
 
UNSUBSCRIBE_METHOD - クラス のstatic変数org.cybergarage.upnp.event.Subscription
 
UnsupportedCryptoException - net.i2p.router.networkdb.kademliaの例外
Signature verification failed because the sig type is unknown or unavailable.
UnsupportedCryptoException(String) - 例外 のコンストラクタnet.i2p.router.networkdb.kademlia.UnsupportedCryptoException
 
UnsupportedCryptoException(String, Throwable) - 例外 のコンストラクタnet.i2p.router.networkdb.kademlia.UnsupportedCryptoException
 
UP - i2p.susi.util.Folder.SortOrder
reverse sort, highest to lowest
UPC_A - com.google.zxing.BarcodeFormat
UPC-A 1D format.
UPC_E - com.google.zxing.BarcodeFormat
UPC-E 1D format.
UPC_EAN_EXTENSION - com.google.zxing.BarcodeFormat
UPC/EAN extension format.
update() - クラス のメソッドnet.i2p.router.update.DevSU3UpdateChecker
 
update() - クラス のメソッドnet.i2p.router.update.DevSU3UpdateRunner
Get the file
update() - クラス のメソッドnet.i2p.router.update.PluginUpdateChecker
 
update() - クラス のメソッドnet.i2p.router.update.PluginUpdateRunner
 
update() - クラス のメソッドnet.i2p.router.update.UnsignedUpdateRunner
Get the file
update() - クラス のメソッドnet.i2p.router.update.UpdateRunner
Loop through the entire list of update URLs.
update() - クラス のメソッドorg.jrobin.core.Sample
Stores sample in the corresponding RRD.
update(byte) - インタフェース のメソッドorg.bouncycastle.oldcrypto.Mac
add a single byte to the mac for processing.
update(byte) - クラス のメソッドorg.bouncycastle.oldcrypto.macs.I2PHMac
 
update(byte[], int, int) - インタフェース のメソッドorg.bouncycastle.oldcrypto.Mac
 
update(byte[], int, int) - クラス のメソッドorg.bouncycastle.oldcrypto.macs.I2PHMac
 
update(double[]) - クラス のメソッドorg.jrobin.core.Robin
 
update(String, Destination, Properties) - クラス のメソッドnet.i2p.client.naming.NamingService
Fails if entry did not previously exist.
update(Map<String, String>, String) - クラス のstaticメソッドnet.i2p.addressbook.Daemon
Run an update, using the Map settings to provide the parameters.
update(Properties) - クラス のメソッドnet.i2p.addressbook.DaemonThread
The NamingServiceUpdater interface.
update(Properties) - インタフェース のメソッドnet.i2p.client.naming.NamingServiceUpdater
Should not block.
update(Set<TransportManager.Port>) - クラス のメソッドnet.i2p.router.transport.UPnPManager
Call when the ports might have changed The transports can call this pretty quickly at startup, which can have multiple UPnP threads running at once, but that should be ok.
update(AddressBook, AddressBook, File, SubscriptionList, Log) - クラス のstaticメソッドnet.i2p.addressbook.Daemon
Update the router and published address books using remote data from the subscribed address books listed in subscriptions.
update(NamingService, File, SubscriptionList, Log) - クラス のstaticメソッドnet.i2p.addressbook.Daemon
Update the router and published address books using remote data from the subscribed address books listed in subscriptions.
update(UpdateType) - クラス のメソッドnet.i2p.router.update.ConsoleUpdateManager
Non-blocking.
update(UpdateType) - インタフェース のメソッドnet.i2p.update.UpdateManager
Non-blocking.
update(UpdateType, long) - クラス のメソッドnet.i2p.router.update.ConsoleUpdateManager
Non-blocking.
update(UpdateType, long) - インタフェース のメソッドnet.i2p.update.UpdateManager
Non-blocking.
update(UpdateType, String) - クラス のメソッドnet.i2p.router.update.ConsoleUpdateManager
Non-blocking.
update(UpdateType, String) - インタフェース のメソッドnet.i2p.update.UpdateManager
Non-blocking.
update(UpdateType, String, long) - クラス のメソッドnet.i2p.router.update.ConsoleUpdateManager
Non-blocking.
update(UpdateType, String, long) - インタフェース のメソッドnet.i2p.update.UpdateManager
Non-blocking.
update(UpdateType, UpdateMethod, List<URI>, String, String, long) - クラス のメソッドnet.i2p.router.update.DevSU3UpdateHandler
Start a download and return a handle to the download task.
update(UpdateType, UpdateMethod, List<URI>, String, String, long) - クラス のメソッドnet.i2p.router.update.DummyHandler
Spins off an UpdateTask that sleeps
update(UpdateType, UpdateMethod, List<URI>, String, String, long) - クラス のメソッドnet.i2p.router.update.PluginUpdateHandler
download a single plugin
update(UpdateType, UpdateMethod, List<URI>, String, String, long) - クラス のメソッドnet.i2p.router.update.UnsignedUpdateHandler
Start a download and return a handle to the download task.
update(UpdateType, UpdateMethod, List<URI>, String, String, long) - クラス のメソッドnet.i2p.router.update.UpdateHandler
Start a download and return a handle to the download task.
update(UpdateType, UpdateMethod, List<URI>, String, String, long) - インタフェース のメソッドnet.i2p.update.Updater
Start a download and return a handle to the download task.
update(UpdateType, UpdateMethod, List<URI>, String, String, long) - クラス のメソッドorg.klomp.snark.UpdateHandler
Start a download and return a handle to the download task.
Update() - クラス のコンストラクタnet.i2p.router.news.NewsMetadata.Update
 
UPDATE_FILE - クラス のstatic変数net.i2p.router.Router
 
updateAcks(PacketLocal) - クラス のメソッドnet.i2p.client.streaming.impl.MessageInputStream
Adds the ack-through and nack fields to a packet we are building for transmission
updateActivity() - クラス のメソッドnet.i2p.client.impl.I2PSessionImpl
 
updateActivity() - クラス のメソッドnet.i2p.client.impl.SubSession
 
updateAddress() - インタフェース のメソッドnet.i2p.router.transport.Transport
Ask the transport to update its addresses based on current information and return them
updateAddress() - クラス のメソッドnet.i2p.router.transport.TransportImpl
Ask the transport to update its address based on current information and return it Transports should override.
updateAddress() - クラス のメソッドnet.i2p.router.transport.udp.UDPTransport
Rebuild to get updated cost and introducers.
updateAll(ConnectionOptions) - クラス のメソッドnet.i2p.client.streaming.impl.ConnectionOptions
Update everything by copying over from opts
updateAll(RouterContext) - クラス のstaticメソッドnet.i2p.router.web.PluginStarter
threaded
updateAvailable() - クラス のメソッドnet.i2p.router.web.ConfigUpdateHelper
 
updateBandwidth(I2PSessionImpl) - クラス のメソッドnet.i2p.client.impl.I2CPMessageProducer
Update the bandwidth setting
updateConfig(String, boolean, boolean, boolean, String, String, String, String, String, String, String, String, String, String, String, boolean, boolean, String, String, boolean, boolean, String, boolean) - クラス のメソッドorg.klomp.snark.SnarkManager
all params may be null or need trimming
updateConfigId() - クラス のメソッドorg.cybergarage.upnp.Device
 
updateConfigId() - クラス のメソッドorg.cybergarage.upnp.Service
 
updateConstraint() - クラス のstaticメソッドnet.i2p.router.web.NewsHelper
Release update only.
updated - クラス の変数net.i2p.router.news.BlocklistEntries
 
updated - クラス の変数net.i2p.router.news.CRLEntry
 
updated - クラス の変数net.i2p.router.news.NewsEntry
 
UPDATED - クラス のstatic変数net.i2p.router.util.EventLog
 
updateExploreSchedule() - クラス のメソッドnet.i2p.router.networkdb.kademlia.StartExplorersJob
the exploration has found some new peers - update the schedule so that we'll explore appropriately.
updateFrequency(String) - クラス のメソッドnet.i2p.stat.StatManager
update the given frequency statistic, taking note that an event occurred (and recalculating all frequencies)
UpdateHandler - net.i2p.router.updateのクラス
Handles the request to update the router by firing one or more EepGet calls to download the latest signed update file and displaying the status to anyone who asks.
UpdateHandler - net.i2p.router.webのクラス
Handles the request to update the router by firing one or more EepGet calls to download the latest signed update file and displaying the status to anyone who asks.
UpdateHandler - org.klomp.snarkのクラス
Handles the request to update the router by firing up a magnet.
UpdateHandler() - クラス のコンストラクタnet.i2p.router.web.UpdateHandler
 
UpdateHandler(I2PAppContext, UpdateManager, SnarkManager) - クラス のコンストラクタorg.klomp.snark.UpdateHandler
 
UpdateHandler(RouterContext) - クラス のコンストラクタnet.i2p.router.web.UpdateHandler
 
UpdateHandler(RouterContext, ConsoleUpdateManager) - クラス のコンストラクタnet.i2p.router.update.UpdateHandler
 
updateLimits(int, int) - クラス のメソッドnet.i2p.client.streaming.impl.ConnThrottler
 
updateLimits(int, int, long, long, long) - クラス のメソッドnet.i2p.i2ptunnel.ConnThrottler
 
updateManager(RouterContext) - クラス のstaticメソッドnet.i2p.router.web.UpdateHandler
 
UpdateManager - net.i2p.updateのインタフェース
The central resource coordinating updates.
updateMenu() - クラス のメソッドnet.i2p.desktopgui.ExternalTrayManager
Update the menu
updateMenu() - クラス のメソッドnet.i2p.desktopgui.InternalTrayManager
Update the menu
updateMenu() - クラス のメソッドnet.i2p.desktopgui.TrayManager
Update the menu
updateMessageDeliveryStatus(Destination, MessageId, long, int) - クラス のメソッドnet.i2p.router.client.ClientConnectionRunner
Send a notification to the client that their message (id specified) was delivered (or failed delivery) Note that this sends the Guaranteed status codes, even though we only support best effort.
UpdateMethod - net.i2p.updateの列挙型
Transport mechanism for getting something.
updateOptions() - クラス のメソッドnet.i2p.client.streaming.impl.ConnectionManager
 
updateOptions(Properties) - インタフェース のメソッドnet.i2p.client.I2PSession
Pass updated options to the router.
updateOptions(Properties) - クラス のメソッドnet.i2p.client.impl.I2PSessionImpl
Update the tunnel and bandwidth settings
updateOptions(Properties) - クラス のメソッドnet.i2p.client.impl.I2PSimpleSession
Ignore, does nothing
updateOptions(Properties) - クラス のメソッドnet.i2p.client.impl.SubSession
Does nothing for now
updateOptsFromShare(Connection) - クラス のメソッドnet.i2p.client.streaming.impl.ConnectionManager
 
updateOptsFromShare(Connection) - クラス のメソッドnet.i2p.client.streaming.impl.TCBShare
retrieve from cache
updateParticipatingStats(int) - クラス のメソッドnet.i2p.router.tunnel.TunnelDispatcher
Generate a current estimate of usage per-participating-tunnel lifetime.
updatePiecePriorities() - クラス のメソッドorg.klomp.snark.PeerCoordinator
Maps file priorities to piece priorities.
updatePiecePriorities() - クラス のメソッドorg.klomp.snark.Snark
 
Updater - net.i2p.updateのインタフェース
Controls one or more types of updates.
UpdateRoutingKeyModifierJob - net.i2p.router.tasksのクラス
Update the routing Key modifier every day at midnight (plus on startup).
UpdateRoutingKeyModifierJob(RouterContext) - クラス のコンストラクタnet.i2p.router.tasks.UpdateRoutingKeyModifierJob
 
updateRTT(int) - クラス のメソッドnet.i2p.client.streaming.impl.ConnectionOptions
 
UpdateRunner - net.i2p.router.updateのクラス
The downloader for router signed updates, and the base class for all the other Checkers and Runners.
UpdateRunner - org.klomp.snarkのクラス
The downloader for router signed updates.
UpdateRunner(I2PAppContext, UpdateManager, SnarkManager, UpdateType, List<URI>, String) - クラス のコンストラクタorg.klomp.snark.UpdateRunner
 
UpdateRunner(RouterContext, ConsoleUpdateManager, UpdateType, List<URI>) - クラス のコンストラクタnet.i2p.router.update.UpdateRunner
Uses router version for partial checks
UpdateRunner(RouterContext, ConsoleUpdateManager, UpdateType, List<URI>, String) - クラス のコンストラクタnet.i2p.router.update.UpdateRunner
 
UpdateRunner(RouterContext, ConsoleUpdateManager, UpdateType, UpdateMethod, List<URI>) - クラス のコンストラクタnet.i2p.router.update.UpdateRunner
Uses router version for partial checks
UpdateRunner(RouterContext, ConsoleUpdateManager, UpdateType, UpdateMethod, List<URI>, String) - クラス のコンストラクタnet.i2p.router.update.UpdateRunner
 
updates - クラス の変数net.i2p.router.news.NewsMetadata.Release
 
updateShareOpts() - クラス のメソッドnet.i2p.client.streaming.impl.Connection
 
updateShareOpts(Connection) - クラス のメソッドnet.i2p.client.streaming.impl.ConnectionManager
 
updateShareOpts(Connection) - クラス のメソッドnet.i2p.client.streaming.impl.TCBShare
store to cache
updateStats(Job, long, long, long) - クラス のメソッド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)
updateStatus(String) - クラス のメソッドnet.i2p.router.update.UpdateRunner
 
updateStatus(Snark) - インタフェース のメソッドorg.klomp.snark.CompleteListener
 
updateStatus(Snark) - クラス のメソッドorg.klomp.snark.SnarkManager
A Snark.CompleteListener method.
updateStatus(Snark) - クラス のメソッドorg.klomp.snark.UpdateRunner
This is called by stopTorrent() among others
UpdateTask - net.i2p.updateのインタフェース
A running check or download.
updateTunnelConfig(TunnelControllerGroup, int, TunnelConfig) - クラス のstaticメソッドnet.i2p.i2ptunnel.ui.GeneralHelper
 
updateTunnelQuantities(Properties) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
Update tunnel quantities for the provided config from this TunnelConfig.
updateTunnels(I2PSessionImpl, int) - クラス のメソッドnet.i2p.client.impl.I2CPMessageProducer
Update number of tunnels
updateTunnelTestTimeAverage(long) - クラス のメソッドnet.i2p.router.peermanager.PeerProfile
 
UpdateType - net.i2p.updateの列挙型
What to update
updateValues() - クラス のメソッドnet.i2p.router.peermanager.PeerProfile
Copy over the new values generated by coalesceOnly()
updateVersion() - クラス のstaticメソッドnet.i2p.router.web.NewsHelper
Release update only.
updateVersionDownloaded() - クラス のstaticメソッドnet.i2p.router.web.NewsHelper
Release update only.
uploaded(int) - クラス のメソッドorg.klomp.snark.Peer
Increment the counter.
uploaded(int) - クラス のメソッドorg.klomp.snark.PeerState
Called when some bytes have left the outgoing connection.
uploaded(Peer, int) - クラス のメソッドorg.klomp.snark.PeerCoordinator
Called when a peer has uploaded some bytes of a piece.
uploaded(Peer, int) - インタフェース のメソッドorg.klomp.snark.PeerListener
Called when a (partial) piece has been uploaded to the peer.
UPnP - net.i2p.router.transportのクラス
This (and all in org/freenet, org/cybergarage, org/xmlpull) grabbed from freenet SVN, mid-February 2009 by zzz.
UPnP - org.cybergarage.upnpのクラス
 
UPnP() - クラス のコンストラクタorg.cybergarage.upnp.UPnP
 
UPnP(I2PAppContext) - クラス のコンストラクタnet.i2p.router.transport.UPnP
 
UPNP_ERROR - クラス のstatic変数org.cybergarage.soap.SOAP
 
UPNP_ROOTDEVICE - クラス のstatic変数org.cybergarage.upnp.Device
 
UPnPManager - net.i2p.router.transportのクラス
Bridge from the I2P RouterAddress data structure to the freenet data structures
UPnPManager(RouterContext, TransportManager) - クラス のコンストラクタnet.i2p.router.transport.UPnPManager
 
UPnPStatus - org.cybergarage.upnpのクラス
 
UPnPStatus() - クラス のコンストラクタorg.cybergarage.upnp.UPnPStatus
 
UPnPStatus(int, String) - クラス のコンストラクタorg.cybergarage.upnp.UPnPStatus
 
UptimeComparator() - クラス のコンストラクタnet.i2p.router.web.helpers.UDPSorters.UptimeComparator
 
URIUtil - org.klomp.snark.webのクラス
URI Holder.
URIUtil() - クラス のコンストラクタorg.klomp.snark.web.URIUtil
 
url - クラス の変数net.i2p.router.web.App
 
urlencode(byte[]) - クラス のstaticメソッドorg.klomp.snark.TrackerClient
Very lazy byte[] to URL encoder.
urlify(String) - クラス のstaticメソッドorg.klomp.snark.web.I2PSnarkServlet
This is for a full URL.
UrlLauncher - net.i2p.apps.systrayのクラス
A quick and simple multi-platform URL launcher.
UrlLauncher() - クラス のコンストラクタnet.i2p.apps.systray.UrlLauncher
Constructor from SysTray
UrlLauncher(I2PAppContext, ClientAppManager, String[]) - クラス のコンストラクタnet.i2p.apps.systray.UrlLauncher
ClientApp constructor used from clients.config
URN_DEVICE - クラス のstatic変数org.cybergarage.upnp.device.ST
 
URN_SERVICE - クラス のstatic変数org.cybergarage.upnp.device.ST
 
usage() - クラス のstaticメソッドnet.i2p.i2ptunnel.I2Ping
With newlines except for last line
usage(int) - クラス のstaticメソッドorg.jrobin.core.jrrd.Main
 
USE_IPV6_ADMINISTRATIVE_SCOPE - クラス のstatic変数org.cybergarage.upnp.UPnP
 
USE_IPV6_GLOBAL_SCOPE - クラス のstatic変数org.cybergarage.upnp.UPnP
 
USE_IPV6_LINK_LOCAL_SCOPE - クラス のstatic変数org.cybergarage.upnp.UPnP
 
USE_IPV6_SITE_LOCAL_SCOPE - クラス のstatic変数org.cybergarage.upnp.UPnP
 
USE_IPV6_SUBNET_SCOPE - クラス のstatic変数org.cybergarage.upnp.UPnP
 
USE_LOOPBACK_ADDR - クラス のstatic変数org.cybergarage.net.HostInterface
 
USE_LOOPBACK_ADDR - クラス のstatic変数org.cybergarage.upnp.UPnP
 
USE_ONLY_IPV4_ADDR - クラス のstatic変数org.cybergarage.net.HostInterface
 
USE_ONLY_IPV4_ADDR - クラス のstatic変数org.cybergarage.upnp.UPnP
 
USE_ONLY_IPV6_ADDR - クラス のstatic変数org.cybergarage.net.HostInterface
 
USE_ONLY_IPV6_ADDR - クラス のstatic変数org.cybergarage.upnp.UPnP
 
USE_SSDP_SEARCHRESPONSE_MULTIPLE_INTERFACES - クラス のstatic変数org.cybergarage.upnp.UPnP
 
USE_SU3_UPDATE - クラス のstatic変数net.i2p.router.web.ConfigUpdateHandler
Only enabled if we have pack200 and trusted public key certificates installed
useLongElGamalExponent() - クラス のメソッドnet.i2p.crypto.KeyGenerator
 
USER_AGENT - クラス のstatic変数net.i2p.util.EepGet
this will be replaced by the HTTP Proxy if we are using it
USERNAME_PASSWORD - クラス のstatic変数net.i2p.socks.SOCKS5Constants.Method
 
USN - org.cybergarage.upnp.deviceのクラス
 
USN - クラス のstatic変数org.cybergarage.http.HTTP
 
USN() - クラス のコンストラクタorg.cybergarage.upnp.device.USN
 
utCommentsEnabled() - クラス のメソッドorg.klomp.snark.I2PSnarkUtil
 
UTF8 - com.google.zxing.common.CharacterSetECI
 
UTF8Reader - net.i2p.samのクラス
An unbuffered version of InputStreamReader.
UTF8Reader(InputStream) - クラス のコンストラクタnet.i2p.sam.UTF8Reader
 
UTF8StringBytes - net.metanotion.io.dataのクラス
Added by I2P
UTF8StringBytes() - クラス のコンストラクタnet.metanotion.io.data.UTF8StringBytes
 
util() - クラス のメソッドorg.klomp.snark.SnarkManager
hook to I2PSnarkUtil for the servlet
Util - org.jrobin.coreのクラス
Class defines various utility functions used in JRobin.
Util() - クラス のコンストラクタorg.jrobin.core.Util
 
Util.Xml - org.jrobin.coreのクラス
Various DOM utility functions
Utils - net.i2p.crypto.eddsaのクラス
Basic utilities for eddsa.
Utils() - クラス のコンストラクタnet.i2p.crypto.eddsa.Utils
 
UUID - クラス のstatic変数org.cybergarage.upnp.event.Subscription
 
UUID_DEVICE - クラス のstatic変数org.cybergarage.upnp.device.ST
 
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 Z _ 
ナビゲーション・リンクをスキップ