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 _ 
All Classes All Packages

O

OB_CLIENT_BATCH_FREQ - Static variable in class net.i2p.router.tunnel.BatchedRouterPreprocessor
for client OBGWs only (our data)
OB_EXPL_BATCH_FREQ - Static variable in class net.i2p.router.tunnel.BatchedRouterPreprocessor
for exploratory OBGWs only (our tunnel tests and build messages)
OB_INIT - net.i2p.router.transport.ntcp.EstablishBase.State
 
OB_MESSAGE_TIMEOUT - Static variable in class net.i2p.router.transport.udp.EstablishmentManager
max before receiving a response to a single message during outbound establishment
OB_STATE_CONFIRMED_COMPLETELY - net.i2p.router.transport.udp.OutboundEstablishState.OutboundState
we have received a data packet
OB_STATE_CONFIRMED_PARTIALLY - net.i2p.router.transport.udp.OutboundEstablishState.OutboundState
we have sent one or more confirmation packets
OB_STATE_CREATED_RECEIVED - net.i2p.router.transport.udp.OutboundEstablishState.OutboundState
we have received a signed creation packet
OB_STATE_INTRODUCED - net.i2p.router.transport.udp.OutboundEstablishState.OutboundState
RelayResponse received
OB_STATE_PENDING_INTRO - net.i2p.router.transport.udp.OutboundEstablishState.OutboundState
we need to have someone introduce us to the peer, but haven't received a RelayResponse yet
OB_STATE_REQUEST_SENT - net.i2p.router.transport.udp.OutboundEstablishState.OutboundState
we have sent an initial request
OB_STATE_UNKNOWN - net.i2p.router.transport.udp.OutboundEstablishState.OutboundState
nothin sent yet
OB_STATE_VALIDATION_FAILED - net.i2p.router.transport.udp.OutboundEstablishState.OutboundState
SessionConfirmed failed validation
OBEP - net.i2p.router.tunnel.TunnelDispatcher.Location
 
obfuscate(String) - Static method in class net.i2p.jetty.JettyXmlConfigurationParser
Obfuscate a password for storage in the XML
OBJECT - com.thetransactioncompany.jsonrpc2.JSONRPC2ParamsType
Named parameters, packed as a JSON object.
ObjectCounter<K> - Class in net.i2p.util
Count things.
ObjectCounter() - Constructor for class net.i2p.util.ObjectCounter
 
objects() - Method in class net.i2p.util.ObjectCounter
 
OC_12_STR - Static variable in class edu.internet2.ndt.NDTConstants
 
OC_48_STR - Static variable in class edu.internet2.ndt.NDTConstants
 
OCT - Static variable in class org.rrd4j.core.timespec.TimeToken
Constant OCT=37
of(String) - Static method in class org.rrd4j.core.RrdDb
Opens an existing RRD with read/write access.
of(URI) - Static method in class org.rrd4j.core.RrdDb
Opens an existing RRD with read/write access.
of(RrdDef) - Static method in class org.rrd4j.core.RrdDb
Returns a new RRD object from the definition.
off - Variable in class org.klomp.snark.Message
 
off - Variable in class org.klomp.snark.Request
 
off() - Static method in class org.cybergarage.util.Debug
 
OFF_REPLY_KEY - Static variable in class net.i2p.data.i2np.BuildRequestRecord
 
OFF_REPLY_KEY_EC - Static variable in class net.i2p.data.i2np.BuildRequestRecord
 
offer(int, float) - Method in class net.i2p.router.transport.SyntheticREDQueue
Should we drop this packet? If accepted, the queue size and bandwidth estimates will be updated.
offer(E) - Method in class net.i2p.router.util.CoDelBlockingQueue
 
offer(E) - Method in class net.i2p.router.util.PriBlockingQueue
Returns false if full
offer(E, long, TimeUnit) - Method in class net.i2p.router.util.CoDelBlockingQueue
 
offer(E, long, TimeUnit) - Method in class net.i2p.router.util.PriBlockingQueue
Deprecated.
use offer(o)
offer(I2CPMessage) - Method in class net.i2p.internal.I2CPMessageQueue
Send a message, nonblocking.
offer(I2CPMessage) - Method in class net.i2p.router.client.I2CPMessageQueueImpl
Send a message, nonblocking
offer(I2CPMessage, long) - Method in class net.i2p.internal.I2CPMessageQueue
Send a message, blocking.
offer(I2CPMessage, long) - Method in class net.i2p.router.client.I2CPMessageQueueImpl
Send a message, blocking.
offlineSign(long, SigningPublicKey, SigningPrivateKey) - Static method in class net.i2p.data.LeaseSet2
Generate a Signature to pass to setOfflineSignature()
offset - Variable in class i2p.susi.util.ReadBuffer
 
offset - Variable in class org.rrd4j.core.jrrd.CDPStatusBlock
Byte offset within file
OFFSET_MOUNTED - Static variable in class net.metanotion.io.block.BlockFile
 
offsetChanged(long) - Method in class net.i2p.router.JobTiming
 
offsetChanged(long) - Method in interface net.i2p.util.Clock.ClockUpdateListener
 
OK - net.i2p.router.CommSystemFacade.Status
IPv4 OK, IPv6 OK or disabled or no address
OK - Static variable in class org.cybergarage.http.HTTPStatus
 
OLD_DEFAULT_NEWS_URL - Static variable in class net.i2p.router.web.ConfigUpdateHandler
very old default
OLD_DEFAULT_NEWS_URL_SU3 - Static variable in class net.i2p.router.web.ConfigUpdateHandler
old default
OLD_DEFAULT_SUB - Static variable in class net.i2p.addressbook.Daemon
 
OldConsoleHelper - Class in net.i2p.router.web.helpers
 
OldConsoleHelper() - Constructor for class net.i2p.router.web.helpers.OldConsoleHelper
 
on() - Static method in class org.cybergarage.util.Debug
 
onChangePublicPorts(Set<ForwardPort>, ForwardPortCallback) - Method in class net.i2p.router.transport.UPnP
Registers a callback when the given ports change.
ONE - Static variable in class net.i2p.crypto.eddsa.math.Constants
 
ONE - Variable in class net.i2p.crypto.eddsa.math.Field
 
ONE_SHOT_MODE - Static variable in class net.i2p.crypto.eddsa.EdDSAEngine
To efficiently sign or verify data in one shot, pass this to setParameters() after initSign() or initVerify() but BEFORE THE FIRST AND ONLY update(data) or update(data, off, len).
OneTimeSession(SessionKey, SessionTag) - Constructor for class net.i2p.router.networkdb.kademlia.MessageWrapper.OneTimeSession
 
OneTimeSession(SessionKey, RatchetSessionTag) - Constructor for class net.i2p.router.networkdb.kademlia.MessageWrapper.OneTimeSession
 
onFail(Exception) - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase.OnTimeout
 
onFail(Exception) - Method in interface net.i2p.i2ptunnel.I2PTunnelRunner.FailCallback
 
onlyGraph - Variable in class org.rrd4j.graph.RrdGraphDef
 
onlyQueryFloodfillPeers(RouterContext) - Static method in class net.i2p.router.networkdb.kademlia.SearchJob
this is now misnamed, as it is only used to determine whether to return floodfill peers only
OnProxySuccess(String, String, boolean) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase.OnProxySuccess
 
onReply() - Method in interface net.i2p.router.crypto.ratchet.ReplyCallback
A reply was received.
onSuccess() - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase.OnProxySuccess
 
onSuccess() - Method in interface net.i2p.i2ptunnel.I2PTunnelRunner.SuccessCallback
 
OnTimeout(Socket, OutputStream, String, boolean, String, long) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase.OnTimeout
 
OnTimeout(Socket, OutputStream, String, boolean, String, long, String, boolean) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase.OnTimeout
 
OOM - Static variable in class net.i2p.router.util.EventLog
 
OOMListener - Class in net.i2p.router.tasks
Kaboom
OOMListener(RouterContext) - Constructor for class net.i2p.router.tasks.OOMListener
 
op - Variable in class org.rrd4j.core.timespec.TimeParser
 
opcode - Variable in class org.minidns.dnsmessage.DnsMessage
The DNS message opcode.
OPCODE - Static variable in class net.i2p.sam.SAMUtils
 
open - Variable in class net.i2p.i2ptunnel.I2PTunnelTask
 
open() - Method in class net.i2p.data.PrivateKeyFile
 
open() - Method in class org.cybergarage.http.HTTPServerList
 
open() - Method in class org.cybergarage.http.HTTPSocket
 
open() - Method in class org.cybergarage.upnp.ssdp.HTTPUSocket
 
open() - Method in class org.cybergarage.upnp.ssdp.SSDPNotifySocketList
 
open() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList
 
open() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocketList
 
open(int) - Method in class org.cybergarage.http.HTTPServerList
 
open(int) - Method in class org.cybergarage.upnp.ssdp.HTTPUSocket
 
open(int) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList
 
open(String) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocket
 
open(String, boolean) - Method in class org.rrd4j.core.RrdBackendFactory
 
open(String, boolean) - Method in class org.rrd4j.core.RrdMemoryBackendFactory
Creates RrdMemoryBackend object.
open(String, boolean) - Method in class org.rrd4j.core.RrdNioBackendFactory
Creates RrdNioBackend object for the given file path.
open(String, boolean) - Method in class org.rrd4j.core.RrdRandomAccessFileBackendFactory
Creates RrdFileBackend object for the given file path.
open(String, boolean) - Method in class org.rrd4j.core.RrdSafeFileBackendFactory
Creates RrdFileBackend object for the given file path.
open(String, int) - Method in class org.cybergarage.http.HTTPServer
 
open(String, int) - Method in class org.cybergarage.upnp.ssdp.HTTPUSocket
 
open(String, int, String) - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
 
open(String, int, InetAddress) - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
 
open(String, String) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocket
 
open(Inet4Address) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocket
 
open(Inet6Address) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocket
 
open(InetAddress, int) - Method in class org.cybergarage.http.HTTPServer
 
open(Properties) - Method in class net.i2p.data.PrivateKeyFile
 
OPEN - net.i2p.client.impl.I2PSessionImpl.State
 
OPENING - net.i2p.client.impl.I2PSessionImpl.State
 
OPENPGPKEY - Class in org.minidns.record
 
OPENPGPKEY - org.minidns.record.Record.TYPE
 
OPENPGPKEY(byte[]) - Constructor for class org.minidns.record.OPENPGPKEY
 
openUrl(String) - Method in class net.i2p.apps.systray.UrlLauncher
Discovers the operating system the installer is running under and tries to launch the given URL using the default browser for that platform; if unsuccessful, an attempt is made to launch the URL using the most common browsers.
openUrl(String, String) - Method in class net.i2p.apps.systray.UrlLauncher
Opens the given URL with the given browser.
OPT - Class in org.minidns.record
OPT payload (see RFC 2671 for details).
OPT - org.minidns.record.Record.TYPE
 
OPT() - Constructor for class org.minidns.record.OPT
 
OPT(List<EdnsOption>) - Constructor for class org.minidns.record.OPT
 
OPT_BUNDLE_REPLY - Static variable in class net.i2p.i2ptunnel.TunnelController
 
OPT_KEY - Static variable in class net.i2p.router.crypto.FamilyKeyCrypto
 
OPT_NAME - Static variable in class net.i2p.router.crypto.FamilyKeyCrypto
 
OPT_POST_BAN_TIME - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
 
OPT_POST_MAX - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
 
OPT_POST_MAX - Static variable in class net.i2p.i2ptunnel.TunnelController
 
OPT_POST_TOTAL_BAN_TIME - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
 
OPT_POST_TOTAL_MAX - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
 
OPT_POST_TOTAL_MAX - Static variable in class net.i2p.i2ptunnel.TunnelController
 
OPT_POST_WINDOW - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
all of these in SECONDS
OPT_REJECT_INPROXY - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
 
OPT_REJECT_REFERER - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
 
OPT_REJECT_USER_AGENTS - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
 
OPT_SIG - Static variable in class net.i2p.router.crypto.FamilyKeyCrypto
 
OPT_USER_AGENTS - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
 
optarg - Variable in class gnu.getopt.Getopt
For communication from `getopt' to the caller.
opterr - Variable in class gnu.getopt.Getopt
Callers store false here to inhibit the error message for unrecognized options.
optind - Variable in class gnu.getopt.Getopt
Index in ARGV of the next element to be scanned.
OPTIONAL_ARGUMENT - Static variable in class gnu.getopt.LongOpt
Constant value used for the "has_arg" constructor argument.
optionCode - Variable in class org.minidns.edns.EdnsOption
 
optionData - Variable in class org.minidns.edns.EdnsOption
 
optionLength - Variable in class org.minidns.edns.EdnsOption
 
OPTIONS1_SIZE - Static variable in class net.i2p.router.transport.ntcp.OutboundNTCP2State
 
OPTIONS2_SIZE - Static variable in class net.i2p.router.transport.ntcp.OutboundNTCP2State
 
OptionsBlock(byte[]) - Constructor for class net.i2p.router.crypto.ratchet.RatchetPayload.OptionsBlock
 
OptionsBlock(byte[]) - Constructor for class net.i2p.router.transport.ntcp.NTCP2Payload.OptionsBlock
 
optionsUpdated(I2PTunnel) - Method in class net.i2p.i2ptunnel.I2PTunnelClient
Update the dests then call super.
optionsUpdated(I2PTunnel) - Method in class net.i2p.i2ptunnel.I2PTunnelClientBase
Update the I2PSocketManager.
optionsUpdated(I2PTunnel) - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
Update the outproxy list then call super.
optionsUpdated(I2PTunnel) - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
 
optionsUpdated(I2PTunnel) - Method in class net.i2p.i2ptunnel.I2PTunnelIRCClient
Update the dests then call super.
optionsUpdated(I2PTunnel) - Method in class net.i2p.i2ptunnel.I2PTunnelServer
Update the I2PSocketManager.
optionsUpdated(I2PTunnel) - Method in class net.i2p.i2ptunnel.I2PTunnelTask
Notify the task that I2PTunnel's options have been updated.
optopt - Variable in class gnu.getopt.Getopt
When an unrecognized option is encountered, getopt will return a '?' and store the value of the invalid option here.
OPTRCVRBUFF - Static variable in class edu.internet2.ndt.NDTConstants
 
optRrPosition - Variable in class org.minidns.dnsmessage.DnsMessage
 
optstring - Variable in class gnu.getopt.Getopt
This is the string describing the valid short options.
order - Variable in class edu.internet2.ndt.Tcpbw100
 
ORDER - Static variable in class net.i2p.crypto.eddsa.EdDSABlinding
 
OrderedProperties - Class in net.i2p.util
Properties map that has its keySet ordered consistently (via the key's lexicographical ordering).
OrderedProperties() - Constructor for class net.i2p.util.OrderedProperties
 
ordering - Variable in class gnu.getopt.Getopt
Determines whether we permute arguments or not
orderPeers(List<Hash>, SessionKey) - Method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
see HashComparator
ORG_EDITION - Static variable in class com.maxmind.geoip.DatabaseInfo
 
ORG_EDITION_V6 - Static variable in class com.maxmind.geoip.DatabaseInfo
 
org.apache.http.conn.ssl - package org.apache.http.conn.ssl
From Apache HttpClient 4.4.1.
org.apache.http.conn.util - package org.apache.http.conn.util
From Apache HttpClient 4.4.1.
org.apache.http.util - package org.apache.http.util
From Apache HttpCore 4.4.1.
org.cybergarage - package org.cybergarage
The cybergarage cyberlink UPnP library version 3.0, with minor mods for I2P.
org.cybergarage.http - package org.cybergarage.http
 
org.cybergarage.net - package org.cybergarage.net
 
org.cybergarage.soap - package org.cybergarage.soap
 
org.cybergarage.upnp - package org.cybergarage.upnp
 
org.cybergarage.upnp.control - package org.cybergarage.upnp.control
 
org.cybergarage.upnp.device - package org.cybergarage.upnp.device
 
org.cybergarage.upnp.event - package org.cybergarage.upnp.event
 
org.cybergarage.upnp.ssdp - package org.cybergarage.upnp.ssdp
 
org.cybergarage.upnp.xml - package org.cybergarage.upnp.xml
 
org.cybergarage.util - package org.cybergarage.util
 
org.cybergarage.xml - package org.cybergarage.xml
 
org.cybergarage.xml.parser - package org.cybergarage.xml.parser
 
org.freenetproject - package org.freenetproject
Small classes used by net.i2p.transport.UPnP to interface with the org.cybergarage UPnP library, as imported from freenet.
org.json.simple - package org.json.simple
This is json-simple release 2.3.0 2017-10-04 retrieved from github.
org.klomp.snark - package org.klomp.snark
I2P version of the snark bittorrent client, imported in 2005 and heavily enhanced to add a web UI, DHT support, and other features.
org.klomp.snark.bencode - package org.klomp.snark.bencode
 
org.klomp.snark.comments - package org.klomp.snark.comments
Data structures to support ut_comment, since 0.9.31.
org.klomp.snark.dht - package org.klomp.snark.dht
 
org.klomp.snark.standalone - package org.klomp.snark.standalone
Classes only used for, and bundled with, the standalone installation.
org.klomp.snark.web - package org.klomp.snark.web
The i2psnark user interface, implemented as a webapp in i2psnark.war.
org.mindrot.jbcrypt - package org.mindrot.jbcrypt
 
org.minidns.constants - package org.minidns.constants
 
org.minidns.dnslabel - package org.minidns.dnslabel
 
org.minidns.dnsmessage - package org.minidns.dnsmessage
 
org.minidns.dnsname - package org.minidns.dnsname
 
org.minidns.edns - package org.minidns.edns
 
org.minidns.idna - package org.minidns.idna
 
org.minidns.record - package org.minidns.record
 
org.minidns.util - package org.minidns.util
 
org.rrd4j - package org.rrd4j
RRD4J is a high performance data logging and graphing system for time series data, implementing RRDTool's functionality in Java.
org.rrd4j.core - package org.rrd4j.core
core RRD4J implementation.
org.rrd4j.core.jrrd - package org.rrd4j.core.jrrd
This package provides read-only access to natives RRD file.
org.rrd4j.core.timespec - package org.rrd4j.core.timespec
 
org.rrd4j.data - package org.rrd4j.data
RRD4J data management.
org.rrd4j.graph - package org.rrd4j.graph
RRD4J graph capabilities.
org.xlattice.crypto.filters - package org.xlattice.crypto.filters
Bloom filter used by net.i2p.router.util.DecayingBloomFilter
originalTtl - Variable in class org.minidns.record.RRSIG
The TTL of the covered RRset.
originateTimestamp - Variable in class net.i2p.router.time.NtpMessage
This is the time at which the request departed the client for the server, in seconds since 00:00 1-Jan-1900.
OsfwWorker - Class in edu.internet2.ndt
OsfwWorker creates a thread that listens for a message from the server.
OsfwWorker(ServerSocket, int) - Constructor for class edu.internet2.ndt.OsfwWorker
Constructor
OsfwWorker(ServerSocket, int, Tcpbw100) - Constructor for class edu.internet2.ndt.OsfwWorker
Constructor accepting Tcpbw100 parameter
OtherNonLdhLabel - Class in org.minidns.dnslabel
A Non-LDH label which does not begin with an underscore ('_'), hyphen ('-') or ends with an hyphen.
OtherNonLdhLabel(String) - Constructor for class org.minidns.dnslabel.OtherNonLdhLabel
 
out - Variable in class org.klomp.snark.PeerState
 
OUT - Static variable in class org.cybergarage.upnp.Argument
 
OUT_OF_SYNC - Static variable in class org.cybergarage.upnp.UPnPStatus
 
OutboundCache - Class in net.i2p.router.message
Helper for OCMOSJ This is the place where we make I2P go fast.
OutboundCache(RouterContext) - Constructor for class net.i2p.router.message.OutboundCache
 
OutboundCache.HashPair - Class in net.i2p.router.message
Key used to cache things with based on source + dest
OutboundClientMessageJobHelper - Class in net.i2p.router.message
Static methods to create a Garlic Message with one or more cloves, as follows:
OutboundClientMessageJobHelper() - Constructor for class net.i2p.router.message.OutboundClientMessageJobHelper
 
OutboundClientMessageOneShotJob - Class in net.i2p.router.message
Send a client message out an outbound tunnel and into an inbound tunnel on the target leaseSet.
OutboundClientMessageOneShotJob(RouterContext, OutboundCache, ClientMessage) - Constructor for class net.i2p.router.message.OutboundClientMessageOneShotJob
Send it.
outboundConnected() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
async callback after the outbound connection was completed (this should NOT block, as it occurs in the selector thread)
OutboundEstablishState - Class in net.i2p.router.transport.udp
Data for a new connection being established, where we initiated the connection with a remote peer.
OutboundEstablishState(RouterContext, RemoteHostId, RemoteHostId, RouterIdentity, boolean, boolean, SessionKey, UDPAddress, DHSessionKeyBuilder.Factory) - Constructor for class net.i2p.router.transport.udp.OutboundEstablishState
 
OutboundEstablishState.OutboundState - Enum in net.i2p.router.transport.udp
 
outboundFilter(String, StringBuffer, DCCHelper) - Static method in class net.i2p.i2ptunnel.irc.IRCFilter
Modify or filter a single outbound line.
OutboundGatewayMessage - Class in net.i2p.router.tunnel
Stores all the state for an unsent or partially-sent message
OutboundGatewayMessage(I2NPMessage, Hash, TunnelId) - Constructor for class net.i2p.router.tunnel.OutboundGatewayMessage
 
OutboundGatewayProcessor - Class in net.i2p.router.tunnel
Turn the preprocessed tunnel data into something that can be delivered to the first hop in the tunnel.
OutboundGatewayProcessor(I2PAppContext, TunnelCreatorConfig) - Constructor for class net.i2p.router.tunnel.OutboundGatewayProcessor
 
OutboundMessageDistributor - Class in net.i2p.router.tunnel
When a message arrives at the outbound tunnel endpoint, this distributor honors the instructions.
OutboundMessageDistributor(RouterContext, int) - Constructor for class net.i2p.router.tunnel.OutboundMessageDistributor
 
OutboundMessageFragments - Class in net.i2p.router.transport.udp
Coordinate the outbound fragments and select the next one to be built.
OutboundMessageFragments(RouterContext, UDPTransport, OutboundMessageFragments.ActiveThrottle) - Constructor for class net.i2p.router.transport.udp.OutboundMessageFragments
 
OutboundMessageFragments.ActiveThrottle - Interface in net.i2p.router.transport.udp
throttle
outboundMessageReady() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
 
outboundMessageReady() - Method in class net.i2p.router.transport.TransportImpl
This message is called whenever a new message is added to the send pool, and it should not block Only used by NTCP.
outboundMessageReady() - Method in class net.i2p.router.transport.udp.UDPTransport
 
OutboundMessageRegistry - Class in net.i2p.router.transport
Tracks outbound messages.
OutboundMessageRegistry(RouterContext) - Constructor for class net.i2p.router.transport.OutboundMessageRegistry
 
OutboundMessageState - Class in net.i2p.router.transport.udp
Maintain the outbound fragmentation for resending, for a single message.
OutboundMessageState(I2PAppContext, I2NPMessage, PeerState) - Constructor for class net.i2p.router.transport.udp.OutboundMessageState
"injected" message from the establisher.
OutboundMessageState(I2PAppContext, OutNetMessage, PeerState) - Constructor for class net.i2p.router.transport.udp.OutboundMessageState
Normal constructor.
OutboundNTCP2State - Class in net.i2p.router.transport.ntcp
NTCP 2 only.
OutboundNTCP2State(RouterContext, NTCPTransport, NTCPConnection) - Constructor for class net.i2p.router.transport.ntcp.OutboundNTCP2State
 
OutboundReceiver - Class in net.i2p.router.tunnel
We are the outbound gateway - we created this outbound tunnel.
OutboundReceiver(RouterContext, TunnelCreatorConfig) - Constructor for class net.i2p.router.tunnel.OutboundReceiver
 
OutboundRefiller - Class in net.i2p.router.transport.udp
Blocking thread to grab new messages off the outbound queue and plopping them into our active pool.
OutboundRefiller(RouterContext, OutboundMessageFragments, MessageQueue) - Constructor for class net.i2p.router.transport.udp.OutboundRefiller
 
OutboundSender - Class in net.i2p.router.tunnel
Receive the preprocessed data for an outbound gateway, encrypt all of the layers, and forward it on to the first hop.
OutboundSender(I2PAppContext, TunnelCreatorConfig) - Constructor for class net.i2p.router.tunnel.OutboundSender
 
OutboundTunnelBuildReplyMessage - Class in net.i2p.data.i2np
Sent from the OBEP to the tunnel creator via an inbound tunnel.
OutboundTunnelBuildReplyMessage(I2PAppContext) - Constructor for class net.i2p.data.i2np.OutboundTunnelBuildReplyMessage
zero record count, will be set with readMessage()
OutboundTunnelBuildReplyMessage(I2PAppContext, int) - Constructor for class net.i2p.data.i2np.OutboundTunnelBuildReplyMessage
 
OutboundTunnelEndpoint - Class in net.i2p.router.tunnel
We are the end of an outbound tunnel that we did not create.
OutboundTunnelEndpoint(RouterContext, HopConfig, HopProcessor) - Constructor for class net.i2p.router.tunnel.OutboundTunnelEndpoint
 
OutNetMessage - Class in net.i2p.router
Wrap up an outbound I2NP message, along with the information associated with its delivery and jobs to be fired off if particular events occur.
OutNetMessage(RouterContext) - Constructor for class net.i2p.router.OutNetMessage
Null msg and target, zero expiration (used in OutboundMessageRegistry only)
OutNetMessage(RouterContext, I2NPMessage, long, int, RouterInfo) - Constructor for class net.i2p.router.OutNetMessage
Standard constructor
outNetMessagePool() - Method in class net.i2p.router.RouterContext
Where do we put messages that the router wants to forwards onto the network?
OutNetMessagePool - Class in net.i2p.router
Maintain a pool of OutNetMessages destined for other routers, organized by priority, expiring messages as necessary.
OutNetMessagePool(RouterContext) - Constructor for class net.i2p.router.OutNetMessagePool
 
outOfMemory(OutOfMemoryError) - Method in class net.i2p.router.tasks.OOMListener
 
outOfMemory(OutOfMemoryError) - Method in interface net.i2p.util.I2PThread.OOMEventListener
 
Outproxy - Interface in net.i2p.app
 
output(PrintWriter, int, boolean) - Method in class org.cybergarage.xml.Node
 
outputAttributes(PrintWriter) - Method in class org.cybergarage.xml.Node
 
outputMessage(PrintWriter, int, String, String, Throwable) - Method in class net.i2p.servlet.ErrorServlet
Override for specific cases.
outputRaw(OutputStream) - Method in class i2p.susi.webmail.MailPart
Synched because FileBuffer keeps stream open Caller must close out
OutputStreamBuffer - Class in i2p.susi.util
Output only.
OutputStreamBuffer(OutputStream) - Constructor for class i2p.susi.util.OutputStreamBuffer
 
OVERALL_TIMEOUT_MS_PARAM - Static variable in class net.i2p.router.message.OutboundClientMessageOneShotJob
final timeout (in milliseconds) that the outbound message will fail in.
overflowPage - Variable in class net.metanotion.io.block.index.BSkipSpan
 
overlayImage - Variable in class org.rrd4j.graph.RrdGraphDef
 
overUpBWLimit() - Method in interface org.klomp.snark.CoordinatorListener
Is i2psnark as a whole over its limit?
overUpBWLimit() - Method in class org.klomp.snark.PeerCoordinator
Is snark as a whole over its limit?
overUpBWLimit() - Method in class org.klomp.snark.Snark
Is i2psnark as a whole over its limit?
overUpBWLimit(long) - Method in interface org.klomp.snark.CoordinatorListener
Is a particular peer who has this recent download rate (in Bps) over our upstream bandwidth limit?
overUpBWLimit(long) - Method in class org.klomp.snark.PeerCoordinator
Is a particular peer who has downloaded this many bytes from us in the last CHECK_PERIOD over its limit?
overUpBWLimit(long) - Method in class org.klomp.snark.Snark
Is a particular peer who has this recent download rate (in Bps) over our upstream bandwidth limit?
overUploadLimit(int) - Method in interface org.klomp.snark.CoordinatorListener
Is this number of uploaders over the per-torrent limit?
overUploadLimit(int) - Method in class org.klomp.snark.Snark
 
ownDest - Variable in class net.i2p.i2ptunnel.I2PTunnel
 
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 _ 
All Classes All Packages