JavaScript is disabled on your browser.
Skip navigation links
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 _ 

A

A - Class in org.minidns.record
DNS A record payload representing an IPv4 address.
Maps a domain name to an IPv4 address, the most common DNS record type.
A(Inet4Address) - Constructor for class org.minidns.record.A
Create A record from IPv4 address.
A(int, int, int, int) - Constructor for class org.minidns.record.A
Create A record from four octets.
A(byte[]) - Constructor for class org.minidns.record.A
Create A record from byte array.
A(CharSequence) - Constructor for class org.minidns.record.A
Create A record from character sequence.
AAAA - Class in org.minidns.record
DNS AAAA record payload representing an IPv6 address.
Maps a domain name to an IPv6 address, the IPv6 equivalent of A records.
AAAA(Inet6Address) - Constructor for class org.minidns.record.AAAA
Create AAAA record from IPv6 address.
AAAA(byte[]) - Constructor for class org.minidns.record.AAAA
Create AAAA record from byte array.
AAAA(CharSequence) - Constructor for class org.minidns.record.AAAA
Create AAAA record from character sequence.
abort() - Method in class net.i2p.router.networkdb.kademlia.SearchState
Aborts this search state.
abort() - Method in interface net.i2p.router.transport.FIFOBandwidthLimiter.Request
we no longer want the data requested (the connection closed)
ABORTED - Static variable in class net.i2p.router.util.EventLog
for convenience, not required
ABSOLUTE_MAX_ACKS - Static variable in class net.i2p.router.transport.udp.PacketBuilder
one byte field
ABSOLUTE_MAX_PROFILES - Static variable in class net.i2p.router.peermanager.ProfileOrganizer
ABSOLUTE_MAX_PROFILES.
ABSOLUTE_MAX_WINDOW - Static variable in class net.i2p.client.streaming.impl.Connection
ABSOLUTE_MAX_WINDOW
absorb(byte) - Method in class org.bouncycastle.crypto.digests.KeccakDigest
absorb.
absorb(byte[], int, int) - Method in class org.bouncycastle.crypto.digests.KeccakDigest
absorb.
absorbBits(int, int) - Method in class org.bouncycastle.crypto.digests.KeccakDigest
absorbBits.
AbuseReason - Class in net.i2p.data.i2cp
Defines the structure for why abuse was reported either by the client to the router or by the router to the client
AbuseReason() - Constructor for class net.i2p.data.i2cp.AbuseReason
Create a new abuse reason.
AbuseSeverity - Class in net.i2p.data.i2cp
Provides a severity level (larger numbers are more severe) in association with a client reporting abusive behavior to the router or the router reporting it to the client
AbuseSeverity() - Constructor for class net.i2p.data.i2cp.AbuseSeverity
Create a new abuse severity with default value -1.
accept() - Method in class net.i2p.client.streaming.AcceptingChannel
Accept an incoming connection.
accept() - Method in interface net.i2p.client.streaming.I2PServerSocket
Waits for the next socket connecting.
accept(long) - Method in class net.i2p.client.streaming.impl.ConnectionHandler
Receive an incoming connection (built from a received SYN) Non-SYN packets with a zero SendStreamID may also be queued here so that they don't get thrown away while the SYN packet before it is queued.
accept() - Method in class net.i2p.client.streaming.impl.I2PServerSocketFull
Waits for the next socket connecting.
accept(Connection) - Method in class net.i2p.client.streaming.impl.SchedulerClosed
Accept connections where both sides have closed and ACKed, and the final timeout hasn't passed.
accept(Connection) - Method in class net.i2p.client.streaming.impl.SchedulerClosing
Accept connections where both sides have closed but at least one direction hasn't ACKed the close.
accept(Connection) - Method in class net.i2p.client.streaming.impl.SchedulerConnectedBulk
Accept connections that are established, using the bulk profile, and not yet closing.
accept(Connection) - Method in class net.i2p.client.streaming.impl.SchedulerConnecting
Accept connections where the SYN has been sent but not yet ACKed.
accept(Connection) - Method in class net.i2p.client.streaming.impl.SchedulerDead
Accept connections where the final timeout has passed or a RESET was received.
accept(Connection) - Method in class net.i2p.client.streaming.impl.SchedulerHardDisconnected
Accept connections that have been locally hard disconnected or sent a RESET, and the final timeout hasn't passed.
accept(Connection) - Method in class net.i2p.client.streaming.impl.SchedulerPreconnect
Accept locally created connections that haven't sent any packets yet.
accept(Connection) - Method in class net.i2p.client.streaming.impl.SchedulerReceived
Accept connections that have received a SYN but haven't sent one.
accept() - Method in class net.i2p.client.streaming.impl.StandardServerSocket
 
accept(Connection) - Method in interface net.i2p.client.streaming.impl.TaskScheduler
Determine whether this scheduler is fit to operate against the given connection.
accept(SAMv3Handler, boolean) - Method in class net.i2p.sam.MasterSession
 
accept(SAMv3Handler, boolean) - Method in class net.i2p.sam.SAMv3StreamSession
Accept a single incoming I2P stream and pipe data through the handler's socket.
accept() - Method in class net.i2p.sam.SSLServerSocketChannel
Accept a new SSL connection and wrap it in an SSLSocketChannel.
accept(File) - Method in class net.i2p.util.FileSuffixFilter
 
accept() - Method in class net.i2p.util.InternalServerSocket
 
accept() - Method in class org.cybergarage.http.HTTPServer
Accepts an incoming connection from the server socket.
acceptIncoming(int) - Method in class net.i2p.i2ptunnel.irc.DCCClientManager
Handle an incoming DCC ACCEPT response from the remote peer.
acceptIncoming(int) - Method in interface net.i2p.i2ptunnel.irc.DCCHelper
An incoming ACCEPT response
AcceptingChannel - Class in net.i2p.client.streaming
As this does not (yet) extend ServerSocketChannel it cannot be returned by StandardServerSocket.getChannel(), until we implement an I2P SocketAddress class.
AcceptingChannel(I2PSocketManager) - Constructor for class net.i2p.client.streaming.AcceptingChannel
Create a new accepting channel.
acceptNetworkMessage() - Method in interface net.i2p.router.RouterThrottle
Should we accept any more data from the network for any sort of message, taking into account our current load, or should we simply slow down?
acceptNetworkMessage() - Method in class net.i2p.router.RouterThrottleImpl
Should we accept any more data from the network for any sort of message, taking into account our current load, or should we simply slow down? FIXME only called by SSU Receiver, not NTCP! FIXME should put warning on the console FIXME or should we do this at all? We have Codel queues all over now...
acceptOutgoing(int) - Method in interface net.i2p.i2ptunnel.irc.DCCHelper
An outgoing ACCEPT response
acceptOutgoing(int) - Method in class net.i2p.i2ptunnel.irc.I2PTunnelDCCServer
An outgoing ACCEPT response
acceptTrialDecrypt(UDPPacket, SSU2Header.Header) - Static method in class net.i2p.router.transport.udp.SSU2Header
Copy the header back to the packet.
acceptTunnelRequest() - Method in interface net.i2p.router.RouterThrottle
Should we accept the request to participate in the given tunnel, taking into account our current load and bandwidth usage commitments?
acceptTunnelRequest() - Method in class net.i2p.router.RouterThrottleImpl
If we should send a reject, return a nonzero reject code.
ACCESS_TECH - Static variable in class edu.internet2.ndt.NDTConstants
Access technology variable name as sent by the NDT server.
AccessCounter - Class in net.i2p.i2ptunnel.access
Access attempt counter.
AccessCounter() - Constructor for class net.i2p.i2ptunnel.access.AccessCounter
Create a new access counter.
AccessFilter - Class in net.i2p.i2ptunnel.access
Incoming connection filter configurable through access list rules.
AccessFilter(I2PAppContext, FilterDefinition) - Constructor for class net.i2p.i2ptunnel.access.AccessFilter
Create a new access filter.
accessLeaseSet(Hash) - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
 
accessLeaseSet(Hash) - Method in class net.i2p.router.NetworkDatabaseFacade
Record access to a LeaseSet for refresh tracking.
accessLeaseSet(Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Record access to a LeaseSet for refresh tracking.
ace - Variable in class org.minidns.dnsname.DnsName
The DNS name in ASCII Compatible Encoding (ACE).
ace - Variable in exception org.minidns.dnsname.InvalidDnsNameException
the ACE-encoded domain name
ACKBitfield - Interface in net.i2p.router.transport.udp
Generic means of SACK/NACK transmission for partially or fully received messages
AckBlock(int, int) - Constructor for class net.i2p.router.crypto.ratchet.RatchetPayload.AckBlock
Builds an ACK block for a single key ID and count.
AckBlock(List<Integer>) - Constructor for class net.i2p.router.crypto.ratchet.RatchetPayload.AckBlock
 
AckBlock(long, int, byte[], int) - Constructor for class net.i2p.router.transport.udp.SSU2Payload.AckBlock
Create an acknowledgment block.
ackCount() - Method in interface net.i2p.router.transport.udp.ACKBitfield
Number of fragments acked in this bitfield.
AckDupEvent() - Constructor for class net.i2p.client.streaming.impl.Connection.AckDupEvent
Ack dup event
acked() - Method in class net.i2p.router.networkdb.kademlia.MessageWrapper.WrappedMessage
delivered tags (if any) were acked
acked(ACKBitfield) - Method in class net.i2p.router.transport.udp.OutboundMessageState
Ack all the fragments in the ack list.
acked(int) - Method in class net.i2p.router.transport.udp.OutboundMessageState
Ack this fragment number.
acked(PacketBuilder.Fragment) - Method in class net.i2p.router.transport.udp.PeerState
An ACK of a fragment was received.
ackImmediately() - Method in class net.i2p.client.streaming.impl.Connection
Ack immediately.
ackPackets(long, long[]) - Method in class net.i2p.client.streaming.impl.Connection
Process the acks and nacks received in a packet.
ackReceived() - Method in class net.i2p.client.streaming.impl.PacketLocal
Record that this packet was ACKed
AckRequestBlock() - Constructor for class net.i2p.router.crypto.ratchet.RatchetPayload.AckRequestBlock
Builds an ACK request block with a zero flag byte.
ackRequested(PublicKey, int, int) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
Process an ACK request
ackSendMessage(SessionId, MessageId, long) - Method in class net.i2p.router.client.ClientConnectionRunner
Send a notification to the client that their message (id specified) was accepted for delivery (but not necessarily delivered) Doesn't do anything if i2cp.messageReliability = "none" or if the nonce is 0.
acksToSend - Variable in class net.i2p.router.crypto.ratchet.RatchetEntry
ACKs queued for delivery with this entry, or null.
ACKTimer - Class in net.i2p.router.crypto.ratchet
Timer for sending ratchet-layer acknowledgments when application responses are delayed, supporting NS, NSR, ACK requests, and forward next key blocks The vast majority of these will be cancelled before firing, when streaming sends a response.
ACKTimer(RouterContext, Destination, Destination) - Constructor for class net.i2p.router.crypto.ratchet.ACKTimer
ACK timer for ratchet.
ACLASSES - Static variable in class net.i2p.addressbook.AddressBookCommandLine
List of address book specific classes
acquire() - Method in class net.i2p.crypto.HMAC256Generator
Package private for HKDF.
acquire() - Method in class net.i2p.crypto.SHA256Generator
Get a MessageDigest instance from the pool, for uses where the one-shot calculateHash() would require copying the data.
acquire(TunnelController, I2PSession) - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Note the fact that the controller is using the session so that it isn't destroyed prematurely.
acquire(RouterContext, boolean) - Static method in class net.i2p.router.transport.udp.UDPPacket
Inbound flag.
acquire() - Static method in class net.i2p.util.ReusableGZIPInputStream
Pull a cached instance
acquire() - Static method in class net.i2p.util.ReusableGZIPOutputStream
Pull a cached instance
acquire(int) - Static method in class net.i2p.util.SimpleByteCache
Get the next available array, either from the cache or a brand new one
acquire() - Method in class net.i2p.util.TryCache
Acquire an object from the cache or create a new one.
acquireBuf() - Static method in class net.i2p.router.transport.ntcp.EventPumper
High-frequency path in thread.
acquirePayload() - Method in class net.i2p.client.streaming.impl.Packet
 
acquireTmp() - Method in class net.i2p.crypto.HMACGenerator
32 bytes from the byte array cache.
action - Variable in class i2p.susi.dns.BaseBean
The current action
Action - Class in org.cybergarage.upnp
Represents a UPnP action with its associated service, arguments, and control functionality.
Action(Node) - Constructor for class org.cybergarage.upnp.Action
Creates a new Action with a given service node.
Action(Node, Node) - Constructor for class org.cybergarage.upnp.Action
Creates a new Action with given service and action nodes.
Action(Action) - Constructor for class org.cybergarage.upnp.Action
Creates a copy of an existing Action.
ACTION_ADDDEST - Static variable in class net.i2p.client.naming.HostTxtEntry
Action value: add a new destination
ACTION_ADDNAME - Static variable in class net.i2p.client.naming.HostTxtEntry
Action value: add a new hostname
ACTION_ADDSUBDOMAIN - Static variable in class net.i2p.client.naming.HostTxtEntry
Action value: add a subdomain entry
ACTION_CHANGEDEST - Static variable in class net.i2p.client.naming.HostTxtEntry
Action value: change an existing destination
ACTION_CHANGENAME - Static variable in class net.i2p.client.naming.HostTxtEntry
Action value: change an existing hostname
ACTION_FAILED - Static variable in class org.cybergarage.upnp.UPnPStatus
Error code indicating the action execution failed for other reasons.
ACTION_REMOVE - Static variable in class net.i2p.client.naming.HostTxtEntry
Action value: remove an entry
ACTION_REMOVEALL - Static variable in class net.i2p.client.naming.HostTxtEntry
Action value: remove all entries
ACTION_UPDATE - Static variable in class net.i2p.client.naming.HostTxtEntry
Action value: update an existing entry
actionControlReceived(Action) - Method in interface org.cybergarage.upnp.control.ActionListener
Called when an action control is received.
ActionData - Class in org.cybergarage.upnp.xml
Data container for UPnP action information.
ActionData() - Constructor for class org.cybergarage.upnp.xml.ActionData
Default constructor
ActionEvent - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Simple action event class for swing emulation.
ActionEvent() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.ActionEvent
Default constructor.
ActionList - Class in org.cybergarage.upnp
A list of UPnP actions.
ActionList() - Constructor for class org.cybergarage.upnp.ActionList
Constructs a new ActionList.
ActionListener - Interface in com.vuze.plugins.mlab.tools.ndt.swingemu
Interface for handling action events in swing emulation.
ActionListener - Interface in org.cybergarage.upnp.control
Interface for handling UPnP action control events.
actionPerformed(ActionEvent) - Method in class edu.internet2.ndt.Tcpbw100
Action handler method called when an associated action is performed
ActionRequest - Class in org.cybergarage.upnp.control
Represents a UPnP action control request.
ActionRequest() - Constructor for class org.cybergarage.upnp.control.ActionRequest
Default constructor
ActionRequest(HTTPRequest) - Constructor for class org.cybergarage.upnp.control.ActionRequest
Constructs an ActionRequest from an HTTP request.
ActionResponse - Class in org.cybergarage.upnp.control
Represents a UPnP action control response.
ActionResponse() - Constructor for class org.cybergarage.upnp.control.ActionResponse
Default constructor
ActionResponse(SOAPResponse) - Constructor for class org.cybergarage.upnp.control.ActionResponse
Constructs an ActionResponse from a SOAP response.
add(String, byte[]) - Method in interface com.docuverse.identicon.IdenticonCache
Adds image data to the cache.
add(Component) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
No-op stub.
add(String, Component) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
No-op stub.
add(int, Component) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
No-op stub.
add(Component) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JPanel
 
add(String, Component) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JPanel
 
add(FieldElement) - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
 
add(FieldElement) - Method in class net.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElement
$h = f + g$
add(FieldElement) - Method in class net.i2p.crypto.eddsa.math.FieldElement
Adds another field element to this one.
add(GroupElement) - Method in class net.i2p.crypto.eddsa.math.GroupElement
GroupElement addition using the twisted Edwards addition law with extended coordinates (Hisil2008).
add(InetAddress, int) - Method in class net.i2p.i2ptunnel.socks.SOCKSUDPTunnel
Adds a new UDP port to the tunnel for bidirectional SOCKS UDP communication.
add(MultiSource.MSink) - Method in class net.i2p.i2ptunnel.streamr.MultiSource
 
add(T) - Method in interface net.i2p.kademlia.KBucket
Add the peer to the bucket
add(T) - Method in class net.i2p.kademlia.KBucketImpl
Sets last-changed if rv is true OR if the peer is already present.
add(T) - Method in class net.i2p.kademlia.KBucketSet
Add a peer to the appropriate bucket.
add(T) - Method in interface net.i2p.kademlia.SelectionCollector
entry).
add(String) - Method in class net.i2p.router.Blocklist
Maintain a simple in-memory single-IP blocklist This is used for new additions, NOT for the main list of IP ranges read in from the file.
add(String, String) - Method in class net.i2p.router.Blocklist
Maintain a simple in-memory single-IP blocklist This is used for new additions, NOT for the main list of IP ranges read in from the file.
add(byte[]) - Method in class net.i2p.router.Blocklist
Maintain a simple in-memory single-IP blocklist This is used for new additions, NOT for the main list of IP ranges read in from the file.
add(byte[], String) - Method in class net.i2p.router.Blocklist
Maintain a simple in-memory single-IP blocklist This is used for new additions, NOT for the main list of IP ranges read in from the file.
add(ClientMessage) - Method in class net.i2p.router.ClientMessagePool
Add a new client message to the pool.
add(ClientMessage, boolean) - Method in class net.i2p.router.ClientMessagePool
Add a new client message with knowledge of whether it's remote.
add(I2NPMessage, RouterIdentity, Hash) - Method in class net.i2p.router.InNetMessagePool
Adds a new inbound message to be processed.
add(I2NPMessage, RouterIdentity, Hash, long) - Method in class net.i2p.router.InNetMessagePool
Adds a new inbound message with optional bloom filter XOR id.
add(Hash) - Method in class net.i2p.router.networkdb.kademlia.ExploreJob
This is called from SearchReplyJob
add(Hash) - Method in class net.i2p.router.networkdb.kademlia.SearchJob
Adds a peer to the search.
add(OutNetMessage) - Method in class net.i2p.router.OutNetMessagePool
Add a new outbound network message to the pool for delivery.
add(String) - Method in class net.i2p.router.transport.GeoIP
Add to the list needing lookup Public for BundleRouterInfos
add(byte[]) - Method in class net.i2p.router.transport.GeoIP
Add to the list needing lookup Public for BundleRouterInfos
add(OutNetMessage) - Method in class net.i2p.router.transport.ntcp.NTCPSendFinisher
Adds a message to the finishing queue to call afterSend asynchronously.
add(PeerState) - Method in class net.i2p.router.transport.udp.IntroductionManager
method comment
add(OutNetMessage) - Method in class net.i2p.router.transport.udp.OutboundMessageFragments
Add a new message to the active pool
add(OutboundMessageState, PeerState) - Method in class net.i2p.router.transport.udp.OutboundMessageFragments
Short circuit the OutNetMessage, letting us send the establish complete message reliably.
add(List<OutboundMessageState>, PeerState) - Method in class net.i2p.router.transport.udp.OutboundMessageFragments
Short circuit the OutNetMessage, letting us send multiple messages reliably and efficiently.
add(PeerState, int) - Method in class net.i2p.router.transport.udp.OutboundMessageFragments
Add the peer to the list of peers wanting to transmit something.
add(OutboundMessageState) - Method in class net.i2p.router.transport.udp.PeerState
Add an outbound message state to the queue.
add(UDPPacket) - Method in class net.i2p.router.transport.udp.UDPSender
Adds a UDP packet to the send queue.
add(Hash) - Method in class net.i2p.router.tunnel.pool.ExcluderBase
add.
add(I2NPMessage, Hash, TunnelId) - Method in class net.i2p.router.tunnel.PumpedTunnelGateway
Adds a message to be sent down the tunnel.
add(PendingGatewayMessage) - Method in class net.i2p.router.tunnel.PumpedTunnelGateway
Adds a PendingGatewayMessage to the prequeue and notifies the pumper to process it.
add(I2NPMessage, Hash, TunnelId) - Method in class net.i2p.router.tunnel.ThrottledPumpedTunnelGateway
Adds a message to the inbound gateway after a bandwidth-based drop check.
add(TunnelGatewayMessage) - Method in class net.i2p.router.tunnel.TunnelGateway
Add a message to be sent down the tunnel, where we are the inbound gateway.
add(I2NPMessage, Hash, TunnelId) - Method in class net.i2p.router.tunnel.TunnelGateway
Add a message to be sent down the tunnel, either sending it now (perhaps coalesced with other pending messages) or after a brief pause (_flushFrequency).
add(TunnelGatewayMessage) - Method in class net.i2p.router.tunnel.TunnelGatewayZeroHop
Add a message to be sent down the tunnel, where we are the inbound gateway.
add(I2NPMessage, Hash, TunnelId) - Method in class net.i2p.router.tunnel.TunnelGatewayZeroHop
Add a message to be sent down the tunnel (immediately forwarding it to the InboundMessageDistributor or OutboundMessageDistributor, as necessary).
add(E) - Method in class net.i2p.router.util.CachedIteratorCollection
Adds a data object (element) as a Node and sets previous/next pointers accordingly
add(E) - Method in class net.i2p.router.util.CoDelBlockingQueue
add.
add(byte[]) - Method in class net.i2p.router.util.DecayingBloomFilter
Add a byte array entry to the filter
add(byte[], int, int) - Method in class net.i2p.router.util.DecayingBloomFilter
Add a byte array entry at the specified offset and length
add(long) - Method in class net.i2p.router.util.DecayingBloomFilter
Add a long entry to the filter.
add(byte[], int, int) - Method in class net.i2p.router.util.DecayingHashSet
 
add(long) - Method in class net.i2p.router.util.DecayingHashSet
 
add(double, long, double, long) - Method in class net.i2p.router.web.GraphListener
Add a new data point to the RRD database.
add(String, String, Properties) - Method in class net.i2p.sam.MasterSession
Add a session
add(StringBuilder, boolean, String, String, String, double) - Static method in class net.i2p.stat.PersistenceHelper
Append a double value to the buffer.
add(StringBuilder, boolean, String, String, String, long) - Static method in class net.i2p.stat.PersistenceHelper
Append a long value to the buffer.
add(double, long, double, long) - Method in interface net.i2p.stat.RateSummaryListener
Called to add rate statistics for a period.
add(E) - Method in class net.i2p.util.ArraySet
 
add(E) - Method in class net.i2p.util.ConcurrentHashSet
 
add(String) - Method in class net.i2p.util.LogConsoleBuffer
Add
add(K, int) - Method in class net.i2p.util.ObjectCounterUnsafe
Add a value
add(E) - Method in class net.i2p.util.UnmodifiableSortedSet
 
add(V) - Method in class net.metanotion.util.skiplist.SkipIterator
Not supported.
add(Object) - Method in class org.cybergarage.util.ListenerList
Adds a listener object to the list if it's not already present.
add(Comment) - Method in class org.klomp.snark.comments.CommentSet
Adds a comment to this set.
add(PeerCoordinator) - Method in class org.klomp.snark.PeerCoordinatorSet
Register a coordinator for its torrent's info hash.
add(CommentText) - Method in class org.rrd4j.graph.LegendComposer.Line
Add
addAction(Action) - Method in class org.cybergarage.upnp.Service
Adds an action to this service.
addActionListener(ActionListener) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JButton
 
addActionListener(ActionListener) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JCheckBox
Action listener.
addActiveFactories(RrdBackendFactory...) - Static method in class org.rrd4j.core.RrdBackendFactory
Add factories to the list of active factories, i.e.
addAdditionalResourceRecord(Record<? extends Data>) - Method in class org.minidns.dnsmessage.DnsMessage.Builder
addAdditionalResourceRecord.
addAdditionalResourceRecords(List<Record<? extends Data>>) - Method in class org.minidns.dnsmessage.DnsMessage.Builder
addAdditionalResourceRecords.
addAlias(Destination, ClientTunnelSettings, Destination) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
addAlias(Destination, ClientTunnelSettings, Destination) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Add another destination to the same tunnels.
addAlias(Destination, ClientTunnelSettings, Destination) - Method in interface net.i2p.router.TunnelManagerFacade
Add another destination to the same tunnels.
addAll(Collection<? extends Hash>) - Method in class net.i2p.router.tunnel.pool.ExcluderBase
addAll.
addAll(Collection<? extends E>) - Method in class net.i2p.util.ConcurrentHashSet
 
addAndStart(ClientApp, String[]) - Method in class net.i2p.router.startup.RouterAppManager
Add and start a client application.
addAnswer(Record<? extends Data>) - Method in class org.minidns.dnsmessage.DnsMessage.Builder
addAnswer.
addAnswers(Collection<Record<? extends Data>>) - Method in class org.minidns.dnsmessage.DnsMessage.Builder
addAnswers.
addArchive(ArcDef) - Method in class org.rrd4j.core.RrdDef
Adds single archive definition represented with object of class ArcDef.
addArchive(ArcDef...) - Method in class org.rrd4j.core.RrdDef
Adds archive definitions to RRD definition in bulk.
addArchive(ConsolFun, double, int, int) - Method in class org.rrd4j.core.RrdDef
Adds single archive definition by specifying its consolidation function, X-files factor, number of steps and rows.
addArchive(String) - Method in class org.rrd4j.core.RrdDef
Adds single archive to RRD definition from a RRDTool-like archive definition string.
addArchive(String, String, ArcDef) - Static method in class org.rrd4j.core.RrdToolkit
Creates a new RRD file with one more archive in it.
addArchive(String, ArcDef, boolean) - Static method in class org.rrd4j.core.RrdToolkit
Adds one more archive to a RRD file.
addAttachment(Attachment) - Method in class i2p.susi.webmail.Draft
Adds an attachment if not already present.
addAttribute(Attribute) - Method in class org.cybergarage.xml.Node
Adds an attribute to this node.
addAttribute(String, String) - Method in class org.cybergarage.xml.Node
Adds an attribute with the specified name and value.
addAuthorization(String, String) - Method in class net.i2p.util.EepGet
Add basic authorization header for the proxy.
addBeginGroupKey(RenderingHints.Key) - Static method in class org.jfree.svg.SVGHints
Adds a key to the list of keys that are synonyms for SVGHints.KEY_BEGIN_GROUP.
addCallBack(I2PProperties.I2PPropertyCallback) - Method in class net.i2p.util.I2PProperties
Registers a callback for property change notifications.
addCert(File, String, KeyStore) - Static method in class net.i2p.crypto.KeyStoreUtil
Load an X509 Cert from a file and add it to the trusted set of certificates in the key store This does NOT check for revocation.
addCert(File, String, KeyStore, CertStore) - Static method in class net.i2p.crypto.KeyStoreUtil
Load an X509 Cert from a file and add it to the trusted set of certificates in the key store This DOES check for revocation, IF cs is non-null.
addCerts(File, KeyStore) - Static method in class net.i2p.crypto.KeyStoreUtil
Load all X509 Certs from a directory and add them to the trusted set of certificates in the key store This DOES check for revocation.
addClientKeys(String[]) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
Multiple entries in form Handles either order addClientName/addClientKey
addClientNames(String[]) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
Multiple entries in form
addClove(GarlicConfig) - Method in class net.i2p.router.message.GarlicConfig
Add a clove to the current message - if any cloves are added, an I2NP message cannot be specified via setPayload.
addClove(GarlicConfig) - Method in class net.i2p.router.message.PayloadGarlicConfig
Not supported for single-clove configs.
addCoeffs(Poly) - Method in class org.bouncycastle.pqc.crypto.mlkem.Poly
addCoeffs.
addComments(List<Comment>) - Method in class org.klomp.snark.Snark
Add to the current comment set for this torrent, creating it if it didn't previously exist.
addConnectionEventListener(I2PTunnel.ConnectionEventListener) - Method in class net.i2p.i2ptunnel.I2PTunnel
Registers a listener for connection events.
addController(TunnelController) - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Add the given tunnel to the set of known controllers (but don't add it to a config file or start it or anything)
addCountryFile() - Method in class net.i2p.router.Blocklist
The blocklist-country.txt file was created or updated.
addCritical(String) - Method in class net.i2p.util.LogConsoleBuffer
Only adds to the critical buffer, not to both.
addData(long) - Method in class net.i2p.stat.Rate
Accrue the data in current period as an instantaneous event.
addData(long, long) - Method in class net.i2p.stat.Rate
Accrue the data in current period as if the event took the specified amount of time If value is always a constant, you should be using Frequency instead.
addData(long, long) - Method in class net.i2p.stat.RateStat
Update all of the rates for the various periods with the given value.
addData(long) - Method in class net.i2p.stat.RateStat
Update all of the rates for the various periods with the given value.
addDatasource(DsDef) - Method in class org.rrd4j.core.RrdDef
Adds single datasource definition represented with object of class DsDef.
addDatasource(String, DsType, long, double, double) - Method in class org.rrd4j.core.RrdDef
Adds single datasource to RRD definition by specifying its data source name, source type, heartbeat, minimal and maximal value.
addDatasource(String) - Method in class org.rrd4j.core.RrdDef
Adds single datasource to RRD definition from a RRDTool-like datasource definition string.
addDatasource(DsDef...) - Method in class org.rrd4j.core.RrdDef
Adds data source definitions to RRD definition in bulk.
addDatasource(String, String, DsDef) - Static method in class org.rrd4j.core.RrdToolkit
Creates a new RRD file with one more datasource in it.
addDatasource(String, DsDef, boolean) - Static method in class org.rrd4j.core.RrdToolkit
Adds one more datasource to a RRD file.
addDatasources(String, String, Iterable<DsDef>) - Static method in class org.rrd4j.core.RrdToolkit
Creates a new RRD file with one more datasource in it.
addDatasources(String, Iterable<DsDef>, boolean) - Static method in class org.rrd4j.core.RrdToolkit
Adds datasources to a RRD file.
addDate(StringBuilder, boolean, String, String, String, long) - Static method in class net.i2p.stat.PersistenceHelper
Append a date value to the buffer.
addDeferred(Job, Job, long, boolean) - Method in class net.i2p.router.networkdb.kademlia.FloodSearchJob
Add jobs to an existing search
addDeferred(Job, Job, long, boolean) - Method in class net.i2p.router.networkdb.kademlia.SearchJob
Add a deferred search to run on completion of this search.
addDestination(String, Destination) - Method in class net.i2p.client.naming.NamingService
Add a Destination to an existing hostname's entry in the addressbook.
addDestination(String, Destination, Properties) - Method in class net.i2p.client.naming.NamingService
Add a Destination to an existing hostname's entry in the addressbook.
addDestination(String, Destination, Properties) - Method in class net.i2p.router.naming.BlockfileNamingService
Add a Destination to an existing hostname's entry in the addressbook.
addDevice(Device) - Method in class org.cybergarage.upnp.Device
Add a Device to device without checking for duplicate or syntax error.
addDeviceChangeListener(DeviceChangeListener) - Method in class org.cybergarage.upnp.ControlPoint
 
addDisconnectListener(I2PSocketManager.DisconnectListener) - Method in interface net.i2p.client.streaming.I2PSocketManager
lsnr).
addDisconnectListener(I2PSocketManager.DisconnectListener) - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
 
addDisconnectListener(I2PSocketManager.DisconnectListener) - Method in class net.i2p.client.streaming.impl.MessageHandler
Add a disconnect listener
addDontIncludePeer(Hash) - Method in class net.i2p.data.i2np.DatabaseLookupMessage
Add to the set.
addDontIncludePeers(Collection<Hash>) - Method in class net.i2p.data.i2np.DatabaseLookupMessage
Add to the set.
addDownloader(Snark) - Method in class org.klomp.snark.SnarkManager
Add and start a FetchAndAdd task.
addEdnsOption(EdnsOption) - Method in class org.minidns.edns.Edns.Builder
Adds an EDNS option.
addElement(O) - Method in class i2p.susi.util.Folder
Add an element only if it does not already exist.
addElements(List<O>) - Method in class i2p.susi.util.Folder
Add elements only if they do not already exist.
addElementTitleKey(RenderingHints.Key) - Static method in class org.jfree.svg.SVGHints
Adds a key to the list of keys that are synonyms for SVGHints.KEY_ELEMENT_TITLE.
addEncryptionKey(PublicKey) - Method in class net.i2p.data.LeaseSet2
Add an encryption key.
addEncryptionKey(PublicKey) - Method in class net.i2p.data.MetaLeaseSet
UnsupportedOperationException always.
addEndGroupKey(RenderingHints.Key) - Static method in class org.jfree.svg.SVGHints
Adds a key to the list of keys that are synonyms for SVGHints.KEY_END_GROUP.
addEndpoint(Hash, TunnelId) - Method in class net.i2p.data.i2cp.RequestLeaseSetMessage
addEndpoint.
addEndpoint(Lease) - Method in class net.i2p.data.i2cp.RequestVariableLeaseSetMessage
addEndpoint.
addEntries(List<String>) - Method in class i2p.susi.dns.BlacklistBean
Add entries to the blacklist
addEntries(List<NewsEntry>) - Method in class net.i2p.router.news.NewsManager
Add or replace each entry in the list.
addEntry(Map<String, List<String>>, String, String) - Static method in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
Add an entry to the multimap.
addEvent(SimpleTimer2.TimedEvent, long) - Method in class net.i2p.client.streaming.impl.RetransmissionTimer
Schedule an event via the dedicated timer.
addEvent(String) - Method in class net.i2p.router.util.EventLog
Append an event.
addEvent(String, String) - Method in class net.i2p.router.util.EventLog
Append an event.
addEvent(SimpleTimer2.TimedEvent, long) - Method in class net.i2p.util.SimpleTimer2
Queue up the given event to be fired no sooner than timeoutMs from now.
addEventListener(EventListener) - Method in class org.cybergarage.upnp.ControlPoint
 
addFinalShutdownTask(Runnable) - Method in class net.i2p.router.RouterContext
Add a task to be run during final shutdown.
addFormError(String) - Method in class net.i2p.router.web.FormHandler
Add an error message to display Use if it does not include a link.
addFormError(String, boolean) - Method in class net.i2p.router.web.FormHandler
Add an error message to display Use if it does not include a link.
addFormErrorNoEscape(String) - Method in class net.i2p.router.web.FormHandler
Add an error message to display Use if it includes a link or other formatting.
addFormErrorNoEscape(String, boolean) - Method in class net.i2p.router.web.FormHandler
Add an error message to display Use if it includes a link or other formatting.
addFormNotice(String) - Method in class net.i2p.router.web.FormHandler
Add a non-error message to display Use if it does not include a link.
addFormNotice(String, boolean) - Method in class net.i2p.router.web.FormHandler
Add a non-error message to display Use if it does not include a link.
addFormNoticeNoEscape(String) - Method in class net.i2p.router.web.FormHandler
Add a non-error message to display Use if it includes a link or other formatting.
addFormNoticeNoEscape(String, boolean) - Method in class net.i2p.router.web.FormHandler
Add a non-error message to display Use if it includes a link or other formatting.
addHeader(String, String) - Method in class net.i2p.util.EepGet
Add an extra header to the request.
addHeader(HTTPHeader) - Method in class org.cybergarage.http.HTTPPacket
Adds a header to this HTTP packet.
addHeader(String, String) - Method in class org.cybergarage.http.HTTPPacket
Adds a header with the specified name and value.
addIcon(Icon) - Method in class org.cybergarage.upnp.Device
addIcon.
addInitialLeaseSetResponse(Hash, LeaseSet) - Method in class net.i2p.router.networkdb.kademlia.SearchState
addInitialLeaseSetResponse.
addInterestedAndChoking(int) - Method in class org.klomp.snark.PeerCoordinator
 
addItem(String) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JComboBox
Add an item (no-op).
addItem() - Method in class net.metanotion.util.skiplist.SkipList
Increment item count.
additionalSection - Variable in class org.minidns.dnsmessage.DnsMessage
The additional section.
addJob(Job) - Method in class net.i2p.router.JobQueue
Enqueue the specified job for normal processing.
addJobToTop(Job) - Method in class net.i2p.router.JobQueue
Enqueue the specified job to be processed at the top of the queue.
addKey(String, String) - Method in class net.i2p.crypto.TrustedUpdate
Duplicate keys or names rejected, except that duplicate empty names are allowed
addKeystream(String, String) - Method in class net.i2p.sam.SAMBridge
Specify that the given keystream should be used for the given name.
addLatencySample(int) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
Add a latency sample from a test result.
addLease(Lease) - Method in class net.i2p.data.LeaseSet
Adds a lease to this leaseset.
addLease(Lease) - Method in class net.i2p.data.LeaseSet2
Must be a Lease2.
addLease(Lease) - Method in class net.i2p.data.MetaLeaseSet
Must be a MetaLease.
addLeaseSetResponse(Hash, LeaseSet) - Method in class net.i2p.router.networkdb.kademlia.SearchState
addLeaseSetResponse.
addListener(MLabRunner.ToolRunListener) - Method in interface com.vuze.plugins.mlab.MLabRunner.ToolRun
Add a listener for test events
addListener(I2PSessionListener, int, int) - Method in class net.i2p.client.impl.I2PSessionDemultiplexer
For those that don't need to hear about the protocol and ports in messageAvailable() (Streaming lib)
addListener(Timestamper.UpdateListener) - Method in class net.i2p.router.time.RouterTimestamper
addListener.
addLog(Log) - Method in class net.i2p.util.LogManager
If the log already exists, its priority is set here but cannot be changed later, as it becomes an "orphan" not tracked by the manager.
addMagnet(String, byte[], String, boolean) - Method in class org.klomp.snark.SnarkManager
Add a torrent with the info hash alone (magnet / maggot)
addMagnet(String, byte[], String, boolean, File) - Method in class org.klomp.snark.SnarkManager
Add a torrent with the info hash alone (magnet / maggot)
addMagnet(String, byte[], String, boolean, boolean, File, CompleteListener) - Method in class org.klomp.snark.SnarkManager
Add a torrent with the info hash alone (magnet / maggot) External use is for UpdateRunner.
addMessage(I2CPMessage) - Method in class net.i2p.client.impl.ClientWriterRunner
Add this message to the writer's queue.
addMessage(I2CPMessage) - Method in class net.i2p.router.client.ClientWriterRunner
Add this message to the writer's queue Nonblocking, throws exception if queue is full
addMessage(OutNetMessage) - Method in class net.i2p.router.transport.udp.InboundEstablishState
Queue a message to be sent after the session is established.
addMessage(OutNetMessage) - Method in class net.i2p.router.transport.udp.OutboundEstablishState
Queue a message to be sent after the session is established.
addMessage(String) - Method in class net.i2p.util.UIMessages
Will remove an old message if over the max size.
addMessage(Snark, String) - Method in interface org.klomp.snark.CompleteListener
 
addMessage(String) - Method in interface org.klomp.snark.CoordinatorListener
Adds a status message for display to the user.
addMessage(String) - Method in class org.klomp.snark.Snark
StorageListener and CoordinatorListener callback
addMessage(String) - Method in class org.klomp.snark.SnarkManager
Use if it does not include a link.
addMessage(Snark, String) - Method in class org.klomp.snark.SnarkManager
A Snark.CompleteListener method.
addMessage(String) - Method in interface org.klomp.snark.StorageListener
Adds a status message for display to the user.
addMessage(Snark, String) - Method in class org.klomp.snark.UpdateRunner
addMessage.
addMessageId(long) - Method in class net.i2p.router.tunnel.PendingGatewayMessage
Add an ID to the list of the TunnelDataMssages this message was fragmented into.
addMessageNoEscape(String) - Method in class net.i2p.util.UIMessages
Use if it includes a link.
addMessageNoEscape(String) - Method in class org.klomp.snark.SnarkManager
Use if it includes a link.
addMimeMapping(String, String) - Method in class org.klomp.snark.web.BasicServlet
Add a MIME type mapping for an extension.
addMimeMapping(String, String) - Method in class org.klomp.snark.web.MimeTypes
Set a mime mapping.
addMouseListener(MouseAdapter) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
No-op stub.
addMuxedListener(I2PSessionMuxedListener, int, int) - Method in class net.i2p.client.impl.I2PSessionDemultiplexer
For those that do care UDP perhaps
addMuxedSessionListener(I2PSessionMuxedListener, int, int) - Method in interface net.i2p.client.I2PSession
Listen on specified protocol and port, and receive notification of proto, fromPort, and toPort for every message.
addMuxedSessionListener(I2PSessionMuxedListener, int, int) - Method in class net.i2p.client.impl.I2PSessionImpl2
Not supported.
addMuxedSessionListener(I2PSessionMuxedListener, int, int) - Method in class net.i2p.client.impl.I2PSessionMuxedImpl
Listen on specified protocol and port, and receive notification of proto, fromPort, and toPort for every message.
addNameserverRecords(Record<? extends Data>) - Method in class org.minidns.dnsmessage.DnsMessage.Builder
addNameserverRecords.
addNamingService(NamingService, boolean) - Method in class net.i2p.client.naming.MetaNamingService
 
addNamingService(NamingService) - Method in class net.i2p.client.naming.NamingService
Only for chaining-capable NamingServices.
addNamingService(NamingService, boolean) - Method in class net.i2p.client.naming.NamingService
Only for chaining-capable NamingServices.
addNewMessage(MessagePayloadMessage) - Method in class net.i2p.client.impl.I2PSessionImpl
Recieve a payload message and let the app know its available
addNewMessage(MessagePayloadMessage) - Method in class net.i2p.client.impl.I2PSessionMuxedImpl
Receive a payload message and let the app know its available
addNode(Node) - Method in class org.cybergarage.xml.Node
Adds a child node to this node.
addNotifyListener(NotifyListener) - Method in class org.cybergarage.upnp.ControlPoint
Add a notify listener.
addOne() - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
 
addOne() - Method in class net.i2p.crypto.eddsa.math.FieldElement
Adds one to this field element.
addOOMEventListener(I2PThread.OOMEventListener) - Static method in class net.i2p.util.I2PThread
register a new component that wants notification of OOM events
addOOMEventThreadListener(I2PThread.OOMEventListener) - Method in class net.i2p.util.I2PAppThread
Register a new component that wants notification of OOM events.
addOrSubtract(int, int) - Static method in class com.google.zxing.common.reedsolomon.GenericGF
Implements both addition and subtraction -- they are the same in GF(size).
addOrSubtract(GenericGFPoly) - Method in class com.google.zxing.common.reedsolomon.GenericGFPoly
add or subtract.
addOutboundToken(RemoteHostId, long, long) - Method in class net.i2p.router.transport.udp.EstablishmentManager
Remember a token that can be used later to connect to the peer
addPage(int) - Method in class net.metanotion.io.block.FreeListBlock
Adds free page and writes new len to disk
addPaths(String, String) - Static method in class org.klomp.snark.web.BasicServlet
Simple version of URIUtil.addPaths().
addPeer(Peer) - Method in class org.klomp.snark.PeerCoordinator
Add peer (inbound or outbound)
addPeer(Peer) - Method in class org.klomp.snark.Piece
Adds a peer to the set of peers that have this piece.
addPending(Collection<Hash>) - Method in class net.i2p.router.networkdb.kademlia.SearchState
addPending.
addPending(Hash) - Method in class net.i2p.router.networkdb.kademlia.SearchState
addPending.
addPending(Hash, MessageWrapper.WrappedMessage) - Method in class net.i2p.router.networkdb.kademlia.StoreState
Adds a pending message for tracking.
addPending(Hash) - Method in class net.i2p.router.networkdb.kademlia.StoreState
Increments attempted count
addPeriodicEvent(SimpleTimer2.TimedEvent, long) - Method in class net.i2p.util.SimpleTimer2
Schedule a periodic event backed by SimpleTimer2.TimedEvent.
addPeriodicEvent(SimpleTimer2.TimedEvent, long, long) - Method in class net.i2p.util.SimpleTimer2
Schedule a periodic event backed by SimpleTimer2.TimedEvent.
addPoints(double, String) - Method in class net.i2p.router.sybil.Points
Add points with a reason.
addPoly(PolyVec) - Method in class org.bouncycastle.pqc.crypto.mlkem.PolyVec
addPoly.
addPrintLine(String) - Method in class org.rrd4j.graph.RrdGraphInfo
Add print line
addPrivateKey(PrivateKey) - Method in class net.i2p.data.i2cp.CreateLeaseSet2Message
Add a private key.
addProfile(PeerProfile) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Insert a fully-constructed profile into the organizer.
addProfilePoints(List<RouterInfo>, Map<Hash, Points>) - Method in class net.i2p.router.sybil.Analysis
Analyzes router profiles and adds Sybil points for banlisted, newly observed, or poorly performing routers.
addPropertyCallback(I2PProperties.I2PPropertyCallback) - Method in class net.i2p.I2PAppContext
Add a callback, which will fire upon changes in the property given in the specific callback.
addPropertyCallback(I2PProperties.I2PPropertyCallback) - Method in class net.i2p.router.RouterContext
Add a callback for property changes.
addProvider() - Static method in class net.i2p.crypto.provider.I2PProvider
Install the I2PProvider.
addQuestion(Question) - Method in class org.minidns.dnsmessage.DnsMessage.Builder
addQuestion.
addRandomByte(byte) - Method in class gnu.crypto.prng.BasePRNGStandalone
 
addRandomByte(byte) - Method in class gnu.crypto.prng.DevRandom
 
addRandomByte(byte) - Method in class gnu.crypto.prng.FortunaStandalone
Add a random byte to the entropy pool.
addRandomByte(byte) - Method in interface gnu.crypto.prng.IRandomStandalone
Supplement, or possibly replace, the random state of this PRNG with a random byte.
addRandomBytes(byte[]) - Method in class gnu.crypto.prng.BasePRNGStandalone
 
addRandomBytes(byte[], int, int) - Method in class gnu.crypto.prng.BasePRNGStandalone
 
addRandomBytes(byte[]) - Method in class gnu.crypto.prng.DevRandom
 
addRandomBytes(byte[], int, int) - Method in class gnu.crypto.prng.DevRandom
 
addRandomBytes(byte[], int, int) - Method in class gnu.crypto.prng.FortunaStandalone
Add random bytes to the entropy pool.
addRandomBytes(byte[]) - Method in interface gnu.crypto.prng.IRandomStandalone
Supplement, or possibly replace, the random state of this PRNG with a sequence of new random bytes.
addRandomBytes(byte[], int, int) - Method in interface gnu.crypto.prng.IRandomStandalone
Supplement, or possibly replace, the random state of this PRNG with a sequence of new random bytes.
addRateData(String, long, long) - Method in class net.i2p.stat.StatManager
Update the given rate statistic, taking note that the given data point was received (and recalculating all rates).
addRateData(String, long) - Method in class net.i2p.stat.StatManager
Update the given rate statistic, taking note that the given data point was received (and recalculating all rates).
addRecentlyClosed(PeerStateDestroyed) - Method in class net.i2p.router.transport.udp.UDPTransport
Start listening for packets on a destroyed connection
addRecord(LogRecord) - Method in class net.i2p.util.LogManager
Used by Log to add records to the queue.
addRemotePeerState(PeerState) - Method in class net.i2p.router.transport.udp.UDPTransport
Adds a new peer state or replaces an existing one if the peer identity or address changes.
addRenderingHints(Map<?, ?>) - Method in class org.jfree.svg.SVGGraphics2D
Adds all the supplied rendering hints.
addReply(Hash) - Method in class net.i2p.data.i2np.DatabaseSearchReplyMessage
addReply.
addRequest() - Method in class org.klomp.snark.PeerState
Adds a new request to the outstanding requests list.
addRequestListener(HTTPRequestListener) - Method in class org.cybergarage.http.HTTPServer
Adds a request listener to receive HTTP request notifications.
addRequestListener(HTTPRequestListener) - Method in class org.cybergarage.http.HTTPServerList
Adds a request listener to all HTTP servers in this list.
ADDRESS - Static variable in class org.cybergarage.upnp.ssdp.SSDP
Default IPv4 multicast address for SSDP messages
ADDRESS_TYPE_NOT_SUPPORTED - Static variable in class net.i2p.socks.SOCKS5Constants.Reply
ADDRESS_TYPE_NOT_SUPPORTED.
AddressBean - Class in i2p.susi.dns
Bean representing an I2P address entry with hostname and destination.
AddressBean(String, String) - Constructor for class i2p.susi.dns.AddressBean
Constructs an AddressBean with hostname and base64 encoded destination.
AddressBean(String, Destination) - Constructor for class i2p.susi.dns.AddressBean
Constructs an AddressBean with hostname and destination object.
AddressBean(String, byte[]) - Constructor for class i2p.susi.dns.AddressBean
Constructs an AddressBean with hostname and destination as byte array.
AddressBlock(byte[], int) - Constructor for class net.i2p.router.transport.udp.SSU2Payload.AddressBlock
Create an address block.
AddressBook - Class in net.i2p.addressbook
An address book for storing human readable names mapped to base64 i2p destinations.
AddressBook(Map<String, HostTxtEntry>) - Constructor for class net.i2p.addressbook.AddressBook
Construct an AddressBook from the contents of the Map addresses.
AddressBook(Subscription, String, int) - Constructor for class net.i2p.addressbook.AddressBook
Construct an AddressBook from the Subscription subscription.
AddressBook(File) - Constructor for class net.i2p.addressbook.AddressBook
Construct an AddressBook from the contents of the file at file.
AddressBook(String) - Constructor for class net.i2p.addressbook.AddressBook
Test only.
AddressbookBean - Class in i2p.susi.dns
Bean for managing I2P address books.
AddressbookBean() - Constructor for class i2p.susi.dns.AddressbookBean
Default constructor.
AddressBookCommandLine - Class in net.i2p.addressbook
Simple command line access to various utilities.
AddressBookCommandLine() - Constructor for class net.i2p.addressbook.AddressBookCommandLine
Protected constructor for subclass use.
addressbookDir() - Method in class i2p.susi.dns.BaseBean
Returns the addressbook directory.
AddressByDateSorter - Class in i2p.susi.dns
Comparator for sorting AddressBean by date (newest first, then alphabetical).
AddressByDateSorter() - Constructor for class i2p.susi.dns.AddressByDateSorter
Default constructor.
AddressByNameSorter - Class in i2p.susi.dns
Comparator for sorting AddressBean by name alphabetically.
AddressByNameSorter() - Constructor for class i2p.susi.dns.AddressByNameSorter
Default constructor.
Addresses - Class in net.i2p.util
Methods to get the local addresses, and other IP utilities.
addressType - Variable in class net.i2p.i2ptunnel.socks.SOCKSServer
SOCKS address type (e.g.
AddressType() - Constructor for class net.i2p.socks.SOCKS5Constants.AddressType
 
AddressType - Enum in net.i2p.util
Enumeration of supported address types.
addRunners(int) - Method in class net.i2p.router.JobQueue
Add additional job runners to the pool.
addSample(int) - Method in class net.i2p.client.streaming.impl.SimpleBandwidthEstimator
Records an arriving ack.
addSample(int) - Method in class net.i2p.router.transport.udp.SimpleBandwidthEstimator
Records a new bandwidth sample based on the number of bytes acknowledged.
addSample(int) - Method in interface net.i2p.util.BandwidthEstimator
Records an arriving ack.
addSample(int) - Method in class net.i2p.util.SyntheticREDQueue
Unconditionally accepts the given packet size.
addSearchListener(SearchListener) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocket
addSearchListener.
addSearchListener(SearchListener) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocketList
Adds a search listener to all sockets.
addSearchResponseListener(SearchResponseListener) - Method in class org.cybergarage.upnp.ControlPoint
 
addSecurityHeaders(Map<String, List<String>>, String) - Static method in class net.i2p.i2ptunnel.SecurityHeaderBuilder
Adds all appropriate security headers to a response.
addService(Service) - Method in class org.cybergarage.upnp.Device
Add a Service to device without checking for duplicate or syntax error
addSession(I2PSession) - Method in class net.i2p.i2ptunnel.I2PTunnel
Add a session to the tunnel
addSessionListener(I2PSessionListener, int, int) - Method in interface net.i2p.client.I2PSession
Listen on specified protocol and port.
addSessionListener(I2PSessionListener, int, int) - Method in class net.i2p.client.impl.I2PSessionImpl2
Not supported.
addSessionListener(I2PSessionListener, int, int) - Method in class net.i2p.client.impl.I2PSessionMuxedImpl
Listen on specified protocol and port.
addShiftListener(RouterClock.ClockShiftListener) - Method in class net.i2p.router.RouterClock
Add a listener to be notified of massive system clock shifts.
addShutdownTask(Runnable) - Method in class net.i2p.I2PAppContext
WARNING - Shutdown tasks are not executed in an I2PAppContext.
addSkipped(Hash) - Method in class net.i2p.router.networkdb.kademlia.StoreState
we aren't even going to try to contact this peer
addSorter(String, Comparator<O>) - Method in class i2p.susi.util.Folder
Adds a new sorter to the folder.
addStateVariable(StateVariable) - Method in class org.cybergarage.upnp.Service
Add the StateVariable to the service.

Note: This method should be used to create a dynamic
Device withtout writing any XML that describe the device
.
addStatusListener(EepGet.StatusListener) - Method in class net.i2p.util.EepGet
Add a status listener.
addSubscriber(Subscriber) - Method in class org.cybergarage.upnp.Service
addSubscriber.
addSubsession(InputStream, Properties) - Method in interface net.i2p.client.I2PSession
Add a subsession.
addSubsession(InputStream, Properties) - Method in class net.i2p.client.impl.I2PSessionImpl
Router must be connected or was connected...
addSubsession(InputStream, Properties) - Method in class net.i2p.client.impl.SubSession
Unsupported in a subsession.
addSubsession(InputStream, Properties) - Method in interface net.i2p.client.streaming.I2PSocketManager
For a server, you must call connect() on the returned object.
addSubsession(InputStream, Properties) - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
For a server, you must call connect() on the returned object.
addTag(RatchetSessionTag, RatchetTagSet) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
Map the tag to this tagset.
addTag(RatchetSessionTag, RatchetTagSet) - Method in interface net.i2p.router.crypto.ratchet.SessionTagListener
Map the tag to this tagset.
addTime(StringBuilder, boolean, String, String, String, long) - Static method in class net.i2p.stat.PersistenceHelper
Append a time duration to the buffer.
addToCache(BlindData) - Method in class net.i2p.router.networkdb.kademlia.BlindCache
Persists immediately if secret or privkey is non-null
addTorrent(MetaInfo, BitField, String, File, boolean) - Method in class org.klomp.snark.SnarkManager
Add a torrent from a MetaInfo.
addTunnel(TunnelInfo) - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
addTunnel(TunnelInfo) - Method in class net.i2p.router.tunnel.pool.TunnelPool
Add a tunnel to the pool.
addTunnelStatusListener(TunnelStatusListener) - Method in interface net.i2p.client.I2PSession
Add a listener for tunnel status changes.
addTunnelStatusListener(TunnelStatusListener) - Method in class net.i2p.client.impl.I2PSessionImpl2
Add a listener for tunnel status changes.
addUnique(E) - Method in class net.i2p.util.ArraySet
Unconditionally add o to the set.
addUnique(E) - Method in class net.i2p.util.UnmodifiableSortedSet
 
addUpdateListener(Clock.ClockUpdateListener) - Method in class net.i2p.util.Clock
Register a listener for clock offset changes.
addValue(String) - Method in class org.cybergarage.xml.Node
Adds a value to this node's existing value.
addValueToJsonObj(String, String, String) - Static method in class edu.internet2.ndt.JSONUtils
Function that add new value to JSON map
addVersionPoints(List<RouterInfo>, Map<Hash, Points>) - Method in class net.i2p.router.sybil.Analysis
Analyzes router versions and adds Sybil points for old, unreachable, or non-floodfill routers.
addWebApp(RouterContext, ContextHandlerCollection, String, String, File) - Static method in class net.i2p.router.web.WebAppStarter
add but don't start This is used only by RouterConsoleRunner, which adds all the webapps first and then starts all at once.
addWindowListener(WindowAdapter) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
No-op stub.
ADJUST_COST - Static variable in class net.i2p.router.transport.TransportImpl
Do we increase the advertised cost when approaching conn limits?
adjustBuildHandlerThreads(int) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Dynamically adjust BuildHandler thread count to match target.
adjustClockSkew(long) - Method in class net.i2p.router.transport.udp.PeerState
Update the moving-average clock skew based on the current difference.
adjustHandlerPriority() - Static method in class net.i2p.router.Tuner
Adjust the current thread's priority to the target handler priority.
adjustMessageReceiverThreads() - Method in class net.i2p.router.transport.udp.InboundMessageFragments
Dynamically adjust MessageReceiver thread count to match the target.
adjustMessageReceiverThreads() - Method in class net.i2p.router.transport.udp.UDPTransport
Dynamically adjusts MessageReceiver thread count to match the target.
adjustPacketHandlerThreads() - Method in class net.i2p.router.transport.udp.UDPTransport
Dynamically adjusts PacketHandler thread count to match the target.
adjustPumperThreads(int) - Static method in class net.i2p.router.tunnel.TunnelDispatcher
 
adjustRdnsPool(int) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Adjust the running rDNS executor pool sizes.
adjustReaderThreads() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
Adjust reader threads to match configured count.
adjustRunningThreads(int) - Static method in class net.i2p.router.tunnel.TunnelGatewayPumper
Adjust the running instance's thread count.
adjustSendFinisherThreads(int) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
Adjusts the send finisher thread count for the running pool.
adjustThreads(int) - Method in class net.i2p.router.transport.ntcp.NTCPSendFinisher
Adjusts the thread pool size for the running executor.
adjustThreads() - Method in class net.i2p.router.transport.ntcp.Reader
Dynamically adjust thread count to match the target.
adjustThreads() - Method in class net.i2p.router.transport.ntcp.Writer
Dynamically adjust thread count to match the target.
adjustThreads() - Method in class net.i2p.router.transport.udp.MessageReceiver
Dynamically adjust thread count.
adjustThreads() - Method in class net.i2p.router.transport.udp.PacketHandler
Dynamically adjust handler thread count to match the target.
adjustThreads(int) - Method in class net.i2p.router.tunnel.TunnelGatewayPumper
Dynamically adjust the number of pumper threads.
adjustWriterThreads() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
Adjust writer threads to match configured count.
ADVANCED_SERVICES - Static variable in class net.i2p.router.web.helpers.HomeHelper
advanced services list
AdvancedSettingsHandler - Class in net.i2p.i2pcontrol.servlets.jsonrpc2handlers
JSON-RPC handler for advanced router settings.
AdvancedSettingsHandler(RouterContext, JSONRPC2Helper) - Constructor for class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.AdvancedSettingsHandler
Constructor for advanced settings handler.
Advertiser - Class in org.cybergarage.upnp.device
Thread for advertising UPnP device presence on the network.
Advertiser(Device) - Constructor for class org.cybergarage.upnp.device.Advertiser
Constructor for advertiser.
aes() - Method in class net.i2p.I2PAppContext
Ok, I'll admit it, there is no good reason for having a context specific AES engine.
AES_SIZE - Static variable in class net.i2p.router.transport.ntcp.EstablishBase
AES_SIZE.
AESEngine - Class in net.i2p.crypto
Abstract base class for AES cipher operations in I2P.
AESEngine(I2PAppContext) - Constructor for class net.i2p.crypto.AESEngine
Constructor for subclasses.
afterScan() - Method in interface net.i2p.router.transport.UPnPScannerCallback
Called after a SSDP search ends.
afterSend(OutNetMessage, boolean, boolean, long) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
afterSend.
afterSend(OutNetMessage, boolean) - Method in class net.i2p.router.transport.TransportImpl
The transport is done sending this message
afterSend(OutNetMessage, boolean, boolean) - Method in class net.i2p.router.transport.TransportImpl
The transport is done sending this message
afterSend(OutNetMessage, boolean, long) - Method in class net.i2p.router.transport.TransportImpl
The transport is done sending this message
afterSend(OutNetMessage, boolean, boolean, long) - Method in class net.i2p.router.transport.TransportImpl
The transport is done sending this message.
Aggregator - Class in org.rrd4j.data
Aggregates RRD data values over specified time periods.
Provides statistical aggregation functions for time-series data with configurable time steps and value arrays.
Aggregator(long[], double[]) - Constructor for class org.rrd4j.data.Aggregator
Array of timestamps.
ALabel - Class in org.minidns.dnslabel
Represents an ASCII label in DNS.
ALabel(String) - Constructor for class org.minidns.dnslabel.ALabel
Create an ALabel.
algorithm - Variable in class org.minidns.record.DelegatingDnssecRR
The cryptographic algorithm used to create the signature.
algorithm - Variable in class org.minidns.record.DelegatingDnssecRR.SharedData
the algorithm
algorithm - Variable in class org.minidns.record.DNSKEY
The public key's cryptographic algorithm used.
algorithm - Variable in class org.minidns.record.RRSIG
The cryptographic algorithm used to create the signature.
algorithmByte - Variable in class org.minidns.record.DelegatingDnssecRR
The byte value of the cryptographic algorithm used to create the signature.
algorithmByte - Variable in class org.minidns.record.DNSKEY
The byte value of the public key's cryptographic algorithm used.
algorithmByte - Variable in class org.minidns.record.RRSIG
The cryptographic algorithm used to create the signature.
AliasedTunnelPool - Class in net.i2p.router.tunnel.pool
A tunnel pool with its own settings and Destination, but uses another pool for its tunnels.
AliasedTunnelPool(RouterContext, TunnelPoolManager, TunnelPoolSettings, TunnelPool) - Constructor for class net.i2p.router.tunnel.pool.AliasedTunnelPool
Create an aliased tunnel pool.
align(int) - Method in class org.rrd4j.core.jrrd.RRDFile
Skip count.
align() - Method in class org.rrd4j.core.jrrd.RRDFile
Skip count.
ALIVE - Static variable in class org.cybergarage.upnp.device.NTS
Alive notification
ALL_DEVICE - Static variable in class org.cybergarage.upnp.device.ST
ALL_DEVICE.
ALL_SECTIONS - Static variable in class net.i2p.router.web.helpers.SidebarRenderer
All section identifiers
allocate(long) - Method in class org.rrd4j.core.RrdAllocator
Next available byte offset in the allocation space.
allocPage() - Method in class net.metanotion.io.block.BlockFile
Allocate a new page from the free list or extend the file.
ALLOW - Static variable in interface net.i2p.client.streaming.IncomingConnectionFilter
Utility implementation that allows all incoming connections
ALLOW - Static variable in class net.i2p.i2ptunnel.access.Threshold
A Threshold that is never breached
allowAsIBGW(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Should we allow as IBGW? This just checks for the "R" capability and IPv4 support.
allowAsOBEP(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Should we allow as OBEP? This just checks for IPv4 support.
allowConnection() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
allowConnection.
allowConnection() - Method in class net.i2p.router.transport.udp.UDPTransport
Whether a new connection is allowed.
allowDestination(Destination) - Method in interface net.i2p.client.streaming.IncomingConnectionFilter
Check if the destination should be allowed to establish an incoming connection.
allowDestination(Destination) - Method in class net.i2p.i2ptunnel.access.AccessFilter
Determines if a connection to the given destination should be allowed.
ALLOWED_FAST - Static variable in class org.klomp.snark.Message
A l l o w e d f a s t
allowedFastMessage(int) - Method in class org.klomp.snark.PeerState
BEP 6 Ignored for now
allowedUploaders() - Method in class org.klomp.snark.PeerCoordinator
Return number of allowed uploaders for this torrent.
AllowedValue - Class in org.cybergarage.upnp
Represents an allowed value constraint for UPnP state variables.
AllowedValue(Node) - Constructor for class org.cybergarage.upnp.AllowedValue
Create an AllowedValue wrapping the given XML node.
AllowedValue(String) - Constructor for class org.cybergarage.upnp.AllowedValue
Create an AllowedValue by the value String, and will create the Node structure by itself
AllowedValueList - Class in org.cybergarage.upnp
A collection of UPnP allowed value constraints.
AllowedValueList() - Constructor for class org.cybergarage.upnp.AllowedValueList
Creates an empty allowed value list.
AllowedValueList(String[]) - Constructor for class org.cybergarage.upnp.AllowedValueList
Creates an allowed value list from an array of value strings.
AllowedValueRange - Class in org.cybergarage.upnp
Represents an allowed value range constraint for UPnP state variables.
AllowedValueRange(Node) - Constructor for class org.cybergarage.upnp.AllowedValueRange
Creates an AllowedValueRange from an XML node.
AllowedValueRange() - Constructor for class org.cybergarage.upnp.AllowedValueRange
Creates an empty AllowedValueRange with a new node structure.
allowGraphical() - Method in class net.i2p.router.web.helpers.NetDbHelper
call for non-text-mode browsers
allowGraphical() - Method in class net.i2p.router.web.helpers.PeerHelper
call for non-text-mode browsers
allowGraphical() - Method in class net.i2p.router.web.helpers.ProfilesHelper
call for non-text-mode browsers
allowIFrame(String) - Method in class net.i2p.router.web.CSSHelper
Should we allow a refreshing IFrame?
allowLocal() - Method in class net.i2p.router.transport.TransportImpl
Are we allowed to connect to local addresses?
allowParallelOperation() - Method in class net.i2p.router.JobQueue
Enable parallel job execution and start additional queue runner threads.
allowReseed() - Method in class net.i2p.router.web.helpers.SidebarHelper
Whether manual reseed should be allowed, based on uptime and known router count or the always-allow property.
ALPHABET_I2P - Static variable in class net.i2p.data.Base64
The I2P Alphabet.
AlphaComparator() - Constructor for class net.i2p.router.web.helpers.UDPSorters.AlphaComparator
 
altAutoscale - Variable in class org.rrd4j.graph.RrdGraphDef
Whether to use alternative autoscaling based on actual min/max values.
altAutoscaleMax - Variable in class org.rrd4j.graph.RrdGraphDef
Whether alternative autoscaling affects only the maximum value.
altAutoscaleMin - Variable in class org.rrd4j.graph.RrdGraphDef
Whether alternative autoscaling affects only the minimum value.
altYGrid - Variable in class org.rrd4j.graph.RrdGraphDef
Whether to place Y grid dynamically based on graph Y range.
altYMrtg - Variable in class org.rrd4j.graph.RrdGraphDef
Whether to create MRTG-like graph.
AM - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "am" - morning times for 0-12 hour clock
AMDCPUInfo - Interface in freenet.support.CPUInformation
An interface for classes that provide lowlevel information about AMD CPU's
AMDInfoImpl - Class in freenet.support.CPUInformation
Moved out of CPUID.java Ref: https://en.wikipedia.org/wiki/List_of_AMD_CPU_microarchitectures Ref: https://gmplib.org/repo/gmp/file/tip/config.guess
AMDInfoImpl() - Constructor for class freenet.support.CPUInformation.AMDInfoImpl
Default constructor.
Analysis - Class in net.i2p.router.sybil
Sybil attack analysis implementation.
announce(String) - Method in class org.cybergarage.upnp.Device
announce.
announce() - Method in class org.cybergarage.upnp.Device
announce.
announce(String) - Method in class org.cybergarage.upnp.Service
Announces this service to the network using SSDP.
announce(byte[], boolean) - Method in interface org.klomp.snark.dht.DHT
Announce to ourselves.
announce(byte[], byte[], boolean) - Method in interface org.klomp.snark.dht.DHT
Announce somebody else we know about to ourselves.
announce(byte[], int, long, boolean) - Method in interface org.klomp.snark.dht.DHT
Announce to the closest DHT peers.
announce(InfoHash, Hash, boolean) - Method in class org.klomp.snark.dht.DHTTracker
Announce a peer for a torrent.
announce(byte[], boolean) - Method in class org.klomp.snark.dht.KRPC
Announce to ourselves.
announce(byte[], byte[], boolean) - Method in class org.klomp.snark.dht.KRPC
Announce somebody else we know about to ourselves.
announce(byte[], int, long, boolean) - Method in class org.klomp.snark.dht.KRPC
Not recommended - use getPeersAndAnnounce().
announce(byte[], byte[], int, long, String, int, long, long, long, int, boolean) - Method in class org.klomp.snark.UDPTrackerClient
Announce and get peers for a torrent.
announceURL - Variable in class org.klomp.snark.Tracker
 
ANOMALY_GREEN_BAND - Static variable in class net.i2p.router.web.helpers.RingRenderer
Green anomaly band threshold
ANOMALY_YELLOW_BAND - Static variable in class net.i2p.router.web.helpers.RingRenderer
Yellow anomaly band threshold
answerPings() - Method in class net.i2p.client.streaming.impl.ConnectionManager
Do we respond to pings that aren't on an existing connection?
answerSection - Variable in class org.minidns.dnsmessage.DnsMessage
The answers section records.
antiAliasing - Variable in class org.rrd4j.graph.RrdGraphDef
Whether to enable anti-aliasing for the chart area.
ANY_V4 - Static variable in class net.i2p.router.tunnel.pool.ConnectChecker
any IPv4 transport
API_VERSION - Static variable in class net.i2p.i2pcontrol.I2PControlVersion
The current version of the I2PControl API being primarily being implemented
App - Class in net.i2p.router.web
Application information for the router console.
App(String, String, String, String) - Constructor for class net.i2p.router.web.App
Create a new application entry.
APP_CONFIG_FILE - Static variable in class org.klomp.snark.standalone.RunStandalone
The app context config file name
APP_NAME - Static variable in class net.i2p.router.news.NewsManager
APP_NAME.
APP_NAME - Static variable in class net.i2p.router.sybil.Analysis
The name we register with the ClientAppManager.
APP_NAME - Static variable in interface net.i2p.update.UpdateManager
The name we register with the ClientAppManager
append(String) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JTextArea
 
append(String) - Method in class edu.internet2.ndt.ResultsTextPane
Method to append String into the current document
append(char) - Method in class i2p.susi.util.StringBuilderWriter
Append a character.
append(CharSequence) - Method in class i2p.susi.util.StringBuilderWriter
Append a character sequence.
append(CharSequence, int, int) - Method in class i2p.susi.util.StringBuilderWriter
Append a portion of a character sequence.
append(String) - Method in class net.i2p.addressbook.Log
Write entry to a new line in the log, with appropriate time stamp.
append(T[], int, T) - Static method in class net.i2p.router.crypto.ratchet.GrowingArrayUtils
Appends an element to the end of the array, growing the array if there is no more room.
append(char[], int, char) - Static method in class net.i2p.router.crypto.ratchet.GrowingArrayUtils
append(int, E) - Method in class net.i2p.router.crypto.ratchet.SparseArray
Puts a key/value pair into the array, optimizing for the case where the key is greater than all existing keys in the array.
append(byte[], byte) - Static method in class org.bouncycastle.util.Util
append.
append8BitBytes(String, BitArray, String) - Static method in class com.google.zxing.qrcode.encoder.Encoder
Append 8-bit byte mode bytes
appendAlphanumericBytes(CharSequence, BitArray) - Static method in class com.google.zxing.qrcode.encoder.Encoder
Append alphanumeric mode bytes
appendBit(boolean) - Method in class com.google.zxing.common.BitArray
Appends a single bit to the end of the array.
appendBitArray(BitArray) - Method in class com.google.zxing.common.BitArray
Appends another BitArray to the end of this array.
appendBits(int, int) - Method in class com.google.zxing.common.BitArray
Appends the least-significant bits, from value, in order from most-significant to least-significant.
appendBytes(String, Mode, BitArray, String) - Static method in class com.google.zxing.qrcode.encoder.Encoder
Append "bytes" in "mode" mode (encoding) into "bits".
appendKanjiBytes(String, BitArray) - Static method in class com.google.zxing.qrcode.encoder.Encoder
Append Kanji mode bytes
appendLengthInfo(int, Version, Mode, BitArray) - Static method in class com.google.zxing.qrcode.encoder.Encoder
Append length info.
appendMessage(String) - Method in exception com.thetransactioncompany.jsonrpc2.JSONRPC2Error
Appends the specified string to the message of this JSON-RPC 2.0 error.
appendModeInfo(Mode, BitArray) - Static method in class com.google.zxing.qrcode.encoder.Encoder
Append mode info.
appendNonStdAttribute(String, Object) - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Message
Appends a non-standard attribute to this JSON-RPC 2.0 message.
appendNumericBytes(CharSequence, BitArray) - Static method in class com.google.zxing.qrcode.encoder.Encoder
Append numeric mode bytes
appendRecipients(StringBuilder, ArrayList<String>, String) - Static method in class i2p.susi.webmail.Mail
Adds all items from the list to the builder, separated by tabs.
appendRecipients(PrintWriter, String[], String) - Static method in class i2p.susi.webmail.Mail
Adds all items from the array to the builder, separated by commas This is for display of a forwarded email.
appendSortLinks(StringBuilder, String, int, String, int) - Static method in class net.i2p.router.web.helpers.UDPSorters
Append sort toggle links to a buffer
appendXml(XmlWriter) - Method in class org.rrd4j.core.Archive
Append the archive data as XML.
appendXml(XmlWriter) - Method in class org.rrd4j.core.ArcState
Append XML representation.
appendXml(XmlWriter) - Method in class org.rrd4j.core.Datasource
 
appendXml(XmlWriter) - Method in class org.rrd4j.core.Header
Appends header information to XML writer.
AppletContext - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Minimal implementation of applet context for swing emulation.
AppletContext() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.AppletContext
Construct the AppletContext.
apply(int, int) - Method in interface org.rrd4j.graph.RrdGraphDef.ImageSource
A image of the required size that will be applied.
applyMaskPenaltyRule1(ByteMatrix) - Static method in class com.google.zxing.qrcode.encoder.MaskUtil
Apply mask penalty rule 1 and return the penalty.
applyMaskPenaltyRule2(ByteMatrix) - Static method in class com.google.zxing.qrcode.encoder.MaskUtil
Apply mask penalty rule 2 and return the penalty.
applyMaskPenaltyRule3(ByteMatrix) - Static method in class com.google.zxing.qrcode.encoder.MaskUtil
Apply mask penalty rule 3 and return the penalty.
applyMaskPenaltyRule4(ByteMatrix) - Static method in class com.google.zxing.qrcode.encoder.MaskUtil
Apply mask penalty rule 4 and return the penalty.
applyValue(int) - Method in class net.i2p.router.Tuner.BaseParam
 
approveOrDenySecureSession(Properties, Properties) - Method in class net.i2p.sam.SAMSecureSession
Authenticate based on the i2cp username/password.
approveOrDenySecureSession(Properties, Properties) - Method in interface net.i2p.sam.SAMSecureSessionInterface
Within this function, read and accept input from a user to approve a SAM connection.
APR - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "apr", "april" - fourth month
ArcDef - Class in org.rrd4j.core
Class to represent single archive definition within the RRD.
ArcDef(ConsolFun, double, int, int) - Constructor for class org.rrd4j.core.ArcDef
Creates new archive definition object.
Archive - Class in org.rrd4j.core
Class to represent single RRD archive in a RRD with its internal state.
Archive(RrdDb, ArcDef) - Constructor for class org.rrd4j.core.Archive
Create an archive with the given definition.
Archive(RrdDb, DataImporter, int) - Constructor for class org.rrd4j.core.Archive
Create an archive by importing from XML data.
archive(int, double, long) - Method in class org.rrd4j.core.Archive
Archives a value for the specified datasource.
Archive - Class in org.rrd4j.core.jrrd
Instances of this class model an archive section of an RRD file.
Archive(RRDatabase) - Constructor for class org.rrd4j.core.jrrd.Archive
Create an Archive from an RRD file.
archive(Datasource, double, double, long) - Method in class org.rrd4j.core.RrdDb
Archive value
archiveIfNeeded() - Method in class net.i2p.router.BanLogger
Archive the current log when closing.
ArcState - Class in org.rrd4j.core
Class to represent internal RRD archive state for a single datasource.
ArcState(Archive, boolean) - Constructor for class org.rrd4j.core.ArcState
Owning archive.
Area - Class in org.rrd4j.graph
Represents an area plot element in RRD graphs.
Area(String, Paint, SourcedPlotElement) - Constructor for class org.rrd4j.graph.Area
Create a new Area plot element.
area(String, Paint) - Method in class org.rrd4j.graph.RrdGraphDef
Plots requested data in the form of the filled area starting from zero, using the color specified.
area(String, Paint, String) - Method in class org.rrd4j.graph.RrdGraphDef
Plots requested data in the form of the filled area starting from zero, using the color specified.
area(String, Paint, String, boolean) - Method in class org.rrd4j.graph.RrdGraphDef
Plots requested data in the form of the filled area starting from zero, using the color specified.
area(double, Paint, boolean) - Method in class org.rrd4j.graph.RrdGraphDef
Add a area like any other but with a constant value, it can be stacked like any other area
area_code - Variable in class com.maxmind.geoip.Location
area_code.
areFilesPublic() - Method in class org.klomp.snark.SnarkManager
 
Args - Class in net.i2p.apache.http.util
Utility class for method argument validation.
args - Variable in class net.i2p.router.startup.ClientAppConfig
The arguments.
Args - Class in org.jfree.svg.util
A utility class that performs checks for method argument validity.
Argument - Class in org.cybergarage.upnp
Represents a UPnP argument for an action.
Argument() - Constructor for class org.cybergarage.upnp.Argument
Creates a new Argument with no associated service.
Argument(Node) - Constructor for class org.cybergarage.upnp.Argument
Creates a new Argument associated with the specified service node.
Argument(Node, Node) - Constructor for class org.cybergarage.upnp.Argument
Creates a new Argument associated with the specified service node and argument node.
Argument(String, String) - Constructor for class org.cybergarage.upnp.Argument
Creates a new Argument with the specified name and value.
ArgumentData - Class in org.cybergarage.upnp.xml
Data container for UPnP action argument information.
ArgumentData() - Constructor for class org.cybergarage.upnp.xml.ArgumentData
ArgumentData default constructor
ArgumentList - Class in org.cybergarage.upnp
A collection of UPnP action arguments.
ArgumentList() - Constructor for class org.cybergarage.upnp.ArgumentList
 
argv - Variable in class gnu.getopt.Getopt
Saved argument list passed to the program
arrayMustHaveLength(int, boolean[], String) - Static method in class org.jfree.svg.util.Args
Checks an array to ensure it has the correct length and throws an IllegalArgumentException if it does not.
arrayMustHaveLength(int, double[], String) - Static method in class org.jfree.svg.util.Args
Checks an array to ensure it has the correct length and throws an IllegalArgumentException if it does not.
ArraySet<E> - Class in net.i2p.util
A small, fast Set with a maximum size, backed by a fixed-size array.
ArraySet() - Constructor for class net.i2p.util.ArraySet
A fixed capacity of MAX_CAPACITY.
ArraySet(Set<? extends E>) - Constructor for class net.i2p.util.ArraySet
A fixed capacity of max(MAX_CAPACITY, c.size()) Adds over capacity will throw a SetFullException.
ArraySet(Set<? extends E>, int) - Constructor for class net.i2p.util.ArraySet
A fixed capacity of max(capacity, c.size()) Adds over capacity will throw a SetFullException.
ArraySet(Collection<? extends E>) - Constructor for class net.i2p.util.ArraySet
A fixed capacity of max(MAX_CAPACITY, c.size()), which may be more than the resulting set size if there are duplicates in c.
ArraySet(Collection<? extends E>, int) - Constructor for class net.i2p.util.ArraySet
A fixed capacity of max(capacity, c.size()), which may be more than the resulting set size if there are duplicates in c.
ArraySet(E[]) - Constructor for class net.i2p.util.ArraySet
A fixed capacity of arr.length.
ArraySet(int) - Constructor for class net.i2p.util.ArraySet
Adds over capacity will throw a SetFullException.
ArraySet(int, boolean) - Constructor for class net.i2p.util.ArraySet
If throwOnFull is false, adds over capacity will overwrite starting at slot zero.
ArraySet.SetFullException - Exception in net.i2p.util
Exception thrown when attempting to add an element to a full ArraySet.
ArrayUtils - Class in net.i2p.router.crypto.ratchet
Utility methods for creating unpadded arrays with optimal growth sizing
as(Class<E>) - Method in class org.minidns.record.Record
Return the record as record with the given Data class.
asBuilder() - Method in class org.minidns.dnsmessage.DnsMessage
asBuilder.
asCollection(Collection<T>) - Method in class org.json.simple.JsonArray
A convenience method that assumes every element of the JsonArray is castable to T before adding it to a collection of Ts.
asDatagram(InetAddress, int) - Method in class org.minidns.dnsmessage.DnsMessage
asDatagram.
asIdn() - Method in class org.minidns.dnsname.DnsName
asIdn.
asInputStream() - Method in class net.i2p.util.ByteArrayStream
Creates an input stream from the written data.
asInt - Variable in enum org.minidns.edns.Edns.OptionCode
asInt.
asLowercaseVariant() - Method in class org.minidns.dnslabel.DnsLabel
Get the lowercase variant of this label.
asMessageBuilder() - Method in class org.minidns.dnsmessage.Question
 
aSN1ToBigInteger(byte[], int) - Static method in class net.i2p.crypto.SigUtil
See above.
ASN_FILE_DEFAULT - Static variable in class net.i2p.router.transport.GeoIP
ASN_FILE_DEFAULT.
asNormalizedVersion() - Method in class org.minidns.dnsmessage.DnsMessage
asNormalizedVersion.
ASNUM_EDITION - Static variable in class com.maxmind.geoip.DatabaseInfo
AS number edition
ASNUM_EDITION_V6 - Static variable in class com.maxmind.geoip.DatabaseInfo
AS number edition IPv6
aspd - Variable in class edu.internet2.ndt.Tcpbw100
Achievable speed.
asQueryMessage() - Method in class org.minidns.dnsmessage.Question
 
asRecord() - Method in class org.minidns.edns.Edns
Converts this EDNS instance to an OPT record.
assignValues(DataProcessor) - Method in class org.rrd4j.graph.ConstantArea
Assigns constant values to all data points, optionally stacking with parent values.
assignValues(DataProcessor) - Method in class org.rrd4j.graph.ConstantLine
Assigns constant values to all data points, optionally stacking with parent values.
assignValues(DataProcessor) - Method in class org.rrd4j.graph.SourcedPlotElement
Assign values from the data processor.
assignValues(DataProcessor) - Method in class org.rrd4j.graph.Stack
Assigns values by stacking this element's data on top of parent values.
asTerminalOutput() - Method in class org.minidns.dnsmessage.DnsMessage
Format the DnsMessage object in a way suitable for terminal output.
asTerminalOutput() - Method in class org.minidns.edns.Edns
Returns the terminal output representation of this EDNS instance.
asTerminalOutput() - Method in class org.minidns.edns.EdnsOption
Returns the terminal output representation of this EDNS option.
asTerminalOutputInternal() - Method in class org.minidns.edns.EdnsOption
Returns the terminal output representation of this EDNS option.
asTerminalOutputInternal() - Method in class org.minidns.edns.Nsid
 
asTerminalOutputInternal() - Method in class org.minidns.edns.UnknownEdnsOption
 
AsymmetricCipherKeyPair - Class in org.bouncycastle.crypto
a holding class for public/private parameter pairs.
AsymmetricCipherKeyPair(AsymmetricKeyParameter, AsymmetricKeyParameter) - Constructor for class org.bouncycastle.crypto.AsymmetricCipherKeyPair
basic constructor.
AsymmetricCipherKeyPairGenerator - Interface in org.bouncycastle.crypto
interface that a public/private key pair generator should conform to.
AsymmetricKeyParameter - Class in org.bouncycastle.crypto.params
Parameter class for asymmetric key operations.
AsymmetricKeyParameter(boolean) - Constructor for class org.bouncycastle.crypto.params.AsymmetricKeyParameter
Create a new asymmetric key parameter.
AsyncFortunaStandalone - Class in gnu.crypto.prng
fortuna instance that tries to avoid blocking if at all possible by using separate filled buffer segments rather than one buffer (and blocking when that buffer's data has been eaten) Note that this class is not fully Thread safe! The following methods must be synchronized externally, they are not synced here or in super(): addRandomByte(), addRandomBytes(), nextByte(), nextBytes(), seed()
AsyncFortunaStandalone(I2PAppContext) - Constructor for class gnu.crypto.prng.AsyncFortunaStandalone
Create a new AsyncFortunaStandalone.
at(int) - Method in class org.cybergarage.http.ParameterList
Gets the Parameter at the specified index.
attach(Object) - Method in interface net.i2p.router.transport.FIFOBandwidthLimiter.Request
Only supported if the request is not satisfied
attachEventDispatcher(EventDispatcher) - Method in class net.i2p.i2ptunnel.irc.EventReceiver
 
attachEventDispatcher(EventDispatcher) - Method in interface net.i2p.util.EventDispatcher
Attach an EventDispatcher object to the events dispatching chain.
attachEventDispatcher(EventDispatcher) - Method in class net.i2p.util.EventDispatcherImpl
 
Attachment - Class in i2p.susi.webmail
Represents an email attachment with metadata and file data.
Attachment(String, String, String, File) - Constructor for class i2p.susi.webmail.Attachment
Creates a new Attachment.
attachment() - Method in interface net.i2p.router.transport.FIFOBandwidthLimiter.Request
attachment().
ATTACK_THRESHOLD - Static variable in class net.i2p.router.peermanager.ProfileOrganizer
Threshold below which the network is considered under attack
ATTACK_THRESHOLD - Static variable in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Threshold for detecting tunnel build attacks
attemptFailed(String, long, long, int, int, Exception) - Method in class net.i2p.router.update.NewsFetcher
override for status update
attemptFailed(String, long, long, int, int, Exception) - Method in class net.i2p.router.update.UpdateRunner
attemptFailed.
attemptFailed(String, long, long, int, int, Exception) - Method in class net.i2p.util.DNSOverHTTPS
 
attemptFailed(String, long, long, int, int, Exception) - Method in class net.i2p.util.EepGet.CLIStatusListener
Called when a single attempt fails.
attemptFailed(String, long, long, int, int, Exception) - Method in interface net.i2p.util.EepGet.StatusListener
Attempt failed notification.
attemptFailed(String, long, long, int, int, Exception) - Method in class org.klomp.snark.web.FetchAndAdd
Called when a download attempt fails.
attemptFailed(String, long, long, int, int, Exception) - Method in class org.klomp.snark.WebPeer
Attempt failed notification.
attempting(String) - Method in class net.i2p.router.update.UpdateRunner
attempting.
attempting(String) - Method in class net.i2p.util.DNSOverHTTPS
 
attempting(String) - Method in class net.i2p.util.EepGet.CLIStatusListener
Called when a new attempt begins.
attempting(String) - Method in interface net.i2p.util.EepGet.StatusListener
Called when a new attempt to fetch the URL is starting.
attempting(String) - Method in class org.klomp.snark.web.FetchAndAdd
Called when a download attempt is starting.
attempting(String) - Method in class org.klomp.snark.WebPeer
Called when a new attempt to fetch the URL is starting.
Attribute - Class in org.cybergarage.xml
Represents an XML attribute with name and value.
Attribute() - Constructor for class org.cybergarage.xml.Attribute
Creates an empty Attribute with empty name and value.
Attribute(String, String) - Constructor for class org.cybergarage.xml.Attribute
Creates an Attribute with the specified name and value.
Attribute(Attribute) - Constructor for class org.cybergarage.xml.Attribute
Creates a copy of an existing Attribute.
AttributeList - Class in org.cybergarage.xml
A vector-based collection of XML attributes.
AttributeList() - Constructor for class org.cybergarage.xml.AttributeList
Creates an empty AttributeList.
attributes(File) - Static method in class net.i2p.router.web.helpers.FileDumpHelper
Read the manifest attributes from the given jar file.
AUG - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "aug", "august" - eighth month
AUTH_DH - Static variable in class net.i2p.data.BlindData
bits 3-0 including per-client bit
AUTH_FAILURE - Static variable in class net.i2p.socks.SOCKS5Constants
AUTH_FAILURE.
AUTH_NONE - Static variable in class net.i2p.data.BlindData
bits 3-0 including per-client bit
AUTH_ON - Static variable in class net.i2p.data.BlindData
Enabled, unspecified type
AUTH_PSK - Static variable in class net.i2p.data.BlindData
bits 3-0 including per-client bit
AUTH_REALM - Static variable in class net.i2p.i2ptunnel.I2PTunnelConnectClient
HTTP authentication realm for SSL CONNECT proxy.
AUTH_REALM - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
HTTP authentication realm for HTTP proxy.
AUTH_REALM - Static variable in class net.i2p.i2ptunnel.socks.I2PSOCKSTunnel
 
AUTH_SUCCESS - Static variable in class net.i2p.socks.SOCKS5Constants
AUTH_SUCCESS.
AUTH_VERSION - Static variable in class net.i2p.socks.SOCKS5Constants
AUTH_VERSION.
AuthenticateHandler - Class in net.i2p.i2pcontrol.servlets.jsonrpc2handlers
JSON-RPC handler for authentication requests.
AuthenticateHandler(JSONRPC2Helper, SecurityManager) - Constructor for class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.AuthenticateHandler
AuthenticateHandler.
authenticData - Variable in class org.minidns.dnsmessage.DnsMessage
True if the server regarded the response as authentic.
AuthFilter - Class in net.i2p.servlet.filters
Filter to check for valid session on all console requests.
AuthFilter() - Constructor for class net.i2p.servlet.filters.AuthFilter
 
authMode - Variable in class net.i2p.util.EepGet.AuthState
authMode.
authoritativeAnswer - Variable in class org.minidns.dnsmessage.DnsMessage
True if this is a authorative response.
authoritySection - Variable in class org.minidns.dnsmessage.DnsMessage
The Authority Section.
authorize(Socket, long, String, String) - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
Authorization Ref: RFC 2617 If the socket is an InternalSocket, no auth required.
authorName - Variable in class net.i2p.router.news.NewsEntry
author.
authSent - Variable in class net.i2p.util.EepGet.AuthState
authSent.
AuthState(String, String) - Constructor for class net.i2p.util.EepGet.AuthState
 
AuthToken - Class in net.i2p.i2pcontrol.security
Authentication token for I2PControl API access.
AuthToken(SecurityManager, String) - Constructor for class net.i2p.i2pcontrol.security.AuthToken
Creates a token from a password hash.
AutotuneConfig(RouterContext) - Constructor for class net.i2p.router.Tuner.AutotuneConfig
 
autoTuning - Variable in class net.i2p.router.Tuner.ParamSnapshot
Auto-tuning enabled.
AvailabilityNotifier() - Constructor for class net.i2p.client.impl.I2PSessionImpl.AvailabilityNotifier
 
available() - Method in class i2p.susi.util.LimitInputStream
Return the number of bytes available, limited by the remaining quota.
available(long, int) - Method in class net.i2p.client.impl.I2PSessionImpl.AvailabilityNotifier
Notify that a message is available
available(long, int) - Method in class net.i2p.client.impl.I2PSessionMuxedImpl.MuxedAvailabilityNotifier
 
available(long, int, int, int, int) - Method in class net.i2p.client.impl.I2PSessionMuxedImpl.MuxedAvailabilityNotifier
Notify that data is available.
available() - Method in class net.i2p.client.streaming.impl.MessageInputStream
Returns an estimate of bytes readily available to read without blocking.
availableEncodings() - Static method in class i2p.susi.webmail.encoding.EncodingFactory
Returns list of available encodings;
AVERAGE() - Constructor for class org.rrd4j.data.Variable.AVERAGE
 
AVGRTT - Static variable in class edu.internet2.ndt.NDTConstants
Average RTT variable name as sent by the NDT server in TEST_MSG results.
avgrtt - Variable in class edu.internet2.ndt.Tcpbw100
Packet loss rate.
Axis - Class in org.rrd4j.graph
Abstract base class for graph axes in RRD graphs.
Axis() - Constructor for class org.rrd4j.graph.Axis
Constructs an Axis.
AZTEC_DATA_10 - Static variable in class com.google.zxing.common.reedsolomon.GenericGF
Galois field for Aztec 10-bit data symbols (1024 elements).
AZTEC_DATA_12 - Static variable in class com.google.zxing.common.reedsolomon.GenericGF
Galois field for Aztec 12-bit data symbols (4096 elements).
AZTEC_DATA_6 - Static variable in class com.google.zxing.common.reedsolomon.GenericGF
Galois field for Aztec 6-bit data symbols (64 elements).
AZTEC_DATA_8 - Static variable in class com.google.zxing.common.reedsolomon.GenericGF
Alias for DATA_MATRIX_FIELD_256.
AZTEC_PARAM - Static variable in class com.google.zxing.common.reedsolomon.GenericGF
Galois field for Aztec parameter symbols (16 elements).

B

b0 - Variable in class org.rrd4j.data.LinearInterpolator
 
b1 - Variable in class org.rrd4j.data.LinearInterpolator
 
backends - Variable in class org.rrd4j.core.RrdMemoryBackendFactory
backends.
backgroundAnalysis(boolean) - Method in class net.i2p.router.sybil.Analysis
Analyze threats.
BackgroundChecker - Class in i2p.susi.webmail.pop3
Check for new mail periodically
BackgroundChecker(POP3MailBox) - Constructor for class i2p.susi.webmail.pop3.BackgroundChecker
Creates a new background checker for the given mailbox.
backgroundImage - Variable in class org.rrd4j.graph.RrdGraphDef
Background image to render behind the graph.
backloggedTunnelCache - Variable in class net.i2p.router.message.OutboundCache
Cache for backlogged tunnels per source-destination pair.
BAD_CABLE - Static variable in class edu.internet2.ndt.NDTConstants
Bad cable detection variable name as sent by the NDT server.
bad_cable - Variable in class edu.internet2.ndt.Tcpbw100
Half duplex
BAD_REQUEST - Static variable in class org.cybergarage.http.HTTPStatus
HTTP 400 Bad Request
BadLocationException - Exception in com.vuze.plugins.mlab.tools.ndt.swingemu
Exception thrown when an invalid location is accessed in a document model.
BadLocationException() - Constructor for exception com.vuze.plugins.mlab.tools.ndt.swingemu.BadLocationException
Constructs a BadLocationException with no detail message.
badPacket(String, String) - Method in class net.i2p.router.Banlist
Record a bad packet from an IP.
badPacket(Hash, String) - Method in class net.i2p.router.Banlist
Record a bad packet from a peer identified by its Router hash.
balance() - Method in class net.metanotion.util.skiplist.SkipList
Rebalance the skip list levels.
banCountry(RouterContext, String) - Static method in class net.i2p.router.transport.GeoIP
Bans routers located in a specified country.
BANDWIDTH_RATES - Static variable in class net.i2p.stat.RateConstants
Bandwidth limiter rates - already optimized.
BandwidthEstimator - Interface in net.i2p.util
A Westwood bandwidth estimator
BandwidthHistory - Class in net.i2p.router
Records live bandwidth samples every second for the minigraph.
BandwidthHistory(RouterContext) - Constructor for class net.i2p.router.BandwidthHistory
Create a bandwidth history.
bandwidthLimiter() - Method in class net.i2p.router.RouterContext
Coordinate this router's bandwidth limits
bandwidthLimits() - Method in interface net.i2p.client.I2PSession
Get the current bandwidth limits.
bandwidthLimits() - Method in class net.i2p.client.impl.I2PSessionImpl
Blocking.
bandwidthLimits() - Method in class net.i2p.client.impl.SubSession
This won't be called, as the reply does not contain a session ID, so it won't be routed back to us
BandwidthLimitsMessage - Class in net.i2p.data.i2cp
Tell the other side the limits
BandwidthLimitsMessage() - Constructor for class net.i2p.data.i2cp.BandwidthLimitsMessage
Creates a new BandwidthLimitsMessage with default values.
BandwidthLimitsMessage(int, int) - Constructor for class net.i2p.data.i2cp.BandwidthLimitsMessage
Construct with client bandwidth limits.
BandwidthLimitsMessage(int, int, int, int, int, int, int) - Constructor for class net.i2p.data.i2cp.BandwidthLimitsMessage
Construct with all bandwidth limits.
BandwidthListener - Interface in org.klomp.snark
Bandwidth and bandwidth limits
BandwidthManager - Class in org.klomp.snark
Bandwidth and bandwidth limits
BandwidthManager(I2PAppContext, int, int) - Constructor for class org.klomp.snark.BandwidthManager
 
Banlist - Class in net.i2p.router
Manages router banlist entries with configurable expiration times and transport-specific bans.
Banlist(RouterContext) - Constructor for class net.i2p.router.Banlist
Constructor.
banlist(Hash, String) - Method in class net.i2p.router.MessageHistory
We banlisted the peer
banlist() - Method in class net.i2p.router.RouterContext
Get thebanlist for managing banned peers.
Banlist.Entry - Class in net.i2p.router
Entry representing a banned peer with expiration and reason information
BANLIST_DURATION_BAD_PACKETS - Static variable in class net.i2p.router.Banlist
Ban duration for repeat bad packet offenders.
BANLIST_DURATION_FOREVER - Static variable in class net.i2p.router.Banlist
Permanent ban duration (will be rounded down to 180 days on console).
BANLIST_DURATION_MAX - Static variable in class net.i2p.router.Banlist
Maximum ban duration for transient bans.
BANLIST_DURATION_MS - Static variable in class net.i2p.router.Banlist
Default ban duration for transient bans.
BANLIST_DURATION_NO_NETWORK - Static variable in class net.i2p.router.Banlist
Buggy i2pd fork
BANLIST_DURATION_PARTIAL - Static variable in class net.i2p.router.Banlist
Default ban duration for transport-specific bans.
BANLIST_DURATION_PRIVATE - Static variable in class net.i2p.router.Banlist
Ban duration for private IP addresses.
BanlistRenderer - Class in net.i2p.router.web.helpers
Renders HTML display of banned routers for the router console.
BanlistRenderer(RouterContext) - Constructor for class net.i2p.router.web.helpers.BanlistRenderer
Constructor.
banlistRouter(Hash) - Method in class net.i2p.router.Banlist
Ban a router with default duration.
banlistRouter(Hash, String) - Method in class net.i2p.router.Banlist
Ban a router with default duration.
banlistRouter(String, Hash, String) - Method in class net.i2p.router.Banlist
Ban a router with default duration.
banlistRouter(Hash, String, String) - Method in class net.i2p.router.Banlist
Ban a router on a specific transport.
banlistRouter(Hash, String, String, boolean) - Method in class net.i2p.router.Banlist
Ban a router with configurable duration and transport.
banlistRouter(Hash, String, String, String, long) - Method in class net.i2p.router.Banlist
Ban a router with a specified expiration time.
banlistRouterForever(Hash, String) - Method in class net.i2p.router.Banlist
Permanently ban a router.
banlistRouterForever(Hash, String, String) - Method in class net.i2p.router.Banlist
Permanently ban a router.
BanLogger - Class in net.i2p.router
Dedicated logger for all ban events.
BanLogger() - Constructor for class net.i2p.router.BanLogger
No-arg constructor for deferred initialization.
BanLogger(RouterContext) - Constructor for class net.i2p.router.BanLogger
Constructor with context for immediate initialization.
banWebPeer(String, boolean) - Method in class org.klomp.snark.PeerCoordinator
Ban a web peer for this torrent, for while or permanently.
BarcodeFormat - Enum in com.google.zxing
Enumerates barcode formats known to this package.
barretReduce(short) - Static method in class org.bouncycastle.pqc.crypto.mlkem.Reduce
barretReduce.
base - Variable in class org.rrd4j.graph.ImageParameters
Base for unit scaling calculations
base - Variable in class org.rrd4j.graph.RrdGraphDef
Base value for magnitude scaling (1000 for network, 1024 for memory).
Base32 - Class in net.i2p.data
Encodes and decodes to and from Base32 notation.
Base32 - Class in org.minidns.util
Minimal Base32 encoder utility class.
BASE32_HASH_LENGTH - Static variable in class net.i2p.client.naming.DummyNamingService
Length of a base32 hash string
Base64 - Class in i2p.susi.webmail.encoding
Base64 encoding implementation.
Base64() - Constructor for class i2p.susi.webmail.encoding.Base64
Create a new Base64 encoder.
Base64 - Class in net.i2p.data
Encodes and decodes to and from Base64 notation.
Base64 - Class in org.minidns.util
Minimal Base64 encoder utility class.
BASE_THEME_PATH - Static variable in class net.i2p.router.web.CSSHelper
BASE_THEME_PATH.
BaseBean - Class in i2p.susi.dns
Holds methods common to several Beans.
BaseBean() - Constructor for class i2p.susi.dns.BaseBean
Default constructor.
baseMult(Poly, int, short, short, short, short, short) - Static method in class org.bouncycastle.pqc.crypto.mlkem.Ntt
base mult.
baseMultMontgomery(Poly, Poly, Poly) - Static method in class org.bouncycastle.pqc.crypto.mlkem.Poly
baseMultMontgomery.
BaseParam(String, String, String, int, int, int, String, RouterContext) - Constructor for class net.i2p.router.Tuner.BaseParam
 
BaseParam(String, String, String, int, int, int, String, RouterContext, Tuner.AutotuneConfig) - Constructor for class net.i2p.router.Tuner.BaseParam
 
BasePerms - Class in net.i2p.router.tasks
Windows permission fixer for router installations.
BasePRNGStandalone - Class in gnu.crypto.prng
An abstract class to facilitate implementing PRNG algorithms.
BasePRNGStandalone(String) - Constructor for class gnu.crypto.prng.BasePRNGStandalone
Trivial constructor for use by concrete subclasses.
baseURL - Variable in class org.klomp.snark.Tracker
 
BASIC_AUTH - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
Basic auth type constant
BASIC_RATES - Static variable in class net.i2p.stat.RateConstants
Basic rate periods for simple statistics: 1 minute, 10 minutes, and 1 hour.
BasicPrincipal(String) - Constructor for class com.thetransactioncompany.jsonrpc2.server.MessageContext.BasicPrincipal
Creates a new principal.
BasicServlet - Class in org.klomp.snark.web
Based on DefaultServlet from Jetty 6.1.26, heavily simplified and modified to remove all dependencies on Jetty libs.
BasicServlet() - Constructor for class org.klomp.snark.web.BasicServlet
 
BasicServlet.HttpContent - Interface in org.klomp.snark.web
from Jetty HttpContent.java
BatchedPreprocessor - Class in net.i2p.router.tunnel
Batching preprocessor that will briefly delay the sending of a message if it doesn't fill up a full tunnel message, in which case it queues up an additional flush task.
BatchedPreprocessor(RouterContext, String) - Constructor for class net.i2p.router.tunnel.BatchedPreprocessor
Create a new preprocessor for batched tunnel messages.
BatchedRouterPreprocessor - Class in net.i2p.router.tunnel
Honor the 'batchFrequency' tunnel pool setting or the 'router.batchFrequency' router config setting, and track fragmentation.
BatchedRouterPreprocessor(RouterContext, TunnelCreatorConfig) - Constructor for class net.i2p.router.tunnel.BatchedRouterPreprocessor
Create a preprocessor for outbound gateway tunnels.
BatchedRouterPreprocessor(RouterContext, HopConfig) - Constructor for class net.i2p.router.tunnel.BatchedRouterPreprocessor
Create a preprocessor for inbound gateway tunnels.
BCrypt - Class in org.mindrot.jbcrypt
BCrypt implements OpenBSD-style Blowfish password hashing using the scheme described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres.
BCrypt() - Constructor for class org.mindrot.jbcrypt.BCrypt
 
bdecode(InputStream) - Static method in class org.klomp.snark.bencode.BDecoder
Creates a new BDecoder and immediately decodes the first value it sees.
bdecode() - Method in class org.klomp.snark.bencode.BDecoder
Gets the next indicator and returns either null when the stream has ended or bdecodes the rest of the stream and returns the appropriate BEValue encoded object.
bdecodeBytes() - Method in class org.klomp.snark.bencode.BDecoder
Returns the next bencoded value on the stream and makes sure it is a byte array.
bdecodeList() - Method in class org.klomp.snark.bencode.BDecoder
Returns the next bencoded value on the stream and makes sure it is a list.
bdecodeMap() - Method in class org.klomp.snark.bencode.BDecoder
Returns the next bencoded value on the stream and makes sure it is a map (dictionary).
bdecodeNumber() - Method in class org.klomp.snark.bencode.BDecoder
Returns the next bencoded value on the stream and makes sure it is a number.
BDecoder - Class in org.klomp.snark.bencode
Decodes a bencoded stream to BEValues.
BDecoder(InputStream) - Constructor for class org.klomp.snark.bencode.BDecoder
Initializes a new BDecoder.
BECAME_FLOODFILL - Static variable in class net.i2p.router.util.EventLog
BECAME_FLOODFILL.
beforeScan() - Method in interface net.i2p.router.transport.UPnPScannerCallback
Called before a SSDP search begins.
begin - Variable in class org.klomp.snark.Message
The offset within the piece
beginIndex - Variable in class i2p.susi.dns.AddressbookBean
Beginning index for pagination
beginProcessing() - Method in class net.i2p.i2ptunnel.HTTPResponseOutputStream
 
beginSend() - Method in class net.i2p.router.OutNetMessage
begin the send
bencode(Object, OutputStream) - Static method in class org.klomp.snark.bencode.BEncoder
Bencode an object to the given OutputStream.
bencode(String, OutputStream) - Static method in class org.klomp.snark.bencode.BEncoder
Bencode a String to the given OutputStream.
bencode(Number, OutputStream) - Static method in class org.klomp.snark.bencode.BEncoder
Bencode a Number to the given OutputStream.
bencode(List<?>, OutputStream) - Static method in class org.klomp.snark.bencode.BEncoder
Bencode a List to the given OutputStream.
bencode(byte[], OutputStream) - Static method in class org.klomp.snark.bencode.BEncoder
Bencode a byte array to the given OutputStream.
bencode(Map<?, ?>) - Static method in class org.klomp.snark.bencode.BEncoder
Bencode a Map to a byte array.
bencode(Map<?, ?>, OutputStream) - Static method in class org.klomp.snark.bencode.BEncoder
Bencode a Map to the given OutputStream.
BEncoder - Class in org.klomp.snark.bencode
Converts Java objects to bencoded format for BitTorrent protocol communication.
BEValue - Class in org.klomp.snark.bencode
Holds different types that a bencoded byte array can represent.
BEValue(byte[]) - Constructor for class org.klomp.snark.bencode.BEValue
Creates a new BEValue wrapping a byte array.
BEValue(Number) - Constructor for class org.klomp.snark.bencode.BEValue
Creates a new BEValue wrapping a Number.
BEValue(List<BEValue>) - Constructor for class org.klomp.snark.bencode.BEValue
Creates a new BEValue wrapping a List.
BEValue(Map<String, BEValue>) - Constructor for class org.klomp.snark.bencode.BEValue
Creates a new BEValue wrapping a Map.
bf - Variable in class net.metanotion.io.block.index.BSkipLevels
Reference to the BlockFile
bf - Variable in class net.metanotion.io.block.index.BSkipList
Reference to the BlockFile
bf - Variable in class net.metanotion.io.block.index.BSkipSpan
Reference to the BlockFile
bfck(boolean) - Method in class net.metanotion.io.block.BlockFile
Run an integrity check on the blockfile and all the skiplists in it.
bi - Variable in class net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
Variable is package private for encoding.
bid(RouterInfo, int) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
bid.
bid(RouterInfo, int) - Method in interface net.i2p.router.transport.Transport
Request to send a message to the specified router.
bid(RouterInfo, int) - Method in class net.i2p.router.transport.udp.UDPTransport
Data size.
bidir - Variable in class net.i2p.i2ptunnel.I2PTunnelServer
True for HTTP bidirectional server mode.
bigEndianToInt(byte[], int) - Static method in class org.bouncycastle.util.Pack
Convert a big-endian byte array to an int.
bigEndianToInt(byte[], int, int[]) - Static method in class org.bouncycastle.util.Pack
Convert a big-endian byte array to an array of ints.
bigEndianToInt(byte[], int, int[], int, int) - Static method in class org.bouncycastle.util.Pack
Convert a big-endian byte array to a range of an int array.
bigEndianToLong(byte[], int) - Static method in class org.bouncycastle.util.Pack
Convert a big-endian byte array to a long.
bigEndianToLong(byte[], int, long[]) - Static method in class org.bouncycastle.util.Pack
Convert a big-endian byte array to a long array.
bigEndianToLong(byte[], int, long[], int, int) - Static method in class org.bouncycastle.util.Pack
Convert a big-endian byte array to a range of a long array.
bigEndianToLong(byte[], int, int) - Static method in class org.bouncycastle.util.Pack
Convert a big-endian byte array of variable length to a long.
bigEndianToShort(byte[], int) - Static method in class org.bouncycastle.util.Pack
Convert a big-endian byte array to a short.
BigIntegerFieldElement - Class in net.i2p.crypto.eddsa.math.bigint
A particular element of the field \Z/(2^255-19).
BigIntegerFieldElement(Field, BigInteger) - Constructor for class net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
Creates a new field element from a BigInteger value.
BigIntegerLittleEndianEncoding - Class in net.i2p.crypto.eddsa.math.bigint
Little-endian encoding of field elements for EdDSA, backed by BigInteger.
BigIntegerLittleEndianEncoding() - Constructor for class net.i2p.crypto.eddsa.math.bigint.BigIntegerLittleEndianEncoding
Constructor
BigIntegerScalarOps - Class in net.i2p.crypto.eddsa.math.bigint
BigInteger-based implementation of scalar operations for EdDSA cryptography.
BigIntegerScalarOps(Field, BigInteger) - Constructor for class net.i2p.crypto.eddsa.math.bigint.BigIntegerScalarOps
Create a BigIntegerScalarOps.
biLog2(BigInteger) - Static method in class net.i2p.router.sybil.Util
For debugging http://forums.sun.com/thread.jspa?threadID=597652
BINARY_MAX_SIZE - Static variable in class i2p.susi.webmail.smtp.SMTPClient
7629902 ~= 7.27 MB Base64 encodes 57 chars to 76 + \r\n on a line
binarySearch(char[], int, char) - Static method in class net.i2p.router.crypto.ratchet.ContainerHelpers
This is Arrays.binarySearch(), but doesn't do any argument validation.
bind(SocketAddress) - Method in class net.i2p.client.streaming.impl.StandardServerSocket
 
bind(SocketAddress, int) - Method in class net.i2p.client.streaming.impl.StandardServerSocket
 
bind(SocketAddress) - Method in class net.i2p.client.streaming.impl.StandardSocket
 
bind(SocketAddress, int) - Method in class net.i2p.sam.SSLServerSocketChannel
Bind is not supported by this wrapper.
bind(SocketAddress) - Method in class net.i2p.sam.SSLSocketChannel
Bind is not supported by this wrapper.
BIND - Static variable in class net.i2p.socks.SOCKS4Constants.Command
BIND.
BIND - Static variable in class net.i2p.socks.SOCKS5Constants.Command
BIND.
BIND_ALL_INTERFACES - Static variable in class net.i2p.router.client.ClientListenerRunner
Property to control binding to all interfaces
BIND_ALL_INTERFACES - Static variable in class net.i2p.router.web.helpers.ConfigClientsHelper
from ClientListenerRunner
bit(byte[], int) - Static method in class net.i2p.crypto.eddsa.Utils
Get the i'th bit of a byte array.
BitArray - Class in com.google.zxing.common
A simple, fast array of bits, represented compactly by an array of ints internally.
BitArray() - Constructor for class com.google.zxing.common.BitArray
Creates a new empty BitArray with zero size.
BitArray(int) - Constructor for class com.google.zxing.common.BitArray
Creates a new BitArray with the specified size.
BitArray(int[], int) - Constructor for class com.google.zxing.common.BitArray
For testing only.
BitField - Class in org.klomp.snark
Container of a byte array representing set and unset bits for torrent piece availability.
BitField(int) - Constructor for class org.klomp.snark.BitField
Creates a new BitField that represents the given number of unset bits.
BitField(byte[], int) - Constructor for class org.klomp.snark.BitField
Creates a new BitField that represents the given number of bits as set by the given byte array.
BITFIELD - Static variable in class org.klomp.snark.Message
B i t f i e l d
bitfield - Variable in class org.klomp.snark.PeerState
the pieces the peer has.
bitfieldMessage(byte[]) - Method in class org.klomp.snark.PeerState
Handle a bitfield message from the peer
BitMatrix - Class in com.google.zxing.common
Represents a 2D matrix of bits.
BitMatrix(int) - Constructor for class com.google.zxing.common.BitMatrix
Creates an empty square BitMatrix.
BitMatrix(int, int) - Constructor for class com.google.zxing.common.BitMatrix
Creates an empty BitMatrix.
bitSet(long) - Method in class net.i2p.router.transport.udp.PeerState2
Callback from SSU2Bitfield.forEachAndNot().
bitSet(long) - Method in interface net.i2p.router.transport.udp.SSU2Bitfield.Callback
Called when a bit is set
bitsInQueue - Variable in class org.bouncycastle.crypto.digests.KeccakDigest
bitsInQueue.
bitsOfSecurity() - Method in interface org.bouncycastle.crypto.CryptoServiceProperties
Return the security level in bits.
BLACK - Static variable in class com.google.zxing.client.j2se.MatrixToImageConfig
Default black on color.
BlacklistBean - Class in i2p.susi.dns
Bean for managing address book blacklist entries.
BlacklistBean() - Constructor for class i2p.susi.dns.BlacklistBean
Blacklist bean for address blacklisting.
BlacklistBean - Class in net.i2p.i2ptunnel
Simple blacklist checker for HTTP proxy.
BlacklistBean() - Constructor for class net.i2p.i2ptunnel.BlacklistBean
Default constructor
blind(SigningPublicKey, SigningPrivateKey) - Static method in class net.i2p.crypto.Blinding
Only for SigTypes EdDSA_SHA512_Ed25519 and RedDSA_SHA512_Ed25519.
blind(SigningPrivateKey, SigningPrivateKey) - Static method in class net.i2p.crypto.Blinding
Only for SigTypes EdDSA_SHA512_Ed25519 and RedDSA_SHA512_Ed25519.
blind(EdDSAPublicKey, EdDSAPrivateKey) - Static method in class net.i2p.crypto.eddsa.EdDSABlinding
Blind an EdDSA key.
blind(EdDSAPrivateKey, EdDSAPrivateKey) - Static method in class net.i2p.crypto.eddsa.EdDSABlinding
Blind an EdDSA private key.
blind(SigningPrivateKey) - Method in class net.i2p.data.SigningPrivateKey
Only for SigType EdDSA_SHA512_Ed25519
blind(SigningPrivateKey) - Method in class net.i2p.data.SigningPublicKey
Only for SigType EdDSA_SHA512_Ed25519
BLIND_COLOR - Static variable in interface org.rrd4j.graph.RrdGraphConstants
An transparent color
BlindCache - Class in net.i2p.router.networkdb.kademlia
Cache for blinding data as specified in I2P proposal 123.
BlindCache(RouterContext) - Constructor for class net.i2p.router.networkdb.kademlia.BlindCache
Caller MUST call startup() to load persistent cache from disk
blindCache() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Returns the blind data cache used by this database.
BlindData - Class in net.i2p.data
Cache data for EdDSA key blinding as specified in Proposal 123: New NetDb Entries.
BlindData(I2PAppContext, Destination, SigType, String) - Constructor for class net.i2p.data.BlindData
Creates a new BlindData instance for the given destination.
BlindData(I2PAppContext, Destination, SigType, String, int, PrivateKey) - Constructor for class net.i2p.data.BlindData
Creates a new BlindData instance for the given destination with authentication.
BlindData(I2PAppContext, SigningPublicKey, SigType, String) - Constructor for class net.i2p.data.BlindData
Creates a new BlindData instance for the given signing public key.
BlindData(I2PAppContext, SigningPublicKey, SigType, String, int, PrivateKey) - Constructor for class net.i2p.data.BlindData
Creates a new BlindData instance for the given signing public key with authentication.
Blinding - Class in net.i2p.crypto
Utilities for Blinding EdDSA keys.
BlindingInfoMessage - Class in net.i2p.data.i2cp
Advise the router that the endpoint is blinded.
BlindingInfoMessage() - Constructor for class net.i2p.data.i2cp.BlindingInfoMessage
Creates an empty BlindingInfoMessage for reading
BlindingInfoMessage(BlindData, SessionId) - Constructor for class net.i2p.data.i2cp.BlindingInfoMessage
This is the constructor used by I2CP client-side.
BlindingInfoMessage(Destination, SessionId, int, int, SigType, PrivateKey, String) - Constructor for class net.i2p.data.i2cp.BlindingInfoMessage
Creates a BlindingInfoMessage for a destination.
BlindingInfoMessage(SigningPublicKey, SessionId, int, int, SigType, PrivateKey, String) - Constructor for class net.i2p.data.i2cp.BlindingInfoMessage
Creates a BlindingInfoMessage for a signing public key.
Block(int) - Constructor for class net.i2p.router.crypto.ratchet.RatchetPayload.Block
 
Block(int) - Constructor for class net.i2p.router.transport.ntcp.NTCP2Payload.Block
Block.
Block(int) - Constructor for class net.i2p.router.transport.udp.SSU2Payload.Block
Create a new block of the given type.
BLOCK_HEADER_SIZE - Static variable in class net.i2p.router.crypto.ratchet.RatchetPayload
Block header size in bytes
BLOCK_HEADER_SIZE - Static variable in class net.i2p.router.transport.ntcp.NTCP2Payload
Block header size in bytes
BLOCK_HEADER_SIZE - Static variable in class net.i2p.router.transport.udp.SSU2Payload
BLOCK_HEADER_SIZE.
BLOCK_TERMINATION - Static variable in class net.i2p.router.transport.udp.SSU2Payload
BLOCK_TERMINATION.
blockDecrypt(byte[], byte[], int, int, Object) - Static method in class net.i2p.crypto.CryptixRijndael_Algorithm
Convenience method to decrypt exactly one block of plaintext, assuming Rijndael's default block size (128-bit).
blockDecrypt(byte[], byte[], int, int, Object, int) - Static method in class net.i2p.crypto.CryptixRijndael_Algorithm
Decrypt exactly one block of ciphertext.
blockEncrypt(byte[], byte[], int, int, Object) - Static method in class net.i2p.crypto.CryptixRijndael_Algorithm
Convenience method to encrypt exactly one block of plaintext, assuming Rijndael's default block size (128-bit).
blockEncrypt(byte[], byte[], int, int, Object, int) - Static method in class net.i2p.crypto.CryptixRijndael_Algorithm
Encrypt exactly one block of plaintext.
BlockFile - Class in net.metanotion.io.block
Block-based file storage system with indexed access.
BlockFile(RandomAccessInterface) - Constructor for class net.metanotion.io.block.BlockFile
Use this constructor with a readonly RAI for a readonly blockfile.
BlockFile(RandomAccessFile) - Constructor for class net.metanotion.io.block.BlockFile
Create a BlockFile from a RandomAccessFile.
BlockFile(RandomAccessFile, boolean) - Constructor for class net.metanotion.io.block.BlockFile
Create a BlockFile from a RandomAccessFile with optional initialization.
BlockFile(File, boolean) - Constructor for class net.metanotion.io.block.BlockFile
Create a BlockFile from a File with optional initialization.
BlockFile(RandomAccessInterface, boolean) - Constructor for class net.metanotion.io.block.BlockFile
Create a BlockFile from a RandomAccessInterface with optional initialization.
BlockfileNamingService - Class in net.i2p.router.naming
A naming service using the net.metanotion BlockFile database.
BlockfileNamingService(I2PAppContext) - Constructor for class net.i2p.router.naming.BlockfileNamingService
Opens the database at hostsdb.blockfile or creates a new one and imports entries from hosts.txt, userhosts.txt, and privatehosts.txt.
blockingConnectToServer() - Method in class i2p.susi.webmail.pop3.POP3MailBox
Connect to pop3 server if not connected.
blockingHandle(I2PSocket) - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
Called by the thread pool of I2PSocket handlers.
blockingHandle(I2PSocket) - Method in class net.i2p.i2ptunnel.I2PTunnelIRCServer
blockingHandle.
blockingHandle(I2PSocket) - Method in class net.i2p.i2ptunnel.I2PTunnelServer
This is run in a thread from a limited-size thread pool via Handler.run(), except for a standard server (this class, no extension, as determined in getUsePool()), it is run directly in the acceptor thread (see run()).
blockingHandle(I2PSocket) - Method in class net.i2p.i2ptunnel.irc.I2PTunnelDCCServer
An incoming DCC connection, only accept for a known port.
blockingLookup() - Method in class net.i2p.router.transport.GeoIP
Blocking lookup of all pending IPs.
blockIP(byte[]) - Method in class net.i2p.router.transport.ntcp.EventPumper
blockIP.
Blocklist - Class in net.i2p.router
Manage blocking by IP address, in a manner similar to the Banlist, which blocks by router hash.
Blocklist(RouterContext) - Constructor for class net.i2p.router.Blocklist
Constructor.
blocklist() - Method in class net.i2p.router.RouterContext
Get the blocklist for managing blocked peers.
BLOCKLIST_COUNTRY_FILE - Static variable in class net.i2p.router.Blocklist
Country-based blocklist filename.
BLOCKLIST_FILE_DEFAULT - Static variable in class net.i2p.router.Blocklist
Default blocklist filename in the installation directory.
BLOCKLIST_FILE_TOR_EXITS - Static variable in class net.i2p.router.Blocklist
Tor exit nodes blocklist filename.
BlocklistEntries - Class in net.i2p.router.news
Data structure and management for I2P router blocklist entries.
BlocklistEntries(int) - Constructor for class net.i2p.router.news.BlocklistEntries
Creates a new BlocklistEntries with the specified capacity.
BlocklistManager - Class in net.i2p.i2ptunnel
Manages HTTP blocklists for request filtering.
BlocklistManager(Log, int) - Constructor for class net.i2p.i2ptunnel.BlocklistManager
Creates a new BlocklistManager.
BlockPair - Class in com.google.zxing.qrcode.encoder
Represents a pair of data and error correction blocks for QR code encoding.
BlockPair(byte[], byte[]) - Constructor for class com.google.zxing.qrcode.encoder.BlockPair
 
blockSize() - Static method in class net.i2p.crypto.CryptixRijndael_Algorithm
Default input block length for Rijndael.
BloomFilterIVValidator - Class in net.i2p.router.tunnel
Manage the IV validation for all of the router's tunnels by way of a big decaying bloom filter.
BloomFilterIVValidator(RouterContext, int) - Constructor for class net.i2p.router.tunnel.BloomFilterIVValidator
Construct the validator, selecting filter size based on bandwidth and memory.
BloomSHA1 - Class in org.xlattice.crypto.filters
A Bloom filter for sets of SHA1 digests.
BloomSHA1(int, int) - Constructor for class org.xlattice.crypto.filters.BloomSHA1
Creates a filter with 2^m bits and k 'hash functions', where each hash function is portion of the 160-bit SHA1 hash.
BloomSHA1(int) - Constructor for class org.xlattice.crypto.filters.BloomSHA1
Creates a filter of 2^m bits, with the number of 'hash functions" k defaulting to 8.
BloomSHA1() - Constructor for class org.xlattice.crypto.filters.BloomSHA1
Creates a filter of 2^20 bits with k defaulting to 8.
BloomSHA1.FilterKey - Class in org.xlattice.crypto.filters
Stores the (opaque) bloom filter offsets for reuse.
BLUE - Static variable in class com.vuze.plugins.mlab.tools.ndt.swingemu.Color
Blue color constant
blvlck(boolean) - Method in class net.metanotion.io.block.index.BSkipLevels
Run an integrity check on this level.
blvlck(boolean, int, SkipLevels<K, V>[]) - Method in class net.metanotion.io.block.index.BSkipLevels
Run an integrity check on this level with additional parameters.
blvlck(boolean) - Method in class net.metanotion.util.skiplist.SkipLevels
Run an integrity check on this level.
blvlck(boolean, int, SkipLevels<K, V>[]) - Method in class net.metanotion.util.skiplist.SkipLevels
Run an integrity check on this level with additional parameters.
BODY - Static variable in class org.cybergarage.soap.SOAP
BODY.
book - Variable in class i2p.susi.dns.AddressbookBean
The address book name
BootCommSystemJob - Class in net.i2p.router.startup
This actually boots almost everything
BootCommSystemJob(RouterContext) - Constructor for class net.i2p.router.startup.BootCommSystemJob
Create a new BootCommSystemJob.
BOOTID_UPNP_ORG - Static variable in class org.cybergarage.http.HTTP
BOOTID.UPNP.ORG header for UPnP device boot ID
BootNetworkDbJob - Class in net.i2p.router.startup
start up the network database
BootNetworkDbJob(RouterContext) - Constructor for class net.i2p.router.startup.BootNetworkDbJob
Create a new BootNetworkDbJob.
BootPeerManagerJob - Class in net.i2p.router.startup
start up the peer manager
BootPeerManagerJob(RouterContext) - Constructor for class net.i2p.router.startup.BootPeerManagerJob
Create a new BootPeerManagerJob.
BorderFactory - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Emulation of javax.swing.BorderFactory for the NDT (Network Diagnostic Tool) plugin.
BorderLayout - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Emulation of java.awt.BorderLayout for the NDT (Network Diagnostic Tool) plugin.
BorderLayout() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.BorderLayout
Default constructor.
bottom - Variable in class net.metanotion.util.skiplist.SkipLevels
Bottom level pointer to the actual SkipSpan
BoxLayout - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Emulation of javax.swing.BoxLayout for the NDT (Network Diagnostic Tool) plugin.
BoxLayout(Component, int) - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.BoxLayout
Create a new BoxLayout.
bridge - Variable in class net.i2p.sam.SAMHandler
bridge.
BROWSER_KEEPALIVE_TIMEOUT - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
how long to wait for another request on the same socket
BROWSER_READ_TIMEOUT - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
Failsafe
BSkipLevels<K extends Comparable<? super K>,V> - Class in net.metanotion.io.block.index
SkipList level management for multi-level indexing.
BSkipLevels(BlockFile, int, BSkipList<K, V>) - Constructor for class net.metanotion.io.block.index.BSkipLevels
Create a BSkipLevels and load it from disk.
BSkipList<K extends Comparable<? super K>,V> - Class in net.metanotion.io.block.index
On-disk SkipList implementation for persistent key-value storage.
BSkipList(int, BlockFile, int, Serializer<K>, Serializer<V>) - Constructor for class net.metanotion.io.block.index.BSkipList
Create a BSkipList from a BlockFile.
BSkipList(int, BlockFile, int, Serializer<K>, Serializer<V>, boolean) - Constructor for class net.metanotion.io.block.index.BSkipList
Create a BSkipList from a BlockFile.
BSkipSpan<K extends Comparable<? super K>,V> - Class in net.metanotion.io.block.index
SkipList span implementation with in-memory key-value storage.
BSkipSpan(BlockFile, BSkipList<K, V>) - Constructor for class net.metanotion.io.block.index.BSkipSpan
Create a new BSkipSpan with the given BlockFile and BSkipList.
BSkipSpan(BlockFile, BSkipList<K, V>, int, Serializer<K>, Serializer<V>) - Constructor for class net.metanotion.io.block.index.BSkipSpan
Create a BSkipSpan and load its data from disk.
bslck(boolean, boolean) - Method in class net.metanotion.io.block.index.BSkipList
Run an integrity check on the skiplist and all the levels in it.
buffer - Variable in class gnu.crypto.prng.BasePRNGStandalone
A temporary buffer to serve random bytes.
Buffer - Interface in i2p.susi.util
Base interface for data buffers.
buffer - Variable in class i2p.susi.webmail.MailPart
buffer.
BUFFER_LIMITED - Static variable in class edu.internet2.ndt.NDTConstants
Receiver-limited threshold (fraction of time).
BUFFER_SIZE - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
Why this is 16K, and where it is documented, good question? We claim we can do 32K datagrams so this is a problem.
BufferedImageWorker - Class in org.rrd4j.graph
Image worker implementation that creates buffered images for RRD graphs.
BufferedImageWorker(int, int) - Constructor for class org.rrd4j.graph.BufferedImageWorker
Not for use, only for tests
BufferedImageWorker.Builder - Class in org.rrd4j.graph
Builder class for creating BufferedImageWorker instances with configurable parameters.
BufferHolder - Class in com.maxmind.db
Holds a ByteBuffer for MaxMind database access.
BufferHolder(File, Reader.FileMode) - Constructor for class com.maxmind.db.BufferHolder
Create a BufferHolder from a database file.
BufferHolder(InputStream) - Constructor for class com.maxmind.db.BufferHolder
Construct a ThreadBuffer from the provided URL.
BufferHolder(ByteBuffer) - Constructor for class com.maxmind.db.BufferHolder
Create a BufferHolder from a ByteBuffer.
bufferStatFile(ByteBuffer, long) - Method in class org.rrd4j.core.RrdNioBackend
Buffers one stat file's data into the single temp buffer file sequentially.
build() - Method in class com.maxmind.geoip2.DatabaseReader.Builder
 
build(I2PAppContext) - Method in interface net.i2p.data.i2np.I2NPMessageImpl.Builder
instantiate a new I2NPMessage to be populated shortly
BUILD - Static variable in class net.i2p.router.RouterVersion
BUILD.
build() - Method in class org.minidns.dnsmessage.DnsMessage.Builder
build.
build() - Method in class org.minidns.edns.Edns.Builder
Builds the EDNS instance.
build() - Method in class org.rrd4j.core.RrdDb.Builder
Builds or imports a RrdDb instance.
build() - Method in class org.rrd4j.graph.BufferedImageWorker.Builder
Built BufferedImageWorker.
buildACK(PeerState2) - Method in class net.i2p.router.transport.udp.PacketBuilder2
Build the ack packet.
buildApps(RouterContext, String) - Static method in class net.i2p.router.web.helpers.HomeHelper
Context.
buildComplete(PooledTunnelCreatorConfig, BuildExecutor.Result) - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
buildComplete(PooledTunnelCreatorConfig, BuildExecutor.Result) - Method in class net.i2p.router.tunnel.pool.BuildExecutor
Handle a completed tunnel build.
buildComplete(PooledTunnelCreatorConfig, BuildExecutor.Result, String) - Method in class net.i2p.router.tunnel.pool.BuildExecutor
Handle a completed tunnel build with additional detail.
buildComplete(PooledTunnelCreatorConfig, BuildExecutor.Result) - Method in class net.i2p.router.tunnel.pool.TunnelPool
Remove from the _inprogress list and call addTunnel() if result is SUCCESS.
buildComplete(PooledTunnelCreatorConfig) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
queue a recurring test job if appropriate
buildECIESMessage(RouterContext, GarlicConfig, Hash, Destination, SessionKeyManager, ReplyCallback) - Static method in class net.i2p.router.message.GarlicMessageBuilder
ECIES_X25519 and PQ only.
buildECIESMessage(RouterContext, GarlicConfig) - Static method in class net.i2p.router.message.GarlicMessageBuilder
Encrypt from an anonymous source.
Builder(InputStream) - Constructor for class com.maxmind.geoip2.DatabaseReader.Builder
 
Builder(File) - Constructor for class com.maxmind.geoip2.DatabaseReader.Builder
 
builder() - Static method in class org.minidns.dnsmessage.DnsMessage
builder.
builder() - Static method in class org.minidns.edns.Edns
Creates a new builder for constructing EDNS instances.
Builder() - Constructor for class org.rrd4j.graph.BufferedImageWorker.Builder
Use BufferedImageWorker.getBuilder() to obtain an instance.
BuildExecutor - Class in net.i2p.router.tunnel.pool
Single threaded controller of the tunnel creation process, spanning all tunnel pools.
BuildExecutor(RouterContext, TunnelPoolManager, GhostPeerManager) - Constructor for class net.i2p.router.tunnel.pool.BuildExecutor
Create a new BuildExecutor.
BuildExecutor.Result - Enum in net.i2p.router.tunnel.pool
Build result enumeration.
buildFallback() - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
buildFallback() - Method in class net.i2p.router.tunnel.pool.TunnelPool
This will build a fallback (zero-hop) tunnel ONLY if this pool is exploratory, or the settings allow it.
buildFunctionPattern() - Method in class com.google.zxing.qrcode.decoder.Version
See ISO 18004:2006 Annex E
buildGenericUri(String) - Static method in class org.rrd4j.core.RrdBackendFactory
Try to detect an URI from a path.
BuildHandler - Class in net.i2p.router.tunnel.pool
Handle the received tunnel build message requests and replies, including sending responses and updating tunnel lists.
BuildHandler(RouterContext, TunnelPoolManager, BuildExecutor) - Constructor for class net.i2p.router.tunnel.pool.BuildHandler
BuildHandler.
buildHolePunch(InetAddress, int, SessionKey, long, long, byte[]) - Method in class net.i2p.router.transport.udp.PacketBuilder2
Out-of-session, containing a RelayResponse block.
buildInproxyRejectLog(Map<String, List<String>>) - Method in class net.i2p.i2ptunnel.RequestValidator
Builds a detailed log message for inproxy rejection.
buildMatrix(BitArray, ErrorCorrectionLevel, Version, int, ByteMatrix) - Static method in class com.google.zxing.qrcode.encoder.MatrixUtil
Build the QR code matrix
buildMessage(RouterContext, GarlicConfig, SessionKey, Set<SessionTag>, SessionKeyManager) - Static method in class net.i2p.router.message.GarlicMessageBuilder
ELGAMAL_2048 only.
buildMessage(RouterContext, GarlicConfig, SessionKey, Set<SessionTag>, int, SessionKeyManager) - Static method in class net.i2p.router.message.GarlicMessageBuilder
ELGAMAL_2048 only Called by OCMJH
buildMessage(RouterContext, GarlicConfig, SessionKey, Set<SessionTag>, int, int, SessionKeyManager) - Static method in class net.i2p.router.message.GarlicMessageBuilder
ELGAMAL_2048 only.
buildMessage(RouterContext, GarlicConfig, Set<SessionTag>, PublicKey, SessionKey, SessionTag) - Static method in class net.i2p.router.message.GarlicMessageBuilder
ELGAMAL_2048 only.
buildMessage(RouterContext, GarlicConfig, SessionKey, RatchetSessionTag) - Static method in class net.i2p.router.message.GarlicMessageBuilder
Ratchet only.
buildMessage(TunnelId, Hash, long, RouterInfo) - Method in class net.i2p.router.networkdb.kademlia.ExploreJob
Builds the database lookup message to send to a peer.
buildMessage(TunnelId, Hash, long, RouterInfo) - Method in class net.i2p.router.networkdb.kademlia.SearchJob
Build the database search message
BuildMessageGenerator - Class in net.i2p.router.tunnel.pool
Fill in the encrypted BuildRequestRecords in a TunnelBuildMessage
BuildMessageProcessor - Class in net.i2p.router.tunnel.pool
Receive the build message at a certain hop, decrypt its encrypted record, read the enclosed tunnel request, decide how to reply, write the reply, encrypt the reply record, and return a TunnelBuildMessage to forward on to the next hop.
BuildMessageProcessor(RouterContext) - Constructor for class net.i2p.router.tunnel.pool.BuildMessageProcessor
Creates a new BuildMessageProcessor.
buildMonomial(int, int) - Method in class com.google.zxing.common.reedsolomon.GenericGF
 
buildOptions() - Method in interface net.i2p.client.streaming.I2PSocketManager
Create a copy of the current options, to be used in a setDefaultOptions() call.
buildOptions(Properties) - Method in interface net.i2p.client.streaming.I2PSocketManager
Create a modified copy of the current options, to be used in a setDefaultOptions() call.
buildOptions() - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
Create a copy of the current options, to be used in a setDefaultOptions() call.
buildOptions(Properties) - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
Create a modified copy of the current options, to be used in a setDefaultOptions() call.
buildOptions(Properties) - Method in class net.i2p.i2ptunnel.socks.I2PSOCKSTunnel
Build socket options from the tunnel config merged with overrides.
buildPacket(OutboundMessageState, int, PeerState2) - Method in class net.i2p.router.transport.udp.PacketBuilder2
This builds a data packet (PAYLOAD_TYPE_DATA).
buildPacket(List<PacketBuilder.Fragment>, PeerState2) - Method in class net.i2p.router.transport.udp.PacketBuilder2
Build a packet from multiple fragments.
buildPacket(List<PacketBuilder.Fragment>, List<SSU2Payload.Block>, SSU2Sender) - Method in class net.i2p.router.transport.udp.PacketBuilder2
Build a packet from multiple fragments and optional other blocks.
buildPeerTestFromAlice(byte[], PeerState2) - Method in class net.i2p.router.transport.udp.PacketBuilder2
Build a packet as Alice, to Bob to begin a peer test.
buildPeerTestFromAlice(InetAddress, int, SessionKey, long, long, byte[]) - Method in class net.i2p.router.transport.udp.PacketBuilder2
Build a packet as Alice to Charlie.
buildPeerTestToAlice(int, Hash, byte[], PeerState2) - Method in class net.i2p.router.transport.udp.PacketBuilder2
Build a packet as Bob to Alice, with the response from Charlie, or a rejection by Bob.
buildPeerTestToAlice(int, Hash, byte[], SSU2Payload.Block, PeerState2) - Method in class net.i2p.router.transport.udp.PacketBuilder2
Build a packet as Bob to Alice, with the response from Charlie, or a rejection by Bob.
buildPeerTestToAlice(InetAddress, int, SessionKey, boolean, long, long, byte[]) - Method in class net.i2p.router.transport.udp.PacketBuilder2
Build a packet as Charlie to Alice.
buildPeerTestToBob(int, byte[], PeerState2) - Method in class net.i2p.router.transport.udp.PacketBuilder2
Build a packet as Charlie to Bob verifying that we will help test Alice.
buildPeerTestToCharlie(Hash, byte[], SSU2Payload.Block, PeerState2) - Method in class net.i2p.router.transport.udp.PacketBuilder2
Build a packet as Bob to Charlie to help test Alice.
buildPing(PeerState2) - Method in class net.i2p.router.transport.udp.PacketBuilder2
A DATA packet with padding only.
buildRelayIntro(byte[], SSU2Payload.Block, PeerState2) - Method in class net.i2p.router.transport.udp.PacketBuilder2
From Bob to Charlie.
buildRelayRequest(byte[], PeerState2) - Method in class net.i2p.router.transport.udp.PacketBuilder2
From Alice to Bob.
buildRelayResponse(byte[], PeerState2) - Method in class net.i2p.router.transport.udp.PacketBuilder2
From Charlie to Bob or Bob to Alice.
BuildReplyHandler - Class in net.i2p.router.tunnel.pool
Decrypt the layers of a tunnel build reply message, determining whether the individual hops agreed to participate in the tunnel, or if not, why not.
BuildReplyHandler(I2PAppContext) - Constructor for class net.i2p.router.tunnel.pool.BuildReplyHandler
Create a new build reply handler.
BuildReplyHandler.Result - Class in net.i2p.router.tunnel.pool
This contains the result of decrypting the build request or reply record, including the decrypted properties field, if present.
BuildRequestor - Class in net.i2p.router.tunnel.pool
Utility class for creating and dispatching tunnel build request messages.
BuildRequestRecord - Class in net.i2p.data.i2np
As of 0.9.48, supports two formats.
BuildRequestRecord(RouterContext, PrivateKey, EncryptedBuildRecord) - Constructor for class net.i2p.data.i2np.BuildRequestRecord
Decrypts an encrypted build request record.
BuildRequestRecord(I2PAppContext, long, Hash, long, Hash, long, SessionKey, SessionKey, SessionKey, byte[], boolean, boolean) - Constructor for class net.i2p.data.i2np.BuildRequestRecord
Creates a new ElGamal build request record.
BuildRequestRecord(I2PAppContext, long, long, Hash, long, SessionKey, SessionKey, SessionKey, byte[], boolean, boolean, Properties) - Constructor for class net.i2p.data.i2np.BuildRequestRecord
Creates a new ECIES long build request record.
BuildRequestRecord(I2PAppContext, long, long, Hash, long, boolean, boolean, Properties) - Constructor for class net.i2p.data.i2np.BuildRequestRecord
Creates a new ECIES short build request record.
BuildResponseRecord - Class in net.i2p.data.i2np
Class that creates an encrypted tunnel build message record.
buildRetryPacket(InboundEstablishState2, int) - Method in class net.i2p.router.transport.udp.PacketBuilder2
Build a new Retry packet for the given peer, encrypting it as necessary.
buildRetryPacket(RemoteHostId, SocketAddress, long, long, int, int) - Method in class net.i2p.router.transport.udp.PacketBuilder2
Build a new Retry packet with a termination code, for a rejection direct from the EstablishmentManager.
buildSearchApps(String) - Static method in class net.i2p.router.web.helpers.HomeHelper
Config string.
buildServer() - Method in class net.i2p.i2pcontrol.I2PControlController
Builds a new server.
buildServer() - Method in class net.i2p.i2pcontrol.SocketController
Builds a new server.
buildSessionConfirmedPackets(OutboundEstablishState2, RouterInfo) - Method in class net.i2p.router.transport.udp.PacketBuilder2
Build a new series of SessionConfirmed packets for the given peer, encrypting it as necessary.
buildSessionCreatedPacket(InboundEstablishState2) - Method in class net.i2p.router.transport.udp.PacketBuilder2
Build a new SessionCreated packet for the given peer, encrypting it as necessary.
buildSessionDestroyPacket(int, SSU2Sender) - Method in class net.i2p.router.transport.udp.PacketBuilder2
Build a data packet with a termination block.
buildSessionRequestPacket(OutboundEstablishState2) - Method in class net.i2p.router.transport.udp.PacketBuilder2
Build a new SessionRequest packet for the given peer, encrypting it as necessary.
buildSocketManager() - Method in class net.i2p.i2ptunnel.I2PTunnelClientBase
For NON-SHARED clients (ownDest = true).
buildSocketManager(I2PTunnel) - Static method in class net.i2p.i2ptunnel.I2PTunnelClientBase
As of 0.9.20 this is fast, and does NOT connect the manager to the router.
buildSocketManager(I2PTunnel, String) - Static method in class net.i2p.i2ptunnel.I2PTunnelClientBase
As of 0.9.20 this is fast, and does NOT connect the manager to the router.
buildSocketManager(I2PTunnel, String, Logging) - Static method in class net.i2p.i2ptunnel.I2PTunnelClientBase
As of 0.9.20 this is fast, and does NOT connect the manager to the router.
BuildTime - Class in net.i2p.time
Get the build date as set in i2p.jar, and reasonable min and max values for the current time, to be used as sanity checks.
buildTokenRequestPacket(OutboundEstablishState2) - Method in class net.i2p.router.transport.udp.PacketBuilder2
Build a new SessionRequest packet for the given peer, encrypting it as necessary.
BuildTrustedLinksJob - Class in net.i2p.router.startup
For future restricted routes.
BuildTrustedLinksJob(RouterContext, Job) - Constructor for class net.i2p.router.startup.BuildTrustedLinksJob
Create a new trusted links job.
buildTunnel(PooledTunnelCreatorConfig) - Method in class net.i2p.router.tunnel.pool.BuildExecutor
Build a tunnel with the given configuration.
buildTunnels(Destination, ClientTunnelSettings) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
buildTunnels(Destination, ClientTunnelSettings) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Used only at session startup.
buildTunnels(Destination, ClientTunnelSettings) - Method in interface net.i2p.router.TunnelManagerFacade
The client connected (or updated their settings), so make sure we have the tunnels for them, and whenever necessary, ask them to authorize leases.
bulkStore(double, int) - Method in interface org.rrd4j.core.Robin
bulkStore.
bulkStore(double, int) - Method in class org.rrd4j.core.RobinArray
bulkStore.
bulkStore(double, int) - Method in class org.rrd4j.core.RobinMatrix
bulkStore.
BUNDLE_NAME - Static variable in class i2p.susi.dns.Messages
The bundle name
BUNDLE_NAME - Static variable in class net.i2p.addressbook.Messages
The bundle name
BUNDLE_REPLY_LEASESET - Static variable in class net.i2p.router.message.OutboundClientMessageOneShotJob
NOTE: Changed as of 0.9.2.
BW_CAPABILITY_CHARS - Static variable in class net.i2p.data.router.RouterInfo
Public string of chars which serve as bandwidth capacity markers NOTE: individual chars defined in Router.java
BW_SCALE - Static variable in class net.i2p.router.web.helpers.WizardHelper
BW_SCALE.
bwIn() - Method in class net.i2p.router.web.helpers.InfoHelper
bwIn.
BWLimits - Class in org.klomp.snark
Retrieves bandwidth limits from an I2P router via I2CP.
BWLimits() - Constructor for class org.klomp.snark.BWLimits
 
BWLimitsMessageHandler - Class in net.i2p.client.impl
Handle I2CP BW replies from the router
BWLimitsMessageHandler(I2PAppContext) - Constructor for class net.i2p.client.impl.BWLimitsMessageHandler
Create a handler for I2CP bandwidth limit messages.
bwOut() - Method in class net.i2p.router.web.helpers.InfoHelper
bwOut.
bwReceived(int[]) - Method in class net.i2p.client.impl.I2PSessionImpl
called by the message handler
bwReceived(int[]) - Method in class net.i2p.client.impl.SubSession
Called by the message handler.
bwShare() - Method in class net.i2p.router.web.helpers.InfoHelper
bwShare.
byebye(String) - Method in class org.cybergarage.upnp.Device
byebye.
byebye() - Method in class org.cybergarage.upnp.Device
byebye.
BYEBYE - Static variable in class org.cybergarage.upnp.device.NTS
Bye-bye notification
byebye(String) - Method in class org.cybergarage.upnp.Service
byebye.
byPatternId(String) - Static method in enum com.southernstorm.noise.protocol.NoiseInit.PatternID
Lookup PatternID by string pattern ID
BYTE_LENGTH - Static variable in class net.i2p.data.SessionTag
Tag length in bytes (32).
ByteArray - Class in net.i2p.data
Wrap up an array of bytes so that they can be compared and placed in hashes, maps, and the like.
ByteArray() - Constructor for class net.i2p.data.ByteArray
Creates an empty ByteArray.
ByteArray(byte[]) - Constructor for class net.i2p.data.ByteArray
Sets valid = data.length, unless data is null Sets offset = 0
ByteArray(byte[], int, int) - Constructor for class net.i2p.data.ByteArray
Sets offset = offset Sets valid = length
ByteArrayStream - Class in net.i2p.util
OutputStream to InputStream adapter.
ByteArrayStream() - Constructor for class net.i2p.util.ByteArrayStream
Creates a new byte array output stream.
ByteArrayStream(int) - Constructor for class net.i2p.util.ByteArrayStream
Creates a new byte array output stream with the specified size.
ByteBufferBackend - Class in org.rrd4j.core
A backend that store and provides access to data using a ByteBuffer, using java internal methods for long, integer and others types.
ByteBufferBackend(String) - Constructor for class org.rrd4j.core.ByteBufferBackend
Constructs a ByteBufferBackend with the given file path.
ByteCache - Class in net.i2p.util
Cache the objects frequently used to reduce memory churn.
ByteLimitOutputStream - Class in net.i2p.i2ptunnel.util
An OutputStream that limits how many bytes are written, throwing EOFException when the limit is exceeded.
ByteLimitOutputStream(OutputStream, LimitOutputStream.DoneCallback, long) - Constructor for class net.i2p.i2ptunnel.util.ByteLimitOutputStream
Creates a new byte-limited output stream.
ByteMatrix - Class in com.google.zxing.qrcode.encoder
JAVAPORT: The original code was a 2D array of ints, but since it only ever gets assigned -1, 0, and 1, I'm going to use less memory and go with bytes.
ByteMatrix(int, int) - Constructor for class com.google.zxing.qrcode.encoder.ByteMatrix
Creates a new ByteMatrix with the specified dimensions.
BYTEORDER - Static variable in class org.rrd4j.core.RrdBackend
All ByteBuffer usage should use this standard order.
bytesCount - Variable in class org.rrd4j.graph.RrdGraphInfo
 
bytesSource - Variable in class org.rrd4j.graph.RrdGraphInfo
 
bytesToHex(byte[]) - Static method in class net.i2p.crypto.eddsa.Utils
Converts bytes to a hex string.
bytesTransferred(long, int, long, long, String) - Method in class net.i2p.router.update.DevSU3UpdateChecker
 
bytesTransferred(long, int, long, long, String) - Method in class net.i2p.router.update.NewsFetcher
override to prevent status update
bytesTransferred(long, int, long, long, String) - Method in class net.i2p.router.update.PluginUpdateChecker
bytesTransferred.
bytesTransferred(long, int, long, long, String) - Method in class net.i2p.router.update.PluginUpdateRunner
Overridden to change the "Updating I2P" text in super
bytesTransferred(long, int, long, long, String) - Method in class net.i2p.router.update.UpdateRunner
subclasses should override
bytesTransferred(long, int, long, long, String) - Method in class net.i2p.util.DNSOverHTTPS
 
bytesTransferred(long, int, long, long, String) - Method in class net.i2p.util.EepGet.CLIStatusListener
Called on each chunk of received data.
bytesTransferred(long, int, long, long, String) - Method in interface net.i2p.util.EepGet.StatusListener
Total length should be == alreadyTransferred + currentWrite + bytesRemaining for all calls.
bytesTransferred(long, int, long, long, String) - Method in class org.klomp.snark.web.FetchAndAdd
Called when bytes are transferred during download.
bytesTransferred(long, int, long, long, String) - Method in class org.klomp.snark.WebPeer
Total length should be == alreadyTransferred + currentWrite + bytesRemaining for all calls.
byteValue - Variable in enum org.minidns.record.TLSA.CertUsage
byteValue.
byteValue - Variable in enum org.minidns.record.TLSA.MatchingType
byteValue.
byteValue - Variable in enum org.minidns.record.TLSA.Selector
byteValue.

C

CABLE_STATUS_BAD - Static variable in class edu.internet2.ndt.NDTConstants
Cable status: bad cable detected.
CABLE_STATUS_OK - Static variable in class edu.internet2.ndt.NDTConstants
Cable status: OK (no fault detected).
cache - Variable in class com.maxmind.geoip2.DatabaseReader.Builder
Cache
cache(Hash) - Method in class net.i2p.router.networkdb.kademlia.NegativeLookupCache
Negative cache the hash until the next clean time.
CACHE_CONTROL - Static variable in class org.cybergarage.http.HTTP
Cache-Control HTTP header field name
CACHE_MAX_SIZE - Static variable in class net.i2p.client.impl.I2PSessionImpl
maximum size of the lookup cache
CACHE_MAX_SIZE - Static variable in class net.i2p.client.naming.DummyNamingService
Maximum cache size
cached(Curve, FieldElement, FieldElement, FieldElement, FieldElement) - Static method in class net.i2p.crypto.eddsa.math.GroupElement
Creates a new group element in CACHED representation.
CachedIterator(CachedIteratorCollection<E>) - Constructor for class net.i2p.router.util.CachedIteratorCollection.CachedIterator
Create a new CachedIterator.
CachedIteratorArrayList<E> - Class in net.i2p.router.util
ArrayList with per-thread cached iterators for reduced object allocation overhead.
CachedIteratorArrayList() - Constructor for class net.i2p.router.util.CachedIteratorArrayList
Creates a new empty CachedIteratorArrayList.
CachedIteratorArrayList(Collection<? extends E>) - Constructor for class net.i2p.router.util.CachedIteratorArrayList
Creates a CachedIteratorArrayList containing the elements of the given collection.
CachedIteratorArrayList(int) - Constructor for class net.i2p.router.util.CachedIteratorArrayList
Creates a CachedIteratorArrayList with the specified initial capacity.
CachedIteratorCollection<E> - Class in net.i2p.router.util
Synchronized collection with per-thread cached iterators for efficient element iteration.
CachedIteratorCollection() - Constructor for class net.i2p.router.util.CachedIteratorCollection
Default constructor
CachedIteratorCollection.CachedIterator<E> - Class in net.i2p.router.util
Static inner CachedIterator class - implements hasNext(), next() & remove()
cachedXor(Hash) - Method in class net.i2p.router.networkdb.kademlia.LocalHash
Calculate the xor with the current object and the specified hash, caching values where possible.
CacheEntry(String, String) - Constructor for class net.i2p.router.transport.CommSystemFacadeImpl.CacheEntry
CacheEntry.
CacheEntry(String, String, long) - Constructor for class net.i2p.router.transport.CommSystemFacadeImpl.CacheEntry
CacheEntry.
cachingAllowed - Variable in class org.rrd4j.core.RrdBackendFactory
cachingAllowed.
calc(PeerProfile) - Static method in class net.i2p.router.peermanager.CapacityCalculator
Calculate the capacity for the given peer profile.
calc(PeerProfile) - Static method in class net.i2p.router.peermanager.IntegrationCalculator
calc.
calc(PeerProfile) - Static method in class net.i2p.router.peermanager.SpeedCalculator
calc.
calculate(byte[], int, DHState) - Method in class com.southernstorm.noise.protocol.Curve25519DHState
 
calculate(byte[], int, DHState) - Method in interface com.southernstorm.noise.protocol.DHState
Performs a Diffie-Hellman calculation with this object as the private key.
calculate(byte[], int, DHState) - Method in class com.southernstorm.noise.protocol.MLKEMDHState
Side effect: If we are Bob, copies the ciphertext to our public key so it may be written out in the message.
calculate(byte[], byte[], byte[]) - Method in class net.i2p.crypto.HKDF
One output, no info.
calculate(byte[], byte[], String, byte[]) - Method in class net.i2p.crypto.HKDF
One output with info.
calculate(byte[], byte[], byte[], byte[], int) - Method in class net.i2p.crypto.HKDF
Two outputs, no info.
calculate(byte[], byte[], String, byte[], byte[], int) - Method in class net.i2p.crypto.HKDF
Two outputs with info.
calculate(SessionKey, byte[], int, int, byte[], int) - Method in class net.i2p.crypto.HMAC256Generator
Calculate the HMAC of the data with the given key.
calculate(byte[], byte[], int, int, byte[], int) - Method in class net.i2p.crypto.HMAC256Generator
Calculate the HMAC of the data with the given key.
calculate(SessionKey, byte[], int, int, byte[], int) - Method in class net.i2p.crypto.HMACGenerator
Calculate the HMAC of the data with the given key
calculate(long, long, DataProcessor) - Method in class org.rrd4j.data.CDef
Calculates values for the specified time range.
calculate(long, long, DataProcessor) - Method in interface org.rrd4j.data.NonRrdSource
Calculates values for the specified time range.
calculate(long, long, DataProcessor) - Method in class org.rrd4j.data.PDef
Calculates values for the specified time range.
calculate(Source, long, long) - Method in class org.rrd4j.data.Variable
Used to calculate the needed value from a source, this method call the abstract method Variable.fill(long[], double[], long, long).
calculate(long, long, DataProcessor) - Method in class org.rrd4j.data.VDef
Calculates values for the specified time range.
calculateBCHCode(int, int) - Static method in class com.google.zxing.qrcode.encoder.MatrixUtil
Calculate BCH code
calculateHash(InputStream) - Method in class net.i2p.crypto.DSAEngine
Reads the stream until EOF.
calculateHash(byte[], int, int) - Static method in class net.i2p.crypto.DSAEngine
Calculate a SHA-1 hash of the source data.
calculateHash(byte[]) - Method in class net.i2p.crypto.SHA256Generator
Calculate the SHA-256 hash of the source and cache the result.
calculateHash(byte[], int, int) - Method in class net.i2p.crypto.SHA256Generator
Calculate the hash and cache the result.
calculateHash(byte[], int, int, byte[], int) - Method in class net.i2p.crypto.SHA256Generator
Use this if you only need the data, not a Hash object.
calculateHash() - Method in interface net.i2p.data.DataStructure
Calculate the SHA256 value of this object (useful for a few scenarios)
calculateHash() - Method in class net.i2p.data.DataStructureImpl
 
calculateHash() - Method in class net.i2p.data.KeysAndCert
Throws IllegalStateException if keys and cert are not initialized, as of 0.9.12.
calculateHash() - Method in class net.i2p.data.SimpleDataStructure
SHA256 hash of the byte array, or null if data is null.
calculateHash() - Method in class org.klomp.snark.dht.NodeInfo
calculateHash.
calculateHeaderBitmap() - Method in class org.minidns.dnsmessage.DnsMessage
Compute the DNS header bitmap
calculateIPGroups16(List<RouterInfo>, Map<Hash, Points>) - Method in class net.i2p.router.sybil.Analysis
Categorize routers by their /16 subnet to identify routers in the same /16 network.
calculateIPGroups24(List<RouterInfo>, Map<Hash, Points>) - Method in class net.i2p.router.sybil.Analysis
Categorize routers by their /24 subnet to identify routers in the same /24 network.
calculateIPGroups32(List<RouterInfo>, Map<Hash, Points>) - Method in class net.i2p.router.sybil.Analysis
Categorize routers by their IP address to identify routers sharing the same IP.
calculateIPGroups48(List<RouterInfo>, Map<Hash, Points>) - Method in class net.i2p.router.sybil.Analysis
Categorize routers by their IPv6 /48 subnet to identify routers in the same /48 network.
calculateIPGroups64(List<RouterInfo>, Map<Hash, Points>) - Method in class net.i2p.router.sybil.Analysis
Categorize routers by their IPv6 /64 subnet to identify routers in the same /64 network.
calculateIPGroupsFamily(List<RouterInfo>, Map<Hash, Points>) - Method in class net.i2p.router.sybil.Analysis
Categorize routers by their router family to identify routers in the same family.
calculateIPGroupsUs(List<RouterInfo>, Map<Hash, Points>, List<RouterInfo>, List<RouterInfo>, List<RouterInfo>, List<RouterInfo>, List<RouterInfo>) - Method in class net.i2p.router.sybil.Analysis
Categorize routers by their proximity to our IP address, grouping them by /32, /24, /16 for IPv4 and /64, /48 for IPv6.
calculatePairDistance(List<RouterInfo>, Map<Hash, Points>, List<Pair>) - Method in class net.i2p.router.sybil.Analysis
Calculate average pairwise distance between floodfills and identifies routers that are unusually close to each other.
calculateRouterInfo(Hash, String, List<RouterInfo>, Map<Hash, Points>) - Method in class net.i2p.router.sybil.Analysis
Build the version comparison report.
calculateSize(int, int, int, String[]) - Static method in class org.rrd4j.core.RrdDef
Calculate estimated storage size
calculateValues() - Method in class org.rrd4j.data.RpnCalculator
Calculate values
calculateWrittenLength() - Method in class net.i2p.data.i2np.DatabaseLookupMessage
calculateWrittenLength.
calculateWrittenLength() - Method in class net.i2p.data.i2np.DatabaseSearchReplyMessage
calculate the message body's length (not including the header and footer
calculateWrittenLength() - Method in class net.i2p.data.i2np.DatabaseStoreMessage
Calculate the message body's length (not including the header and footer)
calculateWrittenLength() - Method in class net.i2p.data.i2np.DataMessage
calculate the message body's length (not including the header and footer
calculateWrittenLength() - Method in class net.i2p.data.i2np.DeliveryStatusMessage
calculate the message body's length (not including the header and footer
calculateWrittenLength() - Method in class net.i2p.data.i2np.GarlicMessage
calculate the message body's length (not including the header and footer
calculateWrittenLength() - Method in class net.i2p.data.i2np.I2NPMessageImpl
calculate the message body's length (not including the header and footer
calculateWrittenLength() - Method in class net.i2p.data.i2np.OutboundTunnelBuildReplyMessage
calculateWrittenLength.
calculateWrittenLength() - Method in class net.i2p.data.i2np.ShortTunnelBuildMessage
calculateWrittenLength.
calculateWrittenLength() - Method in class net.i2p.data.i2np.ShortTunnelBuildReplyMessage
calculateWrittenLength.
calculateWrittenLength() - Method in class net.i2p.data.i2np.TunnelBuildMessageBase
calculateWrittenLength.
calculateWrittenLength() - Method in class net.i2p.data.i2np.TunnelDataMessage
calculate the message body's length (not including the header and footer
calculateWrittenLength() - Method in class net.i2p.data.i2np.TunnelGatewayMessage
Calculate the serialized length of this message
calculateWrittenLength() - Method in class net.i2p.data.i2np.UnknownI2NPMessage
calculate the message body's length (not including the header and footer
calculateWrittenLength() - Method in class net.i2p.data.i2np.VariableTunnelBuildMessage
Length including record count byte plus all encrypted records.
calculateWrittenLength() - Method in class net.i2p.data.i2np.VariableTunnelBuildReplyMessage
Length including record count byte plus all encrypted records.
CALLBACK - Static variable in class org.cybergarage.http.HTTP
CALLBACK header for UPnP event subscription
caluculateConfigId(String) - Static method in class org.cybergarage.upnp.UPnP
Calculates a configuration ID from the given XML configuration.
canAccept(long, int) - Method in class net.i2p.client.streaming.impl.MessageInputStream
Determines whether the stream can accept a new message.
canAccommodate(CommentText) - Method in class org.rrd4j.graph.LegendComposer.Line
Can accommodate
cancel() - Method in interface com.vuze.plugins.mlab.MLabRunner.ToolRun
Cancel the test
cancel() - Method in class i2p.susi.webmail.pop3.BackgroundChecker
Cancels the background checker.
cancel() - Method in class i2p.susi.webmail.pop3.DelayedDeleter
Cancels the delayed deleter.
cancel() - Method in class i2p.susi.webmail.pop3.IdleCloser
Cancels the idle closer.
cancel(int) - Method in interface net.i2p.app.NotificationService
Cancel a notification if possible.
cancel() - Method in class net.i2p.client.impl.MessageState
cancel.
cancel() - Method in class net.i2p.client.streaming.impl.Connection.RetransmitEvent
cancel.
cancel(int) - Method in class net.i2p.desktopgui.ExternalMain
Cancel a notification if possible.
cancel(int) - Method in class net.i2p.desktopgui.Main
Cancel a notification if possible.
cancel() - Method in class net.i2p.router.networkdb.kademlia.FloodThrottler
Stop the periodic cleaner.
cancel() - Method in class net.i2p.router.networkdb.kademlia.LookupBanHammer
 
cancel() - Method in class net.i2p.router.networkdb.kademlia.LookupThrottler
Stop the periodic cleaner.
cancel() - Method in class net.i2p.util.SimpleTimer2.TimedEvent
Cancel the timed event.
cancel() - Method in class net.i2p.util.SocketTimeout
Change in return value from void to boolean in 0.9.3 accidentally broke Syndie, sorry.
CANCEL - Static variable in class org.klomp.snark.Message
C a n c e l
cancel(int) - Method in class org.klomp.snark.Peer
Tell the other side that we are no longer interested in any of the outstanding requests (if any) for this piece.
cancel(int) - Method in class org.klomp.snark.WebPeer
 
cancelDelayedShutdown() - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Cancel a delayed server tunnel shutdown and restart any servers that were stopped.
cancelExcessInProgress(int) - Method in class net.i2p.router.tunnel.pool.TunnelPool
Cancel excess in-progress tunnel builds to stay within budget.
cancelGracefulShutdown() - Method in class net.i2p.router.Router
Cancel any prior request to shut the router down gracefully.
cancelJob() - Method in class net.i2p.router.networkdb.kademlia.IterativeSearchJob
Cancels the job without performing full failure handling.
cancelled() - Method in interface com.vuze.plugins.mlab.MLabRunner.ToolRunListener
Called when the test is cancelled
cancelled() - Method in class net.i2p.client.streaming.impl.PacketLocal
Record that this packet was cancelled
cancelMessage(int, int, int) - Method in class org.klomp.snark.PeerState
Handle a cancel message from the peer
cancelNDT() - Method in class net.i2p.router.web.helpers.WizardHelper
Cancel the test.
cancelPiece(int) - Method in class org.klomp.snark.PeerState
Tell the other side that we are no longer interested in any of the outstanding requests (if any) for this piece.
cancelRequest(int, int, int) - Method in class org.klomp.snark.PeerConnectionOut
Called by the PeerState when the other side doesn't want this request to be handled anymore.
cancelRequestMessages() - Method in class org.klomp.snark.PeerConnectionOut
Remove all Request messages from the queue.
cancelRunner() - Method in class net.i2p.data.i2cp.I2CPMessageReader.I2CPMessageReaderRunner
cancelRunner.
cancelShutdown(RouterContext) - Static method in class net.i2p.desktopgui.router.RouterManager
Cancel a graceful shutdown or restart.
cancelShutdownStatus() - Method in interface net.i2p.router.RouterThrottle
 
cancelShutdownStatus() - Method in class net.i2p.router.RouterThrottleImpl
 
canChangeEncType(int) - Method in class net.i2p.i2ptunnel.web.EditBean
Returns whether the tunnel encryption type can be changed.
canChangePort(int) - Method in class net.i2p.i2ptunnel.web.EditBean
Returns whether the tunnel port setting can be changed.
canChangeSigType(int) - Method in class net.i2p.i2ptunnel.web.EditBean
Returns whether the tunnel signature type can be changed.
canConnect(Hash, Hash) - Method in class net.i2p.router.tunnel.pool.ConnectChecker
Can "from" connect to "to" based on published addresses? This is intended for tunnel candidates, where we already have the RI.
canConnect(int, RouterInfo) - Method in class net.i2p.router.tunnel.pool.ConnectChecker
Can we connect to "to" based on published addresses? This is intended for tunnel candidates, where we already have the RI.
canConnect(RouterInfo, int) - Method in class net.i2p.router.tunnel.pool.ConnectChecker
Can "from" connect to us based on published addresses? This is intended for tunnel candidates, where we already have the RI.
canCreate - Variable in class net.i2p.sam.SAMStreamSession
canCreate.
canInstall() - Method in class net.i2p.router.web.ConfigUpdateHelper
canInstall.
canIntroduce(boolean) - Method in class net.i2p.router.transport.udp.UDPTransport
For EstablishmentManager.
canSetPerms() - Static method in class net.i2p.util.SecureFileOutputStream
 
canStore(URI) - Method in class org.rrd4j.core.RrdBackendFactory
canStore.
canStore(URI) - Method in class org.rrd4j.core.RrdFileBackendFactory
canStore.
canStore(URI) - Method in class org.rrd4j.core.RrdMemoryBackendFactory
canStore.
canTestAsCharlie(boolean) - Method in class net.i2p.router.transport.udp.UDPTransport
Can we be a Charlie right now?
canvasImage - Variable in class org.rrd4j.graph.RrdGraphDef
Canvas background image rendered under the plot.
canWrite() - Method in class net.metanotion.io.RAIFile
Is the file writable? (I2P) Only valid if the File constructor was used, not the RAF constructor
canWrite() - Method in interface net.metanotion.io.RandomAccessInterface
Is the file writable? (I2P) Only valid if the File constructor was used, not the RAF constructor
CAP_IPV4 - Static variable in class net.i2p.router.transport.TransportImpl
 
CAP_IPV4_IPV6 - Static variable in class net.i2p.router.transport.TransportImpl
 
CAP_IPV6 - Static variable in class net.i2p.router.transport.TransportImpl
 
CAPABILITY_BW12 - Static variable in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Bandwidth 12 Kbps capability flag.
CAPABILITY_BW12 - Static variable in class net.i2p.router.Router
CAPABILITY_BW12.
CAPABILITY_BW128 - Static variable in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Bandwidth 128 Kbps capability flag.
CAPABILITY_BW128 - Static variable in class net.i2p.router.Router
CAPABILITY_BW128.
CAPABILITY_BW256 - Static variable in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Bandwidth 256 Kbps capability flag.
CAPABILITY_BW256 - Static variable in class net.i2p.router.Router
CAPABILITY_BW256.
CAPABILITY_BW32 - Static variable in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Bandwidth 32 Kbps capability flag.
CAPABILITY_BW32 - Static variable in class net.i2p.router.Router
CAPABILITY_BW32.
CAPABILITY_BW512 - Static variable in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Bandwidth 512 Kbps capability flag.
CAPABILITY_BW512 - Static variable in class net.i2p.router.Router
 
CAPABILITY_BW64 - Static variable in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Bandwidth 64 Kbps capability flag.
CAPABILITY_BW64 - Static variable in class net.i2p.router.Router
CAPABILITY_BW64.
CAPABILITY_BW_UNLIMITED - Static variable in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Unlimited bandwidth capability flag.
CAPABILITY_BW_UNLIMITED - Static variable in class net.i2p.router.Router
 
CAPABILITY_CONGESTION_MODERATE - Static variable in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Moderate congestion capability flag.
CAPABILITY_CONGESTION_MODERATE - Static variable in class net.i2p.router.Router
 
CAPABILITY_CONGESTION_SEVERE - Static variable in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Severe congestion capability flag.
CAPABILITY_CONGESTION_SEVERE - Static variable in class net.i2p.router.Router
 
CAPABILITY_FLOODFILL - Static variable in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Floodfill capability flag.
CAPABILITY_HIDDEN - Static variable in class net.i2p.data.router.RouterInfo
Capability flag for hidden
CAPABILITY_NO_TUNNELS - Static variable in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
No tunnels capability flag.
CAPABILITY_NO_TUNNELS - Static variable in class net.i2p.router.Router
 
CAPABILITY_REACHABLE - Static variable in class net.i2p.router.Router
CAPABILITY_REACHABLE.
CAPABILITY_UNREACHABLE - Static variable in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Unreachable capability flag.
CAPABILITY_UNREACHABLE - Static variable in class net.i2p.router.Router
CAPABILITY_UNREACHABLE.
CAPACITY - Static variable in class net.i2p.router.BandwidthHistory
Buffer: 1200 entries = 20 min at 1s
capacity() - Method in class org.xlattice.crypto.filters.BloomSHA1
Returns the number of bits in the filter.
CAPACITY_INTRODUCER - Static variable in class net.i2p.router.transport.udp.UDPAddress
'C'
CAPACITY_TESTING - Static variable in class net.i2p.router.transport.udp.UDPAddress
'B'
CapacityCalculator - Class in net.i2p.router.peermanager
Estimate how many of our tunnels the peer can join per hour.
capitalizeWord(String) - Static method in class net.i2p.router.web.CSSHelper.StringFormatter
capitalizeWord.
category - Variable in class i2p.susi.dns.AddressbookBean
The category filter string
category - Variable in class net.i2p.addressbook.HostChecker.PingResult
the host category from categories.txt, or null
cause - Variable in class net.i2p.router.Banlist.Entry
why they were banlisted
causeCode - Variable in class net.i2p.router.Banlist.Entry
separate code so cause can contain {0} for translation
CBD - Class in org.bouncycastle.pqc.crypto.mlkem
Central Binomial Distribution (CBD) sampling for ML-KEM operations.
cc - Variable in class i2p.susi.webmail.Mail
addresses only, enclosed by <>
CDef - Class in org.rrd4j.data
RRD CDEF (Computed Data Source Definition) implementation.
Creates computed data sources using Reverse Polish Notation (RPN) expressions on existing data sources.
CDef(String, String) - Constructor for class org.rrd4j.data.CDef
Create a CDef.
CDef - Class in org.rrd4j.graph
Represents a computed data source (CDEF) in RRD graphs.
CDef(String, String) - Constructor for class org.rrd4j.graph.CDef
Create a new CDef.
CDPQEntry - Interface in net.i2p.router.util
Interface for CoDel priority queue entries with extended tracking.
CDPStatusBlock - Class in org.rrd4j.core.jrrd
Instances of this class model the consolidation data point status from an RRD file.
CDPStatusBlock(RRDFile) - Constructor for class org.rrd4j.core.jrrd.CDPStatusBlock
Constructs a CDP status block by reading from an RRD file.
cdpStatusBlocks - Variable in class org.rrd4j.core.jrrd.Archive
Consolidation data points status blocks.
CDQEntry - Interface in net.i2p.router.util
Interface for CoDel queue entries with enqueue time tracking.
CERT_SUFFIX - Static variable in class net.i2p.router.crypto.FamilyKeyCrypto
Certificate file suffix
CertHelper - Class in net.i2p.router.web.helpers
Dump out our local SSL certs, if any
CertHelper() - Constructor for class net.i2p.router.web.helpers.CertHelper
Constructor.
Certificate - Class in net.i2p.data
Extensible certificate system for I2P structures providing metadata and capabilities.
Certificate() - Constructor for class net.i2p.data.Certificate
Creates a new Certificate with default values.
Certificate(int, byte[]) - Constructor for class net.i2p.data.Certificate
Construct a certificate with the given type and payload.
CERTIFICATE_LENGTH_SIGNED - Static variable in class net.i2p.data.VerifiedDestination
Defaults for Signed Certs
CERTIFICATE_LENGTH_SIGNED_WITH_HASH - Static variable in class net.i2p.data.Certificate
Length of signed certificate with hash (signature + hash)
CERTIFICATE_LENGTH_SIGNED_WITH_HASH - Static variable in class net.i2p.data.VerifiedDestination
Length of a signed certificate including the signer hash.
CERTIFICATE_TYPE_HIDDEN - Static variable in class net.i2p.data.Certificate
we should not be used for anything (don't use us in the netDb, in tunnels, or tell others about us)
CERTIFICATE_TYPE_KEY - Static variable in class net.i2p.data.Certificate
Key certificate type.
CERTIFICATE_TYPE_MULTIPLE - Static variable in class net.i2p.data.Certificate
Contains multiple certs
CERTIFICATE_TYPE_NULL - Static variable in class net.i2p.data.Certificate
Specifies a null certificate type with no payload
CERTIFICATE_TYPE_SIGNED - Static variable in class net.i2p.data.Certificate
Signed with 40-byte Signature and (optional) 32-byte hash
certificateAssociationEquals(byte[]) - Method in class org.minidns.record.TLSA
 
certUsage - Variable in class org.minidns.record.TLSA
certUsage.
certUsageByte - Variable in class org.minidns.record.TLSA
The provided association that will be used to match the certificate presented in the TLS handshake.
CertUtil - Class in net.i2p.crypto
Java X.509 certificate utilities, consolidated from various places.
CF - Static variable in class net.i2p.router.web.GraphListener
Consolidation function used for RRD archives.
CF_NAM_SIZE - Static variable in interface org.rrd4j.core.jrrd.Constants
Constant CF_NAM_SIZE=20
ChaCha20 - Class in net.i2p.crypto
ChaCha20, wrapper around Noise ChaChaCore.
CHACHA_IV_0 - Static variable in class net.i2p.router.transport.udp.SSU2Header
12 bytes of zeros
CHACHA_IV_LEN - Static variable in class net.i2p.router.transport.udp.SSU2Util
12 bytes, ChaCha20 nonce length
ChaChaCore - Class in com.southernstorm.noise.crypto.chacha20
Implementation of the ChaCha20 core hash transformation.
ChaChaPolyCipherState - Class in com.southernstorm.noise.protocol
Implements the ChaChaPoly cipher for Noise.
ChaChaPolyCipherState() - Constructor for class com.southernstorm.noise.protocol.ChaChaPolyCipherState
Constructs a new cipher state for the "ChaChaPoly" algorithm.
ChaChaPolyCipherState(ChaChaPolyCipherState) - Constructor for class com.southernstorm.noise.protocol.ChaChaPolyCipherState
Copy constructor for cloning.
CHANGE_IP - Static variable in class net.i2p.router.util.EventLog
CHANGE_IP.
CHANGE_PORT - Static variable in class net.i2p.router.util.EventLog
CHANGE_PORT.
changeAddress(RemoteHostId) - Method in class net.i2p.router.transport.udp.PeerState2
Caller should sync; UDPTransport must remove and add to peersByRemoteHost map
changePeerAddress(PeerState2, RemoteHostId) - Method in class net.i2p.router.transport.udp.UDPTransport
Remove and add to peersByRemoteHost map
changePeerPort(PeerState, int) - Method in class net.i2p.router.transport.udp.UDPTransport
Remove and add to peersByRemoteHost map
changePort(int) - Method in class net.i2p.router.transport.udp.PeerState
Change the remote port.
changeState(I2PSessionImpl.State) - Method in class net.i2p.client.impl.I2PSessionImpl
Change the session state
changeState(TunnelController.TunnelState) - Method in class net.i2p.i2ptunnel.TunnelController
Void
changeState(EstablishBase.State) - Method in class net.i2p.router.transport.ntcp.EstablishBase
Change the handshake state and update completion/corruption flags.
CharacterSetECI - Enum in com.google.zxing.common
Encapsulates a Character Set ECI, according to "Extended Channel Interpretations" 5.3.1.1 of ISO 18004.
charAt(int) - Method in class org.minidns.util.SafeCharSequence
charAt.
charset - Variable in class i2p.susi.webmail.MailPart
charset.
CHARSET - Static variable in class org.cybergarage.http.HTTP
Charset parameter name within Content-Type
CHARSET_UTF8 - Static variable in class org.cybergarage.xml.XML
CHARSET_UTF8.
check(UpdateType) - Method in class net.i2p.router.update.ConsoleUpdateManager
Fire off a checker task Non-blocking.
check(UpdateType, String) - Method in class net.i2p.router.update.ConsoleUpdateManager
Fire off a checker task Non-blocking.
check(UpdateType, UpdateMethod, String, String, long) - Method in class net.i2p.router.update.DevSU3UpdateHandler
 
check(UpdateType, UpdateMethod, String, String, long) - Method in class net.i2p.router.update.DummyHandler
Spins off an UpdateTask that sleeps
check(UpdateType, UpdateMethod, String, String, long) - Method in class net.i2p.router.update.NewsHandler
This will check for news or router updates (it does the same thing).
check(UpdateType, UpdateMethod, String, String, long) - Method in class net.i2p.router.update.PluginUpdateHandler
check a single plugin
check(UpdateType, UpdateMethod, String, String, long) - Method in class net.i2p.router.update.UnsignedUpdateHandler
 
check(UpdateType, UpdateMethod, String, String, long) - Method in interface net.i2p.update.Checker
Check for updates.
check(String, String, String) - Method in class net.i2p.util.PasswordManager
Checks both plaintext and hash
check() - Method in class org.klomp.snark.Storage
Creates (and/or checks) all files from the metainfo file list.
check(long, BitField) - Method in class org.klomp.snark.Storage
Creates (and/or checks) all files from the metainfo file list.
check(String) - Method in enum org.rrd4j.graph.Markers
Checks if this marker matches the specified string.
CHECK_PERIOD - Static variable in class org.klomp.snark.Peer
C h e c k p e r i o d
CHECK_PERIOD - Static variable in class org.klomp.snark.PeerCoordinator
C h e c k p e r i o d
checkAndRecoverPools() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Emergency pool recovery: Check all registered clients have valid tunnel pools.
checkAvailable(UpdateType) - Method in class net.i2p.router.update.ConsoleUpdateManager
Is an update available? Blocking.
checkAvailable(UpdateType, long) - Method in class net.i2p.router.update.ConsoleUpdateManager
Is an update available? Blocking.
checkAvailable(UpdateType, String, long) - Method in class net.i2p.router.update.ConsoleUpdateManager
Is an update available? Blocking.
checkAvailable(UpdateType) - Method in interface net.i2p.update.UpdateManager
Is an update available? Blocking.
checkAvailable(UpdateType, long) - Method in interface net.i2p.update.UpdateManager
Is an update available? Blocking.
checkAvailable(UpdateType, String, long) - Method in interface net.i2p.update.UpdateManager
Is an update available? Blocking.
checkB64(String, String, String) - Method in class net.i2p.util.PasswordManager
 
checkClosing() - Method in class org.rrd4j.core.RrdBackendFactory
Check that all phantom reference are indeed safely closed.
checkConstraints(CryptoServiceProperties) - Static method in class org.bouncycastle.crypto.CryptoServicesRegistrar
 
checkDestroyed() - Method in class org.bouncycastle.pqc.crypto.util.SecretWithEncapsulationImpl
 
CHECKED - Static variable in class net.i2p.router.web.HelperBase
Checked attribute for HTML checkboxes.
Checker - Interface in net.i2p.update
Controls one or more types of updates.
checkForUpdates() - Method in class net.i2p.router.update.NewsFetcher
Parse the installed (not the temp) news file for the latest version.
checkHash(String, String, String) - Method in class net.i2p.util.PasswordManager
With random salt
checkHash(String, String) - Method in class net.i2p.util.PasswordManager
Check pw against b64 salt+hash, as generated by createHash()
checkingDisabled - Variable in class org.minidns.dnsmessage.DnsMessage
True if the server should not perform DNSSEC validation before returning the result.
checkLongOption() - Method in class gnu.getopt.Getopt
Check to see if an option is a valid long option.
checkMD5(String, String, String, String) - Method in class net.i2p.router.web.ConsolePasswordManager
Straight MD5.
checkPiece(int, byte[], int, int) - Method in class org.klomp.snark.MetaInfo
Checks that the given piece has the same SHA1 hash as the given byte array.
checkPiece(PartialPiece) - Method in class org.klomp.snark.MetaInfo
Checks a piece against the stored hashes using a PartialPiece.
checkPlain(String, String, String) - Method in class net.i2p.util.PasswordManager
 
checkPrivateDestination(String) - Static method in class net.i2p.sam.SAMUtils
Check whether a base64-encoded {dest,privkey,signingprivkey[,offlinesig]} is valid This only checks that the length is correct.
checkpw(String, String) - Static method in class org.mindrot.jbcrypt.BCrypt
Check that a plaintext password matches a previously hashed one
checkReseed(int) - Method in class net.i2p.router.networkdb.reseed.ReseedChecker
Checks if a reseed is needed based on peers, uptime, downtime, and system flags.
checkSignature(Signature, byte[], SigningPublicKey) - Static method in class net.i2p.data.PrivateKeyFile
Check a signature against data with a public key.
checkSocketHandlerId(int) - Method in class net.i2p.sam.SAMStreamSession
Check whether a SAM STREAM session socket handler id is still in use.
CHECKSUM_LENGTH - Static variable in class net.i2p.data.i2np.I2NPMessageImpl
CHECKSUM_LENGTH.
ChecksumException - Exception in com.google.zxing
Thrown when a barcode was successfully detected and decoded, but was not returned because its checksum feature failed.
checkTunnel(boolean, boolean, List<Hash>) - Method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Connectivity check.
CHMCache - Class in com.maxmind.db
A simplistic cache using a ConcurrentHashMap.
CHMCache() - Constructor for class com.maxmind.db.CHMCache
Create a cache with default capacity.
CHMCache(int) - Constructor for class com.maxmind.db.CHMCache
Create a cache with the given capacity.
CHOKE - Static variable in class org.klomp.snark.Message
C h o k e
choked - Variable in class org.klomp.snark.PeerState
Whether the peer has choked us
chokeMessage(boolean) - Method in class org.klomp.snark.PeerState
Handle a choke or unchoke message from the peer
choking - Variable in class org.klomp.snark.PeerState
Whether we are choking the peer
chooseMode(String) - Static method in class com.google.zxing.qrcode.encoder.Encoder
chooseMode.
CHUNK_SIZE - Static variable in class org.klomp.snark.MagnetState
Chunk size for magnet metadata fetches (16 KB).
CHUNKED - Static variable in class org.cybergarage.http.HTTP
Chunked transfer encoding value
chunkSize(int) - Method in class org.klomp.snark.MagnetState
Get the size of a specific chunk.
chunksRemaining() - Method in class org.klomp.snark.MagnetState
Get the number of chunks remaining to be downloaded.
cid - Variable in class i2p.susi.webmail.MailPart
cid.
CipherParameters - Interface in org.bouncycastle.crypto
all parameter classes implement this.
CipherState - Interface in com.southernstorm.noise.protocol
Interface to an authenticated cipher for use in the Noise protocol.
CipherStatePair - Class in com.southernstorm.noise.protocol
Class that contains a pair of CipherState objects.
CipherStatePair(CipherState, CipherState) - Constructor for class com.southernstorm.noise.protocol.CipherStatePair
Constructs a pair of CipherState objects.
city - Variable in class com.maxmind.geoip.Location
city.
CITY_EDITION_REV0 - Static variable in class com.maxmind.geoip.DatabaseInfo
City edition revision 0
CITY_EDITION_REV0_V6 - Static variable in class com.maxmind.geoip.DatabaseInfo
City edition revision 0 IPv6
CITY_EDITION_REV1 - Static variable in class com.maxmind.geoip.DatabaseInfo
City edition revision 1
CITY_EDITION_REV1_V6 - Static variable in class com.maxmind.geoip.DatabaseInfo
City edition revision 1 IPv6
ck - Variable in class net.i2p.router.crypto.ratchet.SplitKeys
The chain key
clamp(int, int, int) - Static method in class net.i2p.router.Tuner.BaseParam
Move from current toward target, but at most one step per cycle.
CLASS - Static variable in class net.i2p.util.LogManager
CLASS.
CLASSES - Static variable in class net.i2p.util.CommandLine
List of available command classes.
className - Variable in class net.i2p.router.startup.ClientAppConfig
The main class name.
classpath - Variable in class net.i2p.router.startup.ClientAppConfig
The classpath.
clazz - Variable in class org.minidns.dnsmessage.Question
The question class (usually IN for Internet).
clazz - Variable in enum org.minidns.edns.Edns.OptionCode
clazz.
clazz - Variable in class org.minidns.record.Record
The record class (usually CLASS.IN).
clazzValue - Variable in class org.minidns.record.Record
The value of the class field of a RR.
cleanRAFs() - Method in class org.klomp.snark.Storage
Close unused RAFs - call periodically
cleanup() - Method in class net.i2p.router.transport.udp.IntroductionManager
Loop and cleanup _nonceToAlice Called from EstablishmentManager doFailSafe() so we don't need a cleaner timer here.
cleanupLURouters() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Clean up existing LU routers loaded before the ban was added.
CleanupLURoutersJob - Class in net.i2p.router.networkdb.kademlia
Periodically cleans up least-used router entries from the network database.
CleanupLURoutersJob(RouterContext, KademliaNetworkDatabaseFacade) - Constructor for class net.i2p.router.networkdb.kademlia.CleanupLURoutersJob
Creates a new cleanup job for least-used routers.
cleanupPool() - Method in class net.i2p.client.streaming.impl.ConnectionManager
Periodic pool cleanup — evicts stale connections.
clear() - Method in class com.google.zxing.common.BitArray
Clears all bits (sets to false).
clear() - Method in class com.google.zxing.common.BitMatrix
Clears all bits (sets to false).
clear(byte) - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
Clears all cells in the matrix to the specified value.
clear() - Method in class net.i2p.data.SDSCache
Clear all entries from the cache.
clear() - Method in class net.i2p.i2ptunnel.ConnThrottler
Resets all throttling state.
clear() - Method in interface net.i2p.kademlia.KBucket
Remove all entries from this bucket.
clear() - Method in class net.i2p.kademlia.KBucketImpl
 
clear() - Method in class net.i2p.kademlia.KBucketSet
Clear all buckets.
clear() - Method in class net.i2p.router.crypto.ratchet.RatchetTagSet
Clear all tags and keys.
clear() - Method in class net.i2p.router.crypto.ratchet.SparseArray
Removes all key-value mappings from this SparseArray.
clear() - Method in class net.i2p.router.networkdb.kademlia.NegativeLookupCache
Clears the negative cache and bad destinations.
clear() - Method in class net.i2p.router.transport.udp.UDPSender
Clears the outbound packet queue.
clear() - Method in class net.i2p.router.tunnel.pool.ExcluderBase
clear.
clear() - Method in class net.i2p.router.util.CachedIteratorArrayList
Clear the list and release the ThreadLocal so its entries can be reclaimed from all threads' ThreadLocalMaps.
clear() - Method in class net.i2p.router.util.CachedIteratorCollection
Clears the collection, all pointers reset to 'null'
clear() - Method in class net.i2p.router.util.CoDelBlockingQueue
clear.
clear() - Method in class net.i2p.router.util.CoDelPriorityBlockingQueue
clear.
clear() - Method in class net.i2p.router.util.DecayingBloomFilter
Clear all filters and reset counts
clear() - Method in class net.i2p.router.util.DecayingHashSet
 
clear() - Method in class net.i2p.router.util.RemovableSingletonSet
clear.
clear() - Method in class net.i2p.util.ArraySet
 
clear() - Method in class net.i2p.util.ConcurrentHashSet
 
clear() - Method in class net.i2p.util.LogConsoleBuffer
Clear all log entries from the buffer.
clear() - Method in class net.i2p.util.ObjectCounter
Start over.
clear(K) - Method in class net.i2p.util.ObjectCounter
Reset the count for this key to zero
clear() - Method in class net.i2p.util.ObjectCounterUnsafe
Start over.
clear(K) - Method in class net.i2p.util.ObjectCounterUnsafe
Reset the count for this key to zero
clear() - Method in class net.i2p.util.TryCache
Clear all cached items.
clear() - Method in class net.i2p.util.UIMessages
Remove all messages from the queue.
clear() - Method in class net.i2p.util.UnmodifiableSortedSet
 
clear(int) - Method in class org.klomp.snark.BitField
Sets the given bit to false.
clear() - Method in class org.klomp.snark.comments.CommentSet
Clears all comments including hidden ones.
clear() - Method in class org.klomp.snark.dht.DHTNodes
Clear all known nodes and the routing table.
clear() - Method in class org.klomp.snark.dht.KRPC
Clears the tracker and DHT data.
clear() - Method in class org.klomp.snark.Piece
Clear all knowledge of peers Caller must synchronize
clear() - Method in class org.rrd4j.graph.LegendComposer.Line
Clear
clear() - Method in class org.xlattice.crypto.filters.BloomSHA1
Clears the filter, synchronized.
clearAll() - Method in class net.i2p.router.Blocklist
Clear all blocked IPs and peers.
clearAll() - Static method in class net.i2p.util.ByteCache
Clear everything (memory pressure)
clearAll() - Static method in class net.i2p.util.SimpleByteCache
Clear everything (memory pressure)
clearAllCaches() - Method in class net.i2p.router.message.OutboundCache
Clears all caches managed by this instance.
clearAllMessages() - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Fetch and clear all outstanding messages from any of the known tunnels.
clearAttachments() - Method in class i2p.susi.webmail.Draft
Removes all attachments and deletes their data files.
clearBeginGroupKeys() - Static method in class org.jfree.svg.SVGHints
Clears the list of keys that are treated as synonyms for SVGHints.KEY_BEGIN_GROUP.
clearCache() - Static method in class net.i2p.client.impl.I2PSessionImpl
Clear the lookup cache
clearCache() - Static method in class net.i2p.client.naming.DummyNamingService
Clear all cached destinations.
clearCache() - Static method in class net.i2p.data.Destination
Clear the cache.
clearCache() - Static method in class net.i2p.data.Hash
Clear the hash cache.
clearCache() - Static method in class net.i2p.data.PublicKey
Clears the public key cache.
clearCache() - Static method in class net.i2p.data.SigningPublicKey
Clears the public key cache.
clearCache() - Static method in class net.i2p.router.transport.udp.UDPAddress
Clear cache.
clearCache() - Static method in class net.i2p.router.transport.udp.UDPPacket
Clear cache.
clearCache() - Static method in class net.i2p.util.ReusableGZIPInputStream
Clear the cache.
clearCache() - Static method in class net.i2p.util.ReusableGZIPOutputStream
Clear the cache.
clearCache() - Static method in class net.i2p.util.Translate
Clear the cache.
clearCaches() - Static method in class net.i2p.crypto.SigUtil
Clear all cached Java key conversions.
clearCaches(OutboundCache.HashPair, Lease, TunnelInfo, TunnelInfo) - Method in class net.i2p.router.message.OutboundCache
Clears cache entries related to the provided key and elements upon failure, allowing retries with fresh associations.
clearCaches() - Static method in class net.i2p.router.Router
Not for external use.
clearCaches() - Static method in class net.i2p.router.transport.TransportImpl
 
clearCaches() - Static method in class net.i2p.util.Addresses
Clears all internal caches.
clearCaches() - Static method in class net.i2p.util.DNSOverHTTPS
Clear DNS caches and fail counts.
clearChanged() - Method in class org.klomp.snark.Storage
Clear the storage changed variable
clearCloves() - Method in class net.i2p.router.message.GarlicConfig
Clears all clove configs
clearCloves() - Method in class net.i2p.router.message.PayloadGarlicConfig
No-op for single-clove configs.
clearElementTitleKeys() - Static method in class org.jfree.svg.SVGHints
Clears the list of keys that are treated as synonyms for SVGHints.KEY_ELEMENT_TITLE.
clearEndGroupKeys() - Static method in class org.jfree.svg.SVGHints
Clears the list of keys that are treated as synonyms for SVGHints.KEY_END_GROUP.
clearExpeditedTest() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
Clear the expedited test flag after running the expedited test.
clearFailedLogins(String) - Method in class net.i2p.servlet.filters.SessionManager
Clear failed login attempts for an IP after successful login.
clearGhost(Hash) - Method in class net.i2p.router.tunnel.pool.GhostPeerManager
Clear ghost status for a peer (manual intervention).
clearHeaders() - Method in class org.cybergarage.http.HTTPPacket
Clears all headers from this HTTP packet.
clearInitialTracking() - Method in class net.i2p.router.networkdb.kademlia.SearchState
clearInitialTracking.
clearInterest(SelectionKey, int) - Static method in class net.i2p.router.transport.ntcp.EventPumper
clearInterest.
clearKey() - Method in class com.southernstorm.noise.protocol.Curve25519DHState
 
clearKey() - Method in interface com.southernstorm.noise.protocol.DHState
Clears the key pair.
clearKey() - Method in class com.southernstorm.noise.protocol.MLKEMDHState
 
clearMatrix(ByteMatrix) - Static method in class com.google.zxing.qrcode.encoder.MatrixUtil
Set all cells to empty (-1)
clearMessages() - Method in class net.i2p.i2ptunnel.TunnelController
Pull off any messages that the I2PTunnel has produced
clearMessages() - Method in class org.klomp.snark.SnarkManager
 
clearMessages(int) - Method in class org.klomp.snark.SnarkManager
Clear through this id
clearNACKs() - Method in class net.i2p.router.transport.udp.OutboundMessageState
 
clearnet - Variable in class net.i2p.router.news.NewsMetadata.Update
Stored as of 0.9.52, but there is no registered handler
clearOutbound() - Method in class net.i2p.router.transport.udp.UDPEndpoint
Clear outbound queue, probably in preparation for sending destroy() to everybody.
clearProfiles() - Method in class net.i2p.router.peermanager.PeerManager
 
clearProfiles() - Method in class net.i2p.router.peermanager.ProfileOrganizer
Remove all profiles and clear all tier maps.
clearRecentlyQueried(Hash) - Static method in class net.i2p.router.networkdb.kademlia.IterativeSearchJob
Clear peer from grace period cache (received their response).
clearRect(int, int, int, int) - Method in class org.jfree.svg.SVGGraphics2D
Clears the specified rectangle by filling it with the current background color.
clearSessionBans() - Method in class net.i2p.router.Banlist
Clear all session-based bans.
clearSID() - Method in class org.cybergarage.upnp.Service
clearSID.
clearTestFailures() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
Reset the consecutive failure counter and mark the tunnel as GOOD.
clearThrough(int, int, long, long, String, HttpSession, String) - Method in class net.i2p.router.web.helpers.LogsHelper
Clear log messages up through the specified message IDs.
clearThrough(int) - Method in class net.i2p.util.UIMessages
Remove all messages up to and including the given id.
clearValues() - Method in class org.rrd4j.core.XmlTemplate
Removes all placeholder-value mappings.
clearWantedACKSendSince() - Method in class net.i2p.router.transport.udp.PeerState
All acks have been sent - SSU 1 only, see override
clearWantedACKSendSince() - Method in class net.i2p.router.transport.udp.PeerState2
All acks have been sent.
clearXorCache() - Method in class net.i2p.router.networkdb.kademlia.LocalHash
clearXorCache.
clearZeroRead() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
workaround for EventPumper
ClientApp - Interface in net.i2p.app
If a class started via clients.config implements this interface, it will be used to manage the client, instead of starting with main() Clients implementing this interface MUST provide the following constructor: public MyClientApp(I2PAppContext context, ClientAppManager listener, String[] args) {...} All parameters are non-null.
ClientAppConfig - Class in net.i2p.router.startup
Contains a really simple ClientApp "structure" and some static methods so they can be used both by LoadClientAppsJob and by the configuration page in the router console.
ClientAppConfig(String, String, String, long, boolean) - Constructor for class net.i2p.router.startup.ClientAppConfig
Create a new ClientAppConfig.
ClientAppConfig(String, String, String, long, boolean, String, String, String) - Constructor for class net.i2p.router.startup.ClientAppConfig
Create a new ClientAppConfig with all fields.
ClientAppManager - Interface in net.i2p.app
Notify the router of events, and provide methods for client apps to find each other.
clientAppManager() - Method in class net.i2p.I2PAppContext
As of 0.9.30, returns non-null in I2PAppContext, null in RouterContext.
clientAppManager() - Method in class net.i2p.router.RouterContext
The RouterAppManager.
ClientAppManagerImpl - Class in net.i2p.app
A simple ClientAppManager that supports register/unregister only, so that client apps may find each other in AppContext.
ClientAppManagerImpl(I2PAppContext) - Constructor for class net.i2p.app.ClientAppManagerImpl
Creates a new ClientAppManagerImpl.
ClientAppState - Enum in net.i2p.app
Status of a client application.
clientConnectionRun(Socket) - Method in class net.i2p.i2ptunnel.I2Ping
clientConnectionRun.
clientConnectionRun(Socket) - Method in class net.i2p.i2ptunnel.I2PTunnelClient
Handles an incoming local socket by selecting a remote destination and forwarding data.
clientConnectionRun(Socket) - Method in class net.i2p.i2ptunnel.I2PTunnelClientBase
Manage a connection in a separate thread.
clientConnectionRun(Socket) - Method in class net.i2p.i2ptunnel.I2PTunnelConnectClient
Handle an incoming CONNECT proxy connection.
clientConnectionRun(Socket) - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
Note: This does not handle RFC 2616 header line splitting, which is obsoleted in RFC 7230.
clientConnectionRun(Socket) - Method in class net.i2p.i2ptunnel.I2PTunnelIRCClient
clientConnectionRun.
clientConnectionRun(Socket) - Method in class net.i2p.i2ptunnel.irc.I2PTunnelDCCClient
Accept one connection only.
clientConnectionRun(Socket) - Method in class net.i2p.i2ptunnel.socks.I2PSOCKSIRCTunnel
Same as in I2PSOCKSTunnel, but run the filters from I2PTunnelIRCClient instead of I2PTunnelRunner
clientConnectionRun(Socket) - Method in class net.i2p.i2ptunnel.socks.I2PSOCKSTunnel
 
ClientConnectionRunner - Class in net.i2p.router.client
Bridge the router and the client - managing state for a client.
ClientConnectionRunner(RouterContext, ClientManager, Socket) - Constructor for class net.i2p.router.client.ClientConnectionRunner
Create a new runner against the given socket
ClientListenerRunner - Class in net.i2p.router.client
Listen for connections on the specified port, and toss them onto the client manager's set of connections once they are established.
ClientListenerRunner(RouterContext, ClientManager, int) - Constructor for class net.i2p.router.client.ClientListenerRunner
Construct a new client listener runner.
ClientManager - Class in net.i2p.router.client
Coordinate connections and various tasks
ClientManager(RouterContext, int) - Constructor for class net.i2p.router.client.ClientManager
Does not start the listeners.
clientManager() - Method in class net.i2p.router.RouterContext
How are we coordinating clients for the router?
ClientManagerFacade - Class in net.i2p.router
Manages client connections and LeaseSet operations for I2P applications.
ClientManagerFacade() - Constructor for class net.i2p.router.ClientManagerFacade
Package-private constructor for abstract class.
ClientManagerFacadeImpl - Class in net.i2p.router.client
Base impl of the client facade
ClientManagerFacadeImpl(RouterContext) - Constructor for class net.i2p.router.client.ClientManagerFacadeImpl
 
ClientMessage - Class in net.i2p.router
Wrap a message either destined for a local client or received from one.
ClientMessage(Destination, Payload, SessionConfig, Destination, MessageId, long, long, int) - Constructor for class net.i2p.router.ClientMessage
For outbound (locally originated)
ClientMessage(Hash, Payload) - Constructor for class net.i2p.router.ClientMessage
For inbound (from remote dest)
ClientMessageEventListener - Class in net.i2p.router.client
Receive events from the client and handle them accordingly (updating the runner when necessary)
ClientMessageEventListener(RouterContext, ClientConnectionRunner, boolean) - Constructor for class net.i2p.router.client.ClientMessageEventListener
Create a new event listener for the given client connection.
ClientMessagePool - Class in net.i2p.router
Manage all of the inbound and outbound client messages maintained by the router.
ClientMessagePool(RouterContext) - Constructor for class net.i2p.router.ClientMessagePool
Create a new ClientMessagePool.
clientMessagePool() - Method in class net.i2p.router.RouterContext
Where do we toss messages for the clients (and where do we get client messages to forward on from)?
clientName - Variable in class net.i2p.router.startup.ClientAppConfig
The display name.
clientNetDB(Hash) - Method in class net.i2p.router.dummy.DummyNetworkDatabaseSegmentor
 
clientNetDB(Hash) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseSegmentor
get the client netDb for the given id Will return the "main" netDb if the dbid is null.
clientNetDB(Hash) - Method in class net.i2p.router.networkdb.kademlia.SegmentedNetworkDatabaseFacade
Get a client netDb for a given client Hash identifier.
clientNetDb(Hash) - Method in class net.i2p.router.RouterContext
Get the client netDb for the given id.
ClientPeerSelector - Class in net.i2p.router.tunnel.pool
Pick peers randomly out of the fast pool, and put them into tunnels ordered by XOR distance from a random key.
ClientPeerSelector(RouterContext) - Constructor for class net.i2p.router.tunnel.pool.ClientPeerSelector
Constructor.
clientSock - Variable in class net.i2p.i2ptunnel.socks.SOCKSServer
 
ClientTunnelSettings - Class in net.i2p.router
Wrap up the client settings specifying their tunnel criteria
ClientTunnelSettings(Hash) - Constructor for class net.i2p.router.ClientTunnelSettings
Create tunnel settings for the given destination.
ClientWriterRunner - Class in net.i2p.client.impl
Copied from net.i2p.router.client We need a single thread that writes so we don't have issues with the Piped Streams used in InternalSocket.
ClientWriterRunner(OutputStream, I2PSessionImpl) - Constructor for class net.i2p.client.impl.ClientWriterRunner
As of 0.9.11 does not start the thread, caller must call startWriting()
ClientWriterRunner - Class in net.i2p.router.client
Async writer class so that if a client app hangs, it won't take down the whole router with it (otherwise the JobQueue would block until the client reads from their i2cp socket, causing all sorts of bad things to happen) For external I2CP connections only.
ClientWriterRunner(RouterContext, ClientConnectionRunner) - Constructor for class net.i2p.router.client.ClientWriterRunner
Creates a new client writer runner.
clip(Shape) - Method in class org.jfree.svg.SVGGraphics2D
Clips to the intersection of the current clipping region and the specified shape.
clip(int, int, int, int) - Method in class org.rrd4j.graph.ImageWorker
Set the clipping region for drawing operations.
Clipboard - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Emulation of java.awt.datatransfer.Clipboard for the NDT (Network Diagnostic Tool) plugin.
Clipboard() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.Clipboard
Creates a new Clipboard instance.
clipRect(int, int, int, int) - Method in class org.jfree.svg.SVGGraphics2D
Clips to the intersection of the current clipping region and the specified rectangle.
CLIStatusListener() - Constructor for class net.i2p.util.EepGet.CLIStatusListener
Default constructor, 1024-byte marks and 40 marks per line.
CLIStatusListener(int, int) - Constructor for class net.i2p.util.EepGet.CLIStatusListener
Constructor with custom mark and line size.
clock() - Method in class net.i2p.I2PAppContext
The context's synchronized clock, which is kept context specific only to enable simulators to play with clock skew among different instances.
Clock - Class in net.i2p.util
Alternate location for determining the time which takes into account an offset.
Clock(I2PAppContext) - Constructor for class net.i2p.util.Clock
Create a new Clock with the given context, detecting system clock validity.
Clock.ClockUpdateListener - Interface in net.i2p.util
Listener for clock offset changes.
CLOCK_FUDGE_FACTOR - Static variable in class net.i2p.router.Router
let clocks be off by 30 seconds (reduced from 60s to improve lease renewal timing)
CLOCK_SHIFT - Static variable in class net.i2p.router.util.EventLog
CLOCK_SHIFT.
clockShift(long) - Method in class net.i2p.router.Router
The clock shift listener.
clockShift(long) - Method in interface net.i2p.router.RouterClock.ClockShiftListener
 
clone() - Method in class com.google.zxing.common.BitArray
 
clone() - Method in class com.google.zxing.common.BitMatrix
 
clone() - Method in class com.southernstorm.noise.crypto.Poly1305
I2P
clone() - Method in class com.southernstorm.noise.protocol.ChaChaPolyCipherState
I2P
clone() - Method in interface com.southernstorm.noise.protocol.CipherState
Creates a clone of this cipher state.
clone() - Method in class com.southernstorm.noise.protocol.Curve25519DHState
I2P
clone() - Method in interface com.southernstorm.noise.protocol.DHState
I2P
clone() - Method in class com.southernstorm.noise.protocol.HandshakeState
I2P Must be called before both eph.
clone() - Method in class com.southernstorm.noise.protocol.MLKEMDHState
I2P
clone() - Method in class com.southernstorm.noise.protocol.SymmetricState
I2P
clone() - Method in class gnu.crypto.prng.AsyncFortunaStandalone
 
clone() - Method in class gnu.crypto.prng.BasePRNGStandalone
 
clone() - Method in class gnu.crypto.prng.DevRandom
 
clone() - Method in class gnu.crypto.prng.FortunaStandalone
Return a copy of this object.
clone() - Method in interface gnu.crypto.prng.IRandomStandalone
Returns a clone copy of this instance.
clone() - Method in class net.i2p.crypto.SHA1
Clone of this object.
clone() - Method in class net.i2p.router.crypto.ratchet.SparseArray
 
clone() - Method in class net.i2p.router.util.CachedIteratorArrayList
Returns a shallow copy of this list.
clone() - Method in class net.i2p.util.I2PProperties
Returns a shallow copy of this properties instance.
clone() - Method in class net.i2p.util.LHMCache
Shallow clone.
clone(byte[]) - Static method in class org.bouncycastle.util.Util
clone.
cloneConfigure(WebAppContext, WebAppContext) - Method in class net.i2p.router.web.WebAppConfiguration
 
cloneConfigure(WebAppContext, WebAppContext) - Method in class net.i2p.servlet.WebAppProviderConfiguration.WAPConfiguration
 
close() - Method in class com.maxmind.db.Reader
Closes the database.
close() - Method in class com.maxmind.geoip.LookupService
Closes the lookup service.
close() - Method in class com.maxmind.geoip2.DatabaseReader
Closes the database.
close() - Method in class edu.internet2.ndt.Protocol
Method to close open Streams
close() - Method in class i2p.susi.util.DecodingOutputStream
Only flushes.
close() - Method in class i2p.susi.util.DummyOutputStream
 
close() - Method in class i2p.susi.util.EscapeHTMLOutputStream
Does nothing.
close() - Method in class i2p.susi.util.EscapeHTMLWriter
Does nothing.
close() - Method in class i2p.susi.util.RegexOutputStream
Flush pending output and close.
close() - Method in class i2p.susi.util.StringBuilderWriter
Does nothing.
close() - Method in class i2p.susi.webmail.pop3.POP3MailBox
Close without waiting for response.
close(boolean) - Method in class i2p.susi.webmail.pop3.POP3MailBox
Close and optionally wait for response.
close() - Method in class net.i2p.addressbook.HostTxtIterator
Close the underlying stream.
close() - Method in interface net.i2p.client.streaming.I2PServerSocket
Closes the socket.
close() - Method in class net.i2p.client.streaming.impl.I2PServerSocketFull
Close the connection.
close() - Method in class net.i2p.client.streaming.impl.I2PSocketFull
Closes this socket.
close() - Method in class net.i2p.client.streaming.impl.MessageInputStream
Closes the stream, clears all buffered data, and marks the stream as locally closed.
close() - Method in class net.i2p.client.streaming.impl.MessageOutputStream
Closes the stream, flushing all buffered data and waiting for any CLOSE packet acknowledgments.
close() - Method in class net.i2p.client.streaming.impl.PacketQueue
Cannot be restarted.
close() - Method in class net.i2p.client.streaming.impl.PcapWriter
Closes the output stream, flushing any buffered data.
close() - Method in class net.i2p.client.streaming.impl.StandardServerSocket
 
close() - Method in class net.i2p.client.streaming.impl.StandardSocket
close.
close() - Method in class net.i2p.i2ptunnel.HTTPResponseOutputStream
close.
close(boolean) - Method in class net.i2p.i2ptunnel.I2Ping
close.
close(boolean) - Method in class net.i2p.i2ptunnel.I2PTunnelClient
Overridden to unregister with port mapper
close(boolean) - Method in class net.i2p.i2ptunnel.I2PTunnelClientBase
Note that the tunnel can be reopened after this by calling startRunning().
close(boolean) - Method in class net.i2p.i2ptunnel.I2PTunnelConnectClient
Closes the CONNECT proxy and unregisters from port mapper.
close(boolean) - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
Overridden to close internal socket too.
close(OutputStream, InputStream, OutputStream, InputStream, Socket, I2PSocket, Thread, Thread) - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientRunner
Closes all streams and sockets, respecting keep-alive settings.
close(boolean) - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
Close the tunnel and stop the POST throttler.
close(boolean) - Method in class net.i2p.i2ptunnel.I2PTunnelIRCClient
close.
close(OutputStream, InputStream, OutputStream, InputStream, Socket, I2PSocket, Thread, Thread) - Method in class net.i2p.i2ptunnel.I2PTunnelRunner
Warning - overridden in I2PTunnelHTTPClientRunner.
close(boolean) - Method in class net.i2p.i2ptunnel.I2PTunnelServer
Note that the tunnel can be reopened after this by calling startRunning().
close(boolean) - Method in class net.i2p.i2ptunnel.I2PTunnelTask
Note that the tunnel can be reopened after this by calling startRunning().
close(boolean) - Method in class net.i2p.i2ptunnel.irc.DCCClientManager
Close all DCC client tunnels managed by this manager.
close(boolean) - Method in class net.i2p.i2ptunnel.irc.I2PTunnelDCCServer
Closes all connections and clears all pending/outgoing/active maps.
close() - Method in class net.i2p.i2ptunnel.socks.SocketWrapper
 
close(boolean) - Method in class net.i2p.i2ptunnel.socks.SOCKSUDPTunnel
Closes the tunnel and all associated ports.
close(boolean) - Method in class net.i2p.i2ptunnel.streamr.StreamrConsumer
Stops the consumer and releases resources.
close(boolean) - Method in class net.i2p.i2ptunnel.streamr.StreamrProducer
Stops the server and releases resources.
close(boolean) - Method in class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPClientBase
Closes the tunnel and destroys the session.
close(boolean) - Method in class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPServerBase
Closes the tunnel and destroys the session.
close() - Method in class net.i2p.i2ptunnel.util.DummyOutputStream
 
close() - Method in class net.i2p.i2ptunnel.util.GunzipOutputStream
 
close() - Method in class net.i2p.internal.I2CPMessageQueue
== offer(new PoisonI2CPMessage());
close() - Method in class net.i2p.router.BanLogger
Close the log writer and archive if there are entries.
close(String, Exception) - Method in class net.i2p.router.transport.ntcp.EstablishBase
Release resources on timeout.
close(String, Exception) - Method in interface net.i2p.router.transport.ntcp.EstablishState
Release resources on timeout.
close() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
close(boolean) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Close the connection.
close(String, Exception) - Method in class net.i2p.router.transport.ntcp.OutboundNTCP2State
Release resources on timeout.
close() - Method in class net.i2p.sam.MasterSession
Close the primary/master session and all subsessions.
close() - Method in interface net.i2p.sam.SAMMessageSess
Close a SAM message-based session.
close() - Method in class net.i2p.sam.SAMMessageSession
Close a SAM message-based session.
close() - Method in class net.i2p.sam.SAMStreamSession
Close a SAM STREAM session.
close() - Method in class net.i2p.sam.SAMv3StreamSession
Close the stream session TODO Why do we override?
close() - Method in class net.i2p.sam.UTF8Reader
close() - Method in class net.i2p.util.InternalServerSocket
 
close() - Method in class net.i2p.util.InternalSocket
Close both streams.
close() - Method in class net.i2p.util.ResettableGZIPInputStream
Does NOT call super.close(), as it cannot be reused if we do that.
close() - Method in class net.i2p.util.ResettableGZIPOutputStream
close() - Method in class net.i2p.util.TimeoutPipedInputStream
Overridden to save state.
close() - Method in class net.i2p.util.TimeoutPipedOutputStream
Overridden only so we can tell snk.
close() - Method in class net.i2p.util.TranslateReader
 
close() - Method in class net.metanotion.io.block.BlockFile
Closes all open skiplists and then the blockfile itself.
close() - Method in class net.metanotion.io.block.index.BSkipList
Close this skiplist and flush all data to disk.
close() - Method in class net.metanotion.io.RAIFile
 
close() - Method in interface net.metanotion.io.RandomAccessInterface
 
CLOSE - Static variable in class org.cybergarage.http.HTTP
Connection close directive value
close() - Method in class org.cybergarage.http.HTTPServer
Closes the server socket and cleans up resources.
close() - Method in class org.cybergarage.http.HTTPServerList
Closes all HTTP servers in this list.
close() - Method in class org.cybergarage.http.HTTPSocket
Closes the socket and all associated streams.
close() - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
Close the multicast socket and leave the group.
close() - Method in class org.cybergarage.upnp.ssdp.HTTPUSocket
close.
close() - Method in class org.cybergarage.upnp.ssdp.SSDPNotifySocketList
close.
close() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList
close.
close() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocketList
Closes all search sockets.
close() - Method in class org.klomp.snark.Storage
Closes the Storage and makes sure that all RandomAccessFiles are closed.
close() - Method in class org.rrd4j.core.ByteBufferBackend
 
close() - Method in class org.rrd4j.core.DataImporter
close.
close() - Method in class org.rrd4j.core.jrrd.RRDatabase
Closes this database stream and releases any associated system resources.
close() - Method in class org.rrd4j.core.jrrd.RRDFile
Close the file
close() - Method in class org.rrd4j.core.RrdBackend
Closes the underlying backend.
close() - Method in class org.rrd4j.core.RrdBackendFactory
A generic close handle, default implementation does nothing.
close() - Method in class org.rrd4j.core.RrdDb
Closes RRD.
close() - Method in class org.rrd4j.core.RrdMemoryBackend
This method is required by the base class definition, but it does not releases any memory resources at all.
close() - Method in class org.rrd4j.core.RrdNioBackend
Closes the underlying RRD file.
close() - Method in class org.rrd4j.core.RrdNioBackendFactory
 
close() - Method in class org.rrd4j.core.RrdRandomAccessFileBackend
Closes the underlying RRD file.
close() - Method in class org.rrd4j.core.RrdSafeFileBackend
close.
close() - Method in class org.rrd4j.core.XmlWriter
Close
closeClientSocket() - Method in class net.i2p.sam.SAMHandler
Close the socket connected to the SAM client.
closeConnection(int) - Method in class net.i2p.sam.SAMStreamSession
Close a connection managed by the SAM STREAM session.
ClosedDatabaseException - Exception in com.maxmind.db
Signals that the underlying database has been closed.
ClosedDatabaseException() - Constructor for exception com.maxmind.db.ClosedDatabaseException
Create a new ClosedDatabaseException.
closeIndex(String) - Method in class net.metanotion.io.block.BlockFile
Close a skiplist if it is open.
closeInternal() - Method in class net.i2p.client.streaming.impl.MessageOutputStream
Non-blocking internal close used within the package.
closeOnTimeout(String, Exception) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Close and release EstablishState resources.
closeReceived() - Method in class net.i2p.client.streaming.impl.Connection
Notify that a close was received.
closeReceived() - Method in class net.i2p.client.streaming.impl.MessageInputStream
Notifies the stream that no more messages will be received after the current highest.
closeSocket(Socket) - Static method in class net.i2p.i2ptunnel.I2PTunnelClientBase
Close a socket silently.
closeTag() - Method in class org.rrd4j.core.XmlWriter
Closes the corresponding XML tag
closeWriter() - Method in class net.i2p.util.FileLogWriter
 
closeWriter() - Method in class net.i2p.util.LogWriter
Close the writer
CloveSet - Class in net.i2p.router.message
The unwrapped result of decrypting a GarlicMessage: an array of GarlicCloves plus the outer certificate, message ID, and expiration.
CloveSet(GarlicClove[], Certificate, long, long) - Constructor for class net.i2p.router.message.CloveSet
Create a new CloveSet.
cmov(FieldElement, int) - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
Conditional move.
cmov(FieldElement, int) - Method in class net.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElement
Constant-time conditional move.
cmov(FieldElement, int) - Method in class net.i2p.crypto.eddsa.math.FieldElement
Conditional move - sets this element to val if b is 1, otherwise leaves it unchanged.
cmov(GroupElement, int) - Method in class net.i2p.crypto.eddsa.math.GroupElement
Constant-time conditional move.
CN_SUFFIX - Static variable in class net.i2p.router.crypto.FamilyKeyCrypto
Common name suffix
CNAME - Class in org.minidns.record
DNS CNAME (Canonical Name) record payload.
Maps an alias domain name to a canonical domain name for DNS resolution.
CNAME(String) - Constructor for class org.minidns.record.CNAME
Create a CNAME record from a string target.
CNAME(DnsName) - Constructor for class org.minidns.record.CNAME
Create a CNAME record from a DnsName target.
coalesce() - Method in class net.i2p.stat.Rate
Coalesce the current period's data into the last period.
COALESCE_TIME - Static variable in class net.i2p.router.Router
coalesce stats this often - should be a little less than one minute, so the graphs get updated
coalesceOnly(boolean) - Method in class net.i2p.router.peermanager.PeerProfile
Caller must next call updateValues().
coalesceStats() - Method in class net.i2p.router.peermanager.DBHistory
coalesceStats.
coalesceStats() - Method in class net.i2p.router.peermanager.PeerProfile
Coalesce all stats and update values
coalesceStats() - Method in class net.i2p.router.peermanager.TunnelHistory
coalesceStats.
coalesceStats() - Method in class net.i2p.stat.FrequencyStat
coalesce all the stats
coalesceStats() - Method in class net.i2p.stat.RateStat
coalesce all the stats
coalesceStats() - Method in class net.i2p.stat.StatManager
Coalesce all rate stats and periodically coalesce frequency stats.
CoalesceStatsEvent - Class in net.i2p.router.tasks
Periodic statistics collection and aggregation system.
CoalesceStatsEvent(RouterContext) - Constructor for class net.i2p.router.tasks.CoalesceStatsEvent
Create a new stats coalescence event.
code - Variable in class net.i2p.router.tunnel.pool.BuildReplyHandler.Result
The result code.
code2String(int) - Static method in class org.cybergarage.http.HTTPStatus
Converts an HTTP status code to its corresponding reason phrase string.
code2String(int) - Static method in class org.cybergarage.upnp.UPnPStatus
Converts a UPnP status code to its corresponding human-readable string.
CodedIconRendererServlet - Class in net.i2p.router.web.servlets
Serve plugin icons, at /Plugins/pluginicon?plugin=foo
CodedIconRendererServlet() - Constructor for class net.i2p.router.web.servlets.CodedIconRendererServlet
 
CODEL_INTERVAL - Static variable in class net.i2p.router.transport.udp.UDPSender
CODEL_INTERVAL.
CODEL_TARGET - Static variable in class net.i2p.router.transport.udp.UDPSender
CoDel algorithm target delay in milliseconds and interval to control pacing.
CoDelBlockingQueue<E extends CDQEntry> - Class in net.i2p.router.util
CoDel (Controlled Delay) implementation of Active Queue Management.
CoDelBlockingQueue(I2PAppContext, String, int) - Constructor for class net.i2p.router.util.CoDelBlockingQueue
Constructs a queue with default CoDel target and interval from properties.
CoDelBlockingQueue(I2PAppContext, String, int, int, int) - Constructor for class net.i2p.router.util.CoDelBlockingQueue
Constructs a queue with explicit CoDel target and interval.
codelInterval() - Method in class net.i2p.router.web.helpers.InfoHelper
codelInterval.
CoDelPriorityBlockingQueue<E extends CDPQEntry> - Class in net.i2p.router.util
CoDel (Controlled Delay) implementation with priority-based queue management.
CoDelPriorityBlockingQueue(I2PAppContext, String, int) - Constructor for class net.i2p.router.util.CoDelPriorityBlockingQueue
Constructs a new CoDel priority blocking queue with default target and interval.
CoDelPriorityBlockingQueue(I2PAppContext, String, int, int, int) - Constructor for class net.i2p.router.util.CoDelPriorityBlockingQueue
Constructs a new CoDel priority blocking queue with explicit target and interval.
codelTarget() - Method in class net.i2p.router.web.helpers.InfoHelper
codelTarget.
collapsePanels() - Method in class org.klomp.snark.I2PSnarkUtil
 
COLON - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for ":" - time separator
Color - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Emulation of java.awt.Color for the NDT (Network Diagnostic Tool) plugin.
Color() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.Color
Constructs a new Color.
color - Variable in class org.rrd4j.graph.PlotElement
The color used for rendering this plot element
COLOR_ARROW - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Index of the arrow color.
COLOR_BACK - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Index of the background color.
COLOR_CANVAS - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Index of the canvas color.
COLOR_FONT - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Index of the font color.
COLOR_FRAME - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Index of the frame color.
COLOR_GRID - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Index of the minor grid color.
COLOR_MGRID - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Index of the major grid color.
COLOR_SHADEA - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Index of the top-left graph shade color.
COLOR_SHADEB - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Index of the bottom-right graph shade color.
COLOR_XAXIS - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Index of the x-axis color.
COLOR_YAXIS - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Index of the yaxis color.
com.docuverse.identicon - package com.docuverse.identicon
Identicon generation library for creating unique visual icons from I2P destinations and identifiers.
com.google.zxing - package com.google.zxing
Subset of ZXing (Zebra Crossing) library containing QR code generation functionality for I2P destinations.
com.google.zxing.client.j2se - package com.google.zxing.client.j2se
Java SE client-side implementation for ZXing barcode library.
com.google.zxing.common - package com.google.zxing.common
Common utilities and classes for ZXing barcode and QR code processing.
com.google.zxing.common.reedsolomon - package com.google.zxing.common.reedsolomon
Reed-Solomon error correction algorithms for ZXing barcode library.
com.google.zxing.qrcode - package com.google.zxing.qrcode
QR code detection, decoding, and encoding for ZXing.
com.google.zxing.qrcode.decoder - package com.google.zxing.qrcode.decoder
QR code decoding implementation for ZXing.
com.google.zxing.qrcode.encoder - package com.google.zxing.qrcode.encoder
QR code encoding implementation for ZXing.
com.maxmind.db - package com.maxmind.db
This is MaxMind-DB-Reader-java release 1.2.2 2017-02-17 retrieved from github.
com.maxmind.geoip - package com.maxmind.geoip
This is geoip-api-java release 1.3.1 2016-02-08 retrieved from github.
com.maxmind.geoip2 - package com.maxmind.geoip2
This is GeoIP2-java release 2.12.0 2018-04-11 retrieved from github.
com.southernstorm.noise.crypto - package com.southernstorm.noise.crypto
Fallback implementations of cryptographic primitives.
com.southernstorm.noise.crypto.chacha20 - package com.southernstorm.noise.crypto.chacha20
ChaCha20 stream cipher primitive for Noise protocol framework, moved from router to core in 0.9.39.
com.southernstorm.noise.crypto.x25519 - package com.southernstorm.noise.crypto.x25519
X25519 elliptic curve Diffie-Hellman primitive for Noise protocol framework, moved from router to core in 0.9.38.
com.southernstorm.noise.protocol - package com.southernstorm.noise.protocol
Provides classes for communicating via the Noise protocol.
com.thetransactioncompany.jsonrpc2 - package com.thetransactioncompany.jsonrpc2
Classes to represent, parse and serialise JSON-RPC 2.0 requests, notifications and responses.
com.thetransactioncompany.jsonrpc2.server - package com.thetransactioncompany.jsonrpc2.server
Simple server framework for processing JSON-RPC 2.0 requests and notifications.
com.thetransactioncompany.jsonrpc2.util - package com.thetransactioncompany.jsonrpc2.util
Utility classes for typed retrieval of JSON-RPC 2.0 request parameters on the server side.
com.tomgibara.crinch.hashing - package com.tomgibara.crinch.hashing
Hashing utilities and interfaces for generating and managing hash values.
com.vuze.plugins.mlab - package com.vuze.plugins.mlab
Integration layer for running the M-Lab Network Diagnostic Tool (NDT) within the I2P router console.
com.vuze.plugins.mlab.tools.ndt.swingemu - package com.vuze.plugins.mlab.tools.ndt.swingemu
Vuze/BiglyBT Swing stub layer for M-Lab Network Diagnostic Tool (NDT) Applet.
combine(BigInteger, BigInteger, int) - Static method in class net.i2p.crypto.SigUtil
Combine two BigIntegers of nominal length = len / 2
combinePadding(byte[], byte[]) - Static method in class net.i2p.data.KeysAndCert
Combines two padding arrays.
COMM_FAILURE - Static variable in class edu.internet2.ndt.MessageType
Communication failure
COMMAND - Static variable in class net.i2p.sam.SAMUtils
The key for the command portion of a parsed SAM message
Command() - Constructor for class net.i2p.socks.SOCKS4Constants.Command
 
Command() - Constructor for class net.i2p.socks.SOCKS5Constants.Command
 
COMMAND_NOT_SUPPORTED - Static variable in class net.i2p.socks.SOCKS5Constants.Reply
COMMAND_NOT_SUPPORTED.
CommandLine - Class in net.i2p.util
Simple command line access to various utilities.
CommandLine() - Constructor for class net.i2p.util.CommandLine
 
Comment - Class in org.klomp.snark.comments
Store a single comment and/or rating.
Comment(String, String, int) - Constructor for class org.klomp.snark.comments.Comment
My comment, now
Comment(String, String, int, long, boolean) - Constructor for class org.klomp.snark.comments.Comment
Create a comment with the specified text, name, rating, time, and ownership.
comment(String) - Method in class org.rrd4j.graph.RrdGraphDef
Comment to be printed on the graph.
comments - Variable in class org.rrd4j.graph.RrdGraphDef
List of comment and print text elements for the graph.
commentsEnabled() - Method in class org.klomp.snark.I2PSnarkUtil
 
CommentSet - Class in org.klomp.snark.comments
Store comments.
CommentSet(Collection<Comment>) - Constructor for class org.klomp.snark.comments.CommentSet
Creates a CommentSet from a collection of comments.
CommentSet(File) - Constructor for class org.klomp.snark.comments.CommentSet
Creates a CommentSet by reading from a gzipped file.
CommentText - Class in org.rrd4j.graph
Represents comment text elements in RRD graphs.
CommentText(String) - Constructor for class org.rrd4j.graph.CommentText
Creates a new comment text element.
commErrorOccurred(Hash) - Method in interface net.i2p.router.ProfileManager
Note that there was some sort of communication error talking with the peer
commSystem() - Method in class net.i2p.router.RouterContext
How do we pass messages from our outNetMessagePool to another router
CommSystemFacade - Class in net.i2p.router
Manages peer communication subsystem including transport protocols, connection handling, and network address management for router-to-router messaging.
CommSystemFacade() - Constructor for class net.i2p.router.CommSystemFacade
 
CommSystemFacade.Status - Enum in net.i2p.router
Network connectivity status enumeration for IPv4 and IPv6 transport capabilities.
CommSystemFacadeImpl - Class in net.i2p.router.transport
Primary implementation of the communication system facade for I2P network operations.
CommSystemFacadeImpl(RouterContext) - Constructor for class net.i2p.router.transport.CommSystemFacadeImpl
CommSystemFacadeImpl.
CommSystemFacadeImpl.CacheEntry - Class in net.i2p.router.transport
Cache entry for IP address and hostname mappings.
comp(Hash, Hash) - Static method in class net.i2p.router.web.helpers.HashComparator
comp.
comp(RouterInfo, RouterInfo) - Static method in class net.i2p.router.web.helpers.RouterInfoComparator
Static comparison of two RouterInfos by their hash.
comp(String, String) - Static method in class net.i2p.util.VersionComparator
To avoid churning comparators
comparator() - Method in class net.i2p.util.UnmodifiableSortedSet
comparator.
compare(AddressBean, AddressBean) - Method in class i2p.susi.dns.AddressByDateSorter
Compare two AddressBeans by added date, newest first, then alphabetically by display name.
compare(AddressBean, AddressBean) - Method in class i2p.susi.dns.AddressByNameSorter
Compare two AddressBeans alphabetically by display name.
compare(Mail, Mail) - Method in class i2p.susi.webmail.Sorters.DateSorter
Compare two objects.
compare(Mail, Mail) - Method in class i2p.susi.webmail.Sorters.SenderSorter
Compare two objects.
compare(Mail, Mail) - Method in class i2p.susi.webmail.Sorters.SizeSorter
Compare two objects.
compare(Mail, Mail) - Method in class i2p.susi.webmail.Sorters.SubjectSorter
Compare two objects.
compare(Mail, Mail) - Method in class i2p.susi.webmail.Sorters.ToSorter
Compare two objects.
compare(T, T) - Method in class net.i2p.kademlia.XORComparator
compare.
compare(PeerProfile, PeerProfile) - Method in class net.i2p.router.peermanager.InverseCapacityComparator
Compare the two objects backwards.
compare(PeerProfile, PeerProfile) - Method in class net.i2p.router.peermanager.SpeedComparator
 
compare(Hash, Hash, Hash, Hash) - Static method in class net.i2p.router.util.HashDistance
Compare two XOR distances without allocating BigInteger.
compare(Hash, Hash) - Method in class net.i2p.router.web.helpers.HashComparator
compare.
compare(RouterAddress, RouterAddress) - Method in class net.i2p.router.web.helpers.NetDbRenderer.RAComparator
compare.
compare(RouterInfo, RouterInfo) - Method in class net.i2p.router.web.helpers.RouterInfoComparator
Compare two RouterInfos by their hash.
compare(PeerState, PeerState) - Method in class net.i2p.router.web.helpers.UDPSorters.CwndComparator
compare.
compare(PeerState, PeerState) - Method in class net.i2p.router.web.helpers.UDPSorters.DupComparator
compare.
compare(PeerState, PeerState) - Method in class net.i2p.router.web.helpers.UDPSorters.IdleInComparator
compare.
compare(PeerState, PeerState) - Method in class net.i2p.router.web.helpers.UDPSorters.IdleOutComparator
compare.
compare(PeerState, PeerState) - Method in class net.i2p.router.web.helpers.UDPSorters.MTUComparator
compare.
compare(PeerState, PeerState) - Method in class net.i2p.router.web.helpers.UDPSorters.PeerComparator
compare.
compare(PeerState, PeerState) - Method in class net.i2p.router.web.helpers.UDPSorters.RateInComparator
compare.
compare(PeerState, PeerState) - Method in class net.i2p.router.web.helpers.UDPSorters.RateOutComparator
compare.
compare(PeerState, PeerState) - Method in class net.i2p.router.web.helpers.UDPSorters.RecvCountComparator
compare.
compare(PeerState, PeerState) - Method in class net.i2p.router.web.helpers.UDPSorters.ResendComparator
compare.
compare(PeerState, PeerState) - Method in class net.i2p.router.web.helpers.UDPSorters.RTOComparator
compare.
compare(PeerState, PeerState) - Method in class net.i2p.router.web.helpers.UDPSorters.RTTComparator
compare.
compare(PeerState, PeerState) - Method in class net.i2p.router.web.helpers.UDPSorters.SendCountComparator
compare.
compare(PeerState, PeerState) - Method in class net.i2p.router.web.helpers.UDPSorters.SkewComparator
compare.
compare(PeerState, PeerState) - Method in class net.i2p.router.web.helpers.UDPSorters.SsthreshComparator
compare.
compare(PeerState, PeerState) - Method in class net.i2p.router.web.helpers.UDPSorters.UptimeComparator
compare.
compare(String, String) - Method in class net.i2p.util.VersionComparator
 
compare(NodeInfo, NodeInfo) - Method in class org.klomp.snark.dht.NodeInfoComparator
Compares two nodes based on their XOR distance to the target key.
compare(Variable.PercentElem, Variable.PercentElem) - Method in class org.rrd4j.data.Variable.ComparPercentElemen
 
compareAndSetWriteInterestPending(boolean, boolean) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
compareTo(ByteArray) - Method in class net.i2p.data.ByteArray
Compares this ByteArray with another ByteArray.
compareTo(byte[], byte[]) - Static method in class net.i2p.data.DataHelper
Big endian compare, treats bytes as unsigned.
compareTo(NewsEntry) - Method in class net.i2p.router.news.NewsEntry
reverse, newest first
compareTo(NewsMetadata.Release) - Method in class net.i2p.router.news.NewsMetadata.Release
 
compareTo(NewsMetadata.Update) - Method in class net.i2p.router.news.NewsMetadata.Update
 
compareTo(Pair) - Method in class net.i2p.router.sybil.Pair
compareTo.
compareTo(Points) - Method in class net.i2p.router.sybil.Points
 
compareTo(Comment) - Method in class org.klomp.snark.comments.Comment
Compares comments in reverse chronological order (newest first).
compareTo(PartialPiece) - Method in class org.klomp.snark.PartialPiece
Compares this piece with another by piece number, highest priority first, then by highest downloaded first.
compareTo(Peer) - Method in class org.klomp.snark.Peer
Compares this peer to another by PeerID, then by internal ID.
compareTo(PeerID) - Method in class org.klomp.snark.PeerID
Compares port, address and id.
compareTo(Piece) - Method in class org.klomp.snark.Piece
Compares by highest priority first, then by rarest first.
compareTo(DnsLabel) - Method in class org.minidns.dnslabel.DnsLabel
compareTo.
compareTo(DnsName) - Method in class org.minidns.dnsname.DnsName
compareTo.
compareTo(SRV) - Method in class org.minidns.record.SRV
compareTo.
ComparPercentElemen() - Constructor for class org.rrd4j.data.Variable.ComparPercentElemen
 
COMPLETE - Static variable in class com.southernstorm.noise.protocol.HandshakeState
The handshake is complete and the data session ciphers have been split() out successfully.
complete(Map<String, Object>) - Method in interface com.vuze.plugins.mlab.MLabRunner.ToolListener
Called when the test completes
complete(LookupResult) - Method in interface net.i2p.client.LookupCallback
Called when the lookup completes.
complete(Hash) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Must be called by the search job queued by search() on success or failure
complete() - Method in class net.i2p.router.networkdb.kademlia.SearchState
complete.
complete(boolean) - Method in class net.i2p.router.networkdb.kademlia.StoreState
complete.
complete(FIFOBandwidthLimiter.Request) - Method in interface net.i2p.router.transport.FIFOBandwidthLimiter.CompleteListener
req).
complete() - Method in class net.i2p.router.transport.udp.InboundEstablishState
Notify successful completion of the inbound session establishment.
complete() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
Mark as complete.
complete() - Method in class net.i2p.router.web.helpers.WizardHelper
complete.
complete() - Method in class org.klomp.snark.BitField
Returns true if all bits are set.
complete() - Method in class org.klomp.snark.Storage
Whether or not this storage contains all pieces if the MetaInfo.
completed() - Method in class net.i2p.router.networkdb.kademlia.SearchState
completed.
completed() - Method in class net.i2p.router.networkdb.kademlia.StoreState
completed.
completed() - Method in class org.klomp.snark.Peer
Return how much the peer has
completed() - Method in class org.klomp.snark.PeerCoordinator
Returns whether the torrent is complete.
completed() - Method in class org.klomp.snark.WebPeer
completed.
CompleteListener - Interface in org.klomp.snark
Callback for Snark events.
Component - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Base class for Swing component emulation in the NDT (Network Diagnostic Tool) plugin.
Component() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
 
compress(byte[]) - Static method in class net.i2p.data.DataHelper
Compress the data and return a new GZIP compressed byte array.
compress(byte[], int, int) - Static method in class net.i2p.data.DataHelper
Compress the data and return a new GZIP compressed byte array.
compress(byte[], int, int, int) - Static method in class net.i2p.data.DataHelper
Compress the data and return a new GZIP compressed byte array.
compressPoly() - Method in class org.bouncycastle.pqc.crypto.mlkem.Poly
compressPoly.
compressPolyVec() - Method in class org.bouncycastle.pqc.crypto.mlkem.PolyVec
compressPolyVec.
computeAverages() - Method in class net.i2p.stat.Rate
Computes the averages for this rate.
computeAverages(RateAverages, boolean) - Method in class net.i2p.stat.Rate
Computes the averages and stores them in the provided object.
computeSubsystemScores() - Method in class net.i2p.router.Tuner.SystemHealth
Compute per-subsystem health scores for the ring chart dashboard.
computeTarget(double) - Method in class net.i2p.router.Tuner.BaseParam
 
computeTargetSizes() - Method in class net.i2p.router.transport.crypto.X25519KeyFactory
Dynamically compute target pool sizes based on real-time system signals.
concatenate(byte[][]) - Static method in class org.bouncycastle.util.Util
concatenate.
concatenate(byte[], byte[]) - Static method in class org.bouncycastle.util.Util
concatenate.
CONCURRENT_SEARCHES - Static variable in class net.i2p.router.networkdb.kademlia.FloodSearchJob
Max simultaneous flood lookups before fallback.
ConcurrentHashSet<E> - Class in net.i2p.util
Implement on top of a ConcurrentHashMap with a dummy value.
ConcurrentHashSet() - Constructor for class net.i2p.util.ConcurrentHashSet
Create a new ConcurrentHashSet.
ConcurrentHashSet(int) - Constructor for class net.i2p.util.ConcurrentHashSet
Create a new ConcurrentHashSet with the given capacity.
conditionalSubQ() - Method in class org.bouncycastle.pqc.crypto.mlkem.Poly
conditionalSubQ.
conditionalSubQ() - Method in class org.bouncycastle.pqc.crypto.mlkem.PolyVec
conditionalSubQ.
conditionalSubQ(short) - Static method in class org.bouncycastle.pqc.crypto.mlkem.Reduce
conditionalSubQ.
ConEvent() - Constructor for class net.i2p.client.streaming.impl.Connection.ConEvent
Con event
Config - Class in i2p.susi.util
Static configuration manager.
Config() - Constructor for class i2p.susi.util.Config
Default constructor
CONFIG_BACKGROUND_CHECK - Static variable in class i2p.susi.webmail.WebMail
CONFIG_BACKGROUND_CHECK.
CONFIG_CHECK_MINUTES - Static variable in class i2p.susi.webmail.WebMail
CONFIG_CHECK_MINUTES.
CONFIG_DIR_SUFFIX - Static variable in class org.klomp.snark.SnarkManager
 
CONFIG_FILE - Static variable in class org.klomp.snark.SnarkManager
 
CONFIG_IDLE_SECONDS - Static variable in class i2p.susi.webmail.WebMail
CONFIG_IDLE_SECONDS.
CONFIG_LEAVE_ON_SERVER - Static variable in class i2p.susi.webmail.WebMail
C o n f i g l e a v e o n s e r v e r
CONFIG_LOCATION_DEFAULT - Static variable in class net.i2p.util.LogManager
Default logger config file name
CONFIG_LOCATION_PROP - Static variable in class net.i2p.util.LogManager
Property name for the logger config file location
ConfigAdvancedHandler - Class in net.i2p.router.web.helpers
Handles form submissions from the advanced configuration page.
ConfigAdvancedHandler() - Constructor for class net.i2p.router.web.helpers.ConfigAdvancedHandler
 
ConfigAdvancedHelper - Class in net.i2p.router.web.helpers
Helper for advanced configuration page rendering and form processing.
ConfigAdvancedHelper() - Constructor for class net.i2p.router.web.helpers.ConfigAdvancedHelper
Constructs the helper.
ConfigBanHandler - Class in net.i2p.router.web.helpers
Handler to deal with form submissions from the ban configuration form.
ConfigBanHandler() - Constructor for class net.i2p.router.web.helpers.ConfigBanHandler
Constructs the handler.
ConfigBanHelper - Class in net.i2p.router.web.helpers
Helper for ban configuration page rendering.
ConfigBanHelper() - Constructor for class net.i2p.router.web.helpers.ConfigBanHelper
Construct a new ConfigBanHelper.
ConfigBean - Class in i2p.susi.dns
Bean for managing SusDNS configuration properties and file operations.
ConfigBean() - Constructor for class i2p.susi.dns.ConfigBean
Default constructor
ConfigClientsHandler - Class in net.i2p.router.web.helpers
Handles configuration changes for I2P client applications and web apps.
ConfigClientsHandler() - Constructor for class net.i2p.router.web.helpers.ConfigClientsHandler
Construct a new ConfigClientsHandler.
ConfigClientsHelper - Class in net.i2p.router.web.helpers
Helper for clients configuration page rendering and form processing.
ConfigClientsHelper() - Constructor for class net.i2p.router.web.helpers.ConfigClientsHelper
 
configDir(I2PAppContext) - Static method in class net.i2p.router.startup.ClientAppConfig
This is the config dir.
ConfigFamilyHandler - Class in net.i2p.router.web.helpers
Handler for family configuration.
ConfigFamilyHandler() - Constructor for class net.i2p.router.web.helpers.ConfigFamilyHandler
Constructs the handler.
ConfigFamilyHelper - Class in net.i2p.router.web.helpers
Helper for family configuration page rendering and form processing.
ConfigFamilyHelper() - Constructor for class net.i2p.router.web.helpers.ConfigFamilyHelper
Creates a new instance of the family configuration helper.
configFile() - Method in class i2p.susi.dns.BaseBean
Returns the config file.
configFile - Variable in class net.i2p.router.startup.ClientAppConfig
The config file.
configFile(I2PAppContext) - Static method in class net.i2p.router.startup.ClientAppConfig
This is the old config file.
ConfigHomeHandler - Class in net.i2p.router.web.helpers
Simple home page configuration.
ConfigHomeHandler() - Constructor for class net.i2p.router.web.helpers.ConfigHomeHandler
Creates a new instance of the home page configuration handler.
CONFIGID_UPNP_ORG_MAX - Static variable in class org.cybergarage.upnp.UPnP
Maximum value for UPnP.org configuration IDs.
ConfigKeyringHandler - Class in net.i2p.router.web.helpers
Handles adding and revoking keys from the router keyring.
ConfigKeyringHandler() - Constructor for class net.i2p.router.web.helpers.ConfigKeyringHandler
 
ConfigKeyringHelper - Class in net.i2p.router.web.helpers
Helper for keyring configuration page rendering and form processing.
ConfigKeyringHelper() - Constructor for class net.i2p.router.web.helpers.ConfigKeyringHelper
 
ConfigLoggingHandler - Class in net.i2p.router.web.helpers
Handler to deal with form submissions from the logging config form and act upon the values.
ConfigLoggingHandler() - Constructor for class net.i2p.router.web.helpers.ConfigLoggingHandler
Handler for logging configuration form submissions.
ConfigLoggingHelper - Class in net.i2p.router.web.helpers
Helper for logging configuration page rendering and form processing.
ConfigLoggingHelper() - Constructor for class net.i2p.router.web.helpers.ConfigLoggingHelper
Create a new helper for logging configuration.
ConfigNavHelper - Class in net.i2p.router.web.helpers
Render the configuration menu at the top of all the config pages.
ConfigNavHelper() - Constructor for class net.i2p.router.web.helpers.ConfigNavHelper
Construct a new ConfigNavHelper.
ConfigNetHandler - Class in net.i2p.router.web.helpers
Handler to deal with form submissions from the main config form and act upon the values.
ConfigNetHandler() - Constructor for class net.i2p.router.web.helpers.ConfigNetHandler
Create a new handler.
ConfigNetHelper - Class in net.i2p.router.web.helpers
Helper for network configuration page rendering and form processing.
ConfigNetHelper() - Constructor for class net.i2p.router.web.helpers.ConfigNetHelper
Creates a new instance of the network configuration helper.
ConfigParser - Class in net.i2p.addressbook
Utility class providing methods to parse and write files in config file format, and subscription file format.
ConfigPeerHandler - Class in net.i2p.router.web.helpers
Handler for peer configuration.
ConfigPeerHandler() - Constructor for class net.i2p.router.web.helpers.ConfigPeerHandler
Constructs the handler.
ConfigPeerHelper - Class in net.i2p.router.web.helpers
Helper for peer configuration page rendering and form processing.
ConfigPeerHelper() - Constructor for class net.i2p.router.web.helpers.ConfigPeerHelper
Constructs a new ConfigPeerHelper.
ConfigReseedHandler - Class in net.i2p.router.web.helpers
Handler for reseed configuration form processing.
ConfigReseedHandler() - Constructor for class net.i2p.router.web.helpers.ConfigReseedHandler
Construct a new ConfigReseedHandler.
ConfigReseedHelper - Class in net.i2p.router.web.helpers
Helper for reseed configuration page rendering and form processing.
ConfigReseedHelper() - Constructor for class net.i2p.router.web.helpers.ConfigReseedHelper
Create a new helper for reseed configuration.
ConfigRestartBean - Class in net.i2p.router.web.helpers
simple helper to control restarts/shutdowns in the left hand nav
ConfigRestartBean() - Constructor for class net.i2p.router.web.helpers.ConfigRestartBean
 
ConfigServiceHandler - Class in net.i2p.router.web
Handler to deal with form submissions from the service config form and act upon the values.
ConfigServiceHandler() - Constructor for class net.i2p.router.web.ConfigServiceHandler
 
ConfigSidebarHandler - Class in net.i2p.router.web.helpers
Simple sidebar configuration handler.
ConfigSidebarHandler() - Constructor for class net.i2p.router.web.helpers.ConfigSidebarHandler
ConfigSidebarHandler default constructor
ConfigStatsHandler - Class in net.i2p.router.web.helpers
Handler to deal with form submissions from the stats config form and act upon the values.
ConfigStatsHandler() - Constructor for class net.i2p.router.web.helpers.ConfigStatsHandler
ConfigStatsHandler default constructor
ConfigStatsHelper - Class in net.i2p.router.web.helpers
Helper for statistics configuration page rendering and form processing.
ConfigStatsHelper() - Constructor for class net.i2p.router.web.helpers.ConfigStatsHelper
Construct a new ConfigStatsHelper.
ConfigTunnelsHandler - Class in net.i2p.router.web.helpers
Handler to deal with form submissions from the tunnel config form and act upon the values.
ConfigTunnelsHandler() - Constructor for class net.i2p.router.web.helpers.ConfigTunnelsHandler
 
ConfigTunnelsHelper - Class in net.i2p.router.web.helpers
Helper for tunnels configuration page rendering and form processing.
ConfigTunnelsHelper() - Constructor for class net.i2p.router.web.helpers.ConfigTunnelsHelper
Default constructor.
ConfigUIHandler - Class in net.i2p.router.web.helpers
Handles router console UI configuration and theme management.
ConfigUIHandler() - Constructor for class net.i2p.router.web.helpers.ConfigUIHandler
ConfigUIHandler default constructor
ConfigUIHelper - Class in net.i2p.router.web.helpers
Helper class for rendering and processing user interface configuration pages in the I2P router console.
ConfigUIHelper() - Constructor for class net.i2p.router.web.helpers.ConfigUIHelper
Create a new helper for UI configuration.
ConfigUIHelper - Class in org.klomp.snark.standalone
Configuration helper for I2PSnark standalone application user interface.
ConfigUpdateHandler - Class in net.i2p.router.web
Handler for router update configuration.
ConfigUpdateHandler() - Constructor for class net.i2p.router.web.ConfigUpdateHandler
ConfigUpdateHandler default constructor
ConfigUpdateHelper - Class in net.i2p.router.web
Helper class for managing I2P router update configuration and UI generation.
ConfigUpdateHelper() - Constructor for class net.i2p.router.web.ConfigUpdateHelper
ConfigUpdateHelper.
configurationChanged(NamingService) - Method in interface net.i2p.client.naming.NamingServiceListener
Also called when a NamingService is added or removed.
ConfigurationManager - Class in net.i2p.i2pcontrol.servlets.configuration
Manage the configuration of I2PControl.
ConfigurationManager(I2PAppContext, File, boolean) - Constructor for class net.i2p.i2pcontrol.servlets.configuration.ConfigurationManager
ConfigurationManager.
configure(WebAppContext) - Method in class net.i2p.router.web.WebAppConfiguration
 
configure(WebAppProvider) - Static method in class net.i2p.servlet.WebAppProviderConfiguration
Modified from routerconsole WebAppStarter.
configure(WebAppContext) - Method in class net.i2p.servlet.WebAppProviderConfiguration.WAPConfiguration
 
configureNewTunnel() - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
configureNewTunnel() - Method in class net.i2p.router.tunnel.pool.TunnelPool
This only sets the peers and creation/expiration times in the configuration.
configureNotifications(boolean) - Method in class net.i2p.desktopgui.InternalTrayManager
Configure notification settings and save to router config.
configureNotifications(boolean) - Method in class net.i2p.desktopgui.TrayManager
Does not save.
confirmConnection() - Method in class net.i2p.i2ptunnel.socks.SOCKS4aServer
 
confirmConnection() - Method in class net.i2p.i2ptunnel.socks.SOCKS5Server
 
confirmConnection() - Method in class net.i2p.i2ptunnel.socks.SOCKSServer
Confirm to the client that the connection has succeeded
confirmed(Hash) - Method in class net.i2p.router.networkdb.kademlia.StoreState
confirmed.
confirmedFullyReceived() - Method in class net.i2p.router.transport.udp.InboundEstablishState
Have we fully received the SessionConfirmed messages from Alice? Caller must synchronize on this.
confirmedPacketsSent() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
note that we just sent the SessionConfirmed packet
confirmedPacketsSent(UDPPacket[]) - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
Note that we just sent the SessionConfirmed packets and save them for retransmission
confirmedPacketsSent(byte[][]) - Method in class net.i2p.router.transport.udp.PeerState2
Note that we just sent the SessionConfirmed packets and save them for retransmission.
CONGESTION - Static variable in class edu.internet2.ndt.NDTConstants
Congestion detection variable name as sent by the NDT server.
congestion - Variable in class edu.internet2.ndt.Tcpbw100
Half duplex
CONGESTION_CAPABILITY_CHARS - Static variable in class net.i2p.data.router.RouterInfo
Public string of chars which serve as bandwidth congestion markers NOTE: individual chars defined in Router.java
CONGESTION_COST_ADJUSTMENT - Static variable in class net.i2p.router.transport.TransportImpl
Adjustment factor for congestion cost
CONGESTION_FOUND - Static variable in class edu.internet2.ndt.NDTConstants
Congestion status: congestion found.
CONGESTION_NONE - Static variable in class edu.internet2.ndt.NDTConstants
Congestion status: no congestion detected.
connect(String, int) - Method in interface net.i2p.app.Outproxy
Connect to a host through the outproxy.
connect() - Method in interface net.i2p.client.I2PSession
Actually connect the session and start receiving/sending messages.
connect(I2PSessionImpl) - Method in class net.i2p.client.impl.I2CPMessageProducer
Connect to the server.
connect() - Method in class net.i2p.client.impl.I2PSessionImpl
Connect to the router and establish a session.
connect() - Method in class net.i2p.client.impl.I2PSimpleSession
Connect to the router and establish a session.
connect() - Method in class net.i2p.client.impl.SubSession
Connect to the router and establish a session.
connect(Destination, I2PSocketOptions) - Method in interface net.i2p.client.streaming.I2PSocketManager
Create a new connected socket (block until the socket is created)
connect(Destination) - Method in interface net.i2p.client.streaming.I2PSocketManager
Create a new connected socket (block until the socket is created)
connect(Destination, ConnectionOptions, I2PSession) - Method in class net.i2p.client.streaming.impl.ConnectionManager
Build a new connection to the given peer.
connect(Destination, I2PSocketOptions) - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
Create a new connected socket.
connect(Destination) - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
Create a new connected socket.
connect(SocketAddress) - Method in class net.i2p.client.streaming.impl.StandardSocket
 
connect(SocketAddress, int) - Method in class net.i2p.client.streaming.impl.StandardSocket
 
connect() - Method in interface net.i2p.internal.InternalClientManager
Connect to the router, receiving a message queue to talk to the router with.
connect() - Method in class net.i2p.router.client.ClientManagerFacadeImpl
The InternalClientManager interface.
connect(int, String, Properties) - Method in class net.i2p.sam.SAMStreamSession
Connect the SAM STREAM session to the specified Destination
connect(int, String, Properties) - Method in class net.i2p.sam.SAMv2StreamSession
Connect the SAM STREAM session to the specified Destination
connect(SocketAddress) - Method in class net.i2p.sam.SSLSocketChannel
Connect is not supported by this wrapper.
connect(Socket, String, int) - Static method in class net.i2p.socks.SOCKS4Client
Act as a SOCKS 4 client to connect to a proxy Will throw and close sock on all errors.
connect(InputStream, OutputStream, String, int) - Static method in class net.i2p.socks.SOCKS4Client
Act as a SOCKS 4 client to connect to a proxy Will throw and close pin and pout on all errors.
CONNECT - Static variable in class net.i2p.socks.SOCKS4Constants.Command
CONNECT.
connect(Socket, String, int) - Static method in class net.i2p.socks.SOCKS5Client
Act as a SOCKS 5 client to connect to a proxy Will throw and close sock on all errors.
connect(Socket, String, int, String, String) - Static method in class net.i2p.socks.SOCKS5Client
Act as a SOCKS 5 client to connect to a proxy Will throw and close sock on all errors.
connect(InputStream, OutputStream, String, int) - Static method in class net.i2p.socks.SOCKS5Client
Act as a SOCKS 5 client to connect to a proxy Will throw and close pin and pout on all errors.
connect(InputStream, OutputStream, String, int, String, String) - Static method in class net.i2p.socks.SOCKS5Client
Act as a SOCKS 5 client to connect to a proxy Will throw and close pin and pout on all errors.
CONNECT - Static variable in class net.i2p.socks.SOCKS5Constants.Command
CONNECT.
connect() - Method in class org.klomp.snark.I2PSnarkUtil
Connect to the router, if we aren't already
connect(PeerID) - Method in class org.klomp.snark.I2PSnarkUtil
Connect to the given destination
CONNECT_START_EVENT - Static variable in class net.i2p.i2ptunnel.irc.I2PTunnelDCCClient
Event fired when DCC connection starts.
CONNECT_STOP_EVENT - Static variable in class net.i2p.i2ptunnel.irc.I2PTunnelDCCClient
Event fired when DCC connection stops.
CONNECT_TIMEOUT - Static variable in class net.i2p.router.client.ClientListenerRunner
give the i2cp client 5 seconds to show that they're really i2cp clients
CONNECT_TIMEOUT - Static variable in class net.i2p.router.update.UpdateRunner
connect timeout in ms
connectAsync(SAMv3Handler, String, Properties) - Method in class net.i2p.sam.MasterSession
 
connectAsync(SAMv3Handler, String, Properties) - Method in class net.i2p.sam.SAMv3StreamSession
Initiate an async STREAM CONNECT.
ConnectChecker - Class in net.i2p.router.tunnel.pool
Tools to check transport compatibility.
ConnectChecker(RouterContext) - Constructor for class net.i2p.router.tunnel.pool.ConnectChecker
Create a new ConnectChecker.
connected(I2PSession) - Method in class net.i2p.i2ptunnel.I2PTunnelTask
For tasks that don't call I2PTunnel.addSession() directly
connected() - Method in class org.klomp.snark.I2PSnarkUtil
 
connected(Peer) - Method in class org.klomp.snark.PeerCoordinator
Called when a peer connection is established.
connected(Peer) - Method in interface org.klomp.snark.PeerListener
Called when the connection to the peer has started and the handshake was successfull.
Connection - Class in net.i2p.client.streaming.impl
Maintain the state controlling a streaming connection between two destinations.
Connection(I2PAppContext, ConnectionManager, I2PSession, SchedulerChooser, SimpleTimer2, PacketQueue, ConnectionPacketHandler, ConnectionOptions, boolean) - Constructor for class net.i2p.client.streaming.impl.Connection
 
CONNECTION - Static variable in class org.cybergarage.http.HTTP
Connection HTTP header field name
connection(I2PSocket, InputStream, OutputStream) - Method in class org.klomp.snark.PeerAcceptor
Handle an incoming connection from a peer.
Connection.AckDupEvent - Class in net.i2p.client.streaming.impl
Reusable event to send an ACK for a duplicate packet after a short delay.
Connection.ConEvent - Class in net.i2p.client.streaming.impl
fired to reschedule event notification
Connection.ResendPacketEvent - Class in net.i2p.client.streaming.impl
This is not normally scheduled.
Connection.RetransmitEvent - Class in net.i2p.client.streaming.impl
A single retransmit timer for all packets.
CONNECTION_NOT_ALLOWED_BY_RULESET - Static variable in class net.i2p.socks.SOCKS5Constants.Reply
CONNECTION_NOT_ALLOWED_BY_RULESET.
CONNECTION_REFUSED - Static variable in class net.i2p.socks.SOCKS4Constants.Reply
CONNECTION_REFUSED.
CONNECTION_REFUSED - Static variable in class net.i2p.socks.SOCKS5Constants.Reply
CONNECTION_REFUSED.
ConnectionAcceptor - Class in org.klomp.snark
Accepts incoming I2P connections and routes them to the appropriate PeerAcceptor.
ConnectionAcceptor(I2PSnarkUtil, PeerCoordinatorSet) - Constructor for class org.klomp.snark.ConnectionAcceptor
Multitorrent.
ConnectionAcceptor(I2PSnarkUtil, PeerAcceptor) - Constructor for class org.klomp.snark.ConnectionAcceptor
Unused (single torrent).
connectionClosed(NTCPConnection) - Method in class net.i2p.router.transport.ntcp.Reader
Description.
connectionClosed(NTCPConnection) - Method in class net.i2p.router.transport.ntcp.Writer
connectionClosed.
ConnectionDataReceiver - Class in net.i2p.client.streaming.impl
Receive data from the MessageOutputStream, build a packet, and send it through a connection.
ConnectionDataReceiver(I2PAppContext, Connection) - Constructor for class net.i2p.client.streaming.impl.ConnectionDataReceiver
 
ConnectionHandler - Class in net.i2p.client.streaming.impl
Receive new connection attempts Use a bounded queue to limit the damage from SYN floods, router overload, or a slow client
ConnectionHandler(I2PAppContext, ConnectionManager, SimpleTimer2) - Constructor for class net.i2p.client.streaming.impl.ConnectionHandler
Creates a new instance of ConnectionHandler
ConnectionManager - Class in net.i2p.client.streaming.impl
Coordinate all of the connections for a single local destination.
ConnectionManager(I2PAppContext, I2PSession, ConnectionOptions, IncomingConnectionFilter) - Constructor for class net.i2p.client.streaming.impl.ConnectionManager
Manage all conns for this session
ConnectionManager.PingNotifier - Interface in net.i2p.client.streaming.impl
PingNotifier
ConnectionOptions - Class in net.i2p.client.streaming.impl
Define the current options for the con (and allow custom tweaking midstream).
ConnectionOptions() - Constructor for class net.i2p.client.streaming.impl.ConnectionOptions
Create options with default values from system properties
ConnectionOptions(Properties) - Constructor for class net.i2p.client.streaming.impl.ConnectionOptions
Create options initialized from the given properties
ConnectionOptions(I2PSocketOptions) - Constructor for class net.i2p.client.streaming.impl.ConnectionOptions
Create options as a copy of the given I2PSocketOptions, then apply system property defaults for streaming-specific fields
ConnectionOptions(ConnectionOptions) - Constructor for class net.i2p.client.streaming.impl.ConnectionOptions
Create options as a deep copy of the given ConnectionOptions, applying system property defaults then overlaying all local fields
ConnectionPacketHandler - Class in net.i2p.client.streaming.impl
Receive a packet for a particular connection - placing the data onto the queue, marking packets as acked, updating various fields, etc.
ConnectionPacketHandler(I2PAppContext) - Constructor for class net.i2p.client.streaming.impl.ConnectionPacketHandler
Create a new ConnectionPacketHandler.
connectToServer(NewMailListener) - Method in class i2p.susi.webmail.pop3.POP3MailBox
Connect to pop3 server if not connected.
connectToSocket(Destination) - Method in interface net.i2p.client.streaming.I2PSocketManager
Like connect() but returns a real Socket, and throws only IOE, for easier porting of apps.
connectToSocket(Destination, int) - Method in interface net.i2p.client.streaming.I2PSocketManager
Like connect() but returns a real Socket, and throws only IOE, for easier porting of apps.
connectToSocket(Destination) - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
Like connect() but returns a real Socket, and throws only IOE, for easier porting of apps.
connectToSocket(Destination, int) - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
Like connect() but returns a real Socket, and throws only IOE, for easier porting of apps.
connHostName - Variable in class net.i2p.i2ptunnel.socks.SOCKSServer
Hostname requested by the SOCKS client.
connPort - Variable in class net.i2p.i2ptunnel.socks.SOCKSServer
Port requested by the SOCKS client.
ConnThrottler - Class in net.i2p.client.streaming.impl
Count how often we have received an incoming connection This offers basic DOS protection but is not a complete solution.
ConnThrottler(int, int, long, SimpleTimer2) - Constructor for class net.i2p.client.streaming.impl.ConnThrottler
 
ConnThrottler - Class in net.i2p.i2ptunnel
Connection rate limiter providing basic DoS protection.
ConnThrottler(int, int, long, long, long, String, Log) - Constructor for class net.i2p.i2ptunnel.ConnThrottler
Constructor.
consistsOnlyOfLettersDigitsAndHypen(String) - Static method in class org.minidns.dnslabel.DnsLabel
Check if a string consists of only letters, digits, and hyphens.
consistsOnlyOfLettersDigitsHypenAndUnderscore(String) - Static method in class org.minidns.dnslabel.DnsLabel
Check if a string consists of only letters, digits, hyphens, and underscores.
ConsolePasswordManager - Class in net.i2p.router.web
Manage both plaintext and salted/hashed password storage in router.config.
ConsolePasswordManager(RouterContext) - Constructor for class net.i2p.router.web.ConsolePasswordManager
Description.
ConsoleUpdateManager - Class in net.i2p.router.update
The central resource coordinating updates.
ConsoleUpdateManager(RouterContext, ClientAppManager, String[]) - Constructor for class net.i2p.router.update.ConsoleUpdateManager
Ignored.
ConsolFun - Enum in org.rrd4j
Enumeration of available consolidation functions.
ConsolidationFunctionType - Enum in org.rrd4j.core.jrrd
Class ConsolidationFunctionType
ConstantArea - Class in org.rrd4j.graph
Represents an area plot element with a constant value in RRD graphs.
ConstantArea(double, Paint, SourcedPlotElement) - Constructor for class org.rrd4j.graph.ConstantArea
Creates a constant area with the specified value, color, and parent.
ConstantLine - Class in org.rrd4j.graph
Represents a line plot element with a constant value in RRD graphs.
ConstantLine(double, Paint, BasicStroke, SourcedPlotElement) - Constructor for class org.rrd4j.graph.ConstantLine
Creates a constant line with the specified value, color, stroke, and parent.
Constants - Class in net.i2p.crypto.eddsa.math
Mathematical constants for EdDSA operations
Constants() - Constructor for class net.i2p.crypto.eddsa.math.Constants
 
Constants - Interface in org.rrd4j.core.jrrd
Constants for RRD file format definitions.
constantTimeAreEqual(byte[], byte[]) - Static method in class org.bouncycastle.util.Util
constantTimeAreEqual.
construct(byte[]) - Method in class net.metanotion.io.data.IdentityBytes
 
construct(byte[]) - Method in class net.metanotion.io.data.IntBytes
 
construct(byte[]) - Method in class net.metanotion.io.data.StringBytes
 
construct(byte[]) - Method in class net.metanotion.io.data.UTF8StringBytes
 
construct(byte[]) - Method in interface net.metanotion.io.Serializer
b).
consume(RatchetSessionTag) - Method in class net.i2p.router.crypto.ratchet.RatchetTagSet
inbound only
consume(RatchetSessionTag) - Method in class net.i2p.router.crypto.ratchet.SingleTagSet
 
consumeNext() - Method in class net.i2p.router.crypto.ratchet.RatchetTagSet
Public for outbound only.
consumeNextAvailableTag(PublicKey, SessionKey) - Method in class net.i2p.crypto.SessionKeyManager
Retrieve the next available session tag for identifying the use of the given key when communicating with the target.
consumeNextAvailableTag(PublicKey, SessionKey) - Method in class net.i2p.router.crypto.ratchet.MuxedPQSKM
ElG only
consumeNextAvailableTag(PublicKey) - Method in class net.i2p.router.crypto.ratchet.MuxedPQSKM
EC/PQ
consumeNextAvailableTag(PublicKey, SessionKey) - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
ElG only
consumeNextAvailableTag(PublicKey) - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
EC only
consumeNextAvailableTag(PublicKey, SessionKey) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
 
consumeNextAvailableTag(PublicKey) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
Outbound.
consumeNextAvailableTag(PublicKey, SessionKey) - Method in class net.i2p.router.crypto.TransientSessionKeyManager
Retrieve the next available session tag for identifying the use of the given key when communicating with the target.
consumeNextKey() - Method in class net.i2p.router.crypto.ratchet.RatchetTagSet
For outbound, call after consumeNextTag().
consumeTag(SessionTag) - Method in class net.i2p.crypto.SessionKeyManager
Determine if we have received a session key associated with the given session tag, and if so, discard it (but keep track for frequent dups) and return the decryption key it was received with (via tagsReceived(...)).
consumeTag(SessionTag) - Method in class net.i2p.router.crypto.ratchet.MuxedPQSKM
Tries ECIES tag lookup first, falls back to PQ lookup.
consumeTag(SessionTag) - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
Tries ElGamal tag lookup first, falls back to ratchet lookup.
consumeTag(SessionTag) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
 
consumeTag(RatchetSessionTag) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
Inbound.
consumeTag(SessionTag) - Method in class net.i2p.router.crypto.TransientSessionKeyManager
Determine if we have received a session key associated with the given session tag, and if so, discard it (but keep track for frequent dups) and return the decryption key it was received with (via tagsReceived(...)).
CONT_HEADER_LEN - Static variable in class net.metanotion.io.block.index.BSkipSpan
Continuation page header length in bytes
ContactDrivenRefreshJob - Class in net.i2p.router.networkdb.kademlia
Lightweight background job that refreshes RouterInfo for peers we recently interacted with.
ContactDrivenRefreshJob(RouterContext, FloodfillNetworkDatabaseFacade) - Constructor for class net.i2p.router.networkdb.kademlia.ContactDrivenRefreshJob
Creates a new ContactDrivenRefreshJob
contactHeardFrom(Hash) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Notify that we heard from or about a peer (e.g.
ContainerHelpers - Class in net.i2p.router.crypto.ratchet
Binary search utilities for array operations without argument validation overhead
contains(String) - Static method in class net.i2p.router.transport.StrictCountries
 
contains(Object) - Method in class net.i2p.router.tunnel.pool.ExcluderBase
Automatically check if peer is allowed and add the Hash to the set if not.
contains(Object) - Method in class net.i2p.router.tunnel.pool.TunnelPeerSelector.Excluder
 
contains(Object) - Method in class net.i2p.router.util.RemovableSingletonSet
contains.
contains(Object) - Method in class net.i2p.util.ArraySet
 
contains(Object) - Method in class net.i2p.util.ConcurrentHashSet
 
containsAll(Collection<?>) - Method in class net.i2p.router.tunnel.pool.ExcluderBase
containsAll.
containsAny(Set<String>) - Method in class net.i2p.router.util.MaskedIPSet
Does this contain any of the elements in b?
containsDs(String) - Method in class org.rrd4j.core.RrdDb
Checks presence of a specific datasource.
containsKey(String) - Method in class net.i2p.sam.SessionsDB
Check if a session with the given nickname exists.
containsRate(long) - Method in class net.i2p.stat.RateStat
Tests if a rate with the provided period exists within this RateStat.
content - Variable in class i2p.susi.util.ReadBuffer
content.
content - Variable in class net.i2p.router.news.NewsEntry
content.
CONTENT_BLOCKLIST - Static variable in class net.i2p.crypto.SU3File
 
CONTENT_LANGUAGE - Static variable in class org.cybergarage.http.HTTP
Content-Language HTTP header field name
CONTENT_LENGTH - Static variable in class org.cybergarage.http.HTTP
Content-Length HTTP header field name
CONTENT_NEWS - Static variable in class net.i2p.crypto.SU3File
 
CONTENT_PLUGIN - Static variable in class net.i2p.crypto.SU3File
CONTENT_PLUGIN.
CONTENT_RANGE - Static variable in class org.cybergarage.http.HTTP
Content-Range HTTP header field name
CONTENT_RANGE_BYTES - Static variable in class org.cybergarage.http.HTTP
Bytes range unit value for Content-Range
CONTENT_RESEED - Static variable in class net.i2p.crypto.SU3File
CONTENT_RESEED.
CONTENT_ROUTER - Static variable in class net.i2p.crypto.SU3File
CONTENT_ROUTER.
CONTENT_TYPE - Static variable in class org.cybergarage.http.HTML
Standard HTML content type with UTF-8 charset.
CONTENT_TYPE - Static variable in class org.cybergarage.http.HTTP
Content-Type HTTP header field name
CONTENT_TYPE - Static variable in class org.cybergarage.soap.SOAP
CONTENT_TYPE.
CONTENT_UNKNOWN - Static variable in class net.i2p.crypto.SU3File
CONTENT_UNKNOWN.
ContentHelper - Class in net.i2p.router.web
Helper for including static content files in router console pages.
ContentHelper() - Constructor for class net.i2p.router.web.ContentHelper
 
contentType - Variable in class i2p.susi.webmail.Mail
Content-Type header value
contentType - Variable in class net.i2p.router.news.NewsEntry
content.
context - Variable in class org.rrd4j.core.timespec.TimeSpec
 
ContextHelper - Class in net.i2p.router.web
Helper for accessing router contexts by context ID.
ContextHelper() - Constructor for class net.i2p.router.web.ContextHelper
 
CONTINUE - Static variable in class org.cybergarage.http.HTTPStatus
HTTP 100 Continue
continueMatching() - Method in interface net.i2p.router.MessageSelector
Returns true if the selector should still keep searching for further matches.
continueMatching() - Method in class net.i2p.router.networkdb.kademlia.FloodOnlyLookupSelector
continueMatching.
continueMatching() - Method in class net.i2p.router.networkdb.kademlia.IterativeLookupSelector
continueMatching.
continueMatching() - Method in class net.i2p.router.networkdb.kademlia.SearchMessageSelector
continueMatching.
continueMatching() - Method in class net.i2p.router.networkdb.kademlia.StoreMessageSelector
 
continueSearch() - Method in class net.i2p.router.networkdb.kademlia.SearchJob
Send a series of searches to the next available peers as selected by the routing table, but making sure no more than SEARCH_BREDTH are outstanding at any time
Control - Class in org.cybergarage.upnp.control
Constants and utility values for UPnP control operations.
Control() - Constructor for class org.cybergarage.upnp.control.Control
 
CONTROL_PORT_DEFAULT - Static variable in class edu.internet2.ndt.NDTConstants
Default NDT control connection port (non-SSL).
CONTROL_PORT_SSL - Static variable in class edu.internet2.ndt.NDTConstants
Default NDT control connection port (SSL).
ControlPoint - Class in org.cybergarage.upnp
Main UPnP control point implementation for device discovery and control.
ControlPoint(int, int, InetAddress[]) - Constructor for class org.cybergarage.upnp.ControlPoint
Create a control point with specified ports and network bindings.
ControlPoint(int, int) - Constructor for class org.cybergarage.upnp.ControlPoint
Create a control point with specified SSDP and HTTP ports.
ControlPoint() - Constructor for class org.cybergarage.upnp.ControlPoint
Default constructor using default ports
ControlRequest - Class in org.cybergarage.upnp.control
Base class for UPnP control requests.
ControlRequest() - Constructor for class org.cybergarage.upnp.control.ControlRequest
Default constructor
ControlRequest(HTTPRequest) - Constructor for class org.cybergarage.upnp.control.ControlRequest
Constructs a ControlRequest from an HTTP request.
ControlResponse - Class in org.cybergarage.upnp.control
Represents a UPnP control response.
ControlResponse() - Constructor for class org.cybergarage.upnp.control.ControlResponse
Default constructor
ControlResponse(SOAPResponse) - Constructor for class org.cybergarage.upnp.control.ControlResponse
Constructs a ControlResponse from a SOAP response.
convert() - Method in class net.i2p.data.i2np.UnknownI2NPMessage
Attempt to convert this message to a known message class.
convertRenderedImage(RenderedImage) - Static method in class org.jfree.svg.util.GraphicsUtils
Converts a rendered image to a BufferedImage.
ConvertToHash - Class in net.i2p.util
Convert any kind of destination String to a hash Supported: Base64 dest Base64 dest.i2p Base64 Hash Base64 Hash.i2p Base32 Hash Base32 desthash.b32.i2p example.i2p
ConvertToHash() - Constructor for class net.i2p.util.ConvertToHash
 
convertToInetAddressIfPossible(CharSequence) - Static method in class org.minidns.util.InetAddressUtil
Converts a CharSequence to an InetAddress if it represents a valid IP address.
convertToMont() - Method in class org.bouncycastle.pqc.crypto.mlkem.Poly
convertToMont.
COOKIE - Static variable in interface org.rrd4j.core.jrrd.Constants
Constant COOKIE="RRD"
CoordinatorListener - Interface in org.klomp.snark
Callback interface for monitoring PeerCoordinator state changes.
coordinators - Variable in class org.klomp.snark.PeerAcceptor
Coordinators
copy(InputStream, OutputStream) - Static method in class net.i2p.data.DataHelper
Copy in to out.
Copy - Class in net.i2p.installer
This class is used by the installer to copy files.
Copy() - Constructor for class net.i2p.installer.Copy
 
copy(String, String, boolean) - Static method in class net.i2p.util.FileUtil
 
copy(String, String, boolean, boolean) - Static method in class net.i2p.util.FileUtil
 
copy(File, File, boolean, boolean) - Static method in class net.i2p.util.FileUtil
 
copy() - Method in class org.bouncycastle.crypto.digests.SHA512Digest
 
copy() - Method in interface org.bouncycastle.util.Memoable
Produce a copy of this object with its configuration and in its current state.
copyAndAddTorrent(File, String, File) - Method in class org.klomp.snark.SnarkManager
Add a torrent from a file not in the torrent directory.
copyAnswers() - Method in class org.minidns.dnsmessage.DnsMessage
Copy the records found in the answer section into a new list.
copyArea(int, int, int, int, int, int) - Method in class org.jfree.svg.SVGGraphics2D
This method does nothing.
copyAuthority() - Method in class org.minidns.dnsmessage.DnsMessage
Copy the records found in the authority section into a new list.
copyContextTo(byte[], int, int) - Method in class org.bouncycastle.crypto.params.ParametersWithContext
 
copyFile(File, File) - Static method in class net.i2p.router.startup.WorkingDir
Copy a file with secure permissions.
copyFlagsFrom(DnsMessage) - Method in class org.minidns.dnsmessage.DnsMessage.Builder
copyFlagsFrom.
copyFrom(DHState) - Method in class com.southernstorm.noise.protocol.Curve25519DHState
 
copyFrom(DHState) - Method in interface com.southernstorm.noise.protocol.DHState
Copies the key values from another DH object of the same type.
copyFrom(DHState) - Method in class com.southernstorm.noise.protocol.MLKEMDHState
 
copyIn(LongDigest) - Method in class org.bouncycastle.crypto.digests.LongDigest
copyIn.
copyOf(Shape) - Static method in class org.jfree.svg.util.GraphicsUtils
Returns a shape that is (more or less) equivalent to the supplied shape.
copyQuestions() - Method in class org.minidns.dnsmessage.DnsMessage
Copy the questions found in the question section.
copySaltInto(byte[], int) - Method in class org.minidns.record.NSEC3
copySaltInto.
copyStateTo(Archive) - Method in class org.rrd4j.core.Archive
copyStateTo.
copyStateTo(ArcState) - Method in class org.rrd4j.core.ArcState
copyStateTo.
copyStateTo(Datasource) - Method in class org.rrd4j.core.Datasource
copyStateTo.
copyStateTo(Header) - Method in class org.rrd4j.core.Header
copyStateTo.
copyStateTo(Robin) - Method in interface org.rrd4j.core.Robin
copyStateTo.
copyStateTo(Robin) - Method in class org.rrd4j.core.RobinArray
copyStateTo.
copyStateTo(Robin) - Method in class org.rrd4j.core.RobinMatrix
copyStateTo.
copyStateTo(RrdDb) - Method in class org.rrd4j.core.RrdDb
Copies object's internal state to another RrdDb object.
copyStateTo(T) - Method in interface org.rrd4j.core.RrdUpdater
copyStateTo.
copySubArray(byte[], int, int) - Static method in class com.southernstorm.noise.protocol.Noise
Makes a copy of part of an array.
copyTo(byte[], int) - Method in class net.i2p.util.ByteArrayStream
Copies all written data to the target array.
CoreVersion - Class in net.i2p
Expose a version string.
corruptConnection(String, String) - Method in class net.i2p.router.Banlist
Record a corrupt connection (EOF/no data during establishment) from an IP.
corruptConnection(Hash, String) - Method in class net.i2p.router.Banlist
Record a corrupt connection from a peer identified by its Router hash.
count - Variable in class i2p.susi.util.CountingInputStream
total bytes read or skipped
count(K) - Method in class net.i2p.util.ObjectCounter
 
count(K) - Method in class net.i2p.util.ObjectCounterUnsafe
 
count() - Method in class org.klomp.snark.BitField
Returns the number of set bits.
count - Variable in class org.rrd4j.data.Normalizer
Number of data points in the series
countActivePeers() - Method in class net.i2p.router.CommSystemFacade
How many peers are we currently connected to, that we have sent a message to or received a message from in the last five minutes.
countActivePeers() - Method in class net.i2p.router.dummy.VMCommSystem
Return the count of active peers
countActivePeers() - Method in class net.i2p.router.peermanager.ProfileOrganizer
Count peers with any send or hear activity in the last 4 hours.
countActivePeers() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
How many peers are we currently connected to, that we have sent a message to or received a message from in the last minute.
countActivePeers() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
How many peers have we talked to in the last minute? As of 0.9.20, actually returns active peer count, not total.
countActivePeers() - Method in interface net.i2p.router.transport.Transport
 
countActivePeers() - Method in class net.i2p.router.transport.TransportImpl
How many peers are we currently connected to, that we have sent a message to or received a message from in the last five minutes.
countActivePeers() - Method in class net.i2p.router.transport.TransportManager
How many peers are we currently connected to, that we have sent a message to or received a message from in the last five minutes.
countActivePeers() - Method in class net.i2p.router.transport.udp.UDPTransport
Active peers.
countActivePeersInLastHour() - Method in class net.i2p.router.peermanager.ProfileOrganizer
Count peers with activity (send, receive, or failure) within the last hour.
countActiveSendPeers() - Method in class net.i2p.router.dummy.VMCommSystem
Return the count of active send peers
countActiveSendPeers() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
How many peers are we actively sending messages to (this minute)
countActiveSendPeers() - Method in interface net.i2p.router.transport.Transport
 
countActiveSendPeers() - Method in class net.i2p.router.transport.udp.UDPTransport
Active send peers.
countCerts(KeyStore) - Static method in class net.i2p.crypto.KeyStoreUtil
Count all X509 Certs in a key store
Counters() - Constructor for class org.rrd4j.core.RrdSafeFileBackend.Counters
 
countFastPeers() - Method in class net.i2p.router.peermanager.ProfileOrganizer
Number of peers classified as fast tier.
countGraphs() - Method in class net.i2p.router.web.GraphGenerator
 
countGraphs() - Method in class net.i2p.router.web.helpers.GraphHelper
 
countHighCapacityPeers() - Method in class net.i2p.router.peermanager.ProfileOrganizer
Number of peers classified as high-capacity tier.
CountingInputStream - Class in i2p.susi.util
InputStream that counts bytes read and skipped.
CountingInputStream(InputStream) - Constructor for class i2p.susi.util.CountingInputStream
Create a CountingInputStream wrapping the given input stream.
CountingOutputStream - Class in i2p.susi.util
OutputStream that counts bytes written.
CountingOutputStream(OutputStream) - Constructor for class i2p.susi.util.CountingOutputStream
Create a CountingOutputStream wrapping the given output stream.
countIntroducers() - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
countLeaseSets() - Method in interface net.i2p.router.networkdb.kademlia.DataStore
Count the number of LeaseSet entries in the store.
countLeaseSets() - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
countLeaseSets.
countNotFailingPeers() - Method in class net.i2p.router.peermanager.ProfileOrganizer
Total number of peer profiles in memory (all tiers).
countPeers() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
countPeers.
countPeers() - Method in interface net.i2p.router.transport.Transport
 
countPeers() - Method in class net.i2p.router.transport.TransportImpl
How many peers are we connected to?
countPeers() - Method in class net.i2p.router.transport.udp.UDPTransport
Count peers.
countPeersByCapability(char) - Method in class net.i2p.router.dummy.DummyPeerManagerFacade
 
countPeersByCapability(char) - Method in class net.i2p.router.peermanager.PeerManager
 
countPeersByCapability(char) - Method in class net.i2p.router.peermanager.PeerManagerFacadeImpl
 
countPeersByCapability(char) - Method in interface net.i2p.router.PeerManagerFacade
capability).
countRdnsCacheEntries() - Static method in class net.i2p.router.transport.CommSystemFacadeImpl
countRdnsCacheEntries.
Country - Class in com.maxmind.geoip
Represents a country.
Country(String, String) - Constructor for class com.maxmind.geoip.Country
Creates a new Country.
country(String) - Method in class com.maxmind.geoip2.DatabaseReader
country.
COUNTRY_BUNDLE_NAME - Static variable in class net.i2p.router.web.Messages
 
COUNTRY_EDITION - Static variable in class com.maxmind.geoip.DatabaseInfo
Country edition
COUNTRY_EDITION_V6 - Static variable in class com.maxmind.geoip.DatabaseInfo
Country edition IPv6
COUNTRY_FILE_DEFAULT - Static variable in class net.i2p.router.transport.GeoIP
Default country names file name
countryCode - Variable in class com.maxmind.geoip.Location
countryCode.
countryCode - Variable in class com.maxmind.geoip.Region
countryCode.
countryName - Variable in class com.maxmind.geoip.Location
countryName.
countryName - Variable in class com.maxmind.geoip.Region
countryName.
countryToIP(String, Writer) - Method in class com.maxmind.db.Reader
I2P - Write all IPv4 address ranges for the given country to out.
countryToIP(String, Writer) - Method in class com.maxmind.geoip.LookupService
I2P - Write all IPv4 address ranges for the given country to out.
countryToIP(String, Writer) - Method in class com.maxmind.geoip2.DatabaseReader
I2P - Write all IPv4 address ranges for the given country to out.
countStoredRIs() - Method in class net.i2p.router.networkdb.kademlia.PersistentDataStore
Count the number of RouterInfo files currently stored on disk.
CPUID - Class in freenet.support.CPUInformation
Retrieves CPU details via the x86 CPUID instruction through a native JNI library (jcpuid).
CPUID() - Constructor for class freenet.support.CPUInformation.CPUID
 
CPUID.CPUIDResult - Class in freenet.support.CPUInformation
Holds the four 32-bit register values (EAX, EBX, ECX, EDX) returned by a single CPUID instruction call.
CPUIDCPUInfo - Class in freenet.support.CPUInformation
Moved out of CPUID.java Ref: http://en.wikipedia.org/wiki/CPUID
CPUIDCPUInfo() - Constructor for class freenet.support.CPUInformation.CPUIDCPUInfo
 
CPUIDResult(int, int, int, int) - Constructor for class freenet.support.CPUInformation.CPUID.CPUIDResult
 
CPUInfo - Interface in freenet.support.CPUInformation
An interface for classes that provide lowlevel information about CPU's
cpuModel() - Static method in class net.i2p.util.NativeBigInteger
CPU model string from CPUID.
cpuType() - Static method in class net.i2p.util.NativeBigInteger
Detected CPU type for jbigi optimization.
CR - Static variable in class org.cybergarage.http.HTTP
Carriage return character
CRASHED - Static variable in class net.i2p.router.util.EventLog
CRASHED.
create(byte[], int) - Static method in class net.i2p.data.Certificate
If null, P256 key, or Ed25519 key cert, return immutable static instance, else create new
create(InputStream) - Static method in class net.i2p.data.Certificate
If null, P256 key, or Ed25519 key cert, return immutable static instance, else create new
create(InputStream) - Static method in class net.i2p.data.Destination
Pull from cache or return new
create(byte[]) - Static method in class net.i2p.data.Hash
Pull from cache or return new WARNING - If the SDS is found in the cache, the passed-in byte array will be returned to the SimpleByteCache for reuse.
create(byte[], int) - Static method in class net.i2p.data.Hash
Pull from cache or return new
create(InputStream) - Static method in class net.i2p.data.Hash
Pull from cache or return new
create(I2PAppContext, int, SessionKey, byte[], long) - Static method in class net.i2p.data.i2np.BuildResponseRecord
Creates a new AES-encrypted response record.
create(I2PAppContext, int, SessionKey, byte[], Properties) - Static method in class net.i2p.data.i2np.BuildResponseRecord
Creates a new ChaCha/Poly-encrypted response record (long format).
create(byte[], int) - Static method in class net.i2p.data.i2np.DeliveryInstructions
Returns immutable local instructions, or new
create(byte[], int) - Static method in class net.i2p.data.PublicKey
Pull from cache or return new.
create(InputStream) - Static method in class net.i2p.data.PublicKey
Pull from cache or return new.
create(byte[], int) - Static method in class net.i2p.data.SigningPublicKey
Pull from cache or return new.
create(InputStream) - Static method in class net.i2p.data.SigningPublicKey
Pull from cache or return new
create() - Method in class org.jfree.svg.SVGGraphics2D
Creates a new graphics object that is a copy of this graphics object (except that it has not accumulated the drawing operations).
createACKBitfield() - Method in class net.i2p.router.transport.udp.InboundMessageState
Creates a bitfield representing received fragments.
createAddresses() - Method in class net.i2p.router.CommSystemFacade
Create the list of RouterAddress structures based on the router's config
createAddresses() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Create router addresses for all configured transport protocols.
createBootId() - Static method in class org.cybergarage.upnp.UPnP
Creates a boot ID for UPnP device identification.
createCipher(String) - Static method in class com.southernstorm.noise.protocol.Noise
Creates a cipher object from its Noise protocol name.
createClient() - Static method in class net.i2p.client.I2PClientFactory
Create a new instance of the appropriate I2PClient
createCompatibleImage(int, int) - Method in class org.jfree.svg.SVGGraphicsConfiguration
Creates a compatible image.
createCompatibleVolatileImage(int, int, ImageCapabilities, int) - Method in class org.jfree.svg.SVGGraphicsConfiguration
Returns a volatile image.
createDestination(OutputStream) - Method in interface net.i2p.client.I2PClient
Create a new destination with the default certificate creation properties and store it, along with the private encryption and signing keys at the specified location.
createDestination(OutputStream, SigType) - Method in interface net.i2p.client.I2PClient
Create a destination with the given signature type.
createDestination(OutputStream, Certificate) - Method in interface net.i2p.client.I2PClient
Create a new destination with the given certificate and store it, along with the private encryption and signing keys at the specified location.
createDestination(OutputStream) - Method in class net.i2p.client.impl.I2PClientImpl
Create a destination with a DSA 1024/160 signature type and a null certificate.
createDestination(OutputStream, SigType) - Method in class net.i2p.client.impl.I2PClientImpl
Create a destination with the given signature type.
createDestination(OutputStream, Certificate) - Method in class net.i2p.client.impl.I2PClientImpl
Create the destination with the given payload and write it out along with the PrivateKey and SigningPrivateKey to the destKeyStream If cert is a KeyCertificate, the signing keypair will be of the specified type.
createDiagnoseWindow() - Method in class edu.internet2.ndt.Tcpbw100
Create the "More details" window.
createDisconnectedManager(InputStream, String, int, Properties) - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a disconnected socket manager using the destination loaded from the given private key stream, or null for a transient destination.
createDisconnectedManager(InputStream, String, int, Properties, IncomingConnectionFilter) - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a disconnected socket manager using the destination loaded from the given private key stream, or null for a transient destination.
createdPacketSent() - Method in class net.i2p.router.transport.udp.InboundEstablishState
Record that a SessionCreated packet was just sent, update backoff state.
createdPacketSent() - Method in class net.i2p.router.transport.udp.InboundEstablishState2
createdPacketSent.
createdPacketSent(DatagramPacket) - Method in class net.i2p.router.transport.udp.InboundEstablishState2
note that we just sent the SessionCreated packet and save it for retransmission
createEnvelopeBodyNode() - Static method in class org.cybergarage.soap.SOAP
createEnvelopeBodyNode.
createFetchRequest(ConsolFun, long, long, long) - Method in class org.rrd4j.core.RrdDb
Prepares fetch request to be executed on this RRD.
createFetchRequest(ConsolFun, long, long) - Method in class org.rrd4j.core.RrdDb
Prepares fetch request to be executed on this RRD.
createFilter(I2PAppContext, File) - Static method in class net.i2p.i2ptunnel.access.FilterFactory
Creates an instance of IncomingConnectionFilter based on the definition contained in the given file.
createFrequencyStat(String, String, String, long[]) - Method in class net.i2p.stat.StatManager
Create a new statistic to monitor the frequency of some event.
createGarlicMessage(RouterContext, long, long, PublicKey, PayloadGarlicConfig, Hash, Destination, TunnelInfo, int, int, SessionKey, Set<SessionTag>, boolean, LeaseSet, ReplyCallback) - Static method in class net.i2p.router.message.OutboundClientMessageJobHelper
Allow the app to specify the data clove directly, which enables OutboundClientMessage to resend the same payload (including expiration and unique id) in different garlics (down different tunnels) This is called from OCMOSJ
createGraph() - Method in class org.rrd4j.graph.RrdGraphGenerator
Create graph
createHandlers() - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Register message handlers for DatabaseLookup and DatabaseStore.
createHandlers() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Unused, see override
createHash(String) - Static method in class com.southernstorm.noise.protocol.Noise
Creates a hash object from its Noise protocol name.
createHash(String) - Method in class net.i2p.util.PasswordManager
Create a salt+hash, to be saved and verified later by verifyHash().
createI2PSocket(Destination) - Method in class net.i2p.i2ptunnel.I2PTunnelClientBase
Create a new I2PSocket towards to the specified destination, adding it to the list of connections actually managed by this tunnel.
createI2PSocket(Destination, int) - Method in class net.i2p.i2ptunnel.I2PTunnelClientBase
Create a new I2PSocket towards to the specified destination, adding it to the list of connections actually managed by this tunnel.
createI2PSocket(Destination, I2PSocketOptions) - Method in class net.i2p.i2ptunnel.I2PTunnelClientBase
Create a new I2PSocket towards to the specified destination, adding it to the list of connections actually managed by this tunnel.
createIfAbsent() - Method in class net.i2p.data.PrivateKeyFile
Create with the default signature type if nonexistent.
createIfAbsent(SigType) - Method in class net.i2p.data.PrivateKeyFile
Create with the specified signature type if nonexistent.
createInstance(I2PAppContext) - Static method in class net.i2p.client.naming.NamingService
WARNING - for use by I2PAppContext only - others must use I2PAppContext.namingService() Get a naming service instance.
createJob(I2NPMessage, RouterIdentity, Hash) - Method in interface net.i2p.router.HandlerJobBuilder
Create a new job to handle the received message.
createJob(I2NPMessage, RouterIdentity, Hash) - Method in class net.i2p.router.message.GarlicMessageHandler
Create and return a job to handle this message
createJob(I2NPMessage, RouterIdentity, Hash) - Method in class net.i2p.router.networkdb.kademlia.FloodfillDatabaseLookupMessageHandler
Creates a job to handle an incoming DatabaseLookupMessage, or returns null if the lookup should be dropped.
createJob(I2NPMessage, RouterIdentity, Hash) - Method in class net.i2p.router.networkdb.kademlia.FloodfillDatabaseStoreMessageHandler
 
createJsonLoginObj(byte[], byte) - Static method in class edu.internet2.ndt.JSONUtils
Function that return json object represented by jsontext and included single message assigned to "msg" key
createJsonObj(byte[]) - Static method in class edu.internet2.ndt.JSONUtils
Function that return json object represented by jsontext and included single message assigned to "msg" key
createKeys(File, String, String, String, String) - Static method in class net.i2p.crypto.KeyStoreUtil
Create a keypair and store it in the keystore at ks, creating it if necessary.
createKeys(File, String, String, Set<String>, String, String) - Static method in class net.i2p.crypto.KeyStoreUtil
Create a keypair and store it in the keystore at ks, creating it if necessary.
createKeys(File, String, String, String, String, int, String, int, String) - Static method in class net.i2p.crypto.KeyStoreUtil
Create a keypair and store it in the keystore at ks, creating it if necessary.
createKeys(File, String, String, String, Set<String>, String, int, String, int, String) - Static method in class net.i2p.crypto.KeyStoreUtil
Create a keypair and store it in the keystore at ks, creating it if necessary.
createKeysAndCRL(File, String, String, String, String, int, String, int, String) - Static method in class net.i2p.crypto.KeyStoreUtil
New way - Native Java, does not call out to keytool.
createKeysAndCRL(File, String, String, String, Set<String>, String, int, String, int, String) - Static method in class net.i2p.crypto.KeyStoreUtil
New way - Native Java, does not call out to keytool.
createKeysAndCRL(File, String, String, String, String, int, SigType, String) - Static method in class net.i2p.crypto.KeyStoreUtil
New way - Native Java, does not call out to keytool.
createKeysAndCRL(File, String, String, String, Set<String>, String, int, SigType, String) - Static method in class net.i2p.crypto.KeyStoreUtil
New way - Native Java, does not call out to keytool.
createKeyStore(File, String) - Static method in class net.i2p.crypto.KeyStoreUtil
Create a new KeyStore object, and load it from ksFile if it is non-null and it exists.
createLeaseSet(I2PSessionImpl, LeaseSet, SigningPrivateKey, List<PrivateKey>) - Method in class net.i2p.client.impl.I2CPMessageProducer
Send a CreateLeaseSet message.
CreateLeaseSet2Message - Class in net.i2p.data.i2cp
Like CreateLeaseSetMessage, but supports both old and new LeaseSet types, including LS2, Meta, and Encrypted.
CreateLeaseSet2Message() - Constructor for class net.i2p.data.i2cp.CreateLeaseSet2Message
CreateLeaseSet2Message.
CreateLeaseSetMessage - Class in net.i2p.data.i2cp
Defines the message a client sends to a router when authorizing the LeaseSet
CreateLeaseSetMessage() - Constructor for class net.i2p.data.i2cp.CreateLeaseSetMessage
 
createListener() - Method in class net.i2p.router.client.ClientConnectionRunner
Allow override for testing
createManager() - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a socket manager using a brand new destination connected to the I2CP router on the local machine on the default port (7654).
createManager(IncomingConnectionFilter) - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a socket manager using a brand new destination connected to the I2CP router on the local machine on the default port (7654) with the specified incoming connection filter.
createManager(Properties) - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a socket manager using a brand new destination connected to the I2CP router on the local machine on the default port (7654).
createManager(Properties, IncomingConnectionFilter) - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a socket manager using a brand new destination connected to the I2CP router on the local machine on the default port (7654).
createManager(String, int) - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a socket manager using a brand new destination connected to the I2CP router on the specified host and port.
createManager(String, int, IncomingConnectionFilter) - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a socket manager using a brand new destination connected to the I2CP router on the specified host and port with the specified connection filter Blocks for a long time while the router builds tunnels.
createManager(String, int, Properties) - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a socket manager using a brand new destination connected to the I2CP router on the given machine reachable through the given port.
createManager(String, int, Properties, IncomingConnectionFilter) - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a socket manager using a brand new destination connected to the I2CP router on the given machine reachable through the given port with the specified connection filter Blocks for a long time while the router builds tunnels.
createManager(InputStream) - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a socket manager using the destination loaded from the given private key stream and connected to the default I2CP host and port.
createManager(InputStream, IncomingConnectionFilter) - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a socket manager using the destination loaded from the given private key stream and connected to the default I2CP host and port with the specified connection filter Blocks for a long time while the router builds tunnels.
createManager(InputStream, Properties) - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a socket manager using the destination loaded from the given private key stream and connected to the default I2CP host and port.
createManager(InputStream, Properties, IncomingConnectionFilter) - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a socket manager using the destination loaded from the given private key stream and connected to the default I2CP host and port.
createManager(InputStream, String, int, Properties) - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a socket manager using the destination loaded from the given private key stream and connected to the I2CP router on the specified machine on the given port.
createManager(InputStream, String, int, Properties, IncomingConnectionFilter) - Static method in class net.i2p.client.streaming.I2PSocketManagerFactory
Create a socket manager using the destination loaded from the given private key stream and connected to the I2CP router on the specified machine on the given port.
createMessage(I2PAppContext, int) - Static method in class net.i2p.data.i2np.I2NPMessageImpl
Yes, this is fairly ugly, but its the only place it ever happens.
createMessageString(String) - Static method in class net.i2p.sam.SAMv1Handler
Create a string to be appended to a status.
createName(I2PAppContext, String) - Static method in class net.i2p.router.web.GraphListener
JRobin can only deal with 20 character data source names, so we need to create a unique, munged version from the user/developer-visible name.
createNamedCurveSpec(String) - Method in class net.i2p.crypto.eddsa.KeyPairGenerator
Create an EdDSANamedCurveSpec from the provided curve name.
createNew() - Static method in class net.i2p.crypto.CryptixAESKeyCache
New key cache entry.
createNewFile() - Method in class net.i2p.util.SecureFile
Sets file to mode 600 if the file is created
createPeerSelector() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Creates a peer selector for the network database.
createPeerTestData(I2PAppContext, Hash, Hash, PeerTestState.Role, long, byte[], int, SigningPrivateKey) - Static method in class net.i2p.router.transport.udp.SSU2Util
Make the data for the peer test block
createPoint(byte[], boolean) - Method in class net.i2p.crypto.eddsa.math.Curve
Create a point from an encoded representation.
createPolygon(int[], int[], int, boolean) - Static method in class org.jfree.svg.util.GraphicsUtils
Creates a polygon from the specified x and y coordinate arrays.
createRateStat(String, String, String, long[]) - Method in class net.i2p.stat.StatManager
Create a new statistic to monitor the average value and confidence of some action.
createRecord(int, int, TunnelBuildMessage, TunnelCreatorConfig, Hash, long, RouterContext, PublicKey, Properties) - Static method in class net.i2p.router.tunnel.pool.BuildMessageGenerator
Place the asymmetrically encrypted record in the specified record slot, containing the hop's configuration (as well as the reply info, if it is an outbound endpoint)
createRelayRequestData(I2PAppContext, Hash, Hash, long, long, byte[], int, SigningPrivateKey) - Static method in class net.i2p.router.transport.udp.SSU2Util
Make the data for the relay request block
createRelayResponseData(I2PAppContext, Hash, int, long, byte[], int, SigningPrivateKey, long) - Static method in class net.i2p.router.transport.udp.SSU2Util
Make the data for the relay response block
createRequiredFrequencyStat(String, String, String, long[]) - Method in class net.i2p.stat.StatManager
Create a new statistic to monitor the frequency of some event.
createRequiredRateStat(String, String, String, long[]) - Method in class net.i2p.stat.StatManager
Create a new statistic to monitor the average value and confidence of some action.
createRouterInfo() - Method in class net.i2p.router.startup.CreateRouterInfoJob
Writes 6 files: router.info (standard RI format), router.keys.dat, and 4 individual key files under keyBackup/ router.keys.dat file format: This is the same "eepPriv.dat" format used by the client code, as documented in PrivateKeyFile.
CreateRouterInfoJob - Class in net.i2p.router.startup
Warning - misnamed.
CreateRouterInfoJob(RouterContext, Job) - Constructor for class net.i2p.router.startup.CreateRouterInfoJob
Creates a new CreateRouterInfoJob.
createSAMHandler(SocketChannel, Properties, SAMBridge) - Static method in class net.i2p.sam.SAMHandlerFactory
Return the right SAM handler depending on the protocol version required by the client.
createSample(long) - Method in class org.rrd4j.core.RrdDb
Creates new sample with the given timestamp and all datasource values set to 'unknown'.
createSample() - Method in class org.rrd4j.core.RrdDb
Creates new sample with the current timestamp and all data source values set to 'unknown'.
createSession(InputStream, Properties) - Method in interface net.i2p.client.I2PClient
Create a new client session for the Destination stored at the destKeyStream using the specified options to both connect to the router, to instruct the router how to handle the new session, and to configure the end to end encryption.
createSession(InputStream, Properties) - Method in class net.i2p.client.I2PSimpleClient
Create a new session (though do not connect it yet)
createSession(I2PAppContext, Properties) - Method in class net.i2p.client.I2PSimpleClient
Create a new session (though do not connect it yet)
createSession(InputStream, Properties) - Method in class net.i2p.client.impl.I2PClientImpl
Create a new session (though do not connect it yet)
createSession(I2PAppContext, InputStream, Properties) - Method in class net.i2p.client.impl.I2PClientImpl
Create a new session (though do not connect it yet)
createSession(PublicKey, SessionKey) - Method in class net.i2p.crypto.SessionKeyManager
Associate a new session key with the specified target.
createSession(PublicKey) - Method in class net.i2p.crypto.SessionKeyManager
Generate a new session key and associate it with the specified target.
createSession(PublicKey, SessionKey) - Method in class net.i2p.router.crypto.ratchet.MuxedPQSKM
ElG only
createSession(PublicKey) - Method in class net.i2p.router.crypto.ratchet.MuxedPQSKM
ElG only
createSession(PublicKey, SessionKey) - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
ElG only
createSession(PublicKey) - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
ElG only
createSession(PublicKey, SessionKey) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
 
createSession(PublicKey, Destination, HandshakeState, ReplyCallback) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
Inbound or outbound.
createSession(PublicKey, SessionKey) - Method in class net.i2p.router.crypto.TransientSessionKeyManager
Associate a new session key with the specified target.
createSession(String) - Method in class net.i2p.servlet.filters.SessionManager
Create a new session for a user with default 30 min expiry.
createSession(String, long) - Method in class net.i2p.servlet.filters.SessionManager
Create a new session for a user with custom expiry.
CreateSessionJob - Class in net.i2p.router.client
Given an established connection, walk through the process of establishing the leaseset.
CreateSessionJob(RouterContext, SessionConfig) - Constructor for class net.i2p.router.client.CreateSessionJob
 
CreateSessionMessage - Class in net.i2p.data.i2cp
Defines the message a client sends to a router when establishing a new session.
CreateSessionMessage(SessionConfig) - Constructor for class net.i2p.data.i2cp.CreateSessionMessage
CreateSessionMessage.
CreateSessionMessage() - Constructor for class net.i2p.data.i2cp.CreateSessionMessage
CreateSessionMessage.
createShort(I2PAppContext, int, SessionKey, byte[], Properties, int) - Static method in class net.i2p.data.i2np.BuildResponseRecord
Creates a new ChaCha/Poly-encrypted response record (short format).
createSID() - Static method in class org.cybergarage.upnp.event.Subscription
createSID.
createSocket(String, int) - Method in class net.i2p.util.I2PSSLSocketFactory
Returns a socket to the host.
createSocket(InetAddress, int) - Method in class net.i2p.util.I2PSSLSocketFactory
Returns a socket to the host.
createSocketHandler(I2PSocket, int) - Method in class net.i2p.sam.SAMStreamSession
Create a new SAM STREAM session socket handler, detaching its thread.
createSOCKSServer(I2PAppContext, Socket, Properties) - Static method in class net.i2p.i2ptunnel.socks.SOCKSServerFactory
Create a new SOCKS server, using the provided socket (that must be connected to a client) to select the proper SOCKS protocol version.
createStatsWindow() - Method in class edu.internet2.ndt.Tcpbw100
Create the "Statistics" window.
createTempFile(String, String) - Static method in class net.i2p.util.SecureFile
Sets file to mode 600 when the file is created
createTempFile(String, String, File) - Static method in class net.i2p.util.SecureFile
Sets file to mode 600 when the file is created
createThreadGroup(String) - Method in class net.i2p.sam.SessionRecord
Create a thread group for this session if one does not already exist.
createTitledBorder(String) - Static method in class com.vuze.plugins.mlab.tools.ndt.swingemu.BorderFactory
Create a titled border stub.
createTypeBitMap(List<Record.TYPE>) - Static method in class org.minidns.record.NSEC
Create type bitmap
createUnresolved(String, int) - Static method in class net.i2p.client.streaming.I2PSocketAddress
 
createUUID() - Static method in class org.cybergarage.upnp.UPnP
Creates a unique UUID for UPnP device identification.
createZip(int) - Method in class net.i2p.router.networkdb.reseed.ReseedBundler
Create a zip file with a random selection of 'count' router infos from configDir/netDb to 'toDir'.
createZip() - Method in class net.i2p.router.web.helpers.ReseedGenerator
createZip.
CRIT - Static variable in class net.i2p.util.Log
CRIT.
CRITICAL - Static variable in class net.i2p.router.util.EventLog
CRITICAL.
CRL_SUFFIX - Static variable in class net.i2p.router.crypto.FamilyKeyCrypto
CRL file suffix
CRLEntry - Class in net.i2p.router.news
Data structure for Certificate Revocation List (CRL) entries.
CRLEntry() - Constructor for class net.i2p.router.news.CRLEntry
 
CRLF - Static variable in class org.cybergarage.http.HTTP
HTTP line terminator (CR+LF)
crypt_raw(byte[], byte[], int, int[]) - Method in class org.mindrot.jbcrypt.BCrypt
Perform the central password hashing step in the bcrypt scheme
CryptixAESEngine - Class in net.i2p.crypto
AES encryption engine using Cryptix's Rijndael implementation with CBC mode.
CryptixAESEngine(I2PAppContext) - Constructor for class net.i2p.crypto.CryptixAESEngine
 
CryptixAESKeyCache - Class in net.i2p.crypto
CryptixAESKeyCache.
CryptixAESKeyCache() - Constructor for class net.i2p.crypto.CryptixAESKeyCache
 
CryptixAESKeyCache.KeyCacheEntry - Class in net.i2p.crypto
Container for AES round keys generated during key schedule expansion.
CryptixRijndael_Algorithm - Class in net.i2p.crypto
Rijndael AES algorithm implementation.
CryptoCheck - Class in net.i2p.crypto
CryptoCheck.
CryptoChecker - Class in net.i2p.router.tasks
Cryptographic algorithm availability checker and advisor.
CryptoChecker() - Constructor for class net.i2p.router.tasks.CryptoChecker
 
CryptoConstants - Class in net.i2p.crypto
CryptoConstants.
CryptoConstants() - Constructor for class net.i2p.crypto.CryptoConstants
 
CryptoException - Exception in org.bouncycastle.crypto
Foundation class for checked exceptions thrown by the crypto packages.
CryptoException() - Constructor for exception org.bouncycastle.crypto.CryptoException
Base constructor.
CryptoException(String) - Constructor for exception org.bouncycastle.crypto.CryptoException
Constructs a CryptoException with the given message.
CryptoException(String, Throwable) - Constructor for exception org.bouncycastle.crypto.CryptoException
Constructs a CryptoException with the given message and cause.
CryptoServiceProperties - Interface in org.bouncycastle.crypto
Properties interface for cryptographic services.
cryptoServiceProperties() - Method in class org.bouncycastle.crypto.digests.KeccakDigest
cryptoServiceProperties.
cryptoServiceProperties() - Method in class org.bouncycastle.crypto.digests.LongDigest
Returns the properties for the crypto service.
cryptoServiceProperties() - Method in class org.bouncycastle.crypto.digests.SHA512Digest
 
cryptoServiceProperties() - Method in class org.bouncycastle.crypto.digests.SHAKEDigest
cryptoServiceProperties.
CryptoServicePurpose - Enum in org.bouncycastle.crypto
Enumeration of cryptographic service purposes.
CryptoServicesRegistrar - Class in org.bouncycastle.crypto
Registry for cryptographic services and utilities.
CryptoServicesRegistrar() - Constructor for class org.bouncycastle.crypto.CryptoServicesRegistrar
default constructor
CSPDetector - Class in i2p.susi.webmail
Detects Content Security Policy support in user agent strings.
CSPDetector() - Constructor for class i2p.susi.webmail.CSPDetector
 
cspNonce - Variable in class org.klomp.snark.web.I2PSnarkServlet
Csp nonce
cssClass - Variable in class net.i2p.router.web.helpers.RingRenderer.RingSection
CSS color class: "green", "red", "yellow", "blue", "cyan", "gray"
CSSHelper - Class in net.i2p.router.web
Copied and modded from I2PTunnel IndexBean (GPL)
CSSHelper() - Constructor for class net.i2p.router.web.CSSHelper
 
CSSHelper.StringFormatter - Class in net.i2p.router.web
Capitalize first letter of each word of string https://www.javatpoint.com/java-program-to-capitalize-each-word-in-string
ctx - Variable in class net.i2p.router.tunnel.pool.ConnectChecker
the router context
ctx - Variable in class net.i2p.router.web.helpers.SidebarHelper
Global application context
CURRENT_VERSION - Static variable in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Current minor version identifier for net DB format.
currentFile() - Method in class net.i2p.util.FileLogWriter
File may not exist or have old logs in it if not opened yet
currentFile() - Method in class net.i2p.util.LogManager
File may not exist or have old logs in it if not opened yet
currentFile() - Method in class net.i2p.util.LogWriter
File may not exist or have old logs in it if not opened yet
currentPageIterator() - Method in class i2p.susi.util.Folder
Returns an iterator containing the elements on the current page.
currentRow - Variable in class org.rrd4j.core.jrrd.Archive
Row for last modification time of database.
currentTimeAndStratum(String[], int, boolean, Log) - Static method in class net.i2p.router.time.NtpClient
Query the ntp servers, returning the current time from first one we find Hack to return time and stratum
currentValue - Variable in class net.i2p.router.Tuner.ParamSnapshot
Current value.
CURRTO - Static variable in class edu.internet2.ndt.NDTConstants
Current retransmission timeout variable name as sent by the NDT server.
CURRWINRCVD - Static variable in class edu.internet2.ndt.NDTConstants
Current receive window size variable name as sent by the NDT server.
Cursor - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Emulation of java.awt.Cursor for the NDT (Network Diagnostic Tool) plugin.
Cursor(Cursor) - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.Cursor
Construct a new instance.
Curve - Class in net.i2p.crypto.eddsa.math
A twisted Edwards curve.
Curve(Field, byte[], FieldElement) - Constructor for class net.i2p.crypto.eddsa.math.Curve
Create a twisted Edwards curve.
curve - Variable in class net.i2p.crypto.eddsa.math.GroupElement
Variable is package private only so that tests run.
Curve25519 - Class in com.southernstorm.noise.crypto.x25519
Implementation of the Curve25519 elliptic curve algorithm.
Curve25519DHState - Class in com.southernstorm.noise.protocol
Implementation of the Curve25519 algorithm for the Noise protocol.
Curve25519DHState(KeyFactory) - Constructor for class com.southernstorm.noise.protocol.Curve25519DHState
Constructs a new Diffie-Hellman object for Curve25519.
CURVE_ED25519_SHA512 - Static variable in class net.i2p.crypto.eddsa.spec.EdDSANamedCurveTable
old name
CustomThreadPoolExecutor() - Constructor for class net.i2p.i2ptunnel.TunnelControllerGroup.CustomThreadPoolExecutor
Create with default configuration
cwin - Variable in class edu.internet2.ndt.Tcpbw100
Packet ordering metric.
CwndComparator() - Constructor for class net.i2p.router.web.helpers.UDPSorters.CwndComparator
 
CWNDTIME - Static variable in class edu.internet2.ndt.NDTConstants
Congestion window time variable name as sent by the NDT server.
cwndtime - Variable in class edu.internet2.ndt.Tcpbw100
Packet ordering metric.

D

Daemon - Class in net.i2p.addressbook
Main class of addressbook.
Daemon() - Constructor for class net.i2p.addressbook.Daemon
 
DAEMON_USER - Static variable in class net.i2p.util.SystemVersion
DAEMON_USER.
DaemonThread - Class in net.i2p.addressbook
A thread that waits five minutes, then runs the addressbook daemon.
DaemonThread(String[]) - Constructor for class net.i2p.addressbook.DaemonThread
Construct a DaemonThread with the command line arguments args.
DaemonThreadFactory(String) - Constructor for class org.rrd4j.core.RrdSyncThreadPool.DaemonThreadFactory
 
data - Variable in class net.i2p.router.news.CRLEntry
The data payload
data - Variable in class net.i2p.router.transport.udp.SSU2Header.Header
data.
data - Variable in class org.klomp.snark.Message
The data payload
Data - Class in org.minidns.record
Abstract base class for DNS record data payloads.
All DNS record types extend this class to provide their specific data representation and parsing logic.
Data() - Constructor for class org.minidns.record.Data
 
data - Variable in class org.rrd4j.core.jrrd.DataChunk
The data values
DATA_FLAG_BYTE - Static variable in class net.i2p.router.transport.udp.SSU2Util
Message type flag for data
DATA_FOLLOWON_EXTRA_SIZE - Static variable in class net.i2p.router.transport.udp.SSU2Util
5 for flag and msg number in followon block
DATA_HEADER_SIZE - Static variable in class net.i2p.router.transport.udp.PacketBuilder
not including acks.
DATA_HEADER_SIZE - Static variable in class net.i2p.router.transport.udp.SSU2Util
16 byte short header
DATA_MATRIX_FIELD_256 - Static variable in class com.google.zxing.common.reedsolomon.GenericGF
Galois field for Data Matrix symbols (256 elements).
DATA_MESSAGE_TIMEOUT - Static variable in class net.i2p.router.transport.udp.EstablishmentManager
for the DSM and or netdb store
DATA_RATE_10G_ETHERNET - Static variable in class edu.internet2.ndt.NDTConstants
Data rate indicator: 10 Gigabit Ethernet connection.
DATA_RATE_DIAL_UP - Static variable in class edu.internet2.ndt.NDTConstants
Data rate indicator: dial-up connection.
DATA_RATE_ETHERNET - Static variable in class edu.internet2.ndt.NDTConstants
Data rate indicator: Ethernet connection.
DATA_RATE_FAST_ETHERNET - Static variable in class edu.internet2.ndt.NDTConstants
Data rate indicator: Fast Ethernet connection.
DATA_RATE_GIGABIT_ETHERNET - Static variable in class edu.internet2.ndt.NDTConstants
Data rate indicator: Gigabit Ethernet connection.
DATA_RATE_INSUFFICIENT_DATA - Static variable in class edu.internet2.ndt.NDTConstants
Data rate indicator: insufficient data to determine rate.
DATA_RATE_OC_12 - Static variable in class edu.internet2.ndt.NDTConstants
Data rate indicator: OC-12 connection.
DATA_RATE_OC_48 - Static variable in class edu.internet2.ndt.NDTConstants
Data rate indicator: OC-48 connection.
DATA_RATE_RTT - Static variable in class edu.internet2.ndt.NDTConstants
Data rate indicator: RTT measurement only.
DATA_RATE_SYSTEM_FAULT - Static variable in class edu.internet2.ndt.NDTConstants
Data rate indicator: system fault during rate detection.
DATA_RATE_T1 - Static variable in class edu.internet2.ndt.NDTConstants
Data rate indicator: T1 connection.
DATA_RATE_T3 - Static variable in class edu.internet2.ndt.NDTConstants
Data rate indicator: T3 connection.
DATA_SIZE - Static variable in class net.i2p.data.i2np.TunnelDataMessage
Size of the data payload in bytes
database - Variable in class com.maxmind.geoip2.DatabaseReader.Builder
Database
DatabaseEntry - Class in net.i2p.data
Base class for data structures stored in the I2P network database (NetDb).
DatabaseEntry() - Constructor for class net.i2p.data.DatabaseEntry
 
DatabaseInfo - Class in com.maxmind.geoip
Encapsulates metadata about the GeoIP database.
DatabaseInfo(String) - Constructor for class com.maxmind.geoip.DatabaseInfo
Creates a new DatabaseInfo object given the database info String.
DatabaseLookupMessage - Class in net.i2p.data.i2np
Defines the message a router sends to another router to search for a key in the network database.
DatabaseLookupMessage(I2PAppContext) - Constructor for class net.i2p.data.i2np.DatabaseLookupMessage
DatabaseLookupMessage.
DatabaseLookupMessage(I2PAppContext, boolean) - Constructor for class net.i2p.data.i2np.DatabaseLookupMessage
 
DatabaseLookupMessage.Type - Enum in net.i2p.data.i2np
Database lookup type enumeration.
DatabaseReader - Class in com.maxmind.geoip2
Modified and simplified for I2P
DatabaseReader.Builder - Class in com.maxmind.geoip2
Constructs a Builder for the DatabaseReader.
DatabaseSearchReplyMessage - Class in net.i2p.data.i2np
Defines the message a router sends to another router in response to a search (DatabaseFindNearest or DatabaseLookup) when it doesn't have the value, specifying what routers it would search.
DatabaseSearchReplyMessage(I2PAppContext) - Constructor for class net.i2p.data.i2np.DatabaseSearchReplyMessage
DatabaseSearchReplyMessage.
DatabaseStoreMessage - Class in net.i2p.data.i2np
Defines the message a router sends to another router to test the network database reachability, as well as the reply message sent back.
DatabaseStoreMessage(I2PAppContext) - Constructor for class net.i2p.data.i2np.DatabaseStoreMessage
Creates a new DatabaseStoreMessage.
DataChunk - Class in org.rrd4j.core.jrrd
Models a chunk of result data from an RRDatabase.
DataChunk(Map<String, Integer>, long, int, int, long, int, int) - Constructor for class org.rrd4j.core.jrrd.DataChunk
 
DataFormatException - Exception in net.i2p.data
Thrown when the data was not available to read or write a DataStructure
DataFormatException(String, Throwable) - Constructor for exception net.i2p.data.DataFormatException
Detail message.
DataFormatException(String) - Constructor for exception net.i2p.data.DataFormatException
Detail message.
dataFound(Hash) - Method in class net.i2p.router.networkdb.kademlia.SearchState
how long did it take to get the reply, or -1 if we don't know
Datagram2 - Class in net.i2p.client.datagram
Class for creating and loading I2P repliable datagrams version 2.
Datagram3 - Class in net.i2p.client.datagram
Class for creating and loading I2P repliable datagrams version 3.
datagramReceived(String, byte[], int, int, int, int) - Method in class net.i2p.sam.client.SAMClientEventListenerImpl
 
datagramReceived(String, byte[], int, int, int, int) - Method in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
toPort).
datagramSession - Variable in class net.i2p.sam.SAMv1Handler
datagramSession.
DataHelper - Class in net.i2p.data
Comprehensive utility class for I2P data structure serialization, encoding, and manipulation.
DataHolder - Interface in org.rrd4j.core
Interface for holding data sources.
DataImporter - Class in org.rrd4j.core
An abstract class to import data from external source.
DataImporter() - Constructor for class org.rrd4j.core.DataImporter
 
DataLengthException - Exception in org.bouncycastle.crypto
this exception is thrown if a buffer that is meant to have output copied into it turns out to be too short, or if we've been given insufficient input.
DataLengthException() - Constructor for exception org.bouncycastle.crypto.DataLengthException
base constructor.
DataLengthException(String) - Constructor for exception org.bouncycastle.crypto.DataLengthException
create a DataLengthException with the given message.
DataLoader - Interface in org.klomp.snark
Callback used to fetch data
DataMessage - Class in net.i2p.data.i2np
Defines a message containing arbitrary bytes of data This is what goes in a GarlicClove.
DataMessage(I2PAppContext) - Constructor for class net.i2p.data.i2np.DataMessage
Create a new DataMessage.
dataOffset - Variable in class org.rrd4j.core.jrrd.Archive
Data offset within file in bytes.
DataProcessor - Class in org.rrd4j.data
Class which should be used for all calculations based on the data fetched from RRD files.
DataProcessor(long, long) - Constructor for class org.rrd4j.data.DataProcessor
Creates new DataProcessor object for the given time span.
DataProcessor(Date, Date) - Constructor for class org.rrd4j.data.DataProcessor
Creates new DataProcessor object for the given time span.
DataProcessor(Calendar, Calendar) - Constructor for class org.rrd4j.data.DataProcessor
Creates new DataProcessor object for the given time span.
DataProcessor(TemporalAmount) - Constructor for class org.rrd4j.data.DataProcessor
Creates new DataProcessor object for the given time duration.
dataPushed(int) - Method in class net.i2p.router.peermanager.PeerProfile
Record data pushed through this peer.
dataPushed1m(int) - Method in class net.i2p.router.peermanager.PeerProfile
The tunnel pushed that much data in a 1 minute period.
dataQueue - Variable in class org.bouncycastle.crypto.digests.KeccakDigest
dataQueue.
dataReceived() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
we have received a real data packet, so we're done establishing
dataReceived() - Method in class net.i2p.router.transport.udp.PeerState
Same as setLastReceivedTime(now)
DataSet(long[], double[]) - Constructor for class org.rrd4j.graph.DownSampler.DataSet
Create a new DataSet.
datasource(String, String, String, ConsolFun) - Method in interface org.rrd4j.core.DataHolder
Defines virtual datasource.
datasource(String, URI, String, ConsolFun) - Method in interface org.rrd4j.core.DataHolder
Defines virtual datasource.
datasource(String, String, String, ConsolFun, RrdBackendFactory) - Method in interface org.rrd4j.core.DataHolder
Defines virtual datasource.
datasource(String, URI, String, ConsolFun, RrdBackendFactory) - Method in interface org.rrd4j.core.DataHolder
Defines virtual datasource.
datasource(String, String) - Method in interface org.rrd4j.core.DataHolder
Create a new virtual datasource by evaluating a mathematical expression, specified in Reverse Polish Notation (RPN).
datasource(String, String, Variable) - Method in interface org.rrd4j.core.DataHolder
Creates a datasource that performs a variable calculation on an another named datasource to yield a single combined timestamp/value.
datasource(String, IPlottable) - Method in interface org.rrd4j.core.DataHolder
Creates a new (plottable) datasource.
datasource(String, FetchData) - Method in interface org.rrd4j.core.DataHolder
Creates a new 'fetched' datasource.
datasource(String, String, FetchData) - Method in interface org.rrd4j.core.DataHolder
Creates a new 'fetched' datasource.
Datasource - Class in org.rrd4j.core
Class to represent single datasource within RRD.
Datasource(RrdDb, DsDef) - Constructor for class org.rrd4j.core.Datasource
 
Datasource(RrdDb, DataImporter, int) - Constructor for class org.rrd4j.core.Datasource
 
DataSource - Class in org.rrd4j.core.jrrd
Instances of this class model a data source in an RRD file.
DataSource(RRDFile) - Constructor for class org.rrd4j.core.jrrd.DataSource
 
datasource(String, IPlottable) - Method in class org.rrd4j.data.DataProcessor
Adds a custom, plottable datasource (PDEF).
datasource(String, String) - Method in class org.rrd4j.data.DataProcessor
Adds complex source (CDEF).
datasource(String, String, Variable) - Method in class org.rrd4j.data.DataProcessor
Creates a datasource that performs a variable calculation on an another named datasource to yield a single combined timestamp/value.
datasource(String, String, String, ConsolFun) - Method in class org.rrd4j.data.DataProcessor
Adds simple datasource (DEF).
datasource(String, URI, String, ConsolFun) - Method in class org.rrd4j.data.DataProcessor
Adds simple datasource (DEF).
datasource(String, String, String, ConsolFun, RrdBackendFactory) - Method in class org.rrd4j.data.DataProcessor
Adds simple source (DEF).
datasource(String, URI, String, ConsolFun, RrdBackendFactory) - Method in class org.rrd4j.data.DataProcessor
Adds simple source (DEF).
datasource(String, FetchData) - Method in class org.rrd4j.data.DataProcessor
Adds DEF datasource with datasource values already available in the FetchData object.
datasource(String, String, FetchData) - Method in class org.rrd4j.data.DataProcessor
Adds DEF datasource with datasource values already available in the FetchData object.
datasource(String, String, String, ConsolFun) - Method in class org.rrd4j.graph.RrdGraphDef
Defines virtual datasource.
datasource(String, URI, String, ConsolFun) - Method in class org.rrd4j.graph.RrdGraphDef
Defines virtual datasource.
datasource(String, String, String, ConsolFun, RrdBackendFactory) - Method in class org.rrd4j.graph.RrdGraphDef
Defines virtual datasource.
datasource(String, URI, String, ConsolFun, RrdBackendFactory) - Method in class org.rrd4j.graph.RrdGraphDef
Defines virtual datasource.
datasource(String, String) - Method in class org.rrd4j.graph.RrdGraphDef
Create a new virtual datasource by evaluating a mathematical expression, specified in Reverse Polish Notation (RPN).
datasource(String, String, Variable) - Method in class org.rrd4j.graph.RrdGraphDef
Creates a datasource that performs a variable calculation on an another named datasource to yield a single combined timestamp/value.
datasource(String, IPlottable) - Method in class org.rrd4j.graph.RrdGraphDef
Creates a new (plottable) datasource.
datasource(String, FetchData) - Method in class org.rrd4j.graph.RrdGraphDef
Creates a new 'fetched' datasource.
datasource(String, String, FetchData) - Method in class org.rrd4j.graph.RrdGraphDef
Creates a new 'fetched' datasource.
DataSourceType - Enum in org.rrd4j.core.jrrd
Class DataSourceType
DataStore - Interface in net.i2p.router.networkdb.kademlia
Interface for database storage operations in the network database.
DataStructure - Interface in net.i2p.data
Base interface defining standard binary representation for I2P data structures.
DataStructureImpl - Class in net.i2p.data
Base implementation of all data structures
DataStructureImpl() - Constructor for class net.i2p.data.DataStructureImpl
 
date - Variable in class i2p.susi.webmail.Mail
The parsed message date
date - Variable in class net.i2p.router.news.NewsMetadata.Release
The release date
DATE - Static variable in class net.i2p.util.LogManager
These define the characters in the format line of the config file
Date - Class in org.cybergarage.http
Utility class for handling HTTP date formatting and time operations.
Date(Calendar) - Constructor for class org.cybergarage.http.Date
Creates a new Date instance with the specified Calendar.
DATE - Static variable in class org.cybergarage.http.HTTP
Date HTTP header field name
DATE_LENGTH - Static variable in class net.i2p.data.DataHelper
Number of bytes in a date field (8).
DateAndFlags - Class in net.i2p.data
A six-byte Date and 2 bytes of flags, since a Date won't encroach on the top two bytes until the year 10889.
DateAndFlags() - Constructor for class net.i2p.data.DateAndFlags
 
DateAndFlags(long, int) - Constructor for class net.i2p.data.DateAndFlags
Date in milliseconds since epoch.
DateAndFlags(Date, int) - Constructor for class net.i2p.data.DateAndFlags
Date.
dateOnly - Variable in class i2p.susi.webmail.Mail
Long date-only format for mail list tooltips
DateSorter(MailCache) - Constructor for class i2p.susi.webmail.Sorters.DateSorter
Sorts by date field.
dateString - Variable in class i2p.susi.webmail.Mail
Raw date string from the Date header
dateString - Variable in class org.rrd4j.core.timespec.TimeSpec
 
DateTimeBlock(long) - Constructor for class net.i2p.router.crypto.ratchet.RatchetPayload.DateTimeBlock
 
DateTimeBlock(I2PAppContext) - Constructor for class net.i2p.router.transport.ntcp.NTCP2Payload.DateTimeBlock
DateTimeBlock.
DateTimeBlock(I2PAppContext) - Constructor for class net.i2p.router.transport.udp.SSU2Payload.DateTimeBlock
Create a date/time block with the current clock time.
dateUpdated(String) - Method in class net.i2p.client.impl.I2PSessionImpl
Update the router version and related feature support flags.
day - Variable in class org.rrd4j.core.timespec.TimeSpec
 
DAY - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Constant to represent day
DAYS - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "day", "days", "d" - days multiplier
db - Variable in class org.rrd4j.core.jrrd.Archive
The parent RRD database.
DBHistory - Class in net.i2p.router.peermanager
History of NetDb related activities (lookups, replies, stores, etc).
DBHistory(RouterContext, String) - Constructor for class net.i2p.router.peermanager.DBHistory
DBHistory.
dbl() - Method in class net.i2p.crypto.eddsa.math.GroupElement
Doubles a given group element $p$ in $P^2$ or $P^3$ representation and returns the result in $P \times P$ representation.
dbLookupFailed(Hash) - Method in class net.i2p.router.peermanager.ProfileManagerImpl
Note that the peer was unable to reply to a db lookup - either with data or with a lookupReply redirecting the user elsewhere This will force creation of DB stats Non-blocking.
dbLookupFailed(Hash) - Method in interface net.i2p.router.ProfileManager
Note that the peer was unable to reply to a db lookup - either with data or with a lookupReply redirecting the user elsewhere
dbLookupReceived(Hash) - Method in class net.i2p.router.peermanager.ProfileManagerImpl
Note that the local router received a db lookup from the given peer Non-blocking.
dbLookupReceived(Hash) - Method in interface net.i2p.router.ProfileManager
Note that the local router received a db lookup from the given peer
dbLookupReply(Hash, int, int, int, int, long) - Method in class net.i2p.router.peermanager.ProfileManagerImpl
Note that the peer replied to a db lookup with a redirect to other routers, where the list of redirected users included newPeers routers that the local router didn't know about, oldPeers routers that the local router already knew about, the given invalid routers that were invalid in some way, and the duplicate number of routers that we explicitly asked them not to send us, but they did anyway Non-blocking.
dbLookupReply(Hash, int, int, int, int, long) - Method in interface net.i2p.router.ProfileManager
Note that the peer replied to a db lookup with a redirect to other routers, where the list of redirected users included newPeers routers that the local router didn't know about, oldPeers routers that the local router already knew about, the given invalid routers that were invalid in some way, and the duplicate number of routers that we explicitly asked them not to send us, but they did anyway
dbLookupSuccessful(Hash, long) - Method in class net.i2p.router.peermanager.ProfileManagerImpl
Note that the peer was able to return the valid data for a db lookup This will force creation of DB stats Non-blocking.
dbLookupSuccessful(Hash, long) - Method in interface net.i2p.router.ProfileManager
Note that the peer was able to return the valid data for a db lookup
dblPrecmp - Variable in class net.i2p.crypto.eddsa.math.GroupElement
dbStoreFailed(Hash) - Method in class net.i2p.router.peermanager.ProfileManagerImpl
Note that we were unable to confirm a successful send of db data to the peer, at least not within our timeout period This will force creation of DB stats
dbStoreFailed(Hash) - Method in interface net.i2p.router.ProfileManager
Note that we were unable to confirm a successful send of db data to the peer, at least not within our timeout period
dbStoreReceived(Hash, boolean) - Method in class net.i2p.router.peermanager.ProfileManagerImpl
Note that the local router received an unprompted db store from the given peer Non-blocking.
dbStoreReceived(Hash, boolean) - Method in interface net.i2p.router.ProfileManager
Note that the local router received an unprompted db store from the given peer
dbStoreSent(Hash, long) - Method in class net.i2p.router.peermanager.ProfileManagerImpl
Note that we've confirmed a successful send of db data to the peer (though we haven't necessarily requested it again from them, so they /might/ be lying) As of 0.9.53 we update the DbResponseTime.
dbStoreSent(Hash, long) - Method in interface net.i2p.router.ProfileManager
Note that we've confirmed a successful send of db data to the peer (though we haven't necessarily requested it again from them, so they /might/ be lying)
dbStoreSuccessful(Hash) - Method in class net.i2p.router.peermanager.ProfileManagerImpl
Note that we've verified a successful send of db data to the floodfill peer by querying another floodfill.
dbStoreSuccessful(Hash) - Method in interface net.i2p.router.ProfileManager
Note that we confirmed a successful send of db data to the peer.
DCCClientManager - Class in net.i2p.i2ptunnel.irc
Start, track, and expire the I2PTunnelDCCClients.
DCCClientManager(I2PSocketManager, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.irc.DCCClientManager
Create a new manager for DCC client tunnels.
DCCHelper - Interface in net.i2p.i2ptunnel.irc
Hooks to create and maintain DCC client and server tunnels
dday - Variable in class org.rrd4j.core.timespec.TimeSpec
 
DEADLOCK - Static variable in class net.i2p.router.util.EventLog
DEADLOCK.
DeadlockDetector - Class in net.i2p.router.web
Periodic check ref: https://dzone.com/articles/how-detect-java-deadlocks In routerconsole because java.lang.management is not available in Android.
DeadlockDetector(RouterContext) - Constructor for class net.i2p.router.web.DeadlockDetector
DeadlockDetector.
debug(String) - Method in class i2p.susi.dns.BaseBean
Log a debug message.
debug(String, Throwable) - Method in class net.i2p.jetty.I2PLogger
 
debug(String, Object, Object) - Method in class net.i2p.jetty.I2PLogger
 
debug(Throwable) - Method in class net.i2p.jetty.I2PLogger
 
debug(String, Object...) - Method in class net.i2p.jetty.I2PLogger
 
debug(String, long) - Method in class net.i2p.jetty.I2PLogger
 
DEBUG - Static variable in class net.i2p.util.Log
DEBUG.
debug(String) - Method in class net.i2p.util.Log
Log a debug message.
debug(String, Throwable) - Method in class net.i2p.util.Log
Log a debug message with a throwable.
Debug - Class in org.cybergarage.util
Debug utility class for the CyberLink framework.
DEBUG_IB_NSR - Static variable in class net.i2p.router.crypto.ratchet.RatchetTagSet
D e b u g i b n s r
DEBUG_OB_NSR - Static variable in class net.i2p.router.crypto.ratchet.RatchetTagSet
D e b u g o b n s r
DEBUG_SINGLE_ES - Static variable in class net.i2p.router.crypto.ratchet.RatchetTagSet
D e b u g s i n g l e e s
DEC - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "dec", "december" - twelfth month
decaps(EncType, byte[], byte[]) - Static method in class net.i2p.router.crypto.pqc.MLKEM
Alice side Note that this will not fail???
decay() - Method in class net.i2p.router.util.DecayingBloomFilter
decay.
decay() - Method in class net.i2p.router.util.DecayingHashSet
 
decay(int) - Method in class net.i2p.util.ObjectCounter
Decay all counts by the given factor (integer division).
DecayingBloomFilter - Class in net.i2p.router.util
Time-decaying Bloom filter series for efficient data management.
DecayingBloomFilter(int, int, String, I2PAppContext) - Constructor for class net.i2p.router.util.DecayingBloomFilter
Only for extension by DecayingHashSet
DecayingBloomFilter(I2PAppContext, int, int) - Constructor for class net.i2p.router.util.DecayingBloomFilter
Create a bloom filter that will decay its entries over time.
DecayingBloomFilter(I2PAppContext, int, int, String) - Constructor for class net.i2p.router.util.DecayingBloomFilter
Uses default m of 23, memory usage is 2 MB.
DecayingBloomFilter(I2PAppContext, int, int, String, int) - Constructor for class net.i2p.router.util.DecayingBloomFilter
Memory usage is 2 * (2**m) bits or 2**(m-2) bytes.
DecayingHashSet - Class in net.i2p.router.util
Double-buffered hash set with time-based decay for efficient data management.
DecayingHashSet(I2PAppContext, int, int) - Constructor for class net.i2p.router.util.DecayingHashSet
Create a double-buffered hash set that will decay its entries over time.
DecayingHashSet(I2PAppContext, int, int, String) - Constructor for class net.i2p.router.util.DecayingHashSet
 
DechunkedOutputStream - Class in net.i2p.i2ptunnel.util
Simple stream for checking and optionally removing RFC2616 chunked encoding to the output.
DechunkedOutputStream(OutputStream, LimitOutputStream.DoneCallback, boolean) - Constructor for class net.i2p.i2ptunnel.util.DechunkedOutputStream
Creates a new dechunked output stream.
decimals - Variable in class org.rrd4j.graph.ImageParameters
Number of decimal places for formatting
decode(int) - Method in class com.maxmind.db.Decoder
Decode at offset
decode() - Method in class com.maxmind.db.Decoder
Decode from buffer
decode(InputStream, Buffer) - Method in class i2p.susi.webmail.encoding.Base64
 
decode(byte[], int, int) - Method in class i2p.susi.webmail.encoding.EightBit
 
decode(Buffer) - Method in class i2p.susi.webmail.encoding.EightBit
 
decode(InputStream, Buffer) - Method in class i2p.susi.webmail.encoding.EightBit
Copy in to out, unchanged
decode(byte[]) - Method in class i2p.susi.webmail.encoding.Encoding
Decode a byte array using default offset and length.
decode(byte[], int, int) - Method in class i2p.susi.webmail.encoding.Encoding
Decode a portion of a byte array.
decode(String) - Method in class i2p.susi.webmail.encoding.Encoding
Decode a string.
decode(Buffer) - Method in class i2p.susi.webmail.encoding.Encoding
Decode a buffer into another buffer.
decode(Buffer, Buffer) - Method in class i2p.susi.webmail.encoding.Encoding
Decode a buffer into another buffer using the input stream.
decode(InputStream, Buffer) - Method in class i2p.susi.webmail.encoding.Encoding
Decode an input stream into a buffer.
decode(InputStream, Buffer) - Method in class i2p.susi.webmail.encoding.HeaderLine
Decode all the header lines, up through \r\n\r\n, and puts them in the ReadBuffer, including the \r\n\r\n
decode(InputStream, Buffer) - Method in class i2p.susi.webmail.encoding.HTML
Decode HTML entities from the stream
decode(InputStream, Buffer) - Method in class i2p.susi.webmail.encoding.QuotedPrintable
 
decode(byte[], int, int) - Method in class i2p.susi.webmail.encoding.SevenBit
 
decode(Buffer) - Method in class i2p.susi.webmail.encoding.SevenBit
We don't do any 8-bit checks like we do for decode(byte[])
decode(InputStream, Buffer) - Method in class i2p.susi.webmail.encoding.SevenBit
Copy in to out, unchanged We don't do any 8-bit checks like we do for decode(byte[])
decode(int, Buffer) - Method in class i2p.susi.webmail.MailPart
Synched because FileBuffer keeps stream open
decode(I2PAppContext, String) - Static method in class net.i2p.crypto.Blinding
Decode a new-format b32 address.
decode(I2PAppContext, byte[]) - Static method in class net.i2p.crypto.Blinding
Decode a new-format b32 address.
decode(byte[]) - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerLittleEndianEncoding
Decode a FieldElement from its $(b-1)$-bit encoding.
decode(byte[]) - Method in class net.i2p.crypto.eddsa.math.ed25519.Ed25519LittleEndianEncoding
Decodes a given field element in its 10 byte $2^{25.5}$ representation.
decode(byte[]) - Method in class net.i2p.crypto.eddsa.math.Encoding
Decode a FieldElement from its $(b-1)$-bit encoding.
decode(String) - Static method in class net.i2p.data.Base32
Case-insensitive.
decode(String) - Static method in class net.i2p.data.Base64
Decodes data from Base64 notation using the I2P alphabet.
decode(String, boolean) - Static method in class net.i2p.data.Base64
Decodes data from Base64 notation using the I2P alphabet.
decode(String) - Static method in class net.i2p.i2ptunnel.localServer.LocalHTTPServer
Decode percent-encoded (%xx) strings.
decode(byte[]) - Static method in class net.i2p.router.crypto.ratchet.Elligator2
From javascript version documentation: Returns an array with the point and the second argument of the corresponding call to the `encode` function.
decode(AtomicBoolean, byte[]) - Static method in class net.i2p.router.crypto.ratchet.Elligator2
From javascript version documentation: Returns an array with the point and the second argument of the corresponding call to the `encode` function.
decodedLength - Variable in class i2p.susi.webmail.MailPart
the decoded length if known, else -1
decodeFilenameRFC5987(String) - Static method in class i2p.susi.util.FilenameUtil
Decode an RFC 5987 encoded filename back to a string.
decodeFormatInformation(int, int) - Static method in class com.google.zxing.qrcode.decoder.FormatInformation
 
decodeIDNHost(String) - Static method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
Decode a hostname for display.
decodeInteger(ByteBuffer, int, int) - Static method in class com.maxmind.db.Decoder
Decode integer
decodePath(String) - Static method in class org.klomp.snark.web.BasicServlet
Simple version of URIUtil.decodePath().
Decoder - Class in com.maxmind.db
Decoder for MaxMind DB data.
Decoder(NodeCache, ByteBuffer, long) - Constructor for class com.maxmind.db.Decoder
Create Decoder
Decoder.Type - Enum in com.maxmind.db
Enumeration of data types supported in MaxMind DB format.
decodeToString(String) - Static method in class net.i2p.data.Base32
Decodes data from Base32 notation and returns it as a string.
decodeToString(String) - Static method in class net.i2p.data.Base64
Decodes data from Base64 notation and returns it as a string.
decodeVersionInformation(int) - Static method in class com.google.zxing.qrcode.decoder.Version
 
DecodingException - Exception in i2p.susi.webmail.encoding
Exception for decoding errors.
DecodingException(String) - Constructor for exception i2p.susi.webmail.encoding.DecodingException
Constructs a DecodingException with the specified detail message.
DecodingException(String, Exception) - Constructor for exception i2p.susi.webmail.encoding.DecodingException
Constructs a DecodingException with the specified detail message and cause.
DecodingOutputStream - Class in i2p.susi.util
Buffering decoder that outputs to a Writer.
DecodingOutputStream(Writer, String) - Constructor for class i2p.susi.util.DecodingOutputStream
Create a DecodingOutputStream that decodes bytes and writes characters to the given Writer.
decompress(byte[]) - Static method in class net.i2p.data.DataHelper
Decompress the GZIP compressed data (returning null on error).
decompress(byte[], int, int) - Static method in class net.i2p.data.DataHelper
Decompress the GZIP compressed data (returning null on error).
decompressPoly(byte[]) - Method in class org.bouncycastle.pqc.crypto.mlkem.Poly
decompressPoly.
decompressPolyVec(byte[]) - Method in class org.bouncycastle.pqc.crypto.mlkem.PolyVec
decompressPolyVec.
deconfigure(WebAppContext) - Method in class net.i2p.router.web.WebAppConfiguration
 
deconfigure(WebAppContext) - Method in class net.i2p.servlet.WebAppProviderConfiguration.WAPConfiguration
 
decrementActiveFloodfillQuery(Hash) - Static method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Decrement the active outbound query count for a floodfill peer.
decrementOutstandingFloodfillSearches() - Method in class net.i2p.router.networkdb.kademlia.SearchJob
Decrement the count of outstanding floodfill searches
decrementRemaining(Hash) - Method in class net.i2p.router.networkdb.kademlia.FloodOnlySearchJob
Note that we heard from the peer
decrementRemaining() - Method in class net.i2p.router.networkdb.kademlia.FloodSearchJob
 
decrementUploaders(boolean) - Method in class org.klomp.snark.PeerCoordinator
Decrement the uploaders and (if set) the interestedUploaders counts
decrypt(byte[], int, byte[], int, SessionKey, byte[], int) - Method in class net.i2p.crypto.AESEngine
Decrypt the data with the session key
decrypt(byte[], int, byte[], int, SessionKey, byte[], int, int) - Method in class net.i2p.crypto.AESEngine
Decrypt the data with the session key.
decrypt(byte[], byte[], byte[], int, byte[], int, int) - Static method in class net.i2p.crypto.ChaCha20
Encrypt from ciphertext to plaintext
decrypt(byte[], byte[], int, byte[], int, byte[], int, int) - Static method in class net.i2p.crypto.ChaCha20
Encrypt from ciphertext to plaintext
decrypt(byte[], int, byte[], int, SessionKey, byte[], int) - Method in class net.i2p.crypto.CryptixAESEngine
 
decrypt(byte[], int, byte[], int, SessionKey, byte[], int, int) - Method in class net.i2p.crypto.CryptixAESEngine
 
decrypt(byte[], PrivateKey) - Method in class net.i2p.crypto.ElGamalEngine
Decrypt the data
decrypt(EncryptedBuildRecord, SessionKey, byte[]) - Static method in class net.i2p.data.i2np.BuildResponseRecord
Decrypts a standard ChaCha/Poly-encrypted record.
decrypt(EncryptedBuildRecord, SessionKey, byte[], int) - Static method in class net.i2p.data.i2np.BuildResponseRecord
Decrypts a short ChaCha/Poly-encrypted record.
decrypt(byte[], PrivateKey, SessionKeyManager) - Method in class net.i2p.router.crypto.ElGamalAESEngine
Decrypt the message using the given private key and using tags from the specified key manager.
decrypt(byte[], PrivateKey, PrivateKey, MuxedSKM) - Method in class net.i2p.router.crypto.ratchet.ECIESAEADEngine
Try to decrypt the message with one or both of the given private keys
decrypt(byte[], PrivateKey, PrivateKey, MuxedPQSKM) - Method in class net.i2p.router.crypto.ratchet.ECIESAEADEngine
Try to decrypt the message with one or both of the given private keys
decrypt(byte[], PrivateKey, RatchetSKM) - Method in class net.i2p.router.crypto.ratchet.ECIESAEADEngine
Decrypt the message using the given private key and using tags from the specified key manager.
decrypt(byte[], PrivateKey, PrivateKey, MuxedSKM) - Method in class net.i2p.router.crypto.ratchet.MuxedEngine
Decrypt the message with the given private keys
decrypt(byte[], PrivateKey, PrivateKey, MuxedPQSKM) - Method in class net.i2p.router.crypto.ratchet.MuxedPQEngine
Decrypt the message with the given private keys
decrypt(I2PAppContext, byte[], int, int, HopConfig) - Static method in class net.i2p.router.tunnel.OutboundGatewayProcessor
Undo the crypto for a single hop.
decrypt(TunnelBuildMessage, Hash, PrivateKey) - Method in class net.i2p.router.tunnel.pool.BuildMessageProcessor
Decrypt the record targeting us, encrypting all of the other records with the included reply key and IV.
decrypt(TunnelBuildReplyMessage, TunnelCreatorConfig, List<Integer>) - Method in class net.i2p.router.tunnel.pool.BuildReplyHandler
Decrypt the tunnel build reply records.
decrypt(byte[], byte[]) - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMIndCpa
decrypt.
decryptAESBlock(byte[], int, int, SessionKey, byte[], byte[], Set<SessionTag>, SessionKey) - Method in class net.i2p.router.crypto.ElGamalAESEngine
Decrypt the AES data with the session key and IV.
decryptAndHash(byte[], int, byte[], int, int) - Method in class com.southernstorm.noise.protocol.SymmetricState
Decrypts a block of ciphertext and mixes it into the handshake hash.
decryptBlock(byte[], int, SessionKey, byte[], int) - Method in class net.i2p.crypto.AESEngine
This just copies payload to rv, see extension for the real thing.
decryptBlock(byte[], int, SessionKey, byte[], int) - Method in class net.i2p.crypto.CryptixAESEngine
decrypt exactly 16 bytes of data with the session key provided
decryptDestConnID(DatagramPacket, byte[]) - Static method in class net.i2p.router.transport.udp.SSU2Header
Decrypt bytes 0-7 in header.
decryptFast(byte[], PrivateKey, SessionKeyManager) - Method in class net.i2p.router.crypto.ElGamalAESEngine
Tags only.
decryptFast(byte[], PrivateKey, RatchetSKM) - Method in class net.i2p.router.crypto.ratchet.ECIESAEADEngine
NSR/ES only.
decryptOnly(byte[], int, byte[], int, int) - Method in class com.southernstorm.noise.protocol.SymmetricState
I2P - Same as decryptAndHash() but without the post-mixHash(), for N only.
decryptSlow(byte[], PrivateKey, SessionKeyManager) - Method in class net.i2p.router.crypto.ElGamalAESEngine
Full ElG only.
decryptSlow(byte[], PrivateKey, RatchetSKM) - Method in class net.i2p.router.crypto.ratchet.ECIESAEADEngine
NS only.
decryptWithAd(byte[], byte[], int, byte[], int, int) - Method in class com.southernstorm.noise.protocol.ChaChaPolyCipherState
 
decryptWithAd(byte[], int, int, byte[], int, byte[], int, int) - Method in class com.southernstorm.noise.protocol.ChaChaPolyCipherState
I2P
decryptWithAd(byte[], byte[], int, byte[], int, int) - Method in interface com.southernstorm.noise.protocol.CipherState
Decrypts a ciphertext buffer using the cipher and a block of associated data.
decryptWithAd(byte[], int, int, byte[], int, byte[], int, int) - Method in interface com.southernstorm.noise.protocol.CipherState
Decrypts a ciphertext buffer using the cipher and a block of associated data, with separate offset/length for the AD.
deepEquals(RouterAddress) - Method in class net.i2p.data.router.RouterAddress
Everything, including Transport, host, port, options, and cost
Def - Class in org.rrd4j.data
RRD DEF (Data Source Definition) implementation.
Represents a data source defined in an RRD file with specific name, consolidation function, and backend configuration.
Def(String, FetchData) - Constructor for class org.rrd4j.data.Def
 
Def(String, String, FetchData) - Constructor for class org.rrd4j.data.Def
 
Def(String, URI, String, ConsolFun, RrdBackendFactory) - Constructor for class org.rrd4j.data.Def
 
Def - Class in org.rrd4j.graph
Represents a data definition (DEF) in RRD graphs.
Def(String, URI, String, ConsolFun, RrdBackendFactory) - Constructor for class org.rrd4j.graph.Def
 
DEF_BURST_PCT - Static variable in class net.i2p.router.web.helpers.ConfigNetHandler
default burst percentage
DEF_BURST_TIME - Static variable in class net.i2p.router.web.helpers.ConfigNetHandler
default burst time
DEFAULT - Static variable in class net.i2p.i2ptunnel.socks.I2PSOCKSTunnel
 
DEFAULT_ALLOW_ZERO_HOP - Static variable in class net.i2p.router.TunnelPoolSettings
DEFAULT_ALLOW_ZERO_HOP.
DEFAULT_ARROW_COLOR - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Default arrow color
DEFAULT_AUTH_PASSWORD - Static variable in class net.i2p.i2pcontrol.security.SecurityManager
DEFAULT_AUTH_PASSWORD.
DEFAULT_BACK_COLOR - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Default graph background color
DEFAULT_BACKLOG_SIZE - Static variable in class net.i2p.router.util.PriBlockingQueue
Default backlog size threshold, depends on system speed.
DEFAULT_BACKUP_QUANTITY - Static variable in class net.i2p.router.TunnelPoolSettings
DEFAULT_BACKUP_QUANTITY.
DEFAULT_BACKUP_TRACKER - Static variable in class org.klomp.snark.SnarkManager
URL.
DEFAULT_BASE - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Default value base
DEFAULT_BATCH_FREQUENCY - Static variable in class net.i2p.router.tunnel.BatchedRouterPreprocessor
for IBGWs for efficiency (not our data)
DEFAULT_BLOCK - Static variable in class net.i2p.router.sybil.Analysis
Default is blocking enabled
DEFAULT_BLOCK_THRESHOLD - Static variable in class net.i2p.router.sybil.Analysis
Default block threshold
DEFAULT_BLOCK_TIME - Static variable in class net.i2p.router.sybil.Analysis
Default block time
DEFAULT_BUFFER_SIZE - Static variable in class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
DEFAULT_BUFFER_SIZE.
DEFAULT_BURST_SECONDS - Static variable in class net.i2p.router.transport.FIFOBandwidthRefiller
default burst seconds
DEFAULT_BW_PER_TUNNEL_ESTIMATE - Static variable in class net.i2p.router.tunnel.TunnelParticipant
D e f a u l t b w p e r t u n n e l e s t i m a t e
DEFAULT_BYTE_MODE_ENCODING - Static variable in class com.google.zxing.qrcode.encoder.Encoder
Default byte mode encoding
DEFAULT_CACHING_ALLOWED - Static variable in annotation type org.rrd4j.core.RrdBackendAnnotation
Default caching allowed flag.
DEFAULT_CANVAS_COLOR - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Default graph canvas color
DEFAULT_CERTIFICATE_ALGORITHM_STRING - Static variable in class net.i2p.i2pcontrol.security.KeyStoreProvider
DEFAULT_CERTIFICATE_ALGORITHM_STRING.
DEFAULT_CERTIFICATE_ALIAS - Static variable in class net.i2p.i2pcontrol.security.KeyStoreProvider
DEFAULT_CERTIFICATE_ALIAS.
DEFAULT_CERTIFICATE_DOMAIN - Static variable in class net.i2p.i2pcontrol.security.KeyStoreProvider
DEFAULT_CERTIFICATE_DOMAIN.
DEFAULT_CERTIFICATE_KEY_LENGTH - Static variable in class net.i2p.i2pcontrol.security.KeyStoreProvider
DEFAULT_CERTIFICATE_KEY_LENGTH.
DEFAULT_CERTIFICATE_VALIDITY - Static variable in class net.i2p.i2pcontrol.security.KeyStoreProvider
DEFAULT_CERTIFICATE_VALIDITY.
DEFAULT_CHUNK_SIZE - Static variable in class org.cybergarage.http.HTTP
Default chunk size in bytes (512KB)
DEFAULT_CLIENT_LIMIT - Static variable in class net.i2p.i2ptunnel.BlocklistManager
Default maximum number of entries in the client blocklist
DEFAULT_COLLAPSE_PANELS - Static variable in class org.klomp.snark.I2PSnarkUtil
 
DEFAULT_CONFIG_FILE - Static variable in class net.i2p.i2ptunnel.TunnelControllerGroup
Default config file name
DEFAULT_CONNECT_TIMEOUT - Static variable in class net.i2p.client.streaming.impl.Connection
DEFAULT_CONNECT_TIMEOUT
DEFAULT_CONNECT_TIMEOUT - Static variable in class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
DEFAULT_CONNECT_TIMEOUT.
DEFAULT_CONNECT_TIMEOUT - Static variable in class net.i2p.i2ptunnel.I2PTunnelClientBase
Default connect timeout
DEFAULT_CONNECT_TIMEOUT - Static variable in class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPClientBase
Default connect timeout
DEFAULT_CONNECT_TIMEOUT - Static variable in class net.i2p.util.EepGet
Default connect timeout in milliseconds (90 seconds)
DEFAULT_CONSOLE_PORT - Static variable in class net.i2p.util.PortMapper
Default HTTP console port.
DEFAULT_CONSOLEBUFFERSIZE - Static variable in class net.i2p.util.LogManager
Default number of entries in the console buffer
DEFAULT_CONTENT_LANGUAGE - Static variable in class org.cybergarage.xml.XML
DEFAULT_CONTENT_LANGUAGE.
DEFAULT_CONTENT_TYPE - Static variable in class org.cybergarage.xml.XML
DEFAULT_CONTENT_TYPE.
DEFAULT_COST - Static variable in class net.i2p.router.transport.udp.UDPTransport
Default cost value for SSU peer selection.
DEFAULT_DATABASES - Static variable in class net.i2p.router.web.GraphGenerator
 
DEFAULT_DATAGRAM_HOST - Static variable in class net.i2p.sam.SAMBridge
Default datagram host.
DEFAULT_DATAGRAM_PORT - Static variable in class net.i2p.sam.SAMBridge
Default datagram port.
DEFAULT_DATAGRAM_PORT_INT - Static variable in class net.i2p.sam.SAMBridge
Default datagram port int.
DEFAULT_DATEFORMAT - Static variable in class net.i2p.util.LogManager
DEFAULT_DATEFORMAT.
DEFAULT_DB_DIR - Static variable in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Default database directory name.
DEFAULT_DEFAULTLEVEL - Static variable in class net.i2p.util.LogManager
Default log level string
DEFAULT_DELAY - Static variable in class net.i2p.router.tunnel.BatchedPreprocessor
not final or private so the test code can adjust
DEFAULT_DESCRIPTION_URI - Static variable in class org.cybergarage.upnp.Device
DEFAULT_DESCRIPTION_URI.
DEFAULT_DISCOVERY_WAIT_TIME - Static variable in class org.cybergarage.upnp.Device
DEFAULT_DISCOVERY_WAIT_TIME.
DEFAULT_DISPLAYONSCREEN - Static variable in class net.i2p.util.LogManager
Default setting for on-screen log display
DEFAULT_DURATION - Static variable in class net.i2p.router.TunnelPoolSettings
DEFAULT_DURATION.
DEFAULT_ENABLE_ADDCREATE - Static variable in class org.klomp.snark.I2PSnarkUtil
 
DEFAULT_ENABLE_ADDCREATE - Static variable in class org.klomp.snark.SnarkManager
 
DEFAULT_ENABLE_LIGHTBOX - Static variable in class org.klomp.snark.I2PSnarkUtil
 
DEFAULT_ENABLE_LIGHTBOX - Static variable in class org.klomp.snark.SnarkManager
 
DEFAULT_ENABLE_SORA_FONT - Static variable in class net.i2p.router.web.CSSHelper
DEFAULT_ENABLE_SORA_FONT.
DEFAULT_ENABLE_UPNP_IPV6 - Static variable in class net.i2p.router.transport.TransportManager
Default UPnP IPv6 enable
DEFAULT_ENCRYPT_RI - Static variable in class net.i2p.router.networkdb.kademlia.IterativeSearchJob
only on fast boxes, for now
DEFAULT_END - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Default graph ending time
DEFAULT_EXPIRATION_MS - Static variable in class net.i2p.data.i2np.I2NPMessageImpl
DEFAULT_EXPIRATION_MS.
DEFAULT_EXPIRED_DEVICE_EXTRA_TIME - Static variable in class org.cybergarage.upnp.UPnP
Default extra time in seconds before considering a device expired.
DEFAULT_FAVORITES - Static variable in class net.i2p.router.web.helpers.HomeHelper
default favorites list
DEFAULT_FILENAME - Static variable in class net.i2p.util.LogManager
Default log file name pattern
DEFAULT_FILESIZE - Static variable in class net.i2p.util.LogManager
Default log file size limit as a string
DEFAULT_FONT_COLOR - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Default font color
DEFAULT_FORCE_FLUSH - Static variable in class net.i2p.sam.SAMStreamSession
DEFAULT_FORCE_FLUSH
DEFAULT_FORMAT - Static variable in class net.i2p.util.LogManager
Default log record format string
DEFAULT_FRAME_COLOR - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Default frame color
DEFAULT_FREQUENCY - Static variable in class net.i2p.router.sybil.Analysis
Default scan frequency
DEFAULT_FULL - Static variable in class net.i2p.router.web.helpers.SidebarHelper
Default full summary bar sections
DEFAULT_FULL_ADVANCED - Static variable in class net.i2p.router.web.helpers.SidebarHelper
Default full summary bar sections for advanced mode
DEFAULT_FULL_NEWUSER - Static variable in class net.i2p.router.web.helpers.SidebarHelper
Default full summary bar sections for new users
DEFAULT_FUZZ - Static variable in class net.i2p.util.SimpleTimer2.TimedEvent
default fuzz threshold in milliseconds
DEFAULT_GRID_COLOR - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Default minor grid color
DEFAULT_HEIGHT - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Default graph height
DEFAULT_HOST - Static variable in class net.i2p.router.client.ClientManagerFacadeImpl
Default host
DEFAULT_HOST - Static variable in class net.i2p.util.PortMapper
Default host for local services.
DEFAULT_HOSTS_FILE - Static variable in class net.i2p.client.naming.HostsTxtNamingService
default hosts.txt filenames
DEFAULT_HTTPS_CONSOLE_PORT - Static variable in class net.i2p.util.PortMapper
Default HTTPS console port.
DEFAULT_IMAGE_FORMAT - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Default image format
DEFAULT_IMAGE_QUALITY - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Default image quality, used only for jpeg graphs
DEFAULT_INACTIVITY_TIMEOUT - Static variable in class net.i2p.util.EepGet
Default inactivity timeout in milliseconds (5 minutes)
DEFAULT_INBOUND_BANDWIDTH - Static variable in class net.i2p.router.transport.FIFOBandwidthRefiller
default inbound bandwidth
DEFAULT_INBOUND_BURST_BANDWIDTH - Static variable in class net.i2p.router.transport.FIFOBandwidthRefiller
default inbound burst bandwidth
DEFAULT_INITIAL_RTT - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
DEFAULT_INITIAL_RTT
DEFAULT_INITIAL_SHIFT - Static variable in class org.rrd4j.core.RrdDef
If not specified in constructor, starting timestamp will be set to current timestamp plus DEFAULT_INITIAL_SHIFT seconds (-10).
DEFAULT_IP_RESTRICTION - Static variable in class net.i2p.router.TunnelPoolSettings
B.
DEFAULT_IPV6_CONFIG - Static variable in class net.i2p.router.transport.TransportUtil
DEFAULT_IPV6_CONFIG.
DEFAULT_JUMP_SERVERS - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
Default jump server URLs.
DEFAULT_KEYDIR - Static variable in class net.i2p.router.KeyManager
Default keydir
DEFAULT_KEYSIZE - Static variable in class net.i2p.crypto.eddsa.KeyPairGenerator
DEFAULT_KEYSIZE.
DEFAULT_KEYSTORE_NAME - Static variable in class net.i2p.i2pcontrol.security.KeyStoreProvider
DEFAULT_KEYSTORE_NAME.
DEFAULT_KEYSTORE_PASSWORD - Static variable in class net.i2p.crypto.KeyStoreUtil
DEFAULT_KEYSTORE_PASSWORD.
DEFAULT_KEYSTORE_PASSWORD - Static variable in class net.i2p.i2pcontrol.security.KeyStoreProvider
DEFAULT_KEYSTORE_PASSWORD.
DEFAULT_LARGE_FONT - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Default graph large font
DEFAULT_LEASE_TIME - Static variable in class org.cybergarage.upnp.Device
DEFAULT_LEASE_TIME.
DEFAULT_LISTEN_PORT - Static variable in interface net.i2p.client.I2PClient
7654
DEFAULT_LISTEN_PORT - Static variable in class net.i2p.router.web.RouterConsoleRunner
DEFAULT_LISTEN_PORT.
DEFAULT_MANAGER - Static variable in class net.i2p.client.streaming.I2PSocketManagerFactory
The one and only manager.
DEFAULT_MAX_COMPLETE_FAILS - Static variable in class net.i2p.util.EepGet
Maximum times to try without getting any data at all, even if numRetries is higher @since 0.7.14
DEFAULT_MAX_CONNS_DAY - Static variable in class net.i2p.i2ptunnel.TunnelController
 
DEFAULT_MAX_CONNS_HOUR - Static variable in class net.i2p.i2ptunnel.TunnelController
 
DEFAULT_MAX_CONNS_MIN - Static variable in class net.i2p.i2ptunnel.TunnelController
 
DEFAULT_MAX_FILES_PER_TORRENT - Static variable in class org.klomp.snark.SnarkManager
 
DEFAULT_MAX_MESSAGE_SIZE - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
Default maximum streaming message payload size, derived from 2 tunnel messages
DEFAULT_MAX_MESSAGE_SIZE_RATCHET - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
Override max message size for ratcheted connections per proposal 144 @since 0.9.47
DEFAULT_MAX_ROUTERINFO_AGE_HOURS - Static variable in class net.i2p.router.peermanager.ProfileOrganizer
DEFAULT_MAX_ROUTERINFO_AGE_HOURS.
DEFAULT_MAX_SENDS - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
Default maximum number of times a single message will be retransmitted
DEFAULT_MAX_SIZE - Static variable in class i2p.susi.webmail.smtp.SMTPClient
10.00 MB smtp.postman.i2p as of 2024-06-22.
DEFAULT_MAX_SIZE - Static variable in class net.i2p.client.streaming.impl.Packet
DEFAULT_MAX_SIZE.
DEFAULT_MAX_SIZE - Static variable in class net.i2p.router.util.PriBlockingQueue
Default maximum queue size
DEFAULT_MAX_STREAMS - Static variable in class net.i2p.i2ptunnel.TunnelController
 
DEFAULT_MAX_TOTAL_CONNS_DAY - Static variable in class net.i2p.i2ptunnel.TunnelController
 
DEFAULT_MAX_TOTAL_CONNS_HOUR - Static variable in class net.i2p.i2ptunnel.TunnelController
 
DEFAULT_MAX_TOTAL_CONNS_MIN - Static variable in class net.i2p.i2ptunnel.TunnelController
 
DEFAULT_MAX_UP_BW - Static variable in class org.klomp.snark.SnarkManager
 
DEFAULT_MESSAGE_HISTORY_FILENAME - Static variable in class net.i2p.router.MessageHistory
DEFAULT_MESSAGE_HISTORY_FILENAME.
DEFAULT_MESSAGES_PER_TUNNEL_ESTIMATE - Static variable in class net.i2p.router.RouterThrottleImpl
This is the estimated number of 1 KB tunnel messages that we'll see in 10 minute lifetime of an exploratory tunnel.
DEFAULT_MGRID_COLOR - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Default major grid color
DEFAULT_MINIMAL - Static variable in class net.i2p.router.web.helpers.SidebarHelper
Default minimal summary bar sections
DEFAULT_MINIMAL_ADVANCED - Static variable in class net.i2p.router.web.helpers.SidebarHelper
Default minimal summary bar sections for advanced mode @since 0.9.32
DEFAULT_MINIMUM_HIGH_CAPACITY_PEERS - Static variable in class net.i2p.router.peermanager.ProfileOrganizer
DEFAULT_MINIMUM_HIGH_CAPACITY_PEERS.
DEFAULT_MSEARCH_MX - Static variable in class org.cybergarage.upnp.ssdp.SSDP
Default MX (Maximum wait time) for M-SEARCH requests in seconds
DEFAULT_MTU - Static variable in class net.i2p.router.transport.udp.PeerState
Default MTU
DEFAULT_MTU - Static variable in class net.i2p.router.transport.udp.PeerState2
DEFAULT_MTU.
DEFAULT_NEWS_URL_SU3 - Static variable in class net.i2p.router.web.ConfigUpdateHandler
current default, i2pnews.i2p, run by echelon NOTE: If you change, also change in Android: app/src/main/java/net/i2p/android/apps/NewsFetcher.java
DEFAULT_NUM_RETRIES - Static variable in class net.i2p.util.EepGet
Default number of retry attempts
DEFAULT_ONSCREENLEVEL - Static variable in class net.i2p.util.LogManager
Default on-screen log level string
DEFAULT_OUTBOUND_BANDWIDTH - Static variable in class net.i2p.router.transport.FIFOBandwidthRefiller
Caution, do not make DEFAULT_OUTBOUND_BANDWIDTH * DEFAULT_SHARE_PCT > 32 without thinking about the implications (default connection limits, for example) of moving the default bandwidth class from L to M, or maybe adjusting bandwidth class boundaries.
DEFAULT_OUTBOUND_BURST_BANDWIDTH - Static variable in class net.i2p.router.transport.FIFOBandwidthRefiller
default outbound burst bandwidth
DEFAULT_OVERRIDE_IS_SLOW - Static variable in class net.i2p.util.SystemVersion
DEFAULT_OVERRIDE_IS_SLOW.
DEFAULT_PAGESIZE - Static variable in class i2p.susi.util.Folder
Default page size for folder display
DEFAULT_PEER_PROFILE_DIR - Static variable in class net.i2p.router.peermanager.ProfilePersistenceHelper
DEFAULT_PEER_PROFILE_DIR.
DEFAULT_PERCENTILE - Static variable in class org.rrd4j.data.DataProcessor
Constant DEFAULT_PERCENTILE=95.0
DEFAULT_POOL_USAGE_POLICY - Static variable in interface org.rrd4j.core.DataHolder
Constant that defines the default RrdDbPool usage policy.
DEFAULT_PORT - Static variable in class net.i2p.router.client.ClientManagerFacadeImpl
Default port
DEFAULT_PORT - Static variable in class org.cybergarage.http.HTTP
Default HTTP port
DEFAULT_PORT - Static variable in class org.cybergarage.http.HTTPServer
DEFAULT_PORT.
DEFAULT_POST_BAN_TIME - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
Post throttle window (seconds).
DEFAULT_POST_MAX - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
Default max posts per window.
DEFAULT_POST_TOTAL_BAN_TIME - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
Default total ban time for excessive posts.
DEFAULT_POST_TOTAL_MAX - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
Default max total posts before ban.
DEFAULT_POST_WINDOW - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
Default post rate-limit window (seconds).
DEFAULT_PREALLOCATE_FILES - Static variable in class org.klomp.snark.SnarkManager
 
DEFAULT_PREALLOCATE_FILES - Static variable in class org.klomp.snark.Storage
Default value for file pre-allocation (true).
DEFAULT_PRESENTATION_URI - Static variable in class org.cybergarage.upnp.Device
DEFAULT_PRESENTATION_URI.
DEFAULT_PROXY_HOST - Static variable in class net.i2p.router.web.ConfigUpdateHandler
Default proxy host
DEFAULT_PROXY_PORT - Static variable in class net.i2p.router.web.ConfigUpdateHandler
Default proxy port as String
DEFAULT_PROXY_PORT_INT - Static variable in class net.i2p.router.web.ConfigUpdateHandler
Default proxy port as int
DEFAULT_PRUNE_EARLY_EXPIRY - Static variable in class net.i2p.router.tunnel.pool.TunnelPool
Default early expiration time for pruned tunnels (30 seconds)
DEFAULT_QUANTITY - Static variable in class net.i2p.router.TunnelPoolSettings
DEFAULT_QUANTITY.
DEFAULT_READ_TIMEOUT - Static variable in class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
DEFAULT_READ_TIMEOUT.
DEFAULT_READ_TIMEOUT - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
-1 (forever) as of 0.9.36, so that large POSTs won't timeout on the read side
DEFAULT_REFRESH - Static variable in class net.i2p.router.web.CSSHelper
DEFAULT_REFRESH.
DEFAULT_REFRESH_DELAY_SECS - Static variable in class org.klomp.snark.SnarkManager
 
DEFAULT_REFRESH_FREQ - Static variable in class net.i2p.router.web.ConfigUpdateHandler
Default refresh frequency (36 hours)
DEFAULT_REFRESH_FREQUENCY - Static variable in class net.i2p.router.web.ConfigUpdateHandler
Default refresh frequency as String
DEFAULT_REMOVE_TIME - Static variable in class net.i2p.router.sybil.Analysis
Default remove time
DEFAULT_ROTATIONLIMIT - Static variable in class net.i2p.util.LogManager
Default log rotation limit
DEFAULT_SAM_CONFIGFILE - Static variable in class net.i2p.sam.SAMBridge
 
DEFAULT_SAM_KEYFILE - Static variable in class net.i2p.sam.SAMBridge
Default filename for persistent SAM private key storage.
DEFAULT_SAMCLIENT_CONFIGFILE - Static variable in class net.i2p.sam.client.SSLUtil
DEFAULT_SAMCLIENT_CONFIGFILE.
DEFAULT_SEED_URL - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
NOTE - URLs that are in both the standard and SSL groups must use the same hostname, so the reseed process will not download from both.
DEFAULT_SERVICES - Static variable in class net.i2p.router.web.helpers.HomeHelper
Default services list, comma-separated
DEFAULT_SHADEA_COLOR - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Default top-left graph shade color
DEFAULT_SHADEB_COLOR - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Default bottom-right graph shade color
DEFAULT_SHARE_KBPS - Static variable in class net.i2p.router.web.helpers.ConfigNetHelper
Default share bandwidth in KBps
DEFAULT_SHARE_PERCENTAGE - Static variable in class net.i2p.router.Router
DEFAULT_SHARE_PERCENTAGE.
DEFAULT_SHOULD_PROXY - Static variable in class net.i2p.router.web.ConfigUpdateHandler
Default for update through proxy
DEFAULT_SHOULD_PROXY_NEWS - Static variable in class net.i2p.router.web.ConfigUpdateHandler
Default for fetching news through proxy.
DEFAULT_SHOW_STATUSFILTER - Static variable in class org.klomp.snark.I2PSnarkUtil
 
DEFAULT_SHOW_STATUSFILTER - Static variable in class org.klomp.snark.SnarkManager
 
DEFAULT_SHUTDOWN_DELAY_MAX - Static variable in class net.i2p.i2ptunnel.TunnelController
Default maximum shutdown delay in seconds
DEFAULT_SHUTDOWN_DELAY_MIN - Static variable in class net.i2p.i2ptunnel.TunnelController
Default minimum shutdown delay in seconds
DEFAULT_SIDEBAR_GRAPH_LEGACY - Static variable in class net.i2p.router.web.CSSHelper
 
DEFAULT_SIGNATURE - Static variable in class org.rrd4j.core.Header
Default signature string for RRD files created by RRD4J.
DEFAULT_SIGTYPE - Static variable in interface net.i2p.client.I2PClient
Default signature type.
DEFAULT_SMALL_FONT - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Default graph small font
DEFAULT_SOURCES - Static variable in class net.i2p.router.transport.udp.UDPTransport
+
DEFAULT_SSL_SEED_URL - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
The I2P reseed servers are managed by backup (backup@mail.i2p).
DEFAULT_SSU_IPV4_MTU - Static variable in class net.i2p.router.transport.udp.PeerState2
DEFAULT_SSU_IPV4_MTU.
DEFAULT_SSU_IPV6_MTU - Static variable in class net.i2p.router.transport.udp.PeerState2
DEFAULT_SSU_IPV6_MTU.
DEFAULT_START - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Default graph starting time
DEFAULT_STARTUP_DELAY - Static variable in class org.klomp.snark.I2PSnarkUtil
 
DEFAULT_STARTUP_DELAY - Static variable in class org.klomp.snark.SnarkManager
 
DEFAULT_STARTUP_DELAY_MAX - Static variable in class net.i2p.i2ptunnel.TunnelController
Default maximum startup delay in seconds
DEFAULT_STARTUP_DELAY_MIN - Static variable in class net.i2p.i2ptunnel.TunnelController
Default minimum startup delay in seconds
DEFAULT_STARTUP_WAIT_TIME - Static variable in class org.cybergarage.upnp.Device
DEFAULT_STARTUP_WAIT_TIME.
DEFAULT_STEP - Static variable in class org.rrd4j.core.RrdDef
Default RRD step to be used if not specified in constructor (300 seconds).
DEFAULT_STICKY_SIDEBAR - Static variable in class net.i2p.router.web.CSSHelper
DEFAULT_STICKY_SIDEBAR.
DEFAULT_STRATUM - Static variable in class net.i2p.router.RouterClock
DEFAULT_STRATUM.
DEFAULT_SYNC_CORE_POOL_SIZE - Static variable in class org.rrd4j.core.RrdNioBackendFactory
The core pool size for the sync executor.
DEFAULT_SYNC_PERIOD - Static variable in class org.rrd4j.core.RrdNioBackendFactory
Period in seconds between consecutive synchronizations when sync-mode is set to SYNC_BACKGROUND.
DEFAULT_TAG_THRESHOLD - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
 
DEFAULT_TAGS - Static variable in class net.i2p.router.crypto.TransientSessionKeyManager
This was 100 since 0.6.1.10 (50 before that).
DEFAULT_TAGS_TO_SEND - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
 
DEFAULT_TCP_HOST - Static variable in class net.i2p.sam.SAMBridge
Default TCP host.
DEFAULT_TCP_PORT - Static variable in class net.i2p.sam.SAMBridge
Default TCP port.
DEFAULT_THEME - Static variable in class net.i2p.router.web.CSSHelper
DEFAULT_THEME.
DEFAULT_THEME - Static variable in class org.klomp.snark.SnarkManager
 
DEFAULT_TIMEOUT - Static variable in class org.cybergarage.http.HTTP
Default timeout in seconds
DEFAULT_TIMEOUT - Static variable in class org.cybergarage.http.HTTPServer
Default timeout connection for HTTP comunication
DEFAULT_TRACKER_ANNOUNCES - Static variable in class org.klomp.snark.SnarkManager
Default set of tracker announce URLs to use when no torrent trackers are configured.
DEFAULT_TTL - Static variable in class org.cybergarage.upnp.UPnP
Default time-to-live value for multicast packets.
DEFAULT_TUNNEL_QUANTITY - Static variable in class org.klomp.snark.SnarkManager
 
DEFAULT_UNIFIED_SIDEBAR - Static variable in class net.i2p.router.web.CSSHelper
DEFAULT_UNIFIED_SIDEBAR.
DEFAULT_UNITS_LENGTH - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Default units length
DEFAULT_UPDATE_POLICY - Static variable in class net.i2p.router.web.ConfigUpdateHandler
Default update policy
DEFAULT_UPDATE_UNSIGNED - Static variable in class net.i2p.router.web.ConfigUpdateHandler
default false
DEFAULT_UPDATE_URL - Static variable in class net.i2p.router.web.ConfigUpdateHandler
These are only for .sud and .su2.
DEFAULT_USE_DHT - Static variable in class org.klomp.snark.I2PSnarkUtil
 
DEFAULT_USE_OPENTRACKERS - Static variable in class org.klomp.snark.I2PSnarkUtil
 
DEFAULT_VARY_INBOUND_HOPS - Static variable in class org.klomp.snark.I2PSnarkUtil
 
DEFAULT_VARY_OUTBOUND_HOPS - Static variable in class org.klomp.snark.I2PSnarkUtil
 
DEFAULT_WIDTH - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Default graph width
DEFAULT_WRITE_TIMEOUT - Static variable in class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
DEFAULT_WRITE_TIMEOUT.
DEFAULT_X - Static variable in class net.i2p.router.web.GraphConstants
Default graph width
DEFAULT_XAXIS_COLOR - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Default x-axis color
DEFAULT_Y - Static variable in class net.i2p.router.web.GraphConstants
Default graph height
DEFAULT_YAXIS_COLOR - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Default x-axis color
DEFAULT_YK_PRECALC_DELAY - Static variable in class net.i2p.crypto.YKGenerator
Default delay between precalc operations (ms)
DEFAULT_YK_PRECALC_MAX - Static variable in class net.i2p.crypto.YKGenerator
Default maximum pool size
DEFAULT_YK_PRECALC_MIN - Static variable in class net.i2p.crypto.YKGenerator
Default minimum pool threshold
defaultConfig - Variable in class org.jfree.svg.SVGGraphicsDevice
The default configuration
DEFAULTFACTORY - Static variable in class org.rrd4j.core.RrdBackendFactory
Default backend factory name.
DefaultHostnameVerifier - Class in net.i2p.apache.http.conn.ssl
Default HostnameVerifier implementation.
DefaultHostnameVerifier(PublicSuffixMatcher) - Constructor for class net.i2p.apache.http.conn.ssl.DefaultHostnameVerifier
Create hostname verifier with public suffix matcher.
DefaultHostnameVerifier() - Constructor for class net.i2p.apache.http.conn.ssl.DefaultHostnameVerifier
Create hostname verifier with default settings.
DefaultIdnaTransformator - Class in org.minidns.idna
DefaultIdnaTransformator.
DefaultIdnaTransformator() - Constructor for class org.minidns.idna.DefaultIdnaTransformator
 
defaultValue - Variable in class net.i2p.router.Tuner.ParamSnapshot
Default value.
DEFAULTVERSION - Static variable in class org.rrd4j.core.RrdDef
Default RRD file format version.
defineCurve(EdDSANamedCurveSpec) - Static method in class net.i2p.crypto.eddsa.spec.EdDSANamedCurveTable
Defines a named curve in the table.
defineCurveAlias(String, String) - Static method in class net.i2p.crypto.eddsa.spec.EdDSANamedCurveTable
Define an alias for a curve
DEFINITE_FAILURE - Static variable in class org.freenetproject.ForwardPortStatus
The port forward definitely failed.
DEFINITE_SUCCESS - Static variable in class org.freenetproject.ForwardPortStatus
The port forward definitely succeeded.
DefinitionParser - Class in net.i2p.i2ptunnel.access
Utility class for parsing filter definitions.
DEGRADED_BUILD_THRESHOLD - Static variable in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Build success at or below this widens the activity window to counter the purgatory band (40-79% success) where the recency gate prunes good peers faster than they can be re-tested, tightening the eligible pool in a self-reinforcing loop.
del(String) - Method in class net.i2p.sam.SessionsDB
Remove a session record by nickname.
delay - Variable in class net.i2p.router.startup.ClientAppConfig
The startup delay.
DELAY_DEFAULT - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
Default delay value
DelayedDeleter - Class in i2p.susi.webmail.pop3
Queue UIDLs for later deletion.
DelayedDeleter(POP3MailBox) - Constructor for class i2p.susi.webmail.pop3.DelayedDeleter
Creates a new delayed deleter for the given mailbox.
DelayedFlush() - Constructor for class net.i2p.router.tunnel.TunnelGateway.DelayedFlush
Schedule with the context timer.
DelayedRunClient(SimpleTimer2, RouterContext, String, String, String[]) - Constructor for class net.i2p.router.startup.LoadClientAppsJob.DelayedRunClient
caller MUST call schedule()
DelayedRunClient(SimpleTimer2, RouterContext, String, String, String[], ThreadGroup, ClassLoader) - Constructor for class net.i2p.router.startup.LoadClientAppsJob.DelayedRunClient
caller MUST call schedule()
DelegatingDnssecRR - Class in org.minidns.record
Abstract base class for DNSSEC delegation records.
Provides common functionality for DNSSEC records that delegate trust from parent zones to child zones.
DelegatingDnssecRR(int, DnssecConstants.SignatureAlgorithm, byte, DnssecConstants.DigestAlgorithm, byte, byte[]) - Constructor for class org.minidns.record.DelegatingDnssecRR
DelegatingDnssecRR.
DelegatingDnssecRR(int, byte, byte, byte[]) - Constructor for class org.minidns.record.DelegatingDnssecRR
DelegatingDnssecRR.
DelegatingDnssecRR(int, DnssecConstants.SignatureAlgorithm, DnssecConstants.DigestAlgorithm, byte[]) - Constructor for class org.minidns.record.DelegatingDnssecRR
DelegatingDnssecRR.
DelegatingDnssecRR(int, DnssecConstants.SignatureAlgorithm, byte, byte[]) - Constructor for class org.minidns.record.DelegatingDnssecRR
DelegatingDnssecRR.
DelegatingDnssecRR.SharedData - Class in org.minidns.record
SharedData.
delete(String) - Method in class i2p.susi.webmail.MailCache
Mark mail for deletion locally.
delete(Collection<String>) - Method in class i2p.susi.webmail.MailCache
Mark mail for deletion locally.
delete() - Method in class net.i2p.addressbook.AddressBook
Delete the temp file or clear the map.
Delete - Class in net.i2p.installer
This class is used by the installer to delete one or more specified files.
delete(int) - Method in class net.i2p.router.crypto.ratchet.SparseArray
Removes the mapping from the specified key, if there was any.
delete(I2PAppContext, NewsEntry) - Static method in class net.i2p.router.news.PersistNews
Unused for now, as we don't have any way to remember it's deleted.
delete(long) - Method in class net.i2p.router.sybil.PersistSybil
Delete the file for a particular date
delete() - Method in class net.metanotion.io.block.index.BSkipList
Delete this skiplist and free all its pages.
delete(String) - Method in class org.rrd4j.core.RrdMemoryBackendFactory
Removes the storage with the given ID from the memory.
deleteBlocklistFile() - Method in class net.i2p.router.sybil.PersistSybil
Delete the blocklist
deleteClientAppConfig(ClientAppConfig) - Static method in class net.i2p.router.startup.ClientAppConfig
This works for both split and non-split config.
DELETED - Static variable in class net.i2p.router.web.PluginStarter
DELETED.
deleteData() - Method in class i2p.susi.webmail.Attachment
Delete the data file
deleteMagnet(Snark) - Method in class org.klomp.snark.SnarkManager
Stop and delete a torrent running in magnet mode
deleteMail(Mail) - Method in class i2p.susi.webmail.PersistentMailCache
Delete data from disk.
deleteMail(String) - Method in class i2p.susi.webmail.PersistentMailCache
Delete data from disk.
deleteOldProfiles(long) - Method in class net.i2p.router.peermanager.ProfilePersistenceHelper
Delete profile files with timestamps older than 'age' ago
deletePending(boolean) - Method in class i2p.susi.webmail.pop3.POP3MailBox
Delete all pending deletions at once.
deletePlugin(RouterContext, String) - Static method in class net.i2p.router.web.PluginStarter
 
deleteTempDir() - Method in class net.i2p.I2PAppContext
Don't rely on deleteOnExit()
deleteTunnel(int, String) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Stop and delete the tunnel, remove its configuration, and rename the private key file if it uses a default name in the default directory.
deleteTunnel(I2PAppContext, TunnelControllerGroup, int, String) - Static method in class net.i2p.i2ptunnel.ui.GeneralHelper
Stop the tunnel, delete from config, rename the private key file if in the default directory
deletionMarks - Variable in class i2p.susi.dns.AddressbookBean
List of entries marked for deletion
DELIM - Static variable in class org.cybergarage.soap.SOAP
DELIM.
delIndex(String) - Method in class net.metanotion.io.block.BlockFile
Delete a skiplist if it exists.
delItem() - Method in class net.metanotion.util.skiplist.SkipList
Decrement item count, minimum zero.
DELIVERY_MODE_DESTINATION - Static variable in class net.i2p.data.i2np.DeliveryInstructions
DELIVERY_MODE_DESTINATION.
DELIVERY_MODE_LOCAL - Static variable in class net.i2p.data.i2np.DeliveryInstructions
DELIVERY_MODE_LOCAL.
DELIVERY_MODE_ROUTER - Static variable in class net.i2p.data.i2np.DeliveryInstructions
DELIVERY_MODE_ROUTER.
DELIVERY_MODE_TUNNEL - Static variable in class net.i2p.data.i2np.DeliveryInstructions
DELIVERY_MODE_TUNNEL.
DeliveryInstructions - Class in net.i2p.data.i2np
Contains the delivery instructions for garlic cloves.
DeliveryInstructions() - Constructor for class net.i2p.data.i2np.DeliveryInstructions
DeliveryInstructions.
DeliveryStatusMessage - Class in net.i2p.data.i2np
Defines the message sent back in reply to a message when requested, containing the private ack id.
DeliveryStatusMessage(I2PAppContext) - Constructor for class net.i2p.data.i2np.DeliveryStatusMessage
Create a delivery status message
demoteIfCongested(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Immediately demote a peer from fast/high-cap tiers if it has a congestion cap (D/E).
demoteIfHighLatency(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Immediately demote a peer from fast/high-cap tiers if its capacityBonus is -30 (UI shows ✖ for high latency).
demoteIfHighRTT(Hash, long) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Immediately demote a peer from fast/high-cap tiers if its tunnel test RTT exceeds the low-latency threshold (timeout * 2), matching the PeerTestJob metric.
demoteIfNoTunnel(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Immediately demote a peer from fast/high-cap tiers if it has G cap (no tunnels).
demoteIfStale(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Immediately demote a peer from fast/high-cap tiers if its RouterInfo is stale and it has no recent proof of life (fails isSelectable).
demoteIfUnreachable(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Immediately demote a peer from fast/high-cap tiers when our transport connection to it failed during tunnel build (first hop unreachable).
DENY - Static variable in interface net.i2p.client.streaming.IncomingConnectionFilter
Utility implementation that denies all incoming connections
DENY - Static variable in class net.i2p.i2ptunnel.access.Threshold
A Threshold that is always breached
deobfuscate(String) - Static method in class net.i2p.jetty.JettyXmlConfigurationParser
De-Obfuscate a password from the XML
desc - Variable in class net.i2p.router.web.App
Application description
description - Variable in class i2p.susi.webmail.MailPart
description.
description - Variable in class net.i2p.router.Tuner.ParamSnapshot
Human-readable description.
Description - Class in org.cybergarage.upnp.device
Utility class for UPnP device description error messages.
Description() - Constructor for class org.cybergarage.upnp.device.Description
 
description - Variable in enum org.minidns.constants.DnssecConstants.DigestAlgorithm
the digest algorithm description
description - Variable in enum org.minidns.constants.DnssecConstants.SignatureAlgorithm
the algorithm description
description - Variable in enum org.minidns.record.NSEC3.HashAlgorithm
description.
DeserializationException - Exception in org.json.simple
DeserializationException explains how and where the problem occurs in the source JSON text during deserialization.
DeserializationException(int, DeserializationException.Problems, Object) - Constructor for exception org.json.simple.DeserializationException
Instantiates a DeserializationException without assumptions.
DeserializationException.Problems - Enum in org.json.simple
The kinds of exceptions that can trigger a DeserializationException.
deserialize(Reader) - Static method in class org.json.simple.Jsoner
Deserializes a readable stream according to the RFC 4627 JSON specification.
deserialize(String) - Static method in class org.json.simple.Jsoner
A convenience method that assumes a StringReader to deserialize a string.
deserialize(String, JsonArray) - Static method in class org.json.simple.Jsoner
A convenience method that assumes a JsonArray must be deserialized.
deserialize(String, JsonObject) - Static method in class org.json.simple.Jsoner
A convenience method that assumes a JsonObject must be deserialized.
deserializeMany(Reader) - Static method in class org.json.simple.Jsoner
A convenience method that assumes multiple RFC 4627 JSON values (except numbers) have been concatenated together for deserilization which will be collectively returned in a JsonArray wrapper.
DesktopguiTranslator - Class in net.i2p.desktopgui.i18n
Translation utility for desktop GUI internationalization.
DesktopguiTranslator() - Constructor for class net.i2p.desktopgui.i18n.DesktopguiTranslator
 
dest - Variable in class net.i2p.data.PrivateKeyFile
the destination
dest - Variable in class net.i2p.i2ptunnel.I2PTunnelClientBase
The destination
dest - Variable in class net.i2p.i2ptunnel.streamr.MultiSource.MSink
 
dest - Variable in class net.i2p.i2ptunnel.udp.I2PSink
 
DEST_CONN_ID_OFFSET - Static variable in class net.i2p.router.transport.udp.SSU2Util
Offset of destination connection ID in header
DEST_SIZE - Static variable in class net.i2p.client.naming.DummyNamingService
Standard base64 destination length (no certificate)
destination - Variable in class i2p.susi.dns.AddressbookBean
The destination
Destination - Class in net.i2p.data
Defines an endpoint in the I2P network that can receive messages.
Destination() - Constructor for class net.i2p.data.Destination
Empty destination with no data set.
Destination(String) - Constructor for class net.i2p.data.Destination
alternative constructor which takes a base64 string representation
destinationEstablished(ClientConnectionRunner, Destination) - Method in class net.i2p.router.client.ClientManager
Add to the clients list.
destLookupFailed(Hash) - Method in class net.i2p.client.impl.I2PSessionImpl
Called by the message handler on reception of DestReplyMessage
destLookupFailed(long, int) - Method in class net.i2p.client.impl.I2PSessionImpl
Called by the message handler on reception of HostReplyMessage
destLookupFailed(Hash) - Method in class net.i2p.client.impl.SubSession
Called by the message handler on reception of DestReplyMessage This will never happen, as the dest reply message does not contain a session ID.
destLookupFailed(long, int) - Method in class net.i2p.client.impl.SubSession
Called by the message handler on reception of HostReplyMessage
DestLookupMessage - Class in net.i2p.data.i2cp
Request the router look up the dest for a hash
DestLookupMessage() - Constructor for class net.i2p.data.i2cp.DestLookupMessage
DestLookupMessage.
DestLookupMessage(Hash) - Constructor for class net.i2p.data.i2cp.DestLookupMessage
DestLookupMessage.
destReceived(Destination) - Method in class net.i2p.client.impl.I2PSessionImpl
Called by the message handler on reception of DestReplyMessage
destReceived(long, Destination) - Method in class net.i2p.client.impl.I2PSessionImpl
Called by the message handler on reception of HostReplyMessage
destReceived(Destination) - Method in class net.i2p.client.impl.SubSession
Called by the message handler on reception of DestReplyMessage This will never happen, as the dest reply message does not contain a session ID.
destReceived(long, Destination) - Method in class net.i2p.client.impl.SubSession
Called by the message handler on reception of HostReplyMessage
DestReplyMessage - Class in net.i2p.data.i2cp
Response to DestLookupMessage.
DestReplyMessage() - Constructor for class net.i2p.data.i2cp.DestReplyMessage
DestReplyMessage.
DestReplyMessage(Destination) - Constructor for class net.i2p.data.i2cp.DestReplyMessage
DestReplyMessage.
DestReplyMessage(Hash) - Constructor for class net.i2p.data.i2cp.DestReplyMessage
Non-null with non-null data.
DestReplyMessageHandler - Class in net.i2p.client.impl
Handle I2CP dest replies from the router
DestReplyMessageHandler(I2PAppContext) - Constructor for class net.i2p.client.impl.DestReplyMessageHandler
Create a new DestReplyMessageHandler.
destReplyReceived(String, String) - Method in class net.i2p.sam.client.SAMClientEventListenerImpl
 
destReplyReceived(String, String) - Method in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
privateKey).
destroy() - Method in class com.southernstorm.noise.crypto.Poly1305
 
destroy() - Method in class com.southernstorm.noise.protocol.ChaChaPolyCipherState
 
destroy() - Method in class com.southernstorm.noise.protocol.CipherStatePair
 
destroy() - Method in class com.southernstorm.noise.protocol.Curve25519DHState
 
destroy() - Method in interface com.southernstorm.noise.protocol.Destroyable
Destroys all sensitive state in the current object.
destroy() - Method in class com.southernstorm.noise.protocol.HandshakeState
destroy.
destroy() - Method in class com.southernstorm.noise.protocol.MLKEMDHState
 
destroy(byte[]) - Static method in class com.southernstorm.noise.protocol.Noise
Destroys the contents of a byte array.
destroy() - Method in class com.southernstorm.noise.protocol.SymmetricState
 
destroy() - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JFrame
Destroy the frame (no-op).
destroy() - Method in class i2p.susi.webmail.pop3.POP3MailBox
Close without waiting for response, and remove any delayed tasks and resources.
destroy() - Method in class net.i2p.addressbook.servlet.Servlet
Destroy the servlet and halt the addressbook daemon thread.
destroy() - Method in class net.i2p.client.streaming.impl.ConnectionDataReceiver
Release resources held by this receiver.
destroy() - Method in class net.i2p.client.streaming.impl.I2PSocketFull
Destroy
destroy() - Method in class net.i2p.client.streaming.impl.MessageOutputStream
Releases resources without flushing.
destroy() - Method in class net.i2p.data.PrivateKey
javax.security.auth.Destroyable interface
destroy() - Method in class net.i2p.data.SigningPrivateKey
javax.security.auth.Destroyable interface
destroy() - Method in class net.i2p.i2pcontrol.servlets.JSONRPC2Servlet
Clean up port mappings and stop timed events.
destroy() - Method in class net.i2p.i2ptunnel.I2PTunnelClientBase
Note that the tunnel cannot be reopened after this by calling startRunning(), as it will destroy the underlying socket manager.
destroy() - Method in class net.i2p.i2ptunnel.I2PTunnelServer
Note that the tunnel cannot be reopened after this by calling startRunning(), as it will destroy the underlying socket manager.
destroy() - Method in class net.i2p.i2ptunnel.I2PTunnelTask
Note that the tunnel cannot be reopened after this by calling startRunning(), as it may destroy the underlying socket manager, depending on implementation.
destroy() - Method in class net.i2p.router.tunnel.BloomFilterIVValidator
Stop the decaying filter.
destroy(WebAppContext) - Method in class net.i2p.router.web.WebAppConfiguration
 
destroy() - Method in class net.i2p.servlet.filters.AuthFilter
 
destroy() - Method in class net.i2p.servlet.filters.SameSiteCookieFilter
 
destroy() - Method in class net.i2p.servlet.filters.XSSFilter
 
destroy(WebAppContext) - Method in class net.i2p.servlet.WebAppProviderConfiguration.WAPConfiguration
 
destroy() - Method in class net.i2p.util.ResettableGZIPInputStream
Calls super.close().
destroy() - Method in class net.i2p.util.ResettableGZIPOutputStream
Calls super.close().
destroy() - Method in class org.bouncycastle.pqc.crypto.util.SecretWithEncapsulationImpl
destroy.
destroy() - Method in class org.klomp.snark.web.I2PSnarkServlet
destroy.
destroy2() - Method in class net.i2p.client.streaming.impl.I2PSocketFull
Call from Connection.disconnectComplete()
Destroyable - Interface in com.southernstorm.noise.protocol
Interface for objects that implement destroying.
destroySession() - Method in interface net.i2p.client.I2PSession
Tear down the session and release any resources.
destroySession() - Method in class net.i2p.client.impl.I2PSessionImpl
Tear down the session, and do NOT reconnect.
destroySession(boolean) - Method in class net.i2p.client.impl.I2PSessionImpl
Tear down the session, and do NOT reconnect.
destroySession(boolean) - Method in class net.i2p.client.impl.I2PSessionImpl2
destroySession.
destroySession() - Method in class net.i2p.client.impl.SubSession
Tear down the session, and do NOT reconnect.
DestroySessionMessage - Class in net.i2p.data.i2cp
Defines the message a client sends to a router when destroying existing session.
DestroySessionMessage() - Constructor for class net.i2p.data.i2cp.DestroySessionMessage
DestroySessionMessage.
destroySocketManager() - Method in interface net.i2p.client.streaming.I2PSocketManager
Destroy the socket manager, freeing all the associated resources.
destroySocketManager() - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
Destroy the socket manager, freeing all the associated resources.
destroyTunnel() - Method in class net.i2p.i2ptunnel.TunnelController
May NOT be restarted with restartTunnel() or startTunnel() later.
DestTracker - Class in net.i2p.i2ptunnel.access
Tracks connection attempts for a specific remote destination.
DestTracker(Hash, Threshold) - Constructor for class net.i2p.i2ptunnel.access.DestTracker
 
detachEventDispatcher(EventDispatcher) - Method in class net.i2p.i2ptunnel.irc.EventReceiver
 
detachEventDispatcher(EventDispatcher) - Method in interface net.i2p.util.EventDispatcher
Detach the specified EventDispatcher object from the events dispatching chain.
detachEventDispatcher(EventDispatcher) - Method in class net.i2p.util.EventDispatcherImpl
 
DETAIL - Static variable in class org.cybergarage.soap.SOAP
DETAIL.
details - Variable in class net.i2p.router.Tuner.SubsystemScore
Detailed metric labels.
detect(RouterContext) - Static method in class net.i2p.router.web.DeadlockDetector
detect.
DetectedIP - Class in org.freenetproject
Class returned by a FredPluginIPDetector.
DetectedIP(InetAddress, short) - Constructor for class org.freenetproject.DetectedIP
Creates a new DetectedIP instance.
detectMimeType(String) - Static method in class net.i2p.i2ptunnel.MimeTypeDetector
Detects the MIME type based on a URL's file extension.
Device - Class in org.cybergarage.upnp
Represents a UPnP device in the CyberLink framework.
Device(Node, Node) - Constructor for class org.cybergarage.upnp.Device
Device.
Device() - Constructor for class org.cybergarage.upnp.Device
Device.
Device(Node) - Constructor for class org.cybergarage.upnp.Device
Device.
Device(File) - Constructor for class org.cybergarage.upnp.Device
Device.
Device(InputStream) - Constructor for class org.cybergarage.upnp.Device
 
Device(String) - Constructor for class org.cybergarage.upnp.Device
Device.
deviceAdded(Device) - Method in class net.i2p.router.transport.UPnP
DeviceChangeListener
deviceAdded(Device) - Method in interface org.cybergarage.upnp.device.DeviceChangeListener
Called when a UPnP device is added to the control point.
DeviceChangeListener - Interface in org.cybergarage.upnp.device
Interface for receiving UPnP device change notifications.
deviceChangeListenerList - Variable in class org.cybergarage.upnp.ControlPoint
 
DeviceData - Class in org.cybergarage.upnp.xml
Data container for UPnP device information and metadata.
DeviceData() - Constructor for class org.cybergarage.upnp.xml.DeviceData
Default constructor
DeviceList - Class in org.cybergarage.upnp
A collection of UPnP devices.
DeviceList() - Constructor for class org.cybergarage.upnp.DeviceList
 
deviceNotifyReceived(SSDPPacket) - Method in interface org.cybergarage.upnp.device.NotifyListener
Called when an SSDP notification is received from a UPnP device.
deviceRemoved(Device) - Method in class net.i2p.router.transport.UPnP
DeviceChangeListener
deviceRemoved(Device) - Method in interface org.cybergarage.upnp.device.DeviceChangeListener
Called when a UPnP device is removed from the control point.
deviceSearchReceived(SSDPPacket) - Method in class org.cybergarage.upnp.Device
deviceSearchReceived.
deviceSearchReceived(SSDPPacket) - Method in interface org.cybergarage.upnp.device.SearchListener
Called when an SSDP search request is received from a UPnP control point.
deviceSearchResponse(SSDPPacket) - Method in class org.cybergarage.upnp.Device
deviceSearchResponse.
deviceSearchResponseReceived(SSDPPacket) - Method in interface org.cybergarage.upnp.device.SearchResponseListener
Called when an SSDP search response is received from a UPnP device.
DevRandom - Class in gnu.crypto.prng
Simple /dev/random reader
DevRandom() - Constructor for class gnu.crypto.prng.DevRandom
Default constructor
DevSU3UpdateChecker - Class in net.i2p.router.update
Check for an updated su3 version.
DevSU3UpdateChecker(RouterContext, ConsoleUpdateManager, List<URI>) - Constructor for class net.i2p.router.update.DevSU3UpdateChecker
Constructor.
devSU3UpdateConstraint() - Static method in class net.i2p.router.web.NewsHelper
Translated message about new version available but constrained
DevSU3UpdateHandler - Class in net.i2p.router.update
Handles the request to update the router by firing off an EepGet call to download the latest su3 file and display the status.
DevSU3UpdateHandler(RouterContext, ConsoleUpdateManager) - Constructor for class net.i2p.router.update.DevSU3UpdateHandler
DevSU3UpdateHandler.
DevSU3UpdateRunner - Class in net.i2p.router.update
Eepget the .su3 file to the temp dir, then notify.
DevSU3UpdateRunner(RouterContext, ConsoleUpdateManager, List<URI>) - Constructor for class net.i2p.router.update.DevSU3UpdateRunner
DevSU3UpdateRunner.
devSU3UpdateVersion() - Static method in class net.i2p.router.web.NewsHelper
 
devSU3VersionDownloaded() - Static method in class net.i2p.router.web.NewsHelper
Already downloaded but not installed version
df - Static variable in class org.rrd4j.core.Util
 
DGRAM_SIZE_MAX - Static variable in class net.i2p.sam.SAMDatagramSession
DGRAM_SIZE_MAX.
dh(PrivateKey, PublicKey) - Static method in class net.i2p.crypto.x25519.X25519DH
DH
dhour - Variable in class org.rrd4j.core.timespec.TimeSpec
 
DHState - Interface in com.southernstorm.noise.protocol
Interface to a Diffie-Hellman algorithm for the Noise protocol.
DHT - Interface in org.klomp.snark.dht
Stub for KRPC
DHT_FILE_SUFFIX - Static variable in class org.klomp.snark.dht.KRPC
File suffix for DHT persistent storage.
DHTNodes - Class in org.klomp.snark.dht
All the nodes we know about, stored as a mapping from node ID to a Destination and Port.
DHTNodes(I2PAppContext, NID) - Constructor for class org.klomp.snark.dht.DHTNodes
Create a new DHTNodes instance.
DHTTracker - Class in org.klomp.snark.dht
The tracker stores peers, i.e.
DHTTracker(I2PAppContext) - Constructor for class org.klomp.snark.dht.DHTTracker
 
digest - Variable in class net.i2p.crypto.eddsa.EdDSAEngine
The message digest used for signing/verification.
digest(byte[]) - Static method in class net.i2p.util.SipHash
 
digest(byte[], int, int) - Static method in class net.i2p.util.SipHash
 
Digest - Interface in org.bouncycastle.crypto
interface that a message digest conforms to.
digest - Variable in class org.minidns.record.DelegatingDnssecRR
The digest build from a DNSKEY.
digest - Variable in class org.minidns.record.DelegatingDnssecRR.SharedData
the digest
DIGEST_AUTH - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
Digest auth type constant
digestEquals(byte[]) - Method in class org.minidns.record.DelegatingDnssecRR
digestEquals.
digestInitSign(EdDSAPrivateKey) - Method in class net.i2p.crypto.eddsa.EdDSAEngine
Initialize the digest for signing.
digestInitSign(EdDSAPrivateKey) - Method in class net.i2p.crypto.eddsa.RedDSAEngine
 
digestType - Variable in class org.minidns.record.DelegatingDnssecRR
The algorithm used to construct the digest.
digestType - Variable in class org.minidns.record.DelegatingDnssecRR.SharedData
the digest type
digestTypeByte - Variable in class org.minidns.record.DelegatingDnssecRR
The byte value of algorithm used to construct the digest.
Dimension - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Emulation of java.awt.Dimension for the NDT (Network Diagnostic Tool) plugin.
Dimension(int, int) - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.Dimension
Constructs a Dimension with the given width and height.
DIR_ATTACHMENTS - Static variable in class i2p.susi.webmail.PersistentMailCache
DIR_ATTACHMENTS.
DIR_DRAFTS - Static variable in class i2p.susi.webmail.WebMail
Translated "Drafts" folder name
DIR_FOLDER - Static variable in class i2p.susi.webmail.WebMail
D i r f o l d e r
DIR_IMPORT - Static variable in class i2p.susi.webmail.PersistentMailCache
DIR_IMPORT.
DIR_PREFIX - Static variable in class net.i2p.router.networkdb.kademlia.PersistentDataStore
D i r p r e f i x
DIR_SENT - Static variable in class i2p.susi.webmail.WebMail
Translated "Sent" folder name
DirectLookupJob - Class in net.i2p.router.networkdb.kademlia
Ask a connected peer for his RI.
DirectLookupJob(RouterContext, FloodfillNetworkDatabaseFacade, Hash, RouterInfo, Job, Job) - Constructor for class net.i2p.router.networkdb.kademlia.DirectLookupJob
 
DirectLookupMatchJob - Class in net.i2p.router.networkdb.kademlia
Override to not call failed() in setMessage(), as it will be called from runJob()
DirectLookupMatchJob(RouterContext, FloodSearchJob) - Constructor for class net.i2p.router.networkdb.kademlia.DirectLookupMatchJob
DirectLookupMatchJob.
DirKeyRing - Class in net.i2p.crypto
DirKeyRing Implements KeyRing.
DirKeyRing(File) - Constructor for class net.i2p.crypto.DirKeyRing
DirKeyRing.
disable() - Method in class net.i2p.router.Blocklist
Disable the blocklist and clear all entries.
disabled - Variable in class net.i2p.router.startup.ClientAppConfig
Whether disabled.
disablePlugin(String) - Static method in class net.i2p.router.web.PluginStarter
Disable in plugins.config
disableRecentTracking() - Static method in class net.i2p.router.JobStats
Force disable recent tracking immediately.
disableTunnelTesting() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Tunnel testing status.
discardData() - Method in class net.i2p.router.OutNetMessage
We've done what we need to do with the data from this message, though we may keep the object around for a while to use its ID, jobs, etc.
disconnect(I2PSessionImpl) - Method in class net.i2p.client.impl.I2CPMessageProducer
Disconnect from the server.
disconnect() - Method in class net.i2p.client.impl.I2PSessionImpl
Will interrupt a connect in progress.
disconnect() - Method in class net.i2p.client.impl.SubSession
Will interrupt a connect in progress.
disconnect(boolean) - Method in class net.i2p.client.streaming.impl.Connection
Must be called when we are done with this connection.
disconnect(boolean, boolean) - Method in class net.i2p.client.streaming.impl.Connection
Must be called when we are done with this connection.
disconnect() - Method in class org.klomp.snark.I2PSnarkUtil
Destroy the destination itself
disconnect(boolean) - Method in class org.klomp.snark.Peer
Disconnects this peer if it was connected.
disconnect() - Method in class org.klomp.snark.Peer
Disconnects this peer, closing the socket and cleaning up state.
disconnect() - Method in class org.klomp.snark.PeerConnectionIn
Disconnect from the peer and release resources.
disconnect() - Method in class org.klomp.snark.PeerConnectionOut
Disconnect and close the output stream.
disconnect() - Method in class org.klomp.snark.WebPeer
 
disconnectAllHard() - Method in class net.i2p.client.streaming.impl.ConnectionManager
Something b0rked hard, so kill all of our connections without mercy.
disconnectClient(String) - Method in class net.i2p.router.client.ClientConnectionRunner
Send a DisconnectMessage and log with level Log.ERROR.
disconnectClient(String, int) - Method in class net.i2p.router.client.ClientConnectionRunner
Disconnect the client with the given reason and log level.
disconnectComplete() - Method in class net.i2p.client.streaming.impl.Connection
Must be called when we are done with this connection.
disconnected(I2PSession) - Method in interface net.i2p.client.I2PSessionListener
Notify the client that the session has been terminated
disconnected(I2PSession) - Method in interface net.i2p.client.I2PSessionMuxedListener
Notify the client that the session has been terminated.
disconnected(I2PSession) - Method in class net.i2p.client.impl.I2PSessionDemultiplexer
 
disconnected(I2CPMessageReader) - Method in class net.i2p.client.impl.I2PSessionImpl
The I2CPMessageEventListener callback.
disconnected(I2PSession) - Method in class net.i2p.client.streaming.impl.MessageHandler
Notify the client that the session has been terminated As of 0.9.54, this does not clear the listeners, so they will be notified again after a subsequent connection and disconnection.
disconnected(I2CPMessageReader) - Method in interface net.i2p.data.i2cp.I2CPMessageReader.I2CPMessageEventListener
Notify the listener that the stream this reader was reading was closed.
disconnected(I2PSession) - Method in class net.i2p.i2ptunnel.I2PTunnelTask
Called when a session is disconnected.
disconnected(I2PSession) - Method in class net.i2p.i2ptunnel.udp.I2PSource.Listener
 
disconnected() - Method in class net.i2p.router.client.ClientConnectionRunner
The client was disconnected.
disconnected(I2CPMessageReader) - Method in class net.i2p.router.client.ClientMessageEventListener
 
disconnected(I2PSession) - Method in class net.i2p.sam.MasterSession
Called when the I2P session is disconnected.
disconnected(I2PSession) - Method in class org.klomp.snark.dht.KRPC
disconnected.
disconnected(Peer) - Method in class org.klomp.snark.PeerCoordinator
Called when a peer disconnects.
disconnected(Peer) - Method in interface org.klomp.snark.PeerListener
Called when the connection to the peer was terminated or the connection handshake failed.
disconnected(I2PSession) - Method in class org.klomp.snark.UDPTrackerClient
disconnected.
DisconnectListener() - Constructor for class net.i2p.sam.SAMStreamSession.DisconnectListener
 
DisconnectMessage - Class in net.i2p.data.i2cp
Defines the message a client sends to a router when destroying existing session.
DisconnectMessage() - Constructor for class net.i2p.data.i2cp.DisconnectMessage
DisconnectMessage.
DisconnectMessageHandler - Class in net.i2p.client.impl
Handle I2CP disconnect messages from the router
DisconnectMessageHandler(I2PAppContext) - Constructor for class net.i2p.client.impl.DisconnectMessageHandler
 
DISCOVER - Static variable in class org.cybergarage.upnp.device.MAN
DISCOVER.
dispatch(TunnelDataMessage, Hash) - Method in class net.i2p.router.tunnel.OutboundTunnelEndpoint
dispatch.
dispatch(TunnelDataMessage, Hash) - Method in class net.i2p.router.tunnel.TunnelDispatcher
Dispatch a TunnelDataMessage to the appropriate participant or endpoint
dispatch(TunnelGatewayMessage) - Method in class net.i2p.router.tunnel.TunnelDispatcher
Dispatch a TunnelGatewayMessage to the appropriate gateway
dispatch(TunnelDataMessage, Hash) - Method in class net.i2p.router.tunnel.TunnelParticipant
Process an incoming tunnel data message.
Dispatcher - Class in com.thetransactioncompany.jsonrpc2.server
Dispatcher for JSON-RPC 2.0 requests and notifications.
Dispatcher() - Constructor for class com.thetransactioncompany.jsonrpc2.server.Dispatcher
Creates a new dispatcher with no registered handlers.
dispatchOutbound(I2NPMessage, TunnelId, Hash) - Method in class net.i2p.router.tunnel.TunnelDispatcher
Dispatch an outbound message through a tunnel.
dispatchOutbound(I2NPMessage, TunnelId, TunnelId, Hash) - Method in class net.i2p.router.tunnel.TunnelDispatcher
Dispatch an outbound message through a tunnel.
displayMessage(int, String, String, String) - Method in class net.i2p.desktopgui.TrayManager
Send a notification to the user.
displayOnScreen() - Method in class net.i2p.util.LogManager
Whether log messages should be printed to stdout.
displayPacket(Packet, String, String) - Method in class net.i2p.client.streaming.impl.PacketHandler
Logs the provided packet at debug level with a timestamp.
dispose() - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JFrame
Dispose the frame (no-op).
dispose() - Method in class net.i2p.router.util.CoDelBlockingQueue
Remove this instance from the tuning list.
dispose() - Method in class net.i2p.router.util.CoDelPriorityBlockingQueue
Remove this instance from the tuning list.
dispose() - Method in class net.i2p.util.SyntheticREDQueue
Remove this instance from the tuning list.
dispose() - Method in class org.jfree.svg.SVGGraphics2D
This method does nothing, there are no resources to dispose.
dispose() - Method in class org.rrd4j.graph.ImageWorker
Dispose of the graphics context.
Disposer - Class in org.cybergarage.upnp.device
Thread for disposing expired UPnP devices and subscriptions.
Disposer(ControlPoint) - Constructor for class org.cybergarage.upnp.device.Disposer
 
disposition - Variable in class i2p.susi.webmail.MailPart
disposition.
dist - Variable in class net.i2p.router.sybil.Pair
dist.
distance(Location) - Method in class com.maxmind.geoip.Location
 
distribute(I2NPMessage, Hash) - Method in class net.i2p.router.tunnel.InboundMessageDistributor
distribute.
distribute(I2NPMessage, Hash, TunnelId) - Method in class net.i2p.router.tunnel.InboundMessageDistributor
distribute.
distribute(I2NPMessage, Hash) - Method in class net.i2p.router.tunnel.OutboundMessageDistributor
Warning - as of 0.9.63, msg will be an UnknownI2NPMessage, and must be converted before handling locally.
distribute(I2NPMessage, Hash, TunnelId) - Method in class net.i2p.router.tunnel.OutboundMessageDistributor
Warning - as of 0.9.63, msg will be an UnknownI2NPMessage, and must be converted before handling locally.
distributeMessage(SendMessageMessage) - Method in class net.i2p.router.client.ClientConnectionRunner
Distribute the message.
distributeMessage(ClientConnectionRunner, Destination, Destination, Payload, MessageId, long, long, int) - Method in class net.i2p.router.client.ClientManager
Distribute message to a local or remote destination.
divide(GenericGFPoly) - Method in class com.google.zxing.common.reedsolomon.GenericGFPoly
divide.
divide(FieldElement) - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
 
divide(BigInteger) - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
Divide by a BigInteger.
divide(FieldElement) - Method in class net.i2p.crypto.eddsa.math.FieldElement
Divides this field element by another one.
DLV - Class in org.minidns.record
DNS DLV (DNSSEC Lookaside Validation) record payload.
Provides DNSSEC trust anchors from external validation repositories.
DLV(int, byte, byte, byte[]) - Constructor for class org.minidns.record.DLV
Create a DLV record.
DLV(int, DnssecConstants.SignatureAlgorithm, DnssecConstants.DigestAlgorithm, byte[]) - Constructor for class org.minidns.record.DLV
Create a DLV record with typed algorithms.
dma_code - Variable in class com.maxmind.geoip.Location
dma_code.
dmin - Variable in class org.rrd4j.core.timespec.TimeSpec
 
dmonth - Variable in class org.rrd4j.core.timespec.TimeSpec
 
DNAME - Class in org.minidns.record
DNS DNAME (Domain Name) redirection record payload.
Provides redirection of an entire subtree of the DNS name space to another domain, similar to CNAME but for entire subtrees.
DNAME(String) - Constructor for class org.minidns.record.DNAME
DNAME.
DNAME(DnsName) - Constructor for class org.minidns.record.DNAME
DNAME.
DNS_NAME_TYPE - Static variable in class net.i2p.apache.http.conn.ssl.DefaultHostnameVerifier
DNS name type constant
DNSKEY - Class in org.minidns.record
DNS DNSKEY record payload for DNSSEC public keys.
Contains a DNSSEC public key used to verify DNSSEC signatures for a DNS zone.
DNSKEY(short, byte, byte, byte[]) - Constructor for class org.minidns.record.DNSKEY
DNSKEY.
DNSKEY(short, byte, DnssecConstants.SignatureAlgorithm, byte[]) - Constructor for class org.minidns.record.DNSKEY
DNSKEY.
DnsLabel - Class in org.minidns.dnslabel
A DNS label is an individual component of a DNS name.
DnsLabel(String) - Constructor for class org.minidns.dnslabel.DnsLabel
DnsLabel.
DnsLabel.LabelToLongException - Exception in org.minidns.dnslabel
Thrown when a DNS label exceeds the maximum length.
DnsMessage - Class in org.minidns.dnsmessage
A DNS message as defined by RFC 1035.
DnsMessage(DnsMessage.Builder) - Constructor for class org.minidns.dnsmessage.DnsMessage
DnsMessage.
DnsMessage(byte[]) - Constructor for class org.minidns.dnsmessage.DnsMessage
Build a DNS Message based on a binary DNS message.
DnsMessage.Builder - Class in org.minidns.dnsmessage
Builder class for constructing DNS messages.
Provides a fluent API for building DNS messages with various sections and flags configured step by step.
DnsMessage.OPCODE - Enum in org.minidns.dnsmessage
Symbolic DNS Opcode values.
DnsMessage.RESPONSE_CODE - Enum in org.minidns.dnsmessage
Possible DNS response codes.
DnsName - Class in org.minidns.dnsname
A DNS name, also called "domain name".
DNSNameTooLongException(String, byte[]) - Constructor for exception org.minidns.dnsname.InvalidDnsNameException.DNSNameTooLongException
Creates a new DNSNameTooLongException.
DNSOverHTTPS - Class in net.i2p.util
Simple implemetation of DNS over HTTPS.
DNSOverHTTPS(I2PAppContext) - Constructor for class net.i2p.util.DNSOverHTTPS
Create a DNSOverHTTPS instance.
DNSOverHTTPS(I2PAppContext, SSLEepGet.SSLState) - Constructor for class net.i2p.util.DNSOverHTTPS
Create a DNSOverHTTPS instance.
DNSOverHTTPS.Type - Enum in net.i2p.util
DNS query type for IPv4/IPv6 preference.
DnssecConstants - Class in org.minidns.constants
Constants and enums for DNSSEC (DNS Security Extensions).
This class provides DNSSEC algorithm definitions and constants used for DNSSEC operations including signature and digest algorithms.
DnssecConstants.DigestAlgorithm - Enum in org.minidns.constants
DNSSEC Digest Algorithms.
DnssecConstants.SignatureAlgorithm - Enum in org.minidns.constants
DNSSEC Signature Algorithms.
dnssecOk - Variable in class org.minidns.edns.Edns
Whether DNSSEC OK flag is set.
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.klomp.snark.web.BasicServlet
Handles HTTP DELETE requests.
doDH(PrivateKey, PublicKey) - Static method in class net.i2p.router.crypto.ratchet.ECIESAEADEngine
Do d h
doFetch(SocketTimeout) - Method in class net.i2p.util.EepGet
Read response body for a single fetch.
doFetch(SocketTimeout) - Method in class net.i2p.util.EepHead
Read the response headers and notify listeners.
doFetch(SocketTimeout) - Method in class net.i2p.util.SSLEepGet
doFetch.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class net.i2p.servlet.filters.AuthFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class net.i2p.servlet.filters.SameSiteCookieFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class net.i2p.servlet.filters.XSSFilter
 
doFinal(byte[], int) - Method in interface org.bouncycastle.crypto.Digest
close the digest, producing the final digest value.
doFinal(byte[], int) - Method in class org.bouncycastle.crypto.digests.KeccakDigest
doFinal.
doFinal(byte[], int, byte, int) - Method in class org.bouncycastle.crypto.digests.KeccakDigest
doFinal.
doFinal(byte[], int) - Method in class org.bouncycastle.crypto.digests.SHA3Digest
doFinal.
doFinal(byte[], int, byte, int) - Method in class org.bouncycastle.crypto.digests.SHA3Digest
doFinal.
doFinal(byte[], int) - Method in class org.bouncycastle.crypto.digests.SHA512Digest
 
doFinal(byte[], int) - Method in class org.bouncycastle.crypto.digests.SHAKEDigest
doFinal.
doFinal(byte[], int, int) - Method in class org.bouncycastle.crypto.digests.SHAKEDigest
doFinal.
doFinal(byte[], int, byte, int) - Method in class org.bouncycastle.crypto.digests.SHAKEDigest
doFinal.
doFinal(byte[], int, int, byte, int) - Method in class org.bouncycastle.crypto.digests.SHAKEDigest
doFinal.
doFinal(byte[], int, int) - Method in interface org.bouncycastle.crypto.Xof
Output the results of the final calculation for this digest to outLen number of bytes.
doGet(HttpServletRequest, HttpServletResponse) - Method in class i2p.susi.dns.TranslateSVGServlet
Handle GET requests for SVG translation.
doGet(HttpServletRequest, HttpServletResponse) - Method in class i2p.susi.webmail.WebMail
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.i2p.i2pcontrol.servlets.JSONRPC2Servlet
Serve the I2PControl status page.
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.i2p.imagegen.IdenticonServlet
Handle GET request: generate identicon image.
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.i2p.imagegen.QRServlet
Handle GET request: generate QR code image or SVG.
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.i2p.imagegen.RandomArtServlet
Handle GET request: generate random art from destination hash.
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.i2p.router.web.servlets.CodedIconRendererServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.i2p.router.web.servlets.LoginServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.i2p.router.web.servlets.LogoutServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.i2p.router.web.servlets.SessionCheckServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.i2p.servlet.ErrorServlet
Handle GET request and render error page HTML.
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.i2p.servlet.I2PDefaultServlet
Handle GET request, set Last-Modified header, delegate to super.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.klomp.snark.web.BasicServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.klomp.snark.web.I2PSnarkServlet
Handle what we can here, calling super.doGet() for the rest.
doimport() - Method in class org.rrd4j.core.RrdDb.Builder
Import an external rrd data, import definition must have been done using RrdDb.Builder.setExternalPath(String) or RrdDb.Builder.setImporter(DataImporter).
DOMAIN_EDITION - Static variable in class com.maxmind.geoip.DatabaseInfo
Domain edition
DOMAIN_EDITION_V6 - Static variable in class com.maxmind.geoip.DatabaseInfo
Domain edition IPv6
DOMAINNAME - Static variable in class net.i2p.socks.SOCKS5Constants.AddressType
DOMAINNAME.
done() - Method in class net.i2p.router.networkdb.reseed.ReseedChecker
Marks reseed complete, resetting internal state and scheduling status clearance.
done - Variable in class net.i2p.router.update.UpdateRunner
whether the update completed
done(RrdBackendFactory, PhantomReference<RrdDb>) - Method in class org.rrd4j.core.RrdBackend
Set the factory and reference for this backend.
DONT_DROP_PRIORITY - Static variable in class net.i2p.router.util.CoDelPriorityBlockingQueue
if priority is >= this, never drop
DONT_FAIL_PERIOD - Static variable in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
For 15 minutes after startup, don't fail db entries so that if we were offline for a while, we'll have a chance of finding some live peers with the previous references
dontInstall(RouterContext) - Static method in class net.i2p.router.web.NewsHelper
 
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.klomp.snark.web.BasicServlet
Handles HTTP OPTIONS requests.
doOutput(byte[], int, int) - Method in class org.bouncycastle.crypto.digests.SHAKEDigest
doOutput.
doOutput(byte[], int, int) - Method in interface org.bouncycastle.crypto.Xof
Start outputting the results of the final calculation for this digest.
doPost(HttpServletRequest, HttpServletResponse) - Method in class i2p.susi.webmail.WebMail
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class net.i2p.i2pcontrol.servlets.JSONRPC2Servlet
Handle JSON-RPC 2.0 requests and password changes.
doPost(HttpServletRequest, HttpServletResponse) - Method in class net.i2p.router.web.servlets.LoginServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class net.i2p.router.web.servlets.LogoutServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class net.i2p.servlet.ErrorServlet
Needed if the errored page was a POST
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.klomp.snark.web.BasicServlet
Handles HTTP POST requests.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.klomp.snark.web.I2PSnarkServlet
Handle what we can here, calling super.doPost() for the rest.
doReadMessage(InputStream, int) - Method in class net.i2p.data.i2cp.BandwidthLimitsMessage
 
doReadMessage(InputStream, int) - Method in class net.i2p.data.i2cp.BlindingInfoMessage
 
doReadMessage(InputStream, int) - Method in class net.i2p.data.i2cp.CreateLeaseSet2Message
doReadMessage.
doReadMessage(InputStream, int) - Method in class net.i2p.data.i2cp.CreateLeaseSetMessage
doReadMessage.
doReadMessage(InputStream, int) - Method in class net.i2p.data.i2cp.CreateSessionMessage
doReadMessage.
doReadMessage(InputStream, int) - Method in class net.i2p.data.i2cp.DestLookupMessage
doReadMessage.
doReadMessage(InputStream, int) - Method in class net.i2p.data.i2cp.DestReplyMessage
doReadMessage.
doReadMessage(InputStream, int) - Method in class net.i2p.data.i2cp.DestroySessionMessage
doReadMessage.
doReadMessage(InputStream, int) - Method in class net.i2p.data.i2cp.DisconnectMessage
doReadMessage.
doReadMessage(InputStream, int) - Method in class net.i2p.data.i2cp.GetBandwidthLimitsMessage
Read the message from the stream.
doReadMessage(InputStream, int) - Method in class net.i2p.data.i2cp.GetDateMessage
doReadMessage.
doReadMessage(InputStream, int) - Method in class net.i2p.data.i2cp.HostLookupMessage
doReadMessage.
doReadMessage(InputStream, int) - Method in class net.i2p.data.i2cp.HostReplyMessage
doReadMessage.
doReadMessage(InputStream, int) - Method in class net.i2p.data.i2cp.I2CPMessageImpl
Read in the payload part of the message (after the initial 4 byte size and 1 byte type)
doReadMessage(InputStream, int) - Method in class net.i2p.data.i2cp.MessagePayloadMessage
Read in the payload part of the message (after the initial 4 byte size and 1 byte type)
doReadMessage(InputStream, int) - Method in class net.i2p.data.i2cp.MessageStatusMessage
doReadMessage.
doReadMessage(InputStream, int) - Method in class net.i2p.data.i2cp.ReceiveMessageBeginMessage
doReadMessage.
doReadMessage(InputStream, int) - Method in class net.i2p.data.i2cp.ReceiveMessageEndMessage
 
doReadMessage(InputStream, int) - Method in class net.i2p.data.i2cp.ReconfigureSessionMessage
doReadMessage.
doReadMessage(InputStream, int) - Method in class net.i2p.data.i2cp.ReportAbuseMessage
doReadMessage.
doReadMessage(InputStream, int) - Method in class net.i2p.data.i2cp.RequestLeaseSetMessage
doReadMessage.
doReadMessage(InputStream, int) - Method in class net.i2p.data.i2cp.RequestVariableLeaseSetMessage
doReadMessage.
doReadMessage(InputStream, int) - Method in class net.i2p.data.i2cp.SendMessageMessage
Read in the payload part of the message (after the initial 4 byte size and 1 byte type)
doReadMessage(InputStream, int) - Method in class net.i2p.data.i2cp.SessionStatusMessage
doReadMessage.
doReadMessage(InputStream, int) - Method in class net.i2p.data.i2cp.SetDateMessage
doReadMessage.
doSend(I2CPMessage) - Method in class net.i2p.router.client.ClientConnectionRunner
Actually send the I2CPMessage to the peer through the socket
doSend(I2CPMessage) - Method in class net.i2p.router.client.QueuedClientConnectionRunner
Actually send the I2CPMessage to the client.
doStart() - Method in class net.i2p.jetty.I2PRequestLog
doStart.
doStop() - Method in class net.i2p.jetty.I2PRequestLog
doStop.
DOT - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "." - decimal point or date separator
doTrace(HttpServletRequest, HttpServletResponse) - Method in class org.klomp.snark.web.BasicServlet
Handles HTTP TRACE requests.
dottcp(StatusPanel) - Method in class edu.internet2.ndt.Tcpbw100
Method to run tests and interpret the results sent by the server
doubleRTO() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
Double RTO after congestion per RFC 6298 sec.
doubleScalarMultiplyVariableTime(GroupElement, byte[], byte[]) - Method in class net.i2p.crypto.eddsa.math.GroupElement
$r = a * A + b * B$ where $a = a[0]+256*a[1]+\dots+256^{31} a[31]$, $b = b[0]+256*b[1]+\dots+256^{31} b[31]$ and $B$ is this point.
doubleToString(double, int) - Static method in class org.jfree.svg.util.RyuDouble
Converts a double value to its shortest decimal representation using the Ryu algorithm, rounded to the specified number of decimal places.
downloaded(int) - Method in interface org.klomp.snark.BandwidthListener
Called when bytes are unconditionally received.
downloaded(int) - Method in class org.klomp.snark.BandwidthManager
We received this many bytes
downloaded(int) - Method in class org.klomp.snark.Peer
Increments the download counter for this peer.
downloaded(int) - Method in class org.klomp.snark.PeerCoordinator
Called when a peer has downloaded some bytes of a piece.
downloaded(int) - Method in class org.klomp.snark.WebPeer
Increments the download counter for this peer.
DownSampleImpl - Class in eu.bengreen.data.utility
Naive implementation of down sample with simple array input Largest-Triangle-Three-Buckets, from Sveinn Steinarsson's thesis, section 4.2..
DownSampleImpl(int) - Constructor for class eu.bengreen.data.utility.DownSampleImpl
Number of data points to downsample to.
DownSampler - Interface in org.rrd4j.graph
A class that implement a downsampler, used to reduce the number of point to display.
downsampler - Variable in class org.rrd4j.graph.RrdGraphDef
Optional downsampler for improved visual representation.
DownSampler.DataSet - Class in org.rrd4j.graph
Represents a dataset containing timestamps and corresponding values.
downsize(long[], double[]) - Method in class eu.bengreen.data.utility.DownSampleImpl
 
downsize(long[], double[]) - Method in interface org.rrd4j.graph.DownSampler
Downsample the given data.
downsizeImpl(DownSampler.DataSet, long[], double[]) - Method in class eu.bengreen.data.utility.DownSampleImpl
 
downsizeImpl(DownSampler.DataSet, long[], double[]) - Method in class eu.bengreen.data.utility.LargestTriangleThreeBuckets
 
downsizeImpl(DownSampler.DataSet, long[], double[]) - Method in class eu.bengreen.data.utility.LargestTriangleThreeBucketsTime
downsizeImpl.
doWriteMessage() - Method in class net.i2p.data.i2cp.BandwidthLimitsMessage
 
doWriteMessage() - Method in class net.i2p.data.i2cp.BlindingInfoMessage
 
doWriteMessage() - Method in class net.i2p.data.i2cp.CreateLeaseSet2Message
doWriteMessage.
doWriteMessage() - Method in class net.i2p.data.i2cp.CreateLeaseSetMessage
doWriteMessage.
doWriteMessage() - Method in class net.i2p.data.i2cp.CreateSessionMessage
doWriteMessage.
doWriteMessage() - Method in class net.i2p.data.i2cp.DestLookupMessage
doWriteMessage.
doWriteMessage() - Method in class net.i2p.data.i2cp.DestReplyMessage
doWriteMessage.
doWriteMessage() - Method in class net.i2p.data.i2cp.DestroySessionMessage
doWriteMessage.
doWriteMessage() - Method in class net.i2p.data.i2cp.DisconnectMessage
doWriteMessage.
doWriteMessage() - Method in class net.i2p.data.i2cp.GetBandwidthLimitsMessage
doWriteMessage.
doWriteMessage() - Method in class net.i2p.data.i2cp.GetDateMessage
doWriteMessage.
doWriteMessage() - Method in class net.i2p.data.i2cp.HostLookupMessage
doWriteMessage.
doWriteMessage() - Method in class net.i2p.data.i2cp.HostReplyMessage
doWriteMessage.
doWriteMessage() - Method in class net.i2p.data.i2cp.I2CPMessageImpl
Write out the payload part of the message (not including the 4 byte size and 1 byte type)
doWriteMessage() - Method in class net.i2p.data.i2cp.MessagePayloadMessage
 
doWriteMessage() - Method in class net.i2p.data.i2cp.MessageStatusMessage
doWriteMessage.
doWriteMessage() - Method in class net.i2p.data.i2cp.ReceiveMessageBeginMessage
doWriteMessage.
doWriteMessage() - Method in class net.i2p.data.i2cp.ReceiveMessageEndMessage
 
doWriteMessage() - Method in class net.i2p.data.i2cp.ReconfigureSessionMessage
doWriteMessage.
doWriteMessage() - Method in class net.i2p.data.i2cp.ReportAbuseMessage
doWriteMessage.
doWriteMessage() - Method in class net.i2p.data.i2cp.RequestLeaseSetMessage
doWriteMessage.
doWriteMessage() - Method in class net.i2p.data.i2cp.RequestVariableLeaseSetMessage
doWriteMessage.
doWriteMessage() - Method in class net.i2p.data.i2cp.SendMessageMessage
 
doWriteMessage() - Method in class net.i2p.data.i2cp.SessionStatusMessage
doWriteMessage.
doWriteMessage() - Method in class net.i2p.data.i2cp.SetDateMessage
doWriteMessage.
Draft - Class in i2p.susi.webmail
Represents a draft email message with attachments and Bcc support.
Draft(String) - Constructor for class i2p.susi.webmail.Draft
 
drainAllTo(Collection<? super E>) - Method in class net.i2p.router.util.CoDelBlockingQueue
Drains all, without updating stats or dropping.
drainAllTo(Collection<? super E>) - Method in class net.i2p.router.util.CoDelPriorityBlockingQueue
Drains all, without updating stats or dropping.
drainTo(ArrayList<OutNetMessage>) - Method in class net.i2p.router.transport.PrioritySendPool
Drain all messages into the target list (for resize).
drainTo(Collection<? super E>) - Method in class net.i2p.router.util.CoDelBlockingQueue
Updates stats and possibly drops while draining.
drainTo(Collection<? super E>, int) - Method in class net.i2p.router.util.CoDelBlockingQueue
Updates stats and possibly drops while draining.
drainTo(Collection<? super E>) - Method in class net.i2p.router.util.CoDelPriorityBlockingQueue
Updates stats and possibly drops while draining.
drainTo(Collection<? super E>, int) - Method in class net.i2p.router.util.CoDelPriorityBlockingQueue
Updates stats and possibly drops while draining.
draw(Shape) - Method in class org.jfree.svg.SVGGraphics2D
Draws the specified shape with the current paint and stroke.
draw() - Method in class org.rrd4j.graph.Axis
Draws the axis on the graph.
draw() - Method in class org.rrd4j.graph.TimeAxis
Draw
draw() - Method in class org.rrd4j.graph.ValueAxis
True if axis labels were drawn.
draw() - Method in class org.rrd4j.graph.ValueAxisLogarithmic
True if axis labels were drawn.
draw() - Method in class org.rrd4j.graph.ValueAxisMrtg
True if axis labels were drawn.
drawArc(int, int, int, int, int, int) - Method in class org.jfree.svg.SVGGraphics2D
Draws an arc contained within the rectangle (x, y, width, height), starting at startAngle and continuing through arcAngle degrees using the current paint and stroke.
drawGlyphVector(GlyphVector, float, float) - Method in class org.jfree.svg.SVGGraphics2D
Draws the specified glyph vector at the location (x, y).
drawImage(Image, int, int, ImageObserver) - Method in class org.jfree.svg.SVGGraphics2D
Draws an image at the location (x, y).
drawImage(Image, int, int, int, int, ImageObserver) - Method in class org.jfree.svg.SVGGraphics2D
Draws the image into the rectangle defined by (x, y, w, h).
drawImage(Image, int, int, Color, ImageObserver) - Method in class org.jfree.svg.SVGGraphics2D
Draws an image at the location (x, y).
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class org.jfree.svg.SVGGraphics2D
Draws an image to the rectangle (x, y, w, h) (scaling it if required), first filling the background with the specified color.
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class org.jfree.svg.SVGGraphics2D
Draws part of an image (defined by the source rectangle (sx1, sy1, sx2, sy2)) into the destination rectangle (dx1, dy1, dx2, dy2).
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class org.jfree.svg.SVGGraphics2D
Draws part of an image (defined by the source rectangle (sx1, sy1, sx2, sy2)) into the destination rectangle (dx1, dy1, dx2, dy2).
drawImage(Image, AffineTransform, ImageObserver) - Method in class org.jfree.svg.SVGGraphics2D
Draws an image with the specified transform.
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class org.jfree.svg.SVGGraphics2D
Draws the image resulting from applying the BufferedImageOp to the specified image at the location (x, y).
drawLine(int, int, int, int) - Method in class org.jfree.svg.SVGGraphics2D
Draws a line from (x1, y1) to (x2, y2) using the current paint and stroke.
drawLine(int, int, int, int, Paint, Stroke) - Method in class org.rrd4j.graph.ImageWorker
Draw a line with the given paint and stroke.
drawOval(int, int, int, int) - Method in class org.jfree.svg.SVGGraphics2D
Draws an oval framed by the rectangle (x, y, width, height) using the current paint and stroke.
drawPolygon(int[], int[], int) - Method in class org.jfree.svg.SVGGraphics2D
Draws the specified polygon using the current paint and stroke.
drawPolyline(int[], int[], int) - Method in class org.jfree.svg.SVGGraphics2D
Draws the specified multi-segment line using the current paint and stroke.
drawPolyline(double[], double[], Paint, Stroke) - Method in class org.rrd4j.graph.ImageWorker
Draw a polyline with the given paint and stroke.
drawRenderableImage(RenderableImage, AffineTransform) - Method in class org.jfree.svg.SVGGraphics2D
Draws the renderable image.
drawRenderedImage(RenderedImage, AffineTransform) - Method in class org.jfree.svg.SVGGraphics2D
Draws the rendered image.
drawRoundRect(int, int, int, int, int, int) - Method in class org.jfree.svg.SVGGraphics2D
Draws a rectangle with rounded corners using the current paint and stroke.
drawString(String, int, int) - Method in class org.jfree.svg.SVGGraphics2D
Draws a string at (x, y).
drawString(String, float, float) - Method in class org.jfree.svg.SVGGraphics2D
Draws a string at (x, y).
drawString(AttributedCharacterIterator, int, int) - Method in class org.jfree.svg.SVGGraphics2D
Draws a string of attributed characters at (x, y).
drawString(AttributedCharacterIterator, float, float) - Method in class org.jfree.svg.SVGGraphics2D
Draws a string of attributed characters at (x, y).
drawString(String, int, int, Font, Paint) - Method in class org.rrd4j.graph.ImageWorker
Draw a string at the given position with the specified font and paint.
drawString(String, int, int, Font, Paint) - Method in class org.rrd4j.graph.SVGImageWorker
Draw string
drawTicks() - Method in class org.rrd4j.graph.RrdGraphDef
Returns whether ticks should be drawn.
drawXGrid - Variable in class org.rrd4j.graph.RrdGraphDef
Whether to draw the x-axis grid.
drawYGrid - Variable in class org.rrd4j.graph.RrdGraphDef
Whether to draw the y-axis grid.
drop() - Method in class net.i2p.router.OutNetMessage
For CDQ
drop() - Method in class net.i2p.router.transport.udp.InboundMessageState
Drops and releases resources.
drop() - Method in class net.i2p.router.transport.udp.OutboundMessageState
For CDQ
drop() - Method in class net.i2p.router.transport.udp.UDPPacket
Discard the packet and release it back to the cache.
drop() - Method in class net.i2p.router.tunnel.PendingGatewayMessage
For CDQ
drop() - Method in interface net.i2p.router.util.CDQEntry
Implement any reclaimation of resources here
dropAfterLookupFailed(Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Final remove for a router info.
dropOutbound() - Method in class net.i2p.router.transport.udp.PeerState
drop all outbound messages
dropOutbound() - Method in class net.i2p.router.transport.udp.PeerState2
Overridden to also clear sent-but-unacked fragments and cancel ACKTimer.
dropped() - Method in interface net.i2p.router.Job
the router is extremely overloaded, so this job has been dropped.
dropped() - Method in class net.i2p.router.JobImpl
Default implementation does nothing.
dropped() - Method in class net.i2p.router.message.HandleGarlicMessageJob
Called when this job has been dropped (e.g.
dropped() - Method in class net.i2p.router.networkdb.HandleDatabaseLookupMessageJob
 
dropped() - Method in class net.i2p.router.networkdb.kademlia.HandleFloodfillDatabaseStoreMessageJob
 
dropped() - Method in class net.i2p.router.networkdb.kademlia.IterativeSearchJob
Dropped by the job queue
dropped() - Method in class net.i2p.router.networkdb.kademlia.IterativeTimeoutJob
Called when the job is dropped due to router overload.
dropped() - Method in class net.i2p.router.tunnel.pool.TestJob
Called when the job is dropped due to router overload.
droppedFragmentedMessage(long, String) - Method in class net.i2p.router.MessageHistory
droppedFragmentedMessage.
droppedInboundMessage(long, Hash, String) - Method in class net.i2p.router.MessageHistory
droppedInboundMessage.
droppedOtherMessage(I2NPMessage, Hash) - Method in class net.i2p.router.MessageHistory
We received another message we weren't waiting for and don't know how to handle
droppedTunnelDataMessageUnknown(long, long) - Method in class net.i2p.router.MessageHistory
droppedTunnelDataMessageUnknown.
droppedTunnelGatewayMessageUnknown(long, long) - Method in class net.i2p.router.MessageHistory
droppedTunnelGatewayMessageUnknown.
droppedTunnelMessage(TunnelId, long, Date, Hash) - Method in class net.i2p.router.MessageHistory
We don't know about the given tunnel, so we are dropping a message sent to us by the given router
dropPeer(PeerState) - Method in class net.i2p.router.transport.udp.OutboundMessageFragments
Remove a peer from the active outbound list and drop its pending messages.
dropPeer(Hash, boolean, String) - Method in class net.i2p.router.transport.udp.UDPTransport
This does not send a session destroy, caller must do that if desired.
dropPeer(PeerState, boolean, String) - Method in class net.i2p.router.transport.udp.UDPTransport
This does not send a session destroy, caller must do that if desired.
DS - Static variable in class net.i2p.router.web.GraphListener
Data source type used for RRD datasources.
DS - Class in org.minidns.record
DNS DS (Delegation Signer) record payload for DNSSEC.
Contains the hash of a DNSKEY record used to authenticate delegated DNS zones in DNSSEC chain of trust.
DS(int, byte, byte, byte[]) - Constructor for class org.minidns.record.DS
DS.
DS(int, DnssecConstants.SignatureAlgorithm, byte, byte[]) - Constructor for class org.minidns.record.DS
DS.
DS(int, DnssecConstants.SignatureAlgorithm, DnssecConstants.DigestAlgorithm, byte[]) - Constructor for class org.minidns.record.DS
DS.
DS_NAM_SIZE - Static variable in interface org.rrd4j.core.jrrd.Constants
Constant DS_NAM_SIZE=20
dsa() - Method in class net.i2p.I2PAppContext
Our DSA engine (see HMAC and SHA above)
DSA_SHA1_SPEC - Static variable in class net.i2p.crypto.CryptoConstants
 
DSAEngine - Class in net.i2p.crypto
Digital signature algorithm engine supporting DSA, ECDSA, RSA, and EdDSA.
DSAEngine(I2PAppContext) - Constructor for class net.i2p.crypto.DSAEngine
Create a DSA engine for the given context.
dsag - Static variable in class net.i2p.crypto.CryptoConstants
dsag.
dsap - Static variable in class net.i2p.crypto.CryptoConstants
dsap.
dsaq - Static variable in class net.i2p.crypto.CryptoConstants
dsaq.
dsCount - Variable in class org.rrd4j.core.jrrd.DataChunk
Number of datasources must be equal to number of datasources in file
dsCount - Variable in class org.rrd4j.core.jrrd.Header
Number of data sources
DsDef - Class in org.rrd4j.core
Class to represent single data source definition within the RRD.
DsDef(String, DsType, long, double, double) - Constructor for class org.rrd4j.core.DsDef
Creates new data source definition object.
dsec - Variable in class org.rrd4j.core.timespec.TimeSpec
 
DST_SIZE - Static variable in interface org.rrd4j.core.jrrd.Constants
Constant DST_SIZE=20
DsType - Enum in org.rrd4j
Enumeration of available datasource types.
Dummy - Class in net.metanotion
Exists only to enable package.html to be included in javadoc.
Dummy() - Constructor for class net.metanotion.Dummy
 
Dummy - Class in org.cybergarage
Exists only to enable package.html to be included in javadoc.
Dummy() - Constructor for class org.cybergarage.Dummy
 
Dummy - Class in org.minidns
Exists only to enable package.html to be included in javadoc.
Dummy() - Constructor for class org.minidns.Dummy
 
DUMMY_DEFAULT - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
Default dummy value
DUMMY_SESSION - Static variable in class net.i2p.client.impl.I2PSessionImpl
Dummy session ID for messages before a real session is established
DummyClientManagerFacade - Class in net.i2p.router.dummy
Manage all interactions with clients
DummyClientManagerFacade(RouterContext) - Constructor for class net.i2p.router.dummy.DummyClientManagerFacade
 
DummyHandler - Class in net.i2p.router.update
Dummy to lock up the updates for a period of time
DummyHandler(RouterContext, ConsoleUpdateManager) - Constructor for class net.i2p.router.update.DummyHandler
DummyHandler.
DummyNamingService - Class in net.i2p.client.naming
A Dummy naming service that can only handle base64 and b32 destinations.
DummyNamingService(I2PAppContext) - Constructor for class net.i2p.client.naming.DummyNamingService
The naming service should only be constructed and accessed through the application context.
DummyNetworkDatabaseFacade - Class in net.i2p.router.dummy
In-memory network database implementation for testing and development scenarios.
DummyNetworkDatabaseFacade(RouterContext) - Constructor for class net.i2p.router.dummy.DummyNetworkDatabaseFacade
 
DummyNetworkDatabaseSegmentor - Class in net.i2p.router.dummy
Dummy network database segmentor for testing.
DummyNetworkDatabaseSegmentor(RouterContext) - Constructor for class net.i2p.router.dummy.DummyNetworkDatabaseSegmentor
 
DummyOutputStream - Class in i2p.susi.util
OutputStream that discards all written data.
DummyOutputStream() - Constructor for class i2p.susi.util.DummyOutputStream
Create a stream that discards all output
DummyOutputStream - Class in net.i2p.i2ptunnel.util
Write to nowhere
DummyOutputStream() - Constructor for class net.i2p.i2ptunnel.util.DummyOutputStream
Constructor
DummyPeerManagerFacade - Class in net.i2p.router.dummy
Manage peer references and keep them up to date so that when asked for peers, it can provide appropriate peers according to the criteria provided.
DummyPeerManagerFacade() - Constructor for class net.i2p.router.dummy.DummyPeerManagerFacade
 
DummyTunnelManagerFacade - Class in net.i2p.router.dummy
Build and maintain tunnels throughout the network.
DummyTunnelManagerFacade() - Constructor for class net.i2p.router.dummy.DummyTunnelManagerFacade
Creates a new DummyTunnelManagerFacade
DummyValidator - Class in net.i2p.router.tunnel
IV validator that accepts all initialization vectors without validation.
dump(I2PAppContext, int) - Static method in class net.i2p.router.tasks.ThreadDump
Signal the wrapper to asynchronously dump threads to wrapper.log.
dump(byte[]) - Static method in class net.i2p.util.HexDump
Dump a byte array in a String.
dump(byte[], int, int) - Static method in class net.i2p.util.HexDump
Dump a byte array in a String.
dump(byte[], OutputStream) - Static method in class net.i2p.util.HexDump
Dump a byte array through a stream.
dump(byte[], int, int, OutputStream) - Static method in class net.i2p.util.HexDump
Dump a byte array through a stream.
dump() - Method in class org.rrd4j.core.ArcDef
Returns string representing archive definition (RRDTool format).
dump() - Method in class org.rrd4j.core.Archive
Returns a string representation of the archive information.
dump() - Method in class org.rrd4j.core.ArcState
Dump state as a string.
dump() - Method in class org.rrd4j.core.Datasource
Returns a string representation of datasource information.
dump() - Method in class org.rrd4j.core.DsDef
Returns string representing source definition (RRDTool format).
dump() - Method in class org.rrd4j.core.FetchData
Dumps the content of the whole FetchData object.
dump() - Method in class org.rrd4j.core.FetchRequest
Dumps the content of fetch request using the syntax of RRDTool's fetch command.
dump() - Method in class org.rrd4j.core.Header
Returns a string representation of the header information.
dump() - Method in interface org.rrd4j.core.Robin
dump.
dump() - Method in class org.rrd4j.core.RobinArray
dump.
dump() - Method in class org.rrd4j.core.RobinMatrix
dump.
dump() - Method in class org.rrd4j.core.RrdDb
Returns string representing complete internal RRD state.
dump() - Method in class org.rrd4j.core.RrdDef
Returns string that represents all specified RRD creation parameters.
dump() - Method in class org.rrd4j.core.Sample
Dumps sample content using the syntax of RRDTool's update command.
dump() - Method in class org.rrd4j.core.timespec.TimeSpec
Returns a debug string representation of this TimeSpec.
dump() - Method in class org.rrd4j.data.DataProcessor
Dumps timestamps and values of all datasources in a tabular form.
dump() - Method in class org.rrd4j.graph.RrdGraphInfo
Dumps complete graph information.
dump() - Method in class org.rrd4j.graph.ValueScaler.Scaled
Output internal state for debugging
dumpXml(XmlWriter) - Method in class org.rrd4j.core.RrdDb
Writes the RRD content to XmlWriter using XML format.
dumpXml(OutputStream) - Method in class org.rrd4j.core.RrdDb
Writes the RRD content to OutputStream using XML format.
dumpXml(String) - Method in class org.rrd4j.core.RrdDb
Dumps internal RRD state to XML file.
DUPACKSIN - Static variable in class edu.internet2.ndt.NDTConstants
Duplicate ACKs incoming variable name as sent by the NDT server.
DupComparator() - Constructor for class net.i2p.router.web.helpers.UDPSorters.DupComparator
 
DUPLEX_NOK_INDICATOR - Static variable in class edu.internet2.ndt.NDTConstants
Duplex status indicator: mismatch detected.
DUPLEX_OK_INDICATOR - Static variable in class edu.internet2.ndt.NDTConstants
Duplex status indicator: OK at both ends.
DUPLEX_SWITCH_FULL_HOST_HALF - Static variable in class edu.internet2.ndt.NDTConstants
Duplex status indicator: switch full-duplex, host half-duplex.
DUPLEX_SWITCH_FULL_HOST_HALF_POSS - Static variable in class edu.internet2.ndt.NDTConstants
Duplex status indicator: possible switch full, host half.
DUPLEX_SWITCH_HALF_HOST_FULL - Static variable in class edu.internet2.ndt.NDTConstants
Duplex status indicator: switch half-duplex, host full-duplex.
DUPLEX_SWITCH_HALF_HOST_FULL_POSS - Static variable in class edu.internet2.ndt.NDTConstants
Duplex status indicator: possible switch half, host full.
DUPLEX_SWITCH_HALF_HOST_FULL_WARN - Static variable in class edu.internet2.ndt.NDTConstants
Duplex status indicator: warning, switch half, host full.
dyear - Variable in class org.rrd4j.core.timespec.TimeSpec
 

E

E - Static variable in class com.southernstorm.noise.protocol.Pattern
Token code: E
EAX - Variable in class freenet.support.CPUInformation.CPUID.CPUIDResult
EAX register value
EBX - Variable in class freenet.support.CPUInformation.CPUID.CPUIDResult
EBX register value
ECB(int, int) - Constructor for class com.google.zxing.qrcode.decoder.Version.ECB
 
ECBlocks(int, Version.ECB...) - Constructor for class com.google.zxing.qrcode.decoder.Version.ECBlocks
 
ECConstants - Class in net.i2p.crypto
Constants for elliptic curves, from NIST FIPS 186-4 (2013) / ANSI X9.62
ECConstants() - Constructor for class net.i2p.crypto.ECConstants
 
ECDSA256_PAYLOAD - Static variable in class net.i2p.data.KeyCertificate
ElG + P256
EchoHandler - Class in net.i2p.i2pcontrol.servlets.jsonrpc2handlers
JSON-RPC2 handler for the Echo method.
EchoHandler(JSONRPC2Helper) - Constructor for class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.EchoHandler
EchoHandler.
ECIESAEADEngine - Class in net.i2p.router.crypto.ratchet
ECIES+AEAD encryption engine providing New Session, New Session Reply, and Existing Session message handling No, this does not extend ElGamalAESEngine or AEADEngine or CryptixAEADEngine.
ECIESAEADEngine(RouterContext) - Constructor for class net.i2p.router.crypto.ratchet.ECIESAEADEngine
Caller MUST call startup() to get threaded generation.
eciesEngine() - Method in class net.i2p.router.RouterContext
Access the ECIES/AEAD engine for this context.
ECNReceived() - Method in class net.i2p.router.transport.udp.PeerState
Cut our send window as a congestion/backoff response.
ECUtil - Class in net.i2p.crypto
Elliptic curve utility functions for cryptographic operations.
ECUtil() - Constructor for class net.i2p.crypto.ECUtil
 
ECX - Variable in class freenet.support.CPUInformation.CPUID.CPUIDResult
ECX register value
Ed25519_PAYLOAD - Static variable in class net.i2p.data.KeyCertificate
ElG + Ed25519
Ed25519FieldElement - Class in net.i2p.crypto.eddsa.math.ed25519
Class to represent a field element of the finite field $p = 2^{255} - 19$ elements.
Ed25519FieldElement(Field, int[]) - Constructor for class net.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElement
Creates a field element.
Ed25519LittleEndianEncoding - Class in net.i2p.crypto.eddsa.math.ed25519
Helper class for encoding/decoding from/to the 32 byte representation.
Ed25519LittleEndianEncoding() - Constructor for class net.i2p.crypto.eddsa.math.ed25519.Ed25519LittleEndianEncoding
 
Ed25519ScalarOps - Class in net.i2p.crypto.eddsa.math.ed25519
Implementation of ScalarOps for Ed25519.
Ed25519ScalarOps() - Constructor for class net.i2p.crypto.eddsa.math.ed25519.Ed25519ScalarOps
 
ED_25519 - Static variable in class net.i2p.crypto.eddsa.spec.EdDSANamedCurveTable
RFC 8032
ED_25519_CURVE_SPEC - Static variable in class net.i2p.crypto.eddsa.spec.EdDSANamedCurveTable
ED_25519_CURVE_SPEC.
EdDSABlinding - Class in net.i2p.crypto.eddsa
EdDSABlinding.
EdDSAEngine - Class in net.i2p.crypto.eddsa
EdDSA signature engine implementing the Java Signature API.
EdDSAEngine() - Constructor for class net.i2p.crypto.eddsa.EdDSAEngine
No specific EdDSA-internal hash requested, allows any EdDSA key.
EdDSAEngine(MessageDigest) - Constructor for class net.i2p.crypto.eddsa.EdDSAEngine
Specific EdDSA-internal hash requested, only matching keys will be allowed.
EdDSAGenParameterSpec - Class in net.i2p.crypto.eddsa.spec
Implementation of AlgorithmParameterSpec that holds the name of a named EdDSA curve specification.
EdDSAGenParameterSpec(String) - Constructor for class net.i2p.crypto.eddsa.spec.EdDSAGenParameterSpec
Constructs a parameter specification for the named EdDSA curve.
EdDSAKey - Interface in net.i2p.crypto.eddsa
Common interface for all EdDSA keys.
EdDSANamedCurveSpec - Class in net.i2p.crypto.eddsa.spec
EdDSA Curve specification that can also be referred to by name.
EdDSANamedCurveSpec(String, Curve, String, ScalarOps, GroupElement) - Constructor for class net.i2p.crypto.eddsa.spec.EdDSANamedCurveSpec
Create a named curve specification.
EdDSANamedCurveTable - Class in net.i2p.crypto.eddsa.spec
Table of named EdDSA curves.
EdDSANamedCurveTable() - Constructor for class net.i2p.crypto.eddsa.spec.EdDSANamedCurveTable
 
EdDSAParameterSpec - Class in net.i2p.crypto.eddsa.spec
Parameter specification for an EdDSA algorithm.
EdDSAParameterSpec(Curve, String, ScalarOps, GroupElement) - Constructor for class net.i2p.crypto.eddsa.spec.EdDSAParameterSpec
Create a new EdDSA parameter specification.
EdDSAPrivateKey - Class in net.i2p.crypto.eddsa
An EdDSA private key.
EdDSAPrivateKey(EdDSAPrivateKeySpec) - Constructor for class net.i2p.crypto.eddsa.EdDSAPrivateKey
EdDSAPrivateKey.
EdDSAPrivateKey(PKCS8EncodedKeySpec) - Constructor for class net.i2p.crypto.eddsa.EdDSAPrivateKey
Create from PKCS#8.
EdDSAPrivateKeySpec - Class in net.i2p.crypto.eddsa.spec
EdDSA private key specification.
EdDSAPrivateKeySpec(byte[], EdDSAParameterSpec) - Constructor for class net.i2p.crypto.eddsa.spec.EdDSAPrivateKeySpec
Create a new EdDSA private key specification from a seed.
EdDSAPrivateKeySpec(EdDSAParameterSpec, byte[]) - Constructor for class net.i2p.crypto.eddsa.spec.EdDSAPrivateKeySpec
Initialize directly from the hash.
EdDSAPrivateKeySpec(byte[], GroupElement, EdDSAParameterSpec) - Constructor for class net.i2p.crypto.eddsa.spec.EdDSAPrivateKeySpec
No validation of any parameters other than a.
EdDSAPrivateKeySpec(byte[], byte[], byte[], GroupElement, EdDSAParameterSpec) - Constructor for class net.i2p.crypto.eddsa.spec.EdDSAPrivateKeySpec
No validation of any parameters other than a.
EdDSAPublicKey - Class in net.i2p.crypto.eddsa
An EdDSA public key.
EdDSAPublicKey(EdDSAPublicKeySpec) - Constructor for class net.i2p.crypto.eddsa.EdDSAPublicKey
EdDSAPublicKey.
EdDSAPublicKey(X509EncodedKeySpec) - Constructor for class net.i2p.crypto.eddsa.EdDSAPublicKey
Create from X.509.
EdDSAPublicKeySpec - Class in net.i2p.crypto.eddsa.spec
EdDSA public key specification.
EdDSAPublicKeySpec(byte[], EdDSAParameterSpec) - Constructor for class net.i2p.crypto.eddsa.spec.EdDSAPublicKeySpec
Create a new EdDSA public key specification from a byte array.
EdDSAPublicKeySpec(GroupElement, EdDSAParameterSpec) - Constructor for class net.i2p.crypto.eddsa.spec.EdDSAPublicKeySpec
Constructs a public key specification from a group element.
EditBean - Class in net.i2p.i2ptunnel.web
Web interface bean for editing and configuring I2P tunnel settings.
EditBean() - Constructor for class net.i2p.i2ptunnel.web.EditBean
Default constructor @since 0.8.3
Edns - Class in org.minidns.edns
EDNS - Extension Mechanism for DNS.
Edns(Record<OPT>) - Constructor for class org.minidns.edns.Edns
Creates an EDNS instance from an OPT record.
Edns(Edns.Builder) - Constructor for class org.minidns.edns.Edns
Creates an EDNS instance from a builder.
Edns.Builder - Class in org.minidns.edns
Builder for creating EDNS instances.
Edns.OptionCode - Enum in org.minidns.edns
The EDNS option code.
EdnsOption - Class in org.minidns.edns
Abstract base class for EDNS options.
EdnsOption(int, byte[]) - Constructor for class org.minidns.edns.EdnsOption
Creates a new EDNS option with the specified option code and data.
EdnsOption(byte[]) - Constructor for class org.minidns.edns.EdnsOption
EdnsOption.
edParams - Variable in class net.i2p.crypto.eddsa.KeyPairGenerator
edParams.
edu.internet2.ndt - package edu.internet2.ndt
The M-Lab Web100 Network Diagnostic Tool (NDT) Java Applet Version 3.7.0.2 (May 20, 2015) From: GitHub.
EDX - Variable in class freenet.support.CPUInformation.CPUID.CPUIDResult
EDX register value
EE - Static variable in class com.southernstorm.noise.protocol.Pattern
Token code: EE
EepGet - Class in net.i2p.util
EepGet [-p 127.0.0.1:4444] [-n #retries] [-o outputFile] [-m markSize lineLen] url
EepGet(I2PAppContext, String, int, int, String, String) - Constructor for class net.i2p.util.EepGet
Creates a new EepGet instance with proxy support, defaulting to allow caching.
EepGet(I2PAppContext, String, int, int, String, String, boolean) - Constructor for class net.i2p.util.EepGet
Creates a new EepGet instance with proxy support and configurable caching.
EepGet(I2PAppContext, int, String, String) - Constructor for class net.i2p.util.EepGet
Creates a new EepGet instance without a proxy, defaulting to allow caching.
EepGet(I2PAppContext, int, String, String, boolean) - Constructor for class net.i2p.util.EepGet
Creates a new EepGet instance without a proxy, with configurable caching.
EepGet(I2PAppContext, boolean, String, int, int, String, String) - Constructor for class net.i2p.util.EepGet
Creates a new EepGet instance with explicit proxy control, defaulting to allow caching.
EepGet(I2PAppContext, boolean, String, int, int, String, String, String) - Constructor for class net.i2p.util.EepGet
Creates a new EepGet instance with POST data support.
EepGet(I2PAppContext, boolean, String, int, int, String, String, boolean, String) - Constructor for class net.i2p.util.EepGet
Creates a new EepGet instance with conditional fetch via ETag.
EepGet(I2PAppContext, boolean, String, int, int, String, String, boolean, String, String) - Constructor for class net.i2p.util.EepGet
Creates a new EepGet instance with conditional fetch via ETag and Last-Modified.
EepGet(I2PAppContext, boolean, String, int, int, long, long, String, OutputStream, String, boolean, String, String) - Constructor for class net.i2p.util.EepGet
Creates a new EepGet instance with size limits, output stream, and POST data.
EepGet(I2PAppContext, boolean, String, int, int, long, long, String, OutputStream, String, boolean, String, String, String) - Constructor for class net.i2p.util.EepGet
Full constructor for EepGet with all parameters.
EepGet.AUTH_MODE - Enum in net.i2p.util
Authentication mode enumeration.
EepGet.AuthState - Class in net.i2p.util
Manage the authentication parameters Ref: RFC 2617 Supports both Basic and Digest, however i2ptunnel HTTP proxy has migrated all previous Basic support to Digest.
EepGet.CLIStatusListener - Class in net.i2p.util
CLIStatusListener.
EepGet.Gunzipper - Class in net.i2p.util
Decompressor thread.
EepGet.StatusListener - Interface in net.i2p.util
Callback interface for monitoring EepGet transfer progress.
EEPGET_USER_AGENT - Static variable in class org.klomp.snark.I2PSnarkUtil
User agent for eepget requests.
EepGetNamingService - Class in net.i2p.client.naming
A network-based naming service using HTTP, with in-memory caching.
EepGetNamingService(I2PAppContext) - Constructor for class net.i2p.client.naming.EepGetNamingService
The naming service should only be constructed and accessed through the application context.
EepHead - Class in net.i2p.util
This is a quick hack to get a working EepHead, primarily for the following usage:
EepHead(I2PAppContext, String, int, int, String) - Constructor for class net.i2p.util.EepHead
Create a new EepHead to fetch HTTP response headers from the given URL.
EepPost - Class in net.i2p.util
Extends EepGet for POST.
EepPost(I2PAppContext, String, int, int, String, String) - Constructor for class net.i2p.util.EepPost
EepPost.
EIGHT - Static variable in class edu.internet2.ndt.NDTConstants
Conversion factor from bits to bytes (8.0).
EIGHT - Static variable in class net.i2p.crypto.eddsa.math.Constants
method comment
EIGHT - Variable in class net.i2p.crypto.eddsa.math.Field
EIGHT.
EightBit - Class in i2p.susi.webmail.encoding
Decode only.
EightBit() - Constructor for class i2p.susi.webmail.encoding.EightBit
 
ELEM_NAME - Static variable in class org.cybergarage.upnp.Action
The element name for action nodes in XML
ELEM_NAME - Static variable in class org.cybergarage.upnp.ActionList
The element name for action list in XML
ELEM_NAME - Static variable in class org.cybergarage.upnp.AllowedValue
XML element name for allowed value in UPnP descriptions.
ELEM_NAME - Static variable in class org.cybergarage.upnp.AllowedValueList
XML element name for allowed value list in UPnP descriptions.
ELEM_NAME - Static variable in class org.cybergarage.upnp.AllowedValueRange
XML element name for allowed value range in UPnP descriptions.
ELEM_NAME - Static variable in class org.cybergarage.upnp.Argument
Element name for argument
ELEM_NAME - Static variable in class org.cybergarage.upnp.ArgumentList
 
ELEM_NAME - Static variable in class org.cybergarage.upnp.Device
ELEM_NAME.
ELEM_NAME - Static variable in class org.cybergarage.upnp.DeviceList
 
ELEM_NAME - Static variable in class org.cybergarage.upnp.event.PropertyList
 
ELEM_NAME - Static variable in class org.cybergarage.upnp.Icon
XML element name for icon nodes.
ELEM_NAME - Static variable in class org.cybergarage.upnp.IconList
 
ELEM_NAME - Static variable in class org.cybergarage.upnp.Service
XML element name for service nodes.
ELEM_NAME - Static variable in class org.cybergarage.upnp.ServiceList
 
ELEM_NAME - Static variable in class org.cybergarage.upnp.ServiceStateTable
 
ELEM_NAME - Static variable in class org.cybergarage.upnp.StateVariable
ELEM_NAME.
ElementsNames - Enum in org.rrd4j.graph
The elements of the graph.
Elg2KeyFactory - Class in net.i2p.router.crypto.ratchet
Threaded factory for pre-calculating Elligator2-encoded X25519 key pairs to prevent Diffie-Hellman computation bottlenecks in critical paths Try to keep DH pairs at the ready.
Elg2KeyFactory(RouterContext) - Constructor for class net.i2p.router.crypto.ratchet.Elg2KeyFactory
Creates factory and starts background key precomputation thread.
Elg2KeyPair - Class in net.i2p.router.crypto.ratchet
X25519 key pair with pre-calculated Elligator2-encoded public key
Elg2KeyPair(PublicKey, PrivateKey, byte[]) - Constructor for class net.i2p.router.crypto.ratchet.Elg2KeyPair
 
ELG_ECDSA256_CERT - Static variable in class net.i2p.data.KeyCertificate
An immutable ElG/ECDSA-P256 certificate.
ELG_Ed25519_CERT - Static variable in class net.i2p.data.KeyCertificate
An immutable ElG/Ed25519 certificate.
ELGAMAL_2048_SPEC - Static variable in class net.i2p.crypto.CryptoConstants
This will be org.bouncycastle.jce.spec.ElgamalParameterSpec if BC is available, otherwise it will be net.i2p.crypto.ElgamalParameterSpec
ElGamalAESEngine - Class in net.i2p.router.crypto
Handles the actual ElGamal+AES encryption and decryption scenarios using the supplied keys and data.
ElGamalAESEngine(I2PAppContext) - Constructor for class net.i2p.router.crypto.ElGamalAESEngine
Creates engine with given context and initializes crypto frequency stats.
elGamalAESEngine() - Method in class net.i2p.router.RouterContext
Access the ElGamal/AES+SessionTag engine for this context.
ElGamalEngine - Class in net.i2p.crypto
ElGamal cryptographic engine for I2P encryption and signature operations.
ElGamalEngine(I2PAppContext) - Constructor for class net.i2p.crypto.ElGamalEngine
The ElGamal engine should only be constructed and accessed through the application context.
elGamalEngine() - Method in class net.i2p.I2PAppContext
This is the ElGamal engine used within this context.
ElGamalGenParameterSpec - Class in net.i2p.crypto.elgamal.spec
Parameter specification for ElGamal key generation.
ElGamalGenParameterSpec(int) - Constructor for class net.i2p.crypto.elgamal.spec.ElGamalGenParameterSpec
Constructs a parameter set for ElGamal key generation.
ElGamalKey - Interface in net.i2p.crypto.elgamal
Base interface for ElGamal cryptographic keys used in I2P.
ElGamalKeySpec - Class in net.i2p.crypto.elgamal.spec
Base key specification for ElGamal keys.
ElGamalKeySpec(ElGamalParameterSpec) - Constructor for class net.i2p.crypto.elgamal.spec.ElGamalKeySpec
Constructs an ElGamal key specification with the given parameters.
ElGamalParameterSpec - Class in net.i2p.crypto.elgamal.spec
Copied from org.bouncycastle.jce.spec This can't actually be passed to the BC provider, we would have to use reflection to create a "real" org.bouncycasle.jce.spec.ElGamalParameterSpec.
ElGamalParameterSpec(BigInteger, BigInteger) - Constructor for class net.i2p.crypto.elgamal.spec.ElGamalParameterSpec
Constructs a parameter set for Diffie-Hellman, using a prime modulus p and a base generator g.
ElGamalPrivateKey - Interface in net.i2p.crypto.elgamal
Interface for ElGamal private keys.
ElGamalPrivateKeyImpl - Class in net.i2p.crypto.elgamal.impl
Implementation of ElGamal private keys.
ElGamalPrivateKeyImpl() - Constructor for class net.i2p.crypto.elgamal.impl.ElGamalPrivateKeyImpl
no-arg constructor
ElGamalPrivateKeyImpl(ElGamalPrivateKey) - Constructor for class net.i2p.crypto.elgamal.impl.ElGamalPrivateKeyImpl
Create a copy of the given ElGamal private key.
ElGamalPrivateKeyImpl(DHPrivateKey) - Constructor for class net.i2p.crypto.elgamal.impl.ElGamalPrivateKeyImpl
Create from a DH private key.
ElGamalPrivateKeyImpl(ElGamalPrivateKeySpec) - Constructor for class net.i2p.crypto.elgamal.impl.ElGamalPrivateKeyImpl
Create from an ElGamal private key spec.
ElGamalPrivateKeyImpl(DHPrivateKeySpec) - Constructor for class net.i2p.crypto.elgamal.impl.ElGamalPrivateKeyImpl
Create from a DH private key spec.
ElGamalPrivateKeyImpl(BigInteger, ElGamalParameterSpec) - Constructor for class net.i2p.crypto.elgamal.impl.ElGamalPrivateKeyImpl
 
ElGamalPrivateKeyImpl(PKCS8EncodedKeySpec) - Constructor for class net.i2p.crypto.elgamal.impl.ElGamalPrivateKeyImpl
Constructor from PKCS8 key spec.
ElGamalPrivateKeySpec - Class in net.i2p.crypto.elgamal.spec
This class specifies an ElGamal private key with its associated parameters.
ElGamalPrivateKeySpec(BigInteger, ElGamalParameterSpec) - Constructor for class net.i2p.crypto.elgamal.spec.ElGamalPrivateKeySpec
Constructs an ElGamal private key specification.
ElGamalPublicKey - Interface in net.i2p.crypto.elgamal
Interface for ElGamal public keys.
ElGamalPublicKeyImpl - Class in net.i2p.crypto.elgamal.impl
Implementation of ElGamal public keys.
ElGamalPublicKeyImpl(ElGamalPublicKeySpec) - Constructor for class net.i2p.crypto.elgamal.impl.ElGamalPublicKeyImpl
ElGamalPublicKeyImpl.
ElGamalPublicKeyImpl(DHPublicKeySpec) - Constructor for class net.i2p.crypto.elgamal.impl.ElGamalPublicKeyImpl
ElGamalPublicKeyImpl.
ElGamalPublicKeyImpl(ElGamalPublicKey) - Constructor for class net.i2p.crypto.elgamal.impl.ElGamalPublicKeyImpl
ElGamalPublicKeyImpl.
ElGamalPublicKeyImpl(DHPublicKey) - Constructor for class net.i2p.crypto.elgamal.impl.ElGamalPublicKeyImpl
ElGamalPublicKeyImpl.
ElGamalPublicKeyImpl(BigInteger, ElGamalParameterSpec) - Constructor for class net.i2p.crypto.elgamal.impl.ElGamalPublicKeyImpl
ElGamalPublicKeyImpl.
ElGamalPublicKeyImpl(X509EncodedKeySpec) - Constructor for class net.i2p.crypto.elgamal.impl.ElGamalPublicKeyImpl
ElGamalPublicKeyImpl.
ElGamalPublicKeySpec - Class in net.i2p.crypto.elgamal.spec
This class specifies an ElGamal public key with its associated parameters.
ElGamalPublicKeySpec(BigInteger, ElGamalParameterSpec) - Constructor for class net.i2p.crypto.elgamal.spec.ElGamalPublicKeySpec
Constructs an ElGamal public key specification.
elgg - Static variable in class net.i2p.crypto.CryptoConstants
elgg.
elgp - Static variable in class net.i2p.crypto.CryptoConstants
2048-bit MODP Group from RFC 3526
Elligator2 - Class in net.i2p.router.crypto.ratchet
Elligator2 encoding and decoding for X25519 public keys to provide cryptographically indistinguishable representations Ported from the Jan.
Elligator2(I2PAppContext) - Constructor for class net.i2p.router.crypto.ratchet.Elligator2
Create an Elligator2 instance.
embedApps() - Method in class net.i2p.router.web.CSSHelper
Returns whether app embedding is enabled or disabled
embedBasicPatterns(Version, ByteMatrix) - Static method in class com.google.zxing.qrcode.encoder.MatrixUtil
Embed position detection, timing, and adjustment patterns
embedDataBits(BitArray, int, ByteMatrix) - Static method in class com.google.zxing.qrcode.encoder.MatrixUtil
Embed data bits into matrix
embedTypeInfo(ErrorCorrectionLevel, int, ByteMatrix) - Static method in class com.google.zxing.qrcode.encoder.MatrixUtil
Embed type information
EmptyProperties - Class in net.i2p.data
Immutable OrderedProperties, to reduce object churn in LS2 where it's expected to be empty.
enableAddCreate() - Method in class org.klomp.snark.I2PSnarkUtil
 
ENABLED - Static variable in class net.i2p.router.web.PluginStarter
ENABLED.
ENABLED - Static variable in class net.i2p.router.web.RouterConsoleRunner
ENABLED.
enabled - Static variable in class org.cybergarage.util.Debug
Flag indicating whether debug output is enabled.
enabled - Variable in class org.rrd4j.graph.CommentText
Whether this comment is enabled for display
enableLightbox() - Method in class org.klomp.snark.I2PSnarkUtil
 
enableRecentTracking() - Static method in class net.i2p.router.JobStats
Enable recent execution tracking for a period of time.
enableReverseLookups() - Method in class net.i2p.router.networkdb.kademlia.PersistentDataStore
 
enableReverseLookups() - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
enableReverseLookups.
enableReverseLookups() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
enableReverseLookups.
enableReverseLookups() - Method in class net.i2p.router.web.helpers.NetDbRenderer
enableReverseLookups.
enableReverseLookups() - Method in class net.i2p.router.web.helpers.ProfileOrganizerRenderer
 
enableReverseLookups() - Method in class net.i2p.router.web.helpers.TunnelRenderer
enableReverseLookups.
enableStickySidebar() - Method in class net.i2p.router.web.CSSHelper
Returns whether we should use a unified sidebar
enableUnifiedSidebar() - Method in class net.i2p.router.web.CSSHelper
Returns whether we should use a unified sidebar
enableVaryInboundHops() - Method in class org.klomp.snark.I2PSnarkUtil
 
enableVaryOutboundHops() - Method in class org.klomp.snark.I2PSnarkUtil
 
EncAlgo - Enum in net.i2p.crypto
Base encryption algorithm type
encaps(EncType, byte[]) - Static method in class net.i2p.router.crypto.pqc.MLKEM
Bob side
EncodableDigest - Interface in org.bouncycastle.crypto.digests
Encodable digests allow you to download an encoded copy of their internal state.
encode(int[], int) - Method in class com.google.zxing.common.reedsolomon.ReedSolomonEncoder
encode.
encode(String, ErrorCorrectionLevel) - Static method in class com.google.zxing.qrcode.encoder.Encoder
Encode the given content into a QR Code.
encode(String, ErrorCorrectionLevel, Map<EncodeHintType, ?>) - Static method in class com.google.zxing.qrcode.encoder.Encoder
Encode content into a QR Code with hints for encoding options.
encode(String, BarcodeFormat, int, int) - Method in class com.google.zxing.qrcode.QRCodeWriter
 
encode(String, BarcodeFormat, int, int, Map<EncodeHintType, ?>) - Method in class com.google.zxing.qrcode.QRCodeWriter
 
encode(String, BarcodeFormat, int, int) - Method in interface com.google.zxing.Writer
Encode a barcode using the default settings.
encode(String, BarcodeFormat, int, int, Map<EncodeHintType, ?>) - Method in interface com.google.zxing.Writer
Encode a barcode using the specified settings and optional hints.
encode(byte[]) - Method in class i2p.susi.webmail.encoding.Base64
 
encode(InputStream, Writer) - Method in class i2p.susi.webmail.encoding.Base64
More efficient than super
encode(byte[]) - Method in class i2p.susi.webmail.encoding.EightBit
TODO would be nice to implement this, as it is supported on the project server, but content must be CRLF terminated with a max of 998 chars per line.
encode(byte[]) - Method in class i2p.susi.webmail.encoding.Encoding
Encode a byte array to a ASCII or ISO-8859-1 String.
encode(String) - Method in class i2p.susi.webmail.encoding.Encoding
Encode a (UTF-8) String to a ASCII or ISO-8859-1 String.
encode(InputStream, Writer) - Method in class i2p.susi.webmail.encoding.Encoding
Encode an input stream of bytes to a ASCII or ISO-8859-1 String.
encode(byte[]) - Method in class i2p.susi.webmail.encoding.HeaderLine
This will split multibyte chars across lines, see 4th ref above
encode(String) - Method in class i2p.susi.webmail.encoding.HeaderLine
Encode a single header line ONLY.
encode(byte[]) - Method in class i2p.susi.webmail.encoding.HTML
 
encode(String) - Method in class i2p.susi.webmail.encoding.HTML
 
encode(byte[]) - Method in class i2p.susi.webmail.encoding.QuotedPrintable
 
encode(InputStream, Writer) - Method in class i2p.susi.webmail.encoding.QuotedPrintable
More efficient than super
encode(byte[]) - Method in class i2p.susi.webmail.encoding.SevenBit
 
encode(SigningPublicKey) - Static method in class net.i2p.crypto.Blinding
Encode a public key as a new-format b32 address.
encode(SigningPublicKey, boolean, boolean) - Static method in class net.i2p.crypto.Blinding
Encode a public key as a new-format b32 address.
encode(FieldElement) - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerLittleEndianEncoding
Encode a FieldElement in its $(b-1)$-bit encoding.
encode(BigInteger) - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerLittleEndianEncoding
Convert $x$ to little endian.
encode(FieldElement) - Method in class net.i2p.crypto.eddsa.math.ed25519.Ed25519LittleEndianEncoding
Encodes a given field element in its 32 byte representation.
encode(FieldElement) - Method in class net.i2p.crypto.eddsa.math.Encoding
Encode a FieldElement in its $(b-1)$-bit encoding.
encode(String) - Static method in class net.i2p.data.Base32
Returns lower case.
encode(byte[]) - Static method in class net.i2p.data.Base32
Returns lower case.
encode(String) - Static method in class net.i2p.data.Base64
Output will be a multiple of 4 chars, including 0-2 trailing '=' As of 0.9.14, encodes the UTF-8 encoding of source.
encode(byte[]) - Static method in class net.i2p.data.Base64
Output will be a multiple of 4 chars, including 0-2 trailing '='
encode(byte[], int, int) - Static method in class net.i2p.data.Base64
Output will be a multiple of 4 chars, including 0-2 trailing '='
encode(byte[], boolean) - Static method in class net.i2p.data.Base64
Output will be a multiple of 4 chars, including 0-2 trailing '='
encode(byte[], int, int, boolean) - Static method in class net.i2p.data.Base64
Output will be a multiple of 4 chars, including 0-2 trailing '='
encode(PublicKey) - Method in class net.i2p.router.crypto.ratchet.Elligator2
Use for on-the-wire.
encodeAttachments() - Method in class i2p.susi.webmail.Draft
Encodes all attachments as header lines for storage.
encodeFilenameRFC5987(String) - Static method in class i2p.susi.util.FilenameUtil
Encode the UTF-8 suitable for inclusion in a header as a RFC 5987/6266 filename* value, and for use as a cross-platform filename.
EncodeHintType - Enum in com.google.zxing
These are a set of hints that you may pass to Writers to specify their behavior.
encodePath(String) - Static method in class org.klomp.snark.URIUtil
Encode a URI path.
encodePath(StringBuilder, String) - Static method in class org.klomp.snark.URIUtil
Encode a URI path.
encodePath(String) - Static method in class org.klomp.snark.web.BasicServlet
Simple version of URIUtil.encodePath().
Encoder - Class in com.google.zxing.qrcode.encoder
Encoder for QR codes.
encodeTimestamp(byte[], int, double) - Static method in class net.i2p.router.time.NtpMessage
Encodes a timestamp in the specified position in the message.
encodeToString(byte[]) - Static method in class org.minidns.util.Base32
Encodes the given byte array to a Base32 string.
encodeToString(byte[]) - Static method in class org.minidns.util.Base64
Encodes the given byte array to a Base64 string.
Encoding - Class in i2p.susi.webmail.encoding
Interface to encode/decode content transfer encodings like quoted-printable, base64 etc.
Encoding() - Constructor for class i2p.susi.webmail.encoding.Encoding
Creates an Encoding with a logger.
encoding - Variable in class i2p.susi.webmail.MailPart
encoding.
Encoding - Class in net.i2p.crypto.eddsa.math
Common interface for all $(b-1)$-bit encodings of elements of EdDSA finite fields.
Encoding() - Constructor for class net.i2p.crypto.eddsa.math.Encoding
 
EncodingException - Exception in i2p.susi.webmail.encoding
Converted from Exception to IOException in 0.9.33
EncodingException(String) - Constructor for exception i2p.susi.webmail.encoding.EncodingException
Create an EncodingException with a message.
EncodingException(String, Exception) - Constructor for exception i2p.susi.webmail.encoding.EncodingException
Create an EncodingException with a message and cause.
EncodingFactory - Class in i2p.susi.webmail.encoding
Manager class to handle content transfer encodings.
encrypt(byte[], int, byte[], int, SessionKey, byte[], int) - Method in class net.i2p.crypto.AESEngine
Encrypt the payload with the session key
encrypt(byte[], int, byte[], int, SessionKey, byte[], int, int) - Method in class net.i2p.crypto.AESEngine
Encrypt payload with session key.
encrypt(byte[], byte[], byte[], int, byte[], int, int) - Static method in class net.i2p.crypto.ChaCha20
Encrypt from plaintext to ciphertext
encrypt(byte[], byte[], int, byte[], int, byte[], int, int) - Static method in class net.i2p.crypto.ChaCha20
Encrypt from plaintext to ciphertext
encrypt(byte[], int, byte[], int, SessionKey, byte[], int) - Method in class net.i2p.crypto.CryptixAESEngine
 
encrypt(byte[], int, byte[], int, SessionKey, byte[], int, int) - Method in class net.i2p.crypto.CryptixAESEngine
 
encrypt(byte[], PublicKey) - Method in class net.i2p.crypto.ElGamalEngine
encrypt the data to the public key
encrypt(SessionKey) - Method in class net.i2p.data.EncryptedLeaseSet
Throws IllegalStateException if not initialized.
encrypt(int, List<? extends SimpleDataStructure>) - Method in class net.i2p.data.EncryptedLeaseSet
Throws IllegalStateException if not initialized.
encrypt(SessionKey) - Method in class net.i2p.data.LeaseSet
Encrypt the gateway and tunnel ID of each lease, leaving the expire dates unchanged.
encrypt(SessionKey) - Method in class net.i2p.data.LeaseSet2
Encrypt the gateway and tunnel ID of each lease, leaving the expire dates unchanged.
encrypt(int, String, String) - Method in class net.i2p.i2ptunnel.web.IndexBean
Encrypt a property using an in-memory key, for interaction with the UI only, using ChaCha20.
encrypt(byte[], PublicKey, SessionKey, Set<SessionTag>, SessionTag, SessionKey, long) - Method in class net.i2p.router.crypto.ElGamalAESEngine
Encrypt the unencrypted data to the target.
encrypt(byte[], PublicKey, SessionKey, Set<SessionTag>, SessionTag, long) - Method in class net.i2p.router.crypto.ElGamalAESEngine
Encrypt the data to the target using the given key and deliver the specified tags No new session key This is the one called from GarlicMessageBuilder and is the primary entry point.
encrypt(CloveSet, PublicKey, Destination, PrivateKey, RatchetSKM, ReplyCallback) - Method in class net.i2p.router.crypto.ratchet.ECIESAEADEngine
Encrypt the data to the target using the given key and deliver the specified tags No new session key This is the one called from GarlicMessageBuilder and is the primary entry point.
encrypt(CloveSet, SessionKey, RatchetSessionTag) - Method in class net.i2p.router.crypto.ratchet.ECIESAEADEngine
Create an Existing Session Message to an anonymous target using the given session key and tag, for netdb DSM/DSRM replies.
encrypt(CloveSet, PublicKey) - Method in class net.i2p.router.crypto.ratchet.ECIESAEADEngine
Encrypt the data to the target using the given key from an anonymous source, for netdb lookups.
encrypt(byte[], byte[], byte[]) - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMIndCpa
encrypt.
encryptAESBlock(byte[], SessionKey, byte[], Set<SessionTag>, SessionKey, long) - Method in class net.i2p.router.crypto.ElGamalAESEngine
For both scenarios, this method encrypts the AES area using the given key, iv and making sure the resulting data is at least as long as the paddedSize and also mod 16 bytes.
encryptAndHash(byte[], int, byte[], int, int) - Method in class com.southernstorm.noise.protocol.SymmetricState
Encrypts a block of plaintext and mixes the ciphertext into the handshake hash.
encryptBlock(byte[], int, SessionKey, byte[], int) - Method in class net.i2p.crypto.AESEngine
This just copies payload to out, see extension for the real thing.
encryptBlock(byte[], int, SessionKey, byte[], int) - Method in class net.i2p.crypto.CryptixAESEngine
encrypt exactly 16 bytes using the session key
encryptECIESRecord(RouterContext, PublicKey, Hash) - Method in class net.i2p.data.i2np.BuildRequestRecord
Encrypts the record using ECIES.
EncryptedBuildRecord - Class in net.i2p.data.i2np
ElGamal-encrypted request or response.
EncryptedBuildRecord(byte[]) - Constructor for class net.i2p.data.i2np.EncryptedBuildRecord
 
EncryptedLeaseSet - Class in net.i2p.data
Implementation of EncryptedLeaseSet as specified in Proposal 123: New NetDb Entries.
EncryptedLeaseSet() - Constructor for class net.i2p.data.EncryptedLeaseSet
Creates a new EncryptedLeaseSet with default values.
encryptHandshakeHeader(UDPPacket, byte[], byte[]) - Static method in class net.i2p.router.transport.udp.SSU2Header
First 64 bytes
encryptLongHeader(UDPPacket, byte[], byte[]) - Static method in class net.i2p.router.transport.udp.SSU2Header
First 32 bytes
encryptOnly(byte[], int, byte[], int, int) - Method in class com.southernstorm.noise.protocol.SymmetricState
I2P - Same as encryptAndHash() but without the post-mixHash(), for N only.
encryptRecord(I2PAppContext, PublicKey, Hash) - Method in class net.i2p.data.i2np.BuildRequestRecord
Encrypts the record using ElGamal.
encryptShortHeader(UDPPacket, byte[], byte[]) - Static method in class net.i2p.router.transport.udp.SSU2Header
First 16 bytes.
encryptWithAd(byte[], byte[], int, byte[], int, int) - Method in class com.southernstorm.noise.protocol.ChaChaPolyCipherState
 
encryptWithAd(byte[], int, int, byte[], int, byte[], int, int) - Method in class com.southernstorm.noise.protocol.ChaChaPolyCipherState
I2P
encryptWithAd(byte[], byte[], int, byte[], int, int) - Method in interface com.southernstorm.noise.protocol.CipherState
Encrypts a plaintext buffer using the cipher and a block of associated data.
encryptWithAd(byte[], int, int, byte[], int, byte[], int, int) - Method in interface com.southernstorm.noise.protocol.CipherState
Encrypts a plaintext buffer with a block of associated data, with separate offset/length for the AD.
ENCSTYLE_URL - Static variable in class org.cybergarage.soap.SOAP
ENCSTYLE_URL.
EncType - Enum in net.i2p.crypto
Defines the properties for various encryption types that I2P supports or may someday support.
end() - Method in class net.i2p.router.JobTiming
Record the current time as the actual end.
END - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "end" or "e" - end of time range
end - Variable in class org.rrd4j.graph.HSpan
 
end - Variable in class org.rrd4j.graph.ImageParameters
Start and end timestamps for graph range
end - Variable in class org.rrd4j.graph.VSpan
 
endIndex - Variable in class i2p.susi.dns.AddressbookBean
Ending index for pagination
endOffset - Variable in class org.rrd4j.core.jrrd.DataChunk
Row number offset relative to current row
endTest() - Method in class edu.internet2.ndt.StatusPanel
End the currently running test Cannot be restarted.
endTime - Variable in class org.rrd4j.graph.RrdGraphDef
Start and end timestamps for the graph (seconds since epoch).
engineDigest() - Method in class net.i2p.crypto.SHA1
Completes the hash computation by performing final operations such as padding.
engineDigest(byte[], int, int) - Method in class net.i2p.crypto.SHA1
Completes the hash computation by performing final operations such as padding.
engineGeneratePrivate(KeySpec) - Method in class net.i2p.crypto.eddsa.KeyFactory
Generates an EdDSA private key from the provided key specification.
engineGeneratePrivate(KeySpec) - Method in class net.i2p.crypto.elgamal.KeyFactory
Generates an ElGamal private key from the provided key specification.
engineGeneratePublic(KeySpec) - Method in class net.i2p.crypto.eddsa.KeyFactory
Generates an EdDSA public key from the provided key specification.
engineGeneratePublic(KeySpec) - Method in class net.i2p.crypto.elgamal.KeyFactory
Generates an ElGamal public key from the provided key specification.
engineGetDigestLength() - Method in class net.i2p.crypto.SHA1
Returns the digest length in bytes.
engineGetKeySpec(Key, Class<T>) - Method in class net.i2p.crypto.eddsa.KeyFactory
Returns a specification (key material) of the given key object.
engineGetKeySpec(Key, Class<T>) - Method in class net.i2p.crypto.elgamal.KeyFactory
Returns a specification (key material) of the given key object.
engineInitSign(PrivateKey) - Method in class net.i2p.crypto.eddsa.EdDSAEngine
 
engineInitVerify(PublicKey) - Method in class net.i2p.crypto.eddsa.EdDSAEngine
 
engineReset() - Method in class net.i2p.crypto.SHA1
Reset athen initialize the digest context.
ENGINES_DEFAULT - Static variable in class net.i2p.router.web.helpers.SearchHelper
Default search engine list
engineSetParameter(AlgorithmParameterSpec) - Method in class net.i2p.crypto.eddsa.EdDSAEngine
 
engineSign() - Method in class net.i2p.crypto.eddsa.EdDSAEngine
 
engineTranslateKey(Key) - Method in class net.i2p.crypto.eddsa.KeyFactory
Translates a key object from one provider to another.
engineTranslateKey(Key) - Method in class net.i2p.crypto.elgamal.KeyFactory
Translates a key object from one provider to another.
engineUpdate(byte) - Method in class net.i2p.crypto.eddsa.EdDSAEngine
 
engineUpdate(byte[], int, int) - Method in class net.i2p.crypto.eddsa.EdDSAEngine
 
engineUpdate(byte) - Method in class net.i2p.crypto.SHA1
Updates the digest using the specified byte.
engineUpdate(byte[], int, int) - Method in class net.i2p.crypto.SHA1
Updates the digest using the specified array of bytes, starting at the specified offset.
engineVerify(byte[]) - Method in class net.i2p.crypto.eddsa.EdDSAEngine
 
enqueue(PacketLocal) - Method in class net.i2p.client.streaming.impl.PacketQueue
Add a new packet to be sent out ASAP.
enqueueInfoMessage() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Inject a DatabaseStoreMessage with our RouterInfo.
ensureParam(String) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Throws a JSONRPC2Error.INVALID_PARAMS exception if there is no parameter by the specified name.
ensureParam(String, Class<T>) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Throws a JSONRPC2Error.INVALID_PARAMS exception if there is no parameter by the specified name, its value is null, or its type doesn't map to the specified.
ensureParam(String, Class<T>, boolean) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Throws a JSONRPC2Error.INVALID_PARAMS exception if there is no parameter by the specified name or its type doesn't map to the specified.
ensureParam(int) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Throws a JSONRPC2Error.INVALID_PARAMS exception if there is no parameter at the specified position.
ensureParam(int, Class<T>) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Throws a JSONRPC2Error.INVALID_PARAMS exception if there is no parameter at the specified position, its value is null, or its type doesn't map to the specified.
ensureParam(int, Class<T>, boolean) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Throws a JSONRPC2Error.INVALID_PARAMS exception if there is no parameter at the specified position or its type doesn't map to the specified.
ensureParams(String[]) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Throws a JSONRPC2Error.INVALID_PARAMS if the specified names aren't present in the parameters, or names outside the specified are contained.
ensureParams(String[], String[]) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Throws a JSONRPC2Error.INVALID_PARAMS if the specified mandatory names aren't contained in the parameters, or names outside the specified mandatory and optional are present.
ensureSufficientTunnels() - Method in class net.i2p.router.tunnel.pool.TunnelPool
Ensure the pool has at least target valid tunnels, building replacements proactively when the count drops below target.
entries - Variable in class i2p.susi.dns.AddressbookBean
Array of address entries
entries - Variable in class net.i2p.router.news.BlocklistEntries
List of entries to block.
EntropyHarvester - Interface in net.i2p.crypto
Allow various components with some entropy to feed that entropy back into some PRNG.
Entry() - Constructor for class net.i2p.router.Banlist.Entry
Default constructor.
entryAdded(NamingService, String, Destination, Properties) - Method in interface net.i2p.client.naming.NamingServiceListener
Called when a new naming service entry is added.
entryChanged(NamingService, String, Destination, Properties) - Method in interface net.i2p.client.naming.NamingServiceListener
Called when a naming service entry changes.
entryRemoved(NamingService, String) - Method in interface net.i2p.client.naming.NamingServiceListener
Called when a naming service entry is removed.
entrySet() - Method in class net.i2p.util.OrderedProperties
 
ENVELOPE - Static variable in class org.cybergarage.soap.SOAP
ENVELOPE.
EOF - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for end of input - no more tokens available
EOFOnMatchInputStream - Class in i2p.susi.util
InputStream that returns EOF when input matches specified bytes.
EOFOnMatchInputStream(InputStream, byte[]) - Constructor for class i2p.susi.util.EOFOnMatchInputStream
Non-counter mode.
EOFOnMatchInputStream(InputStream, ReadCounter, byte[]) - Constructor for class i2p.susi.util.EOFOnMatchInputStream
Counter mode.
Epoch - Class in org.rrd4j.core.timespec
Small swing-based utility to convert timestamps (seconds since epoch) to readable dates and vice versa.
eq(Object, Object) - Static method in class net.i2p.data.DataHelper
Helper util to compare two objects, including null handling.
eq(Collection<?>, Collection<?>) - Static method in class net.i2p.data.DataHelper
Run a deep comparison across the two collections.
eq(byte[], byte[]) - Static method in class net.i2p.data.DataHelper
Run a comparison on the byte arrays, byte by byte.
eq(byte[], int, byte[], int, int) - Static method in class net.i2p.data.DataHelper
Unlike eq(byte[], byte[]), this returns false if either lhs or rhs is null.
eqCT(byte[], int, byte[], int, int) - Static method in class net.i2p.data.DataHelper
Unlike eq(), this throws NPE if either lhs or rhs is null.
eqCT(String, String) - Static method in class net.i2p.data.DataHelper
Constant time string comparison.
equal(int, int) - Static method in class net.i2p.crypto.eddsa.Utils
Constant-time byte comparison.
equal(byte[], byte[]) - Static method in class net.i2p.crypto.eddsa.Utils
Constant-time byte[] comparison.
equal(double, double) - Static method in class org.rrd4j.core.Util
Compares two doubles but treats all NaNs as equal.
equals(Object) - Method in class com.google.zxing.common.BitArray
 
equals(Object) - Method in class com.google.zxing.common.BitMatrix
 
equals(Object) - Method in class com.google.zxing.qrcode.decoder.FormatInformation
True if the other object has the same error correction level and data mask.
equals(Object) - Method in exception com.thetransactioncompany.jsonrpc2.JSONRPC2Error
Overrides Object.equals().
equals(Object) - Method in class com.thetransactioncompany.jsonrpc2.server.MessageContext.BasicPrincipal
Checks for equality.
equals(Object) - Method in class com.tomgibara.crinch.hashing.HashRange
 
equals(Object) - Method in class i2p.susi.webmail.Attachment
Compares this attachment to another for equality.
equals(Object) - Method in class net.i2p.client.naming.HostTxtEntry
Compares Destination only, not properties
equals(Object) - Method in class net.i2p.client.streaming.I2PSocketAddress
equals.
equals(ECParameterSpec, ECParameterSpec) - Static method in class net.i2p.crypto.ECConstants
There is no ECParameterSpec.equals().
equals(Object) - Method in class net.i2p.crypto.eddsa.EdDSAPrivateKey
 
equals(Object) - Method in class net.i2p.crypto.eddsa.EdDSAPublicKey
 
equals(Object) - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
 
equals(Object) - Method in class net.i2p.crypto.eddsa.math.Curve
 
equals(Object) - Method in class net.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElement
 
equals(Object) - Method in class net.i2p.crypto.eddsa.math.Field
Compare for equality.
equals(Object) - Method in class net.i2p.crypto.eddsa.math.GroupElement
 
equals(Object) - Method in class net.i2p.crypto.eddsa.spec.EdDSAParameterSpec
Compares this parameter specification to another object for equality.
equals(Object) - Method in class net.i2p.crypto.elgamal.impl.ElGamalPublicKeyImpl
True if the keys are equal.
equals(Object) - Method in class net.i2p.crypto.elgamal.spec.ElGamalParameterSpec
Compares this ElGamal parameter spec to another object for equality.
equals(Object) - Method in class net.i2p.data.ByteArray
Compares this ByteArray with another object for equality.
equals(Object) - Method in class net.i2p.data.Certificate
 
equals(Object) - Method in class net.i2p.data.DateAndFlags
equals(Object) - Method in class net.i2p.data.Destination
equals.
equals(Object) - Method in class net.i2p.data.EncryptedLeaseSet
Compares this EncryptedLeaseSet with another object for equality.
equals(Object) - Method in class net.i2p.data.i2cp.AbuseReason
Compares this abuse reason with another object for equality.
equals(Object) - Method in class net.i2p.data.i2cp.AbuseSeverity
Compares this abuse severity with another object for equality.
equals(Object) - Method in class net.i2p.data.i2cp.MessageId
equals(Object) - Method in class net.i2p.data.i2cp.SessionConfig
Compares this session config with another object for equality.
equals(Object) - Method in class net.i2p.data.i2cp.SessionId
Compares this session ID with another object for equality.
equals(Object) - Method in class net.i2p.data.i2np.DatabaseLookupMessage
equals.
equals(Object) - Method in class net.i2p.data.i2np.DatabaseSearchReplyMessage
equals.
equals(Object) - Method in class net.i2p.data.i2np.DatabaseStoreMessage
equals.
equals(Object) - Method in class net.i2p.data.i2np.DataMessage
 
equals(Object) - Method in class net.i2p.data.i2np.DeliveryInstructions
equals.
equals(Object) - Method in class net.i2p.data.i2np.DeliveryStatusMessage
equals.
equals(Object) - Method in class net.i2p.data.i2np.GarlicClove
equals.
equals(Object) - Method in class net.i2p.data.i2np.GarlicMessage
equals.
equals(Object) - Method in class net.i2p.data.i2np.TunnelDataMessage
Two TunnelDataMessages are equal if they have the same tunnel ID and data.
equals(Object) - Method in class net.i2p.data.i2np.TunnelGatewayMessage
Two TunnelGatewayMessages are equal if they have the same tunnel ID and message content.
equals(Object) - Method in class net.i2p.data.i2np.UnknownI2NPMessage
 
equals(Object) - Method in class net.i2p.data.KeysAndCert
Compares this KeysAndCert with another object for equality.
equals(Object) - Method in class net.i2p.data.Lease
Compares this Lease with another object for equality.
equals(Object) - Method in class net.i2p.data.Lease2
 
equals(Object) - Method in class net.i2p.data.LeaseSet
equals(Object) - Method in class net.i2p.data.LeaseSet2
equals(Object) - Method in class net.i2p.data.MetaLease
Compares this Lease with another object for equality.
equals(Object) - Method in class net.i2p.data.MetaLeaseSet
Compares this MetaLeaseSet with another object for equality.
equals(Object) - Method in class net.i2p.data.Payload
Compares this payload with another object for equality.
equals(Object) - Method in class net.i2p.data.PrivateKey
Compares this private key with another object for equality.
equals(Object) - Method in class net.i2p.data.PublicKey
Compares this public key with another object for equality.
equals(Object) - Method in class net.i2p.data.router.RouterAddress
Transport, host, and port only.
equals(Object) - Method in class net.i2p.data.router.RouterIdentity
 
equals(Object) - Method in class net.i2p.data.router.RouterInfo
equals.
equals(Object) - Method in class net.i2p.data.SessionTag
Compares this session tag with another object for equality.
equals(Object) - Method in class net.i2p.data.Signature
Compares this signature with another object for equality.
equals(Object) - Method in class net.i2p.data.SigningPrivateKey
 
equals(Object) - Method in class net.i2p.data.SigningPublicKey
 
equals(Object) - Method in class net.i2p.data.SimpleDataStructure
Warning - this returns true for two different classes with the same size and same data, e.g.
equals(Object) - Method in class net.i2p.data.TunnelId
equals(Object) - Method in class net.i2p.i2pcontrol.security.AuthToken
Equality based on the token ID.
equals(Object) - Method in class net.i2p.i2ptunnel.streamr.MultiSource.MSink
equals.
equals(Object) - Method in class net.i2p.internal.PoisonI2CPMessage
equals.
equals(Object) - Method in class net.i2p.router.crypto.ratchet.NextSessionKey
 
equals(Object) - Method in class net.i2p.router.crypto.ratchet.RatchetSessionTag
Compares by long value for fast identity.
equals(Object) - Method in class net.i2p.router.message.OutboundCache.HashPair
equals.
equals(Object) - Method in class net.i2p.router.news.CRLEntry
 
equals(Object) - Method in class net.i2p.router.news.NewsEntry
equals.
equals(Object) - Method in class net.i2p.router.news.NewsMetadata.Release
For findbugs.
equals(Object) - Method in class net.i2p.router.news.NewsMetadata.Update
For findbugs.
equals(Object) - Method in class net.i2p.router.peermanager.PeerProfile
 
equals(Object) - Method in class net.i2p.router.startup.ClientAppConfig
Matches on class, args, and name only
equals(Object) - Method in class net.i2p.router.sybil.Pair
equals.
equals(Object) - Method in class net.i2p.router.sybil.Points
 
equals(Object) - Method in class net.i2p.router.transport.TransportManager.Port
 
equals(Object) - Method in class net.i2p.router.transport.udp.RemoteHostId
 
equals(Object) - Method in class net.i2p.router.transport.UPnP.IPv6ForwardPort
Ignores UID
equals(Object) - Method in class net.i2p.router.tunnel.pool.ExcluderBase
equals.
equals(Object) - Method in class net.i2p.router.web.GraphListener
Compare with another listener by the underlying rate.
equals(Object) - Method in class net.i2p.stat.FrequencyStat
Compares this frequency stat to another object for equality.
equals(Object) - Method in class net.i2p.stat.Rate
This is used in GraphGenerator and GraphListener.
equals(Object) - Method in class net.i2p.stat.RateStat
Object to compare.
equals(Object) - Method in class net.i2p.util.LogLimit
equals.
equals(Object) - Method in class net.i2p.util.LogRecord
Matches source class, first part of message string, and throwable class only.
equals(Object) - Method in class org.cybergarage.xml.Node
 
equals(Object) - Method in class org.freenetproject.DetectedIP
 
equals(Object) - Method in class org.freenetproject.ForwardPort
equals.
equals(Object) - Method in class org.jfree.svg.util.GradientPaintKey
Checks this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.svg.util.LinearGradientPaintKey
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.jfree.svg.util.RadialGradientPaintKey
Tests this instance for equality with an arbitrary object.
equals(Object) - Method in class org.klomp.snark.BitField
Compares this BitField to another object for equality.
equals(Object) - Method in class org.klomp.snark.comments.Comment
Comments within 10 minutes (not necessarily in same bucket) and otherwise equal are considered equal.
equals(Object) - Method in class org.klomp.snark.dht.NodeInfo
equals.
equals(Object) - Method in class org.klomp.snark.PartialPiece
Equality based on piece ID only.
equals(Object) - Method in class org.klomp.snark.Peer
Two Peers are equal when they have the same PeerID.
equals(Object) - Method in class org.klomp.snark.PeerID
Two PeerIDs are equal when they have the same dest hash
equals(Object) - Method in class org.klomp.snark.Piece
 
equals(Object) - Method in class org.klomp.snark.Request
Two requests are equal if they share the same piece, offset, and length
equals(Object) - Method in class org.klomp.snark.WebPeer
Two Peers are equal when they have the same PeerID.
equals(Object) - Method in class org.minidns.dnslabel.DnsLabel
equals.
equals(Object) - Method in class org.minidns.dnsmessage.DnsMessage
equals.
equals(Object) - Method in class org.minidns.dnsmessage.Question
 
equals(Object) - Method in class org.minidns.dnsname.DnsName
equals.
equals(Object) - Method in class org.minidns.record.Data
 
equals(Object) - Method in class org.minidns.record.Record
 
equals(Object) - Method in class org.rrd4j.core.ArcDef
equals(Object) - Method in class org.rrd4j.core.DsDef
equals(Object) - Method in class org.rrd4j.core.RrdDef
equals(Object) - Method in class org.rrd4j.data.Variable.PercentElem
equals.
equalsIgnoreTimestamp(Comment) - Method in class org.klomp.snark.comments.Comment
Checks equality ignoring the timestamp, comparing only rating, text, and name.
ERR_DESTINATION_UNKNOWN - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
error response when destination is not found
ERR_FORBIDDEN - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
403 Forbidden error response
ERR_NO_OUTPROXY - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
error response when no outproxy is configured
ERR_NOT_FOUND - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
404 Not Found error response
ERR_REQUEST_TIMEOUT - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
HTTP 408 Request Timeout error response.
error - Variable in class i2p.susi.webmail.Mail
Error message from parsing, or empty
error - Variable in class i2p.susi.webmail.smtp.SMTPClient
error.
ERROR - Static variable in class net.i2p.util.Log
ERROR.
error(String) - Method in class net.i2p.util.Log
Log an error message.
error(String, Throwable) - Method in class net.i2p.util.Log
Log an error message with a throwable.
ERROR_CODE - Static variable in class org.cybergarage.soap.SOAP
ERROR_CODE.
ERROR_DESCRIPTION - Static variable in class org.cybergarage.soap.SOAP
ERROR_DESCRIPTION.
ErrorCorrectionLevel - Enum in com.google.zxing.qrcode.decoder
See ISO 18004:2006, 6.5.1.
errorOccurred(I2PSession, String, Throwable) - Method in interface net.i2p.client.I2PSessionListener
Notify the client that some error occurred
errorOccurred(I2PSession, String, Throwable) - Method in interface net.i2p.client.I2PSessionMuxedListener
Notify the client that some error occurred.
errorOccurred(I2PSession, String, Throwable) - Method in class net.i2p.client.impl.I2PSessionDemultiplexer
 
errorOccurred() - Method in interface net.i2p.client.streaming.I2PSocket.SocketErrorListener
An error occurred communicating with the peer.
errorOccurred(I2PSession, String, Throwable) - Method in class net.i2p.client.streaming.impl.MessageHandler
Notify the client that some error occurred
errorOccurred() - Method in class net.i2p.i2ptunnel.I2PTunnelOutproxyRunner
Called to signal an error occurred and notify waiting threads.
errorOccurred() - Method in class net.i2p.i2ptunnel.I2PTunnelRunner
 
errorOccurred(I2PSession, String, Throwable) - Method in class net.i2p.i2ptunnel.I2PTunnelTask
Does nothing here.
errorOccurred(I2PSession, String, Throwable) - Method in class net.i2p.i2ptunnel.udp.I2PSource.Listener
 
errorOccurred(I2PSession, String, Throwable) - Method in class net.i2p.sam.MasterSession
Called when an I2P error occurs.
errorOccurred(I2PSession, String, Throwable) - Method in class org.klomp.snark.dht.KRPC
errorOccurred.
errorOccurred(I2PSession, String, Throwable) - Method in class org.klomp.snark.UDPTrackerClient
errorOccurred.
errorResponse - Variable in class net.i2p.i2ptunnel.RequestValidator.ValidationResult
The error response to send if the request is invalid; null if no response needed
errors - Variable in class org.rrd4j.core.RrdSafeFileBackend.Counters
Error count
ErrorServlet - Class in net.i2p.servlet
Common servlet for errors This is intended for webapps and local plugins.
ErrorServlet() - Constructor for class net.i2p.servlet.ErrorServlet
Servlet for rendering error pages in webapps and plugins.
ES - Static variable in class com.southernstorm.noise.protocol.Pattern
Token code: ES
escape(String) - Static method in class org.json.simple.Jsoner
Escapes potentially confusing or important characters in the String provided.
escapeForXML(String) - Static method in class org.jfree.svg.SVGUtils
Returns a new string where any special characters in the source string have been encoded.
escapeHTML(String) - Static method in class net.i2p.data.DataHelper
Escape a string for inclusion in HTML
EscapeHTMLOutputStream - Class in i2p.susi.util
OutputStream that escapes HTML characters during streaming.
EscapeHTMLOutputStream(OutputStream) - Constructor for class i2p.susi.util.EscapeHTMLOutputStream
Create an EscapeHTMLOutputStream wrapping the given output stream.
EscapeHTMLWriter - Class in i2p.susi.util
Writer that escapes HTML characters during streaming.
EscapeHTMLWriter(Writer) - Constructor for class i2p.susi.util.EscapeHTMLWriter
Create an EscapeHTMLWriter wrapping the given writer.
escapeXMLChars(String) - Static method in class org.cybergarage.xml.XML
Escapes XML special characters in the input string, including quotes.
establish(OutNetMessage) - Method in class net.i2p.router.transport.udp.EstablishmentManager
Send the message to its specified recipient by establishing a connection with them and sending it off.
ESTABLISH_TIMEOUT - Static variable in class net.i2p.router.transport.ntcp.NTCPTransport
how long from initial connection attempt (accept() or connect()) until the con must be established to avoid premature close()ing.
EstablishBase - Class in net.i2p.router.transport.ntcp
Base class for NTCP connection establishment.
EstablishBase(RouterContext, NTCPTransport, NTCPConnection) - Constructor for class net.i2p.router.transport.ntcp.EstablishBase
EstablishBase.
EstablishBase.State - Enum in net.i2p.router.transport.ntcp
States for NTCP connection establishment process.
establishing(NTCPConnection) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
add us to the establishment timeout process
EstablishmentManager - Class in net.i2p.router.transport.udp
Coordinate the establishment of new sessions - both inbound and outbound.
EstablishmentManager(RouterContext, UDPTransport) - Constructor for class net.i2p.router.transport.udp.EstablishmentManager
EstablishmentManager.
EstablishmentManager.Token - Class in net.i2p.router.transport.udp
Token used for SSU2 session establishment and validation.
EstablishState - Interface in net.i2p.router.transport.ntcp
Interface for handling NTCP connection establishment state machine.
estimate - Variable in class edu.internet2.ndt.Tcpbw100
Packet loss rate.
estimateSize() - Method in class net.i2p.data.i2np.GarlicClove
estimateSize.
ETHERNET_MTU_SIZE - Static variable in class edu.internet2.ndt.NDTConstants
Standard Ethernet MTU size used for middlebox detection.
ETHERNET_STR - Static variable in class edu.internet2.ndt.NDTConstants
Human-readable label for Ethernet data rate.
eu.bengreen.data.utility - package eu.bengreen.data.utility
Data utility classes for hashing and time-related algorithms.
eval(byte[], int, byte[], byte[]) - Static method in class com.southernstorm.noise.crypto.x25519.Curve25519
Evaluates the Curve25519 curve.
evaluateAt(int) - Method in class com.google.zxing.common.reedsolomon.GenericGFPoly
evaluate at.
EVENT - Static variable in class org.cybergarage.upnp.device.NT
event
EVENT_COMPLETED - Static variable in class org.klomp.snark.UDPTrackerClient
Torrent download completed.
EVENT_NONE - Static variable in class org.klomp.snark.UDPTrackerClient
No event (periodic announce).
EVENT_STARTED - Static variable in class org.klomp.snark.UDPTrackerClient
Torrent download started.
EVENT_STOPPED - Static variable in class org.klomp.snark.UDPTrackerClient
Torrent stopped.
EventDispatcher - Interface in net.i2p.util
Event dispatching interface.
EventDispatcherImpl - Class in net.i2p.util
An implementation of the EventDispatcher interface.
EventDispatcherImpl() - Constructor for class net.i2p.util.EventDispatcherImpl
Create a new EventDispatcherImpl.
EventListener - Interface in org.cybergarage.upnp.event
Interface for receiving UPnP event notifications.
eventLog() - Method in class net.i2p.router.Router
 
EventLog - Class in net.i2p.router.util
Event logging utility with caching and file-based persistence.
EventLog(I2PAppContext, File) - Constructor for class net.i2p.router.util.EventLog
 
EventLogHelper - Class in net.i2p.router.web.helpers
Helper for router event log display and filtering.
EventLogHelper() - Constructor for class net.i2p.router.web.helpers.EventLogHelper
EventLogHelper.
eventNotifyReceived(String, long, String, String) - Method in class net.i2p.router.transport.UPnP
EventListener callback - unused for now - supported in miniupnpd as of 1.1
eventNotifyReceived(String, long, String, String) - Method in interface org.cybergarage.upnp.event.EventListener
Called when an event notification is received from a UPnP service.
eventOccurred() - Method in class net.i2p.client.streaming.impl.Connection
Notify the scheduler that an event occurred on this connection.
eventOccurred(Connection) - Method in class net.i2p.client.streaming.impl.SchedulerClosed
eventOccurred.
eventOccurred(Connection) - Method in class net.i2p.client.streaming.impl.SchedulerClosing
Handle an event on a closing connection.
eventOccurred(Connection) - Method in class net.i2p.client.streaming.impl.SchedulerConnectedBulk
Handle an event on a connected bulk connection.
eventOccurred(Connection) - Method in class net.i2p.client.streaming.impl.SchedulerConnecting
Handle an event on a connecting connection.
eventOccurred(Connection) - Method in class net.i2p.client.streaming.impl.SchedulerDead
Handle an event on a dead connection.
eventOccurred(Connection) - Method in class net.i2p.client.streaming.impl.SchedulerHardDisconnected
Handle an event on a hard-disconnected connection.
eventOccurred(Connection) - Method in class net.i2p.client.streaming.impl.SchedulerPreconnect
Handle an event on a preconnect connection.
eventOccurred(Connection) - Method in class net.i2p.client.streaming.impl.SchedulerReceived
Handle an event on a received connection.
eventOccurred(Connection) - Method in interface net.i2p.client.streaming.impl.TaskScheduler
An event has occurred (timeout, message sent, or message received), so schedule what to do next based on our current state.
eventOccurred() - Method in class net.i2p.stat.Frequency
Take note that a new event occurred, recalculating all the averages and frequencies
eventOccurred() - Method in class net.i2p.stat.FrequencyStat
update all of the frequencies for the various periods
EventPumper - Class in net.i2p.router.transport.ntcp
The main NTCP NIO event loop thread responsible for high-throughput, low-latency handling of inbound and outbound NTCP connections using non-blocking I/O.
EventPumper(RouterContext, NTCPTransport) - Constructor for class net.i2p.router.transport.ntcp.EventPumper
EventPumper.
EventReceiver - Class in net.i2p.i2ptunnel.irc
An implementation of the EventDispatcher interface for receiving events via in-line notifyEvent() only.
EventReceiver() - Constructor for class net.i2p.i2ptunnel.irc.EventReceiver
 
evictProfilesNotInNetdb() - Method in class net.i2p.router.peermanager.ProfileOrganizer
Evict profiles for peers no longer in the network database.
exactlyEqual(ArcDef) - Method in class org.rrd4j.core.ArcDef
Check if two archive definitions are exactly equal.
exactlyEqual(DsDef) - Method in class org.rrd4j.core.DsDef
Checks if this DsDef is exactly equal to another, including all fields.
exchange(String[]) - Method in class gnu.getopt.Getopt
Exchange the shorter segment with the far end of the longer segment.
EXCLUDE_CIPHERS - Static variable in class net.i2p.util.I2PSSLSocketFactory
We exclude everything that Java 8 disables by default, plus some others.
EXCLUDE_PROTOCOLS - Static variable in class net.i2p.util.I2PSSLSocketFactory
Unmodifiable.
Excluder(boolean, boolean) - Constructor for class net.i2p.router.tunnel.pool.TunnelPeerSelector.Excluder
Automatically adds selectPeersInTooManyTunnels(), unless i2np.allowLocal.
Excluder(boolean, boolean, Set<Hash>) - Constructor for class net.i2p.router.tunnel.pool.TunnelPeerSelector.Excluder
Does not add selectPeersInTooManyTunnels().
ExcluderBase - Class in net.i2p.router.tunnel.pool
A Set of Hashes that automatically adds to the Set in the contains() check.
ExcluderBase(Set<Hash>) - Constructor for class net.i2p.router.tunnel.pool.ExcluderBase
Automatically check if peer is connected and add the Hash to the set if not.
Exec - Class in net.i2p.installer
This class can be used by the installer to execute shell commands.
Exec() - Constructor for class net.i2p.installer.Exec
Default constructor.
exec(String[], List<String>) - Static method in class net.i2p.util.CommandLine
Will only return if command not found.
execDatagramMessage(String, Properties) - Method in class net.i2p.sam.SAMv1Handler
Parse and execute a DATAGRAM message.
execDestMessage(String, Properties) - Method in class net.i2p.sam.SAMv1Handler
Parse and execute a DEST message.
execNamingMessage(String, Properties) - Method in class net.i2p.sam.SAMv1Handler
Parse and execute a NAMING message.
execRawMessage(String, Properties) - Method in class net.i2p.sam.SAMv1Handler
Parse and execute a RAW message.
execSessionMessage(String, Properties) - Method in class net.i2p.sam.SAMv1Handler
Parse and execute a SESSION message.
execSessionMessage(String, Properties) - Method in class net.i2p.sam.SAMv3Handler
Parse and execute a SESSION message.
execStreamClose(Properties) - Method in class net.i2p.sam.SAMv1Handler
Parse and execute a STREAM CLOSE message.
execStreamConnect(Properties) - Method in class net.i2p.sam.SAMv1Handler
Parse and execute a STREAM CONNECT message.
execStreamConnect(Properties) - Method in class net.i2p.sam.SAMv3Handler
Parse and execute a STREAM CONNECT message.
execStreamMessage(String, Properties) - Method in class net.i2p.sam.SAMv1Handler
Parse and execute a STREAM message.
execStreamMessage(String, Properties) - Method in class net.i2p.sam.SAMv2Handler
Parse and execute a STREAM message.
execStreamMessage(String, Properties) - Method in class net.i2p.sam.SAMv3Handler
Parse and execute a STREAM message.
execStreamSend(Properties) - Method in class net.i2p.sam.SAMv1Handler
Parse and execute a STREAM SEND message.
executeSilentAndWait(String[]) - Method in class net.i2p.util.ShellCommand
Passes a command to the shell for execution.
executeSilentAndWaitTimed(String, int) - Method in class net.i2p.util.ShellCommand
Passes a command to the shell for execution.
executeSilentAndWaitTimed(String[], int) - Method in class net.i2p.util.ShellCommand
Passes a command to the shell for execution.
exemptIncoming(Hash) - Method in class net.i2p.router.CommSystemFacade
Exempt this router hash from any incoming throttles or rejections
exemptIncoming(Hash) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Exempt this router hash from any incoming throttles or rejections
ExistingDestException() - Constructor for exception net.i2p.sam.SessionsDB.ExistingDestException
 
ExistingIdException() - Constructor for exception net.i2p.sam.SessionsDB.ExistingIdException
 
exists(String) - Method in class org.rrd4j.core.RrdBackendFactory
Determines if a storage with the given path already exists.
exists(URI) - Method in class org.rrd4j.core.RrdBackendFactory
Determines if a storage with the given URI already exists.
exists(String) - Method in class org.rrd4j.core.RrdFileBackendFactory
Determines if a storage with the given path already exists.
exists(String) - Method in class org.rrd4j.core.RrdMemoryBackendFactory
Determines if a storage with the given path already exists.
existsInClientBlocklist(String) - Method in class net.i2p.i2ptunnel.BlocklistManager
Checks if a destination exists in the client blocklist.
EXIT_GRACEFUL - Static variable in class net.i2p.router.Router
shut down after all tunnels are gone
EXIT_GRACEFUL_RESTART - Static variable in class net.i2p.router.Router
shut down after all tunnels are gone, and tell the wrapper to restart
EXIT_HARD - Static variable in class net.i2p.router.Router
shut down immediately
EXIT_HARD_RESTART - Static variable in class net.i2p.router.Router
shut down immediately, and tell the wrapper to restart
EXIT_OOM - Static variable in class net.i2p.router.Router
shut down immediately
exp(int) - Method in class com.google.zxing.common.reedsolomon.GenericGF
 
expandDBProfile() - Method in class net.i2p.router.peermanager.PeerProfile
For floodfills
expandProfile() - Method in class net.i2p.router.peermanager.PeerProfile
When the given peer is performing well enough that we want to keep detailed stats on them again, call this to set up the info we dropped during shrinkProfile.
expire - Variable in class org.minidns.record.SOA
A 32 bit time value that specifies the upper limit on the time interval that can elapse before the zone is no longer authoritative.
EXPIRE_DELAY - Static variable in class net.i2p.router.networkdb.HandleDatabaseLookupMessageJob
If a routerInfo structure isn't this recent, don't send it out.
EXPIRE_TIMEOUT - Static variable in class net.i2p.router.transport.udp.UDPTransport
Default introducer expiration in ms.
ExpiredAuthTokenException - Exception in net.i2p.i2pcontrol.security
Exception thrown when an authentication token has expired.
ExpiredAuthTokenException(String, String) - Constructor for exception net.i2p.i2pcontrol.security.ExpiredAuthTokenException
 
expireInboundMessages() - Method in class net.i2p.router.transport.udp.PeerState
Expire partially received inbound messages, returning how many are still pending.
ExpireJob - Class in net.i2p.router.tunnel.pool
Handles tunnel expiration in two phases for graceful shutdown.
ExpireLeasesJob - Class in net.i2p.router.networkdb.kademlia
Periodically searches through all leases to find expired ones, failing those keys and firing up a new search for each (in case we want it later, might as well preemptively fetch it).
ExpireLeasesJob(RouterContext, KademliaNetworkDatabaseFacade) - Constructor for class net.i2p.router.networkdb.kademlia.ExpireLeasesJob
ExpireLeasesJob.
expireOn - Variable in class net.i2p.router.Banlist.Entry
when it should expire, per the i2p clock
ExpireRoutersJob - Class in net.i2p.router.networkdb.kademlia
Go through the routing table pick routers that are out of date, but don't expire routers we're actively connected to.
ExpireRoutersJob(RouterContext, KademliaNetworkDatabaseFacade) - Constructor for class net.i2p.router.networkdb.kademlia.ExpireRoutersJob
Constructs a job to expire outdated routers from the network database.
expireTag(RatchetSessionTag, RatchetTagSet) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
Remove the tag associated with this tagset.
expireTag(RatchetSessionTag, RatchetTagSet) - Method in interface net.i2p.router.crypto.ratchet.SessionTagListener
Remove the tag associated with this tagset.
expireTimedOut() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
called in the EventPumper no more than once a second or so, closing any unconnected/unestablished connections
ExplicitFilterDefinitionElement - Class in net.i2p.i2ptunnel.access
Filter definition element for a single explicitly defined remote destination.
ExplicitFilterDefinitionElement(String, Threshold) - Constructor for class net.i2p.i2ptunnel.access.ExplicitFilterDefinitionElement
 
ExploratoryPeerSelector - Class in net.i2p.router.tunnel.pool
Pick peers randomly out of the not-failing pool, and put them into a tunnel ordered by XOR distance from a random key.
ExploratoryPeerSelector(RouterContext) - Constructor for class net.i2p.router.tunnel.pool.ExploratoryPeerSelector
ExploratoryPeerSelector.
ExploreJob - Class in net.i2p.router.networkdb.kademlia
Represents an exploratory search job for a particular key in the Kademlia network database.
ExploreJob(RouterContext, KademliaNetworkDatabaseFacade, Hash, boolean, long) - Constructor for class net.i2p.router.networkdb.kademlia.ExploreJob
Constructs a new ExploreJob with given parameters and calculates concurrency level.
export(Writer) - Method in class i2p.susi.dns.NamingServiceBean
Export address book entries to a writer.
export(Writer, Properties) - Method in class net.i2p.client.naming.MetaNamingService
All services aggregated.
export(Writer) - Method in class net.i2p.client.naming.NamingService
Export in a hosts.txt format.
export(Writer, Properties) - Method in class net.i2p.client.naming.NamingService
Export in a hosts.txt format.
export(Writer, Properties) - Method in class net.i2p.client.naming.SingleFileNamingService
Overridden for efficiency.
export(Writer, Properties) - Method in class net.i2p.router.naming.BlockfileNamingService
Export in a hosts.txt format.
exportCert(Certificate, OutputStream) - Static method in class net.i2p.crypto.CertUtil
Modified from: http://www.exampledepot.com/egs/java.security.cert/ExportCert.html Writes a certificate in base64 format.
exportCert(File, String, String, File) - Static method in class net.i2p.crypto.KeyStoreUtil
Pull the cert back OUT of the keystore and save it in Base64-encoded X.509 format so the clients can get to it.
exportCRL(X509CRL, OutputStream) - Static method in class net.i2p.crypto.CertUtil
Writes a CRL in base64 format.
exportPrivateKey(PrivateKey, Certificate[], OutputStream) - Static method in class net.i2p.crypto.CertUtil
Writes the private key and all certs in base64 format.
exportPrivateKey(File, String, String, String, OutputStream) - Static method in class net.i2p.crypto.KeyStoreUtil
Export the private key and certificate chain (if any) out of a keystore.
exportProfile(Hash, OutputStream) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Write a peer profile to the given output stream for persistence.
exportXml(OutputStream) - Method in class org.rrd4j.core.FetchData
Dumps fetch data to output stream in XML format.
exportXml(XmlWriter) - Method in class org.rrd4j.core.FetchData
exportXml.
exportXml(String) - Method in class org.rrd4j.core.FetchData
Dumps fetch data to file in XML format.
exportXml() - Method in class org.rrd4j.core.FetchData
Dumps fetch data in XML format.
exportXml(OutputStream) - Method in class org.rrd4j.core.RrdDb
This method is just an alias for dumpXml method.
exportXml() - Method in class org.rrd4j.core.RrdDb
This method is just an alias for getXml method.
exportXml(String) - Method in class org.rrd4j.core.RrdDb
This method is just an alias for dumpXml(String) method.
exportXmlTemplate(OutputStream) - Method in class org.rrd4j.core.RrdDef
Exports RrdDef object to output stream in XML format.
exportXmlTemplate(OutputStream, boolean) - Method in class org.rrd4j.core.RrdDef
Exports RrdDef object to output stream in XML format.
exportXmlTemplate(XmlWriter, boolean) - Method in class org.rrd4j.core.RrdDef
Exports RrdDef object to output stream in XML format.
exportXmlTemplate(boolean) - Method in class org.rrd4j.core.RrdDef
Exports RrdDef object to string in XML format.
exportXmlTemplate() - Method in class org.rrd4j.core.RrdDef
Exports RrdDef object to string in XML format.
exportXmlTemplate(String) - Method in class org.rrd4j.core.RrdDef
Exports RrdDef object to a file in XML format.
exportXmlTemplate(String, boolean) - Method in class org.rrd4j.core.RrdDef
Exports RrdDef object to a file in XML format.
expungeStaleInstances() - Static method in class net.i2p.router.util.CoDelBlockingQueue
Remove cleared (GC'd) weak references from the list.
expungeStaleInstances() - Static method in class net.i2p.router.util.CoDelPriorityBlockingQueue
Remove cleared (GC'd) weak references from the list.
expungeStaleInstances() - Static method in class net.i2p.util.SyntheticREDQueue
Remove cleared (GC'd) weak references from the list.
EXT - Static variable in class org.cybergarage.http.HTTP
EXT header confirming MAN was understood
ExtendedDigest - Interface in org.bouncycastle.crypto
Extended interface for message digests with additional functionality.
extendedRcode - Variable in class org.minidns.edns.Edns
8-bit extended return code.
EXTENSION - Static variable in class org.klomp.snark.Message
E x t e n s i o n
ExtensionHandler - Class in org.klomp.snark
REF: BEP 10 Extension Protocol
ExtensionHandler() - Constructor for class org.klomp.snark.ExtensionHandler
 
extensionMessage(int, byte[]) - Method in class org.klomp.snark.PeerState
Handle an extension message from the peer.
externalAddressReceived(Transport.AddressSource, byte[], int) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
UDP changed addresses, tell NTCP and (possibly) restart
externalAddressReceived(Transport.AddressSource, byte[], int) - Method in interface net.i2p.router.transport.Transport
Notify transport of an external address change event.
externalAddressReceived(Transport.AddressSource, byte[], int) - Method in class net.i2p.router.transport.TransportImpl
Notify a transport of an external address change.
externalAddressReceived(Transport.AddressSource, byte[], int) - Method in class net.i2p.router.transport.TransportManager
Initialize from interfaces, and callback from UPnP or SSU.
externalAddressReceived(Transport.AddressSource, byte[], int) - Method in class net.i2p.router.transport.udp.UDPTransport
From config, UPnP, local i/f, ...
externalAddressReceived(Hash, byte[], byte[], int) - Method in class net.i2p.router.transport.udp.UDPTransport
Someone we tried to contact gave us what they think our IP address is.
externalAddressRemoved(Transport.AddressSource, boolean) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
Notify a transport of an external address change.
externalAddressRemoved(Transport.AddressSource, boolean) - Method in interface net.i2p.router.transport.Transport
Notify a transport of an external address change.
externalAddressRemoved(Transport.AddressSource, boolean) - Method in class net.i2p.router.transport.TransportImpl
Notify a transport of an external address change.
externalAddressRemoved(Transport.AddressSource, boolean) - Method in class net.i2p.router.transport.TransportManager
Remove all ipv4 or ipv6 addresses.
ExternalMain - Class in net.i2p.desktopgui
Simplified main class for App Context only, requiring only i2p.jar.
ExternalMain(I2PAppContext, ClientAppManager, String[]) - Constructor for class net.i2p.desktopgui.ExternalMain
Create a new ExternalMain with the specified context and manager.
ExternalMain() - Constructor for class net.i2p.desktopgui.ExternalMain
Create a new ExternalMain using the global context.
externalPort - Variable in class org.freenetproject.ForwardPortStatus
The external port that was actually forwarded.
ExternalTrayManager - Class in net.i2p.desktopgui
Tray manager for external use without router context access.
ExternalTrayManager(I2PAppContext, boolean) - Constructor for class net.i2p.desktopgui.ExternalTrayManager
Create a new ExternalTrayManager.
EXTRA - Static variable in class net.i2p.router.RouterVersion
for example "-test"
extractCN(String) - Static method in class net.i2p.apache.http.conn.ssl.DefaultHostnameVerifier
Extract the Common Name from the subject principal.
extractHash() - Method in class net.i2p.client.datagram.I2PDatagramDissector
Extract the hash of the payload of an I2P repliable datagram (previously loaded with the loadI2PDatagram() method), without verifying the datagram signature.
extractPayload() - Method in class net.i2p.client.datagram.I2PDatagramDissector
Extract the payload carried by an I2P repliable datagram (previously loaded with the loadI2PDatagram() method), without verifying the datagram signature.
extractSecret(byte[]) - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMExtractor
Extract the shared secret from the encapsulated data.
extractSender() - Method in class net.i2p.client.datagram.I2PDatagramDissector
Extract the sender of an I2P repliable datagram (previously loaded with the loadI2PDatagram() method), without verifying the datagram signature.
extractSubjectAlts(X509Certificate, int) - Static method in class net.i2p.apache.http.conn.ssl.DefaultHostnameVerifier
Extract subject alternative names from the certificate.
extractZip(File, File) - Static method in class net.i2p.util.FileUtil
As of release 0.7.12, any files inside the zip that have a .jar.pack or .war.pack suffix are transparently unpacked to a .jar or .war file using unpack200.
extractZip(File, File, int) - Static method in class net.i2p.util.FileUtil
Warning - do not call any new classes from here, or update will crash the JVM.

F

F - Static variable in class com.southernstorm.noise.protocol.Pattern
Token code: F
f - Variable in class net.i2p.crypto.eddsa.math.Encoding
The field
f - Variable in class net.i2p.crypto.eddsa.math.FieldElement
The field this element belongs to
F4_1024_SPEC - Static variable in class net.i2p.crypto.RSAConstants
RSA 1024-bit with F4 exponent
F4_2048_SPEC - Static variable in class net.i2p.crypto.RSAConstants
RSA 2048-bit with F4 exponent
F4_3072_SPEC - Static variable in class net.i2p.crypto.RSAConstants
RSA 3072-bit with F4 exponent
F4_4096_SPEC - Static variable in class net.i2p.crypto.RSAConstants
RSA 4096-bit with F4 exponent
factorQMulMont(short, short) - Static method in class org.bouncycastle.pqc.crypto.mlkem.Ntt
factor q mul mont.
fail(Hash) - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
Record a lookup failure
fail(Hash) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
fail(Hash) - Method in class net.i2p.router.NetworkDatabaseFacade
Mark a database entry as failed.
fail(Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Final remove for a leaseset.
fail() - Method in class net.i2p.router.networkdb.kademlia.MessageWrapper.WrappedMessage
delivered tags (if any) were not acked
fail() - Method in class net.i2p.router.networkdb.kademlia.SearchJob
Search totally failed
fail() - Method in class net.i2p.router.networkdb.kademlia.StoreJob
Handle failed completion of the store operation.
fail(RouterContext, OutNetMessage) - Static method in class net.i2p.router.transport.GetBidsJob
Fail a message and trigger failure callbacks
fail(String) - Method in class net.i2p.router.transport.ntcp.EstablishBase
Fail the handshake.
fail(String, Exception) - Method in class net.i2p.router.transport.ntcp.EstablishBase
Fail the handshake with exception.
fail(String, Exception, boolean) - Method in class net.i2p.router.transport.ntcp.EstablishBase
Fail the handshake optionally suppressing skew stat.
fail(String, Exception, boolean) - Method in class net.i2p.router.transport.ntcp.InboundEstablishState
Handles handshake failure by transitioning to CORRUPT state and cleaning up.
fail(String) - Method in class net.i2p.router.transport.ntcp.OutboundNTCP2State
fail.
fail(String, Exception) - Method in class net.i2p.router.transport.ntcp.OutboundNTCP2State
fail.
fail(String, Exception, boolean) - Method in class net.i2p.router.transport.ntcp.OutboundNTCP2State
fail.
fail() - Method in class net.i2p.router.transport.udp.InboundEstablishState
Mark this establishment attempt as failed.
fail() - Method in class net.i2p.router.transport.udp.InboundEstablishState2
Overridden to destroy the handshake state
fail() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
The SessionCreated validation failed
fail() - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
Overridden to destroy the handshake state
fail() - Method in interface net.i2p.router.transport.udp.SocketListener
fail().
fail() - Method in class net.i2p.router.transport.udp.UDPEndpoint
 
fail(UDPEndpoint) - Method in class net.i2p.router.transport.udp.UDPTransport
The endpoint has failed.
fail(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Fail all outbound tunnels with this peer as first hop, and all inbound tunnels with this peer as the last hop, baecause we can't contact it any more.
fail(Hash) - Method in interface net.i2p.router.TunnelManagerFacade
 
FAILED - Static variable in class com.southernstorm.noise.protocol.HandshakeState
The handshake has failed due to some kind of error.
failed() - Method in class net.i2p.router.networkdb.kademlia.DirectLookupJob
 
failed() - Method in class net.i2p.router.networkdb.kademlia.FloodOnlySearchJob
 
failed() - Method in class net.i2p.router.networkdb.kademlia.FloodSearchJob
Deprecated, unused, see FOSJ override
failed(Hash, boolean) - Method in class net.i2p.router.networkdb.kademlia.IterativeSearchJob
Note that the peer did not respond with a DSM (either a DSRM, timeout, or failure).
failed() - Method in class net.i2p.router.networkdb.kademlia.IterativeSearchJob
Total failure
failed() - Method in class net.i2p.router.networkdb.kademlia.SingleSearchJob
 
FAILED - Static variable in class net.i2p.router.transport.ntcp.EstablishBase
FAILED.
failed(OutboundMessageState) - Method in class net.i2p.router.transport.udp.UDPTransport
Handle a failed outbound message.
failed(OutboundMessageState, boolean) - Method in class net.i2p.router.transport.udp.UDPTransport
 
failed(OutNetMessage, String) - Method in class net.i2p.router.transport.udp.UDPTransport
Handle a failed outbound network message.
failed() - Method in class net.i2p.router.tunnel.FragmentedMessage
failed.
FailedJob(RouterContext, RouterInfo) - Constructor for class net.i2p.router.networkdb.kademlia.SearchJob.FailedJob
 
FailedJob(RouterContext, RouterInfo, boolean) - Constructor for class net.i2p.router.networkdb.kademlia.SearchJob.FailedJob
Allow the choice as to whether failed searches should count against the peer (such as if we search for a random key)
failInboundEstablishment(CipherState, byte[], int) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
We are Bob.
failLeaseRequest(LeaseRequestState) - Method in class net.i2p.router.client.ClientConnectionRunner
Fail the given lease request.
failPermanently(Destination) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Negative cache until restart
failPermanently(Destination) - Method in class net.i2p.router.networkdb.kademlia.NegativeLookupCache
Negative cache the hash permanently until restart, but cache the destination.
failTags(PublicKey) - Method in class net.i2p.crypto.SessionKeyManager
Mark all of the tags delivered to the target up to this point as invalid, since the peer has failed to respond when they should have.
failTags(PublicKey, SessionKey, TagSetHandle) - Method in class net.i2p.crypto.SessionKeyManager
Fail tags for the given target, key, and tag set handle.
failTags(PublicKey, SessionKey, TagSetHandle) - Method in class net.i2p.router.crypto.ratchet.MuxedPQSKM
ElG only
failTags(PublicKey, SessionKey, TagSetHandle) - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
ElG only
failTags(PublicKey, SessionKey, TagSetHandle) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
 
failTags(PublicKey, SessionKey, TagSetHandle) - Method in class net.i2p.router.crypto.TransientSessionKeyManager
Mark these tags as invalid, since the peer has failed to ack them in time.
FAKE_HASH - Static variable in class net.i2p.data.Hash
Placeholder all-zero hash for testing.
FAKE_NID - Static variable in class org.klomp.snark.dht.KRPC
all-zero NID used for pings
FakeALabel - Class in org.minidns.dnslabel
Represents a fake A-label in DNS labels.
A fake A-label is a special type of XN-label used for handling certain edge cases in internationalized domain names.
FakeALabel(String) - Constructor for class org.minidns.dnslabel.FakeALabel
Create fake A-label
falsePositives(int) - Method in class org.xlattice.crypto.filters.BloomSHA1
Calculates the approximate false positive rate for a given number of set members.
falsePositives() - Method in class org.xlattice.crypto.filters.BloomSHA1
Calculates the approximate false positive rate for the current number of set members.
FamilyKeyCrypto - Class in net.i2p.router.crypto
Utilities for creating, storing, retrieving the signing keys for the netdb family feature
FamilyKeyCrypto(RouterContext) - Constructor for class net.i2p.router.crypto.FamilyKeyCrypto
For signing and verification.
FamilyKeyCrypto.Result - Enum in net.i2p.router.crypto
Only STORED_KEY is fully trusted.
FAST_ETHERNET - Static variable in class edu.internet2.ndt.NDTConstants
Human-readable label for Fast Ethernet data rate.
FAST_RETRANSMIT_THRESHOLD - Static variable in class net.i2p.client.streaming.impl.Connection
If we have been explicitly NACKed three times, retransmit the packet even if there are other packets in flight.
FastI2NPMessageImpl - Class in net.i2p.data.i2np
Ignore, but save, the SHA-256 checksum in the full 16-byte header when read in.
FastI2NPMessageImpl(I2PAppContext) - Constructor for class net.i2p.data.i2np.FastI2NPMessageImpl
 
fastRetransmit() - Method in class net.i2p.client.streaming.impl.Connection.ResendPacketEvent
 
fatal(Snark, String) - Method in interface org.klomp.snark.CompleteListener
 
fatal(Snark, String) - Method in class org.klomp.snark.SnarkManager
A Snark.CompleteListener method.
fatal(Snark, String) - Method in class org.klomp.snark.UpdateRunner
fatal.
FAULT - Static variable in class org.cybergarage.soap.SOAP
FAULT.
FAULT_CODE - Static variable in class org.cybergarage.soap.SOAP
FAULT_CODE.
FAULT_CODE - Static variable in class org.cybergarage.upnp.control.ControlResponse
Default fault code for UPnP errors
FAULT_STRING - Static variable in class org.cybergarage.soap.SOAP
FAULT_STRING.
FAULT_STRING - Static variable in class org.cybergarage.upnp.control.ControlResponse
Default fault string for UPnP errors
FAULTACTOR - Static variable in class org.cybergarage.soap.SOAP
FAULTACTOR.
FEB - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "feb", "february" - second month
feedEntropy(String, byte[], int, int) - Method in interface net.i2p.crypto.EntropyHarvester
Feed the entropy pools with data[offset:offset+len]
feedEntropy(String, long, int, int) - Method in interface net.i2p.crypto.EntropyHarvester
Feed the entropy pools with the bits in the data
feedEntropy(String, long, int, int) - Method in class net.i2p.util.FortunaRandomSource
reseed the fortuna
feedEntropy(String, byte[], int, int) - Method in class net.i2p.util.FortunaRandomSource
reseed the fortuna
feedEntropy(String, long, int, int) - Method in class net.i2p.util.RandomSource
feedEntropy.
feedEntropy(String, byte[], int, int) - Method in class net.i2p.util.RandomSource
feedEntropy.
feedID - Variable in class net.i2p.router.news.NewsMetadata
Standard Atom feed metadata
feedSubtitle - Variable in class net.i2p.router.news.NewsMetadata
Standard Atom feed metadata
feedTitle - Variable in class net.i2p.router.news.NewsMetadata
Standard Atom feed metadata
feedUpdated - Variable in class net.i2p.router.news.NewsMetadata
Standard Atom feed metadata
fetch(long, long, long) - Method in class net.i2p.client.streaming.I2PSocketEepGet
We have to override this to close _socket, since we can't use _proxy in super as the I2PSocket.
fetch() - Method in class net.i2p.util.EepGet
Blocking fetch, returning true if the URL was retrieved, false if all retries failed.
fetch(long) - Method in class net.i2p.util.EepGet
Blocking fetch, timing out individual attempts if the HTTP response headers don't come back in the time given.
fetch(long, long, long) - Method in class net.i2p.util.EepGet
Blocking fetch.
fetch() - Method in class net.i2p.util.EepPost
 
fetch(long) - Method in class net.i2p.util.EepPost
 
fetch(long, long, long) - Method in class net.i2p.util.EepPost
 
FetchAndAdd - Class in org.klomp.snark.web
A cancellable torrent file downloader.
FetchAndAdd(I2PAppContext, SnarkManager, String, File) - Constructor for class org.klomp.snark.web.FetchAndAdd
Caller should call _mgr.addDownloader(this), which will start things off.
fetchData(FetchRequest) - Method in class org.rrd4j.core.Archive
Fetch data from the archive.
FetchData - Class in org.rrd4j.core
Class used to represent data fetched from the RRD.
FetchData(Archive, FetchRequest) - Constructor for class org.rrd4j.core.FetchData
 
fetchData() - Method in class org.rrd4j.core.FetchRequest
Returns data from the underlying RRD and puts it in a single FetchData object.
fetchData(FetchRequest) - Method in class org.rrd4j.core.RrdDb
Fetch data
fetchNews() - Method in class net.i2p.router.update.NewsFetcher
fetchNews.
FetchRequest - Class in org.rrd4j.core
Class to represent fetch request.
FetchRequest(RrdDb, ConsolFun, long, long, long) - Constructor for class org.rrd4j.core.FetchRequest
 
FF - Static variable in class com.southernstorm.noise.protocol.Pattern
Token code: FF
Field - Class in net.i2p.crypto.eddsa.math
An EdDSA finite field.
Field(int, byte[], Encoding) - Constructor for class net.i2p.crypto.eddsa.math.Field
Create a finite field.
FieldElement - Class in net.i2p.crypto.eddsa.math
Represents an element in a finite field of order $2^{b}-3$.
FieldElement(Field) - Constructor for class net.i2p.crypto.eddsa.math.FieldElement
Creates a new field element in the specified field.
FIFOBandwidthLimiter - Class in net.i2p.router.transport
FIFO-based bandwidth limiter for managing inbound and outbound traffic.
FIFOBandwidthLimiter(RouterContext) - Constructor for class net.i2p.router.transport.FIFOBandwidthLimiter
FIFOBandwidthLimiter.
FIFOBandwidthLimiter.CompleteListener - Interface in net.i2p.router.transport
Listener for bandwidth request completion events.
FIFOBandwidthLimiter.Request - Interface in net.i2p.router.transport
A bandwidth request, either inbound or outbound.
FIFOBandwidthRefiller - Class in net.i2p.router.transport
Bandwidth token refiller for FIFO-based bandwidth limiting.
FIFOBandwidthRefiller(RouterContext, FIFOBandwidthLimiter) - Constructor for class net.i2p.router.transport.FIFOBandwidthRefiller
comment
file - Variable in class net.i2p.data.PrivateKeyFile
the key file
file - Variable in class net.metanotion.io.block.BlockFile
The underlying file interface for this block file
file - Variable in class org.klomp.snark.web.Sorters.FileAndIndex
 
FileAndIndex(File, Storage, long[]) - Constructor for class org.klomp.snark.web.Sorters.FileAndIndex
 
FileAndIndex(File, Storage, long[], long[]) - Constructor for class org.klomp.snark.web.Sorters.FileAndIndex
 
FileBuffer - Class in i2p.susi.util
Buffer implementation backed by a file.
FileBuffer(File) - Constructor for class i2p.susi.util.FileBuffer
Create a FileBuffer for the entire file.
FileBuffer(File, int, int) - Constructor for class i2p.susi.util.FileBuffer
Create a FileBuffer for a portion of the file.
FileDumpHelper - Class in net.i2p.router.web.helpers
Dump info on jars and wars
FileDumpHelper() - Constructor for class net.i2p.router.web.helpers.FileDumpHelper
 
fileExists(String) - Static method in class org.rrd4j.core.Util
Checks if the file with the given file name exists
FileFilterDefinitionElement - Class in net.i2p.i2ptunnel.access
Filter definition element that reads destination hashes from a file.
FileFilterDefinitionElement(File, Threshold) - Constructor for class net.i2p.i2ptunnel.access.FileFilterDefinitionElement
Create a filter definition element that reads destinations from a file.
FileLogWriter - Class in net.i2p.util
File-based log writer thread that pulls log records from the LogManager, writes them to the current logfile, and rotates the logs as necessary.
FileLogWriter(LogManager) - Constructor for class net.i2p.util.FileLogWriter
FileLogWriter.
fileMode(Reader.FileMode) - Method in class com.maxmind.geoip2.DatabaseReader.Builder
 
filename - Variable in class i2p.susi.webmail.MailPart
Always null, reserved for future use
filename - Variable in class org.rrd4j.graph.RrdGraphDef
Path to the output image file, or '-' for in-memory only.
filename - Variable in class org.rrd4j.graph.RrdGraphInfo
 
FILENAME_OVERRIDE_PROP - Static variable in class net.i2p.util.LogManager
Property name to override the log filename
filenameToFile(String) - Static method in class net.i2p.i2ptunnel.TunnelController
Does not necessarily exist.
FilenameUtil - Class in i2p.susi.util
File name encoding utilities for cross-platform compatibility.
FilenameUtil() - Constructor for class i2p.susi.util.FilenameUtil
 
FileSuffixFilter - Class in net.i2p.util
A FileFilter that accepts regular files with a suffix and optionally a prefix, case-insensitive.
FileSuffixFilter(String) - Constructor for class net.i2p.util.FileSuffixFilter
A filter that accepts regular files that end with suffix, case-insensitive.
FileSuffixFilter(String, String) - Constructor for class net.i2p.util.FileSuffixFilter
A filter that accepts regular files that start with prefix and end with suffix, case-insensitive.
FileUtil - Class in net.i2p.util
General helper methods for messing with files These are static methods that do NOT convert arguments to absolute paths for a particular context and directory.
FileUtil() - Constructor for class net.i2p.util.FileUtil
 
FileUtil - Class in org.cybergarage.util
Utility class for file operations and XML file detection.
FileUtil() - Constructor for class org.cybergarage.util.FileUtil
 
fill(Shape) - Method in class org.jfree.svg.SVGGraphics2D
Fills the specified shape with the current paint.
fill(long[], double[], long, long) - Method in class org.rrd4j.data.Variable.AVERAGE
 
fill(long[], double[], long, long) - Method in class org.rrd4j.data.Variable
This method is call with the needed values, extracted from the datasource to do the calculation.
fill(long[], double[], long, long) - Method in class org.rrd4j.data.Variable.FIRST
 
fill(long[], double[], long, long) - Method in class org.rrd4j.data.Variable.LAST
 
fill(long[], double[], long, long) - Method in class org.rrd4j.data.Variable.LSLCORREL
 
fill(long[], double[], long, long) - Method in class org.rrd4j.data.Variable.LSLINT
 
fill(long[], double[], long, long) - Method in class org.rrd4j.data.Variable.LSLSLOPE
 
fill(long[], double[], long, long) - Method in class org.rrd4j.data.Variable.MAX
 
fill(long[], double[], long, long) - Method in class org.rrd4j.data.Variable.MIN
 
fill(long[], double[], long, long) - Method in class org.rrd4j.data.Variable.PERCENTILE
 
fill(long[], double[], long, long) - Method in class org.rrd4j.data.Variable.STDDEV
 
fill(long[], double[], long, long) - Method in class org.rrd4j.data.Variable.TOTAL
 
fillArc(int, int, int, int, int, int) - Method in class org.jfree.svg.SVGGraphics2D
Fills an arc contained within the rectangle (x, y, width, height), starting at startAngle and continuing through arcAngle degrees, using the current paint.
fillBlock() - Method in class gnu.crypto.prng.AsyncFortunaStandalone
Fill the PRNG output block.
fillBlock() - Method in class gnu.crypto.prng.BasePRNGStandalone
Fill the internal buffer with random bytes
fillBlock() - Method in class gnu.crypto.prng.FortunaStandalone
Unused, see AsyncFortunaStandalone
fillInStackTrace() - Method in exception com.google.zxing.ReaderException
Disable stack trace capture for performance.
fillOval(int, int, int, int) - Method in class org.jfree.svg.SVGGraphics2D
Fills an oval framed by the rectangle (x, y, width, height).
fillPolygon(int[], int[], int) - Method in class org.jfree.svg.SVGGraphics2D
Fills the specified polygon using the current paint.
fillPolygon(double[], double, double[], Paint) - Method in class org.rrd4j.graph.ImageWorker
Fill a polygon with a flat bottom.
fillPolygon(double[], double[], double[], Paint) - Method in class org.rrd4j.graph.ImageWorker
Fill a polygon with variable bottom points.
fillRect(int, int, int, int) - Method in class org.jfree.svg.SVGGraphics2D
Fills the specified rectangle with the current paint.
fillRect(int, int, int, int, Paint) - Method in class org.rrd4j.graph.ImageWorker
Fill a rectangle with the given paint.
fillRoundRect(int, int, int, int, int, int) - Method in class org.jfree.svg.SVGGraphics2D
Fills a rectangle with rounded corners using the current paint.
filter - Variable in class i2p.susi.dns.AddressbookBean
The filter string
filter(Collection<Record<E>>, Class<E>, Collection<Record<? extends Data>>) - Static method in class org.minidns.record.Record
Filter a collection of records by data class, adding matching records to the result.
filter(Class<E>, Collection<Record<? extends Data>>) - Static method in class org.minidns.record.Record
Filter a collection of records by data class, returning a new list.
filterAdditionalSectionBy(Class<D>) - Method in class org.minidns.dnsmessage.DnsMessage
filterAdditionalSectionBy.
filterAnswerSectionBy(Class<D>) - Method in class org.minidns.dnsmessage.DnsMessage
filterAnswerSectionBy.
filterAuthoritySectionBy(Class<D>) - Method in class org.minidns.dnsmessage.DnsMessage
filterAuthoritySectionBy.
filterCacheControlHeaders(Map<String, List<String>>) - Static method in class net.i2p.i2ptunnel.SecurityHeaderBuilder
Filters Cache-Control headers to remove problematic values.
FilterDefinition - Class in net.i2p.i2ptunnel.access
Access filter definition.
FilterDefinition(Threshold, FilterDefinitionElement[], Recorder[]) - Constructor for class net.i2p.i2ptunnel.access.FilterDefinition
 
filterDefinition - Variable in class net.i2p.i2ptunnel.I2PTunnel
Absolute path to filter definition file
FilterDefinitionElement - Class in net.i2p.i2ptunnel.access
Base class for filter definition elements.
FilterDefinitionElement(Threshold) - Constructor for class net.i2p.i2ptunnel.access.FilterDefinitionElement
 
FilterFactory - Class in net.i2p.i2ptunnel.access
Factory for incoming connection filters.
FilterFactory() - Constructor for class net.i2p.i2ptunnel.access.FilterFactory
 
filterName(String) - Static method in class org.klomp.snark.Storage
Removes 'suspicious' characters from the given file name.
filterPattern - Variable in class org.klomp.snark.TorrentCreateFilter
 
filterResponseLine(String) - Method in class net.i2p.i2ptunnel.HTTPResponseOutputStream
Possibly tweak that first HTTP response line (HTTP/1.0 200 OK, etc).
filterSetCookieHeaders(Map<String, List<String>>) - Static method in class net.i2p.i2ptunnel.SecurityHeaderBuilder
Filters Set-Cookie headers to remove unwanted cookies.
filterSlow(boolean, boolean) - Method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
do we want to skip peers that are slow?
filterType - Variable in class org.klomp.snark.TorrentCreateFilter
 
filterValues(double, double) - Method in interface org.rrd4j.core.Robin
Filters values stored in this archive based on the given boundary.
filterValues(double, double) - Method in class org.rrd4j.core.RobinArray
Filters values stored in this archive based on the given boundary.
filterValues(double, double) - Method in class org.rrd4j.core.RobinMatrix
Filters values stored in this archive based on the given boundary.
finalize() - Method in class org.cybergarage.upnp.ControlPoint
 
finalize() - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
 
finalize() - Method in class org.cybergarage.upnp.ssdp.HTTPUSocket
finalize.
find(K) - Method in class net.metanotion.io.block.index.BSkipList
Find the entry with the given key.
find(K) - Method in class net.metanotion.util.skiplist.SkipList
 
findArchive(ConsolFun, int) - Method in class org.rrd4j.core.RrdDef
Archive.
findClosest(SHA1Hash, int) - Method in class org.klomp.snark.dht.DHTNodes
Find the closest nodes to a given hash or node ID.
findClosest(byte[], int) - Method in class org.klomp.snark.dht.KRPC
Local lookup only
findFactory(URI) - Static method in class org.rrd4j.core.RrdBackendFactory
For a given URI, try to find a factory that can manage it in the list of active factories.
findFirstNotOf(String, String) - Static method in class org.cybergarage.util.StringUtil
Finds the first character that is NOT in the specified character set.
findFirstOf(String, String) - Static method in class org.cybergarage.util.StringUtil
Finds the first occurrence of any character from the specified set.
findLastNotOf(String, String) - Static method in class org.cybergarage.util.StringUtil
Finds the last character that is NOT in the specified character set.
findLastOf(String, String) - Static method in class org.cybergarage.util.StringUtil
Finds the last occurrence of any character from the specified set.
findMatchingArchive(FetchRequest) - Method in class org.rrd4j.core.RrdDb
findMatchingArchive.
findMSBSet(int) - Static method in class com.google.zxing.qrcode.encoder.MatrixUtil
 
findNearestRouters(Hash, int, Set<Hash>) - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
 
findNearestRouters(Hash, int, Set<Hash>) - Method in class net.i2p.router.NetworkDatabaseFacade
Return the RouterInfo structures for the routers closest to the given key.
findNearestRouters(Hash, int, Set<Hash>) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Get the routers closest to that key in response to a remote lookup Only used by ../HDLMJ Set MAY INCLUDE our own router - add to peersToIgnore if you don't want
findOf(String, String, int, int, int, boolean) - Static method in class org.cybergarage.util.StringUtil
Generic character finding method with customizable search parameters.
findStartMatchArchive(String, long, long) - Method in class org.rrd4j.core.RrdDb
Finds the archive that best matches to the start time (time period being start-time until now) and requested resolution.
FindUnit - Class in org.rrd4j.graph
Utility class for resolving unit symbols based on magnitude.
finish(byte[], int) - Method in class com.southernstorm.noise.crypto.Poly1305
Finishes the message authenticator and returns the 16-byte token.
finish() - Method in class net.i2p.util.ResettableGZIPOutputStream
finish() - Method in class org.bouncycastle.crypto.digests.LongDigest
finish.
finishAndAllocate(long) - Method in class net.i2p.router.transport.udp.PeerState
Replaces the two-pass pattern of finishMessages() + allocateSend() with a single pass through _outboundMessages.
finishAndAllocate(long) - Method in class net.i2p.router.transport.udp.PeerState2
Single-pass combined cleanup + send allocation, overriding the base class to incorporate SSU2-specific _sentMessages cleanup and SessionConfirmed retransmit logic.
finishConnect() - Method in class net.i2p.sam.SSLSocketChannel
Finish connecting.
finishHeaders() - Method in class net.i2p.i2ptunnel.HTTPResponseOutputStream
 
finishInboundEstablishment(CipherState, CipherState, byte[], byte[], long, NTCP2Options) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
We are Bob.
finishOutboundEstablishment(CipherState, CipherState, byte[], byte[], long) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
We are Alice.
fireOffsetChanged(long) - Method in class net.i2p.util.Clock
Notify registered listeners of a clock offset change.
fireOOM(OutOfMemoryError) - Method in class net.i2p.util.I2PAppThread
 
fireOOM(OutOfMemoryError) - Method in class net.i2p.util.I2PThread
fireOOM.
first - Variable in class net.i2p.router.util.CachedIteratorCollection
First node in the linked list
first() - Method in class net.i2p.util.UnmodifiableSortedSet
first.
first - Variable in class net.metanotion.util.skiplist.SkipList
First span in the list.
first - Variable in class org.klomp.snark.web.InclusiveByteRange
The first byte position
FIRST() - Constructor for class org.rrd4j.data.Variable.FIRST
 
FIRST_DAY_OF_WEEK - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Default first day of the week (obtained from the default locale)
FIRST_FRAGMENT_HEADER_SIZE - Static variable in class net.i2p.router.transport.udp.SSU2Util
3 byte block header
FIRST_HOP_FAIL_COOLDOWN_MS - Static variable in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Peers that failed as first hop (first hop unreachable) excluded for this long
first_nonopt - Variable in class gnu.getopt.Getopt
The index of the first non-option in argv[]
firstDayOfWeek - Variable in class org.rrd4j.graph.RrdGraphDef
First day of the week for time axis labels.
FirstFragBlock(OutboundMessageState) - Constructor for class net.i2p.router.transport.udp.SSU2Payload.FirstFragBlock
Create a first fragment block.
firstInstalled() - Method in class net.i2p.router.web.helpers.InfoHelper
firstInstalled.
firstKey() - Method in class net.metanotion.io.block.index.IBSkipSpan
Does not call super, we always store first key here
firstKey() - Method in class net.metanotion.util.skiplist.SkipSpan
Get the first key in this span.
firstLevelPage - Variable in class net.metanotion.io.block.index.BSkipList
Page number of the first level
firstPage() - Method in class i2p.susi.util.Folder
Sets folder to display first page.
firstSpanPage - Variable in class net.metanotion.io.block.index.BSkipList
Page number of the first span
firstVersion() - Method in class net.i2p.router.web.helpers.InfoHelper
firstVersion.
firstVersion - Variable in class net.i2p.router.web.helpers.SidebarHelper
First version the router was started with, used to detect new installs
FIVE - Static variable in class net.i2p.crypto.eddsa.math.Constants
method comment
FIVE - Variable in class net.i2p.crypto.eddsa.math.Field
FIVE.
FIVE_MINUTES - Static variable in class net.i2p.stat.RateConstants
Convenience constant for 5 minutes (300,000 ms)
fix(RouterContext) - Static method in class net.i2p.router.tasks.BasePerms
Fix base permissions for Windows installations.
FixCRLFOutputStream - Class in i2p.susi.util
OutputStream that converts LF to CRLF during streaming.
FixCRLFOutputStream(OutputStream) - Constructor for class i2p.susi.util.FixCRLFOutputStream
Create a FixCRLFOutputStream wrapping the given output stream.
fixedOutputLength - Variable in class org.bouncycastle.crypto.digests.KeccakDigest
fixedOutputLength.
FixWinPaths - Class in net.i2p.installer
This class is used by the installer in Windows to process the wrapper.config file.
FixWinPaths() - Constructor for class net.i2p.installer.FixWinPaths
 
flag - Variable in class gnu.getopt.LongOpt
If this variable is not null, then the value stored in "val" is stored here when this long option is encountered.
FLAG_ALPHA - Static variable in class net.i2p.router.web.helpers.UDPSorters
Sort by peer hash
FLAG_CLOSE - Static variable in class net.i2p.client.streaming.impl.Packet
The sender of this packet will not be sending any more payload data.
FLAG_CWND - Static variable in class net.i2p.router.web.helpers.UDPSorters
Sort by congestion window
FLAG_DEBUG - Static variable in class net.i2p.router.web.helpers.UDPSorters
Debug sort flag
FLAG_DELAY_REQUESTED - Static variable in class net.i2p.client.streaming.impl.Packet
This packet includes an explicit request for the recipient to delay sending any packets with data for a given amount of time.
FLAG_DNSSEC_OK - Static variable in class org.minidns.edns.Edns
Inform the dns server that the client supports DNSSEC.
FLAG_DUP - Static variable in class net.i2p.router.web.helpers.UDPSorters
Sort by duplicate packets
FLAG_ECHO - Static variable in class net.i2p.client.streaming.impl.Packet
If set, this packet is a ping (if sendStreamId is set) or a ping reply (if receiveStreamId is set).
FLAG_FROM_INCLUDED - Static variable in class net.i2p.client.streaming.impl.Packet
This packet includes the full I2P destination of the packet's sender.
FLAG_IDLE_IN - Static variable in class net.i2p.router.web.helpers.UDPSorters
Sort by inbound idle time
FLAG_IDLE_OUT - Static variable in class net.i2p.router.web.helpers.UDPSorters
Sort by outbound idle time
FLAG_LOCAL_EPHEM_REQ - Static variable in class com.southernstorm.noise.protocol.Pattern
Flag bit: local ephemeral required
FLAG_LOCAL_EPHEMERAL - Static variable in class com.southernstorm.noise.protocol.Pattern
Flag bit: local ephemeral
FLAG_LOCAL_HYBRID - Static variable in class com.southernstorm.noise.protocol.Pattern
Flag bit: local hybrid
FLAG_LOCAL_HYBRID_REQ - Static variable in class com.southernstorm.noise.protocol.Pattern
Flag bit: local hybrid required
FLAG_LOCAL_REQUIRED - Static variable in class com.southernstorm.noise.protocol.Pattern
Flag bit: local required
FLAG_LOCAL_STATIC - Static variable in class com.southernstorm.noise.protocol.Pattern
Flag bit: local static
FLAG_MAX_PACKET_SIZE_INCLUDED - Static variable in class net.i2p.client.streaming.impl.Packet
This packet includes a request that the recipient not send any subsequent packets with payloads greater than a specific size.
FLAG_MTU - Static variable in class net.i2p.router.web.helpers.UDPSorters
Sort by MTU
FLAG_NO_ACK - Static variable in class net.i2p.client.streaming.impl.Packet
If set, this packet doesn't really want to ack anything
FLAG_OPT_OUT - Static variable in class org.minidns.record.NSEC3
This Flag indicates whether this NSEC3 RR may cover unsigned delegations.
FLAG_PROFILE_INTERACTIVE - Static variable in class net.i2p.client.streaming.impl.Packet
If set, this packet is travelling as part of an interactive flow, meaning it is more lag sensitive than throughput sensitive.
FLAG_RATE_IN - Static variable in class net.i2p.router.web.helpers.UDPSorters
Sort by inbound rate
FLAG_RATE_OUT - Static variable in class net.i2p.router.web.helpers.UDPSorters
Sort by outbound rate
FLAG_RECV - Static variable in class net.i2p.router.web.helpers.UDPSorters
Sort by received message count
FLAG_REMOTE_EPHEM_REQ - Static variable in class com.southernstorm.noise.protocol.Pattern
Flag bit: remote ephemeral required
FLAG_REMOTE_EPHEMERAL - Static variable in class com.southernstorm.noise.protocol.Pattern
Flag bit: remote ephemeral
FLAG_REMOTE_HYBRID - Static variable in class com.southernstorm.noise.protocol.Pattern
Flag bit: remote hybrid
FLAG_REMOTE_HYBRID_REQ - Static variable in class com.southernstorm.noise.protocol.Pattern
Flag bit: remote hybrid required
FLAG_REMOTE_REQUIRED - Static variable in class com.southernstorm.noise.protocol.Pattern
Flag bit: remote required
FLAG_REMOTE_STATIC - Static variable in class com.southernstorm.noise.protocol.Pattern
Flag bit: remote static
FLAG_RESEND - Static variable in class net.i2p.router.web.helpers.UDPSorters
Sort by retransmitted packets
FLAG_RESET - Static variable in class net.i2p.client.streaming.impl.Packet
This packet is being sent to signify that the socket does not exist (or, if in response to an initial synchronize packet, that the connection was refused).
FLAG_REVOKE - Static variable in class org.minidns.record.DNSKEY
Whether the record holds a revoked key.
FLAG_RTO - Static variable in class net.i2p.router.web.helpers.UDPSorters
Sort by RTO
FLAG_RTT - Static variable in class net.i2p.router.web.helpers.UDPSorters
Sort by RTT
FLAG_SECURE_ENTRY_POINT - Static variable in class org.minidns.record.DNSKEY
Whether the key should be used as a secure entry point key.
FLAG_SEND - Static variable in class net.i2p.router.web.helpers.UDPSorters
Sort by sent message count
FLAG_SIGNATURE_INCLUDED - Static variable in class net.i2p.client.streaming.impl.Packet
This packet contains a DSA signature from the packet's sender.
FLAG_SIGNATURE_OFFLINE - Static variable in class net.i2p.client.streaming.impl.Packet
If set, an offline signing block is in the options.
FLAG_SIGNATURE_REQUESTED - Static variable in class net.i2p.client.streaming.impl.Packet
This packet wants the recipient to include signatures on subsequent packets sent to the creator of this packet.
FLAG_SKEW - Static variable in class net.i2p.router.web.helpers.UDPSorters
Sort by clock skew
FLAG_SSTHRESH - Static variable in class net.i2p.router.web.helpers.UDPSorters
Sort by slow start threshold
FLAG_SYNCHRONIZE - Static variable in class net.i2p.client.streaming.impl.Packet
This packet is creating a new socket connection (if the receiveStreamId is STREAM_ID_UNKNOWN) or it is acknowledging a request to create a connection and in turn is accepting the socket.
FLAG_UPTIME - Static variable in class net.i2p.router.web.helpers.UDPSorters
Sort by uptime
FLAG_ZONE - Static variable in class org.minidns.record.DNSKEY
Whether the record holds a DNS zone key.
flags - Variable in class org.minidns.edns.Edns
16-bit flags.
flags - Variable in class org.minidns.record.DNSKEY
flags - Variable in class org.minidns.record.NSEC3
Bitmap of flags: NSEC3.FLAG_OPT_OUT.
flags - Variable in class org.minidns.record.NSEC3PARAM
flags.
flbck(boolean) - Method in class net.metanotion.io.block.FreeListBlock
 
flip(int) - Method in class com.google.zxing.common.BitArray
Flips bit i.
flip(int, int) - Method in class com.google.zxing.common.BitMatrix
Flips the given bit.
FLIP_DIR - Static variable in class com.southernstorm.noise.protocol.Pattern
Token code: FLIP_DIR
FLOAT_COOKIE - Static variable in interface org.rrd4j.core.jrrd.Constants
Constant FLOAT_COOKIE=8.642135E130
flood(DatabaseEntry) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Send to a subset of all floodfill peers.
floodConditional(DatabaseEntry) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
If we are floodfill AND the key is not throttled, flood it, otherwise don't.
FloodfillDatabaseLookupMessageHandler - Class in net.i2p.router.networkdb.kademlia
Handler for DatabaseLookupMessage received on floodfills.
FloodfillDatabaseLookupMessageHandler(RouterContext, FloodfillNetworkDatabaseFacade) - Constructor for class net.i2p.router.networkdb.kademlia.FloodfillDatabaseLookupMessageHandler
Constructs a new handler for floodfill DatabaseLookupMessages.
FloodfillDatabaseStoreMessageHandler - Class in net.i2p.router.networkdb.kademlia
Handles incoming DatabaseStoreMessage for floodfill network database operations.
FloodfillDatabaseStoreMessageHandler(RouterContext, FloodfillNetworkDatabaseFacade) - Constructor for class net.i2p.router.networkdb.kademlia.FloodfillDatabaseStoreMessageHandler
Create a handler for floodfill database store messages.
floodfillEnabled() - Method in class net.i2p.router.NetworkDatabaseFacade
For convenience, so users don't have to cast to FNDF, and unit tests using Dummy NDF will work.
floodfillEnabled() - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
 
floodfillEnabled() - Method in class net.i2p.router.web.helpers.SidebarRenderer
floodfillEnabled.
FloodfillMonitorJob - Class in net.i2p.router.networkdb.kademlia
Simple job to monitor the floodfill pool.
FloodfillMonitorJob(RouterContext, FloodfillNetworkDatabaseFacade) - Constructor for class net.i2p.router.networkdb.kademlia.FloodfillMonitorJob
Creates a new FloodfillMonitorJob.
FloodfillNetworkDatabaseFacade - Class in net.i2p.router.networkdb.kademlia
The network database
FloodfillNetworkDatabaseFacade(RouterContext) - Constructor for class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Main DB
FloodfillNetworkDatabaseFacade(RouterContext, Hash) - Constructor for class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Sub DBs
FloodfillNetworkDatabaseSegmentor - Class in net.i2p.router.networkdb.kademlia
FloodfillNetworkDatabaseSegmentor Default implementation of the SegmentedNetworkDatabaseFacade.
FloodfillNetworkDatabaseSegmentor(RouterContext) - Constructor for class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseSegmentor
Construct a new FloodfillNetworkDatabaseSegmentor with the given RouterContext, containing a default, main netDb and which is prepared to add client netDbs.
FloodfillPeerSelector - Class in net.i2p.router.networkdb.kademlia
This is where we implement semi-Kademlia with the floodfills, by selecting floodfills closest to a given key for searches and stores.
FloodfillPeerSelector(RouterContext) - Constructor for class net.i2p.router.networkdb.kademlia.FloodfillPeerSelector
FloodfillPeerSelector.
FloodfillRouterInfoFloodJob - Class in net.i2p.router.networkdb.kademlia
Job to flood nearby floodfill routers with our RI.
FloodfillRouterInfoFloodJob(RouterContext, FloodfillNetworkDatabaseFacade) - Constructor for class net.i2p.router.networkdb.kademlia.FloodfillRouterInfoFloodJob
FloodfillRouterInfoFloodJob.
FloodfillStoreJob - Class in net.i2p.router.networkdb.kademlia
This class extends StoreJob to fire off a FloodfillVerifyStoreJob after a successful store.
FloodfillStoreJob(RouterContext, FloodfillNetworkDatabaseFacade, Hash, DatabaseEntry, Job, Job, long) - Constructor for class net.i2p.router.networkdb.kademlia.FloodfillStoreJob
Create a new FloodfillStoreJob to send data to floodfills.
FloodfillStoreJob(RouterContext, FloodfillNetworkDatabaseFacade, Hash, DatabaseEntry, Job, Job, long, Set<Hash>) - Constructor for class net.i2p.router.networkdb.kademlia.FloodfillStoreJob
Create a new FloodfillStoreJob to send data to floodfills.
FloodfillVerifyStoreJob - Class in net.i2p.router.networkdb.kademlia
Send a netDb lookup to a floodfill peer - If it is found, great, but if they reply back saying they don't know it, queue up a store of the key to a random floodfill peer again (via FloodfillStoreJob)
FloodfillVerifyStoreJob(RouterContext, Hash, Hash, long, int, Hash, Set<Hash>, FloodfillNetworkDatabaseFacade) - Constructor for class net.i2p.router.networkdb.kademlia.FloodfillVerifyStoreJob
Delay a few seconds, then start the verify
FloodOnlyLookupMatchJob - Class in net.i2p.router.networkdb.kademlia
Handles match processing for flood-only search operations.
FloodOnlyLookupMatchJob(RouterContext, FloodSearchJob) - Constructor for class net.i2p.router.networkdb.kademlia.FloodOnlyLookupMatchJob
 
FloodOnlyLookupSelector - Class in net.i2p.router.networkdb.kademlia
Message selector for flood-only database lookup operations.
FloodOnlyLookupSelector(RouterContext, FloodOnlySearchJob) - Constructor for class net.i2p.router.networkdb.kademlia.FloodOnlyLookupSelector
FloodOnlyLookupSelector.
FloodOnlyLookupTimeoutJob - Class in net.i2p.router.networkdb.kademlia
Timeout handler for flood-only search operations.
FloodOnlyLookupTimeoutJob(RouterContext, FloodSearchJob) - Constructor for class net.i2p.router.networkdb.kademlia.FloodOnlyLookupTimeoutJob
FloodOnlyLookupTimeoutJob.
FloodOnlySearchJob - Class in net.i2p.router.networkdb.kademlia
Flood-only search implementation for network database lookups.
FloodOnlySearchJob(RouterContext, FloodfillNetworkDatabaseFacade, Hash, Job, Job, int, boolean) - Constructor for class net.i2p.router.networkdb.kademlia.FloodOnlySearchJob
 
FloodOnlySearchJob(RouterContext, FloodfillNetworkDatabaseFacade, Hash, Job, Job, int) - Constructor for class net.i2p.router.networkdb.kademlia.FloodOnlySearchJob
For DirectLookupJob extension, RI only, different match job
FloodSearchJob - Class in net.i2p.router.networkdb.kademlia
Base class for flood-based search operations with fallback to Kademlia.
FloodSearchJob(RouterContext, FloodfillNetworkDatabaseFacade, Hash, Job, Job, int, boolean) - Constructor for class net.i2p.router.networkdb.kademlia.FloodSearchJob
 
FloodThrottler - Class in net.i2p.router.networkdb.kademlia
Provides basic denial-of-service protection for database flood operations.
FloodThrottler() - Constructor for class net.i2p.router.networkdb.kademlia.FloodThrottler
Creates a new FloodThrottler
flush() - Method in class i2p.susi.util.DecodingOutputStream
Flush any buffered bytes through the decoder.
flush() - Method in class i2p.susi.util.DummyOutputStream
 
flush() - Method in class i2p.susi.util.StringBuilderWriter
Does nothing.
flush() - Method in class net.i2p.client.streaming.impl.MessageOutputStream
Flushes buffered data, blocking until accepted into the send queue.
flush() - Method in class net.i2p.client.streaming.impl.PcapWriter
Flushes any buffered data to the underlying output stream.
flush() - Method in class net.i2p.i2ptunnel.util.DummyOutputStream
 
flush() - Method in class net.i2p.router.BanLogger
Flush the log writer.
flush() - Method in class net.i2p.util.LogManager
Flush any pending records to disk.
flush() - Method in class net.metanotion.io.block.index.BSkipLevels
Flush this level to disk.
flush() - Method in class net.metanotion.io.block.index.BSkipList
Flush all data to disk.
flush() - Method in class net.metanotion.io.block.index.BSkipSpan
Flush this span to disk.
flush() - Method in class net.metanotion.io.block.index.IBSkipSpan
Flush to disk and null out in-memory keys and values, saving only the first key
flush() - Method in class net.metanotion.util.skiplist.SkipLevels
Flush this level to disk.
flush() - Method in class net.metanotion.util.skiplist.SkipList
Flush any pending writes.
flush() - Method in class net.metanotion.util.skiplist.SkipSpan
Flush this span to disk.
flush() - Method in class org.rrd4j.core.XmlWriter
Flushes the output stream
FLUSH_INTERVAL - Static variable in class net.i2p.util.LogWriter
ajax refresh interval
flushAvailable(MessageOutputStream.DataReceiver, boolean) - Method in class net.i2p.client.streaming.impl.MessageOutputStream
Attempts to flush buffered data to the target DataReceiver, optionally blocking until accepted.
flushAvailable(MessageOutputStream.DataReceiver) - Method in class net.i2p.client.streaming.impl.MessageOutputStream
Convenience overload variant with blocking flush.
flushBufferedStatFiles() - Method in class org.rrd4j.core.RrdNioBackend
Flushes all buffered stat files sequentially from the temp buffer file into their designated positions in the mapped RRD file in one batch operation.
flushRecords() - Method in class net.i2p.util.LogWriter
Flush pending log records
flushRecords(boolean) - Method in class net.i2p.util.LogWriter
Flush pending log records, optionally waiting for new ones
flushWriter() - Method in class net.i2p.util.FileLogWriter
 
flushWriter() - Method in class net.i2p.util.LogWriter
Flush the writer output
Folder<O> - Class in i2p.susi.util
Manages an Object array with paging and sorting support.
Folder() - Constructor for class i2p.susi.util.Folder
Default constructor
Folder.SortOrder - Enum in i2p.susi.util
Enumeration defining sort direction for folder elements.
FollowFragBlock(OutboundMessageState, int) - Constructor for class net.i2p.router.transport.udp.SSU2Payload.FollowFragBlock
Create a follow-on fragment block.
FOLLOWON_FRAGMENT_HEADER_SIZE - Static variable in class net.i2p.router.transport.udp.SSU2Util
3 byte block header + 4 byte msg ID + 1 byte fragment info = 8
FontMapper - Interface in org.jfree.svg
An object that can (optionally) translate one font family name to an alternative.
fonts - Variable in class org.rrd4j.graph.RrdGraphDef
Array of Font instances for each font tag (default, title, axis, unit, legend, watermark).
FONTTAG_AXIS - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Axis font tag
FONTTAG_DEFAULT - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Default font tag
FONTTAG_LEGEND - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Legend font tag
FONTTAG_TITLE - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Title font tag
FONTTAG_UNIT - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Unit font tag
FONTTAG_WATERMARK - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Watermark font tag
forBits(int) - Static method in enum com.google.zxing.qrcode.decoder.ErrorCorrectionLevel
Get the ErrorCorrectionLevel for the given bits.
forBits(int) - Static method in enum com.google.zxing.qrcode.decoder.Mode
 
forByte(byte) - Static method in enum org.minidns.constants.DnssecConstants.DigestAlgorithm
Look up a DigestAlgorithm by its byte value.
forByte(byte) - Static method in enum org.minidns.constants.DnssecConstants.SignatureAlgorithm
Look up a SignatureAlgorithm by its byte value.
forByte(byte) - Static method in enum org.minidns.record.NSEC3.HashAlgorithm
forByte.
FORCE_ZEROS_FOR_NANS_SUFFIX - Static variable in class org.rrd4j.core.DsDef
Force zeros for NaNs suffix
forceDisconnect(Hash) - Method in class net.i2p.router.CommSystemFacade
Tell the comm system to disconnect from this peer.
forceDisconnect(Hash, String) - Method in class net.i2p.router.CommSystemFacade
Tell the comm system to disconnect from this peer with a reason.
forceDisconnect(Hash) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Tell the comm system to disconnect from this peer.
forceDisconnect(Hash, String) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
forceDisconnect.
forceDisconnect(Hash) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
Tell the transport to disconnect from this peer.
forceDisconnect(Hash, String) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
Tell the transport to disconnect from this peer with a reason for logging.
forceDisconnect(Hash) - Method in interface net.i2p.router.transport.Transport
Force immediate disconnection from specified peer.
forceDisconnect(Hash, String) - Method in interface net.i2p.router.transport.Transport
Forcefully disconnect from a peer with a reason for logging.
forceDisconnect(Hash) - Method in class net.i2p.router.transport.TransportManager
Tell the transports to disconnect from this peer.
forceDisconnect(Hash, String) - Method in class net.i2p.router.transport.TransportManager
Tell the transports to disconnect from this peer with a reason for logging.
forceDisconnect(Hash) - Method in class net.i2p.router.transport.udp.UDPTransport
Force disconnect a peer.
forceDisconnect(Hash, String) - Method in class net.i2p.router.transport.udp.UDPTransport
Force disconnect with reason.
forceDNSOverHTTPS(boolean) - Method in class net.i2p.util.SSLEepGet
Override the config setting, force DNSoverHTTPS on or off Call before the fetch.
forceDNSOverHTTPS(boolean, boolean) - Method in class net.i2p.util.SSLEepGet
Override the config setting, force DNSoverHTTPS on or off Call before the fetch.
forceFlush - Variable in class net.i2p.sam.SAMStreamSession
should we flush every time we get a STREAM SEND, or leave that up to the streaming lib to decide?
forcePut(Hash, DatabaseEntry) - Method in interface net.i2p.router.networkdb.kademlia.DataStore
data).
forcePut(Hash, DatabaseEntry) - Method in class net.i2p.router.networkdb.kademlia.PersistentDataStore
 
forcePut(Hash, DatabaseEntry) - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
forcePut.
forceRemoveTunnels(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Force immediate removal of a pool - used for router shutdown.
forceReschedule(long) - Method in class net.i2p.util.SimpleTimer2.TimedEvent
Always use the new time - ignores fuzz
forceRescheduleNow() - Method in class net.i2p.client.streaming.impl.Connection.RetransmitEvent
Force immediate reschedule with minimum delay, cancelling any pending timer.
forceRulesLegend - Variable in class org.rrd4j.graph.RrdGraphDef
Whether to always render rule legends even if rules are out of bounds.
forceRunImmediately(boolean) - Method in class net.i2p.router.transport.udp.PeerTestEvent
Run within the next 5 seconds at the latest
forceRunSoon(boolean) - Method in class net.i2p.router.transport.udp.PeerTestEvent
Run within the next 45 seconds at the latest
forceRunSoon(boolean, long) - Method in class net.i2p.router.transport.udp.PeerTestEvent
Run within the specified time at the latest
forceSave() - Method in class net.i2p.router.Tuner.AutotuneConfig
Unconditional write — used on shutdown and form saves.
forceZerosForNans(String, String) - Static method in class org.rrd4j.core.RrdToolkit
Updates single or all datasource names in the specified RRD file by appending '!' (if not already present).
forEachAndNot(SSU2Bitfield, SSU2Bitfield.Callback) - Method in class net.i2p.router.transport.udp.SSU2Bitfield
Callback for all bits set in this bitfield but not set in bf2.
fork(byte[], int) - Method in class com.southernstorm.noise.protocol.ChaChaPolyCipherState
 
fork(byte[], int) - Method in interface com.southernstorm.noise.protocol.CipherState
Creates a new instance of this cipher and initializes it with a key.
format(double, String) - Method in interface org.rrd4j.core.XmlWriter.DoubleFormater
Formats a double value for XML output.
format(Calendar, Locale) - Method in class org.rrd4j.graph.SimpleTimeLabelFormat
Format
format - Variable in class org.rrd4j.graph.TimeAxisSetting
 
format(Calendar, Locale) - Method in interface org.rrd4j.graph.TimeLabelFormat
Format a timestamp.
formatAsString() - Method in class net.i2p.client.streaming.impl.Packet
formatAsString.
formatAsString() - Method in class net.i2p.client.streaming.impl.PacketLocal
formatAsString.
formatByReasonWithPeers() - Method in class net.i2p.router.tunnel.pool.TunnelPeerSelector.Excluder
Format excluded peers grouped by reason, sorted by hash within each group.
formatDate(long) - Static method in class net.i2p.data.DataHelper
The default formatting for date, current locale, local time zone.
formatDouble(double, String, boolean) - Static method in class org.rrd4j.core.Util
Formats a double value as a string.
formatDouble(double, boolean) - Static method in class org.rrd4j.core.Util
Formats a double value as a string with default NaN string.
formatDouble(double) - Static method in class org.rrd4j.core.Util
Formats double as a string using exponential notation (RRDTool like).
formatDuration(long) - Static method in class net.i2p.data.DataHelper
Format a duration in milliseconds to a human-readable string.
formatDuration2(long) - Static method in class net.i2p.data.DataHelper
Like formatDuration but with a non-breaking space after the number, 0 is unitless, and the unit is translated.
formatDuration2(double) - Static method in class net.i2p.data.DataHelper
Like formatDuration2(long) but with microsec and nanosec also.
FormatException - Exception in com.google.zxing
Thrown when a barcode was successfully detected, but some aspect of the content did not conform to the barcode's format rules.
formatHeaders(Map<String, List<String>>, StringBuilder) - Static method in class net.i2p.i2ptunnel.HttpHeaderFormatter
Formats headers into an HTTP request/response string.
formatHeaders(Map<String, List<String>>, StringBuilder) - Static method in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
Format headers as a string for transmission to the server.
formatHeadersCompact(Map<String, List<String>>, StringBuilder) - Static method in class net.i2p.i2ptunnel.HttpHeaderFormatter
Formats headers into a compact string for logging.
formatHeadersCompact(Map<String, List<String>>, StringBuilder) - Static method in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
Format headers as a compact string for logging.
FormatInformation - Class in com.google.zxing.qrcode.decoder
Encapsulates a QR Code's format information, including the data mask used and error correction level.
formatPoolIdentity(TunnelPoolSettings) - Static method in class net.i2p.router.tunnel.pool.TunnelPool
Format a pool identity for log messages, combining nickname and truncated hash.
formatProvider - Variable in class org.rrd4j.graph.RrdGraphDef
Provider that returns a TimeLabelFormat based on the TimeUnit.
formatRecord(LogManager, LogRecord) - Static method in class net.i2p.util.LogRecordFormatter
Format a log record per manager settings.
formatRecord(LogManager, LogRecord, boolean) - Static method in class net.i2p.util.LogRecordFormatter
 
formatSize(long) - Static method in class net.i2p.data.DataHelper
This is binary, i.e.
formatSize2(long) - Static method in class net.i2p.data.DataHelper
This is binary, i.e.
formatSize2(long, boolean) - Static method in class net.i2p.data.DataHelper
This is binary, i.e.
formatSize2Decimal(long) - Static method in class net.i2p.data.DataHelper
This is decimal, i.e.
formatSize2Decimal(long, boolean) - Static method in class net.i2p.data.DataHelper
This is decimal, i.e.
formattedDate - Variable in class i2p.susi.webmail.Mail
Formatted date string in UTC
formatTime(long) - Static method in class net.i2p.data.DataHelper
The default formatting for date/time, current locale, local time zone.
formatTimestamp(long) - Method in class org.rrd4j.core.XmlWriter
Formats a timestamp using the configured DateTimeFormatter.
FormHandler - Class in net.i2p.router.web
Simple form handler base class - does not depend on servlets or jsp, but instead the subclasses are populated with javabean properties.
FormHandler() - Constructor for class net.i2p.router.web.FormHandler
FormHandler.
FormHandler.Message - Class in net.i2p.router.web
Message class to encapsulate the message text and the canClose flag
FortunaRandomSource - Class in net.i2p.util
Wrapper around GNU-Crypto's Fortuna PRNG.
FortunaRandomSource(I2PAppContext) - Constructor for class net.i2p.util.FortunaRandomSource
May block up to 10 seconds or forever
FortunaStandalone - Class in gnu.crypto.prng
The Fortuna continuously-seeded pseudo-random number generator.
FortunaStandalone() - Constructor for class gnu.crypto.prng.FortunaStandalone
With DevRandom disabled.
FortunaStandalone(boolean) - Constructor for class gnu.crypto.prng.FortunaStandalone
 
ForwardPort - Class in org.freenetproject
A public Internet Protocol port on the node which needs to be forwarded if the node is NATed.
ForwardPort(String, boolean, int, int) - Constructor for class org.freenetproject.ForwardPort
ForwardPort.
ForwardPortCallback - Interface in org.freenetproject
Callback called by port forwarding plugins to indicate success or failure.
forwardPortStatus(byte[], int, int, boolean, String) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
If we didn't used to be forwarded, and we have an address, and we are configured to use UPnP, update our RouterAddress Don't do anything now.
forwardPortStatus(byte[], int, int, boolean, String) - Method in interface net.i2p.router.transport.Transport
Notify a transport of the results of trying to forward a port.
forwardPortStatus(byte[], int, int, boolean, String) - Method in class net.i2p.router.transport.TransportImpl
Notify a transport of the results of trying to forward a port.
forwardPortStatus(String, byte[], int, int, boolean, String) - Method in class net.i2p.router.transport.TransportManager
callback from UPnP
forwardPortStatus(byte[], int, int, boolean, String) - Method in class net.i2p.router.transport.udp.UDPTransport
Callback from UPnP.
ForwardPortStatus - Class in org.freenetproject
Represents the status of a port forwarding operation.
This class encapsulates the result of UPnP port forwarding attempts, including success/failure status, reason messages, and external port information.
ForwardPortStatus(int, String, int) - Constructor for class org.freenetproject.ForwardPortStatus
Creates a new ForwardPortStatus with the specified status, reason, and external port.
foundNewMail(boolean) - Method in interface i2p.susi.webmail.NewMailListener
 
foundNewMail(boolean) - Method in class i2p.susi.webmail.pop3.POP3MailBox
Relay from the checker to the webmail session object, which relays to MailCache, which will fetch the mail from us in a big circle
FOUR - Static variable in class net.i2p.crypto.eddsa.math.Constants
method comment
FOUR - Variable in class net.i2p.crypto.eddsa.math.Field
FOUR.
Fragment(OutboundMessageState, int) - Constructor for class net.i2p.router.transport.udp.PacketBuilder.Fragment
Fragment.
FRAGMENT_HEADER_SIZE - Static variable in class net.i2p.router.transport.udp.PacketBuilder
4 byte msg ID + 3 byte fragment info
fragmentCount() - Method in interface net.i2p.router.transport.udp.ACKBitfield
Get how many fragments are covered in this bitfield.
FragmentedMessage - Class in net.i2p.router.tunnel
Gather fragments of I2NPMessages at a tunnel endpoint, making them available for reading when complete.
FragmentedMessage(I2PAppContext, long) - Constructor for class net.i2p.router.tunnel.FragmentedMessage
FragmentedMessage.
FragmentHandler - Class in net.i2p.router.tunnel
Handle fragments at the endpoint of a tunnel, peeling off fully completed I2NPMessages when they arrive, and dropping fragments if they take too long to arrive.
FragmentHandler(RouterContext, FragmentHandler.DefragmentedReceiver, boolean) - Constructor for class net.i2p.router.tunnel.FragmentHandler
 
FragmentHandler.DefragmentedReceiver - Interface in net.i2p.router.tunnel
Receive messages out of the tunnel endpoint.
fragmentMessage(long, int, int, List<Long>, String) - Method in class net.i2p.router.MessageHistory
fragmentMessage.
fragmentMessage(long, int, int, List<Long>, Object, String) - Method in class net.i2p.router.MessageHistory
fragmentMessage.
fragmentOverhead() - Method in class net.i2p.router.transport.udp.PeerState
Packet overhead plus room for acks
fragmentOverhead() - Method in class net.i2p.router.transport.udp.PeerState2
Packet overhead This is 5 bytes too high for first or only fragment, because the 9 byte I2NP header is included in that fragment.
fragmentSize(int) - Method in class net.i2p.router.transport.udp.OutboundMessageState
The size in bytes of the fragment.
fragmentSize() - Method in class net.i2p.router.transport.udp.PeerState
how much payload data can we shove in there?
fragmentSize() - Method in class net.i2p.router.transport.udp.PeerState2
how much payload data can we shove in there? This is 5 bytes too low for first or only fragment, because the 9 byte I2NP header is included in that fragment.
fragmentsSent(long, int, List<PacketBuilder.Fragment>) - Method in class net.i2p.router.transport.udp.PeerState2
Record the mapping of packet number to what fragments were in it, so we can process acks.
fragmentsSent(long, int, List<PacketBuilder.Fragment>) - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
fragmentsSent.
fragmentsSent(long, int, List<PacketBuilder.Fragment>) - Method in interface net.i2p.router.transport.udp.SSU2Sender
 
freeBandwidth(int) - Method in class net.i2p.router.tunnel.TunnelDispatcher
Free allocated bandwidth for a tunnel.
FreeListBlock - Class in net.metanotion.io.block
Manages free pages in a block file.
FreeListBlock(RandomAccessInterface, int) - Constructor for class net.metanotion.io.block.FreeListBlock
Constructor.
freenet.support.CPUInformation - package freenet.support.CPUInformation
CPU identification and instruction set detection via the CPUID instruction.
freePage(int) - Method in class net.metanotion.io.block.BlockFile
Add the page to the free list.
Frequency - Class in net.i2p.stat
Manage the calculation of a moving average event frequency over a certain period.
Frequency(long) - Constructor for class net.i2p.stat.Frequency
Creates a new Frequency with the specified period
FrequencyStat - Class in net.i2p.stat
coordinate an event frequency over various periods
FrequencyStat(String, String, String, long[]) - Constructor for class net.i2p.stat.FrequencyStat
Create a new frequency stat.
FRI - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "fri", "friday" - sixth day of week
FRIDAY - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Constant to represent Friday
from(String) - Static method in class org.minidns.dnslabel.DnsLabel
Create a DnsLabel from a string.
from(String[]) - Static method in class org.minidns.dnslabel.DnsLabel
Create DnsLabel array from string array.
from(CharSequence) - Static method in class org.minidns.dnsname.DnsName
from.
from(String) - Static method in class org.minidns.dnsname.DnsName
from.
from(DnsName, DnsName) - Static method in class org.minidns.dnsname.DnsName
Create a DNS name by "concatenating" the child under the parent name.
from(CharSequence, DnsName) - Static method in class org.minidns.dnsname.DnsName
from.
from(DnsLabel, DnsName) - Static method in class org.minidns.dnsname.DnsName
from.
from(DnsLabel, DnsLabel, DnsName) - Static method in class org.minidns.dnsname.DnsName
from.
from(DnsName...) - Static method in class org.minidns.dnsname.DnsName
from.
from(String[]) - Static method in class org.minidns.dnsname.DnsName
from.
from(int) - Static method in enum org.minidns.edns.Edns.OptionCode
from.
from(InetAddress) - Static method in class org.minidns.record.InternetAddressRR
Create an InternetAddressRR from an InetAddress.
from(byte[]) - Static method in class org.minidns.util.Hex
Converts a byte array to a hexadecimal string representation.
fromACKBlock(long, int, byte[], int) - Static method in class net.i2p.router.transport.udp.SSU2Bitfield
 
fromBase32(String) - Static method in class net.i2p.i2ptunnel.access.FilterDefinitionElement
Utility method to create a Hash object from a .b32 string
fromBase64(String) - Method in interface net.i2p.data.DataStructure
Load the structure from the provided base64 string.
fromBase64(String) - Method in class net.i2p.data.DataStructureImpl
 
fromBase64(String) - Method in class net.i2p.data.SimpleDataStructure
Sets the data.
fromByteArray(byte[]) - Method in class net.i2p.crypto.eddsa.math.Field
Create a field element from a byte array.
fromByteArray(byte[]) - Method in interface net.i2p.data.DataStructure
Loads structure from the data provided Warning - many classes will throw IllegalStateException if data is already set.
fromByteArray(byte[]) - Method in class net.i2p.data.DataStructureImpl
 
fromByteArray(byte[]) - Method in class net.i2p.data.DateAndFlags
Overridden for efficiency.
fromByteArray(byte[]) - Method in class net.i2p.data.SimpleDataStructure
Does the same thing as setData() but null not allowed.
fromByteArray(byte[]) - Static method in class net.i2p.router.transport.ntcp.NTCP2Options
 
fromBytes(byte[]) - Method in class org.bouncycastle.pqc.crypto.mlkem.Poly
fromBytes.
fromBytes(byte[]) - Method in class org.bouncycastle.pqc.crypto.mlkem.PolyVec
fromBytes.
fromControlByte(int) - Static method in enum com.maxmind.db.Decoder.Type
fromControlByte.
fromDate(byte[], int) - Static method in class net.i2p.data.DataHelper
Read a date (8-byte timestamp) from a byte array.
fromHexString(String) - Static method in class net.i2p.data.DataHelper
Decode a hex string to a byte array.
fromInternal(String) - Static method in class org.minidns.dnslabel.LdhLabel
Creates an LdhLabel from internal representation
fromInternal(String) - Static method in class org.minidns.dnslabel.NonLdhLabel
fromInternal.
fromInternal(String) - Static method in class org.minidns.dnslabel.XnLabel
Create an LdhLabel from an internal (ACE) representation.
fromJavaKey(RSAPrivateCrtKey) - Static method in class net.i2p.crypto.RSASigningPrivateCrtKey
Java private CRT key.
fromJavaKey(PublicKey) - Static method in class net.i2p.crypto.SigUtil
Use if SigType is unknown.
fromJavaKey(PublicKey, SigType) - Static method in class net.i2p.crypto.SigUtil
Use if SigType is known.
fromJavaKey(PrivateKey) - Static method in class net.i2p.crypto.SigUtil
Use if SigType is unknown.
fromJavaKey(PrivateKey, SigType) - Static method in class net.i2p.crypto.SigUtil
Use if SigType is known.
fromJavaKey(ECPublicKey, SigType) - Static method in class net.i2p.crypto.SigUtil
Convert a Java ECPublicKey to an I2P SigningPublicKey of the given type.
fromJavaKey(ECPrivateKey, SigType) - Static method in class net.i2p.crypto.SigUtil
Convert a Java ECPrivateKey to an I2P SigningPrivateKey of the given type.
fromJavaKey(EdDSAPublicKey, SigType) - Static method in class net.i2p.crypto.SigUtil
Convert a Java EdDSAPublicKey to an I2P SigningPublicKey.
fromJavaKey(EdDSAPrivateKey, SigType) - Static method in class net.i2p.crypto.SigUtil
Convert a Java EdDSAPrivateKey to an I2P SigningPrivateKey.
fromJavaKey(DSAPublicKey) - Static method in class net.i2p.crypto.SigUtil
Convert a Java DSAPublicKey to an I2P DSA public key.
fromJavaKey(DSAPrivateKey) - Static method in class net.i2p.crypto.SigUtil
Convert a Java DSAPrivateKey to an I2P DSA private key.
fromJavaKey(RSAPublicKey, SigType) - Static method in class net.i2p.crypto.SigUtil
Convert a Java RSAPublicKey to an I2P RSA public key of the given type.
fromJavaKey(RSAPrivateKey, SigType) - Static method in class net.i2p.crypto.SigUtil
Convert a Java RSAPrivateKey to an I2P RSA private key of the given type.
fromJavaSig(byte[], SigType) - Static method in class net.i2p.crypto.SigUtil
Convert a Java ASN.1 signature byte array to an I2P Signature.
fromLong(byte[], int, int) - Static method in class net.i2p.data.DataHelper
Big endian.
fromLong8(byte[], int) - Static method in class net.i2p.data.DataHelper
Big endian.
fromLongLE(byte[], int, int) - Static method in class net.i2p.data.DataHelper
Little endian, i.e.
fromMsg(byte[]) - Method in class org.bouncycastle.pqc.crypto.mlkem.Poly
fromMsg.
fromPersistentString(String) - Static method in class org.klomp.snark.comments.Comment
Parses a comment from its persistent string representation.
fromPort - Variable in class net.i2p.i2ptunnel.streamr.MultiSource.MSink
 
fromProperties(byte[], int, Properties) - Static method in class net.i2p.data.DataHelper
Reads the props from the byte array and puts them in the Properties target See readProperties() for the format.
fromRawByteArray(I2PAppContext, byte[], int, int, I2NPMessageHandler) - Static method in class net.i2p.data.i2np.I2NPMessageImpl
Read the message with a short 5-byte header.
fromRawByteArrayNTCP2(I2PAppContext, byte[], int, int, I2NPMessageHandler) - Static method in class net.i2p.data.i2np.I2NPMessageImpl
Read the message with a short 9-byte header.
fromRecord(Record<? extends Data>) - Static method in class org.minidns.edns.Edns
Creates an EDNS instance from a record if it's an OPT record.
fromString(String) - Static method in class net.i2p.router.sybil.Points
For persistence.
FULL_CONE_NAT - Static variable in class org.freenetproject.DetectedIP
Full cone NAT.
FULL_INT_RANGE - Static variable in class com.tomgibara.crinch.hashing.HashRange
Full int range from Integer.MIN_VALUE to Integer.MAX_VALUE
FULL_INTERNET - Static variable in class org.freenetproject.DetectedIP
Full internet access!
FULL_LONG_RANGE - Static variable in class com.tomgibara.crinch.hashing.HashRange
Full long range from Long.MIN_VALUE to Long.MAX_VALUE
FULL_VERSION - Static variable in class net.i2p.router.RouterVersion
FULL_VERSION.
fullName(String) - Method in class net.i2p.router.transport.GeoIP
Get the country for a country code Public for BundleRouterInfos
fullStats() - Method in class net.i2p.router.transport.udp.UDPSender
Returns whether detailed full statistics gathering is enabled.
fullStats() - Method in class net.i2p.router.tunnel.pool.BuildExecutor
Check if full statistics are enabled.

G

GarlicBlock(GarlicClove) - Constructor for class net.i2p.router.crypto.ratchet.RatchetPayload.GarlicBlock
 
GarlicClove - Class in net.i2p.data.i2np
Contains one deliverable message encrypted to a router along with instructions and a certificate 'paying for' the delivery.
GarlicClove(I2PAppContext) - Constructor for class net.i2p.data.i2np.GarlicClove
GarlicClove.
GarlicConfig - Class in net.i2p.router.message
Configuration and content for a garlic message containing one or more cloves.
GarlicConfig(Certificate, long, long, DeliveryInstructions) - Constructor for class net.i2p.router.message.GarlicConfig
Creates a new GarlicConfig
GarlicConfig(List<GarlicConfig>, Certificate, long, long, DeliveryInstructions) - Constructor for class net.i2p.router.message.GarlicConfig
Creates a new GarlicConfig with existing clove configs
GarlicMessage - Class in net.i2p.data.i2np
Defines the wrapped garlic message
GarlicMessage(I2PAppContext) - Constructor for class net.i2p.data.i2np.GarlicMessage
GarlicMessage.
GarlicMessageBuilder - Class in net.i2p.router.message
Static methods to build GarlicMessages from a GarlicConfig, for both ElGamal/AES and ECIES (X25519 + PQ) encryption schemes.
GarlicMessageHandler - Class in net.i2p.router.message
Builds jobs to process garlic messages received outside tunnels.
GarlicMessageHandler(RouterContext) - Constructor for class net.i2p.router.message.GarlicMessageHandler
 
GarlicMessageHandler(RouterContext, long, long, long) - Constructor for class net.i2p.router.message.GarlicMessageHandler
 
GarlicMessageParser - Class in net.i2p.router.message
Read a GarlicMessage, decrypt it, and return the resulting CloveSet.
GarlicMessageParser(RouterContext) - Constructor for class net.i2p.router.message.GarlicMessageParser
Create a garlic message parser
garlicMessageParser() - Method in class net.i2p.router.RouterContext
Get the garlic message parser for this context.
GarlicMessageReceiver - Class in net.i2p.router.message
Handles the reception and decryption of GarlicMessages.
GarlicMessageReceiver(RouterContext, GarlicMessageReceiver.CloveReceiver) - Constructor for class net.i2p.router.message.GarlicMessageReceiver
Constructs a GarlicMessageReceiver without targeting a specific client destination.
GarlicMessageReceiver(RouterContext, GarlicMessageReceiver.CloveReceiver, Hash) - Constructor for class net.i2p.router.message.GarlicMessageReceiver
Constructs a GarlicMessageReceiver targeting a specific client destination.
GarlicMessageReceiver.CloveReceiver - Interface in net.i2p.router.message
Interface for handling decrypted garlic cloves.
GATOR_FONT - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Font for the Gator
gdef - Variable in class org.rrd4j.graph.RrdGraph
 
gdef - Variable in class org.rrd4j.graph.RrdGraphGenerator
 
GENERAL_SOCKS_SERVER_FAILURE - Static variable in class net.i2p.socks.SOCKS5Constants.Reply
GENERAL_SOCKS_SERVER_FAILURE.
GeneralHelper - Class in net.i2p.i2ptunnel.ui
General helper functions used by all UIs.
GeneralHelper(TunnelControllerGroup) - Constructor for class net.i2p.i2ptunnel.ui.GeneralHelper
Construct a new helper with the global context.
GeneralHelper(I2PAppContext, TunnelControllerGroup) - Constructor for class net.i2p.i2ptunnel.ui.GeneralHelper
Construct a new helper with a specific context.
generate(String, String, String, String, String, String, int, SigType) - Static method in class net.i2p.crypto.SelfSignedGenerator
 
generate(String, Set<String>, String, String, String, String, String, int, SigType) - Static method in class net.i2p.crypto.SelfSignedGenerator
 
generate(SigningPrivateKey, String, int) - Static method in class net.i2p.crypto.SelfSignedGenerator
Create a self-signed certificate for the existing private key.
generateAlpha(I2PAppContext, SigningPublicKey, String) - Static method in class net.i2p.crypto.Blinding
Generate alpha for current time.
generateAlpha(I2PAppContext, SigningPublicKey, String, long) - Static method in class net.i2p.crypto.Blinding
Generate alpha for the given time.
generateAuthArgs(String, String) - Method in class net.i2p.util.EepGet.AuthState
Generate the digest authentication parameters Ref: RFC 2617
generateColHeight() - Method in class net.metanotion.util.skiplist.SkipList
 
generateCSV(Writer, String) - Method in class net.i2p.router.web.helpers.StatsGenerator
Generate CSV export of all stats (optionally filtered by name).
generateDateBasedModData() - Method in class net.i2p.data.router.RouterKeyGenerator
Update the current modifier data with some bytes derived from the current date (yyyyMMdd in GMT)
generateECBytes(byte[], int) - Static method in class com.google.zxing.qrcode.encoder.Encoder
 
generateEncapsulated(AsymmetricKeyParameter) - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMGenerator
generateEncapsulated.
generateKemKeyPair() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
 
generateKemKeyPairInternal(byte[], byte[]) - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
 
generateKeyPair() - Method in class com.southernstorm.noise.protocol.Curve25519DHState
 
generateKeyPair() - Method in interface com.southernstorm.noise.protocol.DHState
Generates a new random keypair.
generateKeyPair() - Method in class com.southernstorm.noise.protocol.MLKEMDHState
Alice local side ONLY
generateKeyPair() - Method in class net.i2p.crypto.eddsa.KeyPairGenerator
 
generateKeyPair() - Method in class net.i2p.crypto.eddsa.RedKeyPairGenerator
 
generateKeyPair() - Method in class net.i2p.crypto.elgamal.KeyPairGenerator
 
generateKeyPair() - Method in interface org.bouncycastle.crypto.AsymmetricCipherKeyPairGenerator
return an AsymmetricCipherKeyPair containing the generated keys.
generateKeyPair(byte[]) - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMIndCpa
Generates IndCpa Key Pair
generateKeyPair() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMKeyPairGenerator
Generate a new ML-KEM key pair.
generateKeys(EncType) - Static method in class net.i2p.router.crypto.pqc.MLKEM
Alice side
generateLoadMessage() - Method in class i2p.susi.dns.AddressbookBean
Format a message about filtered addressbook size, and the number of displayed entries addressbook.jsp catches the case where the whole book is empty.
generateMatrix(PolyVec[], byte[], boolean) - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMIndCpa
generateMatrix.
generateNID(Hash, int, RandomSource) - Static method in class org.klomp.snark.dht.NodeInfo
Generate a secure NID that matches the Hash and port.
generatePKIKeypair() - Method in class net.i2p.crypto.KeyGenerator
ElGamal only.
generatePKIKeys() - Method in class net.i2p.crypto.KeyGenerator
ElGamal only.
generatePKIKeys(EncType) - Method in class net.i2p.crypto.KeyGenerator
Supports EncTypes
generateRandomKey(KBucket<T>) - Method in class net.i2p.kademlia.KBucketSet
Generate a random key to go within this bucket Package private for testing only.
generateSession(RouterContext, long) - Static method in class net.i2p.router.networkdb.kademlia.MessageWrapper
Create a single key and tag, for receiving a single encrypted message, and register it with our router's session key manager, to expire in the time specified.
generateSession(RouterContext, Hash, long, boolean) - Static method in class net.i2p.router.networkdb.kademlia.MessageWrapper
Create a single key and tag, for receiving a single encrypted message, and register it with the client's session key manager, to expire in the time specified.
generateSession(RouterContext, SessionKeyManager, long, boolean) - Static method in class net.i2p.router.networkdb.kademlia.MessageWrapper
Create a single key and tag, for receiving a single encrypted message, and register it with the client's session key manager, to expire in the time specified.
generateSessionKey() - Method in class net.i2p.crypto.KeyGenerator
Generate a private 256 bit session key
generateSessionKey(byte[], byte[]) - Method in class net.i2p.crypto.KeyGenerator
PBE the passphrase with the salt.
generateSessionKey(byte[], byte[], int) - Method in class net.i2p.crypto.KeyGenerator
PBE the passphrase with the salt using specified rounds.
generateSigningKeypair() - Method in class net.i2p.crypto.KeyGenerator
Generate a pair of DSA keys, where index 0 is a SigningPublicKey, and index 1 is a SigningPrivateKey.
generateSigningKeys() - Method in class net.i2p.crypto.KeyGenerator
DSA-SHA1 only.
generateSigningKeys(SigType) - Method in class net.i2p.crypto.KeyGenerator
Generic signature type, supports DSA, RSA, ECDSA, EdDSA
generateSipHashKeys(RouterContext, HandshakeState) - Static method in class net.i2p.router.transport.ntcp.OutboundNTCP2State
KDF for SipHash
generateStatsPage(Writer, boolean, String) - Method in class net.i2p.router.web.helpers.StatsGenerator
generateStatsPage.
generator - Variable in class gnu.crypto.prng.FortunaStandalone
the underlying PRNG generator
GenericBitSelector() - Constructor for class org.xlattice.crypto.filters.KeySelector.GenericBitSelector
Default constructor.
GenericGF - Class in com.google.zxing.common.reedsolomon
This class contains utility methods for performing mathematical operations over the Galois Fields.
GenericGF(int, int, int) - Constructor for class com.google.zxing.common.reedsolomon.GenericGF
Create a representation of GF(size) using the given primitive polynomial.
GenericGFPoly - Class in com.google.zxing.common.reedsolomon
Represents a polynomial whose coefficients are elements of a GF.
GenericGFPoly(GenericGF, int[]) - Constructor for class com.google.zxing.common.reedsolomon.GenericGFPoly
 
GenericWordSelector() - Constructor for class org.xlattice.crypto.filters.KeySelector.GenericWordSelector
Default constructor.
genRandomKey(OutputStream, OutputStream) - Static method in class net.i2p.sam.SAMUtils
Generate a random destination key using DSA_SHA1 signature type.
genRandomKey(OutputStream, OutputStream, SigType) - Static method in class net.i2p.sam.SAMUtils
Generate a random destination key.
gensalt(int, SecureRandom) - Static method in class org.mindrot.jbcrypt.BCrypt
Generate a salt for use with the BCrypt.hashpw() method
gensalt(int) - Static method in class org.mindrot.jbcrypt.BCrypt
Generate a salt for use with the BCrypt.hashpw() method
gensalt() - Static method in class org.mindrot.jbcrypt.BCrypt
Generate a salt for use with the BCrypt.hashpw() method, selecting a reasonable default for the number of hashing rounds to apply
GENTOO_USER - Static variable in class net.i2p.util.SystemVersion
GENTOO_USER.
GeoIP - Class in net.i2p.router.transport
Manage geoip lookup in a file with the Tor geoip format.
GeoIP(I2PAppContext) - Constructor for class net.i2p.router.transport.GeoIP
 
GEOIP2_FILE_DEFAULT - Static variable in class net.i2p.router.transport.GeoIP
GEOIP2_FILE_DEFAULT.
GEOIP_CABLEDSL_SPEED - Static variable in class com.maxmind.geoip.LookupService
GEOIP_CABLEDSL_SPEED.
GEOIP_CHECK_CACHE - Static variable in class com.maxmind.geoip.LookupService
GEOIP_CHECK_CACHE.
GEOIP_CORPORATE_SPEED - Static variable in class com.maxmind.geoip.LookupService
GEOIP_CORPORATE_SPEED.
GEOIP_DIALUP_SPEED - Static variable in class com.maxmind.geoip.LookupService
GEOIP_DIALUP_SPEED.
GEOIP_DIR_DEFAULT - Static variable in class net.i2p.router.transport.GeoIP
GEOIP_DIR_DEFAULT.
GEOIP_FILE_DEFAULT - Static variable in class net.i2p.router.transport.GeoIP
Default geoip file name
GEOIP_INDEX_CACHE - Static variable in class com.maxmind.geoip.LookupService
GEOIP_INDEX_CACHE.
GEOIP_MEMORY_CACHE - Static variable in class com.maxmind.geoip.LookupService
GEOIP_MEMORY_CACHE.
GEOIP_STANDARD - Static variable in class com.maxmind.geoip.LookupService
GEOIP_STANDARD.
GEOIP_UNKNOWN_SPEED - Static variable in class com.maxmind.geoip.LookupService
GEOIP_UNKNOWN_SPEED.
GeoIPv6 - Class in net.i2p.router.transport
Generate compressed geoipv6.dat.gz file, and lookup entries in it.
get(String) - Method in interface com.docuverse.identicon.IdenticonCache
Retrieves cached image data for the given key.
get(int) - Method in class com.google.zxing.common.BitArray
Gets the bit at the specified index.
get(int, int) - Method in class com.google.zxing.common.BitMatrix
Gets the requested bit, where true means black.
get(int, int) - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
Gets the value at the specified coordinates.
get() - Method in class com.maxmind.db.BufferHolder
Returns a duplicate of the underlying ByteBuffer.
get(int, NodeCache.Loader) - Method in class com.maxmind.db.CHMCache
 
get(int) - Static method in enum com.maxmind.db.Decoder.Type
get.
get(int, NodeCache.Loader) - Method in class com.maxmind.db.NoCache
 
get(int, NodeCache.Loader) - Method in interface com.maxmind.db.NodeCache
Get a value from the cache, loading it if necessary.
get(InetAddress) - Method in class com.maxmind.db.Reader
Looks up the address in the MaxMind DB.
get(String) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified parameter which can be of any type.
get(String, Class<T>) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified parameter which must map to the provided class (use the appropriate wrapper class for primitive types).
get(String, Class<T>, boolean) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified parameter which must map to the provided class (use the appropriate wrapper class for primitive types).
get(int) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified parameter which can be of any type.
get(int, Class<T>) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified parameter which must map to the provided class (use the appropriate wrapper class for primitive types).
get(int, Class<T>, boolean) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified parameter which must map to the provided class (use the appropriate wrapper class for primitive types).
get(byte[]) - Method in class net.i2p.data.SDSCache
WARNING - If the SDS is found in the cache, the passed-in byte array will be returned to the SimpleByteCache for reuse.
get(byte[], int) - Method in class net.i2p.data.SDSCache
Non-null byte array containing the data, data will be copied to not hold the reference.
get(InputStream) - Method in class net.i2p.data.SDSCache
Stream from which the bytes will be read.
get(int) - Method in class net.i2p.router.crypto.ratchet.SparseArray
Gets the Object mapped from the specified key, or null if no such mapping has been made.
get(int, E) - Method in class net.i2p.router.crypto.ratchet.SparseArray
Gets the Object mapped from the specified key, or the specified Object if no such mapping has been made.
get(Hash) - Method in interface net.i2p.router.networkdb.kademlia.DataStore
Retrieve the database entry for the given key.
get(Hash, boolean) - Method in interface net.i2p.router.networkdb.kademlia.DataStore
Retrieve the database entry for the given key with optional persistence control.
get(Hash) - Method in class net.i2p.router.networkdb.kademlia.PersistentDataStore
 
get(Hash, boolean) - Method in class net.i2p.router.networkdb.kademlia.PersistentDataStore
Prepare for having only a partial set in memory and the rest on disk
get(Hash, boolean) - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
for PersistentDataStore only - don't use here
get(Hash) - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
get.
get(String) - Method in class net.i2p.router.transport.GeoIP
Get the country for an IP from the cache.
get(byte[]) - Method in class net.i2p.router.transport.GeoIP
Get the country for an IP from the cache.
get(long) - Method in class net.i2p.router.transport.udp.SSU2Bitfield
Return true if the bit is set or false if it is not.
get(String) - Method in class net.i2p.sam.SessionsDB
Get a session record by nickname.
get(int) - Method in class net.i2p.util.ArraySet
Returns the element at the specified index.
get(String, String) - Method in class net.i2p.util.PasswordManager
Either plain or b64
get(K) - Method in class net.metanotion.io.block.index.IBSkipSpan
Linear search if in file, Binary search if in memory
get(int, K) - Method in class net.metanotion.util.skiplist.SkipLevels
Get the value associated with the given key.
get(K) - Method in class net.metanotion.util.skiplist.SkipList
Get the value for a key.
get(K) - Method in class net.metanotion.util.skiplist.SkipSpan
Get the value associated with the given key.
GET - Static variable in class org.cybergarage.http.HTTP
GET HTTP method
get(String) - Method in class org.jfree.svg.StandardFontMapper
Returns the mapped (alternate) font family name.
get(int) - Method in class org.klomp.snark.BitField
Returns true if the bit is set or false if it is not.
get(NID) - Method in class org.klomp.snark.dht.DHTNodes
Get a node by its ID.
get(String) - Method in class org.klomp.snark.I2PSnarkUtil
Fetch the given URL, returning the file it is stored in, or null on error.
get(String, boolean) - Method in class org.klomp.snark.I2PSnarkUtil
 
get(String, int) - Method in class org.klomp.snark.I2PSnarkUtil
 
get(String, boolean, int) - Method in class org.klomp.snark.I2PSnarkUtil
 
get(String, boolean, int, int, int) - Method in class org.klomp.snark.I2PSnarkUtil
Fetch to memory
get(byte[]) - Method in class org.klomp.snark.PeerCoordinatorSet
 
get() - Method in class org.rrd4j.core.RrdDouble
Retrieve the stored double value.
get(int) - Method in class org.rrd4j.core.RrdDoubleArray
Gets a double value at the specified index.
get(int, int) - Method in class org.rrd4j.core.RrdDoubleArray
Array of count double values starting at index.
get(int, int) - Method in class org.rrd4j.core.RrdDoubleMatrix
 
get(int, int, int) - Method in class org.rrd4j.core.RrdDoubleMatrix
 
get() - Method in class org.rrd4j.core.RrdEnum
Retrieve the stored enum value.
get() - Method in class org.rrd4j.core.RrdInt
Gets the integer value.
get() - Method in class org.rrd4j.core.RrdLong
Retrieve the stored long value.
get() - Method in class org.rrd4j.core.RrdString
Retrieve the stored string value.
get(Font, Font[]) - Method in enum org.rrd4j.graph.RrdGraphConstants.FontTag
Get
get15sRate() - Method in class net.i2p.router.Router
Max of inbound and outbound rate in bytes per second
get15sRate(boolean) - Method in class net.i2p.router.Router
When outboundOnly is false, outbound rate in bytes per second.
get15sRateIn() - Method in class net.i2p.router.Router
Inbound rate in bytes per second
get1mRate() - Method in class net.i2p.router.Router
Max of inbound and outbound rate in bytes per second
get1mRate(boolean) - Method in class net.i2p.router.Router
When outboundOnly is false, outbound rate in bytes per second.
get1mRateIn() - Method in class net.i2p.router.Router
Inbound rate in bytes per second
get1sRate() - Method in class net.i2p.router.Router
Max of inbound and outbound rate in bytes per second
get1sRate(boolean) - Method in class net.i2p.router.Router
When outboundOnly is false, outbound rate in bytes per second.
get1sRateIn() - Method in class net.i2p.router.Router
Inbound rate in bytes per second
get2D() - Method in class net.i2p.crypto.eddsa.math.Curve
Return twice the curve parameter d.
get_AccessTech() - Method in class edu.internet2.ndt.Tcpbw100
get_AccessTech.
get_avgrtt() - Method in class edu.internet2.ndt.Tcpbw100
get_avgrtt.
get_Bad_cable() - Method in class edu.internet2.ndt.Tcpbw100
get_Bad_cable.
get_c2sspd() - Method in class edu.internet2.ndt.Tcpbw100
get_c2sspd.
get_clientIP() - Method in class edu.internet2.ndt.Tcpbw100
get_clientIP.
get_congestion() - Method in class edu.internet2.ndt.Tcpbw100
get_congestion.
get_CurRTO() - Method in class edu.internet2.ndt.Tcpbw100
get_CurRTO.
get_CurRwinRcvd() - Method in class edu.internet2.ndt.Tcpbw100
get_CurRwinRcvd.
get_cwndtime() - Method in class edu.internet2.ndt.Tcpbw100
get_cwndtime.
get_diagnosis() - Method in class edu.internet2.ndt.Tcpbw100
get_diagnosis.
get_DupAcksIn() - Method in class edu.internet2.ndt.Tcpbw100
get_DupAcksIn.
get_DupAcksOut() - Method in class edu.internet2.ndt.Tcpbw100
get_DupAcksOut.
get_errmsg() - Method in class edu.internet2.ndt.Tcpbw100
get_errmsg.
get_host() - Method in class edu.internet2.ndt.Tcpbw100
get_host.
get_instSpeed() - Method in class edu.internet2.ndt.Tcpbw100
get_instSpeed.
get_jitter() - Method in class edu.internet2.ndt.Tcpbw100
get_jitter.
get_loss() - Method in class edu.internet2.ndt.Tcpbw100
get_loss.
get_MaxRTT() - Method in class edu.internet2.ndt.Tcpbw100
get_MaxRTT.
get_MaxRwinRcvd() - Method in class edu.internet2.ndt.Tcpbw100
get_MaxRwinRcvd.
get_mismatch() - Method in class edu.internet2.ndt.Tcpbw100
get_mismatch.
get_natStatus() - Method in class edu.internet2.ndt.Tcpbw100
get_natStatus.
get_optimalRcvrBuffer() - Method in class edu.internet2.ndt.Tcpbw100
get_optimalRcvrBuffer.
get_osArch() - Method in class edu.internet2.ndt.Tcpbw100
get_osArch.
get_osName() - Method in class edu.internet2.ndt.Tcpbw100
get_osName.
get_osVer() - Method in class edu.internet2.ndt.Tcpbw100
get_osVer.
get_PcBuffSpdLimit() - Method in class edu.internet2.ndt.Tcpbw100
get_PcBuffSpdLimit.
get_Ping() - Method in class edu.internet2.ndt.Tcpbw100
get_Ping.
get_pluginVer() - Method in class edu.internet2.ndt.Tcpbw100
get_pluginVer.
get_rcvrLimiting() - Method in class edu.internet2.ndt.Tcpbw100
get_rcvrLimiting.
get_s2cspd() - Method in class edu.internet2.ndt.Tcpbw100
get_s2cspd.
get_SACKsRcvd() - Method in class edu.internet2.ndt.Tcpbw100
get_SACKsRcvd.
get_special_map_digest() - Method in class org.klomp.snark.bencode.BDecoder
Returns the SHA-1 digest over bytes that make up the special map (info map).
get_statistics() - Method in class edu.internet2.ndt.Tcpbw100
get_statistics.
get_status() - Method in class edu.internet2.ndt.Tcpbw100
get_status.
get_TimeStamp() - Method in class edu.internet2.ndt.Tcpbw100
get_TimeStamp.
get_WaitSec() - Method in class edu.internet2.ndt.Tcpbw100
get_WaitSec.
geta() - Method in class net.i2p.crypto.eddsa.EdDSAPrivateKey
 
getA() - Method in class net.i2p.crypto.eddsa.EdDSAPrivateKey
 
getA() - Method in class net.i2p.crypto.eddsa.EdDSAPublicKey
getA.
geta() - Method in class net.i2p.crypto.eddsa.spec.EdDSAPrivateKeySpec
Return the private key.
getA() - Method in class net.i2p.crypto.eddsa.spec.EdDSAPrivateKeySpec
Return the public key.
getA() - Method in class net.i2p.crypto.eddsa.spec.EdDSAPublicKeySpec
Returns the public key group element.
getAborted() - Method in interface net.i2p.router.transport.FIFOBandwidthLimiter.Request
was this request aborted?
getAbsoluteURL(String, String) - Static method in class org.cybergarage.http.HTTP
Creates an absolute URL by combining base URL with relative URL.
getAbsoluteURL(String, String, String) - Method in class org.cybergarage.upnp.Device
getAbsoluteURL.
getAbsoluteURL(String) - Method in class org.cybergarage.upnp.Device
getAbsoluteURL.
getAbyte() - Method in class net.i2p.crypto.eddsa.EdDSAPrivateKey
 
getAbyte() - Method in class net.i2p.crypto.eddsa.EdDSAPublicKey
getAbyte.
getAcceptanceRatio() - Method in class net.i2p.router.peermanager.TunnelHistory
Calculate the ratio of accepted to rejected tunnel requests.
getAcceptRanges() - Method in class net.i2p.util.EepGet
Show the Accept-Ranges field
getAcceptTimeout() - Method in interface net.i2p.client.streaming.I2PSocketManager
getAcceptTimeout().
getAcceptTimeout() - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
 
getAccessList() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getAccessList(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the access control list (comma-separated destinations), newline-delimited.
getAccessList(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getAccessMode(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the access control mode for the tunnel.
getAccessMode(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getAccumValue() - Method in class org.rrd4j.core.ArcState
Returns the value accumulated so far.
getAccumValue(int) - Method in class org.rrd4j.core.DataImporter
getAccumValue.
getAccumValue() - Method in class org.rrd4j.core.Datasource
Returns value this datasource accumulated so far.
getAccumValue(int) - Method in class org.rrd4j.core.RrdToolReader
 
getAccumValue(int) - Method in class org.rrd4j.core.XmlReader
 
getAce() - Method in class org.minidns.dnsname.DnsName
Return the ACE (ASCII Compatible Encoding) version of this DNS name.
getAckDupEvent() - Method in class net.i2p.client.streaming.impl.Connection
Reusable AckDupEvent for duplicate ACK scheduling.
getAcked() - Method in class net.i2p.router.crypto.ratchet.RatchetTagSet
For inbound, returns true after first consume() call.
getAckedMessages() - Method in class net.i2p.router.transport.udp.PeerState2
 
getAckedMessages() - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
 
getAckedMessages() - Method in interface net.i2p.router.transport.udp.SSU2Sender
 
getAckedPackets() - Method in class net.i2p.client.streaming.impl.Connection
how many packets have we sent and the other side has ACKed?
getAckFrequency() - Static method in class net.i2p.router.transport.udp.PeerState
Current ACK frequency.
getAckThrough() - Method in class net.i2p.client.streaming.impl.Packet
The highest packet sequence number that received on the receiveStreamId.
getAckTime() - Method in class net.i2p.client.streaming.impl.PacketLocal
how long after packet creation was it acked?
getAcquireCount() - Method in class net.i2p.util.TryCache
Return total acquire() count (hits + misses).
getAction() - Method in class com.southernstorm.noise.protocol.HandshakeState
Gets the next action that the application should perform for the handshake part of the protocol.
getAction() - Method in class i2p.susi.dns.BaseBean
Get the action.
getAction() - Method in class net.i2p.router.web.helpers.SidebarHelper
Form action or null.
getAction(int) - Method in class org.cybergarage.upnp.ActionList
Gets the action at the specified index.
getAction() - Method in class org.cybergarage.upnp.Argument
Gets the action this argument belongs to.
getAction(String) - Method in class org.cybergarage.upnp.Device
getAction.
getAction(String) - Method in class org.cybergarage.upnp.Service
Finds an action by name in this service.
getActionList() - Method in class org.cybergarage.upnp.Service
Gets the list of actions provided by this service.
getActionListener() - Method in class org.cybergarage.upnp.Action
Gets the action listener for this action.
getActionListener() - Method in class org.cybergarage.upnp.xml.ActionData
Gets the action listener for this action data.
getActionName() - Method in class org.cybergarage.upnp.control.ActionRequest
Gets the action name from the request.
getActionNode() - Method in class org.cybergarage.upnp.Action
Gets the action node.
getActionNode() - Method in class org.cybergarage.upnp.Argument
Gets the action node this argument belongs to.
getActionNode() - Method in class org.cybergarage.upnp.control.ActionRequest
Gets the action node from the request.
getActive() - Method in class net.i2p.client.streaming.impl.ConnectionHandler
Check if this handler is actively accepting new connections.
getActiveCount() - Method in class net.i2p.router.transport.ntcp.NTCPSendFinisher
Returns the number of threads currently processing tasks.
getActiveCount() - Method in class net.i2p.router.transport.ntcp.Reader
Get the number of threads currently processing (not parked).
getActiveCount() - Method in class net.i2p.router.transport.ntcp.Writer
Get the number of threads currently processing (not parked).
getActiveCount() - Method in class net.i2p.router.tunnel.TunnelGatewayPumper
Get the number of pumper threads actively processing (not parked on take()).
getActiveCount() - Method in class net.i2p.sam.SAMHandlerPool
Number of worker threads actively processing a command.
getActiveFactories() - Static method in class org.rrd4j.core.RrdBackendFactory
Return the current active factories as a stream.
getActiveHandlers() - Method in class net.i2p.router.transport.udp.PacketHandler
Returns the current number of active handler threads.
getActiveInboundCount() - Method in class org.klomp.snark.IdleChecker
Return the current inbound tunnel count
getActiveOutboundCount() - Method in class org.klomp.snark.IdleChecker
Return the current outbound tunnel count
getActivePeers() - Method in class net.i2p.router.web.helpers.SidebarHelper
How many peers we are talking to now
getActiveProfiles() - Method in class net.i2p.router.web.helpers.SidebarHelper
How many active identities have we spoken with recently
getActiveRunnerCount() - Method in class net.i2p.router.JobQueue
Current number of active job runners.
getActiveThreads() - Static method in class net.i2p.util.SystemVersion
Returns the current number of active (live) threads in the JVM.
getActiveTunnelCount() - Method in class net.i2p.router.tunnel.pool.TunnelPool
Count GOOD and TESTING (non-failed, not expired) tunnels in the pool.
getActivity() - Method in class org.klomp.snark.Storage
Get the last activity timestamp.
getActivityWindow(RouterContext) - Static method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Compute the activity window for peer selection based on current network visibility.
getActualEnd() - Method in class net.i2p.router.JobTiming
Get the actual end time when the job finished execution.
getActualHost(String, String) - Method in class net.i2p.util.PortMapper
Get the actual host for a service.
getActualStart() - Method in class net.i2p.router.JobTiming
Get the actual start time when the job began execution.
getAdded() - Method in class i2p.susi.dns.AddressBean
Gets the date when this address was added.
getAddedCount() - Method in class net.i2p.router.transport.PrioritySendPool
Snapshot of added/evicted/dropped counters since construction.
getAdditionalEventCount(RouterContext, String) - Method in class net.i2p.router.Tuner.BaseParam
Fetch the event count for an additional stat using the 60s period.
getAdditionalEventCountHourly(RouterContext, String) - Method in class net.i2p.router.Tuner.BaseParam
Fetch the event count for an additional stat using the 1-hour period.
getAdditionalResourceRecords() - Method in class org.minidns.dnsmessage.DnsMessage.Builder
getAdditionalResourceRecords.
getAdditionalStat(RouterContext, String) - Method in class net.i2p.router.Tuner.BaseParam
Fetch an additional stat value for cross-reference decisions.
getAdditionalStat5Min(RouterContext, String) - Method in class net.i2p.router.Tuner.BaseParam
Fetch an additional stat value using the 5-minute average.
getAdditionalStatHourly(RouterContext, String) - Method in class net.i2p.router.Tuner.BaseParam
Fetch an additional stat value using the 1-hour average.
getAdditionalStatLong(RouterContext, String) - Method in class net.i2p.router.Tuner.BaseParam
Fetch an additional stat value using the 10-minute average.
getAddress(String) - Static method in class i2p.susi.webmail.Mail
Returns the first email address portion, enclosed by <>
getAddress() - Method in class net.i2p.client.streaming.I2PSocketAddress
Does a naming service lookup to resolve the dest if this was created unresolved or if the resolution failed in the constructor.
getAddress() - Method in class net.i2p.router.client.ClientConnectionRunner
The address of the client socket.
getAddress(List<RouterAddress>, boolean) - Static method in class net.i2p.router.transport.udp.PeerTestManager
Get an address out of a list of addresses.
getAddress() - Method in class net.i2p.router.transport.UPnP
As we only support a single active IGD, and we don't currently have any way to get any IPv6 addresses, this will return at most one IPv4 address.
getAddress() - Method in class org.klomp.snark.PeerID
Get the destination.
getAddressCount() - Method in class net.i2p.data.router.RouterInfo
Return the number of router addresses.
getAddresses() - Method in class net.i2p.data.router.RouterInfo
Retrieve the set of RouterAddress structures at which this router can be contacted.
getAddresses() - Method in class net.i2p.router.transport.TransportManager
This forces a rebuild
getAddresses() - Method in class net.i2p.router.web.helpers.ConfigNetHelper
Get the set of addresses.
getAddresses() - Static method in class net.i2p.util.Addresses
Gets all non-IPv6 addresses excluding local, broadcast, and multicast addresses.
getAddresses(boolean, boolean) - Static method in class net.i2p.util.Addresses
Warning: When includeLocal is false, all returned addresses should be routable, but they are not necessarily appropriate for external use.
getAddresses(boolean, boolean, boolean) - Static method in class net.i2p.util.Addresses
Warning: When includeSiteLocal and includeLoopbackAndWildcard are false, all returned addresses should be routable, but they are not necessarily appropriate for external use.
getAddresses(boolean, boolean, boolean, boolean) - Static method in class net.i2p.util.Addresses
Warning: When includeSiteLocal and includeLoopbackAndWildcard are false, all returned addresses should be routable, but they are not necessarily appropriate for external use.
getAddressSelector() - Method in class net.i2p.router.web.helpers.ConfigNetHelper
Get the HTML for an address selector input.
getAdvertiser() - Method in class org.cybergarage.upnp.xml.DeviceData
getAdvertiser.
getAESReplyIV(int) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
IV used to encrypt the reply sent for the tunnel creation crypto.
getAESReplyKey(int) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
Key to encrypt the reply sent for the tunnel creation crypto.
getAggregateStats(Collection<PeerState>) - Static method in class net.i2p.router.transport.udp.PeerState
Compute aggregate transport stats across all peers for tuner visibility.
getAlgorithm() - Method in class net.i2p.crypto.eddsa.EdDSAPrivateKey
 
getAlgorithm() - Method in class net.i2p.crypto.eddsa.EdDSAPublicKey
 
getAlgorithm() - Method in class net.i2p.crypto.elgamal.impl.ElGamalPrivateKeyImpl
 
getAlgorithm() - Method in class net.i2p.crypto.elgamal.impl.ElGamalPublicKeyImpl
Algorithm.
getAlgorithm() - Method in class net.i2p.crypto.HMAC256Generator.HMACKey
 
getAlgorithmName() - Method in enum net.i2p.crypto.EncType
the standard name used for the Java crypto factories
getAlgorithmName() - Method in enum net.i2p.crypto.SigType
the standard name used for the Java crypto factories
getAlgorithmName() - Method in interface org.bouncycastle.crypto.Digest
return the algorithm name
getAlgorithmName() - Method in class org.bouncycastle.crypto.digests.KeccakDigest
getAlgorithmName.
getAlgorithmName() - Method in class org.bouncycastle.crypto.digests.SHA3Digest
getAlgorithmName.
getAlgorithmName() - Method in class org.bouncycastle.crypto.digests.SHA512Digest
 
getAlgorithmName() - Method in class org.bouncycastle.crypto.digests.SHAKEDigest
getAlgorithmName.
getAliases() - Method in class net.i2p.router.TunnelPoolSettings
Other destinations that use the same tunnel (or null if exploratory) Modifiable, concurrent, not a copy
getAliasOf() - Method in class net.i2p.router.TunnelPoolSettings
Other destination that this is an alias of (or null).
getAlice() - Method in class net.i2p.router.transport.udp.PeerTestState
Return Alice's PeerState2 (SSU2 only).
getAliceCipherKey() - Method in class net.i2p.router.transport.udp.PeerTestState
Return Alice's cipher key.
getAliceIntroKey() - Method in class net.i2p.router.transport.udp.PeerTestState
Return Alice's intro key.
getAliceIP() - Method in class net.i2p.router.transport.udp.PeerTestState
If we are Alice, return the IP that Bob says we can be reached at.
getAliceIPFromCharlie() - Method in class net.i2p.router.transport.udp.PeerTestState
Return Alice's IP as reported by Charlie.
getAliceMACKey() - Method in class net.i2p.router.transport.udp.PeerTestState
Return Alice's MAC key.
getAlicePort() - Method in class net.i2p.router.transport.udp.PeerTestState
If we are Alice, return the port that Bob says we can be reached at.
getAlicePortFromCharlie() - Method in class net.i2p.router.transport.udp.PeerTestState
Return Alice's port as reported by Charlie.
getAlignment() - Method in class org.rrd4j.core.jrrd.RRDFile
Alignment.
getAlignmentPatternCenters() - Method in class com.google.zxing.qrcode.decoder.Version
 
getAll() - Method in class net.i2p.kademlia.KBucketSet
Return all entries in all buckets.
getAll(Set<T>) - Method in class net.i2p.kademlia.KBucketSet
Get all entries in all buckets, excluding the specified entries.
getAll(SelectionCollector<T>) - Method in class net.i2p.kademlia.KBucketSet
Add all entries in all buckets to the provided collector.
getAllAddresses() - Static method in class net.i2p.util.Addresses
Gets all addresses excluding only link-local and multicast addresses.
getAllCategories() - Method in class net.i2p.addressbook.HostChecker
Get all host categories
getAllCountryCodes() - Method in class com.maxmind.geoip.LookupService
 
getAllCountryNames() - Method in class com.maxmind.geoip.LookupService
 
getAllEntries() - Method in class net.i2p.sam.SessionsDB
Return a snapshot of all entries (nick -> SessionRecord).
getAllMessages() - Method in class net.i2p.router.web.FormHandler
Display everything, wrap it in a div for consistent presentation
getAllMessages() - Method in class net.i2p.router.web.helpers.GraphHelper
We have to do this here because processForm() isn't called unless the nonces are good
getAllocatedBW() - Method in class net.i2p.router.tunnel.HopConfig
Get the allocated bandwidth for this hop.
getAllocatedBW() - Method in class net.i2p.router.tunnel.TunnelDispatcher
Get the total bandwidth allocated for participating tunnels
getAllowAccept(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Check whether the HTTP client allows custom Accept headers.
getAllowAccept(int) - Method in class net.i2p.i2ptunnel.web.EditBean
Returns whether Accept header passthrough is allowed.
getAllowedValue(int) - Method in class org.cybergarage.upnp.AllowedValueList
Gets the allowed value at the specified index.
getAllowedValueList() - Method in class org.cybergarage.upnp.StateVariable
getAllowedValueList.
getAllowedValueNode() - Method in class org.cybergarage.upnp.AllowedValue
Get the underlying XML node.
getAllowedValueRange() - Method in class org.cybergarage.upnp.StateVariable
getAllowedValueRange.
getAllowedValueRangeNode() - Method in class org.cybergarage.upnp.AllowedValueRange
Get the underlying XML node.
getAllowIncomingConnections() - Method in class net.i2p.client.streaming.impl.ConnectionManager
 
getAllowInternalSSL(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Check whether internal SSL connections are allowed through the HTTP client.
getAllowInternalSSL(int) - Method in class net.i2p.i2ptunnel.web.EditBean
Returns whether internal SSL connections are allowed.
getAllowReferer(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Check whether the HTTP client allows custom Referer headers.
getAllowReferer(int) - Method in class net.i2p.i2ptunnel.web.EditBean
Returns whether Referer header passthrough is allowed.
getAllowUserAgent(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Check whether the HTTP client allows custom User-Agent headers.
getAllowUserAgent(int) - Method in class net.i2p.i2ptunnel.web.EditBean
Returns whether User-Agent header passthrough is allowed.
getAllowZeroHop() - Method in class net.i2p.router.TunnelPoolSettings
If there are no tunnels to build with, will this pool allow 0 hop tunnels? As of 0.9.44, same goes for exploratory: Prior to 0.9.35, generally true for client.
getAllPeers() - Method in class net.i2p.router.web.helpers.SidebarHelper
How many routers we know about, minus ourselves
getAllPingResults() - Method in class net.i2p.addressbook.HostChecker
Get all ping results
getAllPingResults() - Static method in class net.i2p.addressbook.HostCheckerBridge
Get all current ping results
getAllRouters() - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
 
getAllRouters() - Method in class net.i2p.router.NetworkDatabaseFacade
Get all known router hashes.
getAllRouters() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Get the hashes for all known routers
getAllRouters(Hash) - Method in class net.i2p.router.sybil.Analysis
Returns all routers in the network DB, excluding our own router.
getAlpha() - Method in class net.i2p.data.BlindData
Gets the alpha value for the current day.
getAlphanumericCode(int) - Static method in class com.google.zxing.qrcode.encoder.Encoder
 
getAltDestHashBase32(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
Works even if tunnel is not running.
getAltDestination(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Retrieve the alternate tunnel Destination from the key file.
getAltDestination(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
Works even if tunnel is not running.
getAltDestinationBase64(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
Works even if tunnel is not running.
getAlternatePrivateKeyFile() - Method in class net.i2p.i2ptunnel.TunnelController
Does not necessarily exist.
getAltPrivateKeyFile(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the alternate private key file path.
getAltPrivateKeyFile(TunnelControllerGroup, int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the alternate private key file path from a specific group.
getAltPrivateKeyFile(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getAltStyle() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
Get the alternate supported style.
getAltStyle() - Method in class net.i2p.router.transport.TransportImpl
An alternate supported style, or null.
getAltStyle() - Method in class net.i2p.router.transport.udp.UDPTransport
An alternate supported style, or null.
getAndResetDroppedCount() - Method in class net.i2p.router.JobQueue
Dropped jobs count (resets on read).
getAndResetRecentMessagesCount() - Method in class net.i2p.router.tunnel.HopConfig
This returns the number of processed messages since the last time this was called, and resets the count.
getAndroidVersion() - Static method in class net.i2p.util.SystemVersion
Identical to android.os.Build.VERSION.SDK_INT.
getAnnounce() - Method in class org.klomp.snark.MetaInfo
Returns the string representing the URL of the tracker for this torrent.
getAnnounceList() - Method in class org.klomp.snark.MetaInfo
Returns a list of lists of urls.
getAnswerPings() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getAnswers() - Method in class org.minidns.dnsmessage.DnsMessage.Builder
getAnswers.
getAnswersFor(Question) - Method in class org.minidns.dnsmessage.DnsMessage
getAnswersFor.
getAnswersMinTtl() - Method in class org.minidns.dnsmessage.DnsMessage
Get the minimum TTL from all answers in seconds.
getAnyAddress() - Static method in class net.i2p.util.Addresses
Gets the first non-local IPv4 address found.
getAPIKey() - Method in class org.klomp.snark.I2PSnarkUtil
Get the api key.
getAPITarget() - Method in class org.klomp.snark.I2PSnarkUtil
 
getAppDir() - Method in class net.i2p.I2PAppContext
Where applications may store data.
getAppletContext() - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JApplet
Applet context.
getArcCount() - Method in class org.rrd4j.core.DataImporter
getArcCount.
getArcCount() - Method in class org.rrd4j.core.Header
Returns the number of archives defined in the RRD.
getArcCount() - Method in class org.rrd4j.core.RrdDb
Returns the number of RRA archives defined in the file
getArcCount() - Method in class org.rrd4j.core.RrdDef
Returns number of defined archives.
getArcCount() - Method in class org.rrd4j.core.RrdToolReader
 
getArcCount() - Method in class org.rrd4j.core.XmlReader
 
getArcDefs() - Method in class org.rrd4j.core.RrdDef
Returns all archive definition objects specified so far.
getArcEndTime() - Method in class org.rrd4j.core.FetchData
Returns the timestamp of the last populated slot in the corresponding RRA archive
getArch() - Static method in class net.i2p.util.SystemVersion
returns the architecture of the system running I2P as a string for reference in clients.config and plugin.config files.
getArchive(int) - Method in class org.rrd4j.core.jrrd.RRDatabase
Returns the Archive at the specified position in this database.
getArchive(String) - Method in class org.rrd4j.core.jrrd.RRDatabase
getArchive.
getArchive(int) - Method in class org.rrd4j.core.RrdDb
Returns Archive object for the given archive index.
getArchive(ConsolFun, int) - Method in class org.rrd4j.core.RrdDb
Returns Archive object with the given consolidation function and the number of steps.
getArchiveEndTime() - Method in class org.rrd4j.data.Def
Archive end time.
getArchiveList(ConsolidationFunctionType) - Method in class org.rrd4j.core.jrrd.RRDatabase
 
getArchives() - Method in class org.rrd4j.core.jrrd.RRDatabase
Returns an iterator over the archives in this database in proper sequence.
getArchives(ConsolidationFunctionType) - Method in class org.rrd4j.core.jrrd.RRDatabase
Returns an iterator over the archives in this database of the given type in proper sequence.
getArchives() - Method in class org.rrd4j.core.RrdDb
Archives.
getArcIndex(ConsolFun, int) - Method in class org.rrd4j.core.RrdDb
Returns index of Archive object with the given consolidation function and the number of steps.
getArcState(int) - Method in class org.rrd4j.core.Archive
Returns the underlying archive state object.
getArcStep() - Method in class org.rrd4j.core.Archive
Returns archive time step in seconds.
getArcStep() - Method in class org.rrd4j.core.FetchData
Returns the step of the corresponding RRA archive
getArgument(String) - Method in class org.cybergarage.upnp.Action
Gets an argument by name.
getArgument(int) - Method in class org.cybergarage.upnp.ArgumentList
Get an argument by index.
getArgument(String) - Method in class org.cybergarage.upnp.ArgumentList
Get an argument by name.
getArgumentIntegerValue(String) - Method in class org.cybergarage.upnp.Action
Gets the integer value of an argument by name.
getArgumentList() - Method in class org.cybergarage.upnp.Action
Gets list of all arguments for this action.
getArgumentList() - Method in class org.cybergarage.upnp.control.ActionRequest
Gets the argument list from the request.
getArgumentNode() - Method in class org.cybergarage.upnp.Argument
Gets the argument node containing argument definition.
getArgumentValue(String) - Method in class org.cybergarage.upnp.Action
Gets the value of an argument by name.
getArray() - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
Returns the internal representation as bytes, in row-major order.
getArray(String, String, String) - Static method in class edu.internet2.ndt.UserAgentTools
getArray.
getArrival() - Method in class net.i2p.data.i2np.DeliveryStatusMessage
Misnamed, as it is generally (always?) set by the creator to the current time, in some future usage it could be set on arrival
getASCII(String) - Static method in class net.i2p.data.DataHelper
Roughly the same as orig.getBytes("ISO-8859-1") but much faster and will not throw an exception.
getASNBuildInfo() - Method in class net.i2p.router.transport.GeoIP
Return the current ASN database version
getASNBuildInfo() - Method in class net.i2p.router.web.helpers.InfoHelper
 
getAssociatedKey() - Method in class net.i2p.router.crypto.ratchet.RatchetTagSet
The root key for the tag set.
getAtt(Attributes, String) - Static method in class net.i2p.router.web.helpers.FileDumpHelper
Get a manifest attribute value with HTML stripped.
getAttachmentDir() - Method in class i2p.susi.webmail.MailCache
 
getAttachmentDir() - Method in class i2p.susi.webmail.PersistentMailCache
 
getAttachments() - Method in class i2p.susi.webmail.Draft
 
getAttachmentType() - Method in class i2p.susi.webmail.Mail
Get the attachment type.
getAttempted() - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
getAttempted() - Method in class net.i2p.router.networkdb.kademlia.StoreState
The peers attempted OR skipped.
getAttemptedCount() - Method in class net.i2p.router.networkdb.kademlia.StoreState
The number of peers attempted.
getAttemptedSize() - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
getAttribute(String) - Method in class net.i2p.servlet.RequestWrapper
 
getAttribute(int) - Method in class org.cybergarage.xml.AttributeList
Gets the attribute at the specified index.
getAttribute(String) - Method in class org.cybergarage.xml.AttributeList
Gets the first attribute with the specified name.
getAttribute(int) - Method in class org.cybergarage.xml.Node
Gets the attribute at the specified index.
getAttribute(String) - Method in class org.cybergarage.xml.Node
Gets the attribute with the specified name.
getAttributeIntegerValue(String) - Method in class org.cybergarage.xml.Node
Gets the integer value of an attribute with the specified name.
getAttributeValue(String) - Method in class org.cybergarage.xml.Node
Gets the value of an attribute with the specified name.
getAuth() - Method in class net.i2p.router.web.helpers.ConfigClientsHelper
Whether I2CP authentication is enabled.
getAuth() - Method in class net.i2p.router.web.helpers.ConfigReseedHelper
Retrieve whether proxy authentication is enabled.
getAuthError(boolean) - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
What to send if digest auth fails
getAuthHeader(String, String) - Method in class net.i2p.util.EepGet.AuthState
 
getAuthPrivKey() - Method in class net.i2p.data.BlindData
Gets the authentication private key.
getAuthRequired() - Method in class net.i2p.data.BlindData
Checks if authentication is required.
getAuthType() - Method in class net.i2p.data.BlindData
Gets the authentication type.
getAuthType() - Method in class net.i2p.data.i2cp.BlindingInfoMessage
Gets the authentication type.
getAutotune() - Method in class net.i2p.router.Tuner
Shared AutotuneConfig instance.
getAvailableTags(PublicKey, SessionKey) - Method in class net.i2p.crypto.SessionKeyManager
Determine (approximately) how many available session tags for the current target have been confirmed and are available
getAvailableTags(PublicKey, SessionKey) - Method in class net.i2p.router.crypto.ratchet.MuxedPQSKM
Delegates to the appropriate key manager by encryption type.
getAvailableTags(PublicKey, SessionKey) - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
Delegates to the appropriate key manager by encryption type.
getAvailableTags(PublicKey, SessionKey) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
Determine (approximately) how many available session tags for the current target have been confirmed and are available
getAvailableTags(PublicKey, SessionKey) - Method in class net.i2p.router.crypto.TransientSessionKeyManager
Determine (approximately) how many available session tags for the current target have been confirmed and are available
getAvailableTimeLeft(PublicKey, SessionKey) - Method in class net.i2p.crypto.SessionKeyManager
Determine how long the available tags will be available for before expiring, in milliseconds
getAvailableTimeLeft(PublicKey, SessionKey) - Method in class net.i2p.router.crypto.ratchet.MuxedPQSKM
Delegates to the appropriate key manager by encryption type.
getAvailableTimeLeft(PublicKey, SessionKey) - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
Delegates to the appropriate key manager by encryption type.
getAvailableTimeLeft(PublicKey, SessionKey) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
Determine how long the available tags will be available for before expiring, in milliseconds
getAvailableTimeLeft(PublicKey, SessionKey) - Method in class net.i2p.router.crypto.TransientSessionKeyManager
Determine how long the available tags will be available for before expiring, in milliseconds
getAverage() - Method in class net.i2p.stat.RateAverages
Gets the weighted average.
getAverageEventsPerPeriod() - Method in class net.i2p.stat.Frequency
Calculate how many events would occur in a period given the current (rolling) average.
getAverageInterval() - Method in class net.i2p.stat.Frequency
On average over the last $period, after how many milliseconds are events coming in, as calculated during the last event occurrence?
getAverageLatency() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
Get average latency from last 3 tests.
getAverageRating() - Method in class org.klomp.snark.comments.CommentSet
Returns the average rating from all non-hidden, non-local comments.
getAverageValue() - Method in class net.i2p.stat.Rate
What was the average value across the events in the last period?
getAvgBWPerTunnel() - Method in class net.i2p.router.tunnel.pool.TunnelPool
Average bandwidth per tunnel in the pool.
getAvgLag() - Method in class net.i2p.router.JobQueue
Average lag time for jobs waiting in the queue.
getAvgMinDist(List<RouterInfo>) - Method in class net.i2p.router.sybil.Analysis
Calculates the average minimum distance from 200 random routing keys to the closest router in the provided list.
getAvgOrLifetimeAvg() - Method in class net.i2p.stat.Rate
Gets the average value, or the lifetime average if no recent data.
getAvgPeerTestTime() - Method in class net.i2p.router.peermanager.PeerTestJob
Gets the average successful peer test time over the last minute.
getAvgPeerTestTime() - Method in class net.i2p.router.web.helpers.SidebarHelper
Average peer test round-trip time (good + too-slow combined)
getAvgPeerTestTimeGood() - Method in class net.i2p.router.web.helpers.SidebarHelper
Average successful peer test round-trip time
getAvgPendingTime() - Method in class net.i2p.router.JobStats
Get the average pending/wait time for this job type.
getAvgPendingTime() - Method in class net.i2p.router.JobStats.RecentStats
Return the avgPendingTime
getAvgTime() - Method in class net.i2p.router.JobStats
Get the average execution time for this job type.
getAvgTime() - Method in class net.i2p.router.JobStats.RecentStats
Return the avgTime
getb() - Method in class net.i2p.crypto.eddsa.math.Field
Return the bit length.
getB() - Method in class net.i2p.crypto.eddsa.spec.EdDSAParameterSpec
Return the base (generator) point.
getB32() - Method in class i2p.susi.dns.AddressBean
Gets the base32 hash address for this destination.
getB32Hostname() - Method in interface net.i2p.i2ptunnel.irc.DCCHelper
String to put in the outgoing DCC
getB64() - Method in class i2p.susi.dns.AddressBean
Gets the base64 hash of the destination.
getB64(String, String) - Method in class net.i2p.util.PasswordManager
 
getBackend(RrdDb, String, boolean) - Method in class org.rrd4j.core.RrdBackendFactory
Creates RrdBackend object for the given storage path.
getBackend(RrdDb, URI, boolean) - Method in class org.rrd4j.core.RrdBackendFactory
Creates RrdBackend object for the given storage path.
getBackend() - Method in class org.rrd4j.data.Def
Data backend.
getBackendFactory() - Method in class net.i2p.router.web.GraphListener
 
getBackground() - Method in class org.jfree.svg.SVGGraphics2D
Returns the background color.
getBackgroundColor() - Method in class com.docuverse.identicon.NineBlockIdenticonRenderer2
Background color of the identicon.
getBackupQuantity() - Method in class net.i2p.router.TunnelPoolSettings
how many backup tunnels should be kept waiting in the wings
getBackupTrackers() - Method in class org.klomp.snark.I2PSnarkUtil
List of open tracker announce URLs to use as backups even if disabled
getBadDest(Hash) - Method in class net.i2p.router.networkdb.kademlia.NegativeLookupCache
Get a cached bad destination.
getBadPacketBanChecked() - Method in class net.i2p.router.web.helpers.ConfigBanHelper
Get the checked status of the bad packet ban option.
getBadPacketDuration() - Method in class net.i2p.router.Banlist
Get the current bad packet ban duration in ms.
getBadPacketDuration() - Method in class net.i2p.router.web.helpers.ConfigBanHelper
Get the bad packet ban duration in minutes.
getBandwidthClass() - Method in class net.i2p.router.Router
The current bandwidth class.
getBandwidthEstimate() - Method in class net.i2p.client.streaming.impl.SimpleBandwidthEstimator
 
getBandwidthEstimate() - Method in class net.i2p.router.transport.udp.SimpleBandwidthEstimator
Returns the current bandwidth estimate in bytes per millisecond.
getBandwidthEstimate(long) - Method in class net.i2p.router.transport.udp.SimpleBandwidthEstimator
Returns the current bandwidth estimate at the specified time.
getBandwidthEstimate() - Method in interface net.i2p.util.BandwidthEstimator
Get the current bandwidth estimate.
getBandwidthEstimate() - Method in class net.i2p.util.SyntheticREDQueue
Returns the current bandwidth estimate in bytes/ms.
GetBandwidthLimitsMessage - Class in net.i2p.data.i2cp
Request the router tells us the current bw limits
GetBandwidthLimitsMessage() - Constructor for class net.i2p.data.i2cp.GetBandwidthLimitsMessage
Constructs a new GetBandwidthLimitsMessage.
getBandwidthListener() - Method in interface org.klomp.snark.CompleteListener
 
getBandwidthListener() - Method in class org.klomp.snark.PeerState
Returns the bandwidth listener for this peer state.
getBandwidthListener() - Method in class org.klomp.snark.SnarkManager
 
getBandwidthListener() - Method in class org.klomp.snark.UpdateRunner
The bandwidth listener
getBandwidthRequest() - Method in class net.i2p.router.transport.udp.UDPPacket
Bandwidth request.
getBandwidthTier() - Method in class net.i2p.data.router.RouterInfo
Return a string representation of this node's bandwidth tier, or "Unknown"
getBanlistCompact() - Method in class net.i2p.router.web.helpers.ProfilesHelper
 
getBanlistedPeers() - Method in class net.i2p.router.web.helpers.SidebarHelper
How many peers are banned.
getBase() - Method in class org.klomp.snark.Storage
The base file or directory.
getBase64Entries(Properties) - Method in class net.i2p.client.naming.MetaNamingService
All services aggregated
getBase64Entries(Properties) - Method in class net.i2p.client.naming.NamingService
This may be more or less efficient than getEntries(), depending on the implementation.
getBase64Entries(Properties) - Method in class net.i2p.client.naming.SingleFileNamingService
Overridden since we store base64 natively.
getBase64Entries(Properties) - Method in class net.i2p.router.naming.BlockfileNamingService
 
getBaseAlgorithm() - Method in enum net.i2p.crypto.EncType
the standard base algorithm name used for the Java crypto factories
getBaseAlgorithm() - Method in enum net.i2p.crypto.SigType
the standard base algorithm name used for the Java crypto factories
getBaseDir() - Method in class net.i2p.I2PAppContext
This is the installation dir, often referred to as $I2P.
getBaseLogfilename() - Method in class net.i2p.util.LogManager
 
getBaseName() - Method in class org.klomp.snark.Snark
Get the base name of the torrent.
getBaseName() - Method in class org.klomp.snark.Storage
The base file or directory name of the data, as specified in the .torrent file, but filtered to remove illegal characters.
getBaseName() - Method in class org.klomp.snark.web.FetchAndAdd
 
getBcc() - Method in class i2p.susi.webmail.Draft
 
getBegin() - Method in class i2p.susi.dns.AddressbookBean
Returns the beginning index as string.
getBegin() - Method in class net.i2p.router.transport.udp.UDPPacket
Initialization time.
getBeginGroupKeys() - Static method in class org.jfree.svg.SVGHints
Creates and returns a list of keys that are synonymous with SVGHints.KEY_BEGIN_GROUP.
getBeginInt() - Method in class i2p.susi.dns.AddressbookBean
Returns the beginning index as integer.
getBeginTime() - Method in class net.i2p.router.transport.udp.PeerTestState
Return the time when this test began.
getBestInitialLeaseSet() - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
getBid(OutNetMessage) - Method in class net.i2p.router.transport.TransportManager
Get the best bid for a message across all transports.
getBids(RouterContext, TransportManager, OutNetMessage) - Static method in class net.i2p.router.transport.GetBidsJob
Transport bids for a message and send it if a suitable bid is found
getBids(OutNetMessage) - Method in class net.i2p.router.transport.TransportManager
Get all bids for a message across all transports.
GetBidsJob - Class in net.i2p.router.transport
Retrieves transport bids for outbound message delivery.
GetBidsJob() - Constructor for class net.i2p.router.transport.GetBidsJob
 
getBigDecimal(int) - Method in class org.json.simple.JsonArray
A convenience method that assumes there is a BigDecimal, Number, or String at the given index.
getBigDecimal(JsonKey) - Method in class org.json.simple.JsonObject
A convenience method that assumes there is a BigDecimal, Number, or String at the given key.
getBigDecimalOrDefault(JsonKey) - Method in class org.json.simple.JsonObject
A convenience method that assumes there is a BigDecimal, Number, or String at the given key.
getBinary(String) - Method in class net.i2p.router.web.NavHelper
Retrieve binary icon for a plugin
getBinaryFormatMajorVersion() - Method in class com.maxmind.db.Metadata
 
getBinaryFormatMinorVersion() - Method in class com.maxmind.db.Metadata
 
getBindAddress() - Method in class org.cybergarage.http.HTTPServer
Gets the bind address as a string.
getBindPort() - Method in class org.cybergarage.http.HTTPServer
Gets the bind port.
getBitArray() - Method in class com.google.zxing.common.BitArray
Returns the underlying array of ints.
getBitField() - Method in class org.klomp.snark.Storage
The BitField that tells which pieces this storage contains.
getBits() - Method in enum com.google.zxing.qrcode.decoder.ErrorCorrectionLevel
 
getBits() - Method in enum com.google.zxing.qrcode.decoder.Mode
 
getBits() - Method in class org.rrd4j.core.jrrd.RRDFile
Long size in bits for this file.
getBitSelectors(byte[], int, int, int[]) - Method in interface org.xlattice.crypto.filters.KeySelector.BitSelector
Extracts k bit offsets from a key for Bloom filter operations.
getBitSelectors(byte[], int, int, int[]) - Method in class org.xlattice.crypto.filters.KeySelector.GenericBitSelector
Extracts k bit offsets from key data using 5-bit stride algorithm.
getBlacklist() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getBlankHash() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
Checksum for blank record
getBlindData() - Method in class net.i2p.data.i2cp.BlindingInfoMessage
Gets the computed blind data.
getBlindData(SigningPublicKey) - Method in class net.i2p.router.NetworkDatabaseFacade
 
getBlindData() - Method in class net.i2p.router.NetworkDatabaseFacade
For console ConfigKeyringHelper
getBlindData(SigningPublicKey) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
getBlindData() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
getBlindedHash() - Method in class net.i2p.data.BlindData
Gets the hash of the blinded key for the current day.
getBlindedHash() - Method in class net.i2p.data.LeaseSet2
The orignal blinded hash, where this came from.
getBlindedHash(Destination) - Method in class net.i2p.router.networkdb.kademlia.BlindCache
The hash to lookup for a dest.
getBlindedHash(SigningPublicKey) - Method in class net.i2p.router.networkdb.kademlia.BlindCache
The hash to lookup for a SPK known to be blinded.
getBlindedPassword(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the blinded password for the tunnel's lease set.
getBlindedPassword(int) - Method in class net.i2p.i2ptunnel.web.EditBean
Returns the blinded password for the tunnel.
getBlindedPubKey() - Method in class net.i2p.data.BlindData
Gets the blinded signing public key for the current day.
getBlindedSigType() - Method in class net.i2p.data.BlindData
Gets the type of the blinded signature.
getBlob() - Method in class org.minidns.record.TXT
 
getBlocklistChecked() - Method in class net.i2p.router.web.helpers.ConfigBanHelper
Get the checked status of the blocklist option.
getBlocklistEntries() - Method in class net.i2p.router.news.NewsXMLParser
The blocklist entries.
getBlocklistFile() - Method in class net.i2p.router.sybil.PersistSybil
Get the blocklist path
getBlocklistSize() - Method in class net.i2p.router.Blocklist
Get the size of the permanent blocklist.
getBlocklistSummary() - Method in class net.i2p.router.web.helpers.ConfigPeerHelper
Get the blocklist summary HTML.
getBlockMyCountryChecked() - Method in class net.i2p.router.web.helpers.ConfigBanHelper
Get the checked status of the block my country option.
getBob() - Method in class net.i2p.router.transport.udp.PeerTestState
Return Bob's PeerState.
getBobIP() - Method in class net.i2p.router.transport.udp.PeerTestState
Return Bob's IP address.
getBobPort() - Method in class net.i2p.router.transport.udp.PeerTestState
Return Bob's port.
getBodies(Collection<POP3MailBox.FetchRequest>) - Method in class i2p.susi.webmail.pop3.POP3MailBox
Fetch headers and/or bodies.
getBody() - Method in class edu.internet2.ndt.Message
Get Message body as array
getBody() - Method in class i2p.susi.webmail.Mail
This contains the header also.
getBody(String, Buffer) - Method in class i2p.susi.webmail.pop3.POP3MailBox
Fetch the body.
getBodyNode() - Method in class org.cybergarage.soap.SOAPRequest
Return the SOAP body node.
getBodyNode() - Method in class org.cybergarage.soap.SOAPResponse
Get the SOAP body node.
getBook() - Method in class i2p.susi.dns.AddressbookBean
This always returns a valid book, non-null.
getBoolean(String) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified boolean (maps from JSON true/false) parameter.
getBoolean(int) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified boolean (maps from JSON true/false) parameter.
getBoolean(int) - Method in class org.json.simple.JsonArray
A convenience method that assumes there is a Boolean or String value at the given index.
getBoolean(JsonKey) - Method in class org.json.simple.JsonObject
A convenience method that assumes there is a Boolean or String value at the given key.
getBooleanOption(String, boolean) - Method in class net.i2p.i2ptunnel.I2PTunnelTask
 
getBooleanOrDefault(JsonKey) - Method in class org.json.simple.JsonObject
A convenience method that assumes there is a Boolean or String value at the given key.
getBooleanProperty(String) - Method in class net.i2p.I2PAppContext
Default false
getBooleanPropertyDefaultTrue(String) - Method in class net.i2p.I2PAppContext
Boolean property, defaulting to true if not set.
getBootId() - Method in class org.cybergarage.upnp.Device
getBootId.
getBootId() - Method in class org.cybergarage.upnp.ssdp.SSDPRequest
getBootId.
getBootId() - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
getBootId.
getBottomRightOnBit() - Method in class com.google.zxing.common.BitMatrix
This is useful in detecting a corner of a 'pure' barcode.
getBounds() - Method in class org.jfree.svg.SVGGraphicsConfiguration
Returns the bounds for this configuration.
getBoxSpace() - Method in class org.rrd4j.graph.RrdGraphGenerator
Box space.
getBredth() - Method in class net.i2p.router.networkdb.kademlia.ExploreJob
Returns the maximum number of concurrent exploratory searches to run.
getBredth() - Method in class net.i2p.router.networkdb.kademlia.SearchJob
Max # of concurrent searches
getBridge() - Method in class net.i2p.sam.SAMv3Handler
For SAMv3StreamSession
getBrowser(String) - Static method in class edu.internet2.ndt.UserAgentTools
getBrowser.
getBuckets() - Method in class net.i2p.kademlia.KBucketSet
Returned list is a copy of the bucket list, closest first, with the actual buckets (not a copy).
getBuffer() - Method in interface i2p.susi.webmail.pop3.POP3MailBox.FetchRequest
 
getBuffer() - Method in class net.i2p.util.LogManager
Return the circular buffer holding recent log records for console display.
getBuffer() - Method in class org.rrd4j.core.RrdByteArrayBackend
Underlying byte buffer.
getBufferedImageColorModel() - Method in class com.google.zxing.client.j2se.MatrixToImageConfig
Get the buffered image color model.
getBuildDate() - Method in class com.maxmind.db.Metadata
 
getBuilder() - Method in class i2p.susi.util.StringBuilderWriter
Get the underlying StringBuilder.
getBuilder() - Static method in class org.rrd4j.core.RrdDb
Create a new builder for constructing RrdDb instances.
getBuilder() - Static method in class org.rrd4j.graph.BufferedImageWorker
Creates a new builder for BufferedImageWorker.
getBuilder2() - Method in class net.i2p.router.transport.udp.UDPTransport
 
getBuildFailureBuffer() - Static method in class net.i2p.router.Tuner
The build failure buffer.
getBuildHandlerThreadCount() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Actual number of running BuildHandler threads.
getBuildHandlerThreads() - Static method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Tuned by Tuner — min 1, max 8
getBuildSuccessRate(RouterContext) - Method in class net.i2p.router.Tuner.BaseParam
Compute actual tunnel build success rate from event counts.
getBuildTime() - Static method in class net.i2p.time.BuildTime
Get the build date for i2p.jar.
getBuildTriesQuantityOverride(RouterContext) - Static method in class net.i2p.router.tunnel.pool.TunnelPool
Quantity override threshold from config or default (12).
getBuiltBy() - Method in class net.i2p.router.web.helpers.LogsHelper
Return the Built-By attribute from the i2p.jar manifest.
getBWLimits(String, int) - Static method in class org.klomp.snark.BWLimits
Retrieves the bandwidth limits from the I2P router at the given host and port.
getByCode(int) - Static method in enum net.i2p.crypto.EncType
encryption type by code.
getByCode(int) - Static method in enum net.i2p.crypto.SigType
signature type by code.
getByName(String) - Static method in class net.i2p.crypto.eddsa.spec.EdDSANamedCurveTable
Returns the curve specification for the given name, or null if not found.
getByte(int) - Method in class org.json.simple.JsonArray
A convenience method that assumes there is a Number or String value at the given index.
getByte(JsonKey) - Method in class org.json.simple.JsonObject
A convenience method that assumes there is a Number or String value at the given key.
getByteCount() - Method in class org.rrd4j.graph.RrdGraphInfo
Returns the number of bytes in the graph file
getByteLength() - Method in class org.bouncycastle.crypto.digests.KeccakDigest
Return the size of block that the compression function is applied to in bytes.
getByteLength() - Method in class org.bouncycastle.crypto.digests.LongDigest
getByteLength.
getByteLength() - Method in interface org.bouncycastle.crypto.ExtendedDigest
Return the size in bytes of the internal buffer the digest applies it's compression function to.
getByteOrDefault(JsonKey) - Method in class org.json.simple.JsonObject
A convenience method that assumes there is a Number or String value at the given key.
getBytes() - Method in class net.i2p.data.DatabaseEntry
Returns the raw payload data, excluding the signature, to be signed by sign().
getBytes() - Method in class net.i2p.data.LeaseSet
without sig!
getBytes() - Method in class net.i2p.data.LeaseSet2
without sig!
getBytes() - Method in class net.i2p.data.router.RouterInfo
Write out the raw payload of the routerInfo, excluding the signature.
getBytes() - Method in class net.i2p.i2ptunnel.socks.SOCKSHeader
 
getBytes(byte[]) - Method in class net.metanotion.io.data.IdentityBytes
 
getBytes(Integer) - Method in class net.metanotion.io.data.IntBytes
 
getBytes(String) - Method in class net.metanotion.io.data.StringBytes
 
getBytes(String) - Method in class net.metanotion.io.data.UTF8StringBytes
 
getBytes(T) - Method in interface net.metanotion.io.Serializer
o).
getBytes() - Method in class org.cybergarage.upnp.Icon
Gets the raw image data for this icon.
getBytes() - Method in class org.klomp.snark.bencode.BEValue
Returns this BEValue as a byte[].
getBytes() - Method in class org.minidns.dnsname.DnsName
Serialize a domain name under IDN rules.
getBytes() - Method in class org.rrd4j.core.RrdDb
Returns an array of bytes representing the whole RRD.
getBytes() - Method in class org.rrd4j.graph.RrdGraphInfo
Returns graph bytes
getC2sSFWTestResults() - Method in class edu.internet2.ndt.Tcpbw100
Get Client->Server fire-wall test results.
getCache(String) - Static method in class net.i2p.client.naming.DummyNamingService
Look up a cached destination.
getCache() - Method in class net.i2p.router.ClientMessagePool
Get the outbound cache for this message pool.
getCacheControl() - Method in class net.i2p.util.EepGet
Show the Cache-Control field
getCacheControl() - Method in class org.cybergarage.http.HTTPPacket
Get the Cache-Control header value.
getCacheControl() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
getCacheControl.
getCacheTime() - Method in interface org.klomp.snark.web.BasicServlet.HttpContent
in seconds
getCalendar() - Method in class org.cybergarage.http.Date
Gets the Calendar instance used by this Date.
getCalendar(long) - Static method in class org.rrd4j.core.Util
Returns Calendar object for the given timestamp (in seconds, without milliseconds)
getCalendar(Date) - Static method in class org.rrd4j.core.Util
Returns Calendar object for the given Date object
getCalendar(String) - Static method in class org.rrd4j.core.Util
Creates Calendar object from a string.
getCallback() - Method in class org.cybergarage.upnp.event.SubscriptionRequest
getCallback.
getCanonicalHostName(String) - Method in class net.i2p.router.CommSystemFacade
Look up the canonical hostname for the given IP, blocking on DNS if necessary.
getCanonicalHostName(String) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Returns the canonical hostname for the given IP address from cache or DNS.
getCanonicalHostNameSync(String) - Method in class net.i2p.router.CommSystemFacade
Synchronous canonical hostname lookup for the given IP.
getCanonicalHostNameSync(String) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
 
getCanonicalPath() - Method in class org.rrd4j.core.RrdDb
Returns canonical path to the underlying RRD file.
getCanonicalPath() - Method in interface org.rrd4j.core.RrdFileBackend
Returns canonical path to the file on the disk.
getCanonicalPath() - Method in class org.rrd4j.core.RrdNioBackend
 
getCanonicalPath() - Method in class org.rrd4j.core.RrdRandomAccessFileBackend
 
getCanonicalPath(String) - Static method in class org.rrd4j.core.Util
Returns canonical file path for the given file path
getCanonicalPaths(String, String, boolean) - Static method in class org.rrd4j.core.RrdToolkit
Returns list of canonical file names with the specified extension in the given directory.
getCanonicalUri(URI) - Method in class org.rrd4j.core.RrdBackendFactory
Ensure that an URI is returned in a non-ambiguous way.
getCanonicalUri() - Method in class org.rrd4j.core.RrdDb
Returns the canonical URI for this RRD.
getCanonicalUri(URI) - Method in class org.rrd4j.core.RrdFileBackendFactory
 
getCanonicalUri() - Method in class org.rrd4j.data.Def
Canonical uri.
getCapabilities() - Method in class net.i2p.data.router.RouterInfo
what special capabilities this router offers
getCapabilities() - Method in class net.i2p.router.Router
For building our RI.
getCapacity() - Method in class net.i2p.router.BandwidthHistory
The ring buffer capacity.
getCapacity() - Method in class net.i2p.router.transport.PrioritySendPool
 
getCapacity() - Method in class net.i2p.util.TryCache
Return the current cache capacity.
getCapacity() - Method in class org.rrd4j.core.RrdDbPool
Returns the maximum number of simultaneously open RRD.
getCapacityBonus() - Method in class net.i2p.router.peermanager.PeerProfile
extra factor added to the capacity ranking - this can be updated in the profile written to disk to affect how the algorithm ranks capacity.
getCapacityBonusLastUpdate() - Method in class net.i2p.router.peermanager.PeerProfile
 
getCapacityBonusRaw() - Method in class net.i2p.router.peermanager.PeerProfile
 
getCapacityThreshold() - Method in class net.i2p.router.peermanager.ProfileOrganizer
Current minimum capacity value for the high-capacity peer tier.
getCapacityValue() - Method in class net.i2p.router.peermanager.PeerProfile
How many tunnels do we think this peer can handle over the next hour?
getCategory(String) - Method in class net.i2p.addressbook.HostChecker
Get category for a hostname
getCategoryDescription(String) - Method in class net.i2p.addressbook.HostChecker
Get description for a category
getCategoryDescription(String) - Static method in class net.i2p.addressbook.HostCheckerBridge
Get description for a category
getCategoryFilter() - Method in class i2p.susi.dns.AddressbookBean
Returns the category filter string.
getCause() - Method in exception org.bouncycastle.crypto.CryptoException
 
getCauseType() - Method in exception com.thetransactioncompany.jsonrpc2.JSONRPC2ParseException
Gets the parse exception cause type.
getCDPStatusBlock(int) - Method in class org.rrd4j.core.jrrd.Archive
Returns the CDPStatusBlock at the specified position in this archive.
getCDPStatusBlocks() - Method in class org.rrd4j.core.jrrd.Archive
Returns an iterator over the CDP status blocks in this archive in proper sequence.
getCert() - Method in class i2p.susi.dns.AddressBean
Do this the easy way
getCert(File, String, String) - Static method in class net.i2p.crypto.KeyStoreUtil
Get a cert out of a keystore
getCert(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the certificate type for the tunnel (currently unused, always 0).
getCert(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getCertificate() - Method in class net.i2p.data.i2np.GarlicClove
 
getCertificate() - Method in class net.i2p.data.KeysAndCert
Certificate for this identity.
getCertificate() - Method in class net.i2p.router.message.CloveSet
Get the certificate.
getCertificate() - Method in class net.i2p.router.message.GarlicConfig
Certificate for the getRecipient() to pay for their processing
getCertificateAssociation() - Method in class org.minidns.record.TLSA
 
getCertificatePassword() - Static method in class net.i2p.i2pcontrol.security.KeyStoreProvider
Get the dynamically generated certificate password.
getCertificateType() - Method in class net.i2p.data.Certificate
Certificate type.
getChaChaReplyAD() - Method in class net.i2p.data.i2np.BuildRequestRecord
Returns the ChaCha reply AD (Associated Data).
getChaChaReplyAD(int) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
Get ECIES reply AD
getChaChaReplyKey() - Method in class net.i2p.data.i2np.BuildRequestRecord
Returns the ChaCha reply key.
getChaChaReplyKey(int) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
Get ECIES reply key
getChainingKey() - Method in class com.southernstorm.noise.protocol.HandshakeState
I2P for getting chaining key for siphash calc
getChainingKey() - Method in class com.southernstorm.noise.protocol.SymmetricState
I2P for getting chaining key for siphash calculation
getChannel() - Method in class net.i2p.client.streaming.impl.StandardServerSocket
 
getChannel() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getChannel() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Valid for inbound; valid for outbound shortly after creation
getChannel() - Method in class net.i2p.util.InternalServerSocket
Returns null as of 0.9.33, prior to that threw IllegalArgumentException
getCharacterCountBits(Version) - Method in enum com.google.zxing.qrcode.decoder.Mode
 
getCharacterSetECIByName(String) - Static method in enum com.google.zxing.common.CharacterSetECI
Get CharacterSetECI by name.
getCharacterSetECIByValue(int) - Static method in enum com.google.zxing.common.CharacterSetECI
Get CharacterSetECI by value.
getCharacterStrings() - Method in class org.minidns.record.TXT
 
getCharBuffer(long, int) - Method in class org.rrd4j.core.ByteBufferBackend
 
getCharBuffer(long, int) - Method in class org.rrd4j.core.RrdBackend
Extract a CharBuffer from the backend, used by readString
getCharlieHash() - Method in class net.i2p.router.transport.udp.PeerTestState
Return Charlie's Hash (SSU2 only).
getCharlieIntroKey() - Method in class net.i2p.router.transport.udp.PeerTestState
Return Charlie's intro key.
getCharlieIP() - Method in class net.i2p.router.transport.udp.PeerTestState
Return Charlie's IP address.
getCharliePort() - Method in class net.i2p.router.transport.udp.PeerTestState
Return Charlie's port.
getCharSet() - Method in class org.cybergarage.http.HTTPPacket
Gets the character set from the Content-Type header.
getChecked(String) - Method in class net.i2p.router.web.HelperBase
Get the checked attribute for a boolean property.
getCheckingProgress() - Method in class org.klomp.snark.Snark
Get the progress of file checking as a percentage.
getCheckingProgress() - Method in class org.klomp.snark.Storage
If checking is in progress, return completion 0.0 ...
getCheckStrokeControlHint() - Method in class org.jfree.svg.SVGGraphics2D
Returns the flag that controls whether or not this object will observe the KEY_STROKE_CONTROL rendering hint.
getChecksumInstance() - Static method in exception com.google.zxing.ChecksumException
Returns a ChecksumException instance.
getChecksumInstance(Throwable) - Static method in exception com.google.zxing.ChecksumException
Returns a ChecksumException instance with the specified cause.
getChildNodes(Node) - Static method in class org.rrd4j.core.Util.Xml
getChildNodes.
getChildNodes(Node, String) - Static method in class org.rrd4j.core.Util.Xml
getChildNodes.
getChildNodes(Node, String) - Static method in class org.rrd4j.core.XmlTemplate
getChildNodes.
getChildNodes(Node) - Static method in class org.rrd4j.core.XmlTemplate
getChildNodes.
getChildValue(Node, String) - Static method in class org.rrd4j.core.Util.Xml
getChildValue.
getChildValue(Node, String, boolean) - Static method in class org.rrd4j.core.Util.Xml
getChildValue.
getChildValue(Node, String) - Method in class org.rrd4j.core.XmlTemplate
getChildValue.
getChildValue(Node, String, boolean) - Method in class org.rrd4j.core.XmlTemplate
getChildValue.
getChildValueAsBoolean(Node, String) - Static method in class org.rrd4j.core.Util.Xml
getChildValueAsBoolean.
getChildValueAsBoolean(Node, String) - Method in class org.rrd4j.core.XmlTemplate
getChildValueAsBoolean.
getChildValueAsDouble(Node, String) - Static method in class org.rrd4j.core.Util.Xml
getChildValueAsDouble.
getChildValueAsDouble(Node, String) - Method in class org.rrd4j.core.XmlTemplate
getChildValueAsDouble.
getChildValueAsInt(Node, String) - Static method in class org.rrd4j.core.Util.Xml
getChildValueAsInt.
getChildValueAsInt(Node, String) - Method in class org.rrd4j.core.XmlTemplate
getChildValueAsInt.
getChildValueAsLong(Node, String) - Static method in class org.rrd4j.core.Util.Xml
getChildValueAsLong.
getChildValueAsLong(Node, String) - Method in class org.rrd4j.core.XmlTemplate
getChildValueAsLong.
getChunk(int) - Method in class org.klomp.snark.MagnetState
Get the data for a specific chunk.
getChunkSize() - Static method in class org.cybergarage.http.HTTP
Gets the current default chunk size for HTTP operations.
getCipher() - Method in enum com.southernstorm.noise.protocol.NoiseInit.PatternID
getCipher.
getCipherName() - Method in class com.southernstorm.noise.protocol.ChaChaPolyCipherState
 
getCipherName() - Method in interface com.southernstorm.noise.protocol.CipherState
Gets the Noise protocol name for this cipher.
getClaimedAddress() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
This will never be a hash-based address.
getClass(int) - Static method in enum org.minidns.record.Record.CLASS
Retrieve the symbolic DNS class for a binary class value.
getClientApp(String, String[]) - Method in class net.i2p.router.startup.RouterAppManager
Get the first known ClientApp with this class name and exact arguments.
getClientAppLinks() - Method in class net.i2p.router.web.NavHelper
Translated string is loaded by PluginStarter
getClientApps(RouterContext) - Static method in class net.i2p.router.startup.ClientAppConfig
Go through the files, and return a List of ClientAppConfig structures This is for the router.
getClientApps(File) - Static method in class net.i2p.router.startup.ClientAppConfig
Go through the file, and return a List of ClientAppConfig structures
getClientApps(I2PAppContext) - Method in class net.i2p.router.web.NavHelper
For HomeHelper.
getClientAuths(int, boolean) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the list of authorized client authentications for the lease set.
getClientAuths(int, boolean) - Method in class net.i2p.i2ptunnel.web.EditBean
List of b64 name : b64key Pubkeys for DH, privkeys for PSK
getClientBlocklistSize() - Method in class net.i2p.i2ptunnel.BlocklistManager
Gets the current size of the client blocklist.
getClientDestination(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the client destination (base64) or proxy list for the tunnel.
getClientDestination(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
The destination Base64 for the specified client tunnel.
getClientExecutor() - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
 
getClientFloodfillNetworkDatabaseFacade(Hash) - Method in class net.i2p.router.client.ClientManager
get the FloodfillNetworkDatabaseFacade associated with a particular client destination.
getClientFloodfillNetworkDatabaseFacade(Hash) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
get the FloodfillNetworkDatabaseFacade associated with a particular client destination.
getClientFloodfillNetworkDatabaseFacade(Hash) - Method in class net.i2p.router.ClientManagerFacade
get the FloodfillNetworkDatabaseFacade associated with a particular client destination.
getClientFloodfillNetworkDatabaseFacade(Hash) - Method in class net.i2p.router.dummy.DummyClientManagerFacade
Return the floodfill network database facade.
getClientHostName() - Method in class com.thetransactioncompany.jsonrpc2.server.MessageContext
Gets the host name of the client that sent the request / notification.
getClientInetAddress() - Method in class com.thetransactioncompany.jsonrpc2.server.MessageContext
Gets the IP address of the client that sent the request / notification.
getClientInterface(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the interface address the client tunnel listens on.
getClientInterface(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
The interface the specified client tunnel is configured to listen on.
getClientIP() - Method in class net.i2p.sam.SAMv3Handler
Get the IP address of the connected SAM client.
getClientLeases() - Method in class net.i2p.router.NetworkDatabaseFacade
 
getClientLeases() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Public for NetDbRenderer in routerconsole
getClientOptionProps() - Method in class net.i2p.i2ptunnel.TunnelController
These are the ones stored with a prefix of "option." Defaults in config properties are not honored.
getClientOptions() - Method in class net.i2p.i2ptunnel.I2PTunnel
Generic options used for clients and servers.
getClientPort(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the port the client tunnel listens on.
getClientPort(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
No validation
getClientPort2(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
Returns error message if blank or invalid
getClientRunnerMax() - Static method in class net.i2p.i2ptunnel.TunnelControllerGroup
 
getClientSessionConfig(Destination) - Method in class net.i2p.router.client.ClientManager
Return the client's current config, or null if not connected
getClientSessionConfig(Destination) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
Return the client's current config, or null if not connected
getClientSessionConfig(Destination) - Method in class net.i2p.router.ClientManagerFacade
Return the client's current config, or null if not connected.
getClientSessionConfig(Destination) - Method in class net.i2p.router.dummy.DummyClientManagerFacade
 
getClientSessionKeyManager(Hash) - Method in class net.i2p.router.client.ClientManager
Return the client's SessionKeyManager Use this instead of the RouterContext.sessionKeyManager() to prevent correlation attacks across destinations
getClientSessionKeyManager(Hash) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
Return the client's current manager or null if not connected
getClientSessionKeyManager(Hash) - Method in class net.i2p.router.ClientManagerFacade
Get the session key manager for a given client.
getClientSessionKeyManager(Hash) - Method in class net.i2p.router.dummy.DummyClientManagerFacade
 
getClientSocket() - Method in class net.i2p.i2ptunnel.socks.SOCKS4aServer
 
getClientSocket() - Method in class net.i2p.i2ptunnel.socks.SOCKS5Server
 
getClientSocket() - Method in class net.i2p.i2ptunnel.socks.SOCKSServer
Get a socket that can be used to send/receive 8-bit clean data to/from the client.
getClientSocket() - Method in class net.i2p.sam.SAMHandler
Get the channel of the socket connected to the SAM client
getClientVersion() - Method in class net.i2p.router.client.ClientConnectionRunner
The client version.
getClientVersion() - Method in class net.i2p.router.client.QueuedClientConnectionRunner
The client version.
getClip() - Method in class org.jfree.svg.SVGGraphics2D
Returns the user clipping region.
getClipBounds() - Method in class org.jfree.svg.SVGGraphics2D
Returns the bounds of the user clipping region.
getClockSkew() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
A positive number means our clock is ahead of theirs.
getClockSkew() - Method in class net.i2p.router.transport.udp.PeerState
clock skew.
getClockSkewFudge() - Static method in class net.i2p.router.transport.udp.PeerState
clock skew fudge factor.
getClockSkews() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
Return our peer clock skews on this transport.
getClockSkews() - Method in interface net.i2p.router.transport.Transport
Get list of clock skew measurements from peer communications.
getClockSkews() - Method in class net.i2p.router.transport.TransportImpl
Return our peer clock skews on a transport.
getClockSkews() - Method in class net.i2p.router.transport.TransportManager
Return our peer clock skews on all transports.
getClockSkews() - Method in class net.i2p.router.transport.udp.UDPTransport
Return our peer clock skews on this transport.
getClose(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getClosed() - Method in class net.i2p.client.streaming.impl.MessageOutputStream
Returns true if the stream is closed.
getCloseOnIdle(int, boolean) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Check whether I2CP close-on-idle is enabled.
getCloseReceivedOn() - Method in class net.i2p.client.streaming.impl.Connection
 
getCloseSentOn() - Method in class net.i2p.client.streaming.impl.Connection
 
getClosest(int) - Method in class net.i2p.kademlia.KBucketSet
The keys closest to us.
getClosest(int, Collection<T>) - Method in class net.i2p.kademlia.KBucketSet
The keys closest to us.
getClosest(T, int) - Method in class net.i2p.kademlia.KBucketSet
The keys closest to the key.
getClosest(T, int, Collection<T>) - Method in class net.i2p.kademlia.KBucketSet
The keys closest to the key.
getClosestAttempted(int) - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
getClosestHopExclude(boolean, Set<Hash>) - Method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Pick peers that we want to avoid for the first OB hop or last IB hop.
getCloseTime(int, int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the I2CP close-on-idle timeout in minutes.
getCloseTime(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getClove(int) - Method in class net.i2p.router.message.CloveSet
Get the clove at the specified index.
getClove(int) - Method in class net.i2p.router.message.GarlicConfig
Returns the clove at the specified index
getClove(int) - Method in class net.i2p.router.message.PayloadGarlicConfig
Not supported for single-clove configs.
getCloveCount() - Method in class net.i2p.router.message.CloveSet
Get the number of cloves.
getCloveCount() - Method in class net.i2p.router.message.GarlicConfig
Returns the number of clove configs
getCloveCount() - Method in class net.i2p.router.message.PayloadGarlicConfig
Return zero, as this is a single-clove config.
getCloveId() - Method in class net.i2p.data.i2np.GarlicClove
 
getCode() - Method in class com.maxmind.geoip.Country
Returns the ISO two-letter country code of this country.
getCode() - Method in exception com.thetransactioncompany.jsonrpc2.JSONRPC2Error
Gets the JSON-RPC 2.0 error code.
getCode() - Method in enum net.i2p.crypto.EncType
the unique identifier for this type
getCode() - Method in enum net.i2p.crypto.SigType
the unique identifier for this type
getCode() - Method in enum net.i2p.router.CommSystemFacade.Status
Get the integer code for this reachability status.
getCode() - Method in class org.cybergarage.upnp.UPnPStatus
Gets the status code.
getCodeBase() - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JApplet
Code base.
getCoDelDropEventCount(RouterContext, String) - Method in class net.i2p.router.Tuner.BaseParam
Fetch the total CoDel drop event count across all priority levels.
getCoefficient(int) - Method in class com.google.zxing.common.reedsolomon.GenericGFPoly
Get the coefficient.
getCoefficients() - Method in class com.google.zxing.common.reedsolomon.GenericGFPoly
Get the coefficients.
getCoeffIndex(int) - Method in class org.bouncycastle.pqc.crypto.mlkem.Poly
getCoeffIndex.
getCoeffs() - Method in class org.bouncycastle.pqc.crypto.mlkem.Poly
getCoeffs.
getCollection(int) - Method in class org.json.simple.JsonArray
A convenience method that assumes there is a Collection value at the given index.
getCollection(JsonKey) - Method in class org.json.simple.JsonObject
A convenience method that assumes there is a Collection at the given key.
getCollectionOrDefault(JsonKey) - Method in class org.json.simple.JsonObject
A convenience method that assumes there is a Collection at the given key.
getColor() - Method in class org.jfree.svg.SVGGraphics2D
Returns the foreground color.
getColor(ElementsNames) - Method in class org.rrd4j.graph.RrdGraphDef
Returns the Paint color for the given graph element type.
getColorClass(double, boolean, String) - Static method in class net.i2p.router.web.helpers.RingRenderer
Determine the CSS color class based on score, collecting state, and mode.
getColorModel() - Method in class org.jfree.svg.SVGGraphicsConfiguration
Returns the color model for this configuration.
getColorModel(int) - Method in class org.jfree.svg.SVGGraphicsConfiguration
Returns the color model for the specified transparency type, or null.
getColumnCount() - Method in class org.rrd4j.core.FetchData
Returns the number of columns fetched from the corresponding RRD.
getColumns() - Method in class org.rrd4j.core.RrdDoubleMatrix
Number of columns.
getComment() - Method in class org.klomp.snark.MetaInfo
The comment string or null.
getComments() - Method in class org.klomp.snark.Snark
The current comment set for this torrent.
getCommentsName() - Method in class org.klomp.snark.I2PSnarkUtil
 
getComparator(int) - Static method in class net.i2p.router.web.helpers.UDPSorters
 
getComparator(int, String, I2PSnarkServlet) - Static method in class org.klomp.snark.web.Sorters
Negative is reverse 0, 1: Name 2: Status 3: Peers 4: ETA 5: Size 6: Downloaded 7: Uploaded 8: Down rate 9: Up rate 10: Remaining (needed) 11: Upload ratio 12: File type
getCompatibleIP(RouterInfo) - Static method in class net.i2p.router.transport.CommSystemFacadeImpl
Get an IP address compatible with our capabilities (IPv4/IPv6).
getCompleteCount() - Method in class net.i2p.router.networkdb.kademlia.StoreState
 
getCompleteCount() - Method in class net.i2p.router.tunnel.FragmentHandler
 
getCompleteCount() - Method in class net.i2p.router.tunnel.TunnelParticipant
 
getCompleteListener() - Method in interface net.i2p.router.transport.FIFOBandwidthLimiter.Request
getCompleteListener().
getCompleteSize() - Method in class net.i2p.router.transport.udp.InboundMessageState
Returns the total size of the complete message in bytes.
getCompleteSize() - Method in class net.i2p.router.tunnel.FragmentedMessage
 
getCompletionStatus() - Method in class net.i2p.router.web.helpers.WizardHelper
Return the NDT test completion status.
getComposite() - Method in class org.jfree.svg.SVGGraphics2D
Returns the current composite.
getConcurrency() - Method in class net.i2p.router.web.helpers.SidebarHelper
Concurrent build count and average build request time
getConcurrentSends() - Method in class net.i2p.router.transport.udp.PeerState
Concurrent sends count.
getConcurrentSendWindow() - Method in class net.i2p.router.transport.udp.PeerState
Concurrent send window.
getConf(String, boolean) - Method in class net.i2p.i2pcontrol.servlets.configuration.ConfigurationManager
Check if a specific boolean configuration exists.
getConf(String, int) - Method in class net.i2p.i2pcontrol.servlets.configuration.ConfigurationManager
Check if a specific boolean configuration exists.
getConf(String, String) - Method in class net.i2p.i2pcontrol.servlets.configuration.ConfigurationManager
Get a specific String configuration.
getConfFile() - Method in class net.i2p.i2pcontrol.servlets.configuration.ConfigurationManager
 
getConfig() - Method in class i2p.susi.dns.ConfigBean
Get the current configuration content.
getConfig(String) - Method in class net.i2p.i2ptunnel.TunnelController
 
getConfig() - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
Based on all provided data, create a set of configuration parameters suitable for use in a TunnelController.
getConfig(Hash) - Method in class net.i2p.router.client.ClientConnectionRunner
Current client's config, will be null if session not found IS subsession aware.
getConfig(SessionId) - Method in class net.i2p.router.client.ClientConnectionRunner
Current client's config, will be null if session not found IS subsession aware.
getConfig() - Method in class net.i2p.router.tunnel.InboundEndpointProcessor
 
getConfig(int) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
retrieve the config for the given hop.
getConfigDir() - Method in class net.i2p.I2PAppContext
The base dir for config files.
getConfigDir() - Method in class org.klomp.snark.SnarkManager
For RPC
getConfigFavorites() - Method in class net.i2p.router.web.helpers.HomeHelper
Config favorites HTML.
getConfigFile() - Method in class net.i2p.i2ptunnel.TunnelController
 
getConfigFilename() - Method in class net.i2p.router.Router
Get the absolute path to the router configuration file.
getConfigFileName() - Method in class net.i2p.router.web.helpers.ConfigAdvancedHelper
Get the path to the router config file.
getConfigId() - Method in class org.cybergarage.upnp.Device
getConfigId.
getConfigId() - Method in class org.cybergarage.upnp.Service
Gets the configuration ID for this service.
getConfigMap() - Method in class net.i2p.router.Router
Get an unmodifiable map of all configuration settings.
getConfigSearch() - Method in class net.i2p.router.web.helpers.HomeHelper
Config search HTML.
getConfigServices() - Method in class net.i2p.router.web.helpers.HomeHelper
Config services HTML.
getConfigSetting(String) - Method in class net.i2p.router.Router
Retrieve a configuration setting by name.
getConfigSettings() - Method in class net.i2p.router.Router
Warning, race between here and saveConfig(), saveConfig(String name, String value) or saveConfig(Map toAdd, Set toRemove) is recommended.
getConfigTable() - Method in class net.i2p.router.web.helpers.SidebarHelper
Build the HTML table for configuring which sidebar sections are shown and their display order.
getConfiguration() - Method in class net.i2p.client.naming.NamingService
Warning - unimplemented in any subclass.
getConfigurations() - Method in class org.jfree.svg.SVGGraphicsDevice
Returns all configurations for this device.
getConfiguredUdpPort() - Method in class net.i2p.router.web.helpers.ConfigNetHelper
This should always be the actual internal SSU port, as UDPTransport udpates the config when it changes.
getConfirmedIdentity() - Method in class net.i2p.router.transport.udp.InboundEstablishState
The confirmed identity of Alice (null if forged/unknown).
getConfirmedSentTime() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
When we sent the first SessionConfirmed packet.
getCongestionAvoidanceGrowthRateFactor() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
In congestion avoidance, window grows at 1/(windowSize*factor).
getCongestionCap() - Method in class net.i2p.data.router.RouterInfo
Return a string representation of this node's congestion cap, or "Unknown"
getCongestionWindowEnd() - Method in class net.i2p.client.streaming.impl.Connection
Get the congestion window end sequence number.
getConnectDelay() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getConnectedAddressTypes() - Static method in class net.i2p.util.Addresses
Efficiently get all connected address types in one pass.
getConnection() - Method in class net.i2p.client.streaming.impl.I2PSocketFull
 
getConnection() - Method in class net.i2p.client.streaming.impl.PacketLocal
 
getConnection() - Method in class org.cybergarage.http.HTTPPacket
Gets the Connection header value.
getConnectionByInboundId(long) - Method in class net.i2p.client.streaming.impl.ConnectionManager
Look up a connection by its inbound stream ID.
getConnectionByOutboundId(long) - Method in class net.i2p.client.streaming.impl.ConnectionManager
Look up a connection by its outbound stream ID.
getConnectionError() - Method in class net.i2p.client.streaming.impl.Connection
Get the connection error message, if any.
getConnectionHandler() - Method in class net.i2p.client.streaming.impl.ConnectionManager
 
getConnectionManager() - Method in class net.i2p.client.streaming.impl.Connection
 
getConnectionManager() - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
 
getConnections() - Method in class net.i2p.i2ptunnel.access.Threshold
 
getConnectors() - Method in class net.i2p.sam.SAMHandlerPool
Thread pool for blocking STREAM CONNECT operations.
getConnectTimeout() - Method in interface net.i2p.client.streaming.I2PSocketOptions
How long we will wait for the ACK from a SYN, in milliseconds.
getConnectTimeout() - Method in class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
How long we will wait for the ACK from a SYN, in milliseconds.
getConnectTimeoutMultiplier() - Static method in class net.i2p.client.streaming.impl.Connection
 
getConsecutiveBuildTimeouts() - Method in class net.i2p.router.tunnel.pool.TunnelPool
Count of consecutive tunnel build timeouts.
getConsecutiveFailedSends() - Method in class net.i2p.router.transport.udp.PeerState
Consecutive failed sends count.
getConsecutiveFailures() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
Get the number of consecutive test failures.
getConsecutiveFailures() - Method in interface net.i2p.router.TunnelInfo
Get the number of consecutive test failures.
getConsecutiveSendRejections() - Method in class net.i2p.router.transport.udp.PeerState
Consecutive send rejections count.
getConsole() - Method in class net.i2p.router.web.helpers.InfoHelper
 
getConsoleBufferSize() - Method in class net.i2p.util.LogManager
Maximum number of entries held in the console buffer.
getConsoleNonce() - Method in class net.i2p.router.web.helpers.SidebarHelper
Console nonce or null.
getConsoleServer() - Method in class net.i2p.router.web.RouterConsoleRunner
To get to Jetty
getConsoleServer(I2PAppContext) - Static method in class net.i2p.router.web.RouterConsoleRunner
To get to Jetty.
getConsoleServer(I2PAppContext) - Static method in class net.i2p.router.web.WebAppStarter
See comments in ConfigClientsHandler Warning, this will NOT work during shutdown, because the console is already unregistered.
getConsoleURL() - Method in class net.i2p.router.web.ConfigServiceHandler
Get the console URL.
getConsoleURL() - Method in class net.i2p.util.PortMapper
If PROP_PREFER_HTTPS is true or unset, return https URL unless console is http only.
getConsoleURL(boolean) - Method in class net.i2p.util.PortMapper
If preferHTTPS is true, return https URL unless console is http only.
getConsolFun() - Method in class org.rrd4j.core.ArcDef
Returns consolidation function.
getConsolFun() - Method in class org.rrd4j.core.Archive
Returns archive consolidation function ("AVERAGE", "MIN", "MAX", "FIRST", "LAST" or "TOTAL").
getConsolFun(int) - Method in class org.rrd4j.core.DataImporter
getConsolFun.
getConsolFun() - Method in class org.rrd4j.core.FetchRequest
Returns consolidation function to be used during the fetch process.
getConsolFun() - Method in enum org.rrd4j.core.jrrd.ConsolidationFunctionType
getConsolFun().
getConsolFun(int) - Method in class org.rrd4j.core.RrdToolReader
 
getConsolFun(int) - Method in class org.rrd4j.core.XmlReader
 
getConsolFun() - Method in class org.rrd4j.data.Def
Consol fun.
getContent() - Method in class i2p.susi.dns.BlacklistBean
Current blacklist content
getContent() - Method in class i2p.susi.dns.SubscriptionsBean
Get the current subscriptions content.
getContent() - Method in class i2p.susi.util.MemoryBuffer
Get the buffered content after writeComplete(true).
getContent() - Method in class net.i2p.router.web.ContentHelper
 
getContent() - Method in class net.i2p.router.web.NewsHelper
If we haven't downloaded news yet, use the translated initial news file
getContent() - Method in class org.cybergarage.http.HTTPPacket
Gets the content of this HTTP packet.
getContent(String, long) - Method in class org.klomp.snark.web.BasicServlet
Get Resource to serve.
getContentEncoding() - Method in class net.i2p.util.EepGet
Show the Content-Encoding field
getContentInputStream() - Method in class org.cybergarage.http.HTTPPacket
Gets the content input stream.
getContentLanguage() - Method in class net.i2p.util.EepGet
Show the Content-Language field
getContentLanguage() - Method in class org.cybergarage.http.HTTPPacket
Gets the Content-Language header value.
getContentLength() - Method in class net.i2p.servlet.RequestWrapper
 
getContentLength() - Method in class net.i2p.util.EepHead
We don't decrement the variable (unlike in EepGet), so this is valid
getContentLength() - Method in class org.cybergarage.http.HTTPPacket
Gets the content length from the Content-Length header.
getContentLength() - Method in interface org.klomp.snark.web.BasicServlet.HttpContent
Get content length
getContentPane() - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JFrame
Return the content pane.
getContentRange() - Method in class org.cybergarage.http.HTTPPacket
Gets the content range values as an array.
getContentRangeFirstPosition() - Method in class org.cybergarage.http.HTTPPacket
Get the first position from the content range.
getContentRangeInstanceLength() - Method in class org.cybergarage.http.HTTPPacket
Get the instance length from the content range.
getContentRangeLastPosition() - Method in class org.cybergarage.http.HTTPPacket
Get the last position from the content range.
getContentString() - Method in class org.cybergarage.http.HTTPPacket
Gets the content of this HTTP packet as a string.
getContentType() - Method in class i2p.susi.webmail.Attachment
Returns the content type.
getContentType() - Method in class net.i2p.crypto.SU3File
The ContentType is the trust domain for the content.
getContentType() - Method in class net.i2p.servlet.RequestWrapper
 
getContentType(String) - Method in class net.i2p.servlet.RequestWrapper
 
getContentType() - Method in class net.i2p.util.EepGet
After fetch, the received value from the server, or null if none.
getContentType() - Method in class org.cybergarage.http.HTTPPacket
Gets the Content-Type header value.
getContentType() - Method in interface org.klomp.snark.web.BasicServlet.HttpContent
Get content type
getContext() - Method in class net.i2p.client.impl.I2PSessionImpl
For Subsessions
getContext() - Method in class net.i2p.i2ptunnel.I2PTunnel
Gets the application context.
getContext() - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Helper
getContext() - Method in class net.i2p.router.JobImpl
Get the router context that this job belongs to.
getContext() - Method in class net.i2p.router.peermanager.PeerProfile
Helper for calculators.
getContext() - Method in class net.i2p.router.Router
Non-null, but take care when accessing context items before runRouter() is called as the context will not be initialized.
getContext() - Method in class net.i2p.router.transport.TransportImpl
 
getContext(String) - Static method in class net.i2p.router.web.ContextHelper
 
getContext() - Method in class net.i2p.util.LogManager
Convenience method for LogRecordFormatter
getContext() - Method in class org.bouncycastle.crypto.params.ParametersWithContext
 
getContext() - Method in class org.klomp.snark.I2PSnarkUtil
 
getContextLength() - Method in class org.bouncycastle.crypto.params.ParametersWithContext
 
getContexts() - Static method in class net.i2p.router.RouterContext
Same as listContexts() but package private and modifiable.
getControlActionListenerList() - Method in class org.cybergarage.upnp.xml.DeviceData
getControlActionListenerList.
getControlActionListenerList() - Method in class org.cybergarage.upnp.xml.ServiceData
getControlActionListenerList.
getController() - Method in class net.i2p.i2ptunnel.I2PTunnel
TunnelController that constructed this, or null.
getController(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Retrieve a tunnel controller by index.
getController(TunnelControllerGroup, int) - Static method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
getController(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
getControllerNumbers(boolean) - Method in class net.i2p.i2ptunnel.web.IndexBean
Return tunnel numbers of clients or servers only, sorted by tunnel name
getControllers() - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Retrieve a list of tunnels known.
getControlPoint() - Method in class org.cybergarage.upnp.control.RenewSubscriber
Gets the control point for this subscriber.
getControlPoint() - Method in class org.cybergarage.upnp.device.Disposer
Get the control point.
getControlPoint() - Method in class org.cybergarage.upnp.ssdp.SSDPNotifySocket
getControlPoint.
getControlPoint() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket
getControlPoint.
getControlResponse() - Method in class org.cybergarage.upnp.xml.ActionData
Gets the control response for this action data.
getControlStatus() - Method in class org.cybergarage.upnp.Action
Gets the control status for this action.
getControlURL() - Method in class org.cybergarage.upnp.Service
Gets the control URL for this service.
getCookie() - Method in class net.i2p.util.EepGet
Show the Set-Cookie field
getCoreCount() - Method in class net.i2p.router.web.helpers.InfoHelper
 
getCores() - Static method in class net.i2p.util.SystemVersion
Total CPUs including parked/offline cores.
getCorruptConnectionBanChecked() - Method in class net.i2p.router.web.helpers.ConfigBanHelper
Get the checked status of the corrupt connection ban option.
getCost() - Method in class net.i2p.data.MetaLease
Cost value for this lease.
getCost() - Method in class net.i2p.data.router.RouterAddress
Retrieve the weighted cost of this address, relative to other methods of contacting this router.
getCount() - Method in class com.google.zxing.qrcode.decoder.Version.ECB
 
getCount() - Method in class net.i2p.router.BandwidthHistory
The number of stored samples.
getCountries() - Method in class net.i2p.router.CommSystemFacade
Get the country code map
getCountries() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Provides country code mappings.
getCountries() - Method in class net.i2p.router.transport.GeoIP
Get the country code map
getCountry(String) - Method in class com.maxmind.geoip.LookupService
Returns the country the IP address is in.
getCountry(InetAddress) - Method in class com.maxmind.geoip.LookupService
Returns the country the IP address is in.
getCountry(long) - Method in class com.maxmind.geoip.LookupService
Returns the country the IP address is in.
getCountry(Hash) - Method in class net.i2p.router.CommSystemFacade
Get the two-letter country code for the given peer's IP address.
getCountry(String) - Method in class net.i2p.router.CommSystemFacade
Get the two-letter country code for the given IP address.
getCountry(Hash) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Uses the transport IP first because that lookup is fast, then the IP from the netDb.
getCountry(String) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Get country code for an IP address string
getCountry(I2PAppContext) - Static method in class net.i2p.util.Translate
Two-letter upper case or ""
getCountryBanChecked() - Method in class net.i2p.router.web.helpers.ConfigBanHelper
Get the checked status of the country ban option.
getCountryName(String) - Method in class net.i2p.router.CommSystemFacade
Resolve a two-letter country code to its full country name.
getCountryName(String) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
full name for a country code, or the code if we don't know the name
getCountryV6(String) - Method in class com.maxmind.geoip.LookupService
Returns the country the IP address is in.
getCountryV6(InetAddress) - Method in class com.maxmind.geoip.LookupService
Returns the country the IP address is in.
getCPUBar() - Method in class net.i2p.router.web.helpers.SidebarHelper
Render JVM CPU Load Bar
getCPUExtendedFamily() - Static method in class freenet.support.CPUInformation.CPUID
Returns the Extended Family ID from CPUID leaf 1, EAX bits 27:20.
getCPUExtendedModel() - Static method in class freenet.support.CPUInformation.CPUID
Returns the Extended Model ID from CPUID leaf 1, EAX bits 19:16.
getCPUFamily() - Static method in class freenet.support.CPUInformation.CPUID
Returns the Base Family ID from CPUID leaf 1, EAX bits 11:8.
getCPULoad() - Method in class net.i2p.router.web.helpers.SidebarHelper
Retrieve CPU Load as a percentage.
getCPULoad() - Static method in class net.i2p.util.SystemVersion
Retrieve CPU Load of the JVM.
getCPULoadAvg() - Method in class net.i2p.router.web.helpers.SidebarHelper
Retrieve CPU Load Average as a percentage.
getCPULoadAvg() - Static method in class net.i2p.util.SystemVersion
Retrieve CPU Load Average of the JVM.
getCPUModel() - Static method in class freenet.support.CPUInformation.CPUID
Returns the Base Model ID from CPUID leaf 1, EAX bits 7:4.
getCPUModelName() - Static method in class freenet.support.CPUInformation.CPUID
Returns the CPU brand string from CPUID extended leaves 0x80000002-0x80000004.
getCPUModelString() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
getCPUModelString() - Method in class freenet.support.CPUInformation.CPUIDCPUInfo
 
getCPUModelString() - Method in interface freenet.support.CPUInformation.CPUInfo
Gets the CPU model description.
getCPUModelString() - Method in class freenet.support.CPUInformation.IntelInfoImpl
Returns the identified processor name, or throws if unrecognized.
getCPUModelString() - Method in class freenet.support.CPUInformation.VIAInfoImpl
 
getCPUStepping() - Static method in class freenet.support.CPUInformation.CPUID
 
getCPUType() - Static method in class freenet.support.CPUInformation.CPUID
 
getCPUVendorID() - Static method in class freenet.support.CPUInformation.CPUID
Returns the 12-byte CPU vendor ID string from CPUID leaf 0.
getCreated() - Method in class net.i2p.router.crypto.ratchet.RatchetTagSet
For inbound and outbound: creation time, for debugging only
getCreated() - Method in class net.i2p.router.networkdb.kademlia.FloodSearchJob
System time, NOT context time
getCreated() - Method in class net.i2p.router.OutNetMessage
 
getCreated() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
When this connection was created (not established).
getCreatedBy() - Method in class org.klomp.snark.MetaInfo
The created-by string or null.
getCreatedOn() - Method in class net.i2p.client.streaming.impl.Connection
Get the timestamp when this connection was created.
getCreatedOn() - Method in class net.i2p.client.streaming.impl.PacketLocal
 
getCreateFilterCount() - Method in class org.klomp.snark.SnarkManager
Returns the current number of configured file filters
getCreation() - Method in class net.i2p.router.tunnel.HopConfig
when was this tunnel created (in ms since the epoch)?
getCreationDate() - Method in class net.i2p.data.i2cp.SessionConfig
Determine when this session was authorized by the destination (so we can prevent replay attacks)
getCreationDate() - Method in class net.i2p.stat.Rate
when was this rate created?
getCreationDate() - Method in class org.klomp.snark.MetaInfo
The creation date (ms) or zero.
getCriticalLogCount() - Method in class net.i2p.router.web.helpers.LogsHelper
Returns the number of critical/error log messages currently displayed.
getCriticalLogs() - Method in class net.i2p.router.web.helpers.LogsHelper
Return HTML rendering of the most recent critical log messages.
getCriticalUIMessages() - Method in class net.i2p.util.LogConsoleBuffer
Retrieve the currently buffered critical messages, earlier values were generated...
getCRLEntries() - Method in class net.i2p.router.news.NewsXMLParser
The news CRL entries.
getCryptoBytes() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
 
getCryptoCipherTextBytes() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
 
getCryptoPublicKeyBytes() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
 
getCryptoSecretKeyBytes() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
 
getCryptoTypeCode() - Method in class net.i2p.data.KeyCertificate
Gets the crypto type code from the certificate.
getCSP() - Method in class net.i2p.util.EepGet
Content-Security-Policy header.
getCurrent() - Method in class net.i2p.stat.RateAverages
Gets the current average.
getCurrentAddress(boolean) - Method in interface net.i2p.router.transport.Transport
Get the first currently listening address of specified IP version.
getCurrentAddress(boolean) - Method in class net.i2p.router.transport.TransportImpl
What address are we currently listening to? Replaces getCurrentAddress() Note: An address without a host is considered IPv4.
getCurrentAddresses() - Method in interface net.i2p.router.transport.Transport
Get all addresses this transport is currently listening on.
getCurrentAddresses() - Method in class net.i2p.router.transport.TransportImpl
What addresses are we currently listening to? Replaces getCurrentAddress()
getCurrentCanBeGraphed() - Method in class net.i2p.router.web.helpers.ConfigStatsHelper
Check whether the current stat can be graphed.
getCurrentContext() - Static method in class net.i2p.I2PAppContext
Pull the default context, WITHOUT creating a new one.
getCurrentDuplicateCount() - Method in class net.i2p.router.util.DecayingBloomFilter
 
getCurrentEarliestLeaseDate() - Method in class net.i2p.router.client.LeaseRequestState
The earliest lease expiration time in the current LS (NOT the requested one), or 0 if none.
getCurrentEventCount() - Method in class net.i2p.stat.Rate
in current (partial) period, how many events have occurred?
getCurrentExternalAddress(boolean) - Method in class net.i2p.router.transport.udp.UDPTransport
Simple fetch of stored IP and port, since we don't put them in the real, published RouterAddress anymore if we are firewalled.
getCurrentGraphName() - Method in class net.i2p.router.web.helpers.ConfigStatsHelper
Get the current graph name.
getCurrentGroupName() - Method in class net.i2p.router.web.helpers.ConfigStatsHelper
What group is the current stat in.
getCurrentIsGraphed() - Method in class net.i2p.router.web.helpers.ConfigStatsHelper
Check whether the current stat is graphed.
getCurrentJob() - Method in class net.i2p.router.JobQueueRunner
 
getCurrentKey(PublicKey) - Method in class net.i2p.crypto.SessionKeyManager
Retrieve the session key currently associated with encryption to the target, or null if a new session key should be generated.
getCurrentKey(PublicKey) - Method in class net.i2p.router.crypto.ratchet.MuxedPQSKM
ElG only
getCurrentKey(PublicKey) - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
ElG only
getCurrentKey(PublicKey) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
 
getCurrentKey(PublicKey) - Method in class net.i2p.router.crypto.TransientSessionKeyManager
Retrieve the session key currently associated with encryption to the target, or null if a new session key should be generated.
getCurrentMaxDropProbability() - Static method in class net.i2p.util.SyntheticREDQueue
Returns current max drop probability across all instances.
getCurrentMaxRunners() - Method in class net.i2p.router.JobQueueScaler
Get the current maximum runner limit (may be up to 2x configured or RAM-limited).
getCurrentMaxThreshold() - Static method in class net.i2p.util.SyntheticREDQueue
Returns the maximum threshold from the first active instance, or -1 if none.
getCurrentMinThreshold() - Static method in class net.i2p.util.SyntheticREDQueue
Returns the minimum threshold from the first active instance, or -1 if none.
getCurrentOrNewKey(PublicKey) - Method in class net.i2p.crypto.SessionKeyManager
Retrieve the session key currently associated with encryption to the target.
getCurrentOrNewKey(PublicKey) - Method in class net.i2p.router.crypto.ratchet.MuxedPQSKM
ElG only
getCurrentOrNewKey(PublicKey) - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
ElG only
getCurrentOrNewKey(PublicKey) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
 
getCurrentOrNewKey(PublicKey) - Method in class net.i2p.router.crypto.TransientSessionKeyManager
Retrieve the session key currently associated with encryption to the target.
getCurrentPage() - Method in class i2p.susi.util.Folder
Returns the current page number.
getCurrentParticipatingBandwidth() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
Out bandwidth.
getCurrentParticipatingBandwidth() - Method in class net.i2p.router.transport.FIFOBandwidthRefiller
Out bandwidth.
getCurrentParticipatingBandwidthIn() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
In bandwidth.
getCurrentParticipatingBandwidthIn() - Method in class net.i2p.router.transport.FIFOBandwidthRefiller
In bandwidth.
getCurrentPublishDate(RouterContext) - Static method in class net.i2p.router.startup.CreateRouterInfoJob
We probably don't want to expose the exact time at which a router published its info.
getCurrentSortBy() - Method in class i2p.susi.util.Folder
Get the ID of the current sort comparator.
getCurrentSortingDirection() - Method in class i2p.susi.util.Folder
Get the current sorting direction.
getCurrentStatDescription() - Method in class net.i2p.router.web.helpers.ConfigStatsHelper
Get the description of the current stat.
getCurrentStatName() - Method in class net.i2p.router.web.helpers.ConfigStatsHelper
Get the current stat name.
getCurrentTestJobCount() - Static method in class net.i2p.router.tunnel.pool.TestJob
Get the current number of queued + active test jobs for capacity planning.
getCurrentTotalEventTime() - Method in class net.i2p.stat.Rate
in current (partial) period, how much of the time has been spent doing the events?
getCurrentTotalValue() - Method in class net.i2p.stat.Rate
in current (partial) period, what is the total value acrued through all events?
getCurrentTunnelPair() - Method in interface net.i2p.client.I2PSession
Get the tunnel IDs currently in use by this session.
getCurrentTunnelPair() - Method in class net.i2p.client.impl.I2PSessionImpl2
getCurrentTunnelPair.
getCurrentUploadRate() - Method in class org.klomp.snark.PeerCoordinator
Returns the rate in Bps over last complete CHECK_PERIOD seconds
getCurrentValue() - Method in class net.i2p.router.Tuner.BaseParam
Current value.
getCurrentValue() - Method in interface net.i2p.router.Tuner.TunableParam
The current value.
getCurve() - Method in class net.i2p.crypto.eddsa.math.GroupElement
Gets the curve of the group element.
getCurve() - Method in class net.i2p.crypto.eddsa.spec.EdDSAParameterSpec
Returns the curve used by this parameter specification.
getCustomCapabilityBans() - Method in class net.i2p.router.Banlist
Get custom capability ban pattern.
getCustomCapabilityBans() - Method in class net.i2p.router.web.helpers.ConfigBanHelper
Get the custom capability ban patterns.
getCustomCountryCodes() - Method in class net.i2p.router.web.helpers.ConfigBanHelper
Get the custom country codes for ban filtering.
getCustomOptions(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getCustomOptionsString(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the custom client options as a single URL-parameter-style string.
getD() - Method in class net.i2p.crypto.eddsa.math.Curve
Return the curve parameter d.
getData() - Method in exception com.thetransactioncompany.jsonrpc2.JSONRPC2Error
Gets the JSON-RPC 2.0 error data.
getData() - Method in class i2p.susi.webmail.Attachment
Returns an input stream for reading the attachment data.
getData() - Method in class net.i2p.crypto.SigContext.SigContextSpec
Returns the raw context data for cryptographic operations.
getData() - Method in class net.i2p.data.ByteArray
Returns the underlying byte array.
getData() - Method in class net.i2p.data.i2np.BuildRequestRecord
Returns the raw record data.
getData() - Method in class net.i2p.data.i2np.DataMessage
 
getData() - Method in class net.i2p.data.i2np.GarlicClove
 
getData() - Method in class net.i2p.data.i2np.GarlicMessage
 
getData() - Method in class net.i2p.data.i2np.TunnelDataMessage
Return the data
getData() - Method in class net.i2p.data.SessionTag
Data.
getData() - Method in class net.i2p.data.SimpleDataStructure
Get the data reference (not a copy)
getData() - Method in class net.i2p.router.crypto.ratchet.RatchetSessionTag
 
getData(Destination) - Method in class net.i2p.router.networkdb.kademlia.BlindCache
The cached data or null
getData(SigningPublicKey) - Method in class net.i2p.router.networkdb.kademlia.BlindCache
The cached data or null
getData() - Method in class net.i2p.router.networkdb.kademlia.BlindCache
For console ConfigKeyringHelper
getData() - Method in class net.i2p.router.networkdb.kademlia.StoreState
 
getData() - Method in class net.i2p.router.tunnel.PendingGatewayMessage
The raw unfragmented message to send.
getData() - Method in class net.i2p.router.web.GraphListener
Get the RRD database instance.
getData() - Method in class net.i2p.util.ReusableGZIPOutputStream
pull the contents of the stream written
getData() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
getData.
getData() - Method in class org.rrd4j.core.jrrd.DataChunk
Getter for the field data.
getData(ConsolidationFunctionType) - Method in class org.rrd4j.core.jrrd.RRDatabase
Returns data from the database corresponding to the given consolidation function and a step size of 1.
getData(ConsolidationFunctionType, Date, Date, long) - Method in class org.rrd4j.core.jrrd.RRDatabase
Returns data from the database corresponding to the given consolidation function.
getData(ConsolidationFunctionType, long, long, long) - Method in class org.rrd4j.core.jrrd.RRDatabase
getData.
getDatabaseInfo() - Method in class com.maxmind.geoip.LookupService
Returns information about the database.
getDatabaseType() - Method in class com.maxmind.db.Metadata
 
getDataBytes() - Method in class com.google.zxing.qrcode.encoder.BlockPair
 
getDataClass() - Method in enum org.minidns.record.Record.TYPE
Get the Data class for this type.
getDataCodewords() - Method in class com.google.zxing.qrcode.decoder.Version.ECB
 
getDataDir() - Method in class org.klomp.snark.SnarkManager
 
getDatagramPacket() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
getDatagramPacket.
getDatagramSession() - Method in class net.i2p.sam.SAMv1Handler
 
getDatagramSocket() - Method in class org.cybergarage.upnp.ssdp.HTTPUSocket
getDatagramSocket.
getDataLength() - Method in class net.i2p.router.crypto.ratchet.RatchetPayload.AckBlock
Return the dataLength
getDataLength() - Method in class net.i2p.router.crypto.ratchet.RatchetPayload.AckRequestBlock
Return the dataLength
getDataLength() - Method in class net.i2p.router.crypto.ratchet.RatchetPayload.Block
Get the data size of the block.
getDataLength() - Method in class net.i2p.router.crypto.ratchet.RatchetPayload.DateTimeBlock
Return the dataLength
getDataLength() - Method in class net.i2p.router.crypto.ratchet.RatchetPayload.GarlicBlock
Return the dataLength
getDataLength() - Method in class net.i2p.router.crypto.ratchet.RatchetPayload.NextKeyBlock
Return the dataLength
getDataLength() - Method in class net.i2p.router.crypto.ratchet.RatchetPayload.OptionsBlock
Return the dataLength
getDataLength() - Method in class net.i2p.router.crypto.ratchet.RatchetPayload.PaddingBlock
Return the dataLength
getDataLength() - Method in class net.i2p.router.crypto.ratchet.RatchetPayload.PNBlock
Return the dataLength
getDataLength() - Method in class net.i2p.router.crypto.ratchet.RatchetPayload.TerminationBlock
Return the dataLength
getDataLength() - Method in class net.i2p.router.transport.ntcp.NTCP2Payload.Block
 
getDataLength() - Method in class net.i2p.router.transport.ntcp.NTCP2Payload.DateTimeBlock
 
getDataLength() - Method in class net.i2p.router.transport.ntcp.NTCP2Payload.I2NPBlock
 
getDataLength() - Method in class net.i2p.router.transport.ntcp.NTCP2Payload.OptionsBlock
 
getDataLength() - Method in class net.i2p.router.transport.ntcp.NTCP2Payload.PaddingBlock
 
getDataLength() - Method in class net.i2p.router.transport.ntcp.NTCP2Payload.RIBlock
 
getDataLength() - Method in class net.i2p.router.transport.ntcp.NTCP2Payload.TerminationBlock
 
getDataLength() - Method in class net.i2p.router.transport.udp.SSU2Payload.AckBlock
Return the ACK data length (5 byte header + 2 bytes per range).
getDataLength() - Method in class net.i2p.router.transport.udp.SSU2Payload.AddressBlock
Return the address data length (2 byte port + IP bytes).
getDataLength() - Method in class net.i2p.router.transport.udp.SSU2Payload.Block
Return the size of the block data, excluding the 3 byte header.
getDataLength() - Method in class net.i2p.router.transport.udp.SSU2Payload.DateTimeBlock
Return the 4 byte date/time data length.
getDataLength() - Method in class net.i2p.router.transport.udp.SSU2Payload.FirstFragBlock
Return the fragment size including the 9 byte header.
getDataLength() - Method in class net.i2p.router.transport.udp.SSU2Payload.FollowFragBlock
Return the fragment data length including the 5 byte header.
getDataLength() - Method in class net.i2p.router.transport.udp.SSU2Payload.I2NPBlock
Return the full I2NP message size (9 byte header vs.
getDataLength() - Method in class net.i2p.router.transport.udp.SSU2Payload.NewTokenBlock
 
getDataLength() - Method in class net.i2p.router.transport.udp.SSU2Payload.OptionsBlock
Return the options data length.
getDataLength() - Method in class net.i2p.router.transport.udp.SSU2Payload.PaddingBlock
Return the padding size.
getDataLength() - Method in class net.i2p.router.transport.udp.SSU2Payload.PathChallengeBlock
 
getDataLength() - Method in class net.i2p.router.transport.udp.SSU2Payload.PathResponseBlock
 
getDataLength() - Method in class net.i2p.router.transport.udp.SSU2Payload.PeerTestBlock
 
getDataLength() - Method in class net.i2p.router.transport.udp.SSU2Payload.RelayIntroBlock
 
getDataLength() - Method in class net.i2p.router.transport.udp.SSU2Payload.RelayRequestBlock
Return the relay request data length.
getDataLength() - Method in class net.i2p.router.transport.udp.SSU2Payload.RelayResponseBlock
 
getDataLength() - Method in class net.i2p.router.transport.udp.SSU2Payload.RelayTagBlock
Return the 4 byte relay tag data length.
getDataLength() - Method in class net.i2p.router.transport.udp.SSU2Payload.RelayTagRequestBlock
Return zero (no data payload).
getDataLength() - Method in class net.i2p.router.transport.udp.SSU2Payload.RIBlock
Return the data length including the 2 byte header.
getDataLength() - Method in class net.i2p.router.transport.udp.SSU2Payload.TerminationBlock
Return the 9 byte termination data length.
getDataMask() - Method in class com.google.zxing.qrcode.decoder.FormatInformation
Data mask reference decoded from format info bits.
getDataMaskBit(int, int, int) - Static method in class com.google.zxing.qrcode.encoder.MaskUtil
Return the mask bit for "getMaskPattern" at "x" and "y".
getDataMessageTimeout() - Static method in class net.i2p.router.transport.udp.UDPTransport
The data message timeout in ms.
getDataSource(int) - Method in class org.rrd4j.core.jrrd.RRDatabase
Returns the DataSource at the specified position in this database.
getDatasource(int) - Method in class org.rrd4j.core.RrdDb
Returns Datasource object for the given datasource index.
getDatasource(String) - Method in class org.rrd4j.core.RrdDb
Returns Datasource object corresponding to the given datasource name.
getDataSources() - Method in class org.rrd4j.core.jrrd.RRDatabase
Returns an iterator over the data sources in this database in proper sequence.
getDatasources() - Method in class org.rrd4j.core.RrdDb
Datasources.
getDataSourcesName() - Method in class org.rrd4j.core.jrrd.RRDatabase
getDataSourcesName.
getDataStore() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
getDataType() - Method in class org.cybergarage.upnp.StateVariable
getDataType.
getDate() - Method in class com.maxmind.geoip.DatabaseInfo
Returns the date of the database.
getDate() - Method in class net.i2p.data.BlindData
Creation date.
getDate() - Method in class net.i2p.data.DatabaseEntry
A common interface to the timestamp of the two subclasses.
getDate() - Method in class net.i2p.data.DateAndFlags
The Date object is created here, it is not cached.
getDate() - Method in class net.i2p.data.i2cp.SetDateMessage
Date.
getDate() - Method in class net.i2p.data.LeaseSet
Same as getEarliestLeaseDate()
getDate() - Method in class net.i2p.data.router.RouterInfo
Return the date
getDate() - Method in class net.i2p.router.crypto.ratchet.RatchetTagSet
For inbound and outbound: last used time Expiration is getDate() + getTimeout().
getDate() - Method in class net.i2p.util.LogRecord
 
getDate() - Method in class org.cybergarage.http.HTTPPacket
Get the Date header value.
getDate(long) - Static method in class org.rrd4j.core.Util
Returns Date object for the given timestamp (in seconds, without milliseconds)
getDatedFilename() - Method in class net.i2p.jetty.I2PRequestLog
 
getDateFormat() - Method in class net.i2p.util.LogManager
Any usage of returned formatter must be synchronized!
getDateFormatPattern() - Method in class net.i2p.util.LogManager
 
GetDateMessage - Class in net.i2p.data.i2cp
Request the other side to send us what they think the current time is.
GetDateMessage() - Constructor for class net.i2p.data.i2cp.GetDateMessage
GetDateMessage.
GetDateMessage(String) - Constructor for class net.i2p.data.i2cp.GetDateMessage
Client's version String to be sent to the router; may be null.
GetDateMessage(String, Properties) - Constructor for class net.i2p.data.i2cp.GetDateMessage
Defaults in GetDateMessage options are, in general, NOT honored.
getDatePattern() - Method in class net.i2p.router.web.helpers.ConfigLoggingHelper
Retrieve the current log date format pattern.
getDateString() - Method in class org.cybergarage.http.Date
Gets the date string in RFC 1123 format (e.g., "Tue, 15 Nov 1994 08:12:31 GMT").
getDB() - Static method in class net.i2p.sam.SAMv3StreamSession
 
getDbDir() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
For the main DB only.
getDBHistory() - Method in class net.i2p.router.peermanager.PeerProfile
History of DB activity with the peer.
getDbIntroduction() - Method in class net.i2p.router.peermanager.PeerProfile
How many new peers we get from dbSearchReplyMessages or dbStore messages.
getDbResponseTime() - Method in class net.i2p.router.peermanager.PeerProfile
How long it takes to get a DB response from the peer (in milliseconds).
getDCC(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Check whether DCC (direct client-to-client) is enabled for IRC tunnels.
getDCC(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getDebugID() - Method in class net.i2p.router.crypto.ratchet.RatchetTagSet
A unique ID for debugging only
getDecayFactor() - Static method in class net.i2p.client.streaming.impl.SimpleBandwidthEstimator
Returns the current EWMA decay factor.
getDecayFactor() - Static method in class net.i2p.router.transport.udp.SimpleBandwidthEstimator
Returns the current EWMA decay factor.
getDecryptedLeaseSet() - Method in class net.i2p.data.EncryptedLeaseSet
Leaseset or null if not decrypted.
getDecryptionKey() - Method in interface net.i2p.client.I2PSession
Retrieve the decryption PrivateKey associated with the Destination.
getDecryptionKey() - Method in class net.i2p.router.LeaseSetKeys
Decryption key which can open up garlic messages encrypted to the LeaseSet's public key.
getDecryptionKey(EncType) - Method in class net.i2p.router.LeaseSetKeys
Decryption key which can open up garlic messages encrypted to the LeaseSet's public key.
getDefaultBlindedType(SigType) - Static method in class net.i2p.crypto.Blinding
What's the default blinded type for a given unblinded type?
getDefaultConfiguration() - Method in class org.jfree.svg.SVGGraphicsDevice
Returns the default configuration for this device.
getDefaultCongestionAvoidanceGrowthRateFactorStatic() - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getDefaultFactory() - Static method in class org.rrd4j.core.RrdBackendFactory
Returns the default backend factory.
getDefaultHighMaxConcurrentEstablish() - Static method in class net.i2p.router.transport.udp.EstablishmentManager
Get the default high max concurrent establish
getDefaultInactivityTimeout() - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getDefaultInactivityTimeout() - Static method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
 
getDefaultInitialAckDelay() - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getDefaultInitialAckDelay() - Static method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
 
getDefaultKeyStore() - Method in class net.i2p.i2pcontrol.security.KeyStoreProvider
 
getDefaultLimit() - Method in class net.i2p.util.LogManager
 
getDefaultLogLevelBox() - Method in class net.i2p.router.web.helpers.ConfigLoggingHelper
Generate the HTML select box for the default log level.
getDefaultLowMaxConcurrentEstablish() - Static method in class net.i2p.router.transport.udp.EstablishmentManager
Get the default low max concurrent establish
getDefaultMax(RouterContext) - Method in class net.i2p.router.Tuner.BaseParam
Effective default max — override for bandwidth-scaled params.
getDefaultMaxFastPeers() - Static method in class net.i2p.router.peermanager.ProfileOrganizer
 
getDefaultMaxHighCapPeers() - Static method in class net.i2p.router.peermanager.ProfileOrganizer
 
getDefaultMaxProfilesValue() - Static method in class net.i2p.router.peermanager.ProfileOrganizer
 
getDefaultMaxTunnels() - Static method in class net.i2p.router.RouterThrottleImpl
 
getDefaultMin(RouterContext) - Method in class net.i2p.router.Tuner.BaseParam
Effective default min — override for bandwidth-scaled params.
getDefaultMinFastPeers() - Static method in class net.i2p.router.peermanager.ProfileOrganizer
 
getDefaultOptions() - Method in interface net.i2p.client.streaming.I2PSocketManager
Current options, not a copy, setters may be used to make changes.
getDefaultOptions() - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
Current options, not a copy, setters may be used to make changes.
getDefaultOptions() - Method in class net.i2p.i2ptunnel.I2PTunnelClientBase
Create the default options (using the default timeout, etc).
getDefaultOptions(Properties) - Method in class net.i2p.i2ptunnel.I2PTunnelClientBase
Create the default options (using the default timeout, etc).
getDefaultOptions() - Method in class net.i2p.i2ptunnel.I2PTunnelConnectClient
Create the default options (using the default timeout, etc).
getDefaultOptions() - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
Create the default options (using the default timeout, etc).
getDefaultOptions(Properties) - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
Create the default options (using the default timeout, etc).
getDefaultPassiveFlushDelay() - Static method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
 
getDefaultPassiveFlushDelay() - Static method in class net.i2p.client.streaming.impl.MessageOutputStream
 
getDefaultProxies() - Method in class net.i2p.i2ptunnel.socks.I2PSOCKSTunnel
Get the default proxy list
getDefaultResendDelayStatic() - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getDefaultSlowStartGrowthRateFactorStatic() - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getDefaultStep(RouterContext) - Method in class net.i2p.router.Tuner.BaseParam
Effective default step — override for bandwidth-scaled params.
getDefaultThreshold() - Method in class net.i2p.i2ptunnel.access.FilterDefinition
 
getDefaultTransform() - Method in class org.jfree.svg.SVGGraphicsConfiguration
Returns the default transform.
getDefaultValue() - Method in class net.i2p.router.Tuner.BaseParam
Default value.
getDefaultValue() - Method in class org.cybergarage.upnp.StateVariable
Get the value of DefaultValue of this StateVariable
getDefName() - Method in class org.rrd4j.data.VDef
Def name.
getDefsKeyPrefix() - Method in class org.jfree.svg.SVGGraphics2D
Returns the prefix used for all keys in the DEFS element.
getDegree() - Method in class com.google.zxing.common.reedsolomon.GenericGFPoly
Get the degree.
getDelay() - Method in class net.i2p.router.networkdb.PublishLocalRouterInfoJob
 
getDelayAmount() - Method in class net.i2p.router.tunnel.BatchedPreprocessor
how long do we want to wait before flushing
getDelayAmount() - Method in class net.i2p.router.tunnel.TrivialPreprocessor
how long do we want to wait before flushing
getDelayAmount() - Method in interface net.i2p.router.tunnel.TunnelGateway.QueuePreprocessor
How long do we want to wait before flushing.
getDelayOpen(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Check whether I2CP delay-open is enabled.
getDelayOpen(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getDelayRequested() - Method in class net.i2p.data.i2np.DeliveryInstructions
default false Obsolete — delay not implemented in this release.
getDelaySeconds() - Method in class net.i2p.data.i2np.DeliveryInstructions
default 0 Obsolete — delay not implemented in this release.
getDeliveryHost() - Method in class org.cybergarage.upnp.event.Subscriber
getDeliveryHost.
getDeliveryInstructions() - Method in class net.i2p.router.message.GarlicConfig
Specify how the I2NPMessage in the clove should be handled.
getDeliveryMode() - Method in class net.i2p.data.i2np.DeliveryInstructions
default -1
getDeliveryPath() - Method in class org.cybergarage.upnp.event.Subscriber
getDeliveryPath.
getDeliveryPort() - Method in class org.cybergarage.upnp.event.Subscriber
getDeliveryPort.
getDeliveryURL() - Method in class org.cybergarage.upnp.event.Subscriber
getDeliveryURL.
getDepth() - Method in class org.cybergarage.upnp.Icon
Gets the color depth of the icon.
getDescription() - Method in class com.maxmind.db.Metadata
 
getDescription() - Method in class net.i2p.i2ptunnel.TunnelController
 
getDescription() - Method in class net.i2p.router.Tuner.BaseParam
Param description.
getDescription() - Method in interface net.i2p.router.Tuner.TunableParam
The param description.
getDescription() - Method in class net.i2p.stat.FrequencyStat
Description of what this statistic measures.
getDescription() - Method in class net.i2p.stat.RateStat
Description of what this rate stat measures.
getDescription() - Method in class org.cybergarage.upnp.UPnPStatus
Gets the status description.
getDescriptionFile() - Method in class org.cybergarage.upnp.Device
getDescriptionFile.
getDescriptionFile() - Method in class org.cybergarage.upnp.xml.DeviceData
getDescriptionFile.
getDescriptionFilePath() - Method in class org.cybergarage.upnp.Device
getDescriptionFilePath.
getDescriptionURI() - Method in class org.cybergarage.upnp.xml.DeviceData
getDescriptionURI.
getDescriptionURL() - Method in class org.cybergarage.upnp.Service
Gets the description URL for this service.
getDescriptionURL() - Method in class org.cybergarage.upnp.xml.ServiceData
getDescriptionURL.
getDest() - Method in class net.i2p.client.naming.HostTxtEntry
Return the Base64 destination.
getDest() - Method in class net.i2p.i2ptunnel.irc.I2PTunnelDCCClient
Returns the destination base32 address for this DCC connection.
getDest(String) - Static method in class net.i2p.sam.SAMUtils
Resolve the destination from a key or a hostname
getDest() - Method in class net.i2p.sam.SessionRecord
Get the base64-encoded destination.
getDestConnID() - Method in class net.i2p.router.transport.udp.SSU2Header.Header
all headers
getDestHash() - Method in class net.i2p.data.BlindData
Gets the destination hash if known.
getDestHash() - Method in class net.i2p.router.client.ClientConnectionRunner
Equivalent to getConfig().getDestination().calculateHash(); will be null before session is established Not subsession aware.
getDestHash(SessionId) - Method in class net.i2p.router.client.ClientConnectionRunner
Return the hash for the given ID
getDestHash() - Method in class net.i2p.router.networkdb.kademlia.RepublishLeaseSetJob
The destination hash this job publishes for.
getDestHash() - Method in class org.klomp.snark.PeerID
 
getDestHashBase32(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
Works even if tunnel is not running.
getDestination() - Method in class i2p.susi.dns.AddressBean
Gets the destination as base64 encoded string.
getDestination() - Method in class i2p.susi.dns.AddressbookBean
Returns the destination string.
getDestination() - Method in class net.i2p.client.impl.LkupResult
Destination on success, null on failure.
getDestination() - Method in interface net.i2p.client.LookupResult
 
getDestination() - Method in class net.i2p.data.BlindData
Gets the destination if known.
getDestination() - Method in class net.i2p.data.i2cp.BlindingInfoMessage
Gets the destination for dest-type endpoints.
getDestination() - Method in class net.i2p.data.i2cp.DestReplyMessage
Destination.
getDestination() - Method in class net.i2p.data.i2cp.HostReplyMessage
Gets the destination.
getDestination() - Method in class net.i2p.data.i2cp.SendMessageMessage
 
getDestination() - Method in class net.i2p.data.i2cp.SessionConfig
Retrieve the destination for which this session is supposed to connect
getDestination() - Method in class net.i2p.data.i2np.DeliveryInstructions
default null
getDestination() - Method in class net.i2p.data.LeaseSet
Warning - will be null for LS2 EncryptedLeaseSets if not decrypted
getDestination() - Method in class net.i2p.data.PrivateKeyFile
If the destination is not set, read it in from the file.
getDestination() - Method in class net.i2p.i2ptunnel.socks.SOCKSHeader
 
getDestination() - Method in class net.i2p.i2ptunnel.TunnelController
Returns null if not running.
getDestination(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Retrieve the tunnel Destination, reading from the key file if the tunnel is not running.
getDestination(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
Works even if tunnel is not running.
getDestination(SessionId) - Method in class net.i2p.router.client.ClientConnectionRunner
Return the dest for the given ID
getDestination() - Method in class net.i2p.router.ClientMessage
Retrieve the destination to which this message is directed.
getDestination() - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
The local destination for this SKM
getDestination(PublicKey) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
Get the far-end destination for a public key
getDestination() - Method in class net.i2p.router.tunnel.InboundEndpointProcessor
 
getDestination() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
If this is a client tunnel, what destination is it for?
getDestination() - Method in interface net.i2p.router.TunnelInfo
if this is a client tunnel, what destination is it for?
getDestination() - Method in class net.i2p.router.TunnelPoolSettings
what destination is this a client tunnel for (or null if exploratory)
getDestination() - Method in interface net.i2p.sam.SAMMessageSess
Get the SAM message-based session Destination.
getDestination() - Method in class net.i2p.sam.SAMMessageSession
Get the SAM message-based session Destination.
getDestination() - Method in class net.i2p.sam.SAMStreamSession
Get the SAM STREAM session Destination.
getDestination() - Method in class org.klomp.snark.dht.NodeInfo
 
getDestination(String) - Method in class org.klomp.snark.I2PSnarkUtil
Base64 Hash or Hash.i2p or name.i2p using naming service
getDestination() - Method in class org.klomp.snark.Peer
Returns the I2P destination of the connected peer.
getDestinationBase64(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
Works even if tunnel is not running.
getDestinationFromBase64(String) - Static method in class org.klomp.snark.I2PSnarkUtil
Resolves a base64-encoded destination string.
getDestinationHash() - Method in class net.i2p.router.ClientMessage
Retrieve the destination to which this message is directed.
getDestinationI2PSocket(I2PSOCKSTunnel) - Method in class net.i2p.i2ptunnel.socks.SOCKS4aServer
Get an I2PSocket that can be used to send/receive 8-bit clean data to/from the destination of the SOCKS connection.
getDestinationI2PSocket(I2PSOCKSTunnel) - Method in class net.i2p.i2ptunnel.socks.SOCKS5Server
Get an I2PSocket that can be used to send/receive 8-bit clean data to/from the destination of the SOCKS connection.
getDestinationI2PSocket(I2PSOCKSTunnel) - Method in class net.i2p.i2ptunnel.socks.SOCKSServer
Get an I2PSocket that can be used to send/receive 8-bit clean data to/from the destination of the SOCKS connection.
getDestinationNickname() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
 
getDestinationNickname() - Method in class net.i2p.router.TunnelPoolSettings
what user supplied name was given to the client connected (can be null)
getDestinations() - Method in class net.i2p.router.client.ClientConnectionRunner
Subsession aware.
getDestinations() - Method in class net.i2p.router.web.helpers.SidebarHelper
Client destinations connected locally.
getDestroyReason() - Method in class net.i2p.router.transport.udp.PeerState2
 
getDetailStatus() - Method in class net.i2p.router.web.helpers.WizardHelper
Return detailed NDT test status information.
getDevice(String) - Method in class org.cybergarage.upnp.ControlPoint
Get a device by its name or UDN.
getDevice() - Method in class org.cybergarage.upnp.device.Advertiser
Gets the device being advertised.
getDevice(String) - Method in class org.cybergarage.upnp.Device
getDevice.
getDevice(int) - Method in class org.cybergarage.upnp.DeviceList
 
getDevice() - Method in class org.cybergarage.upnp.Service
Gets the device containing this service.
getDevice() - Method in class org.jfree.svg.SVGGraphicsConfiguration
Returns the graphics device that this configuration is associated with.
getDeviceByDescriptionURI(String) - Method in class org.cybergarage.upnp.Device
getDeviceByDescriptionURI.
getDeviceConfiguration() - Method in class org.jfree.svg.SVGGraphics2D
Returns the device configuration associated with this Graphics2D.
getDeviceDisposer() - Method in class org.cybergarage.upnp.ControlPoint
Get the device disposer.
getDeviceList() - Method in class org.cybergarage.upnp.ControlPoint
Get the list of discovered devices.
getDeviceList() - Method in class org.cybergarage.upnp.Device
getDeviceList.
getDeviceNode() - Method in class org.cybergarage.upnp.Device
getDeviceNode.
getDeviceType() - Method in class org.cybergarage.upnp.Device
getDeviceType.
getDevSU3URL() - Method in class net.i2p.router.web.ConfigUpdateHelper
 
getDH() - Method in enum com.southernstorm.noise.protocol.NoiseInit.PatternID
getDH.
getDHName() - Method in class com.southernstorm.noise.protocol.Curve25519DHState
 
getDHName() - Method in interface com.southernstorm.noise.protocol.DHState
Gets the Noise protocol name for this Diffie-Hellman algorithm.
getDHName() - Method in class com.southernstorm.noise.protocol.MLKEMDHState
 
getDHT() - Method in class org.klomp.snark.I2PSnarkUtil
 
getDigestBigInteger() - Method in class org.minidns.record.DelegatingDnssecRR
getDigestBigInteger.
getDigestHex() - Method in class org.minidns.record.DelegatingDnssecRR
getDigestHex.
getDigestInstance() - Static method in class net.i2p.crypto.SHA256Generator
Return a new MessageDigest from the system libs.
getDigestInstance() - Method in enum net.i2p.crypto.SigType
Gets a MessageDigest instance for this signature type.
getDigestSize() - Method in interface org.bouncycastle.crypto.Digest
return the size, in bytes, of the digest produced by this message digest.
getDigestSize() - Method in class org.bouncycastle.crypto.digests.KeccakDigest
getDigestSize.
getDigestSize() - Method in class org.bouncycastle.crypto.digests.SHA512Digest
 
getDigestSize() - Method in class org.bouncycastle.crypto.digests.SHAKEDigest
getDigestSize.
getDimensionForVersion() - Method in class com.google.zxing.qrcode.decoder.Version
 
getDirection() - Method in class net.i2p.router.web.helpers.StreamHelper
 
getDirection() - Method in class org.cybergarage.upnp.Argument
Gets the direction of this argument.
getDirectories() - Method in class org.klomp.snark.Storage
Includes the base for a multi-file torrent.
getDisableRefresh() - Method in class net.i2p.router.web.CSSHelper
 
getDisableRejectLogging() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getDiscardCount() - Method in class net.i2p.util.TryCache
Return the number of release() calls that were discarded because the cache was full.
getDisconnectScheduledOn() - Method in class net.i2p.client.streaming.impl.Connection
 
getDisconnectTimeout() - Static method in class net.i2p.client.streaming.impl.Connection
 
getDiskUsage() - Method in class org.klomp.snark.SnarkManager
 
getDisplayLanguage(String, String, I2PAppContext) - Static method in class net.i2p.router.web.Messages
Return the "display language", e.g.
getDisplayLanguage(String, String, I2PAppContext, String) - Static method in class net.i2p.util.Translate
Return the "display language", e.g.
getDisplayName() - Method in class i2p.susi.dns.AddressBean
The Unicode name, translated from Punycode
getDisplayName() - Method in class i2p.susi.dns.AddressbookBean
Returns the display name for the address book.
getDisplayName() - Method in class i2p.susi.dns.NamingServiceBean
Returns the display name for the address book.
getDisplayName() - Method in interface net.i2p.app.ClientApp
The display name of the ClientApp, used in user interfaces.
getDisplayName() - Method in class net.i2p.apps.systray.UrlLauncher
ClientApp interface
getDisplayName() - Method in class net.i2p.desktopgui.ExternalMain
 
getDisplayName() - Method in class net.i2p.desktopgui.Main
 
getDisplayName() - Method in class net.i2p.i2pcontrol.I2PControlController
 
getDisplayName() - Method in class net.i2p.i2pcontrol.SocketController
 
getDisplayName() - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
ClientApp interface
getDisplayName() - Method in class net.i2p.jetty.JettyStart
 
getDisplayName() - Method in class net.i2p.router.news.NewsManager
 
getDisplayName() - Method in class net.i2p.router.sybil.Analysis
Gets the display name for this application.
getDisplayName() - Method in class net.i2p.router.update.ConsoleUpdateManager
Display name @since 0.9.12.
getDisplayName() - Method in class net.i2p.router.web.GraphGenerator
 
getDisplayName() - Method in class net.i2p.router.web.NavHelper
 
getDisplayName() - Method in class net.i2p.router.web.RouterConsoleRunner
 
getDisplayName() - Method in class net.i2p.router.web.ShellService
The display name of the ClientApp, used in user interfaces.
getDisplayName() - Method in class net.i2p.sam.SAMBridge
Return the display name
getDisplayName() - Method in class org.klomp.snark.SnarkManager
ClientApp method.
getDisplayOnScreenLevel() - Method in class net.i2p.util.LogManager
Minimum log level for messages printed to stdout.
getDistance(Hash, Hash) - Static method in class net.i2p.router.util.HashDistance
Compute XOR distance between two hashes.
getDoLog() - Method in class net.i2p.router.MessageHistory
 
getDomain(String) - Static method in class net.i2p.router.transport.CommSystemFacadeImpl
 
getDomainpart() - Method in class org.minidns.dnsname.DnsName
Domainpart in ACE representation.
getDomainRoot(String) - Method in class net.i2p.apache.http.conn.util.PublicSuffixMatcher
Find the registered domain root.
getDontIncludePeers() - Method in class net.i2p.data.i2np.DatabaseLookupMessage
Set of peers that a lookup reply should NOT include.
getDouble(String) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified numeric parameter as a double.
getDouble(int) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified numeric parameter as a double.
getDouble(Properties, String, double) - Static method in class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
Not part of the API, not for external use.
getDouble(Properties, String, String) - Static method in class net.i2p.stat.PersistenceHelper
Read a double value from properties.
getDouble(int) - Method in class org.json.simple.JsonArray
A convenience method that assumes there is a Number or String value at the given index.
getDouble(JsonKey) - Method in class org.json.simple.JsonObject
A convenience method that assumes there is a Number or String value at the given key.
getDouble(Enum<?>) - Method in class org.rrd4j.core.jrrd.UnivalArray
getDouble.
getDoubleOrDefault(JsonKey) - Method in class org.json.simple.JsonObject
A convenience method that assumes there is a Number or String value at the given key.
getDownBandwidth() - Method in class net.i2p.router.web.helpers.WizardHelper
Return the measured download bandwidth.
getDownBWLimit() - Method in interface org.klomp.snark.BandwidthListener
Returns the current download bandwidth limit in bytes per second.
getDownBWLimit() - Method in class org.klomp.snark.BandwidthManager
Current limit in BPS
getDownBWLimit() - Method in class org.klomp.snark.Peer
Current limit in Bps
getDownBWLimit() - Method in class org.klomp.snark.PeerCoordinator
Current limit in Bps
getDownloaded() - Method in class org.klomp.snark.PartialPiece
Returns the total number of bytes downloaded in this piece, accurately accounting for holes.
getDownloaded() - Method in class org.klomp.snark.Peer
Returns the number of bytes that have been downloaded.
getDownloaded() - Method in class org.klomp.snark.PeerCoordinator
Returns the total number of downloaded bytes of all peers.
getDownloaded() - Method in class org.klomp.snark.Snark
Get the total number of bytes downloaded.
getDownloaded() - Method in class org.klomp.snark.web.FetchAndAdd
 
getDownloadRate() - Method in interface org.klomp.snark.BandwidthListener
Returns the average download rate in bytes per second.
getDownloadRate() - Method in class org.klomp.snark.BandwidthManager
The average rate in Bps
getDownloadRate() - Method in class org.klomp.snark.Peer
Returns the average rate in Bps.
getDownloadRate() - Method in class org.klomp.snark.PeerCoordinator
Returns the average rate in Bps over last RATE_DEPTH * CHECK_PERIOD seconds
getDownloadRate() - Method in class org.klomp.snark.Snark
Get the current download rate in bytes per second.
getDownloadRate() - Method in class org.klomp.snark.web.FetchAndAdd
 
getDropped() - Method in class net.i2p.router.JobStats
Get the number of jobs that were dropped.
getDroppedCount() - Method in class net.i2p.router.transport.PrioritySendPool
 
getDsCount() - Method in class org.rrd4j.core.DataImporter
getDsCount.
getDsCount() - Method in class org.rrd4j.core.Header
Returns the number of datasources defined in the RRD.
getDsCount() - Method in class org.rrd4j.core.jrrd.DataChunk
getDsCount.
getDSCount() - Method in class org.rrd4j.core.jrrd.Header
Returns the number of DataSources in the database.
getDsCount() - Method in class org.rrd4j.core.RrdDb
Returns the number of datasources defined in the file
getDsCount() - Method in class org.rrd4j.core.RrdDef
Returns number of defined datasources.
getDsCount() - Method in class org.rrd4j.core.RrdToolReader
 
getDsCount() - Method in class org.rrd4j.core.XmlReader
 
getDsDefs() - Method in class org.rrd4j.core.RrdDef
Returns all data source definition objects specified so far.
getDsIndex() - Method in class org.rrd4j.core.Datasource
Returns index of this Datasource object in the RRD.
getDsIndex(String) - Method in class org.rrd4j.core.FetchData
Retrieve the table index number of a datasource by name.
getDsIndex(String) - Method in class org.rrd4j.core.RrdDb
Returns internal index number for the given datasource name.
getDsName(int) - Method in class org.rrd4j.core.DataImporter
getDsName.
getDsName() - Method in class org.rrd4j.core.DsDef
Returns data source name.
getDsName(int) - Method in class org.rrd4j.core.RrdToolReader
 
getDsName(int) - Method in class org.rrd4j.core.XmlReader
 
getDsName() - Method in class org.rrd4j.data.Def
Ds name.
getDsNames() - Method in class org.rrd4j.core.FetchData
Returns array of datasource names found in the corresponding RRD.
getDsNames() - Method in class org.rrd4j.core.RrdDb
Returns an array of datasource names defined in RRD.
getDsNames() - Method in class org.rrd4j.core.Sample
Returns an array of all data source names.
getDsType(int) - Method in class org.rrd4j.core.DataImporter
getDsType.
getDsType() - Method in class org.rrd4j.core.DsDef
Returns source type.
getDsType() - Method in enum org.rrd4j.core.jrrd.DataSourceType
Get the ds type.
getDsType(int) - Method in class org.rrd4j.core.RrdToolReader
 
getDsType(int) - Method in class org.rrd4j.core.XmlReader
 
getDynamicKeysChecked() - Method in class net.i2p.router.web.helpers.ConfigNetHelper
Get checked attribute for dynamic keys.
getEarliestLeaseDate() - Method in class net.i2p.data.LeaseSet
Retrieve the end date of the earliest lease included in this leaseSet.
getEarliestTime() - Static method in class net.i2p.time.BuildTime
Get the earliest it could possibly be right now.
getECBlocks() - Method in class com.google.zxing.qrcode.decoder.Version.ECBlocks
 
getECBlocksForLevel(ErrorCorrectionLevel) - Method in class com.google.zxing.qrcode.decoder.Version
 
getECCodewordsPerBlock() - Method in class com.google.zxing.qrcode.decoder.Version.ECBlocks
 
getECLevel() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
getECSKM() - Method in class net.i2p.router.crypto.ratchet.MuxedPQSKM
Return the eCSKM
getECSKM() - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
Return the eCSKM
getECXCPUFlags() - Static method in class freenet.support.CPUInformation.CPUID
Return the ECX feature flags
getEdns() - Method in class org.minidns.dnsmessage.DnsMessage
getEdns.
getEdnsBuilder() - Method in class org.minidns.dnsmessage.DnsMessage.Builder
Get the Edns builder.
getEdnsOption(Edns.OptionCode) - Method in class org.minidns.edns.Edns
getEdnsOption.
getEDXCPUFlags() - Static method in class freenet.support.CPUInformation.CPUID
Return the EDX feature flags
getEepProxyHost() - Method in class org.klomp.snark.I2PSnarkUtil
 
getEepProxyPort() - Method in class org.klomp.snark.I2PSnarkUtil
 
getEepProxySet() - Method in class org.klomp.snark.I2PSnarkUtil
 
getEepsiteURL(PortMapper) - Static method in class net.i2p.router.web.helpers.SidebarRenderer
Get the local eepsite URL from the port mapper.
getEepsiteURLs() - Method in class net.i2p.util.PortMapper
Get the list of eepsite URLs.
getEffort(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the proof-of-work effort for blinded leases (currently unused, always 23).
getEffort(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getElapsed() - Method in class net.i2p.client.impl.MessageState
Return the elapsed time.
getElapsedTime() - Method in class org.cybergarage.upnp.Device
getElapsedTime.
getElementIDs() - Method in class org.jfree.svg.SVGGraphics2D
Returns a new set containing the element IDs that have been used in output so far.
getElements() - Method in class net.i2p.i2ptunnel.access.FilterDefinition
 
getElementTitleKeys() - Static method in class org.jfree.svg.SVGHints
Creates and returns a list of keys that are synonymous with SVGHints.KEY_ELEMENT_TITLE.
getElGamalExponentSize() - Method in class net.i2p.crypto.KeyGenerator
Size of the ElGamal exponent in bits.
getElgSKM() - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
Return the elgSKM
getEnable() - Method in class net.i2p.router.web.helpers.ConfigReseedHelper
Retrieve whether proxy reseeding is enabled.
getEncapsulation() - Method in interface org.bouncycastle.crypto.SecretWithEncapsulation
Return the data that carries the secret in its encapsulated form.
getEncapsulation() - Method in class org.bouncycastle.pqc.crypto.util.SecretWithEncapsulationImpl
getEncapsulation.
getEncapsulationLength() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMExtractor
Get the encapsulation length.
getEnclosingRectangle() - Method in class com.google.zxing.common.BitMatrix
This is useful in detecting the enclosing rectangle of a 'pure' barcode.
getEncoded() - Method in class net.i2p.crypto.eddsa.EdDSAPrivateKey
Returns the private key in its canonical encoding.
getEncoded() - Method in class net.i2p.crypto.eddsa.EdDSAPublicKey
Returns the public key in its canonical encoding.
getEncoded() - Method in class net.i2p.crypto.elgamal.impl.ElGamalPrivateKeyImpl
Return a PKCS8 representation of the key.
getEncoded() - Method in class net.i2p.crypto.elgamal.impl.ElGamalPublicKeyImpl
Encoded.
getEncoded() - Method in class net.i2p.crypto.HMAC256Generator.HMACKey
 
getEncoded() - Method in class net.i2p.router.crypto.ratchet.Elg2KeyPair
 
getEncoded() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMPrivateKeyParameters
Encoded.
getEncoded(byte[], byte[]) - Static method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMPublicKeyParameters
Concatenate t and rho into a single encoding.
getEncoded() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMPublicKeyParameters
Get the encoded public key.
getEncodedPublicKey(byte[], int) - Method in class com.southernstorm.noise.protocol.Curve25519DHState
I2P
getEncodedPublicKey(byte[], int) - Method in interface com.southernstorm.noise.protocol.DHState
Gets the public key associated with this object.
getEncodedState() - Method in interface org.bouncycastle.crypto.digests.EncodableDigest
Return an encoded byte array for the digest's internal state
getEncodedState() - Method in class org.bouncycastle.crypto.digests.SHA512Digest
 
getEncodedStateSize() - Method in class org.bouncycastle.crypto.digests.LongDigest
Returns the size of the encoded state.
getEncoding(String) - Static method in class i2p.susi.webmail.encoding.EncodingFactory
Retrieve instance of an encoder for a supported encoding (or null).
getEncoding() - Method in class net.i2p.crypto.eddsa.math.Field
Return the encoding.
getEncrypt(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Check whether the lease set should be encrypted.
getEncrypt(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getEncryptedBase32(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
Works even if tunnel is not running.
getEncryptedData() - Method in class net.i2p.data.Payload
Encrypted data, or null.
getEncryptionKey(Set<EncType>) - Method in class net.i2p.data.EncryptedLeaseSet
If more than one key, return the first supported one.
getEncryptionKey() - Method in class net.i2p.data.i2np.DeliveryInstructions
For cloves only (not tunnels), default null Unused — always returns null, feature not implemented.
getEncryptionKey() - Method in class net.i2p.data.LeaseSet
Encryption public key.
getEncryptionKey(Set<EncType>) - Method in class net.i2p.data.LeaseSet
If more than one key, return the first supported one.
getEncryptionKey() - Method in class net.i2p.data.LeaseSet2
If more than one key, return the first supported one.
getEncryptionKey(Set<EncType>) - Method in class net.i2p.data.LeaseSet2
If more than one key, return the first supported one.
getEncryptionKeys() - Method in class net.i2p.data.EncryptedLeaseSet
Null if not decrypted.
getEncryptionKeys() - Method in class net.i2p.data.LeaseSet2
This returns all the keys.
getEncryptKey(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the lease set encryption key.
getEncryptKey(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getEncryptMode(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Determine the encryption mode for the tunnel's lease set.
getEncryptMode(int) - Method in class net.i2p.i2ptunnel.web.EditBean
Returns the encryption mode for the tunnel.
getEncType() - Method in class i2p.susi.dns.AddressBean
Do this the easy way
getEncType() - Method in class net.i2p.data.KeyCertificate
Gets the encryption type from the certificate.
getEncType() - Method in class net.i2p.data.KeysAndCert
Encryption type from the certificate.
getEncTypeConfig(RouterContext) - Static method in class net.i2p.router.startup.CreateRouterInfoJob
The configured EncType to expect on read-in.
getEnd() - Method in class i2p.susi.dns.AddressbookBean
Returns the ending index as string.
getEnd() - Method in class net.metanotion.util.skiplist.SkipLevels
Get the end span of this level.
getEnd() - Method in class net.metanotion.util.skiplist.SkipSpan
Get the end span of this chain.
getEnd() - Method in class org.rrd4j.core.jrrd.DataChunk
getEnd.
getEndDate() - Method in class net.i2p.data.i2cp.RequestLeaseSetMessage
End date.
getEndDate() - Method in class net.i2p.data.Lease
Convenience wrapper, prefer getEndTime() for new code.
getEndGroupKeys() - Static method in class org.jfree.svg.SVGHints
Creates and returns a list of keys that are synonymous with SVGHints.KEY_END_GROUP.
getEndInt() - Method in class i2p.susi.dns.AddressbookBean
Returns the ending index as integer.
getEndpoint(int) - Method in class net.i2p.data.i2cp.RequestVariableLeaseSetMessage
Endpoint.
getEndpoint() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
For convenience
getEndpoint() - Method in interface net.i2p.router.TunnelInfo
For convenience
getEndpoints() - Method in class net.i2p.data.i2cp.RequestLeaseSetMessage
Endpoints.
getEndpoints() - Method in class net.i2p.data.i2cp.RequestVariableLeaseSetMessage
Endpoints.
getEndpointType() - Method in class net.i2p.data.i2cp.BlindingInfoMessage
Gets the endpoint type.
getEndsWith(String) - Method in class org.cybergarage.xml.NodeList
Gets the first node whose name ends with the specified string.
getEndTime() - Method in class net.i2p.data.Lease
Gets the lease end time.
getEndTime() - Method in class org.rrd4j.core.Archive
Returns current ending timestamp.
getEndTime() - Method in interface org.rrd4j.core.DataHolder
Returns ending timestamp.
getEndTime() - Method in class org.rrd4j.data.DataProcessor
Ending timestamp.
getEndTime() - Method in class org.rrd4j.graph.RrdGraphDef
Returns the end timestamp for the graph.
getEnforceProtocol() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
If true, only accept traffic with I2PSession.PROTO_STREAMING (6).
getEngine() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMParameters
getEngine.
getEnqueueTime() - Method in class net.i2p.router.OutNetMessage
For CDQ
getEnqueueTime() - Method in class net.i2p.router.transport.udp.InboundMessageState
Gets the enqueue time.
getEnqueueTime() - Method in class net.i2p.router.transport.udp.OutboundMessageState
For CDQ
getEnqueueTime() - Method in class net.i2p.router.transport.udp.UDPPacket
Enqueue time.
getEnqueueTime() - Method in class net.i2p.router.tunnel.PendingGatewayMessage
For CDQ
getEnqueueTime() - Method in interface net.i2p.router.util.CDQEntry
Get the enqueue timestamp.
getEntries() - Method in class i2p.susi.dns.AddressbookBean
Returns the address entries.
getEntries() - Method in class i2p.susi.dns.NamingServiceBean
Returns the address entries.
getEntries(Properties) - Method in class net.i2p.client.naming.MetaNamingService
All services aggregated
getEntries() - Method in class net.i2p.client.naming.NamingService
Warning - This obviously brings the whole database into memory, so use is discouraged.
getEntries(Properties) - Method in class net.i2p.client.naming.NamingService
Warning - This will bring the whole database into memory if options is null, empty, or unsupported, use with caution.
getEntries(Properties) - Method in class net.i2p.client.naming.SingleFileNamingService
Return all entries matching the options.
getEntries() - Method in interface net.i2p.kademlia.KBucket
Retrieve all routing table entries stored in the bucket.
getEntries(SelectionCollector<T>) - Method in interface net.i2p.kademlia.KBucket
Add all entries in this bucket to the provided collector.
getEntries() - Method in class net.i2p.kademlia.KBucketImpl
 
getEntries(SelectionCollector<T>) - Method in class net.i2p.kademlia.KBucketImpl
 
getEntries() - Method in class net.i2p.router.Banlist
Get the banlist entries.
getEntries(Properties) - Method in class net.i2p.router.naming.BlockfileNamingService
 
getEntries() - Method in interface net.i2p.router.networkdb.kademlia.DataStore
Gets all entries in the data store.
getEntries() - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
 
getEntries() - Method in class net.i2p.router.news.NewsManager
 
getEntries() - Method in class net.i2p.router.news.NewsXMLParser
The news entries.
getEntries() - Method in class net.i2p.router.web.NewsFeedHelper
Get the formatted HTML entries.
getEntries(I2PAppContext, int, int, long) - Static method in class net.i2p.router.web.NewsFeedHelper
Get the formatted HTML entries.
getEntry() - Method in class net.i2p.data.i2np.DatabaseStoreMessage
Defines the entry in the network database being stored.
getEnum(String, Class<T>) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified enumerated parameter (from a JSON string that has a predefined set of possible values).
getEnum(String, Class<T>, boolean) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified enumerated parameter (from a JSON string that has a predefined set of possible values), allowing for a case insensitive match.
getEnum(int, Class<T>) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified enumerated parameter (from a JSON string that has a predefined set of possible values).
getEnum(int, Class<T>, boolean) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified enumerated parameter (from a JSON string that has a predefined set of possible values), allowing for a case insensitive match.
getEnumString(String, String[]) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified enumerated string parameter.
getEnumString(String, String[], boolean) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified enumerated string parameter, allowing for a case insenstive match.
getEnumString(int, String[]) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified enumerated string parameter.
getEnumString(int, String[], boolean) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified enumerated string parameter, allowing for a case insenstive match.
getEnumStringMatch(String, String[], boolean) - Static method in class com.thetransactioncompany.jsonrpc2.util.ParamsRetriever
Matches a string against an array of acceptable values.
getEnumStringMatch(String, Class<T>, boolean) - Static method in class com.thetransactioncompany.jsonrpc2.util.ParamsRetriever
Matches a string against an enumeration of acceptable values.
getEnvelopeNode() - Method in class org.cybergarage.soap.SOAPRequest
Return the SOAP envelope node.
getEnvelopeNode() - Method in class org.cybergarage.soap.SOAPResponse
Get the SOAP envelope node.
getEOFReached() - Method in class net.i2p.util.LookaheadInputStream
Whether the end of the stream has been reached.
getEphemeralKey() - Method in class net.i2p.router.transport.udp.SSU2Header.Header
handshake headers only
getError() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Response
Gets the error object indicating the cause of the request failure.
getError() - Method in class net.i2p.router.networkdb.reseed.ReseedChecker
Gets the error message from the last or current reseed attempt.
getErrorCorrectionBytes() - Method in class com.google.zxing.qrcode.encoder.BlockPair
 
getErrorCorrectionLevel() - Method in class com.google.zxing.qrcode.decoder.FormatInformation
Error correction level decoded from format info bits.
getErrorPage(String, String) - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
foo => errordir/foo-header_xx.ht for lang xx, or errordir/foo-header.ht, or the backup byte array on fail.
getErrorPage(I2PAppContext, String, String) - Static method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
foo => errordir/foo-header_xx.ht for lang xx, or errordir/foo-header.ht, or the backup byte array on fail.
getErrors() - Method in class net.i2p.router.web.FormHandler
Display any error messages (processing the form if it hasn't been yet)
getEstablishBeginTime() - Method in class net.i2p.router.transport.udp.InboundEstablishState
The wall clock time when this establishment attempt began.
getEstablishBeginTime() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
getEstablished() - Method in class net.i2p.router.CommSystemFacade
Get all the peers we are connected to.
getEstablished() - Method in class net.i2p.router.dummy.VMCommSystem
Return the established
getEstablished() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
 
getEstablished() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
Connected peers.
getEstablished() - Method in interface net.i2p.router.transport.Transport
Get list of peers that this transport has established connections with.
getEstablished() - Method in class net.i2p.router.transport.TransportManager
 
getEstablished() - Method in class net.i2p.router.transport.udp.UDPTransport
Identities of all currently established peers.
getEstablishedOn() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Get the time this connection was established.
getEstablisher() - Method in class net.i2p.router.transport.udp.UDPTransport
For IntroductionManager
getEstablishState() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Only valid during establishment; replaced with EstablishState.VERIFIED or FAILED afterwards
getEstablishTimeout() - Static method in class net.i2p.router.transport.ntcp.NTCPTransport
Get the NTCP establish timeout in ms.
getEstimatedDowntime() - Method in class net.i2p.I2PAppContext
How long this router was down before it started, or 0 if unknown.
getEstimatedDowntime() - Method in class net.i2p.router.Router
How long this router was down before it started, or 0 if unknown.
getEstimatedDowntime() - Method in class net.i2p.router.RouterContext
How long this router was down before it started, or 0 if unknown.
getEstimatedSize() - Method in class org.rrd4j.core.DataImporter
getEstimatedSize.
getEstimatedSize() - Method in class org.rrd4j.core.RrdDef
Returns the number of storage bytes required to create RRD from this RrdDef object.
getEta1Noise(byte[], byte) - Method in class org.bouncycastle.pqc.crypto.mlkem.Poly
getEta1Noise.
getEta2Noise(byte[], byte) - Method in class org.bouncycastle.pqc.crypto.mlkem.Poly
getEta2Noise.
getEtag() - Method in class net.i2p.addressbook.Subscription
Return the etag header that we received the last time we read this subscription.
getEtag() - Method in class net.i2p.util.EepGet
After fetch, the received value from the server, or null if none.
getEventCount() - Method in class net.i2p.stat.Frequency
How many events have occurred within the lifetime of this stat?
getEventCount() - Method in class net.i2p.stat.FrequencyStat
Gets the lifetime event count.
getEventDispatcher() - Method in class net.i2p.i2ptunnel.irc.EventReceiver
default constructor
getEventDispatcher() - Method in interface net.i2p.util.EventDispatcher
Get an object to be used to deliver events (usually this, but YMMV).
getEventDispatcher() - Method in class net.i2p.util.EventDispatcherImpl
 
getEventName() - Method in class net.i2p.router.web.GraphListener
Get the RRD datasource name for the event count.
getEvents() - Method in class net.i2p.i2ptunnel.irc.EventReceiver
 
getEvents(String, long) - Method in class net.i2p.router.util.EventLog
Caches.
getEvents(long) - Method in class net.i2p.router.util.EventLog
All events since a given time.
getEvents() - Method in class net.i2p.router.web.helpers.EventLogHelper
Get the events.
getEvents() - Method in interface net.i2p.util.EventDispatcher
Retrieve the names of all the events that have been received
getEvents() - Method in class net.i2p.util.EventDispatcherImpl
 
getEventSubURI() - Method in class org.cybergarage.upnp.ControlPoint
 
getEventSubURL() - Method in class org.cybergarage.upnp.Service
Gets the event subscription URL for this service.
getEventValue(String) - Method in class net.i2p.i2ptunnel.irc.EventReceiver
 
getEventValue(String) - Method in interface net.i2p.util.EventDispatcher
Retrieve the value currently associated with the specified event value
getEventValue(String) - Method in class net.i2p.util.EventDispatcherImpl
 
getEvictedCount() - Method in class net.i2p.router.transport.PrioritySendPool
 
getExceptions() - Method in class net.i2p.apache.http.conn.util.PublicSuffixList
Return the exception rules.
getExcessiveTunnelRequestsBanChecked() - Method in class net.i2p.router.web.helpers.ConfigBanHelper
Get the checked status of the excessive tunnel requests ban option.
getExclude(boolean, boolean) - Method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
As of 0.9.58, this returns a set populated only by TunnelManager.selectPeersInTooManyTunnels(), for passing to ProfileOrganizer.
getExcludedFiles(File) - Method in class org.klomp.snark.Storage
 
getExecutor() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
 
getExpiration() - Method in class net.i2p.data.BlindData
Expiration date.
getExpiration() - Method in class net.i2p.data.i2cp.SendMessageExpiresMessage
The Date object is created here, it is not cached.
getExpiration() - Method in class net.i2p.data.i2np.GarlicClove
 
getExpiration() - Method in class net.i2p.router.client.LeaseRequestState
Get the expiration time.
getExpiration() - Method in class net.i2p.router.ClientMessage
Expiration requested by the client that sent the message.
getExpiration() - Method in class net.i2p.router.crypto.ratchet.RatchetTagSet
For inbound and outbound: Expiration.
getExpiration() - Method in interface net.i2p.router.crypto.ratchet.ReplyCallback
When does this callback expire?
getExpiration() - Method in class net.i2p.router.message.CloveSet
Get the expiration.
getExpiration() - Method in class net.i2p.router.message.GarlicConfig
Expiration of the clove, after which it should be dropped
getExpiration() - Method in interface net.i2p.router.MessageSelector
Returns the # of milliseconds since the epoch after which this selector should stop searching for matches.
getExpiration() - Method in class net.i2p.router.networkdb.kademlia.FloodOnlyLookupSelector
 
getExpiration() - Method in class net.i2p.router.networkdb.kademlia.FloodSearchJob
using context clock
getExpiration() - Method in class net.i2p.router.networkdb.kademlia.IterativeLookupSelector
 
getExpiration() - Method in class net.i2p.router.networkdb.kademlia.SearchJob
 
getExpiration() - Method in class net.i2p.router.networkdb.kademlia.SearchMessageSelector
 
getExpiration() - Method in class net.i2p.router.networkdb.kademlia.StoreMessageSelector
 
getExpiration() - Method in class net.i2p.router.OutNetMessage
Specify the # ms since the epoch after which if the message has not been sent the OnFailedSend job should be fired and the message should be removed from the pool.
getExpiration() - Method in class net.i2p.router.transport.udp.EstablishmentManager.Token
Get the expiration time
getExpiration() - Method in class net.i2p.router.transport.UPnP.IPv6ForwardPort
 
getExpiration() - Method in class net.i2p.router.tunnel.HopConfig
when does this tunnel expire (in ms since the epoch)?
getExpiration() - Method in class net.i2p.router.tunnel.PendingGatewayMessage
 
getExpiration() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
 
getExpiration() - Method in class net.i2p.router.tunnel.TunnelParticipant
 
getExpiration() - Method in interface net.i2p.router.TunnelInfo
Get the tunnel's expiration time.
getExpirationTime() - Method in class net.i2p.data.i2cp.SendMessageExpiresMessage
Use this instead of getExpiration().getTime()
getExpiredDeviceMonitoringInterval() - Method in class org.cybergarage.upnp.ControlPoint
Get the expired device monitoring interval.
getExpireEvent() - Method in class net.i2p.router.tunnel.FragmentedMessage
used in the fragment handler so we can cancel the expire event on success
getExpires() - Method in class net.i2p.client.impl.MessageState
Return the expiration time.
getExpires() - Method in class net.i2p.data.LeaseSet2
Published expiration, as received.
getExpires() - Method in class net.i2p.i2ptunnel.irc.I2PTunnelDCCClient
Returns the expiration time for this DCC connection.
getExpiryDate() - Method in class net.i2p.util.EepGet
Show the Expires field
getExpiryTime() - Method in class net.i2p.i2pcontrol.security.AuthToken
The expiry time as a formatted string.
getExpirytime() - Method in exception net.i2p.i2pcontrol.security.ExpiredAuthTokenException
 
getExploreKeys(long) - Method in class net.i2p.kademlia.KBucketSet
For every bucket that hasn't been updated in this long, or isn't close to full, generate a random key that would be a member of that bucket.
getExploreKeys() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Gets the set of keys to explore.
getExploreKeys() - Method in class org.klomp.snark.dht.DHTNodes
Get random keys to explore for DHT maintenance.
getExportData() - Method in class net.i2p.router.web.helpers.StatHelper
Export data as CSV or XML.
getExtendedEBXFeatureFlags() - Static method in class freenet.support.CPUInformation.CPUID
 
getExtendedECXCPUFlags() - Static method in class freenet.support.CPUInformation.CPUID
Return the extended ECX feature flags
getExtendedECXFeatureFlags() - Static method in class freenet.support.CPUInformation.CPUID
There's almost nothing in here.
getExtendedEDXCPUFlags() - Static method in class freenet.support.CPUInformation.CPUID
 
getExtents() - Method in class org.minidns.record.TXT
 
getExternalIP() - Method in class net.i2p.router.transport.udp.UDPTransport
Published IP, IPv4 only
getExternalPort(boolean) - Method in class net.i2p.router.transport.udp.UDPTransport
Published or requested port
getExtraKeyData() - Method in class net.i2p.data.KeyCertificate
Signing Key extra data, if any, is first in the array.
getExtraSigningKeyData() - Method in class net.i2p.data.KeyCertificate
Signing Key extra data, if any.
getExtremeAverageValue() - Method in class net.i2p.stat.Rate
During the extreme period (i.e.
getExtremeEventCount() - Method in class net.i2p.stat.Rate
when the max(totalValue) was achieved, how many events occurred in that period? Note that this is not necesarily the highest event count; that isn't tracked.
getExtremeEventSaturation() - Method in class net.i2p.stat.Rate
During the extreme period (i.e.
getExtremeSaturationLimit() - Method in class net.i2p.stat.Rate
During the extreme period (i.e.
getExtremeTotalEventTime() - Method in class net.i2p.stat.Rate
when the max(totalValue) was achieved, how much of the time was spent doing the events?
getExtremeTotalValue() - Method in class net.i2p.stat.Rate
what was the max total value acrued in any period?
getFacade() - Method in class net.i2p.router.networkdb.kademlia.SearchJob
 
getFactory() - Method in class org.rrd4j.core.RrdBackend
Get the factory for this backend.
getFailed() - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
getFailedCount() - Method in class net.i2p.router.tunnel.FragmentHandler
 
getFailedCount() - Method in class net.i2p.router.tunnel.TunnelParticipant
 
getFailedLookupRate() - Method in class net.i2p.router.peermanager.DBHistory
how often does the peer fail to reply to a lookup request, broken into 1 hour and 1 day periods
getFailedLookups() - Method in class net.i2p.router.peermanager.DBHistory
how many times we have sent them a db lookup and not received the value or a lookup reply
getFailedRate() - Method in class net.i2p.router.peermanager.TunnelHistory
 
getFailedSize() - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
getFailedTransportCount() - Method in class net.i2p.router.OutNetMessage
 
getFailedTransports() - Method in class net.i2p.router.OutNetMessage
As of 0.9.55, changed from a Set to a List
getFailReason() - Method in class net.i2p.router.transport.ntcp.EstablishBase
Get the failure reason if the handshake failed, or null if not failed/corrupt.
getFailReason() - Method in interface net.i2p.router.transport.ntcp.EstablishState
 
getFailReason() - Method in class net.i2p.router.transport.ntcp.OutboundNTCP2State
Get the failure reason if the handshake failed
getFailsafeIterationFreq() - Static method in class net.i2p.router.transport.ntcp.EventPumper
Get the failsafe iteration frequency in milliseconds
getFailsafeIterationFreq() - Static method in class net.i2p.router.transport.ntcp.NTCPTransport
Get the failsafe iteration frequency in milliseconds
getFailureReason() - Method in class org.klomp.snark.TrackerInfo
Not HTML escaped.
getFailureReason() - Method in class org.klomp.snark.UDPTrackerClient.TrackerResponse
 
getFalsePositiveRate() - Method in class net.i2p.router.util.DecayingBloomFilter
Get the false positive rate
getFalsePositiveRate() - Method in class net.i2p.router.util.DecayingHashSet
pointless, only used for logging elsewhere
getFamily() - Method in class net.i2p.router.web.helpers.ConfigFamilyHelper
Get the family name.
getFamily() - Method in class net.i2p.router.web.helpers.InfoHelper
 
getFamilyKeyCrypto() - Method in class net.i2p.router.Router
Family Key Crypto Signer / Verifier.
getFarEnd() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
For convenience
getFarEnd() - Method in interface net.i2p.router.TunnelInfo
For convenience
getFastPeers() - Method in class net.i2p.router.web.helpers.SidebarHelper
How many active peers the router ranks as fast.
getFastReceive() - Method in class net.i2p.client.impl.I2PSessionImpl
Does this session support fast receive?
getFaultActor() - Method in class org.cybergarage.soap.SOAPResponse
Get the SOAP fault actor string.
getFaultActorNode() - Method in class org.cybergarage.soap.SOAPResponse
Get the SOAP fault actor node.
getFaultCode() - Method in class org.cybergarage.soap.SOAPResponse
Get the SOAP fault code string.
getFaultCodeNode() - Method in class org.cybergarage.soap.SOAPResponse
Get the SOAP fault code node.
getFaultDetailNode() - Method in class org.cybergarage.soap.SOAPResponse
Get the SOAP fault detail node.
getFaultNode() - Method in class org.cybergarage.soap.SOAPResponse
Get the SOAP fault node.
getFaultString() - Method in class org.cybergarage.soap.SOAPResponse
Get the SOAP fault string.
getFaultStringNode() - Method in class org.cybergarage.soap.SOAPResponse
Get the SOAP fault string node.
getFavorites() - Method in class net.i2p.router.web.helpers.HomeHelper
Favorites HTML.
getFetchEnd() - Method in class org.rrd4j.core.FetchRequest
Returns ending timestamp to be used for the fetch request.
getFetchRequestResolution() - Method in class org.rrd4j.data.DataProcessor
Returns desired RRD archive step (resolution) in seconds to be used while fetching data from RRD files.
getFetchStart() - Method in class org.rrd4j.core.FetchRequest
Returns starting timestamp to be used for the fetch request.
getFetchStep() - Method in class org.rrd4j.data.Def
Fetch step.
getFFChecked(int) - Method in class net.i2p.router.web.helpers.ConfigAdvancedHelper
Get the checked attribute for floodfill radio buttons.
getFFRings() - Method in class net.i2p.router.web.helpers.HealthHelper
 
getField() - Method in class net.i2p.crypto.eddsa.math.Curve
Return the field.
getFieldBytes() - Method in class org.klomp.snark.BitField
Returns the actual byte array used.
getFile() - Method in class i2p.susi.util.FileBuffer
 
getFile() - Method in class net.i2p.i2ptunnel.access.Recorder
 
getFile() - Method in class net.i2p.router.Tuner.AutotuneConfig
Autotune config file.
getFileComparator(int, I2PSnarkServlet) - Static method in class org.klomp.snark.web.Sorters
Negative is reverse 0, 1: Name 5: Size 10: Remaining (needed) 12: File type 13: Priority
getFileCount() - Method in class org.klomp.snark.Storage
Does not include directories.
getFileName() - Method in class i2p.susi.dns.AddressbookBean
Returns the file name for the address book.
getFileName() - Method in class i2p.susi.dns.BlacklistBean
Blacklist file path
getfileName() - Method in class i2p.susi.dns.ConfigBean
Get the config file path.
getFileName() - Method in class i2p.susi.dns.NamingServiceBean
Returns the file name for the address book.
getFileName() - Method in class i2p.susi.dns.SubscriptionsBean
Get the subscriptions file path.
getFileName() - Method in class i2p.susi.webmail.Attachment
Returns the file name.
getFilename() - Method in class net.i2p.jetty.I2PRequestLog
 
getFilename() - Method in class net.i2p.router.MessageHistory
History file name.
getFilename(String) - Method in class net.i2p.servlet.RequestWrapper
 
getFilename() - Method in class org.rrd4j.graph.RrdGraphInfo
Returns filename of the graph
getFilenameDateFormat() - Method in class net.i2p.jetty.I2PRequestLog
 
getFilePointer() - Method in class net.metanotion.io.RAIFile
 
getFilePointer() - Method in interface net.metanotion.io.RandomAccessInterface
 
getFilePointer() - Method in class org.rrd4j.core.jrrd.RRDFile
File pointer.
getFilePrefix() - Method in class org.jfree.svg.SVGGraphics2D
Returns the prefix used to generate a filename for an image that is referenced from, rather than embedded in, the SVG element.
getFilePriorities() - Method in class org.klomp.snark.Storage
Get the file priorities array.
getFiles() - Method in class org.klomp.snark.MetaInfo
Returns a list of lists of file name hierarchies or null if it is a single name.
getFiles() - Method in class org.klomp.snark.Storage
Does not include directories.
getFileSeparator() - Static method in class org.rrd4j.core.Util
Returns file system separator string.
getFileSize(String) - Static method in class net.i2p.util.LogManager
Determine how many bytes are in the given formatted string (5m, 60g, 100k, etc) Size may be k, m, or g; a trailing b is ignored.
getFileSize() - Method in class net.i2p.util.LogManager
 
getFilesPublic() - Method in class org.klomp.snark.I2PSnarkUtil
 
getFileSuffix() - Method in class org.jfree.svg.SVGGraphics2D
Returns the suffix used to generate a filename for an image that is referenced from, rather than embedded in, the SVG element.
getFileSummary() - Method in class net.i2p.router.web.helpers.FileDumpHelper
 
getFileType() - Method in class net.i2p.crypto.SU3File
The file type is advisory and is application-dependent.
getFilter() - Method in class i2p.susi.dns.AddressbookBean
Returns the filter string.
getFilter() - Method in class net.i2p.i2ptunnel.TunnelController
Absolute path to filter definition file
getFilter() - Method in class org.rrd4j.core.FetchRequest
Returns request filter.
getFilterDefinition(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the connect filter definition for the tunnel.
getFilterDefinition(int) - Method in class net.i2p.i2ptunnel.web.EditBean
Returns the filter definition for the tunnel.
getFilterKey(byte[], int, int) - Method in class org.xlattice.crypto.filters.BloomSHA1
Get the bloom filter offsets for reuse.
getFinalShutdownTasks() - Method in class net.i2p.router.RouterContext
Get the set of final shutdown tasks.
getFinished() - Method in class net.i2p.i2ptunnel.util.GunzipOutputStream
Inflater statistic
getFinished() - Method in class net.i2p.util.ResettableGZIPInputStream
Moved from i2ptunnel HTTPResponseOutputStream.InternalGZIPInputStream
getFirewallAndReseedStatus() - Method in class net.i2p.router.web.helpers.SidebarHelper
The firewall status and reseed status/buttons
getFirst() - Method in class org.klomp.snark.web.InclusiveByteRange
Returns the first byte position in this range.
getFirst(long) - Method in class org.klomp.snark.web.InclusiveByteRange
Returns the first byte position, resolved against the total entity size.
getFirstChildNode(Node, String) - Static method in class org.rrd4j.core.Util.Xml
getFirstChildNode.
getFirstChildNode(Node, String) - Static method in class org.rrd4j.core.XmlTemplate
getFirstChildNode.
getFirstElement() - Method in class i2p.susi.util.Folder
Returns the first element of the sorted folder.
getFirstHeardAbout() - Method in class net.i2p.router.peermanager.PeerProfile
When did we first hear about this peer?
getFirstHopTimeout(RouterContext) - Static method in class net.i2p.router.tunnel.pool.BuildRequestor
How long the OutNetMessage for the first hop gets before TunnelBuildFirstHopFailJob fires.
getFirstLine() - Method in class org.cybergarage.http.HTTPPacket
Gets the first line of the HTTP packet.
getFirstLineString() - Method in class org.cybergarage.http.HTTPRequest
Returns the first line of the HTTP request (method, URI, and version).
getFirstLineToken(int) - Method in class org.cybergarage.http.HTTPPacket
Gets a specific token from the first line using HTTP request line delimiters.
getFirstOfTypeFromAdditionalSection(Class<D>) - Method in class org.minidns.dnsmessage.DnsMessage
getFirstOfTypeFromAdditionalSection.
getFirstOfTypeFromAnswerSection(Class<D>) - Method in class org.minidns.dnsmessage.DnsMessage
getFirstOfTypeFromAnswerSection.
getFirstOfTypeFromAuthoritySection(Class<D>) - Method in class org.minidns.dnsmessage.DnsMessage
getFirstOfTypeFromAuthoritySection.
getFirstPeerExclusions() - Method in class net.i2p.router.TunnelPoolSettings
Get the set of first peer exclusions for diversity.
getFirstTimestamp() - Method in class org.rrd4j.core.FetchData
Returns the first timestamp in this FetchData object.
getFiveMinuteKBps() - Method in class net.i2p.router.web.helpers.SidebarHelper
Format the 5-minute average bandwidth rates for display.
getFlag() - Method in class gnu.getopt.LongOpt
Returns the value of the 'flag' field for this long option
getFlags() - Method in class net.i2p.data.DateAndFlags
0 - 65535.
getFlags() - Method in class net.i2p.data.i2cp.SendMessageExpiresMessage
Gets the message flags.
getFlags() - Method in class net.i2p.router.ClientMessage
Flags requested by the client that sent the message.
getFlags() - Method in class net.i2p.router.transport.udp.PeerState2
Flag byte to be sent in header
getFlags() - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
 
getFlags() - Method in interface net.i2p.router.transport.udp.SSU2Sender
 
getFloat(String) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified numeric parameter as a float.
getFloat(int) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified numeric parameter as a float.
getFloat(int) - Method in class org.json.simple.JsonArray
A convenience method that assumes there is a Number or String value at the given index.
getFloat(JsonKey) - Method in class org.json.simple.JsonObject
A convenience method that assumes there is a Number or String value at the given key.
getFloatOrDefault(JsonKey) - Method in class org.json.simple.JsonObject
A convenience method that assumes there is a Number or String value at the given key.
getFloodfillLeases() - Method in class net.i2p.router.NetworkDatabaseFacade
 
getFloodfillLeases() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
getFloodfillNetDbSummary() - Method in class net.i2p.router.web.helpers.NetDbHelper
storeWriter() must be called previously
getFloodfillNetworkDatabaseFacade() - Method in class net.i2p.router.client.ClientConnectionRunner
Get the FloodfillNetworkDatabaseFacade for this runner.
getFloodfillPeers() - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
List of the hashes of currently known floodfill peers.
getFloodfills(Hash) - Method in class net.i2p.router.sybil.Analysis
Returns all floodfill routers, excluding our own router.
getFolder() - Method in class i2p.susi.webmail.MailCache
 
getFolderName() - Method in class i2p.susi.webmail.MailCache
 
getFont() - Method in class org.jfree.svg.SVGGraphics2D
Returns the current font used for drawing text.
getFont(int, int) - Static method in class org.rrd4j.graph.RrdGraphConstants.FontConstructor
Return the default RRD4J's default font for the given strength
getFont(RrdGraphConstants.FontTag) - Method in class org.rrd4j.graph.RrdGraphDef
getFont.
getFontAscent(Font) - Method in class org.rrd4j.graph.ImageWorker
Get the ascent of the given font.
getFontCharWidth(RrdGraphConstants.FontTag) - Method in class org.rrd4j.graph.RrdGraphGenerator
Return the font char width
getFontHeight(Font) - Method in class org.rrd4j.graph.ImageWorker
Get the total height of the given font.
getFontHeight(RrdGraphConstants.FontTag) - Method in class org.rrd4j.graph.RrdGraphGenerator
Return the font height
getFontMapper() - Method in class org.jfree.svg.SVGGraphics2D
Returns the font mapper (an object that optionally maps font family names to alternates).
getFontMetrics(Font) - Method in class org.jfree.svg.SVGGraphics2D
Returns the font metrics for the specified font.
getFontRenderContext() - Method in class org.jfree.svg.SVGGraphics2D
Returns the font render context.
getFontSizeUnits() - Method in class org.jfree.svg.SVGGraphics2D
Returns the font size units.
getFooter() - Method in class net.i2p.util.LookaheadInputStream
Grab the lookahead footer.
getForceMobileConsole() - Method in class net.i2p.router.web.helpers.ConfigUIHelper
Generates HTML for mobile console and app embedding configuration options.
getForm() - Method in class net.i2p.router.web.helpers.ConfigTunnelsHelper
Render the tunnel configuration form.
getForm() - Method in class net.i2p.router.web.helpers.EventLogHelper
Get the form.
getForm() - Method in class net.i2p.router.web.helpers.GraphHelper
 
getForm1() - Method in class net.i2p.router.web.helpers.ConfigClientsHelper
Generate the clients configuration table HTML.
getForm2() - Method in class net.i2p.router.web.helpers.ConfigClientsHelper
Generate the webapps configuration table HTML.
getForm3() - Method in class net.i2p.router.web.helpers.ConfigClientsHelper
Generate the plugins configuration table HTML.
getFormat() - Method in class net.i2p.crypto.eddsa.EdDSAPrivateKey
 
getFormat() - Method in class net.i2p.crypto.eddsa.EdDSAPublicKey
 
getFormat() - Method in class net.i2p.crypto.elgamal.impl.ElGamalPrivateKeyImpl
return the encoding format we produce in getEncoded().
getFormat() - Method in class net.i2p.crypto.elgamal.impl.ElGamalPublicKeyImpl
Format.
getFormat() - Method in class net.i2p.crypto.HMAC256Generator.HMACKey
 
getFormat() - Method in class net.i2p.util.LogManager
 
getFormatInstance() - Static method in exception com.google.zxing.FormatException
 
getFormatInstance(Throwable) - Static method in exception com.google.zxing.FormatException
 
getFragmentCount() - Method in class net.i2p.router.transport.udp.InboundMessageState
Returns number of fragments received or expected.
getFragmentCount() - Method in class net.i2p.router.transport.udp.OutboundMessageState
How many fragments in the message.
getFragmentCount() - Method in class net.i2p.router.transport.udp.UDPPacket
Fragment count
getFragmentCount() - Method in class net.i2p.router.tunnel.FragmentedMessage
 
getFragmentNumber() - Method in class net.i2p.router.tunnel.PendingGatewayMessage
Which fragment are we working on (0 for the first fragment).
getFragments() - Method in class net.i2p.router.transport.udp.InboundMessageState
Returns the array of fragments, throws if already released.
getFramedAveragePeerClockSkew(int) - Method in class net.i2p.router.CommSystemFacade
Return framed average clock skew of connected peers in seconds, or null if we cannot answer.
getFramedAveragePeerClockSkew(int) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
 
getFreeTunnelCount() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getFreeTunnelCount() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
 
getFreeTunnelCount() - Method in interface net.i2p.router.TunnelManagerFacade
how many free inbound tunnels do we have available?
getFrequency(long) - Method in class net.i2p.stat.FrequencyStat
Get the frequency object for the specified period.
getFrequency() - Method in class net.i2p.stat.FrequencyStat
Gets the lifetime average frequency.
getFrequency(String) - Method in class net.i2p.stat.StatManager
Misnamed, as it returns a FrequencyStat, not a Frequency.
getFrequencyNames() - Method in class net.i2p.stat.StatManager
Get the names of all frequency statistics.
getFriendlyName() - Method in class org.cybergarage.upnp.Device
getFriendlyName.
getFrom() - Method in class net.i2p.data.i2np.DatabaseLookupMessage
Contains the router who requested this lookup
getFrom(long) - Static method in class net.i2p.router.Blocklist
Extract the starting IP from a compressed blocklist entry.
getFrom() - Method in class net.i2p.router.transport.udp.InboundMessageState
Returns the Hash of the sender.
getFromDestination() - Method in class net.i2p.router.ClientMessage
Valid for outbound; null for inbound.
getFromHash() - Method in class net.i2p.data.i2np.DatabaseSearchReplyMessage
 
getFromHash() - Method in class net.i2p.router.networkdb.kademlia.IterativeSearchJob
Hash of the dest this query is from
getFullBuffer(String) - Method in class i2p.susi.webmail.PersistentMailCache
For reading or writing a new full mail (NOT headers only).
getFullFile(String) - Method in class i2p.susi.webmail.PersistentMailCache
 
getFullWriteBuffer(String) - Method in class i2p.susi.webmail.MailCache
For writing a new full mail (NOT headers only) Caller must close.
getG() - Method in class net.i2p.crypto.elgamal.spec.ElGamalParameterSpec
Returns the base generator g.
getGarlicCloves(GarlicMessage, PrivateKey, SessionKeyManager) - Method in class net.i2p.router.message.GarlicMessageParser
Supports ELGAMAL_2048, ECIES_X25519, and PQ
getGarlicCloves(GarlicMessage, PrivateKey, PrivateKey, SessionKeyManager) - Method in class net.i2p.router.message.GarlicMessageParser
Supports both ELGAMAL_2048 and ECIES_X25519.
getGarlicReplyKeys() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
ECIES short OBEP record only.
getGateway() - Method in class net.i2p.data.Lease
Retrieve the router at which the destination can be contacted
getGateway() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
For convenience
getGateway() - Method in interface net.i2p.router.TunnelInfo
For convenience
getGeneratorBase() - Method in class com.google.zxing.common.reedsolomon.GenericGF
 
getGeoIPBuildInfo() - Method in class net.i2p.router.transport.GeoIP
 
getGeoIPBuildInfo() - Method in class net.i2p.router.web.helpers.InfoHelper
 
getGeometryDP() - Method in class org.jfree.svg.SVGGraphics2D
Returns the number of decimal places used to write the coordinates of geometrical shapes.
getGhostCount() - Method in class net.i2p.router.tunnel.pool.GhostPeerManager
Get count of currently tracked ghost peers.
getGhostPeerManager() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getGhostPeerManager() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
 
getGhostPeerManager() - Method in interface net.i2p.router.TunnelManagerFacade
Get the ghost peer manager for tracking peers with consistent tunnel build timeouts.
getGlobalContext() - Static method in class net.i2p.I2PAppContext
Pull the default context, creating a new one if necessary, else using the first one created.
getGlobalMaxWindowSize() - Static method in class net.i2p.client.streaming.impl.Connection
 
getGoodDeficitThrottle(RouterContext) - Static method in class net.i2p.router.tunnel.pool.BuildExecutor
Get the GOOD deficit throttle interval from config or default (30s).
getGroupName() - Method in class net.i2p.stat.FrequencyStat
Grouping name for this statistic.
getGroupName() - Method in class net.i2p.stat.RateStat
Grouping name for this rate stat.
getGzip() - Method in class net.i2p.client.SendMessageOptions
Gzip compression setting.
getH() - Method in class net.i2p.crypto.eddsa.EdDSAPrivateKey
 
getH() - Method in class net.i2p.crypto.eddsa.spec.EdDSAPrivateKeySpec
Return the hash.
getHandler(int) - Method in class net.i2p.client.impl.I2PClientMessageHandlerMap
Return the handler for the given type.
getHandler() - Method in class net.i2p.sam.SessionRecord
Get the SAM handler for this session.
getHandlerCount() - Method in class net.i2p.sam.SAMBridge
 
getHandlerMap() - Method in class net.i2p.client.impl.I2PSessionImpl
For Subsessions
getHandlerPool() - Method in class net.i2p.sam.SAMBridge
Access the shared handler pool for v3 connections.
getHandlerStatus() - Method in class net.i2p.router.transport.udp.PacketHandler
Get the handler status string.
getHandlerThreadPriority() - Static method in class net.i2p.router.Tuner
The handler thread priority.
getHandshake(int, boolean, boolean, boolean, boolean) - Static method in class org.klomp.snark.ExtensionHandler
Creates a bencoded extension handshake message.
getHandshakeHash() - Method in class com.southernstorm.noise.protocol.HandshakeState
Gets the current value of the handshake hash.
getHandshakeHash() - Method in class com.southernstorm.noise.protocol.SymmetricState
Gets the current value of the handshake hash.
getHandshakeHeaderFlags() - Method in class net.i2p.router.transport.udp.SSU2Header.Header
long headers only
getHandshakeMap() - Method in class org.klomp.snark.Peer
Returns the extension handshake data from the peer.
getHandshakeState() - Method in class net.i2p.router.crypto.ratchet.RatchetTagSet
For inbound/outbound NSR only, else null.
getHandshakeState() - Method in class net.i2p.router.crypto.ratchet.SessionKeyAndNonce
For inbound NSR only, else null.
getHandshakeState() - Method in class net.i2p.router.transport.udp.InboundEstablishState2
 
getHandshakeState() - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
getHardDisconnected() - Method in class net.i2p.client.streaming.impl.Connection
Check if this connection has been hard-disconnected (via RESET).
getHardLimit(RouterContext) - Static method in class net.i2p.router.tunnel.pool.TestJob
Hard limit for total TestJob instances (queued + active).
getHasArg() - Method in class gnu.getopt.LongOpt
Returns the value set for the 'has_arg' field for this long option
getHash() - Method in enum com.southernstorm.noise.protocol.NoiseInit.PatternID
getHash.
getHash() - Method in class net.i2p.client.datagram.I2PDatagramDissector
Extract the hash of the payload of an I2P repliable datagram (previously loaded with the loadI2PDatagram() method), verifying the datagram signature.
getHash() - Method in class net.i2p.data.DatabaseEntry
A common interface to the Hash of the two subclasses.
getHash() - Method in class net.i2p.data.EncryptedLeaseSet
This must be used instead of getDestination().getHash().
getHash() - Method in class net.i2p.data.i2cp.BlindingInfoMessage
Gets the hash for hash-type endpoints.
getHash() - Method in class net.i2p.data.i2cp.DestLookupMessage
Hash.
getHash() - Method in class net.i2p.data.i2cp.DestReplyMessage
Gets the hash of the destination.
getHash() - Method in class net.i2p.data.i2cp.HostLookupMessage
Gets the hash for hash-type lookups.
getHash() - Method in class net.i2p.data.KeysAndCert
Throws IllegalStateException if keys and cert are not initialized, as of 0.9.12.
getHash(String) - Method in class net.i2p.i2pcontrol.security.SecurityManager
Hash input one time with SHA-256, return Base64 encdoded string.
getHash() - Method in class net.i2p.i2ptunnel.access.DestTracker
 
getHash(Destination) - Method in class net.i2p.router.networkdb.kademlia.BlindCache
The hash to lookup for a dest.
getHash(Hash) - Method in class net.i2p.router.networkdb.kademlia.BlindCache
The hash to lookup for a dest hash.
getHash(String) - Static method in class net.i2p.util.ConvertToHash
Convert any kind of destination String to a hash
getHash() - Method in class org.klomp.snark.dht.NodeInfo
 
getHash() - Method in class org.klomp.snark.PartialPiece
Computes and returns the SHA1 hash of the complete piece data.
getHashAlgorithm() - Method in class net.i2p.crypto.eddsa.spec.EdDSAParameterSpec
Returns the JCA hash algorithm name.
getHashInstance() - Method in enum net.i2p.crypto.SigType
Gets a Hash instance for this signature type.
getHashLen() - Method in enum net.i2p.crypto.SigType
the length of the hash, in bytes
getHeader() - Method in class i2p.susi.webmail.Mail
This may or may not contain the body also.
getHeader(String) - Method in class i2p.susi.webmail.pop3.POP3MailBox
Fetch the header.
getHeader(String) - Method in class net.i2p.servlet.filters.XSSRequestWrapper
 
getHeader(int) - Method in class org.cybergarage.http.HTTPPacket
Gets the header at the specified index.
getHeader(String) - Method in class org.cybergarage.http.HTTPPacket
Gets the header with the specified name, ignoring case.
getHeader() - Method in class org.cybergarage.http.HTTPRequest
Returns the complete HTTP header as a string.
getHeader() - Method in class org.cybergarage.http.HTTPResponse
Return the full header string for this HTTP response.
getHeader() - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
getHeader.
getHeader() - Method in class org.rrd4j.core.jrrd.RRDatabase
Returns the Header for this database.
getHeader() - Method in class org.rrd4j.core.RrdDb
Returns RRD header.
getHeaderFile(String) - Method in class i2p.susi.webmail.PersistentMailCache
 
getHeaderOnly() - Method in interface i2p.susi.webmail.pop3.POP3MailBox.FetchRequest
 
getHeaderString() - Method in class org.cybergarage.http.HTTPPacket
Gets all headers as a formatted string.
getHeaderValue(String) - Method in class org.cybergarage.http.HTTPPacket
Gets the value of a header by name.
getHealthContent() - Method in class net.i2p.router.web.helpers.HealthHelper
 
getHealthScore() - Method in class net.i2p.router.Tuner
Latest system health score (0.0 = worst, 1.0 = perfect).
getHeartbeat(int) - Method in class org.rrd4j.core.DataImporter
getHeartbeat.
getHeartbeat() - Method in class org.rrd4j.core.Datasource
Returns datasource heartbeat
getHeartbeat() - Method in class org.rrd4j.core.DsDef
Returns source heartbeat.
getHeartbeat(int) - Method in class org.rrd4j.core.RrdToolReader
 
getHeartbeat(int) - Method in class org.rrd4j.core.XmlReader
 
getHeavyTransitThreshold(RouterContext) - Static method in class net.i2p.router.Tuner.BaseParam
Transit bandwidth threshold for "heavy" — 80% of configured share bandwidth.
getHeight() - Method in class com.google.zxing.common.BitMatrix
Gets the height of the matrix.
getHeight() - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
Returns the height of the matrix.
getHeight() - Method in class org.cybergarage.upnp.Icon
Gets the height of the icon.
getHeight() - Method in class org.jfree.svg.SVGGraphics2D
Returns the height for the SVG element, specified in the constructor.
getHeight() - Method in class org.rrd4j.graph.RrdGraphInfo
Returns total graph height
getHexString(int) - Static method in class i2p.susi.util.HexTable
Get hex string for the given byte value
getHighCapacityPeers() - Method in class net.i2p.router.web.helpers.SidebarHelper
How many active peers the router ranks as having a high capacity.
getHighestAckedThrough() - Method in class net.i2p.client.streaming.impl.Connection
 
getHighestBlockId() - Method in class net.i2p.client.streaming.impl.MessageInputStream
Returns the highest block ID received so far, regardless of order.
getHighestReadyBlockId() - Method in class net.i2p.client.streaming.impl.MessageInputStream
Returns the highest consecutive block ID that has been fully received and marked ready.
getHighestSet() - Method in class net.i2p.router.transport.udp.SSU2Bitfield
Return the highest set bit, or -1 if none.
getHighLoadCpuPct() - Static method in class net.i2p.router.tunnel.pool.RequestThrottler
Get the high-load CPU threshold percentage.
getHighLoadLagMs() - Static method in class net.i2p.router.tunnel.pool.RequestThrottler
Get the high-load job lag threshold in milliseconds.
getHighLoadSysLoadPct() - Static method in class net.i2p.router.tunnel.pool.RequestThrottler
Get the high-load system load threshold percentage (normalized by cores).
getHost() - Method in class net.i2p.data.router.RouterAddress
Convenience, same as getOption("host").
getHost() - Method in class net.i2p.i2ptunnel.socks.SOCKSHeader
As of 0.9.53, returns IP address as a string for address types 1 and 4.
getHost() - Method in class net.i2p.router.transport.udp.UDPAddress
Host string from the router address.
getHost() - Method in class net.i2p.router.web.helpers.ConfigReseedHelper
Retrieve the configured proxy host for reseeding.
getHost() - Method in class net.i2p.sam.SAMv3DatagramServer
 
getHost(String, String) - Method in class net.i2p.util.PortMapper
Get the registered host for a service.
getHost(String) - Static method in class org.cybergarage.http.HTTP
Extracts the host name from a URL string.
getHost() - Method in class org.cybergarage.http.HTTPPacket
Get the Host header value.
getHost() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
getHost.
getHostAddress() - Method in class net.i2p.router.transport.udp.UDPAddress
As of 0.9.32, will NOT resolve hostnames.
getHostAddress(int) - Static method in class org.cybergarage.net.HostInterface
getHostAddress.
getHostChecker() - Static method in class net.i2p.addressbook.Daemon
Get the HostChecker instance for use by web applications
getHostFromHeaders(String) - Static method in class net.i2p.i2ptunnel.HttpHeaderFormatter
Extracts the Host header value from raw HTTP headers.
getHostFromJettyConfig() - Method in class org.klomp.snark.standalone.RunStandalone
 
getHostInetAddress() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
getHostInetAddress.
getHostname() - Method in class i2p.susi.dns.AddressbookBean
Returns the hostname string.
getHostName() - Method in class net.i2p.client.streaming.I2PSocketAddress
 
getHostname() - Method in class net.i2p.data.i2cp.BlindingInfoMessage
Gets the hostname for host-type endpoints.
getHostname() - Method in class net.i2p.data.i2cp.HostLookupMessage
Gets the hostname for host-type lookups.
getHostname() - Method in class net.i2p.router.transport.CommSystemFacadeImpl.CacheEntry
 
getHostpart() - Method in class org.minidns.dnsname.DnsName
Hostpart in ACE representation.
getHostpartLabel() - Method in class org.minidns.dnsname.DnsName
getHostpartLabel.
getHostURL(String, int, String) - Static method in class org.cybergarage.net.HostInterface
getHostURL.
getHour() - Method in class org.cybergarage.http.Date
Gets the hour of the day (24-hour format).
getHPK() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMPrivateKeyParameters
HPK.
getHref() - Method in class org.jfree.svg.ImageElement
Returns the reference ID that was specified in the constructor.
getHTTPBindAddress() - Method in class org.cybergarage.upnp.Device
getHTTPBindAddress.
getHTTPBindAddress() - Method in class org.cybergarage.upnp.xml.DeviceData
getHTTPBindAddress.
getHTTPPort() - Method in class org.cybergarage.upnp.ControlPoint
Get the HTTP port.
getHTTPPort() - Method in class org.cybergarage.upnp.Device
getHTTPPort.
getHTTPPort() - Method in class org.cybergarage.upnp.xml.DeviceData
getHTTPPort.
getHTTPServer(int) - Method in class org.cybergarage.http.HTTPServerList
Gets the HTTPServer at the specified index.
getHTTPServerList() - Method in class org.cybergarage.upnp.ControlPoint
I2P was private
getHTTPServerList() - Method in class org.cybergarage.upnp.xml.DeviceData
getHTTPServerList.
getHTTPVersion() - Method in class org.cybergarage.http.HTTPRequest
Returns the HTTP version string for this request.
getHybridKeyFactory(EncType) - Method in class net.i2p.router.crypto.ratchet.ECIESAEADEngine
 
getI() - Method in class net.i2p.crypto.eddsa.math.Curve
Return the square root of -1.
getI2CPHost() - Method in class net.i2p.i2ptunnel.TunnelController
 
getI2CPHost(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getI2CPHost() - Method in class org.klomp.snark.I2PSnarkUtil
 
getI2CPOptions() - Method in class org.klomp.snark.I2PSnarkUtil
 
getI2CPPort() - Method in class net.i2p.i2ptunnel.TunnelController
 
getI2CPPort(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getI2CPPort() - Method in class org.klomp.snark.I2PSnarkUtil
 
getI2PSession() - Method in class net.i2p.sam.SAMMessageSession
Get the I2PSession object used by the SAM message-based session.
getIcon(int) - Method in class org.cybergarage.upnp.Device
getIcon.
getIcon(int) - Method in class org.cybergarage.upnp.IconList
 
getIconByURI(String) - Method in class org.cybergarage.upnp.Device
getIconByURI.
getIconList() - Method in class org.cybergarage.upnp.Device
getIconList.
getIconNode() - Method in class org.cybergarage.upnp.Icon
Gets the underlying XML node for this icon.
getID(String) - Method in class com.maxmind.geoip.LookupService
getID.
getID(InetAddress) - Method in class com.maxmind.geoip.LookupService
getID.
getID(long) - Method in class com.maxmind.geoip.LookupService
getID.
getID() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Request
Gets the request identifier.
getID() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Response
Gets the request identifier that is echoed back to the caller.
getID() - Method in class i2p.susi.webmail.MailPart
A value unique across all the parts of this Mail, and constant across restarts, so it may be part of a bookmark.
getId() - Method in class net.i2p.i2pcontrol.security.AuthToken
The unique token ID.
getId() - Method in class net.i2p.i2ptunnel.I2PTunnelTask
 
getID() - Method in class net.i2p.router.crypto.ratchet.NextSessionKey
 
getID() - Method in class net.i2p.router.crypto.ratchet.RatchetTagSet
The TagSet ID, starting at 0.
getID() - Method in class net.i2p.router.crypto.ratchet.SessionKeyAndNonce
For inbound ES, else 0
getId() - Method in class net.i2p.router.message.GarlicConfig
Unique ID of the clove
getID() - Method in class net.i2p.router.update.PluginUpdateChecker
 
getID() - Method in class net.i2p.router.update.PluginUpdateRunner
 
getID() - Method in class net.i2p.router.update.UpdateRunner
I d.
getID() - Method in interface net.i2p.update.UpdateTask
Valid for plugins
getID() - Method in class org.klomp.snark.comments.Comment
Returns a unique ID for this comment, usable with CommentSet.remove(int).
getID() - Method in class org.klomp.snark.PeerCoordinator
Returns our peer ID.
getID() - Method in class org.klomp.snark.PeerID
Returns the peer ID bytes.
getId() - Method in class org.klomp.snark.Piece
Returns the piece index within the torrent.
getID() - Method in class org.klomp.snark.Snark
Get the peer ID.
getID() - Method in class org.klomp.snark.UpdateRunner
 
getIdent() - Method in class net.i2p.router.web.helpers.SidebarHelper
Retrieve the shortened 4 character ident for the router located within the current JVM at the given context.
getIdenticonCode(InetAddress) - Static method in class com.docuverse.identicon.IdenticonUtil
Returns identicon code for given IP address.
getIdenticonCode(String, String) - Static method in class com.docuverse.identicon.IdenticonUtil
Returns identicon code specified as an input parameter or derived from an IP address.
getIdenticonETag(int, int, int) - Static method in class com.docuverse.identicon.IdenticonUtil
 
getIdenticonSize(String) - Static method in class com.docuverse.identicon.IdenticonUtil
 
getIdentity() - Method in class net.i2p.data.router.RouterInfo
Retrieve the identity of the router represented
getIdleTimeout() - Method in class net.i2p.router.transport.ntcp.EventPumper
 
getIDstring() - Method in class org.jfree.svg.SVGGraphicsDevice
Returns the id string.
getIgnorePaths() - Method in class net.i2p.jetty.I2PRequestLog
 
getImage() - Method in class org.jfree.svg.ImageElement
Returns the image that was specified in the constructor.
getImageBytes() - Method in class org.rrd4j.graph.ImageWorker
Get the image as a byte array.
getImages() - Method in class net.i2p.router.web.helpers.GraphHelper
 
getImgInfo() - Method in class org.rrd4j.graph.RrdGraphInfo
Returns image information requested by RrdGraphDef.setImageInfo(String) method
getImmediateAckDelayStatic() - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
Immediate ack delay static.
getInactiveTime() - Method in class org.klomp.snark.Peer
Returns the time in milliseconds since the last activity on either the incoming or outgoing connection.
getInactiveTime() - Method in class org.klomp.snark.WebPeer
 
getInactivityAction() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getInactivityTime() - Method in class net.i2p.router.transport.udp.PeerState
Inactivity time.
getInactivityTimeout() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
Inactivity timeout before action in ms
getInboundBacklog() - Method in class net.i2p.router.web.helpers.SidebarHelper
Inbound tunnel build queue size
getInboundBufferSize() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getInboundBuildQueueSize() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getInboundBuildQueueSize() - Method in class net.i2p.router.tunnel.pool.BuildHandler
 
getInboundBuildQueueSize() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
 
getInboundBuildQueueSize() - Method in interface net.i2p.router.TunnelManagerFacade
count how many inbound tunnel requests we have received but not yet processed
getInboundBurstBytes() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
 
getInboundBurstKBytesPerSecond() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
The configured maximum, not the current rate.
getInboundBurstKBytesPerSecond() - Method in class net.i2p.router.transport.FIFOBandwidthRefiller
 
getInboundBurstRate() - Method in class net.i2p.router.web.helpers.ConfigNetHelper
Get the inbound burst rate as a decimal.
getInboundBurstRate() - Method in class net.i2p.router.web.helpers.WizardHelper
To populate form with.
getInboundBurstRateBits() - Method in class net.i2p.router.web.helpers.ConfigNetHelper
Get the inbound burst rate in bits as a decimal.
getInboundBurstRateBits() - Method in class net.i2p.router.web.helpers.WizardHelper
Copied from ConfigNetHelper.
getInboundClientPools() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getInboundClientPools() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
for TunnelRenderer in router console
getInboundClientPools() - Method in interface net.i2p.router.TunnelManagerFacade
for TunnelRenderer in router console
getInboundClientTunnelCount() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getInboundClientTunnelCount(Hash) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getInboundClientTunnelCount() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
 
getInboundClientTunnelCount(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Use to verify a tunnel pool is alive.
getInboundClientTunnelCount() - Method in interface net.i2p.router.TunnelManagerFacade
how many free inbound client tunnels do we have available?
getInboundClientTunnelCount(Hash) - Method in interface net.i2p.router.TunnelManagerFacade
how many inbound client tunnels in this pool?
getInboundClientTunnels() - Method in class net.i2p.router.web.helpers.SidebarHelper
How many inbound client tunnels we have.
getInboundExploratoryPool() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getInboundExploratoryPool() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
For TunnelRenderer in router console
getInboundExploratoryPool() - Method in interface net.i2p.router.TunnelManagerFacade
for TunnelRenderer in router console
getInboundFragments() - Method in class net.i2p.router.transport.udp.UDPTransport
 
getInboundKBytesPerSecond() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
The configured maximum, not the current rate.
getInboundKBytesPerSecond() - Method in class net.i2p.router.transport.FIFOBandwidthRefiller
 
getInboundMask(RouterInfo) - Method in class net.i2p.router.tunnel.pool.ConnectChecker
Our inbound mask.
getInboundMessages() - Method in class net.i2p.router.transport.udp.PeerState
Fetch the internal id (Long) to InboundMessageState for incomplete inbound messages.
getInboundPool(Hash) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getInboundPool(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
 
getInboundPool(Hash) - Method in interface net.i2p.router.TunnelManagerFacade
 
getInboundRandomKey(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the inbound random key (used for testing LS encryption).
getInboundRate() - Method in class net.i2p.router.web.helpers.ConfigNetHelper
Get the inbound rate as a decimal.
getInboundSettings() - Method in class net.i2p.router.ClientTunnelSettings
 
getInboundSettings() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getInboundSettings(Hash) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getInboundSettings() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Get the inbound exploratory tunnel pool settings.
getInboundSettings(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Get settings for a client's inbound tunnel pool.
getInboundSettings() - Method in interface net.i2p.router.TunnelManagerFacade
getInboundSettings().
getInboundSettings(Hash) - Method in interface net.i2p.router.TunnelManagerFacade
client).
getInboundState(RemoteHostId) - Method in class net.i2p.router.transport.udp.EstablishmentManager
Grab the active establishing state
getInboundToken(RemoteHostId) - Method in class net.i2p.router.transport.udp.EstablishmentManager
Get a token that can be used later for the peer to connect to us
getInboundToken(RemoteHostId, long) - Method in class net.i2p.router.transport.udp.EstablishmentManager
Get a token that can be used later for the peer to connect to us.
getInboundTransferred() - Method in class net.i2p.router.web.helpers.SidebarHelper
How much data have we received since the router started (pretty printed string with 2 decimal places and the appropriate units - GB/MB/KB/bytes)
getInboundTunnelId() - Method in class net.i2p.client.I2PSession.TunnelPair
Inbound tunnel for this pair.
getInboundTunnels() - Method in class net.i2p.router.web.helpers.SidebarHelper
How many free inbound tunnels we have.
getInboundTunnelsAsLeaseSet() - Method in class net.i2p.router.tunnel.pool.TunnelPool
Build and return current LeaseSet from our tunnels.
getInByteBuffer() - Method in class org.minidns.dnsmessage.DnsMessage
getInByteBuffer.
getIndentLevelString(int) - Method in class org.cybergarage.xml.Node
Inovoke Node.getIndentLevelString(int, String) with " " as String
getIndentLevelString(int, String) - Method in class org.cybergarage.xml.Node
Get the indent level string.
getIndex(String, Serializer<K>, Serializer<V>) - Method in class net.metanotion.io.block.BlockFile
Open a skiplist if it exists.
getIndex(String) - Method in class org.cybergarage.xml.Node
Gets the index of the first child node with the specified name.
getInetAddress() - Method in class net.i2p.client.streaming.impl.StandardServerSocket
 
getInetAddress() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getInetAddress(int, String[]) - Static method in class org.cybergarage.net.HostInterface
 
getInetAddress() - Method in class org.minidns.record.InternetAddressRR
Get the InetAddress for this record.
getInetMask() - Static method in class com.docuverse.identicon.IdenticonUtil
Returns current IP address mask.
getInetSalt() - Static method in class com.docuverse.identicon.IdenticonUtil
Returns current inetSalt value.
getInfo() - Static method in class freenet.support.CPUInformation.CPUID
Return information.
getInfo() - Method in class org.rrd4j.core.Header
Info string (everything after the signature prefix).
getInfo() - Method in class org.rrd4j.core.RrdDb
getInfo.
getInfo() - Method in class org.rrd4j.core.RrdSafeFileBackend.Counters
Gets formatted information about the counters.
getInfoBytes() - Method in class org.klomp.snark.MetaInfo
Side effect: Caches infoBytesLength.
getInfoBytesLength() - Method in class org.klomp.snark.MetaInfo
The size of getInfoBytes().
getInfoHash() - Method in class org.klomp.snark.MagnetURI
Returns the 20-byte info hash of the torrent.
getInfoHash() - Method in class org.klomp.snark.MetaInfo
Returns the original 20 byte SHA1 hash over the bencoded info map.
getInfoHash() - Method in class org.klomp.snark.PeerCoordinator
The info hash for this torrent.
getInfoHash() - Method in class org.klomp.snark.Snark
Get the info hash.
getInfoHash() - Method in class org.klomp.snark.web.FetchAndAdd
 
getInitConcurrentMsgs() - Static method in class net.i2p.router.transport.udp.PeerState
initial concurrent messages per peer.
getInitialCK() - Method in enum com.southernstorm.noise.protocol.NoiseInit.PatternID
 
getInitialH() - Method in enum com.southernstorm.noise.protocol.NoiseInit.PatternID
 
getInitialNews() - Method in class net.i2p.router.news.NewsManager
The initial (Welcome to I2P) news
getInitialRTO() - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
Initial rto.
getInitialRTO() - Static method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
 
getInitialWindowSize() - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
Initial window size.
getInitialWindowSize() - Static method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
 
getInitRTO() - Static method in class net.i2p.router.transport.udp.PeerState
initial RTO for new peers.
getInOrder() - Method in class org.klomp.snark.Storage
 
getInProgressCount() - Method in class net.i2p.router.tunnel.pool.TunnelPool
Count tunnels currently being built.
getInputArgumentList() - Method in class org.cybergarage.upnp.Action
Gets the list of input arguments for this action.
getInputStream() - Method in interface i2p.susi.util.Buffer
Get an InputStream for reading from this buffer.
getInputStream() - Method in class i2p.susi.util.FileBuffer
Get an InputStream for the file, skipping to the offset if needed.
getInputStream() - Method in class i2p.susi.util.GzipFileBuffer
Get a GZIP decompressing InputStream, wrapped with a counter.
getInputStream() - Method in class i2p.susi.util.MemoryBuffer
Get an InputStream for the buffered data.
getInputStream() - Method in class i2p.susi.util.OutputStreamBuffer
 
getInputStream() - Method in class i2p.susi.util.ReadBuffer
 
getInputStream() - Method in interface net.i2p.client.streaming.I2PSocket
As of 0.9.9 will throw an IOE if socket is closed.
getInputStream() - Method in class net.i2p.client.streaming.impl.Connection
Get the input stream that the local peer receives data on.
getInputStream() - Method in class net.i2p.client.streaming.impl.I2PSocketFull
As of 0.9.9 will throw an IOE if socket is closed.
getInputStream() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getInputStream() - Method in class net.i2p.i2ptunnel.socks.SocketWrapper
Gets the input stream from the underlying socket.
getInputStream(String) - Method in class net.i2p.servlet.RequestWrapper
 
getInputStream() - Method in class net.i2p.util.InternalSocket
Input stream connected to the internal server.
getInputStream() - Method in class org.cybergarage.http.HTTPSocket
Get the input stream
getInputStream() - Method in interface org.klomp.snark.web.BasicServlet.HttpContent
Get input stream
getInsertedCount() - Method in class net.i2p.router.util.DecayingBloomFilter
unsynchronized but only used for logging elsewhere
getInsertedCount() - Method in class net.i2p.router.util.DecayingHashSet
unsynchronized but only used for logging elsewhere
getInstance() - Static method in class com.maxmind.db.NoCache
Get the singleton instance.
getInstance(I2PAppContext) - Static method in class com.vuze.plugins.mlab.MLabRunner
The singleton instance.
getInstance() - Static method in class net.i2p.addressbook.HostCheckerBridge
Get singleton HostChecker instance This should be set by Daemon.java to avoid duplicate instances
getInstance() - Static method in class net.i2p.crypto.DSAEngine
Get the DSA engine instance from the global context.
getInstance() - Static method in class net.i2p.crypto.KeyGenerator
Get the global KeyGenerator instance.
getInstance() - Static method in class net.i2p.crypto.SHA1
Returns the fastest available SHA-1 MessageDigest implementation.
getInstance() - Static method in class net.i2p.crypto.SHA256Generator
Instance.
getInstance() - Static method in class net.i2p.data.RoutingKeyGenerator
Get the generator for this context.
getInstance() - Static method in class net.i2p.i2ptunnel.TunnelControllerGroup
In I2PAppContext will instantiate if necessary and always return non-null.
getInstance(I2PAppContext) - Static method in class net.i2p.i2ptunnel.TunnelControllerGroup
In I2PAppContext will instantiate if necessary and always return non-null.
getInstance() - Static method in class net.i2p.router.BandwidthHistory
The singleton instance.
getInstance() - Static method in class net.i2p.router.BanLogger
Get the singleton instance of BanLogger.
getInstance() - Static method in class net.i2p.router.crypto.pqc.MLKEMKeyFactory
Returns the last created instance.
getInstance() - Static method in class net.i2p.router.crypto.ratchet.Elg2KeyFactory
Returns the last created instance.
getInstance(RouterContext) - Static method in class net.i2p.router.sybil.Analysis
Gets the singleton Analysis instance, creating it if necessary.
getInstance() - Static method in class net.i2p.router.transport.crypto.X25519KeyFactory
Returns the last created instance.
getInstance() - Static method in class net.i2p.router.tunnel.DummyValidator
 
getInstance() - Static method in class net.i2p.router.update.ConsoleUpdateManager
Null if not found.
getInstance() - Static method in class net.i2p.router.web.helpers.HashComparator
Thread safe, no state
getInstance() - Static method in class net.i2p.router.web.helpers.RouterInfoComparator
Thread safe, no state
getInstance() - Static method in class net.i2p.router.web.NavHelper
 
getInstance(I2PAppContext) - Static method in class net.i2p.router.web.NavHelper
 
getInstance() - Static method in class net.i2p.servlet.filters.SessionManager
 
getInstance(int, int) - Static method in class net.i2p.util.ByteCache
 
getInstance() - Static method in class net.i2p.util.Clock
Get the global clock instance.
getInstance() - Static method in class net.i2p.util.RandomSource
Singleton for whatever PRNG i2p uses.
getInstance(int) - Static method in class net.i2p.util.SimpleByteCache
Get a cache responsible for arrays of the given size
getInstance(int, int) - Static method in class net.i2p.util.SimpleByteCache
Get a cache responsible for objects of the given size
getInstance() - Static method in class net.i2p.util.SimpleTimer2
If you have a context, use context.simpleTimer2() instead
getInstance() - Static method in class org.cybergarage.http.Date
Creates a Date instance using GMT time zone.
getInstance() - Static method in class org.rrd4j.core.RrdDbPool
Creates a single instance of the class on the first call, or returns already existing one.
getInstances() - Static method in class net.i2p.util.SyntheticREDQueue
Returns a snapshot of all active SyntheticREDQueue instances.
getInstanceUtilization() - Method in class net.i2p.router.tunnel.TunnelGatewayPumper
Get pumper pool utilization as a ratio (0.0-1.0).
getInstructionAugmentationSize(PendingGatewayMessage, int, int) - Static method in class net.i2p.router.tunnel.TrivialPreprocessor
Get the augmentation size for instructions if fragmentation is needed.
getInstructions() - Method in class net.i2p.data.i2np.GarlicClove
 
getInstructionsSize(PendingGatewayMessage) - Static method in class net.i2p.router.tunnel.TrivialPreprocessor
Calculate the size of the instructions for a pending message.
getInt(String) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified numeric parameter as an int.
getInt(int) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified numeric parameter as an int.
getInt(Properties, String, int) - Static method in class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
 
getInt(String, int) - Method in class net.i2p.router.Tuner.AutotuneConfig
Read an integer property value.
getInt(Properties, String, String) - Static method in class net.i2p.stat.PersistenceHelper
Read an integer value from properties.
getInt() - Method in class org.klomp.snark.bencode.BEValue
Returns this BEValue as int.
getInteger(int) - Method in class org.json.simple.JsonArray
A convenience method that assumes there is a Number or String value at the given index.
getInteger(JsonKey) - Method in class org.json.simple.JsonObject
A convenience method that assumes there is a Number or String value at the given key.
getIntegerHeaderValue(String) - Method in class org.cybergarage.http.HTTPPacket
Gets an integer header value by name.
getIntegerOrDefault(JsonKey) - Method in class org.json.simple.JsonObject
A convenience method that assumes there is a Number or String value at the given key.
getIntegerValue(String, String) - Static method in class org.cybergarage.http.HTTPHeader
Extracts the integer value of a header with the specified name from a string.
getIntegerValue(byte[], String) - Static method in class org.cybergarage.http.HTTPHeader
Extracts the integer value of a header with the specified name from a byte array.
getIntegerValue() - Method in class org.cybergarage.upnp.Argument
Gets the integer value of this argument.
getIntegrationBonus() - Method in class net.i2p.router.peermanager.PeerProfile
extra factor added to the integration ranking - this can be updated in the profile written to disk to affect how the algorithm ranks integration.
getIntegrationThreshold() - Method in class net.i2p.router.peermanager.ProfileOrganizer
Current minimum integration value for the well-integrated peer tier.
getIntegrationValue() - Method in class net.i2p.router.peermanager.PeerProfile
How well integrated into the network is this peer (as measured by how much they've told us that we didn't already know).
getInterestedAndChoking() - Method in class org.klomp.snark.PeerCoordinator
 
getInterestedUploaders() - Method in class org.klomp.snark.PeerCoordinator
Uploaders, interested only.
getInterface() - Static method in class org.cybergarage.net.HostInterface
getInterface.
getInterfaceAddress() - Method in class org.cybergarage.upnp.Device
getInterfaceAddress.
getInterfaceAddress() - Method in class org.cybergarage.upnp.event.Subscriber
getInterfaceAddress.
getInterlegendSpace() - Method in class org.rrd4j.graph.RrdGraphGenerator
Return the inter-legend space
getInternalQueueSize() - Static method in class net.i2p.router.Tuner
The I2CP internal queue size.
getInternalType(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
The internal type string for the specified tunnel.
getInternationalizedRepresentation() - Method in class org.minidns.dnslabel.DnsLabel
Get the internationalized representation of this label.
getInternationalizedRepresentationInternal() - Method in class org.minidns.dnslabel.ALabel
 
getInternationalizedRepresentationInternal() - Method in class org.minidns.dnslabel.DnsLabel
Gets the internal internationalized representation.
getInterval() - Method in class net.i2p.router.util.CoDelBlockingQueue
Returns the current CoDel interval in ms.
getInterval() - Method in class net.i2p.router.util.CoDelPriorityBlockingQueue
Returns the current CoDel interval in ms.
getInterval() - Method in class org.klomp.snark.TrackerInfo
in seconds
getInterval() - Method in class org.klomp.snark.UDPTrackerClient.TrackerResponse
in seconds
getIntroducerCount() - Method in class net.i2p.router.transport.udp.UDPAddress
Introducer count
getIntroducerExpiration(int) - Method in class net.i2p.router.transport.udp.UDPAddress
Expiration for the given introducer.
getIntroducerHash(int) - Method in class net.i2p.router.transport.udp.UDPAddress
Introducer hash for the given introducer.
getIntroducerHost(int) - Method in class net.i2p.router.transport.udp.UDPAddress
As of 0.9.32, will NOT resolve hostnames.
getIntroducerKey(int) - Method in class net.i2p.router.transport.udp.UDPAddress
Introducer key for the given introducer.
getIntroducerPort(int) - Method in class net.i2p.router.transport.udp.UDPAddress
Port number for the given introducer.
getIntroducerTag(int) - Method in class net.i2p.router.transport.udp.UDPAddress
Introducer tag for the given introducer.
getIntroducerTime() - Method in class net.i2p.router.transport.udp.PeerState
Last introducer time.
getIntroKey() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
Bob's introduction key, as published in the netdb
getIntroKey(RouterAddress) - Static method in class net.i2p.router.transport.udp.PeerTestManager
Get an intro key out of an address.
getIntroKey() - Method in class net.i2p.router.transport.udp.UDPAddress
 
getIntroKey() - Method in class net.i2p.router.transport.udp.UDPTransport
Introduction key that people should use to contact us, or null if SSU1 disabled.
getIntroManager() - Method in class net.i2p.router.transport.udp.UDPTransport
 
getIntroNonce() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
Get the introduction nonce, or -1 if unset.
getIntroSentTime() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
When we sent the first RelayRequest packet.
getIntroState(Hash) - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
Get the current state for the SSU2 introducer specified
getInvalidReplyRate() - Method in class net.i2p.router.peermanager.DBHistory
not sure how much this is used, to be investigated
getIP() - Method in class net.i2p.data.router.RouterAddress
Caching version of InetAddress.getByName(getOption("host")).getAddress(), which is slow.
getIP(Hash) - Method in class net.i2p.router.CommSystemFacade
Get the IP address associated with the given destination.
getIP(Hash) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
 
getIP(Hash) - Static method in class net.i2p.router.transport.TransportImpl
IP of the peer from the last connection (in or out, any transport).
getIP(Hash) - Method in class net.i2p.router.transport.TransportManager
IP of the peer from the last connection (in or out, any transport).
getIP() - Method in class net.i2p.router.transport.udp.RemoteHostId
Get the IP address, or null if indirect
getIP() - Method in class net.i2p.router.transport.UPnP.IPv6ForwardPort
 
getIP(String) - Static method in class net.i2p.util.Addresses
Caching version of InetAddress.getByName(host).getAddress(), which is slow.
getIP(String, boolean) - Static method in class net.i2p.util.Addresses
For literal IP addresses, same as getIP(String).
getIp() - Method in class org.minidns.record.InternetAddressRR
Allocates a new byte buffer and fills the buffer with the bytes representing the IP address of this resource record.
getIpAddress() - Method in class net.i2p.router.transport.CommSystemFacadeImpl.CacheEntry
 
getIPOnly(String) - Static method in class net.i2p.util.Addresses
Caching version of InetAddress.getByName(host).getAddress(), which is slow.
getIPRestriction() - Method in class net.i2p.router.TunnelPoolSettings
How many bytes to match to determine if a router's IP is too close to another's to be in the same tunnel (1-4, 0 to disable) Support removed in the ClientPeerSelector in 0.8.6; restored in 0.9.53
getIPs(String) - Static method in class net.i2p.util.Addresses
For literal IP addresses, same as getIP(String).
getIPv4Address() - Static method in class org.cybergarage.net.HostInterface
getIPv4Address.
getIPv4FirewalledChecked() - Method in class net.i2p.router.web.helpers.ConfigNetHelper
Get checked attribute for IPv4 firewalled setting.
getIPv6Address() - Static method in class org.cybergarage.net.HostInterface
getIPv6Address.
getIPv6Address() - Static method in class org.cybergarage.upnp.ssdp.SSDP
Gets the currently configured IPv6 multicast address for SSDP operations.
getIPv6Checked(String) - Method in class net.i2p.router.web.helpers.ConfigNetHelper
Combined SSU/NTCP Use SSU setting, then NTCP setting, then default
getIPv6Config() - Method in interface net.i2p.router.transport.Transport
 
getIPv6Config() - Method in class net.i2p.router.transport.TransportImpl
 
getIPv6Config(RouterContext, String) - Static method in class net.i2p.router.transport.TransportUtil
 
getIPv6Config(String) - Static method in class net.i2p.router.transport.TransportUtil
 
getIPv6FirewalledChecked() - Method in class net.i2p.router.web.helpers.ConfigNetHelper
Get checked attribute for IPv6 firewalled setting.
getIpVersion() - Method in class com.maxmind.db.Metadata
 
getIsActive() - Method in class net.i2p.router.peermanager.PeerProfile
Is this peer active at the moment (sending/receiving messages within the last 10 minutes)
getIsActive(long) - Method in class net.i2p.router.peermanager.PeerProfile
Is this peer active at the moment (sending/receiving messages within the last 10 minutes)
getIsActive(long, long) - Method in class net.i2p.router.peermanager.PeerProfile
Is this peer active at the moment (sending/receiving messages within the given period?) Also mark active if it is connected, as this will tend to encourage use of already-connected peers.
getIsConnected() - Method in class net.i2p.client.streaming.impl.Connection
Always true at the start, even if we haven't gotten a reply on an outbound connection.
getIsDead() - Method in class net.i2p.router.client.ClientConnectionRunner
Check if the runner is dead.
getIsDisabled() - Method in class net.i2p.router.time.RouterTimestamper
 
getIsExpanded() - Method in class net.i2p.router.peermanager.PeerProfile
Whether the tunnel profile data has been allocated (RateStats, TunnelHistory).
getIsExpandedDB() - Method in class net.i2p.router.peermanager.PeerProfile
Whether the DB profile data has been allocated.
getIsFull() - Method in class net.i2p.router.web.helpers.ConfigStatsHelper
Check whether the full stats are enabled.
getIsOfflineKeys() - Method in class net.i2p.i2ptunnel.TunnelController
Returns false if not running.
getIsOfflineKeys(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
Works even if tunnel is not running.
getIsRunning() - Method in class net.i2p.i2ptunnel.TunnelController
Checks if the tunnel is currently running.
getIsStandby() - Method in class net.i2p.i2ptunnel.TunnelController
Checks if the tunnel is in standby mode.
getIsStarting() - Method in class net.i2p.i2ptunnel.TunnelController
Checks if the tunnel is starting or starting on load.
getIsSuccessful() - Method in class net.i2p.router.client.LeaseRequestState
Whether the request was successful in the time allotted.
getIssuerValue(X509Certificate, String) - Static method in class net.i2p.crypto.CertUtil
Get a value out of the issuer distinguished name.
getIsUsingOutproxyPlugin(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
For index.jsp
getIVKey() - Method in class net.i2p.router.tunnel.HopConfig
what key should we use to encrypt the preIV before passing it on?
getJbigiVersion() - Static method in class net.i2p.util.NativeBigInteger
Get the jbigi version
getJcpuidVersion() - Static method in class freenet.support.CPUInformation.CPUID
Return the jcpuid version
getJettyString(String) - Method in class net.i2p.router.web.FormHandler
setSettings() must have been called previously Curses Jetty for returning arrays.
getJettyVersion() - Method in class net.i2p.router.web.helpers.LogsHelper
 
getJobId() - Method in interface net.i2p.router.Job
Unique id for this job.
getJobId() - Method in class net.i2p.router.JobImpl
Get the unique job ID for this job.
getJobLag() - Method in class net.i2p.router.web.helpers.SidebarHelper
How lagged our job queue is over the last minute (pretty printed with the units attached)
getJobQueueStats() - Method in class net.i2p.router.web.helpers.JobQueueHelper
Get the job queue stats HTML.
getJobQueueSummary() - Method in class net.i2p.router.web.helpers.JobQueueHelper
Get the job queue summary HTML.
getJobs(Collection<Job>, Collection<Job>, Collection<Job>, Collection<Job>) - Method in class net.i2p.router.JobQueue
Collect statistics about jobs currently in the queue.
getJobStats() - Method in class net.i2p.router.JobQueue
All job statistics collected by the queue.
getJstlVersion() - Method in class net.i2p.router.web.helpers.LogsHelper
Return the JSTL taglib version string.
getJumpList(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the jump server list for HTTP clients (one per line).
getJumpList(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getKBuckets() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Get the KBucketSet for the main DB.
getKBucketSetSize() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Get the size of the KBucketSet.
getKeepAlive() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getKeepAliveI2P() - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientRunner
Should we keep the I2P socket open when done? Checks the HTTPResponseOutputStream's keep-alive decision based on actual response headers.
getKeepAliveI2P() - Method in class net.i2p.i2ptunnel.I2PTunnelRunner
Checks if the I2P socket should be kept open after data transfer.
getKeepAliveIn() - Method in class net.i2p.i2ptunnel.HTTPResponseOutputStream
Should we keep the input stream alive when done?
getKeepAliveOut() - Method in class net.i2p.i2ptunnel.HTTPResponseOutputStream
Should we keep the output stream alive when done? Only supported for the browser socket side.
getKeepAliveSocket() - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientRunner
Should we keep the local browser socket open when done? Checks the HTTPResponseOutputStream's keep-alive decision based on actual response headers.
getKeepAliveSocket() - Method in class net.i2p.i2ptunnel.I2PTunnelRunner
Checks if the local socket should be kept open after data transfer.
getKey(String, String, SigType) - Method in class net.i2p.crypto.DirKeyRing
Cert must be in the file (escaped keyName).crt, and have a CN == keyName.
getKey(String, String, SigType) - Method in interface net.i2p.crypto.KeyRing
Get a key.
getKey() - Method in class net.i2p.data.i2np.DatabaseStoreMessage
Defines the key in the network database being stored.
getKey() - Method in class net.i2p.router.networkdb.kademlia.FloodSearchJob
 
getKey() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Valid for inbound; valid for outbound shortly after creation
getKey() - Method in interface org.json.simple.JsonKey
The json-simple library uses a String for its keys.
getKey() - Method in class org.minidns.record.DNSKEY
getKey.
getKey1(int) - Method in class net.i2p.i2ptunnel.web.EditBean
Returns the encrypted inbound random key, hidden in forms.
getKey2(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getKey3(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getKey4(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getKeyAsDataInputStream() - Method in class org.minidns.record.DNSKEY
getKeyAsDataInputStream.
getKeyBase64() - Method in class org.minidns.record.DNSKEY
getKeyBase64.
getKeyBigInteger() - Method in class org.minidns.record.DNSKEY
getKeyBigInteger.
getKeyCount() - Method in interface net.i2p.kademlia.KBucket
Number of keys already contained in this kbucket.
getKeyCount() - Method in class net.i2p.kademlia.KBucketImpl
 
getKeyEstablishedTime() - Method in class net.i2p.router.transport.udp.PeerState
when the cipher and MAC keys were established.
getKeyLength() - Method in class com.southernstorm.noise.protocol.ChaChaPolyCipherState
 
getKeyLength() - Method in interface com.southernstorm.noise.protocol.CipherState
Gets the length of the key values for this cipher.
getKeyLength() - Method in class org.minidns.record.DNSKEY
getKeyLength.
getKeyPW() - Method in class net.i2p.router.web.helpers.ConfigFamilyHelper
Get the key password.
getKeys() - Method in interface net.i2p.crypto.KeyFactory
Get the keys.
getKeys() - Method in class net.i2p.crypto.TrustedUpdate
Keys.
getKeys(EncType) - Static method in class net.i2p.router.crypto.pqc.MLKEM
Alice side
getKeys() - Method in class net.i2p.router.crypto.pqc.MLKEMKeyFactory
Pulls a prebuilt keypair from the queue, or if not available, construct a new one.
getKeys() - Method in class net.i2p.router.crypto.ratchet.Elg2KeyFactory
Pulls a prebuilt keypair from the queue, or if not available, construct a new one.
getKeys(Destination) - Method in class net.i2p.router.KeyManager
Get the keys registered for a destination.
getKeys(Hash) - Method in class net.i2p.router.KeyManager
Client session lease set keys.
getKeys() - Method in interface net.i2p.router.networkdb.kademlia.DataStore
Get all keys stored in the data store.
getKeys() - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
 
getKeys() - Method in class net.i2p.router.transport.crypto.X25519KeyFactory
Pulls a prebuilt keypair from the queue, or if not available, construct a new one.
getKeys() - Static method in class net.i2p.router.update.TrustedPluginKeys
 
getKeysAndCert() - Method in class net.i2p.data.DatabaseEntry
Keys and certificate for this entry.
getKeysAndCert() - Method in class net.i2p.data.LeaseSet
Keys and certificate for this lease set.
getKeysAndCert() - Method in class net.i2p.data.router.RouterInfo
Return the keysAndCert
getKeyStoreLocation() - Method in class net.i2p.i2pcontrol.security.KeyStoreProvider
 
getKeystream(String) - Method in class net.i2p.sam.SAMBridge
Retrieve the I2P private keystream for the given name, formatted as a base64 string (Destination+PrivateKey+SessionPrivateKey, as I2CP stores it).
getKeyTag() - Method in class org.minidns.record.DNSKEY
Retrieve the key tag identifying this DNSKEY.
getKillVMOnEnd() - Method in class net.i2p.router.Router
Check whether the router is configured to kill the JVM on shutdown.
getKnownLeaseSets() - Method in class net.i2p.router.NetworkDatabaseFacade
Get the number of known LeaseSets.
getKnownLeaseSets() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
This is only used by StatisticsManager to publish the count if we are floodfill.
getKnownRouterData() - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Return all RouterInfo entries from the local data store.
getKnownRouters() - Method in class net.i2p.router.NetworkDatabaseFacade
Get the number of known routers.
getKnownRouters() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
This used to return the number of routers that were in both the kbuckets AND the data store, which was fine when the kbuckets held everything.
getKyberCipherTextBytes() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
 
getKyberEta1() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
 
getKyberEta2() - Static method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
 
getKyberIndCpaBytes() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
 
getKyberIndCpaMsgBytes() - Static method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
 
getKyberIndCpaPublicKeyBytes() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
 
getKyberIndCpaSecretKeyBytes() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
 
getKyberK() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
 
getKyberPolyCompressedBytes() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
 
getKyberPolyVecBytes() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
 
getKyberPolyVecCompressedBytes() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
 
getKyberPublicKeyBytes() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
 
getKyberSecretKeyBytes() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
 
getLabel(int) - Method in class org.minidns.dnsname.DnsName
getLabel.
getLabel() - Method in enum org.rrd4j.graph.TimeUnit
 
getLabelCount() - Method in class org.minidns.dnsname.DnsName
getLabelCount.
getLabels() - Method in class org.minidns.dnsname.DnsName
Get a copy of the labels of this DNS name.
getLabelType() - Method in class org.minidns.dnslabel.DnsLabel
Get the type of this label.
getLang() - Method in class net.i2p.router.web.CSSHelper
needed for conditional css loads for zh
getLangSettings() - Method in class net.i2p.router.web.helpers.ConfigUIHelper
Generates HTML for language selection interface.
getLangSettings(I2PAppContext) - Static method in class org.klomp.snark.standalone.ConfigUIHelper
Generates HTML select dropdown for language selection in I2PSnark standalone mode.
getLanguage(I2PAppContext) - Static method in class net.i2p.util.Translate
Two- or three-letter lower case
getLanguages() - Method in class com.maxmind.db.Metadata
 
getLapTime() - Static method in class org.rrd4j.core.Util
Function used for debugging purposes and performance bottlenecks detection.
getLaptopChecked() - Method in class net.i2p.router.web.helpers.ConfigNetHelper
Get checked attribute for laptop mode.
getLast() - Method in class net.i2p.stat.RateAverages
Gets the last average.
getLast() - Method in class org.klomp.snark.web.InclusiveByteRange
Returns the last byte position in this range.
getLast(long) - Method in class org.klomp.snark.web.InclusiveByteRange
Returns the last byte position, resolved against the total entity size.
getLastAccessed() - Method in class net.i2p.sam.SessionRecord
 
getLastACKSend() - Method in class net.i2p.router.transport.udp.PeerState
when we last sent an ACK.
getLastActiveTime() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
getLastActivity() - Method in class i2p.susi.webmail.pop3.POP3MailBox
Timestamp.
getLastActivity() - Method in class net.i2p.router.tunnel.pool.PooledTunnelCreatorConfig
 
getLastActivityOn() - Method in class net.i2p.client.streaming.impl.Connection
Get the timestamp of the last send or receive activity.
getLastAgreedTo() - Method in class net.i2p.router.peermanager.TunnelHistory
when the peer last agreed to participate in a tunnel
getLastArchiveUpdateTime() - Method in class org.rrd4j.core.RrdDb
Returns the last time when some of the archives in this RRD was updated.
getLastBegin() - Method in class net.i2p.router.JobQueueRunner
 
getLastChanged() - Method in class net.i2p.data.router.RouterKeyGenerator
Time the routing key modifier data was last regenerated.
getLastChanged() - Method in class net.i2p.data.RoutingKeyGenerator
The version of the current (today's) mod data.
getLastChanged() - Method in interface net.i2p.kademlia.KBucket
The last-changed timestamp
getLastChanged() - Method in class net.i2p.kademlia.KBucketImpl
The last-changed timestamp, which actually indicates last-added or last-seen.
getLastChecked() - Method in class i2p.susi.webmail.pop3.POP3MailBox
Timestamp.
getLastCoalesceDate() - Method in class net.i2p.stat.Rate
when was the rate last coalesced?
getLastCriticalMessageNumber() - Method in class net.i2p.router.web.helpers.LogsHelper
Call before getLogs(), getCriticalLogs(), or getLastMessageNumber() Side effect - calls logManager.flush()
getLastDatasourceValue(String) - Method in class org.rrd4j.core.RrdDb
Returns the last stored value for the given datasource.
getLastDatasourceValues() - Method in class org.rrd4j.core.RrdDb
Returns an array of last datasource values.
getLastElement() - Method in class i2p.susi.util.Folder
Returns the last element of the sorted folder.
getLastEnd() - Method in class net.i2p.router.JobQueueRunner
 
getLastEvent(String, long) - Method in class net.i2p.router.util.EventLog
Timestamp of last event.
getLastEventCount() - Method in class net.i2p.stat.Rate
in the last full period, how many events occurred?
getLastEventSaturation() - Method in class net.i2p.stat.Rate
During the last period, how much of the time was spent actually processing events in proportion to how many events could have occurred if there were no intervals?
getLastExploreNewDate() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
getLastFailed() - Method in class net.i2p.router.peermanager.TunnelHistory
when the last tunnel the peer participated in failed
getLastFetched() - Method in class net.i2p.addressbook.Subscription
Return when the subscription was last fetched.
getLastHeardAbout() - Method in class net.i2p.router.peermanager.PeerProfile
when did we last hear about this peer?
getLastHeardFrom() - Method in class net.i2p.router.peermanager.PeerProfile
When did we last hear from the peer?
getLastJob() - Method in class net.i2p.router.JobQueue
Last job that was executed.
getLastJob() - Method in class net.i2p.router.JobQueueRunner
 
getLastJobBegin() - Method in class net.i2p.router.JobQueue
Timestamp of when the last job began execution.
getLastJobEnd() - Method in class net.i2p.router.JobQueue
Timestamp of when the last job finished execution.
getLastLatency() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
 
getLastLatency() - Method in interface net.i2p.router.TunnelInfo
 
getLastLookupFailed() - Method in class net.i2p.router.peermanager.DBHistory
Not persisted until 0.9.24
getLastLookupSuccessful() - Method in class net.i2p.router.peermanager.DBHistory
Not persisted until 0.9.24
getLastLS2SignTime() - Method in class net.i2p.client.impl.I2PSessionImpl
The published timestamp of the last LS2 we signed
getLastMessageID() - Method in class net.i2p.i2ptunnel.web.IndexBean
The last stored message ID
getLastMessageID() - Method in class net.i2p.util.UIMessages
The ID of the last message added, or -1 if never.
getLastMessageNumber() - Method in class net.i2p.router.web.helpers.LogsHelper
Call before getLogs()
getLastModified() - Method in class net.i2p.addressbook.Subscription
Return the last-modified header that we received the last time we read this subscription.
getLastModified() - Method in class net.i2p.util.EepGet
After fetch, the received value from the server, or null if none.
getLastModified() - Method in interface org.klomp.snark.web.BasicServlet.HttpContent
Get last modified
getLastModifiedTime(String) - Static method in class org.rrd4j.core.Util
Returns last modification time for the given file.
getLastParticipatingExpiration() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getLastParticipatingExpiration() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Get the expiration time of the last participating tunnel.
getLastParticipatingExpiration() - Method in class net.i2p.router.tunnel.TunnelDispatcher
Returns the timestamp of the last participating tunnel expiration.
getLastParticipatingExpiration() - Method in interface net.i2p.router.TunnelManagerFacade
When does the last tunnel we are participating in expire?
getLastPeerExclusions() - Method in class net.i2p.router.TunnelPoolSettings
Get the set of last peer exclusions for diversity.
getLastReading() - Method in class org.rrd4j.core.jrrd.PDPStatusBlock
Returns the last reading from the data source.
getLastReceiveTime() - Method in class net.i2p.router.transport.udp.PeerState
Last receive time.
getLastRejectedBandwidth() - Method in class net.i2p.router.peermanager.TunnelHistory
when the peer last refused to participate in a tunnel complaining of bandwidth overload
getLastRejectedCritical() - Method in class net.i2p.router.peermanager.TunnelHistory
when the peer last refused to participate in a tunnel with level of critical
getLastRejectedProbabalistic() - Method in class net.i2p.router.peermanager.TunnelHistory
when the peer last refused to participate in a tunnel probabalistically
getLastRejectedTransient() - Method in class net.i2p.router.peermanager.TunnelHistory
when the peer last refused to participate in a tunnel complaining of transient overload
getLastRouterInfoPublishTime() - Method in class net.i2p.router.NetworkDatabaseFacade
The last time we successfully published our RI.
getLastRouterInfoPublishTime() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
getLastRrdArchiveUpdateTime() - Method in class org.rrd4j.data.DataProcessor
Returns time when last RRD archive was updated (all RRD files are considered).
getLastRunTime() - Method in class net.i2p.router.JobStats
Return the lastRunTime
getLastRx(int) - Method in class net.i2p.router.BandwidthHistory
Return the last n receive values as a comma-separated string.
getLastSaturationLimit() - Method in class net.i2p.stat.Rate
using the last period's rate, what is the total value that could have been sent if events were constant?
getLastSend() - Method in class net.i2p.client.streaming.impl.PacketLocal
 
getLastSendFailed() - Method in class net.i2p.router.peermanager.PeerProfile
When did we last have a problem sending to this peer?
getLastSendFullyTime() - Method in class net.i2p.router.transport.udp.PeerState
Last send fully time.
getLastSendId() - Method in class net.i2p.client.streaming.impl.Connection
What was the last packet Id sent to the peer?
getLastSendOrPingTime() - Method in class net.i2p.router.transport.udp.PeerState
latest of last sent, last ACK, last ping.
getLastSendSuccessful() - Method in class net.i2p.router.peermanager.PeerProfile
When did we last send to this peer successfully?
getLastSendTime() - Method in class net.i2p.client.streaming.impl.Connection
When did we last send anything to the peer?
getLastSendTime() - Method in class net.i2p.router.transport.udp.PeerState
Last send time.
getLastSendTime() - Method in class net.i2p.router.transport.udp.PeerTestState
Return the time we last sent a packet.
getLastStoreFailed() - Method in class net.i2p.router.peermanager.DBHistory
Not persisted until 0.9.24
getLastStoreSuccessful() - Method in class net.i2p.router.peermanager.DBHistory
Not persisted until 0.9.24
getLastTestedSuccessfully() - Method in class net.i2p.router.peermanager.PeerProfile
When the peer last passed a tunnel test successfully.
getLastTestedSuccessfully() - Method in class net.i2p.router.peermanager.TunnelHistory
when the peer last passed a tunnel test
getLastTestStarted() - Method in class net.i2p.router.peermanager.PeerProfile
 
getLastThroughputUpdate() - Method in class net.i2p.router.peermanager.PeerProfile
 
getLastTimestamp() - Method in class org.rrd4j.core.FetchData
Returns the last timestamp in this FecthData object.
getLastTotalEventTime() - Method in class net.i2p.stat.Rate
in the last full period, how much of the time was spent doing the events?
getLastTotalValue() - Method in class net.i2p.stat.Rate
in the last full period, what was the total value acrued through all events?
getLastTransferred() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
When we last sent or received data on this tunnel
getLastTx(int) - Method in class net.i2p.router.BandwidthHistory
Return the last n send values as a comma-separated string.
getLastUnderflowTime() - Method in class net.i2p.util.TryCache
Get the timestamp of the last underflow.
getLastUpdate() - Method in class org.rrd4j.core.jrrd.RRDatabase
Returns the date this database was last updated.
getLastUpdateTime() - Method in class org.rrd4j.core.DataImporter
getLastUpdateTime.
getLastUpdateTime() - Method in class org.rrd4j.core.Header
Returns the last update time of the RRD.
getLastUpdateTime() - Method in class org.rrd4j.core.RrdDb
Returns time of last update operation as timestamp (in seconds).
getLastUpdateTime() - Method in class org.rrd4j.core.RrdToolReader
 
getLastUpdateTime() - Method in class org.rrd4j.core.XmlReader
Gets the last update time from the XML file.
getLastValue(int) - Method in class org.rrd4j.core.DataImporter
getLastValue.
getLastValue() - Method in class org.rrd4j.core.Datasource
Returns last known value of the datasource.
getLastValue(int) - Method in class org.rrd4j.core.RrdToolReader
 
getLastValue(int) - Method in class org.rrd4j.core.XmlReader
 
getLastValues(int) - Method in class net.i2p.router.web.GraphListener
Fetch the last count data points from the RRD database for use by the dual-baseline minigraph renderer (data-rx/data-tx attributes on the canvas).
getLastValues(int) - Method in class net.i2p.stat.Rate
Get the last N data points from the underlying storage (RRD).
getLastValues(int) - Method in interface net.i2p.stat.RateSummaryListener
Get the last N data points from persistent storage (if available).
getLastZeroReadTime() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
getLatencyMs() - Method in class net.i2p.router.transport.TransportBid
How long this transport thinks it would take to send the message This is the actual bid value, lower is better, and it doesn't really have anything to do with latency.
getLatestCommentTime() - Method in class org.klomp.snark.comments.CommentSet
Returns the timestamp of the most recent non-hidden comment.
getLatestLeaseDate() - Method in class net.i2p.data.LeaseSet
Retrieve the end date of the latest lease included in this leaseSet.
getLatestTime() - Static method in class net.i2p.time.BuildTime
Get the latest it could possibly be right now.
getLayerKey() - Method in class net.i2p.router.tunnel.HopConfig
what key should we use to encrypt the layer before passing it on?
getLeading() - Method in class org.rrd4j.graph.RrdGraphGenerator
Return the leading
getLease(int) - Method in class net.i2p.data.EncryptedLeaseSet
Null if not decrypted.
getLease(int) - Method in class net.i2p.data.LeaseSet
Get the lease at the given index.
getLeaseCount() - Method in class net.i2p.data.EncryptedLeaseSet
0-16, or 0 if not decrypted.
getLeaseCount() - Method in class net.i2p.data.LeaseSet
Gets the number of leases in this leaseset.
getLeaseMaxDuration(RouterContext) - Static method in class net.i2p.router.tunnel.pool.TunnelPool
Maximum lease set lease duration from config or auto-computed default.
getLeaseRequest(Hash) - Method in class net.i2p.router.client.ClientConnectionRunner
Data for the current leaseRequest, or null if there is no active leaseSet request.
getLeases() - Method in class net.i2p.router.NetworkDatabaseFacade
Get all known LeaseSets for display.
getLeases() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Public for NetDbRenderer in routerconsole
getLeaseSet() - Method in class net.i2p.client.impl.I2PSessionImpl
Current lease set published by this session.
getLeaseSet() - Method in class net.i2p.data.i2cp.CreateLeaseSetMessage
Lease set being created.
getLeaseSet(Hash) - Method in class net.i2p.router.client.ClientConnectionRunner
Currently allocated leaseSet.
getLeaseSetBuildMinInterval(RouterContext) - Static method in class net.i2p.router.tunnel.pool.TunnelPool
LeaseSet build minimum interval from config or default (2 minutes).
getLeaseSetPrivateKey(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the lease set private key (for encrypted LS).
getLeaseSetSigningPrivateKey(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the lease set signing private key.
getLeaseTime() - Method in class org.cybergarage.upnp.Device
getLeaseTime.
getLeaseTime(String) - Static method in class org.cybergarage.upnp.ssdp.SSDP
Extracts the lease time (max-age) from a Cache-Control header string.
getLeaseTime() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
getLeaseTime.
getLeaseTime() - Method in class org.cybergarage.upnp.ssdp.SSDPRequest
getLeaseTime.
getLeaseTime() - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
getLeaseTime.
getLeaseTime() - Method in class org.cybergarage.upnp.xml.DeviceData
getLeaseTime.
getLeechCount() - Method in class org.klomp.snark.UDPTrackerClient.TrackerResponse
 
getLeft() - Method in class org.klomp.snark.PeerCoordinator
Bytes not yet in storage.
getLength() - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.StyledDocument
Return the document length.
getLength() - Method in interface i2p.susi.util.Buffer
Get the length of data in this buffer.
getLength() - Method in class i2p.susi.util.FileBuffer
Get the length of data in this buffer.
getLength() - Method in class i2p.susi.util.GzipFileBuffer
Returns the actual uncompressed size.
getLength() - Method in class i2p.susi.util.MemoryBuffer
Get the current size of data in this buffer.
getLength() - Method in class i2p.susi.util.OutputStreamBuffer
 
getLength() - Method in class i2p.susi.util.ReadBuffer
Always valid
getLength(TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Determine the tunnel length (number of hops).
getLength() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
How many hops are there in the tunnel? INCLUDING US.
getLength() - Method in interface net.i2p.router.TunnelInfo
how many peers are there in the tunnel (including the creator)?
getLength() - Method in class net.i2p.router.TunnelPoolSettings
How many remote hops should be in the tunnel NOT including us
getLength() - Method in class org.klomp.snark.PartialPiece
Returns the length of the piece in bytes.
getLength() - Method in class org.rrd4j.core.RrdBackend
Returns the number of RRD bytes in the underlying storage.
getLength() - Method in class org.rrd4j.core.RrdByteArrayBackend
Returns the number of RRD bytes in the underlying storage.
getLength() - Method in class org.rrd4j.core.RrdMemoryBackend
 
getLength() - Method in class org.rrd4j.core.RrdNioBackend
 
getLength() - Method in class org.rrd4j.core.RrdRandomAccessFileBackend
Returns the number of RRD bytes in the underlying storage.
getLengthOverride() - Method in class net.i2p.router.TunnelPoolSettings
A temporary length to be used due to network conditions.
getLengths() - Method in class org.klomp.snark.MetaInfo
Returns a list of Longs indication the size of the individual files, or null if it is a single file.
getLengthVariance() - Method in class net.i2p.router.TunnelPoolSettings
how should the length be varied.
getLevel(String) - Static method in class net.i2p.util.Log
Get the log level integer for a string level name.
getLibDir() - Method in class net.i2p.I2PAppContext
This is the library dir, which is usually $I2P/lib.
getLibGMPVersion() - Static method in class net.i2p.util.NativeBigInteger
Get the libgmp version
getLifetime() - Method in class net.i2p.client.streaming.impl.Connection
Get the lifetime of this connection in milliseconds.
getLifetime() - Method in class net.i2p.client.streaming.impl.PacketLocal
 
getLifetime() - Method in class net.i2p.router.OutNetMessage
 
getLifetime() - Method in class net.i2p.router.transport.udp.InboundEstablishState
How long have we been trying to establish this session?
getLifetime(long) - Method in class net.i2p.router.transport.udp.InboundEstablishState
How long have we been trying to establish this session, using the given time.
getLifetime() - Method in class net.i2p.router.transport.udp.InboundMessageState
Returns the message lifetime in milliseconds.
getLifetime() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
How long have we been trying to establish this session?
getLifetime(long) - Method in class net.i2p.router.transport.udp.OutboundEstablishState
How long have we been trying to establish this session?
getLifetime() - Method in class net.i2p.router.transport.udp.OutboundMessageState
 
getLifetime() - Method in class net.i2p.router.transport.udp.UDPPacket
Packet lifetime.
getLifetime() - Method in class net.i2p.router.tunnel.FragmentedMessage
how long has this fragmented message been alive?
getLifetime() - Method in class net.i2p.router.tunnel.PendingGatewayMessage
 
getLifetimeAgreedTo() - Method in class net.i2p.router.peermanager.TunnelHistory
total tunnels the peer has agreed to participate in
getLifetimeAverageValue() - Method in class net.i2p.stat.Rate
What was the average value across the events since the stat was created?
getLifetimeAverageValue() - Method in class net.i2p.stat.RateStat
Lifetime average from the shortest period.
getLifetimeBytesReceived() - Method in interface net.i2p.client.streaming.I2PSocket
How many bytes have been received over the lifetime of this socket.
getLifetimeBytesReceived() - Method in class net.i2p.client.streaming.impl.Connection
Get total bytes received on this connection.
getLifetimeBytesReceived() - Method in class net.i2p.client.streaming.impl.I2PSocketFull
 
getLifetimeBytesSent() - Method in interface net.i2p.client.streaming.I2PSocket
How many bytes have been sent over the lifetime of this socket.
getLifetimeBytesSent() - Method in class net.i2p.client.streaming.impl.Connection
Get total bytes sent on this connection.
getLifetimeBytesSent() - Method in class net.i2p.client.streaming.impl.I2PSocketFull
 
getLifetimeDupBytesSent() - Method in class net.i2p.client.streaming.impl.Connection
Get total duplicate bytes sent on this connection.
getLifetimeDupMessagesReceived() - Method in class net.i2p.client.streaming.impl.Connection
Get total duplicate messages received on this connection.
getLifetimeDupMessagesSent() - Method in class net.i2p.client.streaming.impl.Connection
Get total duplicate messages sent on this connection.
getLifetimeEventCount() - Method in class net.i2p.stat.Rate
since rate creation, how many events have occurred?
getLifetimeEventCount() - Method in class net.i2p.stat.RateStat
Lifetime event count from the shortest period.
getLifetimeEventSaturation() - Method in class net.i2p.stat.Rate
During the lifetime of this stat, how much of the time was spent actually processing events in proportion to how many events could have occurred if there were no intervals?
getLifetimeFailed() - Method in class net.i2p.router.peermanager.TunnelHistory
total tunnels the peer has agreed to participate in that were later marked as failed prematurely
getLifetimeKBps() - Method in class net.i2p.router.web.helpers.SidebarHelper
Format the lifetime average bandwidth rates for display.
getLifetimePeriods() - Method in class net.i2p.stat.Rate
how many periods have we already completed?
getLifetimeProcessed() - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
getLifetimeProcessed() - Method in class net.i2p.router.tunnel.pool.TunnelPool
Total lifetime processed bytes for this pool.
getLifetimeRejected() - Method in class net.i2p.router.peermanager.TunnelHistory
total tunnels the peer has refused to participate in
getLifetimeTotalEventTime() - Method in class net.i2p.stat.Rate
since rate creation, how much of the time was spent doing the events?
getLifetimeTotalValue() - Method in class net.i2p.stat.Rate
since rate creation, what was the total value acrued through all events?
getLimit() - Method in class net.i2p.util.LogLimit
 
getLimitAction() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
"reset", "drop", "http", or custom string; default "reset" @since 0.9.34
getLimitDay(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the per-day connection limit.
getLimitDay(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getLimitHour(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the per-hour connection limit.
getLimitHour(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getLimitMinute(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the per-minute connection limit.
getLimitMinute(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getLimits() - Method in class net.i2p.data.i2cp.BandwidthLimitsMessage
Get the current bandwidth limits.
getLimits() - Method in class net.i2p.util.LogManager
Return a mapping of the explicit overrides - path prefix to (text formatted) limit.
getList(String) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified list (maps from JSON array) parameter.
getList(String, boolean) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified list (maps from JSON array) parameter.
getList(int) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified list (maps from JSON array) parameter.
getList(int, boolean) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified list (maps from JSON array) parameter.
getList() - Method in class org.klomp.snark.bencode.BEValue
Returns this BEValue as a List of BEValues.
getListener() - Method in class net.i2p.data.i2cp.I2CPMessageReader
 
getListener(int) - Method in class net.i2p.router.time.RouterTimestamper
 
getListenerCount() - Method in class net.i2p.router.time.RouterTimestamper
 
getListeners() - Method in class net.i2p.router.web.GraphGenerator
List of GraphListener instances
getListenHost(Logging) - Method in class net.i2p.i2ptunnel.I2PTunnelClientBase
Get the listen host address.
getListenOnInterface() - Method in class net.i2p.i2ptunnel.TunnelController
 
getListenPort() - Method in class net.i2p.i2ptunnel.TunnelController
 
getListenPort() - Method in class net.i2p.router.transport.udp.UDPEndpoint
call after startup() to get actual port or -1 on startup failure
getListenPort() - Method in class net.i2p.sam.MasterSession
 
getListenPort() - Method in interface net.i2p.sam.SAMMessageSess
Get the port for this session's listener.
getListenPort() - Method in class net.i2p.sam.SAMMessageSession
 
getListenPort() - Method in class net.i2p.sam.SAMStreamSession
Get the port for this session's listener.
getListenProtocol() - Method in class net.i2p.sam.MasterSession
 
getListenProtocol() - Method in interface net.i2p.sam.SAMMessageSess
Get the I2CP protocol for this session's listener.
getListenProtocol() - Method in class net.i2p.sam.SAMMessageSession
 
getListenProtocol() - Method in class net.i2p.sam.SAMStreamSession
Get the I2CP protocol for this session's listener.
getLoadBookMessages() - Method in class i2p.susi.dns.AddressbookBean
Load addressbook and apply filter, returning messages about this.
getLoadBookMessages() - Method in class i2p.susi.dns.NamingServiceBean
Load addressbook and apply filter, returning messages about this.
getLoadedResourceName() - Static method in class net.i2p.util.NativeBigInteger
The name of the library loaded, if known.
getLoadWeight() - Static method in class net.i2p.router.tunnel.pool.ParticipatingThrottler
The load weight.
getLocalAddress() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getLocalAddress() - Method in interface net.i2p.i2ptunnel.irc.DCCHelper
Our IP address (taken from the socket), must be IPv4
getLocalAddress() - Method in class net.i2p.sam.SSLServerSocketChannel
Get the local socket address of the underlying server socket.
getLocalAddress() - Method in class net.i2p.sam.SSLSocketChannel
Get the local socket address of the underlying SSL socket.
getLocalAddress() - Method in class org.cybergarage.http.HTTPRequest
Returns the local address of the underlying socket.
getLocalAddress() - Method in class org.cybergarage.http.HTTPSocket
Gets the local address of this socket.
getLocalAddress() - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
Get the local address.
getLocalAddress() - Method in class org.cybergarage.upnp.ssdp.HTTPUSocket
getLocalAddress.
getLocalAddress() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
getLocalAddress.
getLocalAddresses() - Static method in class net.i2p.router.transport.UPnP
Get the addresses we want to bind to
getLocalEphemeralKeyPair() - Method in class com.southernstorm.noise.protocol.HandshakeState
Gets the keypair object for the local ephemeral key.
getLocalHostName(String) - Method in class net.i2p.router.CommSystemFacade
Fast hostname lookup that never blocks on network DNS.
getLocalHostName(String) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Fast hostname lookup that never blocks on I/O (MMDB or network).
getLocalHybridKeyPair() - Method in class com.southernstorm.noise.protocol.HandshakeState
Gets the keypair object for the local hybrid key.
getLocalInstance() - Static method in class org.cybergarage.http.Date
Creates a Date instance using the local time zone.
getLocalizedMessage() - Method in exception net.i2p.client.streaming.I2PSocketException
Translated
getLocalizedStatusString() - Method in class net.i2p.router.CommSystemFacade
Localized reachability status string.
getLocalizedStatusString() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
getStatus().toStatusString(), translated if available.
getLocalizedTunnelStatus() - Method in interface net.i2p.router.RouterThrottle
 
getLocalizedTunnelStatus() - Method in class net.i2p.router.RouterThrottleImpl
getTunnelStatus(), translated if available.
getLocalKeyPair() - Method in class com.southernstorm.noise.protocol.HandshakeState
Gets the keypair object for the local static key.
getLocalPort() - Method in interface net.i2p.client.streaming.I2PSocket
The local port.
getLocalPort() - Method in interface net.i2p.client.streaming.I2PSocketOptions
The local port.
getLocalPort() - Method in class net.i2p.client.streaming.impl.Connection
 
getLocalPort() - Method in class net.i2p.client.streaming.impl.I2PSocketFull
The local port.
getLocalPort() - Method in class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
The local port.
getLocalPort() - Method in class net.i2p.client.streaming.impl.Packet
 
getLocalPort() - Method in class net.i2p.client.streaming.impl.StandardServerSocket
 
getLocalPort() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getLocalPort() - Method in class net.i2p.i2ptunnel.I2PTunnelClientBase
Get the local port.
getLocalPort() - Method in class net.i2p.i2ptunnel.socks.SocketWrapper
The local port.
getLocalPort() - Method in class net.i2p.util.InternalServerSocket
 
getLocalPort() - Method in class net.i2p.util.InternalSocket
Supported as of 0.9.33, prior to that threw UnsupportedOperationException
getLocalPort() - Method in class org.cybergarage.http.HTTPRequest
Returns the local port of the underlying socket.
getLocalPort() - Method in class org.cybergarage.http.HTTPSocket
Gets the local port of this socket.
getLocalPort() - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
Get the source port for multicast packet.
getLocalSocketAddress() - Method in class net.i2p.client.streaming.impl.StandardServerSocket
Port in returned SocketAddress will be zero.
getLocalSocketAddress() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getLocation(InetAddress) - Method in class com.maxmind.geoip.LookupService
getLocation.
getLocation(String) - Method in class com.maxmind.geoip.LookupService
getLocation.
getLocation(long) - Method in class com.maxmind.geoip.LookupService
getLocation.
getLocation() - Method in class net.i2p.addressbook.AddressBook
Return the location of the file this AddressBook was constructed from.
getLocation() - Method in class net.i2p.addressbook.Subscription
Return the location this Subscription points at.
getLocation() - Method in class org.cybergarage.upnp.Device
getLocation.
getLocation(boolean) - Method in class org.cybergarage.upnp.Device
I2P for multiple location support
getLocation() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
getLocation.
getLocation() - Method in class org.cybergarage.upnp.ssdp.SSDPRequest
getLocation.
getLocation() - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
getLocation.
getLocation() - Method in class org.cybergarage.upnp.xml.DeviceData
getLocation.
getLocation(boolean) - Method in class org.cybergarage.upnp.xml.DeviceData
I2P for multiple location support.
getLocationURL(String) - Method in class org.cybergarage.upnp.Device
getLocationURL.
getLocationV6(String) - Method in class com.maxmind.geoip.LookupService
getLocationV6.
getLocationV6(InetAddress) - Method in class com.maxmind.geoip.LookupService
getLocationV6.
getLock() - Method in class i2p.susi.webmail.pop3.POP3MailBox
For helper threads to lock
getLockInfo() - Static method in class org.rrd4j.core.RrdSafeFileBackend
getLockInfo.
getLockRetryPeriod() - Static method in class org.rrd4j.core.RrdSafeFileBackendFactory
Returns time between two consecutive file locking attempts.
getLockWaitTime() - Static method in class org.rrd4j.core.RrdSafeFileBackendFactory
Returns time this backend will wait for a file lock.
getLog() - Method in class net.i2p.util.Clock
Fetch the log on demand to avoid circular dependencies (logging uses the clock).
getLog(Class<?>) - Method in class net.i2p.util.LogManager
 
getLog(String) - Method in class net.i2p.util.LogManager
 
getLog(Class<?>, String) - Method in class net.i2p.util.LogManager
 
getLogCompress() - Method in class net.i2p.router.web.helpers.ConfigLoggingHelper
Whether log compression is enabled.
getLogCookies() - Method in class net.i2p.jetty.I2PRequestLog
 
getLogDateFormat() - Method in class net.i2p.jetty.I2PRequestLog
 
getLogDir() - Method in class net.i2p.I2PAppContext
Where the router keeps its log directory.
getLogFile() - Method in class net.i2p.router.BanLogger
Get the log file path.
getLogFilePattern() - Method in class net.i2p.router.web.helpers.ConfigLoggingHelper
Retrieve the current log file pattern.
getLogged() - Method in class i2p.susi.dns.LogBean
Get the current log content.
getLogger(String) - Method in class net.i2p.jetty.I2PLogger
 
getLogLatency() - Method in class net.i2p.jetty.I2PRequestLog
 
getLogLevelTable() - Method in class net.i2p.router.web.helpers.ConfigLoggingHelper
Generate the HTML table for configuring log levels by class/package.
getLogLocale() - Method in class net.i2p.jetty.I2PRequestLog
 
getLogName() - Method in class i2p.susi.dns.LogBean
Get the log file path.
getLogs() - Method in class net.i2p.router.web.helpers.LogsHelper
Does not call logManager.flush(); call getCriticalLogs() first to flush
getLogs() - Method in class net.i2p.util.LogManager
Return all currently cached Log instances.
getLogServer() - Method in class net.i2p.jetty.I2PRequestLog
 
getLogTimeZone() - Method in class net.i2p.jetty.I2PRequestLog
 
getLong(String) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified numeric parameter as a long.
getLong(int) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified numeric parameter as a long.
getLong() - Method in class net.i2p.router.crypto.ratchet.RatchetSessionTag
 
getLong(Properties, String) - Static method in class net.i2p.router.peermanager.ProfilePersistenceHelper
 
getLong(Properties, String, String) - Static method in class net.i2p.stat.PersistenceHelper
Read a long value from properties.
getLong(int) - Method in class org.json.simple.JsonArray
A convenience method that assumes there is a Number or String value at the given index.
getLong(JsonKey) - Method in class org.json.simple.JsonObject
A convenience method that assumes there is a Number or String value at the given key.
getLong() - Method in class org.klomp.snark.bencode.BEValue
Returns this BEValue as long.
getLong(Enum<?>) - Method in class org.rrd4j.core.jrrd.UnivalArray
getLong.
getLongHeaderValue(String) - Method in class org.cybergarage.http.HTTPPacket
Gets a long header value by name.
getLongind() - Method in class gnu.getopt.Getopt
Returns the index into the array of long options (NOT argv) representing the long option that was found.
getLongOrDefault(JsonKey) - Method in class org.json.simple.JsonObject
A convenience method that assumes there is a Number or String value at the given key.
getLookup() - Method in class i2p.susi.dns.NamingServiceBean
Lookup a single destination by hostname.
getLookupAll() - Method in class i2p.susi.dns.NamingServiceBean
Lookup all destinations for a hostname.
getLookupsRemaining() - Method in class net.i2p.router.networkdb.kademlia.FloodSearchJob
 
getLookupType() - Method in class net.i2p.data.i2cp.HostLookupMessage
Gets the lookup type.
getLowThreshold() - Method in class net.i2p.crypto.SessionKeyManager
Get the low threshold for tag sending.
getLowThreshold() - Method in class net.i2p.router.crypto.ratchet.MuxedPQSKM
 
getLowThreshold() - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
 
getLowThreshold() - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
 
getLowThreshold() - Method in class net.i2p.router.crypto.TransientSessionKeyManager
 
getLuBanChecked() - Method in class net.i2p.router.web.helpers.ConfigBanHelper
Get the checked status of the LU ban option.
getMACLength() - Method in class com.southernstorm.noise.protocol.ChaChaPolyCipherState
 
getMACLength() - Method in interface com.southernstorm.noise.protocol.CipherState
Gets the length of the MAC values for this cipher.
getMACLength() - Method in class com.southernstorm.noise.protocol.SymmetricState
Gets the length of MAC values in the current state.
getMadeReadyOn() - Method in class net.i2p.router.JobImpl
Get the timestamp when this job was last made ready for execution.
getMagnetState() - Method in class org.klomp.snark.Peer
Returns the shared magnet state across all peers on this torrent.
getMail(String, MailCache.FetchMode) - Method in class i2p.susi.webmail.MailCache
Fetch any needed data from pop3 server, unless mode is CACHE_ONLY or HEADER_CACHE_ONLY, or this isn't the Inbox.
getMail(MailCache.FetchMode) - Method in class i2p.susi.webmail.MailCache
Fetch any needed data from pop3 server.
getMail(Mail, boolean) - Method in class i2p.susi.webmail.PersistentMailCache
Fetch any needed data from disk.
getMails() - Method in class i2p.susi.webmail.PersistentMailCache
Fetch all mails from disk.
getMainMenu() - Method in class net.i2p.desktopgui.ExternalTrayManager
Build an AWT popup menu with start and notification controls.
getMainMenu() - Method in class net.i2p.desktopgui.InternalTrayManager
Build an AWT popup menu with router management controls.
getMainMenu() - Method in class net.i2p.desktopgui.TrayManager
Build a popup menu, adding callbacks to the different items.
getMAN() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
getMAN.
getManager() - Method in interface net.i2p.client.streaming.I2PServerSocket
Access the manager which is coordinating the server socket
getManager() - Method in class net.i2p.client.streaming.impl.I2PServerSocketFull
 
getManufacture() - Method in class org.cybergarage.upnp.Device
getManufacture.
getManufactureURL() - Method in class org.cybergarage.upnp.Device
getManufactureURL.
getMap(String) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified map (maps from JSON object) parameter.
getMap(String, boolean) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified map (maps from JSON object) parameter.
getMap(int) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified map (maps from JSON object) parameter.
getMap(int, boolean) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified map (maps from JSON object) parameter.
getMap(int) - Method in class org.json.simple.JsonArray
A convenience method that assumes there is a Map value at the given index.
getMap(JsonKey) - Method in class org.json.simple.JsonObject
A convenience method that assumes there is a Map at the given key.
getMap() - Method in class org.klomp.snark.bencode.BEValue
Returns this BEValue as a Map of BEValue keys and BEValue values.
getMapEntries() - Method in interface net.i2p.router.networkdb.kademlia.DataStore
Gets all map entries in the data store.
getMapEntries() - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
 
getMapOrDefault(JsonKey) - Method in class org.json.simple.JsonObject
A convenience method that assumes there is a Map at the given key.
getMappedDomainNameForIP(String) - Method in class net.i2p.i2ptunnel.socks.SOCKSServer
IP to domain name mapping support.
getMarkedType() - Method in class net.i2p.router.transport.udp.UDPPacket
Marked type.
getMaskPattern() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
getMatchedBlocklistString(StringBuilder) - Method in class net.i2p.i2ptunnel.BlocklistManager
Gets the matched string from the blocklist for a request.
getMatchingArchive() - Method in class org.rrd4j.core.FetchData
Returns Archive object which is determined to be the best match for the timestamps specified in the fetch request.
getMatchingArchiveIndex(RrdDb, int, RrdDb) - Static method in class org.rrd4j.core.Util
 
getMatchingDatasourceIndex(RrdDb, int, RrdDb) - Static method in class org.rrd4j.core.Util
 
getMatrix() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
getMax() - Method in class net.i2p.router.Tuner.BaseParam
Maximum value.
getMax() - Method in interface net.i2p.router.Tuner.TunableParam
The maximum value.
getMaxActiveJobDuration() - Method in class net.i2p.router.JobQueue
Maximum duration of currently running jobs.
getMaxAdditionalFragmentSize(PeerState, int, int) - Static method in class net.i2p.router.transport.udp.PacketBuilder2
Will a packet to 'peer' that already has 'numFragments' fragments totalling 'curDataSize' bytes fit another fragment? This includes the 3 byte block overhead, but NOT the 5 byte followon fragment overhead.
getMaxAverageEventsPerPeriod() - Method in class net.i2p.stat.Frequency
Calculate how many events would occur in a period given the maximum rolling average.
getMaxBandwidth() - Method in class net.i2p.util.SyntheticREDQueue
 
getMaxBufferSize() - Method in interface net.i2p.client.streaming.I2PSocketOptions
How much data will we accept that hasn't been written out yet.
getMaxBufferSize() - Method in class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
How much data will we accept that hasn't been written out yet.
getMaxConcurrentBuilds() - Static method in class net.i2p.router.tunnel.pool.BuildExecutor
Get the maximum number of concurrent builds allowed.
getMaxConcurrentBuildsPerDirection(RouterContext) - Static method in class net.i2p.router.tunnel.pool.TunnelPool
Max concurrent builds per direction from config or default (6).
getMaxConcurrentDefault() - Static method in class net.i2p.router.networkdb.kademlia.IterativeSearchJob
Gets the maximum concurrent default value.
getMaxConcurrentMessages() - Static method in class net.i2p.router.transport.udp.PeerState
Max concurrent messages per peer.
getMaxConnections() - Method in class net.i2p.router.transport.TransportImpl
Per-transport connection limit
getMaxConnections() - Method in class org.klomp.snark.I2PSnarkUtil
 
getMaxConnectTimeout() - Static method in class net.i2p.client.streaming.impl.Connection
 
getMaxConns() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getMaxConnsPerDay() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getMaxConnsPerHour() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getMaxConnsPerMinute() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getMaxConsecutiveClientBuildFails(RouterContext) - Static method in class net.i2p.router.tunnel.pool.BuildRequestor
Maximum consecutive client build timeouts before forcing exploratory tunnel for replies.
getMaxDataSize(PeerState) - Static method in class net.i2p.router.transport.udp.PacketBuilder2
Calculates the maximum payload size that can be sent to this peer in a single data packet.
getMaxDelay() - Static method in class net.i2p.router.transport.udp.InboundEstablishState
Max delay including backoff.
getMaxDispatchAgeMs() - Static method in class net.i2p.router.Tuner
The max dispatch age in ms.
getMaxDropProbability() - Method in class net.i2p.util.SyntheticREDQueue
Returns the current max drop probability.
getMaxEntries() - Static method in class net.i2p.router.networkdb.kademlia.LookupBanHammer
 
getMaxFileSize() - Method in class net.i2p.router.web.helpers.ConfigLoggingHelper
Retrieve the maximum log file size.
getMaxFilesPerTorrent() - Method in class org.klomp.snark.I2PSnarkUtil
 
getMaxFilesPerTorrent() - Method in class org.klomp.snark.SnarkManager
 
getMaxHandlers() - Static method in class net.i2p.router.transport.udp.PacketHandler
Returns the current max packet handler threads.
getMaxIbEstablishTime() - Static method in class net.i2p.router.transport.udp.UDPTransport
The inbound establish timeout in ms.
getMaxIbMsgsPerPump() - Static method in class net.i2p.router.tunnel.PumpedTunnelGateway
Get the max inbound messages per pump
getMaxIbMsgsPerPump() - Static method in class net.i2p.router.tunnel.TunnelDispatcher
 
getMaximum() - Method in class com.tomgibara.crinch.hashing.HashRange
 
getMaximum() - Method in class org.cybergarage.upnp.AllowedValueRange
Gets the maximum value for this allowed value range.
getMaximum() - Method in class org.rrd4j.core.jrrd.DataSource
Returns the maximum value input to this data source can have.
getMaximumFastPeers() - Method in class net.i2p.router.peermanager.ProfileOrganizer
 
getMaximumHighCapPeers() - Method in class net.i2p.router.peermanager.ProfileOrganizer
 
getMaximumRequired() - Method in class net.i2p.router.peermanager.PeerSelectionCriteria
Maximum number of peers required
getMaxInactiveTime() - Method in class org.klomp.snark.Peer
 
getMaxInactiveTime() - Method in class org.klomp.snark.WebPeer
 
getMaxInitialMessageSize() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
Largest message to send in SYN @since 0.9.47
getMaxLag() - Method in class net.i2p.router.JobQueue
Maximum lag time for jobs waiting in the queue.
getMaxLeaseSetLookupTime() - Static method in class net.i2p.router.networkdb.kademlia.IterativeSearchJob
 
getMaxLogMessages() - Method in class org.klomp.snark.SnarkManager
 
getMaxMemory() - Static method in class net.i2p.util.SystemVersion
Runtime.getRuntime().maxMemory() but check for bogus values
getMaxMessageSize() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
Maximum message size (MTU/MRU)
getMaxObEstablishTime() - Static method in class net.i2p.router.transport.udp.UDPTransport
The outbound establish timeout in ms.
getMaxObMsgsPerPump() - Static method in class net.i2p.router.tunnel.PumpedTunnelGateway
 
getMaxObMsgsPerPump() - Static method in class net.i2p.router.tunnel.TunnelDispatcher
 
getMaxOffenses() - Method in class net.i2p.router.Banlist
Get the current max offenses setting.
getMaxOffenses() - Method in class net.i2p.router.web.helpers.ConfigBanHelper
Get the maximum number of offenses before a peer is banned.
getMaxPacketCount() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
Maximum packets to buffer regardless of byte size (hybrid byte+packet limit)
getMaxParticipatingTunnels() - Method in class net.i2p.router.web.helpers.SidebarHelper
Maximum number of tunnels we are willing to participate in, either from config or a reasonable default based on system resources.
getMaxPendingTime() - Method in class net.i2p.router.JobStats
Get the maximum pending/wait time for a single run of this job type.
getMaxPerTunnelBandwidth(TunnelDispatcher.Location) - Method in class net.i2p.router.tunnel.TunnelDispatcher
Get the max bandwidth per transit tunnel.
getMaxPipeline() - Method in class org.klomp.snark.Peer
Returns the maximum request pipeline depth negotiated with the peer.
getMaxPipeline() - Method in class org.klomp.snark.WebPeer
 
getMaxPumpers() - Static method in class net.i2p.router.tunnel.TunnelGatewayPumper
Get the current max pumper threads.
getMaxQueue() - Static method in class net.i2p.router.tunnel.pool.BuildHandler
 
getMaxQueuedOutbound() - Static method in class net.i2p.router.transport.udp.EstablishmentManager
 
getMaxRdnsCacheSize() - Static method in class net.i2p.router.transport.CommSystemFacadeImpl
 
getMaxRecentEntries() - Method in class net.i2p.router.JobStats
Get the maximum number of recent execution entries tracked.
getMaxResendDelay() - Static method in class net.i2p.client.streaming.impl.Connection
 
getMaxResendDelayStatic() - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getMaxResends() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
Maximum retries per message
getMaxRetransmissionsStatic() - Static method in class net.i2p.client.streaming.impl.Connection
 
getMaxRouterInfoLookupTime() - Static method in class net.i2p.router.networkdb.kademlia.IterativeSearchJob
 
getMaxRTO() - Static method in class net.i2p.router.transport.udp.PeerState
maximum RTO ceiling.
getMaxRTOStatic() - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getMaxRttStatic() - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getMaxRunnerCount() - Method in class net.i2p.router.JobQueue
Current maximum number of job runners allowed.
getMaxSends() - Method in class net.i2p.router.transport.udp.OutboundMessageState
The max number of sends for any fragment.
getMaxSendWindow() - Static method in class net.i2p.router.transport.udp.PeerState
max send window (CWIN).
getMaxShareBandwidth() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
In Bytes per second
getMaxShareBandwidth() - Method in class net.i2p.router.transport.FIFOBandwidthRefiller
In Bytes per second
getMaxShutdownDelay() - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Get the maximum configured shutdown delay among all server tunnels.
getMaxSize() - Method in class net.i2p.router.crypto.pqc.MLKEMKeyFactory
Returns the current maximum precalc queue size.
getMaxSize() - Method in class net.i2p.router.crypto.ratchet.Elg2KeyFactory
Returns the current maximum precalc queue size.
getMaxSize() - Method in class net.i2p.router.transport.crypto.X25519KeyFactory
Returns the current maximum precalc queue size.
getMaxSlowStartWindow(I2PAppContext) - Static method in class net.i2p.client.streaming.impl.ConnectionPacketHandler
Get the maximum slow start window size.
getMaxSlowStartWindowStatic() - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
Max slow start window static.
getMaxStreams(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the maximum concurrent streams for the tunnel.
getMaxStreams(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getMaxSynResendsStatic() - Static method in class net.i2p.client.streaming.impl.Connection
 
getMaxTestJobs() - Static method in class net.i2p.router.tunnel.pool.TestJob
Get the maximum number of queued test jobs allowed before deferring.
getMaxThreads() - Static method in class net.i2p.router.transport.ntcp.NTCPSendFinisher
Returns the current max send finisher threads.
getMaxThreshold() - Method in class net.i2p.util.SyntheticREDQueue
Returns the current maximum threshold in bytes.
getMaxTime() - Method in class net.i2p.router.JobStats
Get the maximum execution time for a single run of this job type.
getMaxTotalConnsPerDay() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getMaxTotalConnsPerHour() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getMaxTotalConnsPerMinute() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getMaxUpBW() - Method in class org.klomp.snark.I2PSnarkUtil
 
getMaxUploaders() - Method in class org.klomp.snark.I2PSnarkUtil
 
getMaxValue(int) - Method in class org.rrd4j.core.DataImporter
getMaxValue.
getMaxValue() - Method in class org.rrd4j.core.Datasource
Returns maximal allowed value for this datasource.
getMaxValue() - Method in class org.rrd4j.core.DsDef
Returns maximal calculated source value.
getMaxValue(int) - Method in class org.rrd4j.core.RrdToolReader
 
getMaxValue(int) - Method in class org.rrd4j.core.XmlReader
 
getMaxValue() - Method in class org.rrd4j.graph.SourcedPlotElement
Get the maximum value.
getMaxWindowSize() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getMaxWriteBufs() - Static method in class net.i2p.router.transport.ntcp.NTCPConnection
Get the current max write buffers per NTCP connection.
getMayDisconnect() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
getMayDisconnect() - Method in class net.i2p.router.transport.udp.PeerState
whether we may disconnect.
getMD5(String) - Method in class net.i2p.router.web.ConsolePasswordManager
Get all MD5 usernames and passwords.
getMedianPeerClockSkew() - Method in class net.i2p.router.CommSystemFacade
Median clock skew of connected peers in seconds, or null if we cannot answer.
getMemory() - Method in class net.i2p.router.web.helpers.SidebarHelper
Retrieve amount of used memory.
getMemoryBar() - Method in class net.i2p.router.web.helpers.SidebarHelper
Render the memory usage bar with blended real-time and one-minute average
getMemoryPressure() - Static method in class net.i2p.router.Tuner
Returns current heap memory pressure as a ratio from 0.0 (no pressure) to 1.0 (heap full).
getMessage() - Method in exception net.i2p.client.streaming.I2PSocketException
For programmatic action based on specific failure code
getMessage() - Method in class net.i2p.data.i2np.TunnelGatewayMessage
Warning, at the IBGW, where the message was read in, this will be an UnknownI2NPMessage.
getMessage() - Method in class net.i2p.router.networkdb.kademlia.MessageWrapper.WrappedMessage
The wrapped I2NP message.
getMessage() - Method in class net.i2p.router.OutNetMessage
Specifies the message to be sent.
getMessage() - Method in class net.i2p.router.transport.udp.OutboundMessageState
 
getMessage() - Method in class net.i2p.router.web.helpers.SidebarHelper.NetworkStateMessage
Localized state description.
getMessage() - Method in class net.i2p.util.LogRecord
 
getMessage() - Method in exception org.json.simple.DeserializationException
getMessage.
getMessage() - Method in exception org.minidns.dnsname.InvalidDnsNameException.DNSNameTooLongException
getMessage.
getMessage() - Method in exception org.minidns.dnsname.InvalidDnsNameException.LabelTooLongException
getMessage.
getMessageData(byte[]) - Method in class net.i2p.router.OutNetMessage
Copies the message data to outbuffer.
getMessageDelay() - Method in interface net.i2p.router.RouterThrottle
How backed up we are at the moment processing messages (in milliseconds)
getMessageDelay() - Method in class net.i2p.router.RouterThrottleImpl
 
getMessageDelay() - Method in class net.i2p.router.web.helpers.SidebarHelper
How long it takes us to pump out a message, averaged over the last minute (pretty printed with the units attached)
getMessageExpiration() - Method in interface net.i2p.data.i2np.I2NPMessage
Date after which the message should be dropped (and the associated uniqueId forgotten)
getMessageExpiration() - Method in class net.i2p.data.i2np.I2NPMessageImpl
Date after which the message should be dropped (and the associated uniqueId forgotten)
getMessageExpiration() - Static method in class net.i2p.router.transport.udp.OutboundMessageState
 
getMessageHandler() - Method in class net.i2p.client.streaming.impl.ConnectionManager
 
getMessageId() - Method in class net.i2p.client.impl.MessageState
Return the message ID.
getMessageId() - Method in class net.i2p.data.i2cp.MessageId
 
getMessageId() - Method in class net.i2p.data.i2cp.MessagePayloadMessage
 
getMessageId() - Method in class net.i2p.data.i2cp.MessageStatusMessage
This is the router's ID for the message
getMessageId() - Method in class net.i2p.data.i2cp.ReceiveMessageBeginMessage
Message identifier for delivery tracking.
getMessageId() - Method in class net.i2p.data.i2cp.ReceiveMessageEndMessage
Get the message id.
getMessageId() - Method in class net.i2p.data.i2cp.ReportAbuseMessage
Message id.
getMessageId() - Method in class net.i2p.data.i2np.DeliveryStatusMessage
 
getMessageId() - Method in class net.i2p.router.ClientMessage
Valid for outbound; null for inbound.
getMessageId() - Method in class net.i2p.router.message.CloveSet
Get the message ID.
getMessageId() - Method in class net.i2p.router.OutNetMessage
 
getMessageId() - Method in interface net.i2p.router.transport.udp.ACKBitfield
Get the message ID this is partially ACKing.
getMessageId() - Method in class net.i2p.router.transport.udp.InboundMessageState
Returns the message ID.
getMessageId() - Method in class net.i2p.router.transport.udp.OutboundMessageState
 
getMessageId() - Method in class net.i2p.router.tunnel.FragmentedMessage
 
getMessageId() - Method in class net.i2p.router.tunnel.PendingGatewayMessage
 
getMessageIds() - Method in class net.i2p.router.tunnel.PendingGatewayMessage
The IDs of the TunnelDataMssages this message was fragmented into.
getMessageNonce() - Method in class net.i2p.router.ClientMessage
Valid for outbound; 0 for inbound.
getMessageReceiverThreads() - Static method in class net.i2p.router.transport.udp.UDPTransport
The current target MessageReceiver thread count.
getMessageReceiverUtilization() - Method in class net.i2p.router.transport.udp.InboundMessageFragments
Get message receiver pool utilization as a ratio (0.0-1.0).
getMessageReceiverUtilization() - Method in class net.i2p.router.transport.udp.UDPTransport
Message receiver pool utilization as a ratio (0.0-1.0).
getMessageReceiverUtilization(RouterContext) - Method in class net.i2p.router.Tuner.BaseParam
UDP message receiver pool utilization (0.0-1.0).
getMessages() - Method in class i2p.susi.dns.AddressbookBean
Perform actions, returning messages about this.
getMessages() - Method in class i2p.susi.dns.BlacklistBean
Status messages for the UI
getMessages() - Method in class i2p.susi.dns.ConfigBean
Get status messages for the UI.
getMessages() - Method in class i2p.susi.dns.LogBean
Get status messages for the UI.
getMessages() - Method in class i2p.susi.dns.NamingServiceBean
Perform actions, returning messages about this.
getMessages() - Method in class i2p.susi.dns.SubscriptionsBean
Get status messages for the UI.
getMessages() - Method in class net.i2p.i2ptunnel.web.IndexBean
Executes any action requested (start/stop/etc) and dump out the messages.
getMessages() - Method in class net.i2p.util.UIMessages
Newest last, or empty list.
getMessages() - Method in class org.klomp.snark.SnarkManager
 
getMessageSize() - Method in interface net.i2p.data.i2np.I2NPMessage
How large the message is, including any checksums, i.e.
getMessageSize() - Method in class net.i2p.data.i2np.I2NPMessageImpl
 
getMessageSize() - Method in class net.i2p.router.OutNetMessage
How large the message is, including the full 16 byte header.
getMessageSize() - Method in class net.i2p.router.transport.udp.OutboundMessageState
The size of the I2NP message.
getMessagesReceived() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
getMessagesReceived() - Method in class net.i2p.router.transport.udp.PeerState
I2NP messages received.
getMessagesSent() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
getMessagesSent() - Method in class net.i2p.router.transport.udp.PeerState
I2NP messages sent - does not include duplicates.
getMessagesSent() - Method in class net.i2p.router.tunnel.TunnelGateway
Get the number of messages sent.
getMessageString(String) - Static method in class edu.internet2.ndt.NDTConstants
Look up a translated string from the NDT message bundle.
getMessageStrings() - Method in class net.i2p.util.UIMessages
Newest last, or empty list.
getMessageType() - Method in class net.i2p.router.OutNetMessage
For debugging only.
getMessageType() - Method in class net.i2p.router.transport.udp.UDPPacket
Message type
getMessageTypeId() - Method in class net.i2p.router.OutNetMessage
 
getMetadata() - Method in class com.maxmind.db.Reader
Returns the metadata for the MaxMind DB file.
getMetadata() - Method in class com.maxmind.geoip2.DatabaseReader
 
getMetadata() - Method in class net.i2p.router.news.NewsXMLParser
The news metatdata.
getMetaInfo() - Method in class org.klomp.snark.MagnetState
Returns the MetaInfo for this magnet state.
getMetaInfo() - Method in class org.klomp.snark.PeerCoordinator
Returns the metainfo for this torrent.
getMetaInfo() - Method in class org.klomp.snark.Snark
Get the metainfo.
getMetaInfo() - Method in class org.klomp.snark.Storage
Returns the MetaInfo associated with this Storage.
getMethod() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Notification
Gets the name of the requested method.
getMethod() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Request
Gets the name of the requested method.
getMethod() - Method in class net.i2p.router.update.UpdateRunner
Method.
getMethod() - Method in interface net.i2p.update.UpdateTask
Get the update method.
getMethod() - Method in class org.cybergarage.http.HTTPRequest
Returns the HTTP method.
getMethod() - Method in class org.klomp.snark.UpdateRunner
 
getMethodResponseNode(String) - Method in class org.cybergarage.soap.SOAPResponse
Get the method response node for the given name.
getMimeByExtension(String) - Method in class org.klomp.snark.web.MimeTypes
Get the MIME type by filename extension.
getMimeType() - Method in class org.cybergarage.upnp.Icon
Gets the MIME type of the icon.
getMimeType(String) - Method in class org.klomp.snark.web.BasicServlet
Get the MIME type by filename extension.
getMin() - Method in class net.i2p.router.Tuner.BaseParam
Minimum value.
getMin() - Method in interface net.i2p.router.Tuner.TunableParam
The minimum value.
getMinAverageInterval() - Method in class net.i2p.stat.Frequency
What is the lowest average interval (aka most frequent) we have seen? (ms)
getMinBandwidthFloorPerTunnel(RouterContext) - Static method in class net.i2p.router.RouterThrottleImpl
Calculate a floor for per-tunnel bandwidth allocation based on participating tunnel count and total outbound bandwidth share.
getMinConcurrentMsgs() - Static method in class net.i2p.router.transport.udp.PeerState
minimum concurrent messages per peer.
getMinGzipSize() - Method in class net.i2p.util.LogManager
Get the minimum size for gzip compression.
getMinHighCapacityPeers() - Static method in class net.i2p.router.peermanager.ProfileOrganizer
 
getMinimum() - Method in class com.tomgibara.crinch.hashing.HashRange
 
getMinimum() - Method in class org.cybergarage.upnp.AllowedValueRange
Gets the minimum value for this allowed value range.
getMinimum() - Method in class org.rrd4j.core.jrrd.DataSource
Returns the minimum value input to this data source can have.
getMinimumFastPeers() - Method in class net.i2p.router.peermanager.ProfileOrganizer
 
getMinimumHeartbeat() - Method in class org.rrd4j.core.jrrd.DataSource
Returns the minimum required heartbeat for this data source.
getMinimumHighCapacityPeers() - Method in class net.i2p.router.peermanager.ProfileOrganizer
 
getMinimumPriority() - Method in class net.i2p.util.Log
Get the minimum priority for logging.
getMinimumRequired() - Method in class net.i2p.router.peermanager.PeerSelectionCriteria
Minimum number of peers required
getMinPacingRate() - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getMinPacingRateKBps() - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getMinPendingTime() - Method in class net.i2p.router.JobStats
Get the minimum pending/wait time for a single run of this job type.
getMinResendDelay() - Static method in class net.i2p.client.streaming.impl.Connection
 
getMinResendDelayStatic() - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getMinRTO() - Static method in class net.i2p.router.transport.udp.PeerState
minimum RTO floor.
getMinRTT() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
Minimum RTT observed, greater than zero
getMinRunnersDynamic() - Method in class net.i2p.router.JobQueueScaler
Get the minimum number of runners (floor), dynamic - reads property each time.
getMinSendSize() - Method in class net.i2p.router.transport.udp.OutboundMessageState
The minimum number of bytes we can send, which is the smallest unacked fragment we will send next.
getMinSize() - Method in class net.i2p.router.crypto.pqc.MLKEMKeyFactory
Returns the current minimum precalc queue size.
getMinSize() - Method in class net.i2p.router.crypto.ratchet.Elg2KeyFactory
Returns the current minimum precalc queue size.
getMinSize() - Method in class net.i2p.router.transport.crypto.X25519KeyFactory
Returns the current minimum precalc queue size.
getMinThreshold() - Method in class net.i2p.util.SyntheticREDQueue
Returns the current minimum threshold in bytes.
getMinTime() - Method in class net.i2p.router.JobStats
Get the minimum execution time for a single run of this job type.
getMinTimeToLeaseExpiry() - Method in class net.i2p.router.client.ClientManagerFacadeImpl
Get the minimum time to lease expiry across all clients.
getMinute() - Method in class org.cybergarage.http.Date
Gets the minute of the hour.
getMinValue(int) - Method in class org.rrd4j.core.DataImporter
getMinValue.
getMinValue() - Method in class org.rrd4j.core.Datasource
Returns minimal allowed value for this datasource.
getMinValue() - Method in class org.rrd4j.core.DsDef
Returns minimal calculated source value.
getMinValue(int) - Method in class org.rrd4j.core.RrdToolReader
 
getMinValue(int) - Method in class org.rrd4j.core.XmlReader
 
getMinValue() - Method in class org.rrd4j.graph.SourcedPlotElement
Get the minimum value.
getMissCount() - Method in class net.i2p.util.TryCache
Return the number of acquire() calls that found an empty cache (misses required allocating a new object).
getModData() - Method in class net.i2p.data.router.RouterKeyGenerator
The current (today's) mod data.
getModded() - Method in class i2p.susi.dns.AddressBean
Gets the date when this address was last modified.
getMode() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
getModelDescription() - Method in class org.cybergarage.upnp.Device
getModelDescription.
getModelName() - Method in class org.cybergarage.upnp.Device
getModelName.
getModelNumber() - Method in class org.cybergarage.upnp.Device
getModelNumber.
getModelURL() - Method in class org.cybergarage.upnp.Device
getModelURL.
getModerateLoadCpuPct() - Static method in class net.i2p.router.tunnel.pool.RequestThrottler
Get the moderate-load CPU threshold percentage.
getModerateLoadLagMs() - Static method in class net.i2p.router.tunnel.pool.RequestThrottler
Get the moderate-load job lag threshold in milliseconds.
getModerateLoadSysLoadPct() - Static method in class net.i2p.router.tunnel.pool.RequestThrottler
Get the moderate-load system load threshold percentage (normalized by cores).
getMostRecentCriticalMessages() - Method in class net.i2p.util.LogConsoleBuffer
Retrieve the currently buffered critical messages, earlier values were generated...
getMostRecentErrorMessages() - Method in class net.i2p.router.CommSystemFacade
Retrieve recent transport-related error messages for display in the console.
getMostRecentErrorMessages() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
 
getMostRecentErrorMessages() - Method in interface net.i2p.router.transport.Transport
 
getMostRecentErrorMessages() - Method in class net.i2p.router.transport.TransportImpl
 
getMostRecentErrorMessages() - Method in class net.i2p.router.transport.TransportManager
 
getMostRecentMessages() - Method in class net.i2p.util.LogConsoleBuffer
Retrieve the currently buffered messages, earlier values were generated...
getMsgIdBloomXor() - Method in class net.i2p.router.TunnelPoolSettings
 
getMTU(InetAddress, boolean) - Static method in class net.i2p.router.transport.udp.MTU
The MTU for the socket interface, if available.
getMTU() - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
What is the largest packet we can send to the peer? Only used for Session Confirmed packets.
getMTU() - Method in class net.i2p.router.transport.udp.PeerState
Maximum transmission unit.
getMTU() - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
 
getMTU() - Method in interface net.i2p.router.transport.udp.SSU2Sender
 
getMTU() - Method in class net.i2p.router.transport.udp.UDPAddress
 
getMTU(boolean) - Method in class net.i2p.router.transport.udp.UDPTransport
The MTU for the socket interface.
getMulticastAddress() - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
Get the multicast address string.
getMulticastInetAddress() - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
Get the multicast inet address.
getMulticastIPv4Address() - Method in class org.cybergarage.upnp.Device
 
getMulticastIPv4Address() - Method in class org.cybergarage.upnp.xml.DeviceData
Returns the IPv4 multicast address.
getMulticastIPv6Address() - Method in class org.cybergarage.upnp.Device
 
getMulticastIPv6Address() - Method in class org.cybergarage.upnp.xml.DeviceData
Returns the IPv6 multicast address.
getMulticastPort() - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
Get the destination port for multicast packet.
getMultihome(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Check whether the tunnel should bundle reply information (multihome mode).
getMultihome(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getMX() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
getMX.
getMyDestHashBase32() - Method in class net.i2p.i2ptunnel.TunnelController
Returns null if not running.
getMyDestination() - Method in interface net.i2p.client.I2PSession
Retrieve the Destination this session serves as the endpoint for.
getMyDestination() - Method in class net.i2p.client.impl.I2PSessionImpl
Retrieve the destination of the session
getMyDestination() - Method in class net.i2p.i2ptunnel.TunnelController
Returns null if not running.
getMyDestination() - Method in class org.klomp.snark.I2PSnarkUtil
 
getMYNAME() - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
getMYNAME.
getMyRating() - Method in class org.klomp.snark.comments.CommentSet
Returns the local user's rating, or 0 if none.
getNacks() - Method in class net.i2p.client.streaming.impl.MessageInputStream
Gets an array of missing block IDs between the highest ready block and highest received block.
getNacks() - Method in class net.i2p.client.streaming.impl.Packet
List of packet sequence numbers below the getAckThrough() value have not been received.
getNACKs() - Method in class net.i2p.client.streaming.impl.PacketLocal
Warning: This is different than getNacks() in super
getNACKs() - Method in class net.i2p.router.transport.udp.OutboundMessageState
 
getName() - Method in class com.maxmind.geoip.Country
Returns the name of this country.
getName() - Method in class com.thetransactioncompany.jsonrpc2.server.MessageContext.BasicPrincipal
Returns the principal name.
getName() - Method in class gnu.getopt.LongOpt
Returns the name of this LongOpt as a String
getName() - Method in class i2p.susi.dns.AddressBean
The ASCII (Punycode) name
getName() - Method in class i2p.susi.webmail.encoding.Base64
 
getName() - Method in class i2p.susi.webmail.encoding.EightBit
 
getName() - Method in class i2p.susi.webmail.encoding.Encoding
Returns the name of this encoding.
getName() - Method in class i2p.susi.webmail.encoding.HeaderLine
 
getName() - Method in class i2p.susi.webmail.encoding.HTML
 
getName() - Method in class i2p.susi.webmail.encoding.QuotedPrintable
 
getName() - Method in class i2p.susi.webmail.encoding.SevenBit
 
getName() - Method in interface net.i2p.app.ClientApp
The generic name of the ClientApp, used for registration, e.g.
getName() - Method in class net.i2p.apps.systray.UrlLauncher
ClientApp interface
getName() - Method in class net.i2p.client.impl.I2PSessionImpl
Get the session name for logging
getName() - Method in class net.i2p.client.naming.HostTxtEntry
Return the hostname.
getName() - Method in class net.i2p.client.naming.NamingService
Get the name of this naming service.
getName() - Method in class net.i2p.client.naming.SingleFileNamingService
Return the file's absolute path.
getName() - Method in interface net.i2p.client.streaming.I2PSocketManager
For logging / diagnostics only
getName() - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
For logging / diagnostics only
getName() - Method in class net.i2p.crypto.eddsa.spec.EdDSAGenParameterSpec
Returns the name of the EdDSA curve.
getName() - Method in class net.i2p.crypto.eddsa.spec.EdDSANamedCurveSpec
Return the curve name.
getName() - Method in enum net.i2p.crypto.EncAlgo
 
getName() - Method in enum net.i2p.crypto.SigAlgo
 
getName() - Method in class net.i2p.desktopgui.ExternalMain
 
getName() - Method in class net.i2p.desktopgui.Main
 
getName() - Method in class net.i2p.i2pcontrol.I2PControlController
 
getName() - Method in class net.i2p.i2pcontrol.SocketController
 
getName() - Method in class net.i2p.i2ptunnel.TunnelController
 
getName() - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
ClientApp interface
getName() - Method in class net.i2p.jetty.I2PLogger
 
getName() - Method in class net.i2p.jetty.JettyStart
 
getName() - Method in class net.i2p.router.client.CreateSessionJob
Return the name
getName() - Method in class net.i2p.router.client.LookupDestJob
Return the name
getName() - Method in class net.i2p.router.client.MessageReceivedJob
 
getName() - Method in class net.i2p.router.client.ReportAbuseJob
Return the name
getName() - Method in class net.i2p.router.client.RequestLeaseSetJob
Return the name
getName() - Method in interface net.i2p.router.Job
Descriptive name of the task
getName() - Method in class net.i2p.router.JobStats
Get the name of this job type.
getName() - Method in class net.i2p.router.message.HandleGarlicMessageJob
Returns a descriptive name for this job.
getName() - Method in class net.i2p.router.message.OutboundClientMessageOneShotJob
 
getName() - Method in class net.i2p.router.message.SendMessageDirectJob
 
getName() - Method in class net.i2p.router.networkdb.HandleDatabaseLookupMessageJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.CleanupLURoutersJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.ContactDrivenRefreshJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.DirectLookupJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.DirectLookupMatchJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.ExpireLeasesJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.ExpireRoutersJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.ExploreJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.FloodfillMonitorJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.FloodfillRouterInfoFloodJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.FloodfillStoreJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.FloodfillVerifyStoreJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.FloodOnlyLookupMatchJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.FloodOnlyLookupTimeoutJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.FloodOnlySearchJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.FloodSearchJob
Deprecated, unused, see FOSJ override
getName() - Method in class net.i2p.router.networkdb.kademlia.HandleFloodfillDatabaseStoreMessageJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.IterativeFollowupJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.IterativeLookupJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.IterativeSearchJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.IterativeTimeoutJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.ProbeStalePeerJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.RefreshRoutersJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.RepublishLeaseSetJob
Human-readable name for the job queue.
getName() - Method in class net.i2p.router.networkdb.kademlia.SearchJob.FailedJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.SearchJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.SearchReplyJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.SearchUpdateReplyFoundJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.SingleLookupJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.SingleSearchJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.StartExplorersJob
 
getName() - Method in class net.i2p.router.networkdb.kademlia.StoreJob
Get the name of this job for logging and debugging.
getName() - Method in class net.i2p.router.networkdb.PublishLocalRouterInfoJob
 
getName() - Method in class net.i2p.router.news.NewsManager
 
getName() - Method in class net.i2p.router.peermanager.PeerTestJob
 
getName() - Method in class net.i2p.router.startup.BootCommSystemJob
 
getName() - Method in class net.i2p.router.startup.BootNetworkDbJob
 
getName() - Method in class net.i2p.router.startup.BootPeerManagerJob
 
getName() - Method in class net.i2p.router.startup.BuildTrustedLinksJob
 
getName() - Method in class net.i2p.router.startup.CreateRouterInfoJob
 
getName() - Method in class net.i2p.router.startup.LoadClientAppsJob
 
getName() - Method in class net.i2p.router.startup.LoadRouterInfoJob
 
getName() - Method in class net.i2p.router.startup.RebuildRouterInfoJob
 
getName() - Method in class net.i2p.router.startup.StartAcceptingClientsJob
 
getName() - Method in class net.i2p.router.startup.StartupJob
 
getName() - Method in class net.i2p.router.sybil.Analysis
Gets the application name.
getName() - Method in class net.i2p.router.tasks.PersistRouterInfoJob
Get the name of this job.
getName() - Method in class net.i2p.router.tasks.ReadConfigJob
Get the name of this job.
getName() - Method in class net.i2p.router.tasks.UpdateRoutingKeyModifierJob
Get the name of this job.
getName() - Method in class net.i2p.router.Tuner.BaseParam
Param name.
getName() - Method in interface net.i2p.router.Tuner.TunableParam
The param name.
getName() - Method in class net.i2p.router.tunnel.pool.ExpireJob
 
getName() - Method in class net.i2p.router.tunnel.pool.TestJob
 
getName() - Method in class net.i2p.router.update.ConsoleUpdateManager
App name @since 0.9.12.
getName() - Method in class net.i2p.router.web.GraphGenerator
 
getName() - Method in class net.i2p.router.web.GraphListener
Get the RRD datasource name for the primary stat.
getName() - Method in class net.i2p.router.web.helpers.NetDbCachingJob
 
getName() - Method in class net.i2p.router.web.NavHelper
 
getName() - Method in class net.i2p.router.web.RouterConsoleRunner
 
getName() - Method in class net.i2p.router.web.ShellService
The generic name of the ClientApp, used for registration, e.g.
getName() - Method in class net.i2p.sam.SAMBridge
Return the name
getName() - Method in class net.i2p.stat.FrequencyStat
Unique name for this statistic.
getName() - Method in class net.i2p.stat.RateStat
Unique name for this rate stat.
getName() - Method in class net.i2p.util.Log
Get the logger name.
getName() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMParameters
getName.
getName() - Method in class org.cybergarage.http.HTTPHeader
Gets the header name.
getName() - Static method in class org.cybergarage.http.HTTPServer
getName.
getName() - Method in class org.cybergarage.http.Parameter
Gets the parameter name.
getName() - Method in class org.cybergarage.upnp.Action
Gets name of this action.
getName() - Method in class org.cybergarage.upnp.Argument
Gets the name of this argument.
getName() - Method in class org.cybergarage.upnp.event.Property
getName.
getName() - Method in class org.cybergarage.upnp.StateVariable
Gets the name of this state variable.
getName() - Method in class org.cybergarage.xml.Attribute
Gets the name of this attribute.
getName() - Method in class org.cybergarage.xml.Node
Gets the name of this node.
getName() - Method in class org.klomp.snark.comments.Comment
Returns the commenter's name.
getName() - Method in class org.klomp.snark.MagnetURI
Returns the display name for this magnet link.
getName() - Method in class org.klomp.snark.MetaInfo
Returns the requested name for the file or toplevel directory.
getName() - Method in class org.klomp.snark.PeerCoordinator
Returns the torrent name.
getName() - Method in class org.klomp.snark.Snark
Get the file name of the .torrent file.
getName() - Method in class org.klomp.snark.SnarkManager
ClientApp method.
getName() - Method in class org.klomp.snark.web.FetchAndAdd
 
getName() - Method in class org.rrd4j.core.Datasource
Returns datasource name.
getName() - Method in class org.rrd4j.core.jrrd.DataSource
Returns the name of this data source.
getName() - Method in class org.rrd4j.core.RrdBackendFactory
Returns the name (primary ID) for the factory.
getName() - Method in class org.rrd4j.data.Source
Returns the source name.
getNameAndInfoHash(InputStream, byte[]) - Static method in class org.klomp.snark.MetaInfo
Efficiently returns the name and the 20 byte SHA1 hash of the info dictionary in a torrent file.
getNamedParams() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Notification
Gets the named parameters.
getNamedParams() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Request
Gets the named parameters.
getNames() - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Returns the names of all available parameters.
getNames(Properties) - Method in class net.i2p.client.naming.HostsTxtNamingService
All services aggregated, unless options contains the property "file", in which case only for that file
getNames(Properties) - Method in class net.i2p.client.naming.MetaNamingService
All services aggregated
getNames() - Method in class net.i2p.client.naming.NamingService
Get all known hostnames.
getNames(Properties) - Method in class net.i2p.client.naming.NamingService
Get all known hostnames matching the specified options.
getNames(Properties) - Method in class net.i2p.client.naming.SingleFileNamingService
Return all known host names.
getNames(Properties) - Method in class net.i2p.router.naming.BlockfileNamingService
Broken prior to 0.9.62, would only return one name.
getNamingServices() - Method in class net.i2p.client.naming.MetaNamingService
 
getNamingServices() - Method in class net.i2p.client.naming.NamingService
This implementation returns null.
getNanSeconds(int) - Method in class org.rrd4j.core.DataImporter
getNanSeconds.
getNanSeconds() - Method in class org.rrd4j.core.Datasource
Returns the number of accumulated NaN seconds.
getNanSeconds(int) - Method in class org.rrd4j.core.RrdToolReader
 
getNanSeconds(int) - Method in class org.rrd4j.core.XmlReader
 
getNanSteps() - Method in class org.rrd4j.core.ArcState
Returns the number of currently accumulated NaN steps.
getNAttributes() - Method in class org.cybergarage.xml.Node
Gets the number of attributes this node has.
getNavBarHtml() - Method in class net.i2p.router.web.helpers.NetDbHelper
Get the navigation bar HTML.
getNDTvar(String) - Method in class edu.internet2.ndt.Tcpbw100
Function that returns a variable corresponding to the parameter passed to it as a request.
getNeeded() - Method in class org.klomp.snark.Snark
Does not account (i.e.
getNeededLength() - Method in class org.klomp.snark.PeerCoordinator
Bytes still wanted.
getNeededLength() - Method in class org.klomp.snark.Snark
Bytes still wanted.
getNeededLength() - Method in class org.klomp.snark.web.FetchAndAdd
 
getNegativeA() - Method in class net.i2p.crypto.eddsa.EdDSAPublicKey
getNegativeA.
getNegativeA() - Method in class net.i2p.crypto.eddsa.spec.EdDSAPublicKeySpec
Returns the negation of the public key group element.
getNetDbSummary() - Method in class net.i2p.router.web.helpers.NetDbHelper
Net db summary.
getNetDbSummary(Writer, String, int, long) - Method in class net.i2p.router.web.helpers.SybilRenderer
Entry point
getNetID() - Method in class net.i2p.router.transport.udp.SSU2Header.Header
long headers only
getNetworkId() - Method in class net.i2p.data.router.RouterInfo
which network is this routerInfo a part of.
getNetworkID() - Method in class net.i2p.router.Router
The network ID.
getNetworkRings() - Method in class net.i2p.router.web.helpers.HealthHelper
 
getNewClassBox() - Method in class net.i2p.router.web.helpers.ConfigLoggingHelper
All the classes the log manager knows about, except ones that already have overrides.
getNewDest(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Check whether the tunnel should get a new destination on resume.
getNewDest(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getNewestLeaseSet() - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
getNewIBEPID() - Method in class net.i2p.router.tunnel.TunnelDispatcher
Get a new random receive tunnel ID that isn't a duplicate
getNewIBZeroHopID() - Method in class net.i2p.router.tunnel.TunnelDispatcher
Get a new random receive tunnel ID that isn't a duplicate (zero hop)
getNewOBGWID() - Method in class net.i2p.router.tunnel.TunnelDispatcher
Get a new random send tunnel ID that isn't a duplicate
getNewsHelper() - Method in class net.i2p.router.web.helpers.SidebarHelper
Stored NewsHelper.
getNewsStatus() - Method in class net.i2p.router.web.ConfigUpdateHelper
 
getNewsThroughProxy() - Method in class net.i2p.router.web.ConfigUpdateHelper
 
getNewsURL() - Method in class net.i2p.router.web.ConfigUpdateHelper
 
getNewsURL(I2PAppContext) - Static method in class net.i2p.router.web.ConfigUpdateHelper
 
getNext() - Method in class net.i2p.router.JobQueue
Next job in queue.
getNextBid(OutNetMessage) - Method in class net.i2p.router.transport.TransportManager
Get the best bid, skipping failed transports and unreachable peers.
getNextDelay(long) - Method in class net.i2p.router.transport.udp.PeerState
Uses cached oldest lifetime from the most recent finishAndAllocate() pass.
getNextElement(O) - Method in class i2p.susi.util.Folder
Retrieves the next element in the sorted array.
getNextHashed() - Method in class org.minidns.record.NSEC3
getNextHashed.
getNextHashedBase32() - Method in class org.minidns.record.NSEC3
getNextHashedBase32.
getNextHashedDnsLabel() - Method in class org.minidns.record.NSEC3
getNextHashedDnsLabel.
getNextIndicator() - Method in class org.klomp.snark.bencode.BDecoder
Returns what the next bencoded object will be on the stream, or -1 at end of stream.
getNextKey() - Method in class net.i2p.router.crypto.ratchet.RatchetTagSet
Next Forward Key if applicable (outbound ES and we're running low).
getNextKeys() - Method in class net.i2p.router.crypto.ratchet.RatchetTagSet
Next Forward KeyPair if applicable (we're running low).
getNextMessage() - Method in class net.i2p.router.transport.TransportImpl
Nonblocking call to pull the next outbound message off the queue.
getNextMessageId() - Method in class net.i2p.router.client.ClientConnectionRunner
Get the next message id.
getNextModData() - Method in class net.i2p.data.router.RouterKeyGenerator
Tomorrow's mod data.
getNextNonce() - Static method in class net.i2p.i2ptunnel.web.IndexBean
Get the next nonce from the queue.
getNextNonce(HttpSession) - Static method in class net.i2p.i2ptunnel.web.IndexBean
Session-bound nonce generation - replaces static nonce when session available
getNextOutboundPacketNum() - Method in class net.i2p.client.streaming.impl.Connection
Get the next outbound packet sequence number.
getNextPacketNumber() - Method in class net.i2p.router.transport.udp.PeerState2
Next outbound packet number, starts at 1 for Alice (0 is Session Confirmed) and 0 for Bob
getNextPacketNumber() - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
 
getNextPacketNumber() - Method in interface net.i2p.router.transport.udp.SSU2Sender
 
getNextPacketNumberNoThrow() - Method in class net.i2p.router.transport.udp.PeerState2
For PeerStateDestroyed only, after we are dead
getNextPage() - Method in class net.metanotion.io.block.FreeListBlock
 
getNextPath() - Method in class org.rrd4j.graph.PathIterator
Gets the next continuous path segment from the data.
getNextQueuedMessage() - Method in class net.i2p.router.transport.udp.InboundEstablishState
Pull from the message queue
getNextQueuedMessage() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
Get the next queued message.
getNextReadBuf() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Get the next read buffer, or null if none available.
getNextRequest() - Method in class org.klomp.snark.MagnetState
Get the next chunk number to request.
getNextRootKey() - Method in class net.i2p.router.crypto.ratchet.RatchetTagSet
Root key for the next DH ratchet.
getNextRoutingKey(Hash) - Method in class net.i2p.data.router.RouterKeyGenerator
Get the routing key using tomorrow's modData, not today's
getNextSendTime() - Method in class net.i2p.client.streaming.impl.Connection
Time when the scheduler next want to send a packet, or -1 if never.
getNextSendTime() - Method in class net.i2p.router.transport.udp.InboundEstablishState
The next time at which we should send a packet for this establishment.
getNextSendTime() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
The next time a message should be sent.
getNextSet(int) - Method in class com.google.zxing.common.BitArray
Gets the index of the next set bit.
getNextToken() - Method in class net.i2p.router.transport.udp.InboundEstablishState2
 
getNextToken() - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
Get the next token for this connection
getNextUnset(int) - Method in class com.google.zxing.common.BitArray
Gets the index of the next unset bit.
getNextVolley() - Method in class net.i2p.router.transport.udp.OutboundMessageFragments
Fetch all the packets for a message volley, blocking until there is a message which can be fully transmitted (or the transport is shut down).
getNextWriteBuf() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Returns but does not remove the buffer.
getNextYK() - Method in class net.i2p.crypto.YKGenerator
Next precomputed YK value.
getNHeaders() - Method in class org.cybergarage.http.HTTPPacket
Gets the number of headers in this HTTP packet.
getNHostAddresses() - Static method in class org.cybergarage.net.HostInterface
getNHostAddresses.
getNick() - Method in class net.i2p.sam.SAMv3DatagramSession
Get the session nickname.
getNick() - Method in class net.i2p.sam.SAMv3RawSession
Get the session nickname.
getNick() - Method in class net.i2p.sam.SAMv3StreamSession
 
getNick() - Method in interface net.i2p.sam.Session
 
getNID() - Method in class org.klomp.snark.dht.NodeInfo
 
getNNodes() - Method in class org.cybergarage.xml.Node
Gets the number of child nodes this node has.
getNode() - Method in class org.cybergarage.upnp.xml.NodeData
Get the XML node.
getNode(int) - Method in class org.cybergarage.xml.Node
Gets the child node at the specified index.
getNode(String) - Method in class org.cybergarage.xml.Node
Gets the first child node with the specified name.
getNode(int) - Method in class org.cybergarage.xml.NodeList
Gets the node at the specified index.
getNode(String) - Method in class org.cybergarage.xml.NodeList
Gets the first node with the specified name.
getNodeByteSize() - Method in class com.maxmind.db.Metadata
 
getNodeCount() - Method in class com.maxmind.db.Metadata
 
getNodeEndsWith(String) - Method in class org.cybergarage.xml.Node
Gets the first child node whose name ends with the specified string.
getNodes(Node, String) - Static method in class net.i2p.router.news.NewsXMLParser
Helper to get all Nodes matching the name
getNodeValue(String) - Method in class org.cybergarage.xml.Node
Gets the value of the first child node with the specified name.
getNofilter_password() - Method in class net.i2p.router.web.helpers.ConfigReseedHelper
Retrieve the configured proxy password for reseeding.
getNofilter_spassword() - Method in class net.i2p.router.web.helpers.ConfigReseedHelper
Retrieve the configured SSL proxy password for reseeding.
getNonce() - Method in class net.i2p.client.impl.LkupResult
For async calls only.
getNonce() - Method in interface net.i2p.client.LookupResult
For async calls only.
getNonce() - Method in class net.i2p.data.i2cp.MessageStatusMessage
This is the client's ID for the message
getNonce() - Method in class net.i2p.data.i2cp.SendMessageMessage
Gets the message nonce.
getNonce() - Method in class net.i2p.router.crypto.ratchet.SessionKeyAndNonce
For ES, else 0
getNonce() - Method in class net.i2p.router.transport.udp.PeerTestState
Return the test nonce identifier.
getNonce(HttpSession) - Static method in class net.i2p.router.web.CSSHelper
Session-bound nonce generation - replaces static consoleNonce, updateNonce, reseedNonce, systemNonce
getNonce() - Static method in class net.i2p.router.web.CSSHelper
Get current CSRF nonce, rotating every 5 minutes.
getNonce() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMPrivateKeyParameters
Nonce.
getNonStdAttribute(String) - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Message
Retrieves a non-standard JSON-RPC 2.0 message attribute.
getNonStdAttributes() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Message
Retrieves the non-standard JSON-RPC 2.0 message attributes.
getNormalizingTransform() - Method in class org.jfree.svg.SVGGraphicsConfiguration
Returns the normalizing transform.
getNotes() - Method in class i2p.susi.dns.AddressBean
Gets the notes for this address entry, HTML escaped.
getNotices() - Method in class net.i2p.router.web.FormHandler
Display any non-error messages (processing the form if it hasn't been yet)
getNotificationHandler(String) - Method in class com.thetransactioncompany.jsonrpc2.server.Dispatcher
Gets the handler for the specified JSON-RPC 2.0 notification name.
getNotifyCount() - Method in class org.cybergarage.upnp.event.Subscriber
getNotifyCount.
getNotModified() - Method in class net.i2p.util.EepGet
Whether the server returned 304.
getNoVersionBanChecked() - Method in class net.i2p.router.web.helpers.ConfigBanHelper
Get the checked status of the no version ban option.
getNT() - Method in class org.cybergarage.upnp.event.SubscriptionRequest
getNT.
getNT() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
getNT.
getNT() - Method in class org.cybergarage.upnp.ssdp.SSDPRequest
getNT.
getNTCP2StaticIV() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
The static IV
getNTCP2StaticPrivkey() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
The static priv key
getNTCP2StaticPubkey() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
The static priv key
getNtcphostname() - Method in class net.i2p.router.web.helpers.ConfigNetHelper
Get the NTCP hostname.
getNtcpport() - Method in class net.i2p.router.web.helpers.ConfigNetHelper
Get the NTCP port.
getNTS() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
getNTS.
getNTS() - Method in class org.cybergarage.upnp.ssdp.SSDPRequest
getNTS.
getNumArchives() - Method in class org.rrd4j.core.jrrd.RRDatabase
Returns the number of archives in this database.
getNumber() - Method in class org.klomp.snark.bencode.BEValue
Returns this BEValue as a Number.
getNumBlocks() - Method in class com.google.zxing.qrcode.decoder.Version.ECBlocks
 
getNumDataBytesAndNumECBytesForBlockID(int, int, int, int, int[], int[]) - Static method in class com.google.zxing.qrcode.encoder.Encoder
Get number of data bytes and number of error correction bytes for block id "blockID".
getNumMails() - Method in class i2p.susi.webmail.pop3.POP3MailBox
Warning - forces a connection.
getNumReplies() - Method in class net.i2p.data.i2np.DatabaseSearchReplyMessage
 
getNumSends() - Method in class net.i2p.client.streaming.impl.PacketLocal
 
getObservedRTT(RouterContext, String) - Method in class net.i2p.router.Tuner.BaseParam
Fetch observed RTT, falling back to udp.sendConfirmTime when the primary stat has no events (lightly loaded router).
getObservedStat(RouterContext) - Method in class net.i2p.router.Tuner.BaseParam
 
getOffenseWindow() - Method in class net.i2p.router.Banlist
Get the current offense window setting in ms.
getOffenseWindow() - Method in class net.i2p.router.web.helpers.ConfigBanHelper
Get the offense window in minutes.
getOfflineExpiration() - Method in interface net.i2p.client.I2PSession
Get the offline expiration
getOfflineExpiration() - Method in class net.i2p.client.impl.I2PSessionImpl
Java time (ms) or 0 if not initialized or does not have offline keys.
getOfflineExpiration() - Method in class net.i2p.data.i2cp.SessionConfig
Get the offline expiration
getOfflineExpiration() - Method in class net.i2p.data.PrivateKeyFile
Get the offline key expiration time.
getOfflineSignature() - Method in interface net.i2p.client.I2PSession
Get the offline signature.
getOfflineSignature() - Method in class net.i2p.client.impl.I2PSessionImpl
Null on error or if not initialized or does not have offline keys.
getOfflineSignature() - Method in class net.i2p.data.i2cp.SessionConfig
Gets the offline signature from the options.
getOfflineSignature() - Method in class net.i2p.data.PrivateKeyFile
Get the offline signature.
getOffset() - Method in interface i2p.susi.util.Buffer
Get the offset into the underlying data.
getOffset() - Method in class i2p.susi.util.FileBuffer
Get the byte offset into the file.
getOffset() - Method in class i2p.susi.util.MemoryBuffer
 
getOffset() - Method in class i2p.susi.util.OutputStreamBuffer
 
getOffset() - Method in class i2p.susi.util.ReadBuffer
Always valid
getOffset() - Method in class net.i2p.data.ByteArray
Returns the offset into the byte array.
getOffset() - Method in class net.i2p.router.transport.udp.SSU2Bitfield
 
getOffset() - Method in class net.i2p.router.tunnel.PendingGatewayMessage
The index into the data to be sent.
getOffset() - Method in class net.i2p.util.Clock
Get the current offset from system time.
getOffsets(byte[], int[], int[]) - Method in class org.xlattice.crypto.filters.KeySelector
Given a key, populate the word and bit offset arrays, each of which has k elements.
getOffsets(byte[], int, int, int[], int[]) - Method in class org.xlattice.crypto.filters.KeySelector
Given a key, populate the word and bit offset arrays, each of which has k elements.
getOID() - Method in enum net.i2p.crypto.SigType
The OID for the signature.
getOMF() - Method in class net.i2p.router.transport.udp.UDPTransport
 
getOne() - Method in class com.google.zxing.common.reedsolomon.GenericGF
Multiplicative identity (one polynomial).
getOnFailed() - Method in class net.i2p.router.client.LeaseRequestState
Get the on-failed job.
getOnFailedReplyJob() - Method in class net.i2p.router.OutNetMessage
If the Message selector is specified but it doesn't find a reply before its expiration passes, this job is enqueued.
getOnFailedSendJob() - Method in class net.i2p.router.OutNetMessage
If the router could not be reached or the expiration passed, this job is enqueued.
getOnGranted() - Method in class net.i2p.router.client.LeaseRequestState
Get the on-granted job.
getOnReplyJob() - Method in class net.i2p.router.OutNetMessage
If the MessageSelector detects a reply, this job is enqueued
getOnSendJob() - Method in class net.i2p.router.OutNetMessage
After the message is successfully passed to the router specified, the given job is enqueued.
getOOBInline() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getOpcode(int) - Static method in enum org.minidns.dnsmessage.DnsMessage.OPCODE
Retrieve the symbolic name of an opcode byte.
getOpenCount(RrdDb) - Method in class org.rrd4j.core.RrdDbPool
Returns the number of usage for a RRD.
getOpenCount(String) - Method in class org.rrd4j.core.RrdDbPool
Returns the number of usage for a RRD.
getOpenCount(URI) - Method in class org.rrd4j.core.RrdDbPool
Returns the number of usage for a RRD.
getOpenFileCount() - Method in class org.rrd4j.core.RrdDbPool
Returns the number of open RRD.
getOpenFiles() - Method in class org.rrd4j.core.RrdDbPool
Returns an array of open RRD.
getOpenTrackers() - Method in class org.klomp.snark.I2PSnarkUtil
List of open tracker announce URLs to use as backups
getOpenUri() - Method in class org.rrd4j.core.RrdDbPool
Returns an array of open RRD URI.
getOpenUriStream() - Method in class org.rrd4j.core.RrdDbPool
Returns an stream open RRD.
getOpt(String, Class<T>, T) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified optional parameter which must map to the provided class (use the appropriate wrapper class for primitive types).
getOpt(String, Class<T>, boolean, T) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified optional parameter which must map to the provided class (use the appropriate wrapper class for primitive types).
getOpt(int, Class<T>, T) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified optional parameter which must map to the provided class (use the appropriate wrapper class for primitive types).
getOpt(int, Class<T>, boolean, T) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified optional parameter which must map to the provided class (use the appropriate wrapper class for primitive types).
Getopt - Class in gnu.getopt
This is a Java port of GNU getopt, a class for parsing command line arguments passed to programs.
Getopt(String, String[], String) - Constructor for class gnu.getopt.Getopt
Construct a basic Getopt instance with the given input data.
Getopt(String, String[], String, LongOpt[]) - Constructor for class gnu.getopt.Getopt
Construct a Getopt instance with given input data that is capable of parsing long options as well as short.
Getopt(String, String[], String, LongOpt[], boolean) - Constructor for class gnu.getopt.Getopt
Construct a Getopt instance with given input data that is capable of parsing long options and short options.
getopt() - Method in class gnu.getopt.Getopt
This method returns a char that is the current option that has been parsed from the command line.
getOptarg() - Method in class gnu.getopt.Getopt
For communication from `getopt' to the caller.
getOptBoolean(String, boolean) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified optional boolean (maps from JSON true/false) parameter.
getOptBoolean(int, boolean) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified optional boolean (maps from JSON true/false) parameter.
getOptDouble(String, double) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified optional numeric parameter as a double.
getOptDouble(int, double) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified optional numeric parameter as a double.
getOptEnum(String, Class<T>, T) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified optional enumerated parameter (from a JSON string that has a predefined set of possible values).
getOptEnum(String, Class<T>, T, boolean) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified optional enumerated parameter (from a JSON string that has a predefined set of possible values), allowing for a case insenstive match.
getOptEnum(int, Class<T>, String) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified optional enumerated parameter (from a JSON string that has a predefined set of possible values).
getOptEnum(int, Class<T>, String, boolean) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified optional enumerated parameter (from a JSON string that has a predefined set of possible values), allowing for a case insenstive match.
getOptEnumString(String, String[], String) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified optional enumerated string parameter.
getOptEnumString(String, String[], String, boolean) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified optional enumerated string parameter, allowing for a case insenstive match.
getOptEnumString(int, String[], String) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified optional enumerated string parameter.
getOptEnumString(int, String[], String, boolean) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified optional enumerated string parameter, allowing for a case insenstive match.
getOptFloat(String, float) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified optional numeric parameter as a float.
getOptFloat(int, float) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified optional numeric parameter as a float.
getOptind() - Method in class gnu.getopt.Getopt
optind it the index in ARGV of the next element to be scanned.
getOptInt(String, int) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified optional numeric parameter as an int.
getOptInt(int, int) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified optional numeric parameter as an int.
getOption(String) - Method in class net.i2p.data.LeaseSet2
Get an option value by key.
getOption(String) - Method in class net.i2p.data.router.RouterAddress
 
getOption(String) - Method in class net.i2p.data.router.RouterInfo
Return the option
getOption(SocketOption<T>) - Method in class net.i2p.sam.SSLServerSocketChannel
Get the value of a socket option.
getOption(SocketOption<T>) - Method in class net.i2p.sam.SSLSocketChannel
Get the value of a socket option.
getOptionalDelay() - Method in class net.i2p.client.streaming.impl.Packet
How many milliseconds the sender of this packet wants the recipient to wait before sending any more data (only valid if the flag for it is set)
getOptionalFrom() - Method in class net.i2p.client.streaming.impl.Packet
the sender of the packet (only included if the flag for it is set)
getOptionalMaxSize() - Method in class net.i2p.client.streaming.impl.Packet
What is the largest payload the sender of this packet wants to receive?
getOptionalSignature() - Method in class net.i2p.client.streaming.impl.Packet
The signature on the packet (only included if the flag for it is set) Warning, may be typed wrong on incoming packets for EdDSA before verifySignature() is called.
getOptionCode() - Method in class org.minidns.edns.EdnsOption
Returns the option code for this EDNS option.
getOptionCode() - Method in class org.minidns.edns.Nsid
 
getOptionCode() - Method in class org.minidns.edns.UnknownEdnsOption
 
getOptions() - Method in class net.i2p.client.datagram.Datagram2
Get the options of an I2P repliable datagram (previously loaded with the load() method), if any
getOptions() - Method in class net.i2p.client.datagram.Datagram3
Get the options of an I2P repliable datagram (previously loaded with the load() method), if any
getOptions() - Method in class net.i2p.client.impl.I2PSessionImpl
Retrieve the configuration options, filtered.
getOptions() - Method in interface net.i2p.client.streaming.I2PSocket
Returns the socket's configuration.
getOptions() - Method in class net.i2p.client.streaming.impl.Connection
Retrieve the current ConnectionOptions.
getOptions() - Method in class net.i2p.client.streaming.impl.I2PSocketFull
 
getOptions() - Method in class net.i2p.data.i2cp.GetDateMessage
Retrieve any configuration options for the connection.
getOptions() - Method in class net.i2p.data.i2cp.HostReplyMessage
Non-null only if result code is zero and options are present.
getOptions() - Method in class net.i2p.data.i2cp.SessionConfig
Retrieve any configuration options for the session
getOptions() - Method in class net.i2p.data.LeaseSet2
Gets the leaseset options.
getOptions() - Method in class net.i2p.data.router.RouterInfo
Retrieve a set of options or statistics that the router can expose.
getOptions() - Method in class net.i2p.i2ptunnel.socks.SocketWrapper
 
getOptions() - Method in class net.i2p.router.tunnel.pool.PooledTunnelCreatorConfig
 
getOptions() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
 
getOptionsMap() - Method in class net.i2p.data.router.RouterAddress
Retrieve the transport specific options necessary for communication
getOptionsMap() - Method in class net.i2p.data.router.RouterInfo
Retrieve a set of options or statistics that the router can expose.
getOptList(String, List<Object>) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified optional list (maps from JSON array) parameter.
getOptList(String, boolean, List<Object>) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified optional list (maps from JSON array) parameter.
getOptList(int, List<Object>) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified optional list (maps from JSON array) parameter.
getOptList(int, boolean, List<Object>) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified optional list (maps from JSON array) parameter.
getOptLong(String, long) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified optional numeric parameter as a long.
getOptLong(int, long) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified optional numeric parameter as a long.
getOptMap(String, Map<String, Object>) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified optional map (maps from JSON object) parameter.
getOptMap(String, boolean, Map<String, Object>) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified optional map (maps from JSON object) parameter.
getOptMap(int, Map<String, Object>) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified optional map (maps from JSON object) parameter.
getOptMap(int, boolean, Map<String, Object>) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified optional map (maps from JSON object) parameter.
getOptopt() - Method in class gnu.getopt.Getopt
When getopt() encounters an invalid option, it stores the value of that option in optopt which can be retrieved with this method.
getOptPseudoRecord() - Method in class org.minidns.dnsmessage.DnsMessage
getOptPseudoRecord.
getOptString(String, String) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified optional string parameter.
getOptString(String, boolean, String) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified optional string parameter.
getOptString(int, String) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified optional string parameter.
getOptString(int, boolean, String) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified optional string parameter.
getOptStringArray(String, String[]) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified optional string array (maps from JSON array of strings) parameter.
getOptStringArray(String, boolean, String[]) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified optional string array (maps from JSON array of strings) parameter.
getOptStringArray(int, String[]) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified optional string array (maps from JSON array of strings) parameter.
getOptStringArray(int, boolean, String[]) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified optional string array (maps from JSON array of strings) parameter.
getOrCreateProfileNonblocking(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Retrieve an existing profile or create a new one, without blocking on contention.
getOrg(InetAddress) - Method in class com.maxmind.geoip.LookupService
getOrg.
getOrg(String) - Method in class com.maxmind.geoip.LookupService
getOrg.
getOrg(long) - Method in class com.maxmind.geoip.LookupService
getOrg.
getOrgName(String) - Method in class net.i2p.router.transport.GeoIP
Get the organization name for an IP from the local ASN database.
getOrgV6(String) - Method in class com.maxmind.geoip.LookupService
getOrgV6.
getOrgV6(InetAddress) - Method in class com.maxmind.geoip.LookupService
getOrgV6.
getOriginalMessages(I2NPMessage) - Method in class net.i2p.router.transport.OutboundMessageRegistry
Retrieve all messages that are waiting for the specified message.
getOS() - Static method in class net.i2p.util.SystemVersion
returns the OS of the system running I2P as a lower-case string for reference in clients.config and plugin.config files.
getOurCountry() - Method in class net.i2p.router.CommSystemFacade
Our two-letter country code determined from our external IP.
getOurCountry() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
 
getOurFamily() - Method in class net.i2p.router.crypto.FamilyKeyCrypto
Get verified members of our family.
getOurFamilyName() - Method in class net.i2p.router.crypto.FamilyKeyCrypto
Get our family name.
getOurInfo() - Method in class net.i2p.router.transport.udp.EstablishmentManager
A database store message with our router info
getOurIP() - Method in class net.i2p.router.transport.udp.PeerState2
As received in the Address Block in the handshake, or subsequently in the data phase.
getOurIPString() - Method in class org.klomp.snark.I2PSnarkUtil
Full Base64 of Destination
getOurPort() - Method in class net.i2p.router.transport.udp.PeerState2
As received in the Address Block in the handshake, or subsequently in the data phase.
getOurRole() - Method in class net.i2p.router.transport.udp.PeerTestState
Return our role in the peer test.
getOutboundBurstBytes() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
 
getOutboundBurstKBytesPerSecond() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
The configured maximum, not the current rate.
getOutboundBurstKBytesPerSecond() - Method in class net.i2p.router.transport.FIFOBandwidthRefiller
 
getOutboundBurstRate() - Method in class net.i2p.router.web.helpers.ConfigNetHelper
Get the outbound burst rate as a decimal.
getOutboundBurstRate() - Method in class net.i2p.router.web.helpers.WizardHelper
To populate form with.
getOutboundBurstRateBits() - Method in class net.i2p.router.web.helpers.ConfigNetHelper
Get the outbound burst rate in bits as a decimal.
getOutboundBurstRateBits() - Method in class net.i2p.router.web.helpers.WizardHelper
Copied from ConfigNetHelper.
getOutboundClientPools() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getOutboundClientPools() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
for TunnelRenderer in router console
getOutboundClientPools() - Method in interface net.i2p.router.TunnelManagerFacade
for TunnelRenderer in router console
getOutboundClientTunnelCount() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getOutboundClientTunnelCount(Hash) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getOutboundClientTunnelCount() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
 
getOutboundClientTunnelCount(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Use to verify a tunnel pool is alive.
getOutboundClientTunnelCount() - Method in interface net.i2p.router.TunnelManagerFacade
how many outbound client tunnels do we have available?
getOutboundClientTunnelCount(Hash) - Method in interface net.i2p.router.TunnelManagerFacade
how many outbound client tunnels in this pool?
getOutboundClientTunnels() - Method in class net.i2p.router.web.helpers.SidebarHelper
How many active outbound client tunnels we have.
getOutboundExploratoryPool() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getOutboundExploratoryPool() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
For TunnelRenderer in router console
getOutboundExploratoryPool() - Method in interface net.i2p.router.TunnelManagerFacade
for TunnelRenderer in router console
getOutboundKBytesPerSecond() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
The configured maximum, not the current rate.
getOutboundKBytesPerSecond() - Method in class net.i2p.router.transport.FIFOBandwidthRefiller
 
getOutboundMask(RouterInfo) - Method in class net.i2p.router.tunnel.pool.ConnectChecker
Our outbound mask.
getOutboundMessageCount() - Method in class net.i2p.router.transport.udp.PeerState
Outbound message count.
getOutboundMsgExpiration() - Static method in class net.i2p.router.transport.udp.PeerState
Bridge to OutboundMessageState.getMessageExpiration for Tuner (different package).
getOutboundPool(Hash) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getOutboundPool(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
 
getOutboundPool(Hash) - Method in interface net.i2p.router.TunnelManagerFacade
 
getOutboundQueueSize() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
getOutboundRandomKey(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the outbound random key (used for testing LS encryption).
getOutboundRate() - Method in class net.i2p.router.web.helpers.ConfigNetHelper
Get the outbound rate as a decimal.
getOutboundSettings() - Method in class net.i2p.router.ClientTunnelSettings
 
getOutboundSettings() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getOutboundSettings(Hash) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getOutboundSettings() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Get the outbound exploratory tunnel pool settings.
getOutboundSettings(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Get settings for a client's outbound tunnel pool.
getOutboundSettings() - Method in interface net.i2p.router.TunnelManagerFacade
getOutboundSettings().
getOutboundSettings(Hash) - Method in interface net.i2p.router.TunnelManagerFacade
client).
getOutboundState(RemoteHostId) - Method in class net.i2p.router.transport.udp.EstablishmentManager
Grab the active establishing state
getOutboundToken(RemoteHostId) - Method in class net.i2p.router.transport.udp.EstablishmentManager
Get a token to connect to the peer
getOutboundTransferred() - Method in class net.i2p.router.web.helpers.SidebarHelper
How much data have we sent since the router started (pretty printed string with 2 decimal places and the appropriate units - GB/MB/KB/bytes)
getOutboundTunnelCount() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getOutboundTunnelCount() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
 
getOutboundTunnelCount() - Method in interface net.i2p.router.TunnelManagerFacade
how many outbound tunnels do we have available?
getOutboundTunnelId() - Method in class net.i2p.client.I2PSession.TunnelPair
Outbound tunnel for this pair.
getOutboundTunnels() - Method in class net.i2p.router.web.helpers.SidebarHelper
How many active outbound tunnels we have.
getOutproxyAuth(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Check whether outproxy authentication is required.
getOutproxyAuth(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getOutproxyPassword(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the outproxy password (only if a username is set).
getOutproxyPassword(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getOutproxyPlugin() - Method in class net.i2p.i2ptunnel.socks.SOCKSServer
 
getOutproxyType(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the outproxy connection type.
getOutproxyType(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getOutproxyUsername(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the outproxy username.
getOutproxyUsername(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getOutputArgumentList() - Method in class org.cybergarage.upnp.Action
Gets the list of output arguments for this action.
getOutputStream() - Method in interface i2p.susi.util.Buffer
Get an OutputStream for writing to this buffer.
getOutputStream() - Method in class i2p.susi.util.FileBuffer
Get an OutputStream for the file.
getOutputStream() - Method in class i2p.susi.util.GzipFileBuffer
Get a GZIP compressing OutputStream, wrapped with a counter.
getOutputStream() - Method in class i2p.susi.util.MemoryBuffer
Get an OutputStream for writing data to this buffer.
getOutputStream() - Method in class i2p.susi.util.OutputStreamBuffer
 
getOutputStream() - Method in class i2p.susi.util.ReadBuffer
 
getOutputStream() - Method in interface net.i2p.client.streaming.I2PSocket
As of 0.9.9 will throw an IOE if socket is closed.
getOutputStream() - Method in class net.i2p.client.streaming.impl.Connection
Get the output stream that the local peer sends data to the remote peer on.
getOutputStream() - Method in class net.i2p.client.streaming.impl.I2PSocketFull
As of 0.9.9 will throw an IOE if socket is closed.
getOutputStream() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getOutputStream() - Method in class net.i2p.i2ptunnel.socks.SocketWrapper
Gets the output stream from the underlying socket.
getOutputStream() - Method in class net.i2p.util.InternalSocket
Output stream connected to the internal server.
getOutstandingRequest(int, int, int) - Method in class org.klomp.snark.PeerState
Called when a piece message is being processed by the incoming connection.
getP() - Method in class net.i2p.crypto.elgamal.spec.ElGamalParameterSpec
Returns the prime modulus p.
getPacket() - Method in class net.i2p.router.transport.udp.UDPPacket
Underlying packet.
getPacketHandler() - Method in class net.i2p.client.streaming.impl.Connection
Get the packet handler for this connection.
getPacketHandler() - Method in class net.i2p.client.streaming.impl.ConnectionManager
 
getPacketHandler() - Method in class net.i2p.router.transport.udp.UDPTransport
The packet handler
getPacketHandlerMaxThreads() - Static method in class net.i2p.router.transport.udp.UDPTransport
The max packet handler threads.
getPacketHandlerStatus() - Method in class net.i2p.router.transport.udp.UDPTransport
Packet handler status
getPacketHandlerUtilization() - Method in class net.i2p.router.transport.udp.UDPTransport
Packet handler pool utilization as a ratio (0.0-1.0).
getPacketHandlerUtilization(RouterContext) - Method in class net.i2p.router.Tuner.BaseParam
UDP packet handler pool utilization (0.0-1.0).
getPacketNumber() - Method in class net.i2p.router.transport.udp.SSU2Header.Header
all headers
getPacketQueue() - Method in class net.i2p.client.streaming.impl.ConnectionManager
 
getPacketsReceived() - Method in class net.i2p.router.transport.udp.PeerState
Packets received count.
getPacketsReceivedDuplicate() - Method in class net.i2p.router.transport.udp.PeerState
Packets received duplicate count.
getPacketsRetransmitted() - Method in class net.i2p.router.transport.udp.PeerState
Packets retransmitted count.
getPacketsTransmitted() - Method in class net.i2p.router.transport.udp.PeerState
Packets transmitted count.
getPadding(I2PAppContext, int, long) - Static method in class net.i2p.crypto.AESEngine
Return random bytes for padding the data to a mod 16 size so that it is at least minPaddedSize Public for ElGamalAESEngine.
getPadding() - Method in class net.i2p.data.KeysAndCert
Padding bytes for key alignment.
getPadding(KeyCertificate) - Method in class net.i2p.data.PublicKey
Get the portion of this (type 0) PK that is really padding based on the Key Cert type given, if any
getPadding(KeyCertificate) - Method in class net.i2p.data.SigningPublicKey
Get the portion of this (type 0) SPK that is really padding based on the Key Cert type given, if any
getPaddingSize(int, long) - Static method in class net.i2p.crypto.AESEngine
Return size for padding the data to a mod 16 size so that it is at least minPaddedSize Public for ElGamalAESEngine.
getPageBegin() - Method in class i2p.susi.dns.AddressbookBean
Gets the beginning index into results for display purposes.
getPageOf(O) - Method in class i2p.susi.util.Folder
Returns the page this element is on, using the current sort, or 1 if not found.
getPages() - Method in class i2p.susi.util.Folder
Returns the number of pages in the folder.
getPageSize() - Method in class i2p.susi.util.Folder
Returns page size.
getPageSize() - Method in class org.klomp.snark.SnarkManager
For GUI
getPaint() - Method in class org.jfree.svg.SVGGraphics2D
Returns the paint used to draw or fill shapes (or text).
getPaint() - Method in class org.jfree.svg.util.GradientPaintKey
Returns the GradientPaint that was supplied to the constructor.
getPaint() - Method in class org.jfree.svg.util.LinearGradientPaintKey
Returns the LinearGradientPaint that was supplied to the constructor.
getPaint() - Method in class org.jfree.svg.util.RadialGradientPaintKey
Returns the RadialGradientPaint that was supplied to the constructor.
getPairedGW() - Method in class net.i2p.router.tunnel.pool.PooledTunnelCreatorConfig
The ID of the gateway of the paired tunnel used to send/receive the build request
getPairedPool() - Method in class net.i2p.router.tunnel.pool.TunnelPool
Paired pool (inbound <-> outbound for same destination).
getParallelization() - Method in class net.i2p.router.networkdb.kademlia.FloodfillStoreJob
 
getParallelization() - Method in class net.i2p.router.networkdb.kademlia.StoreJob
Get the maximum number of parallel store operations.
getParam(String) - Method in class net.i2p.router.Tuner
Tunable param by name.
getParameter(String) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JApplet
Parameter value for the given name.
getParameter(String) - Method in class edu.internet2.ndt.Tcpbw100
Utility method to get parameter value.
getParameter(String) - Method in class net.i2p.servlet.filters.XSSRequestWrapper
Parameter names starting with "nofilter_" will not be filtered.
getParameter(String) - Method in class net.i2p.servlet.RequestWrapper
 
getParameter(String, String) - Method in class net.i2p.servlet.RequestWrapper
 
getParameter(int) - Method in class org.cybergarage.http.ParameterList
Gets the Parameter at the specified index.
getParameter(String) - Method in class org.cybergarage.http.ParameterList
Gets the Parameter with the specified name.
getParameterList() - Method in class org.cybergarage.http.HTTPRequest
Parses the URI query string and returns the parameters as a ParameterList.
getParameterMap() - Method in class net.i2p.servlet.filters.XSSRequestWrapper
Parameter names starting with "nofilter_" will not be filtered.
getParameterNames() - Method in class net.i2p.servlet.RequestWrapper
 
getParameters() - Method in interface net.i2p.crypto.elgamal.ElGamalKey
getParameters().
getParameters() - Method in class net.i2p.crypto.elgamal.impl.ElGamalPrivateKeyImpl
 
getParameters() - Method in class net.i2p.crypto.elgamal.impl.ElGamalPublicKeyImpl
Parameters.
getParameters() - Method in class org.bouncycastle.crypto.params.ParametersWithContext
 
getParameters() - Method in class org.bouncycastle.crypto.params.ParametersWithRandom
getParameters.
getParameters() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMKeyGenerationParameters
getParameters.
getParameters() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMKeyParameters
getParameters.
getParameterValue(String) - Method in class org.cybergarage.http.HTTPRequest
Returns the value of the specified URI query parameter.
getParameterValues(String) - Method in class net.i2p.servlet.filters.XSSRequestWrapper
Parameter names starting with "nofilter_" will not be filtered.
getParams() - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Gets the named parameters for this retriever.
getParams() - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Gets the positional parameters for this retriever.
getParams() - Method in interface net.i2p.crypto.eddsa.EdDSAKey
 
getParams() - Method in class net.i2p.crypto.eddsa.EdDSAPrivateKey
 
getParams() - Method in class net.i2p.crypto.eddsa.EdDSAPublicKey
 
getParams() - Method in class net.i2p.crypto.eddsa.spec.EdDSAPrivateKeySpec
Returns the parameter specification for this key.
getParams() - Method in class net.i2p.crypto.eddsa.spec.EdDSAPublicKeySpec
Returns the parameter specification for this key.
getParams() - Method in class net.i2p.crypto.elgamal.impl.ElGamalPrivateKeyImpl
 
getParams() - Method in class net.i2p.crypto.elgamal.impl.ElGamalPublicKeyImpl
Params.
getParams() - Method in class net.i2p.crypto.elgamal.spec.ElGamalKeySpec
Returns the ElGamal parameter specification.
getParams() - Method in enum net.i2p.crypto.EncType
The elliptic curve ECParameterSpec for ECDSA; DSAParameterSpec for DSA
getParams() - Method in enum net.i2p.crypto.SigType
The elliptic curve ECParameterSpec for ECDSA; DSAParameterSpec for DSA
getParams() - Method in interface org.bouncycastle.crypto.CryptoServiceProperties
Return the parameters for the cryptographic service.
getParamsType() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Notification
Gets the parameters type (positional, named or none).
getParamsType() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Request
Gets the parameters type (positional, named or none).
getParent() - Method in class net.i2p.client.naming.NamingService
This implementation returns null.
getParent() - Method in class org.minidns.dnsname.DnsName
Return the parent of this DNS label.
getParent() - Method in class org.rrd4j.core.ArcState
Returns the Archive object to which this ArcState object belongs.
getParent() - Method in interface org.rrd4j.core.Robin
Returns the Archive object to which this Robin object belongs.
getParent() - Method in class org.rrd4j.core.RobinArray
getParent.
getParent() - Method in class org.rrd4j.core.RobinMatrix
Returns the Archive object to which this Robin object belongs.
getParentColor() - Method in class org.rrd4j.graph.SourcedPlotElement
Get the parent's color.
getParentColor() - Method in class org.rrd4j.graph.Stack
Gets the color of the parent element.
getParentDb() - Method in class org.rrd4j.core.Archive
Returns the parent RRD database.
getParentDb() - Method in class org.rrd4j.core.FetchRequest
Returns the underlying RrdDb object.
getParentDevice() - Method in class org.cybergarage.upnp.Device
 
getParentLineWidth() - Method in class org.rrd4j.graph.Stack
Gets the line width of the parent element.
getParentNode() - Method in class org.cybergarage.xml.Node
Gets the parent node of this node.
getPart() - Method in class i2p.susi.webmail.Mail
The parsed message part.
getPartialPiece(Peer, BitField) - Method in class org.klomp.snark.PeerCoordinator
Return partial piece to the PeerState if it's still wanted and peer has it.
getPartialPiece(Peer, BitField) - Method in interface org.klomp.snark.PeerListener
Called when a peer has connected and there may be a partially downloaded piece that the coordinatorator can give the peer task
getPartialPiece() - Method in class org.klomp.snark.Request
The PartialPiece this Request is for
getParticipatingCount() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getParticipatingCount() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Get the number of tunnels we're participating in as a gateway or endpoint.
getParticipatingCount() - Method in class net.i2p.router.tunnel.TunnelDispatcher
Get the number of participating tunnels
getParticipatingCount() - Method in interface net.i2p.router.TunnelManagerFacade
how many tunnels are we participating in?
getParticipatingMaxLimit() - Static method in class net.i2p.router.tunnel.pool.ParticipatingThrottler
The participating maximum limit.
getParticipatingMinLimit() - Static method in class net.i2p.router.tunnel.pool.ParticipatingThrottler
The participating minimum limit.
getParticipatingPctLimit() - Static method in class net.i2p.router.tunnel.pool.ParticipatingThrottler
The participating percent limit.
getParticipatingTunnels() - Method in class net.i2p.router.web.helpers.SidebarHelper
How many tunnels we are participating in.
getPassiveFlushDelay() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getPassiveFlushDelay() - Method in class net.i2p.client.streaming.impl.MessageOutputStream
 
getPasswdHash(String) - Method in class net.i2p.i2pcontrol.security.SecurityManager
Hash pwd with using BCrypt with the default salt.
getPassword() - Method in class net.i2p.util.EepGet.AuthState
 
getPasswordForm() - Method in class net.i2p.router.web.helpers.ConfigUIHelper
Generates HTML for console password management interface.
getPatchSize() - Method in class com.docuverse.identicon.NineBlockIdenticonRenderer2
Size of each patch in the identicon.
getPath() - Method in class i2p.susi.webmail.Attachment
Returns the absolute path to the data file.
getPath() - Method in class org.rrd4j.core.RrdBackend
Returns path to the storage.
getPath(URI) - Method in class org.rrd4j.core.RrdBackendFactory
Extract the local path from an URI.
getPath() - Method in class org.rrd4j.core.RrdDb
Returns the path to this RRD.
getPath() - Method in class org.rrd4j.core.RrdDef
Returns path for the new RRD.
getPath(URI) - Method in class org.rrd4j.core.RrdFileBackendFactory
 
getPattern() - Method in enum com.southernstorm.noise.protocol.NoiseInit.PatternID
getPattern.
getPatternID() - Method in enum com.southernstorm.noise.protocol.NoiseInit.PatternID
getPatternID.
getPayload() - Method in class net.i2p.client.datagram.Datagram2
Get the payload carried by an I2P repliable datagram (previously loaded with the load() method)
getPayload() - Method in class net.i2p.client.datagram.Datagram3
Get the payload carried by an I2P repliable datagram (previously loaded with the load() method)
getPayload() - Method in class net.i2p.client.datagram.I2PDatagramDissector
Get the payload carried by an I2P repliable datagram (previously loaded with the loadI2PDatagram() method), verifying the datagram signature.
getPayload() - Method in class net.i2p.client.streaming.impl.Packet
get the actual payload of the message.
getPayload() - Method in class net.i2p.data.Certificate
Certificate payload, or null.
getPayload() - Method in class net.i2p.data.i2cp.MessagePayloadMessage
 
getPayload() - Method in class net.i2p.data.i2cp.SendMessageMessage
 
getPayload(MessageId) - Method in class net.i2p.router.client.ClientConnectionRunner
Only call if _dontSendMSMOnReceive is false, otherwise will always be null
getPayload() - Method in class net.i2p.router.ClientMessage
Retrieve the payload of the message.
getPayload() - Method in class net.i2p.router.message.PayloadGarlicConfig
Specify the I2NP message to be sent - if this is set, no other cloves can be included in this block
getPayload() - Method in class org.minidns.record.Record
The payload data, usually a subclass of data (A, AAAA, CNAME, ...).
getPayloadCache() - Static method in class net.i2p.client.streaming.impl.PacketLocal
Shared outbound payload cache (MAX_PAYLOAD_SIZE buffers).
getPayloadSize() - Method in class net.i2p.client.streaming.impl.Packet
 
getPBERT() - Method in class net.i2p.crypto.KeyGenerator
Get current rounds for new encryptions.
getPBERTLegacy() - Method in class net.i2p.crypto.KeyGenerator
Get legacy rounds for migration.
getPBKDF2(String) - Method in class net.i2p.router.web.ConsolePasswordManager
Get all users with PBKDF2 passwords.
getPdpCount() - Method in class org.rrd4j.core.jrrd.Archive
Returns the number of primary data points required for a consolidated data point in this archive.
getPDPStatusBlock() - Method in class org.rrd4j.core.jrrd.DataSource
Returns the primary data point status block for this data source.
getPDPStep() - Method in class org.rrd4j.core.jrrd.Header
Returns the primary data point interval in seconds.
getPeakThroughputKBps() - Method in class net.i2p.router.peermanager.PeerProfile
 
getPeakTunnel1mThroughputKBps() - Method in class net.i2p.router.peermanager.PeerProfile
This is the speed value
getPeakTunnelThroughputKBps() - Method in class net.i2p.router.peermanager.PeerProfile
 
getPeer() - Method in class net.i2p.router.peermanager.PeerProfile
what peer is being profiled
getPeer() - Method in class net.i2p.router.transport.udp.OutboundMessageState
 
getPeer(int) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
retrieve the peer at the given hop.
getPeer(int) - Method in interface net.i2p.router.TunnelInfo
retrieve the peer at the given hop.
getPeerCount() - Method in class org.klomp.snark.PeerCoordinator
Returns the estimated peer count (may be stale).
getPeerCount() - Method in class org.klomp.snark.Piece
How many peers have this piece? Caller must synchronize.
getPeerCount() - Method in class org.klomp.snark.Snark
Get the peer count.
getPeerCount() - Method in class org.klomp.snark.TrackerInfo
 
getPeerCount() - Method in class org.klomp.snark.UDPTrackerClient.TrackerResponse
 
getPeerCount() - Method in class org.klomp.snark.web.FetchAndAdd
 
getPeerCounts() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
Get peer counts by transport type and direction.
getPeerCounts() - Method in interface net.i2p.router.transport.Transport
Get detailed peer count statistics by IP version and direction.
getPeerCounts() - Method in class net.i2p.router.transport.udp.UDPTransport
Peer counts.
getPeerDestination() - Method in interface net.i2p.client.streaming.I2PSocket
Returns the destination of the peer.
getPeerDestination() - Method in class net.i2p.client.streaming.impl.I2PSocketFull
 
getPeerDestination() - Method in class net.i2p.i2ptunnel.socks.SocketWrapper
 
getPeerHash() - Method in class net.i2p.router.transport.udp.RemoteHostId
Get the peer hash, or null if direct
getPeerID() - Method in class org.klomp.snark.Peer
Returns the id of the peer.
getPeerList() - Method in class org.klomp.snark.Snark
Get the peer list.
getPeerProfileTier(Hash, boolean) - Method in class net.i2p.router.web.helpers.NetDbRenderer
Gets the peer profile tier name.
getPeers() - Method in class net.i2p.data.router.RouterInfo
Retrieve a set of SHA-256 hashes of RouterIdentities from routers this router can be reached through.
getPeers() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
For /peers UI only.
getPeers() - Method in class net.i2p.router.transport.udp.UDPTransport
For /peers UI only.
getPeers(InfoHash, int, boolean) - Method in class org.klomp.snark.dht.DHTTracker
Get peers for a torrent.
getPeers() - Method in class org.klomp.snark.PeerCoordinator
Returns the current number of connected peers.
getPeers() - Method in class org.klomp.snark.TrackerInfo
 
getPeers() - Method in class org.klomp.snark.UDPTrackerClient.TrackerResponse
 
getPeersAndAnnounce(byte[], int, long, int, long, boolean, boolean) - Method in interface org.klomp.snark.dht.DHT
Get peers for a torrent, and announce to the closest annMax nodes we find.
getPeersAndAnnounce(byte[], int, long, int, long, boolean, boolean) - Method in class org.klomp.snark.dht.KRPC
Get peers for a torrent, and announce to the closest annMax nodes we find.
getPeersByCapability(char) - Method in class net.i2p.router.dummy.DummyPeerManagerFacade
 
getPeersByCapability(char) - Method in class net.i2p.router.peermanager.PeerManager
 
getPeersByCapability(char) - Method in class net.i2p.router.peermanager.PeerManagerFacadeImpl
 
getPeersByCapability(char) - Method in interface net.i2p.router.PeerManagerFacade
capability).
getPeerSelector() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Returns the main database's peer selector.
getPeersInPool(RouterContext, TunnelPool) - Static method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Get all non-self peers in active tunnels of the given pool.
getPeerState() - Method in class net.i2p.router.transport.udp.InboundEstablishState2
 
getPeerState() - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
Get the peer state for this connection
getPeerState(RemoteHostId) - Method in class net.i2p.router.transport.udp.UDPTransport
Retrieves the current connection state for a peer identified by their remote host and port.
getPeerState(Hash) - Method in class net.i2p.router.transport.udp.UDPTransport
get the state for the peer with the given ident, or null if no state exists
getPeerState(long) - Method in class net.i2p.router.transport.udp.UDPTransport
state by SSU2 connection ID
getPeerStatesByIP(RemoteHostId) - Method in class net.i2p.router.transport.udp.UDPTransport
states for all peers at the given remote host, ignoring port.
getPeerSummary() - Method in class net.i2p.router.web.helpers.PeerHelper
 
getPeerTestJob() - Method in class net.i2p.router.dummy.DummyPeerManagerFacade
 
getPeerTestJob() - Method in class net.i2p.router.peermanager.PeerManagerFacadeImpl
Get the peer test job for scheduling priority peer tests.
getPeerTestJob() - Method in interface net.i2p.router.PeerManagerFacade
getPeerTestJob().
getPeerTestManager() - Method in class net.i2p.router.transport.udp.UDPTransport
 
getPeerTestTimeAverage() - Method in class net.i2p.router.peermanager.PeerProfile
 
getPeerTimeout(Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Get the timeout for a peer, based on the profile data, or the default timeout.
getPending() - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
getPendingCount() - Method in class net.i2p.router.networkdb.kademlia.StoreState
 
getPendingMessage(Hash) - Method in class net.i2p.router.networkdb.kademlia.StoreState
Returns the pending message for the specified peer.
getPendingRequested() - Method in interface net.i2p.router.transport.FIFOBandwidthLimiter.Request
how many bytes were requested and haven't yet been allocated?
getPendingSize() - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
getPercentageOfExtremeValue() - Method in class net.i2p.stat.Rate
What was the total value, compared to the total value in the extreme period (i.e.
getPercentageOfLifetimeValue() - Method in class net.i2p.stat.Rate
How large was the last period's value as compared to the lifetime average value? Warning- returns ratio, not percentage (i.e.
getPercentile(long, long, double) - Method in class org.rrd4j.data.Aggregator
Calculates percentile value for data in time range.
getPerfRings() - Method in class net.i2p.router.web.helpers.HealthHelper
 
getPeriod() - Method in class net.i2p.stat.Frequency
How long is this frequency averaged over? (ms)
getPeriod() - Method in class net.i2p.stat.Rate
how large should this rate's cycle be?
getPeriods() - Method in class net.i2p.stat.FrequencyStat
Tracked periods for this frequency stat.
getPeriods() - Method in class net.i2p.stat.RateStat
Tracked periods for this rate.
getPermanentBlocks(int) - Method in class net.i2p.router.Blocklist
IP ranges blocked until restart.
getPerPeerTimeoutMs(Hash) - Method in class net.i2p.router.networkdb.kademlia.SearchJob
Per-peer timeout adjusted for floodfill and remaining time.
getPerPeerTimeoutMs() - Method in class net.i2p.router.networkdb.kademlia.SearchJob
Let each peer take up to the average successful search RTT
getPersistentClientKey() - Method in class net.i2p.i2ptunnel.TunnelController
 
getPersistentClientKey(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Check whether the tunnel uses a persistent client key file.
getPersistentClientKey(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getPersister() - Method in class net.i2p.router.sybil.Analysis
Gets the persistence handler for storing and retrieving Sybil analysis data.
getPexLastSent() - Method in class org.klomp.snark.Peer
Returns the timestamp when PEX peers were last sent to this peer.
getPEXPeers() - Method in class org.klomp.snark.PeerCoordinator
Called by TrackerClient
getPIDDir() - Method in class net.i2p.I2PAppContext
Where router.ping goes.
getPiece() - Method in class org.klomp.snark.PartialPiece
Returns the piece number.
getPiece() - Method in class org.klomp.snark.Request
The piece number this Request is for
getPiece(int, int, int) - Method in class org.klomp.snark.Storage
Returns a byte array containing a portion of the requested piece or null if the storage doesn't contain the piece yet.
getPieceHashes() - Method in class org.klomp.snark.MetaInfo
Returns the piece hashes.
getPieceLength(int) - Method in class org.klomp.snark.MetaInfo
Return the length of a piece.
getPieceLength(int) - Method in class org.klomp.snark.Snark
Get the piece length.
getPiecePriorities() - Method in class org.klomp.snark.Storage
Call setPriority() for all changed files first, then call this.
getPieces() - Method in class org.klomp.snark.MetaInfo
Returns the number of pieces in the torrent.
getPieces() - Method in class org.klomp.snark.Snark
Get the number of pieces.
getPingResult(String) - Method in class net.i2p.addressbook.HostChecker
Get ping result for a hostname
getPixelCount() - Method in class org.rrd4j.data.DataProcessor
Returns the number of pixels (target graph width).
getPixelOffColor() - Method in class com.google.zxing.client.j2se.MatrixToImageConfig
 
getPixelOnColor() - Method in class com.google.zxing.client.j2se.MatrixToImageConfig
 
getPlain(String, String) - Method in class net.i2p.util.PasswordManager
 
getPluginDir() - Method in class net.i2p.i2pcontrol.I2PControlController
 
getPluginKeys(I2PAppContext) - Static method in class net.i2p.router.web.PluginStarter
The signing keys from all the plugins
getPlugins() - Static method in class net.i2p.router.web.PluginStarter
all installed plugins whether enabled or not, but does NOT include plugins marked as deleted.
getPoints() - Method in class net.i2p.router.sybil.Points
Get the total points.
getPool() - Method in interface org.rrd4j.core.DataHolder
Returns the current pool.
getPool() - Method in class org.rrd4j.data.DataProcessor
getPool.
getPool() - Method in class org.rrd4j.graph.RrdGraphDef
 
getPoolActiveCount() - Method in class net.i2p.sam.SAMBridge
 
getPoolBackoffMs() - Static method in class net.i2p.router.tunnel.pool.BuildExecutor
Get the pool backoff time in milliseconds.
getPoolFailureThreshold() - Static method in class net.i2p.router.tunnel.pool.BuildExecutor
Get the pool failure threshold.
getPoolName() - Method in class net.i2p.client.TunnelRemovalEvent
Return the tunnel pool name.
getPoolRegisteredCount() - Method in class net.i2p.sam.SAMBridge
 
getPoolSize() - Method in class net.i2p.router.transport.ntcp.NTCPSendFinisher
Returns the current pool size (total threads).
getPoolSize() - Method in class net.i2p.sam.SAMBridge
 
getPoolSize() - Method in class net.i2p.sam.SAMHandlerPool
Current worker pool size (may include idle threads).
getPort() - Method in interface net.i2p.client.streaming.I2PSocket
The remote port.
getPort() - Method in class net.i2p.client.streaming.I2PSocketAddress
 
getPort() - Method in interface net.i2p.client.streaming.I2PSocketOptions
The remote port.
getPort() - Method in class net.i2p.client.streaming.impl.Connection
The remote port.
getPort() - Method in class net.i2p.client.streaming.impl.I2PSocketFull
The remote port.
getPort() - Method in class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
The remote port.
getPort() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getPort() - Method in class net.i2p.data.router.RouterAddress
Caching version of Integer.parseInt(getOption("port")) Caches valid ports 1-65535 only.
getPort() - Method in class net.i2p.i2ptunnel.socks.SocketWrapper
The remote port.
getPort() - Method in class net.i2p.i2ptunnel.socks.SOCKSHeader
 
getPort() - Method in class net.i2p.i2ptunnel.socks.SOCKSUDPPort
Returns the UDP port number that this port is listening on.
getPort() - Method in class net.i2p.i2ptunnel.udp.UDPSink
 
getPort() - Method in class net.i2p.i2ptunnel.udp.UDPSource
 
getPort() - Method in class net.i2p.router.transport.udp.RemoteHostId
Get the port, or 0 if indirect
getPort() - Method in class net.i2p.router.transport.udp.UDPAddress
Port number from the router address.
getPort() - Method in class net.i2p.router.web.helpers.ConfigClientsHelper
Get the configured I2CP port.
getPort() - Method in class net.i2p.router.web.helpers.ConfigReseedHelper
Retrieve the configured proxy port for reseeding.
getPort() - Method in class net.i2p.sam.SAMv3DatagramServer
 
getPort(String) - Static method in class net.i2p.util.Addresses
Convenience method to convert and validate a port String without throwing an exception.
getPort() - Method in class net.i2p.util.InternalSocket
Supported as of 0.9.33, prior to that threw UnsupportedOperationException
getPort(String) - Method in class net.i2p.util.PortMapper
Get the registered port for a service
getPort(String, int) - Method in class net.i2p.util.PortMapper
Get the registered port for a service
getPort(String) - Static method in class org.cybergarage.http.HTTP
Extracts the port number from a URL string.
getPort() - Method in class org.klomp.snark.ConnectionAcceptor
Returns the port this acceptor is listening on.
getPort() - Method in interface org.klomp.snark.dht.DHT
 
getPort() - Method in class org.klomp.snark.dht.KRPC
 
getPort() - Method in class org.klomp.snark.dht.NodeInfo
 
getPort() - Method in class org.klomp.snark.PeerID
Returns the port number.
getPortFromJettyConfig() - Method in class org.klomp.snark.standalone.RunStandalone
 
getPortHoppingBanChecked() - Method in class net.i2p.router.web.helpers.ConfigBanHelper
Get the checked status of the port hopping ban option.
getPosition() - Method in exception org.json.simple.DeserializationException
Helps debug the location of a problem.
getPosition() - Method in class org.json.simple.Yylex
 
getPositionalParams() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Notification
Gets the positional (JSON array) parameters.
getPositionalParams() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Request
Gets the positional (JSON array) parameters.
getPostBanTime(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the POST ban duration in minutes.
getPostBanTime(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getPostCheckTime(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the POST check window size in minutes.
getPostCheckTime(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getPostMax(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the maximum POST request size in bytes.
getPostMax(int) - Method in class net.i2p.i2ptunnel.web.EditBean
POST limits
getPostRTOWindowMTUs() - Static method in class net.i2p.router.transport.udp.PeerState
post-RTO-collapse window restart size.
getPostTotalBanTime(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the total POST ban duration in minutes.
getPostTotalBanTime(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getPostTotalMax(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the maximum total POST request size for the window.
getPostTotalMax(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getPQDecryptionKey() - Method in class net.i2p.router.LeaseSetKeys
 
getPQSKM() - Method in class net.i2p.router.crypto.ratchet.MuxedPQSKM
Return the pQSKM
getPreallocateFiles() - Method in class org.klomp.snark.I2PSnarkUtil
 
getPrefix() - Method in enum com.southernstorm.noise.protocol.NoiseInit.PatternID
getPrefix.
getPrefix() - Method in class net.i2p.client.impl.I2PSessionImpl
try hard to make a decent identifier as this will appear in error logs
getPrefix(long) - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
Generates a unique log prefix for request tracking.
getPreparedKey() - Method in class net.i2p.data.SessionKey
retrieve an internal representation of the session key, as known by the AES engine used.
getPresentationListener() - Method in class org.cybergarage.upnp.Device
getPresentationListener.
getPresentationURL() - Method in class org.cybergarage.upnp.Device
getPresentationURL.
getPreserveFileNames() - Method in class org.klomp.snark.Storage
 
getPreviousCharlies() - Method in class net.i2p.router.transport.udp.PeerTestState
Return previous Charlie hashes (SSU2 only, Bob only).
getPreviousElement(O) - Method in class i2p.susi.util.Folder
Retrieves the previous element in the sorted array.
getPrimaryConfig() - Method in class net.i2p.router.client.ClientConnectionRunner
Primary client's config, will be null if session not set up
getPrimaryHashes() - Method in class net.i2p.router.client.ClientManager
get all the primary hashes for all the clients and return them as a set
getPrimaryHashes() - Method in class net.i2p.router.client.ClientManagerFacadeImpl
get all the primary hashes for all the clients and return them as a set
getPrimaryHashes() - Method in class net.i2p.router.ClientManagerFacade
get a set of all primary hashes
getPrimaryHashes() - Method in class net.i2p.router.dummy.DummyClientManagerFacade
Return the set of primary hashes.
getPrimaryOptions() - Method in class net.i2p.client.impl.SubSession
Primary options.
getPrimeSize() - Method in class net.i2p.crypto.elgamal.spec.ElGamalGenParameterSpec
Returns the size in bits of the prime modulus.
getPrincipal() - Method in class com.thetransactioncompany.jsonrpc2.server.MessageContext
Returns the first authenticated client principal, null if none.
getPrincipalName() - Method in class com.thetransactioncompany.jsonrpc2.server.MessageContext
Returns the first authenticated client principal name, null if none.
getPrincipalNames() - Method in class com.thetransactioncompany.jsonrpc2.server.MessageContext
Returns the authenticated client principal names, null if none.
getPrincipals() - Method in class com.thetransactioncompany.jsonrpc2.server.MessageContext
Returns the authenticated client principals, null if none.
getPrintLines() - Method in class org.rrd4j.graph.RrdGraphInfo
Returns PRINT lines requested by RrdGraphDef.print(String, org.rrd4j.ConsolFun, String) method.
getPriority() - Method in class net.i2p.router.OutNetMessage
Specify the priority of the message, where higher numbers are higher priority.
getPriority() - Method in class net.i2p.router.transport.udp.OutboundMessageState
For CDPQ
getPriority() - Method in class net.i2p.router.transport.udp.UDPPacket
Send priority.
getPriority() - Method in class net.i2p.router.tunnel.OutboundGatewayMessage
For CDPQ
getPriority() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
Outbound message priority - for outbound tunnels only
getPriority() - Method in class net.i2p.router.TunnelPoolSettings
Outbound message priority - for outbound tunnels only
getPriority() - Method in interface net.i2p.router.util.PQEntry
Higher is higher priority
getPriority() - Method in class net.i2p.util.LogRecord
 
getPriority() - Method in class org.klomp.snark.Piece
Gets the current priority level for this piece.
getPriority(int) - Method in class org.klomp.snark.Storage
 
getPrivate() - Method in class net.i2p.crypto.KeyPair
Private key of this keypair.
getPrivate() - Method in class org.bouncycastle.crypto.AsymmetricCipherKeyPair
return the private key parameters.
getPrivateKey(byte[], int) - Method in class com.southernstorm.noise.protocol.Curve25519DHState
 
getPrivateKey(byte[], int) - Method in interface com.southernstorm.noise.protocol.DHState
Gets the private key associated with this object.
getPrivateKey() - Method in interface net.i2p.client.I2PSession
Retrieve the signing SigningPrivateKey associated with the Destination.
getPrivateKey() - Method in class net.i2p.client.impl.I2PSessionImpl
Retrieve the signing SigningPrivateKey.
getPrivateKey(File, String, String, String) - Static method in class net.i2p.crypto.KeyStoreUtil
Get a private key out of a keystore
getPrivateKey() - Method in class net.i2p.data.i2cp.BlindingInfoMessage
Gets the private key for key-type endpoints.
getPrivateKey() - Method in class net.i2p.data.i2cp.CreateLeaseSetMessage
ElGamal encryption key.
getPrivateKey() - Method in class net.i2p.router.KeyManager
Router key
getPrivateKeyFile() - Method in class net.i2p.i2ptunnel.TunnelController
Does not necessarily exist.
getPrivateKeyFile(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the private key file path for the tunnel.
getPrivateKeyFile(TunnelControllerGroup, int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the private key file path, computing a default if none is configured.
getPrivateKeyFile(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getPrivateKeyLength() - Method in class com.southernstorm.noise.protocol.Curve25519DHState
 
getPrivateKeyLength() - Method in interface com.southernstorm.noise.protocol.DHState
Gets the length of private keys for this algorithm.
getPrivateKeys() - Method in class net.i2p.data.i2cp.CreateLeaseSet2Message
This returns all the keys.
getPrivateTrackers() - Method in class org.klomp.snark.SnarkManager
 
getPrivateTrackerStatus() - Method in class org.klomp.snark.MetaInfo
 
getPrivKey() - Method in class net.i2p.data.PrivateKeyFile
Private key may be random data or all zeros for Destinations as of 0.9.57
getPrivKeyFile() - Method in class net.i2p.i2ptunnel.TunnelController
Probably not absolute.
getPrivKeyFile() - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
getPrivkeyLen() - Method in enum net.i2p.crypto.EncType
the length of the private key, in bytes
getPrivkeyLen() - Method in enum net.i2p.crypto.SigType
the length of the private key, in bytes
getProblemType() - Method in exception org.json.simple.DeserializationException
Helps find an appropriate solution for a problem.
getProcessedMessagesCount() - Method in class net.i2p.router.tunnel.HopConfig
 
getProcessedMessagesCount() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
 
getProcessedMessagesCount() - Method in interface net.i2p.router.TunnelInfo
Get the count of messages that have been processed through this tunnel.
getProcessingCount() - Method in class net.i2p.router.transport.udp.MessageReceiver
Returns the number of runners actively processing messages (not parked on take()).
getProcessingCount() - Method in class net.i2p.router.transport.udp.PacketHandler
Returns the number of handlers actively processing packets (not parked on take()).
getProducer() - Method in class net.i2p.client.impl.I2PSessionImpl
Retrieve the helper that generates I2CP messages
getProfile() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
Connection profile.
getProfile(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Retrieve the profile for a peer, or null if unknown.
getProfile() - Method in class net.i2p.router.web.helpers.StatHelper
Retrieve peer profile or stats based on usage
getProfileNonblocking(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Retrieve the profile for a peer without blocking.
getProfileSummary() - Method in class net.i2p.router.web.helpers.ProfilesHelper
 
getProp(String) - Method in class i2p.susi.dns.AddressBean
Gets a property value for this address entry.
getProp(RouterContext, String, String, int) - Static method in class net.i2p.router.web.TuningFormHandler
Read a tuner property with a default.
getProperties() - Static method in class i2p.susi.util.Config
Returns the properties, sorted, WITHOUT the prefix
getProperties() - Method in class net.i2p.I2PAppContext
Access the configuration attributes of this context, listing the properties provided during the context construction, as well as the ones included in System.getProperties.
getProperties() - Method in class net.i2p.router.RouterContext
 
getProperty(String) - Static method in class i2p.susi.util.Config
Get a property by name, checking system properties first, then the config file, then the default properties.
getProperty(String, String) - Static method in class i2p.susi.util.Config
Get a property by name with a default value.
getProperty(String, int) - Static method in class i2p.susi.util.Config
Get a property as an integer with a default value.
getProperty(String) - Method in class net.i2p.data.EmptyProperties
 
getProperty(String) - Method in class net.i2p.I2PAppContext
Access the configuration attributes of this context, using properties provided during the context construction, or falling back on System.getProperty if no properties were provided during construction (or the specified prop wasn't included).
getProperty(String, String) - Method in class net.i2p.I2PAppContext
Access the configuration attributes of this context, using properties provided during the context construction, or falling back on System.getProperty if no properties were provided during construction (or the specified prop wasn't included).
getProperty(String, int) - Method in class net.i2p.I2PAppContext
Return an int with an int default
getProperty(String, long) - Method in class net.i2p.I2PAppContext
Return a long with a long default
getProperty(String, float) - Method in class net.i2p.I2PAppContext
Return a float with a float default
getProperty(String, boolean) - Method in class net.i2p.I2PAppContext
Return a boolean with a boolean default
getProperty(String) - Method in class net.i2p.router.RouterContext
Tie in the router's config as properties, as well as whatever the I2PAppContext says.
getProperty(String, String) - Method in class net.i2p.router.RouterContext
Tie in the router's config as properties, as well as whatever the I2PAppContext says.
getProperty(String, int) - Method in class net.i2p.router.RouterContext
Return an int with an int default
getProperty(String, long) - Method in class net.i2p.router.RouterContext
Return a long with a long default
getProperty(String) - Method in class net.i2p.router.Tuner.AutotuneConfig
Read a property value.
getProperty(int) - Method in class org.cybergarage.upnp.event.PropertyList
 
getPropertyList() - Method in class org.cybergarage.upnp.event.NotifyRequest
getPropertyList.
getPropertyNames() - Method in class net.i2p.I2PAppContext
Access the configuration attributes of this context, listing the properties provided during the context construction, as well as the ones included in System.getProperties.
getProps() - Method in class net.i2p.client.naming.HostTxtEntry
Return the properties, or null.
getProps() - Method in class net.i2p.sam.SessionRecord
Get a copy of the session properties.
getProtocolName() - Method in class com.southernstorm.noise.protocol.HandshakeState
Gets the name of the Noise protocol.
getProtocolName() - Method in enum com.southernstorm.noise.protocol.NoiseInit.PatternID
getProtocolName.
getProtocolName() - Method in class com.southernstorm.noise.protocol.SymmetricState
Gets the name of the Noise protocol.
getProvisionalVersionForDimension(int) - Static method in class com.google.zxing.qrcode.decoder.Version
Deduces version information purely from QR Code dimensions.
getProxies(int) - Method in class net.i2p.i2ptunnel.socks.I2PSOCKSTunnel
Gets the proxy list for a specific port.
getProxyAuth(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the proxy authentication mode.
getProxyAuth(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getProxyHost() - Method in class net.i2p.router.web.ConfigUpdateHelper
 
getProxyList() - Method in class net.i2p.i2ptunnel.TunnelController
 
getProxyMap() - Method in class net.i2p.i2ptunnel.socks.I2PSOCKSTunnel
Gets the proxy map for all configured ports.
getProxyPort() - Method in class net.i2p.router.web.ConfigUpdateHelper
 
getProxyStatus() - Method in class net.i2p.router.web.helpers.HomeHelper
Proxy status HTML.
getPruneEarlyExpiry() - Method in class net.i2p.router.tunnel.pool.TunnelPool
Early expiry time for pruned tunnels.
getPubkeyLen() - Method in enum net.i2p.crypto.EncType
the length of the public key, in bytes
getPubkeyLen() - Method in enum net.i2p.crypto.SigType
the length of the public key, in bytes
getPublic() - Method in class net.i2p.crypto.KeyPair
Public key of this keypair.
getPublic() - Method in class org.bouncycastle.crypto.AsymmetricCipherKeyPair
return the public key parameters.
getPublicKey(byte[], int) - Method in class com.southernstorm.noise.protocol.Curve25519DHState
 
getPublicKey(byte[], int) - Method in interface com.southernstorm.noise.protocol.DHState
Gets the public key associated with this object.
getPublicKey(byte[], int) - Method in class com.southernstorm.noise.protocol.MLKEMDHState
 
getPublicKey(PrivateKey) - Static method in class net.i2p.crypto.KeyGenerator
Convert a PrivateKey to its corresponding PublicKey.
getPublicKey() - Method in class net.i2p.data.KeysAndCert
Valid for RouterIdentities.
getPublicKey() - Method in class net.i2p.router.KeyManager
Router key
getPublicKey() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMPrivateKeyParameters
Public key.
getPublicKeyLength() - Method in class com.southernstorm.noise.protocol.Curve25519DHState
 
getPublicKeyLength() - Method in interface com.southernstorm.noise.protocol.DHState
Gets the length of public keys for this algorithm.
getPublicKeyLength() - Method in class com.southernstorm.noise.protocol.MLKEMDHState
Note: Alice/Bob sizes are different
getPublicKeyPacket() - Method in class org.minidns.record.OPENPGPKEY
Get the public key packet data
getPublicKeyPacketBase64() - Method in class org.minidns.record.OPENPGPKEY
Get the public key packet as a Base64-encoded string
getPublicKeyParameters() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMPrivateKeyParameters
Public key parameters.
getPublished() - Method in class net.i2p.data.LeaseSet2
Published timestamp, as received.
getPublished() - Method in class net.i2p.data.router.RouterInfo
Retrieve the timestamp on which the info was published, essentially a version number for the RouterInfo.
getPublishedLeases() - Method in class net.i2p.router.NetworkDatabaseFacade
 
getPublishedLeases() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Public for NetDbRenderer in routerconsole
getPumper() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
Hook for NTCPConnection
getPumperMaxThreads() - Static method in class net.i2p.router.tunnel.TunnelDispatcher
 
getPumperQueueCapacity() - Static method in class net.i2p.router.tunnel.TunnelDispatcher
 
getPumperUtilization(RouterContext) - Method in class net.i2p.router.Tuner.BaseParam
Tunnel pumper pool utilization (0.0-1.0).
getPumperUtilization() - Static method in class net.i2p.router.tunnel.TunnelDispatcher
Get pumper pool utilization as a ratio (0.0-1.0).
getPurgeSeconds() - Method in class net.i2p.i2ptunnel.access.FilterDefinition
 
getPurpose() - Method in class net.i2p.router.peermanager.PeerSelectionCriteria
Purpose for which the peers will be used
getPurpose() - Method in interface org.bouncycastle.crypto.CryptoServiceProperties
Return the purpose of the cryptographic service.
getPushCount() - Method in class net.i2p.router.transport.udp.OutboundMessageState
The number of times we've pushed some fragments.
getQ() - Method in class net.i2p.crypto.eddsa.math.Field
Return the field prime.
getQm2() - Method in class net.i2p.crypto.eddsa.math.Field
Return q - 2.
getQm5d8() - Method in class net.i2p.crypto.eddsa.math.Field
Return (q - 5) / 8.
getQuantity() - Method in class net.i2p.router.TunnelPoolSettings
how many tunnels should be available at all times
getQuantityOptions(int, int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getQueryFrequencyMs() - Method in class net.i2p.router.time.RouterTimestamper
 
getQueryListener() - Method in class org.cybergarage.upnp.StateVariable
getQueryListener.
getQueryListener() - Method in class org.cybergarage.upnp.xml.StateVariableData
getQueryListener.
getQueryResponse() - Method in class org.cybergarage.upnp.StateVariable
getQueryResponse.
getQueryResponse() - Method in class org.cybergarage.upnp.xml.StateVariableData
getQueryResponse.
getQueryStatus() - Method in class org.cybergarage.upnp.StateVariable
getQueryStatus.
getQuestion() - Method in class org.minidns.dnsmessage.DnsMessage
getQuestion.
getQuestion() - Method in class org.minidns.record.Record
Get the question asking for this resource record.
getQuestionMessage() - Method in class org.minidns.record.Record
Get a message builder for the question that this record answers.
getQueue() - Method in class net.i2p.util.LogManager
Zero-copy.
getQueueCapacity() - Static method in class net.i2p.router.transport.ntcp.NTCPSendFinisher
Returns the current send finisher queue capacity.
getQueueCapacity() - Method in class net.i2p.router.transport.udp.MessageReceiver
Returns the maximum capacity of the message receiver queue.
getQueueCapacity() - Static method in class net.i2p.router.tunnel.TunnelGatewayPumper
Get the current pumper queue capacity.
getQueued() - Method in class i2p.susi.webmail.pop3.BackgroundChecker
Returns the list of queued deletions.
getQueued() - Method in class i2p.susi.webmail.pop3.DelayedDeleter
Returns the list of queued deletions.
getQueueSize() - Static method in class net.i2p.router.client.ClientWriterRunner
Get the queue size.
getQueueSize() - Method in class net.i2p.router.transport.ntcp.NTCPSendFinisher
Returns the current queue size (pending send-finish tasks).
getQueueSize() - Method in class net.i2p.router.transport.udp.MessageReceiver
Returns the current queue depth of the message receiver.
getQueueSize() - Method in class net.i2p.sam.SAMBridge
 
getQueueSize() - Method in class net.i2p.sam.SAMHandlerPool
Number of commands waiting in the worker queue.
getQueueSizeEstimate() - Method in class net.i2p.util.SyntheticREDQueue
Returns the current estimated average queue size in bytes.
getRandom() - Method in class org.bouncycastle.crypto.KeyGenerationParameters
return the random source associated with this generator.
getRandom() - Method in class org.bouncycastle.crypto.params.ParametersWithRandom
getRandom.
getRandomBytes(byte[]) - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
 
getRandomKey() - Method in class net.i2p.router.TunnelPoolSettings
random key used for peer ordering
getRange() - Method in interface com.tomgibara.crinch.hashing.Hash
Returns the hash range for this hash function.
getRange() - Method in class com.tomgibara.crinch.hashing.PerfectStringHash
 
getRange(T) - Method in class net.i2p.kademlia.KBucketSet
The number of bits minus 1 (range number) for the xor of the key.
getRangeBegin() - Method in interface net.i2p.kademlia.KBucket
Lowest order high bit for difference keys.
getRangeBegin() - Method in class net.i2p.kademlia.KBucketImpl
 
getRangeEnd() - Method in interface net.i2p.kademlia.KBucket
Highest high bit for the difference keys.
getRangeEnd() - Method in class net.i2p.kademlia.KBucketImpl
 
getRatchetPublicKey() - Method in class net.i2p.data.i2np.DatabaseLookupMessage
The included session key or null if unset.
getRatchetReplyTag() - Method in class net.i2p.data.i2np.DatabaseLookupMessage
The included session tag or null if unset
getRate() - Method in class net.i2p.router.web.GraphListener
Retrieve the tracked rate.
getRate(long) - Method in class net.i2p.stat.RateStat
Returns rate with requested period if it exists, otherwise null
getRate(String) - Method in class net.i2p.stat.StatManager
Misnamed, as it returns a RateStat, not a Rate.
getRate(long[]) - Static method in class org.klomp.snark.PeerCoordinator
Get rate
GetRateHandler - Class in net.i2p.i2pcontrol.servlets.jsonrpc2handlers
JSON-RPC2 handler for the GetRate method.
GetRateHandler(JSONRPC2Helper) - Constructor for class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.GetRateHandler
GetRateHandler.
getRateName() - Method in class net.i2p.router.tunnel.pool.TunnelPool
RateStat name for the bandwidth graph
getRateNames() - Method in class net.i2p.stat.StatManager
Get the names of all rate statistics.
getRateStat() - Method in class net.i2p.stat.Rate
Return the rate stat this rate belongs to, or null.
getRating() - Method in class org.klomp.snark.comments.Comment
Returns the rating (0-5).
getRatingCount() - Method in class org.klomp.snark.comments.CommentSet
Returns the number of ratings making up the average rating.
getRawAce() - Method in class org.minidns.dnsname.DnsName
Returns the raw ACE version of this DNS name.
getRawBytes() - Method in class org.minidns.dnsname.DnsName
getRawBytes.
getRawLabel() - Method in class org.minidns.dnslabel.DnsLabel
Get the raw label.
getRawLabels() - Method in class org.minidns.dnsname.DnsName
Get a copy of the raw labels of this DNS name.
getRawMessageSize() - Method in interface net.i2p.data.i2np.I2NPMessage
How large the raw message is with the short 5 byte header
getRawMessageSize() - Method in class net.i2p.data.i2np.I2NPMessageImpl
The raw header consists of a one-byte type and a 4-byte expiration in seconds only.
getRawSession() - Method in class net.i2p.sam.SAMv1Handler
 
getRcvCipher() - Method in class net.i2p.router.transport.udp.PeerState2
 
getRcvConnID() - Method in class net.i2p.router.transport.udp.InboundEstablishState2
 
getRcvConnID() - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
getRcvConnID() - Method in class net.i2p.router.transport.udp.PeerState2
The connection ID we expect to receive packets with.
getRcvConnID() - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
 
getRcvHeaderEncryptKey1() - Method in class net.i2p.router.transport.udp.InboundEstablishState2
 
getRcvHeaderEncryptKey1() - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
getRcvHeaderEncryptKey1() - Method in class net.i2p.router.transport.udp.PeerState2
The first header encryption key for received packets.
getRcvHeaderEncryptKey2() - Method in class net.i2p.router.transport.udp.InboundEstablishState2
 
getRcvHeaderEncryptKey2() - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
getRcvHeaderEncryptKey2() - Method in class net.i2p.router.transport.udp.PeerState2
The second header encryption key for received packets.
getRcvRetryHeaderEncryptKey2() - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
getRdnsActiveCount() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Returns rDNS executor active thread count, or 0 if not running.
getRdnsCacheStats() - Static method in class net.i2p.router.transport.CommSystemFacadeImpl
Get cache statistics for monitoring
getRdnsCorePoolSize() - Static method in class net.i2p.router.transport.CommSystemFacadeImpl
Get the rDNS executor core pool size.
getRdnsEntry() - Method in class net.i2p.router.transport.CommSystemFacadeImpl.CacheEntry
 
getRdnsMaxPoolSize() - Static method in class net.i2p.router.transport.CommSystemFacadeImpl
Get the rDNS executor max pool size.
getRdnsPoolSize() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Returns rDNS executor total thread count, or 0 if not running.
getRdnsQueueSize() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Returns rDNS executor pending lookup count, or 0 if not running.
getRdnsUtilization() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Returns rDNS executor utilization as a ratio (0.0-1.0), or Double.NaN if not running.
getReachability() - Method in class net.i2p.router.web.helpers.SidebarHelper
Network reachability state and message.
getReachabilityStatus() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
Maybe we should trust UPnP here and report OK if it opened the port, but for now we don't.
getReachabilityStatus() - Method in interface net.i2p.router.transport.Transport
Get the current reachability status of this transport.
getReachabilityStatus() - Method in class net.i2p.router.transport.TransportImpl
Previously returned short, now enum as of 0.9.20
getReachabilityStatus() - Method in class net.i2p.router.transport.TransportManager
Previously returned short, now enum as of 0.9.20
getReachabilityStatus() - Method in class net.i2p.router.transport.udp.UDPTransport
Current reachability status, possibly overridden by configuration.
getRead() - Method in class i2p.susi.util.CountingInputStream
Get the total number of bytes read or skipped so far.
getRead() - Method in class i2p.susi.util.EOFOnMatchInputStream
If constructed with a counter, returns the count (not necessarily starting at 0) minus the buffered/matched count.
getRead() - Method in interface i2p.susi.util.ReadCounter
The total number of bytes that have been read or skipped
getReader() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
Hook for NTCPConnection
getReaderUtilization() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
Get reader pool utilization as a ratio (0.0-1.0).
getReaderUtilization(RouterContext) - Method in class net.i2p.router.Tuner.BaseParam
NTCP reader pool utilization (0.0-1.0).
getReadLock() - Method in class net.i2p.router.util.DecayingBloomFilter
Acquire the read lock
getReadTimeout() - Method in interface net.i2p.client.streaming.I2PSocket
How long we will wait blocked on a read() operation.
getReadTimeout() - Method in interface net.i2p.client.streaming.I2PSocketOptions
What is the longest we'll block on the input stream while waiting for more data.
getReadTimeout() - Method in class net.i2p.client.streaming.impl.I2PSocketFull
 
getReadTimeout() - Method in class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
What is the longest we'll block on the input stream while waiting for more data.
getReadTimeout() - Method in class net.i2p.client.streaming.impl.MessageInputStream
Returns the current read timeout in milliseconds.
getReadTimeout() - Method in class net.i2p.i2ptunnel.I2PTunnelClient
Get the read idle timeout for newly-created connections (in milliseconds).
getReadTimeout() - Method in class net.i2p.i2ptunnel.I2PTunnelServer
Get the read idle timeout for newly-created connections (in milliseconds).
getReadTimeout() - Method in class net.i2p.i2ptunnel.socks.SocketWrapper
 
getReadTimeout() - Method in class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPServerBase
Gets the read idle timeout for newly-created connections (in milliseconds).
getReadyCount() - Method in class net.i2p.router.JobQueue
Number of jobs ready to be executed.
getReadyTestJobCount() - Method in class net.i2p.router.JobQueue
Count TestJob instances that are ready to run or currently running (excluding future-scheduled timed jobs).
getRealm() - Method in class net.i2p.i2ptunnel.I2PTunnelConnectClient
 
getRealm() - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
 
getRealm() - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
Get the authentication realm string.
getReason() - Method in class net.i2p.client.TunnelRemovalEvent
Return the removal reason.
getReason() - Method in class net.i2p.data.i2cp.AbuseReason
Get the abuse reason.
getReason() - Method in class net.i2p.data.i2cp.DisconnectMessage
Reason.
getReason() - Method in class net.i2p.data.i2cp.ReportAbuseMessage
Reason.
getReasonPhrase() - Method in class org.cybergarage.http.HTTPStatus
Gets the reason phrase.
getReasons() - Method in class net.i2p.router.sybil.Points
Get the list of reasons.
getReasonsSummary() - Method in class net.i2p.router.tunnel.pool.ExcluderBase
Format exclusion summary grouped by reason (counts only, no peer hashes).
getReceiveAliceTime() - Method in class net.i2p.router.transport.udp.PeerTestState
Return the time we last received from Alice.
getReceiveBobTime() - Method in class net.i2p.router.transport.udp.PeerTestState
Return the time we last received from Bob.
getReceiveBps() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
 
getReceiveBps(long) - Method in class net.i2p.router.transport.udp.PeerState
receive Bps estimate.
getReceiveBps15s() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
 
getReceiveBufferSize() - Method in class net.i2p.client.streaming.impl.StandardServerSocket
 
getReceiveBufferSize() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getReceiveCharlieTime() - Method in class net.i2p.router.transport.udp.PeerTestState
Return the time we last received from Charlie.
getReceivedAsPublished() - Method in class net.i2p.data.DatabaseEntry
If true, we received this LeaseSet by a remote peer publishing it to us, rather than by searching for it ourselves or locally creating it.
getReceivedAsPublished() - Method in class net.i2p.data.LeaseSet2
If true, we received this LeaseSet by a remote peer publishing it to us, AND the unpublished flag is not set.
getReceivedAsReply() - Method in class net.i2p.data.DatabaseEntry
If true, we received this LeaseSet by searching for it Default false.
getReceivedAsReply() - Method in class net.i2p.data.i2np.DatabaseStoreMessage
If true, we received this by searching for it.
getReceivedBy() - Method in class net.i2p.data.DatabaseEntry
The Hash of the local client that received this LS, null if the router or unknown.
getReceivedIP() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
getReceivedMessages() - Method in class net.i2p.router.transport.udp.PeerState2
 
getReceivedMessages() - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
 
getReceivedMessages() - Method in interface net.i2p.router.transport.udp.SSU2Sender
 
getReceivedOurIP() - Method in class net.i2p.router.transport.udp.InboundEstablishState
Our IP address as reported by Alice in the SessionRequest.
getReceivedPort() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
getReceivedRelayTag() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
getReceivedSignedOnTime() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
getReceivedX() - Method in class net.i2p.router.transport.udp.InboundEstablishState
The received X value from Alice's SessionRequest message.
getReceiveFrom() - Method in class net.i2p.router.tunnel.HopConfig
what is the previous peer in the tunnel (null if gateway)
getReceiveMTU() - Method in class net.i2p.router.transport.udp.PeerState
receive MTU estimate.
getReceiver() - Method in class com.southernstorm.noise.protocol.CipherStatePair
Gets the CipherState to use to receive packets from the remote party.
getReceiverQueueCapacity() - Method in class net.i2p.router.transport.udp.InboundMessageFragments
Returns the maximum capacity of the message receiver queue.
getReceiverQueueCapacity() - Method in class net.i2p.router.transport.udp.UDPTransport
Returns the maximum capacity of the MessageReceiver queue.
getReceiverQueueSize() - Method in class net.i2p.router.transport.udp.InboundMessageFragments
Returns the current queue depth of the message receiver.
getReceiverQueueSize() - Method in class net.i2p.router.transport.udp.UDPTransport
The current queue depth of the MessageReceiver.
getReceiveStreamId() - Method in class net.i2p.client.streaming.impl.Connection
The stream ID of a peer connection that sends data to us, or zero if unknown.
getReceiveStreamId() - Method in class net.i2p.client.streaming.impl.Packet
stream the replies should be sent on.
getReceiveTunnel() - Method in class net.i2p.router.tunnel.HopConfig
What tunnel ID are we receiving on? (null if uninitialized)
getReceiveTunnelId() - Method in class net.i2p.router.tunnel.HopConfig
What tunnel ID are we receiving on? (0 if uninitialized)
getReceiveTunnelId(int) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
retrieve the tunnelId that the given hop receives messages on.
getReceiveTunnelId(int) - Method in interface net.i2p.router.TunnelInfo
retrieve the tunnelId that the given hop receives messages on.
getRecentlyClosed(long) - Method in class net.i2p.router.transport.udp.UDPTransport
Was the state for this SSU2 receive connection ID recently closed?
getRecentMessagesCount() - Method in class net.i2p.router.tunnel.HopConfig
This returns the number of processed messages since the last time getAndResetRecentMessagesCount() was called.
getRecentNonce(int) - Static method in class net.i2p.router.web.CSSHelper
Get recent nonce for backward compatibility.
getRecentStats() - Method in class net.i2p.router.JobStats
Return the recentStats
getRecentTestExemptions() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
Get the number of recent-traffic test exemptions used.
getRecipient() - Method in class net.i2p.router.message.GarlicConfig
Returns the recipient router
getRecipientPublicKey() - Method in class net.i2p.router.message.GarlicConfig
Returns the recipient's public key
getRecipientsFromList(ArrayList<String>, String, boolean) - Static method in class i2p.susi.webmail.Mail
A little misnamed.
getRecipientsFromList(ArrayList<String>, String[], boolean) - Static method in class i2p.susi.webmail.Mail
A little misnamed.
getRecord(int) - Method in class net.i2p.data.i2np.TunnelBuildMessageBase
 
getRecordCount() - Method in class net.i2p.data.i2np.TunnelBuildMessageBase
 
getRecorders() - Method in class net.i2p.i2ptunnel.access.FilterDefinition
 
getRecordPattern() - Method in class net.i2p.router.web.helpers.ConfigLoggingHelper
Retrieve the current log record format pattern.
getRecordSize() - Method in class com.maxmind.db.Metadata
 
getRecvDelay() - Method in class net.i2p.router.transport.ntcp.NTCP2Options
 
getRecvDummy() - Method in class net.i2p.router.transport.ntcp.NTCP2Options
 
getRecvMax() - Method in class net.i2p.router.transport.ntcp.NTCP2Options
 
getRecvMin() - Method in class net.i2p.router.transport.ntcp.NTCP2Options
 
getRecvRate() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
getReduce(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getReduceCount(int, int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the I2CP reduce quantity (target number of tunnels when idle).
getReduceCount(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getReduceOnIdle(int, boolean) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Check whether I2CP session reduction on idle is enabled.
getReduceTime(int, int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the I2CP idle reduction time threshold.
getReduceTime(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getRedundancy() - Method in class net.i2p.router.networkdb.kademlia.FloodfillStoreJob
 
getRedundancy() - Method in class net.i2p.router.networkdb.kademlia.StoreJob
Get the required redundancy level for successful store.
getRefererForLog(Map<String, List<String>>) - Method in class net.i2p.i2ptunnel.RequestValidator
Extracts the referer URL for logging purposes.
getReferrerPolicy() - Method in class net.i2p.util.EepGet
Referrer-Policy header.
getRefresh() - Method in class net.i2p.router.web.CSSHelper
 
getRefreshDelaySeconds() - Method in class org.klomp.snark.SnarkManager
 
getRefreshFrequencySelectBox() - Method in class net.i2p.router.web.ConfigUpdateHelper
 
getRefreshMeta() - Method in class net.i2p.router.web.helpers.GraphHelper
This must be output in the jsp since <meta> must be in the <head>
getRefreshThrottle(RouterContext) - Static method in class net.i2p.router.tunnel.pool.TunnelPool
Refresh throttle interval from config or default (2 minutes).
getRefreshValue() - Method in class net.i2p.router.web.helpers.GraphHelper
 
getRegion(String) - Method in class com.maxmind.geoip.LookupService
getRegion.
getRegion(InetAddress) - Method in class com.maxmind.geoip.LookupService
getRegion.
getRegion(long) - Method in class com.maxmind.geoip.LookupService
getRegion.
getRegisteredApp(String) - Method in interface net.i2p.app.ClientAppManager
Get a registered app.
getRegisteredApp(String) - Method in class net.i2p.app.ClientAppManagerImpl
Get a registered app.
getRegisteredCount() - Method in class net.i2p.sam.SAMHandlerPool
Number of handlers currently registered (connected)
getRegisteredTags() - Method in class net.i2p.router.crypto.ratchet.RatchetTagSet
Return the set of tags registered in the SKM's _inboundTagSets map.
getRejectInproxy(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Check whether inproxy connections are rejected.
getRejectionRate() - Method in class net.i2p.router.peermanager.TunnelHistory
 
getRejectReferer(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Check whether connections with a Referer header are rejected.
getRejectSteepness() - Static method in class net.i2p.router.tunnel.pool.ParticipatingThrottler
The rejection steepness.
getRejectThreshold() - Static method in class net.i2p.router.tunnel.pool.ParticipatingThrottler
The rejection threshold.
getRejectUserAgents(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Check whether connections with known bad User-Agents are rejected.
getRelatedStateVariable() - Method in class org.cybergarage.upnp.Argument
Gets the related state variable for this argument.
getRelatedStateVariableName() - Method in class org.cybergarage.upnp.Argument
Gets the name of the related state variable for this argument.
getReleaseCount() - Method in class net.i2p.util.TryCache
Return total release() count (returned to cache).
getReleased() - Method in class net.i2p.router.tunnel.FragmentedMessage
 
getReleasedAfter() - Method in class net.i2p.router.tunnel.FragmentedMessage
 
getReliability() - Method in class net.i2p.client.SendMessageOptions
Message delivery reliability.
getReliability(int) - Static method in class net.i2p.client.SendMessageOptions
Message delivery reliability from raw flags.
getRemaining() - Method in class net.i2p.i2ptunnel.util.GunzipOutputStream
Inflater statistic
getRemaining() - Method in class net.i2p.util.ResettableGZIPInputStream
Moved from i2ptunnel HTTPResponseOutputStream.InternalGZIPInputStream
getRemainingLength() - Method in class org.klomp.snark.Snark
Bytes not yet in storage.
getRemainingLength() - Method in class org.klomp.snark.web.FetchAndAdd
 
getRemainingShutdownDelay() - Static method in class net.i2p.i2ptunnel.TunnelControllerGroup
Get the remaining time until the longest-delayed server tunnel will stop.
getRemainingStartupDelay() - Method in class net.i2p.i2ptunnel.TunnelController
Get the remaining startup delay time for tunnels with delayed startup.
getRemainingStartupDelay(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Get the remaining startup delay time for tunnels with delayed startup.
getRemainingStartupDelay(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
The remaining startup delay for the specified tunnel.
getRemoteAddress() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Only valid for outbound; null for inbound
getRemoteAddress() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
getRemoteAddress() - Method in class net.i2p.sam.SSLSocketChannel
Get the remote socket address of the underlying SSL socket.
getRemoteAddress() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
getRemoteAddress.
getRemoteHost() - Method in class net.i2p.router.transport.udp.UDPPacket
Lazily obtains the RemoteHostId representing the sender's address and port.
getRemoteHostId() - Method in class net.i2p.router.transport.udp.InboundEstablishState
The RemoteHostId that uniquely identifies this establishment attempt.
getRemoteHostId() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
This should be what the state is currently indexed by in the _outboundStates table.
getRemoteHostId() - Method in class net.i2p.router.transport.udp.PeerState
remote host ID.
getRemoteHostId() - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
 
getRemoteHostId() - Method in interface net.i2p.router.transport.udp.SSU2Sender
 
getRemoteHybridKeyPair() - Method in class com.southernstorm.noise.protocol.HandshakeState
Gets the keypair object for the remote hybrid key.
getRemoteIdentity() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
getRemoteInetAddress() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
getRemoteInetAddress.
getRemoteIP() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Get the remote IP address.
getRemoteIP() - Method in class net.i2p.router.transport.udp.PeerState
Remote IP address bytes.
getRemoteIPAddress() - Method in class net.i2p.router.transport.udp.PeerState
cached remote IP address.
getRemoteIPAddress() - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
 
getRemoteIPAddress() - Method in interface net.i2p.router.transport.udp.SSU2Sender
 
getRemoteKey() - Method in class net.i2p.router.crypto.ratchet.RatchetTagSet
The far-end's public key.
getRemoteKey() - Method in class net.i2p.router.crypto.ratchet.SessionKeyAndNonce
For inbound ES, else null.
getRemotePeer() - Method in class net.i2p.client.streaming.impl.Connection
who are we talking with
getRemotePeer() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Valid for outbound; valid for inbound after handshake
getRemotePeer() - Method in class net.i2p.router.transport.udp.PeerState
remote peer hash.
getRemotePort() - Method in class net.i2p.client.streaming.impl.Packet
 
getRemotePort() - Method in class net.i2p.i2ptunnel.irc.I2PTunnelDCCClient
Returns the remote port for this DCC connection.
getRemotePort() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Get the remote port.
getRemotePort() - Method in class net.i2p.router.transport.udp.PeerState
Remote port.
getRemotePort() - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
 
getRemotePort() - Method in interface net.i2p.router.transport.udp.SSU2Sender
 
getRemotePort() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
getRemotePort.
getRemotePublicKey() - Method in class com.southernstorm.noise.protocol.HandshakeState
Gets the public key object for the remote static key.
getRemoteSocketAddress() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getRemoteSPK() - Method in class net.i2p.client.streaming.impl.Connection
The key to verify signatures with.
getRenderingHint(RenderingHints.Key) - Method in class org.jfree.svg.SVGGraphics2D
Returns the current value for the specified hint.
getRenderingHints() - Method in class org.jfree.svg.SVGGraphics2D
Returns a copy of the rendering hints.
getRenewSubscriber() - Method in class org.cybergarage.upnp.ControlPoint
 
getReplenishFrequency() - Static method in class net.i2p.router.transport.FIFOBandwidthRefiller
Get the replenish frequency
getRepliedPeers() - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
getReply(int) - Method in class net.i2p.data.i2np.DatabaseSearchReplyMessage
 
getReplyGateway() - Method in class net.i2p.data.i2np.DatabaseStoreMessage
Get the reply gateway.
getReplyKey() - Method in class net.i2p.data.i2np.DatabaseLookupMessage
The included session key or null if unset.
getReplyMessageId() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
new style reply message id
getReplyOrder() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
component ordering in the new style request
getReplySelector() - Method in class net.i2p.router.OutNetMessage
Defines a MessageSelector to find a reply to this message.
getReplyTag() - Method in class net.i2p.data.i2np.DatabaseLookupMessage
The included session tag or null if unset
getReplyToken() - Method in class net.i2p.data.i2np.DatabaseStoreMessage
If a reply is desired, this token specifies the message ID that should be used for a DeliveryStatusMessage to be sent to the reply tunnel on the reply gateway.
getReplyTunnel() - Method in class net.i2p.data.i2np.DatabaseLookupMessage
Contains the tunnel ID a reply should be sent to
getReplyTunnel() - Method in class net.i2p.data.i2np.DatabaseStoreMessage
Get the reply tunnel.
getRepresentation() - Method in class net.i2p.crypto.eddsa.math.GroupElement
Gets the representation of the group element.
getReqID() - Method in class net.i2p.data.i2cp.HostLookupMessage
Gets the request ID.
getReqID() - Method in class net.i2p.data.i2cp.HostReplyMessage
Gets the request ID.
getRequest() - Method in class net.i2p.client.streaming.I2PSocketEepGet
Guess we have to override this since super doesn't strip the http://host from the GET line which hoses some servers (opentracker) HTTP proxy was kind enough to do this for us
getRequest() - Method in class net.i2p.util.EepGet
Build the HTTP request string for the current URL and state.
getRequest() - Method in class net.i2p.util.EepHead
Build the HTTP HEAD request, including headers for Host, User-Agent, and proxy auth.
getRequest() - Method in class net.i2p.util.PartialEepGet
 
getRequest() - Method in class org.klomp.snark.PartialPiece
Creates a Request object for the next missing chunk in this piece.
getRequest() - Method in class org.rrd4j.core.FetchData
Returns FetchRequest object used to create this FetchData object.
getRequestBurst1sThreshold() - Static method in class net.i2p.router.tunnel.pool.RequestThrottler
Get the burst threshold for 1-second sliding window.
getRequestCount() - Method in class org.klomp.snark.Piece
How many peers are requesting this piece? Caller must synchronize.
getRequested() - Method in class net.i2p.router.client.LeaseRequestState
Get the requested lease set.
getRequestedPort() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
 
getRequestedPort() - Method in interface net.i2p.router.transport.Transport
Get the internal port that transport wants forwarded via UPnP.
getRequestedPort() - Method in class net.i2p.router.transport.TransportImpl
What INTERNAL port would the transport like to have forwarded by UPnP.
getRequestedPort() - Method in class net.i2p.router.transport.udp.UDPTransport
The current or configured internal IPv4 port.
getRequestHandler(String) - Method in class com.thetransactioncompany.jsonrpc2.server.Dispatcher
Gets the handler for the specified JSON-RPC 2.0 request name.
getRequestHost() - Method in class org.cybergarage.http.HTTPRequest
Returns the request host.
getRequestHostURL(String, int) - Static method in class org.cybergarage.http.HTTP
Creates a request host URL from host and port.
getRequestLoadWeight() - Static method in class net.i2p.router.tunnel.pool.RequestThrottler
Get the load weight (how much load inflates effective ratio, 0-300%).
getRequestMaxLimit() - Static method in class net.i2p.router.tunnel.pool.RequestThrottler
Get the maximum request limit per peer.
getRequestMinLimit() - Static method in class net.i2p.router.tunnel.pool.RequestThrottler
Get the minimum request limit per peer.
getRequestPctLimit() - Static method in class net.i2p.router.tunnel.pool.RequestThrottler
Get the request limit as percentage of participating tunnel count.
getRequestPort() - Method in class org.cybergarage.http.HTTPRequest
Returns the request port.
getRequestRate() - Method in class org.klomp.snark.BandwidthManager
The average rate in Bps
getRequestRejectSteepness() - Static method in class net.i2p.router.tunnel.pool.RequestThrottler
Get the rejection steepness (100=linear ramp, 200=quadratic).
getRequestRejectThreshold() - Static method in class net.i2p.router.tunnel.pool.RequestThrottler
Get the rejection threshold (30-100, default 70%).
getRequests() - Method in class org.klomp.snark.PeerState
debug
getRequestSentTime() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
When we sent the first SessionRequest packet.
getRequestTime() - Method in interface net.i2p.router.transport.FIFOBandwidthLimiter.Request
when was the request made?
getRequestTimeout(RouterContext) - Static method in class net.i2p.router.tunnel.pool.BuildRequestor
How long we wait for a reply before trying a different pool/peers.
getRequestURI() - Method in class net.i2p.router.web.helpers.SidebarHelper
Return the request URI, or /home as default.
getRequeueTime() - Static method in class net.i2p.router.tunnel.TunnelDispatcher
 
getRequeueTime() - Static method in class net.i2p.router.tunnel.TunnelGatewayPumper
 
getRequireFullySigned() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
Sign all packets or only SYN/FIN? Unused — no property exists, always false.
getReseedURL() - Method in class net.i2p.router.web.helpers.ConfigReseedHelper
Retrieve the configured reseed URLs as a newline-separated string.
getResendDelay() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
Delay before retransmitting a packet in ms
getResendDelay() - Method in class net.i2p.client.streaming.impl.Packet
How long is the creator of this packet going to wait before resending this packet (if it hasn't yet been ACKed).
getResetReceived() - Method in class net.i2p.client.streaming.impl.Connection
Check if a reset has been received on this connection.
getResetReceivedOn() - Method in class net.i2p.client.streaming.impl.Connection
 
getResetSent() - Method in class net.i2p.client.streaming.impl.Connection
Check if a reset has been sent on this connection.
getResetSentOn() - Method in class net.i2p.client.streaming.impl.Connection
 
getResolution() - Method in class org.rrd4j.core.FetchRequest
Returns fetch resolution to be used for the fetch request.
getResource(String) - Method in class net.i2p.servlet.I2PDefaultServlet
 
getResource(String) - Method in class org.klomp.snark.web.BasicServlet
Get Resource to serve.
getResource(String) - Method in class org.klomp.snark.web.I2PSnarkServlet
We override this to set the file relative to the storage directory for the torrent.
getResponse() - Method in class org.cybergarage.upnp.control.ActionResponse
Gets the argument list from the response.
getResponseBuilder(DnsMessage.RESPONSE_CODE) - Method in class org.minidns.dnsmessage.DnsMessage
getResponseBuilder.
getResponseCode(int) - Static method in enum org.minidns.dnsmessage.DnsMessage.RESPONSE_CODE
Retrieve the response code for a byte value.
getRestartStatus() - Method in class net.i2p.router.web.helpers.SidebarHelper
The restart status and buttons
getRestartTimeRemaining() - Static method in class net.i2p.router.web.helpers.ConfigRestartBean
this is for sidebar.jsp
getResult() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Response
Gets the result of the request.
getResultBegin() - Method in class i2p.susi.dns.AddressbookBean
Gets the beginning index into results.
getResultCode() - Method in class net.i2p.client.impl.LkupResult
Zero for success, nonzero for failure.
getResultCode() - Method in interface net.i2p.client.LookupResult
 
getResultCode() - Method in class net.i2p.data.i2cp.HostReplyMessage
Gets the result code.
getResultEnd() - Method in class i2p.susi.dns.AddressbookBean
Gets ending index into results.
getRetainDays() - Method in class net.i2p.jetty.I2PRequestLog
 
getRetransmitSessionCreatedPacket() - Method in class net.i2p.router.transport.udp.InboundEstablishState2
 
getRetransmitSessionRequestPacket() - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
Get a packet to retransmit the SessionRequest
getReturnValue() - Method in class org.cybergarage.upnp.control.QueryResponse
Gets the return value from the query response.
getReuseAddress() - Method in class net.i2p.client.streaming.impl.StandardServerSocket
 
getReuseAddress() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getReverseData(SigningPublicKey) - Method in class net.i2p.router.networkdb.kademlia.BlindCache
The cached data or null
getRevision() - Method in class net.i2p.router.web.helpers.LogsHelper
Return the build revision and date from the routerconsole.war manifest.
getRevocationKey() - Method in class net.i2p.router.LeaseSetKeys
Key with which a LeaseSet can be revoked (by republishing it with no Leases) Deprecated, unused
getRho() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMPrivateKeyParameters
Rho.
getRho() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMPublicKeyParameters
Get the random seed.
getRobin(int) - Method in class org.rrd4j.core.Archive
Returns the underlying round robin archive.
getRole() - Method in class com.southernstorm.noise.protocol.HandshakeState
Gets the role for this handshake.
getRootDevice() - Method in class org.cybergarage.upnp.Device
getRootDevice.
getRootDevice() - Method in class org.cybergarage.upnp.Service
Gets the root device containing this service.
getRootElement(InputSource) - Static method in class org.rrd4j.core.Util.Xml
getRootElement.
getRootElement(String) - Static method in class org.rrd4j.core.Util.Xml
getRootElement.
getRootElement(File) - Static method in class org.rrd4j.core.Util.Xml
getRootElement.
getRootName() - Method in class net.i2p.util.LogLimit
 
getRootNode() - Method in class org.cybergarage.upnp.Device
getRootNode.
getRootNode() - Method in class org.cybergarage.xml.Node
Gets the root node of the tree this node belongs to.
getRootUri() - Method in class org.rrd4j.core.RrdBackendFactory
getRootUri.
getRotationLimit() - Method in class net.i2p.util.LogManager
 
getRounds(int, int) - Static method in class net.i2p.crypto.CryptixRijndael_Algorithm
Return The number of rounds for a given Rijndael's key and block sizes.
getRouter(int) - Method in class net.i2p.data.i2cp.RequestLeaseSetMessage
Router.
getRouter() - Method in class net.i2p.data.i2np.DeliveryInstructions
default null
getRouterCount() - Method in class net.i2p.router.Banlist
Get the number of currently banlisted routers.
getRouterDir() - Method in class net.i2p.I2PAppContext
Where the router keeps its files.
getRouterHash() - Method in class net.i2p.router.Router
Our current router hash.
getRouterIdentity() - Method in class net.i2p.data.router.RouterPrivateKeyFile
Read it in from the file.
getRouterIdentity() - Method in class net.i2p.router.Router
Our current router identity.
getRouterInfo() - Method in class net.i2p.router.Router
Our current router info.
getRouterInfoFile(RouterContext, Hash) - Static method in class net.i2p.router.networkdb.kademlia.PersistentDataStore
The persistent RI file for a hash.
getRouterInfoHash(String) - Static method in class net.i2p.router.networkdb.kademlia.PersistentDataStore
Package private for installer BundleRouterInfos
getRouterIPPort(RouterInfo) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Extract IP address and port from RouterInfo for logging to sessionbans.txt.
getRouters() - Method in class net.i2p.router.NetworkDatabaseFacade
public for NetDbRenderer in routerconsole
getRouters() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
getRouterVersion() - Method in interface net.i2p.client.I2PSession
Always valid in RouterContext.
getRouterVersion() - Method in class net.i2p.client.impl.I2PSessionImpl
Always valid in RouterContext.
getRoutingKey() - Method in class net.i2p.data.DatabaseEntry
Routing key for the structure using the current modifier in the RoutingKeyGenerator.
getRoutingKey(Hash) - Method in class net.i2p.data.router.RouterKeyGenerator
Generate a modified (yet consistent) hash from the origKey by generating the SHA256 of the targetKey with the current modData appended to it This makes Sybil's job a lot harder, as she needs to essentially take over the whole keyspace.
getRoutingKey(Hash, long) - Method in class net.i2p.data.router.RouterKeyGenerator
Get the routing key for the specified date, not today's
getRoutingKey(Hash) - Method in class net.i2p.data.RoutingKeyGenerator
Get the routing key for a key.
getRow(int, BitArray) - Method in class com.google.zxing.common.BitMatrix
A fast method to retrieve one row of data from the matrix as a BitArray.
getRowCount() - Method in class org.rrd4j.core.FetchData
Returns the number of rows fetched from the corresponding RRD.
getRowCount() - Method in class org.rrd4j.core.jrrd.Archive
Returns the number of entries in this archive.
getRows() - Method in class net.i2p.router.web.GraphListener
Get the number of rows in the RRD archive.
getRows() - Method in class org.rrd4j.core.ArcDef
Returns the number of rows (aggregated values) stored in the archive.
getRows() - Method in class org.rrd4j.core.Archive
Returns the number of archive rows.
getRows(int) - Method in class org.rrd4j.core.DataImporter
getRows.
getRows() - Method in class org.rrd4j.core.RrdDoubleMatrix
Number of rows.
getRows(int) - Method in class org.rrd4j.core.RrdToolReader
 
getRows(int) - Method in class org.rrd4j.core.XmlReader
 
getRowSize() - Method in class com.google.zxing.common.BitMatrix
Gets the row size of the matrix.
getRPCID() - Method in class org.klomp.snark.Snark
A unique ID for this torrent, useful for RPC
getRpnExpression() - Method in class org.rrd4j.data.CDef
Return the RPN expression for this CDef.
getRpnValues(String) - Method in class org.rrd4j.core.FetchData
Returns a set of values created by applying RPN expression to the fetched data.
getRPort() - Method in interface org.klomp.snark.dht.DHT
 
getRPort() - Method in class org.klomp.snark.dht.KRPC
 
getRRACount() - Method in class org.rrd4j.core.jrrd.Header
Returns the number of Archives in the database.
getRrd4jDemoDirectory() - Static method in class org.rrd4j.core.Util
Returns path to directory used for placement of Rrd4j demo graphs and creates it if necessary.
getRrd4jDemoPath(String) - Static method in class org.rrd4j.core.Util
Returns full path to the file stored in the demo directory of Rrd4j
getRrd4jHomeDirectory() - Static method in class org.rrd4j.core.Util
Returns the root directory of the Rrd4j distribution.
getRrdAllocator() - Method in class org.rrd4j.core.Archive
Required to implement RrdUpdater interface.
getRrdAllocator() - Method in class org.rrd4j.core.ArcState
Required to implement RrdUpdater interface.
getRrdAllocator() - Method in class org.rrd4j.core.Datasource
Required to implement RrdUpdater interface.
getRrdAllocator() - Method in class org.rrd4j.core.Header
Required to implement RrdUpdater interface.
getRrdAllocator() - Method in interface org.rrd4j.core.Robin
Required to implement RrdUpdater interface.
getRrdAllocator() - Method in class org.rrd4j.core.RobinArray
getRrdAllocator.
getRrdAllocator() - Method in class org.rrd4j.core.RobinMatrix
Required to implement RrdUpdater interface.
getRrdAllocator() - Method in class org.rrd4j.core.RrdDb
Required to implement RrdUpdater interface.
getRrdAllocator() - Method in interface org.rrd4j.core.RrdUpdater
getRrdAllocator.
getRrdBackend() - Method in class org.rrd4j.core.Archive
Returns the underlying storage (backend) object which actually performs all I/O operations.
getRrdBackend() - Method in class org.rrd4j.core.ArcState
Returns the underlying storage (backend) object which actually performs all I/O operations.
getRrdBackend() - Method in class org.rrd4j.core.Datasource
Returns the underlying storage (backend) object which actually performs all I/O operations.
getRrdBackend() - Method in class org.rrd4j.core.Header
Returns the underlying storage (backend) object which actually performs all I/O operations.
getRrdBackend() - Method in interface org.rrd4j.core.Robin
Returns the underlying storage (backend) object which actually performs all I/O operations.
getRrdBackend() - Method in class org.rrd4j.core.RobinArray
getRrdBackend.
getRrdBackend() - Method in class org.rrd4j.core.RobinMatrix
Returns the underlying storage (backend) object which actually performs all I/O operations.
getRrdBackend() - Method in class org.rrd4j.core.RrdDb
Returns backend object for this RRD which performs actual I/O operations.
getRrdBackend() - Method in interface org.rrd4j.core.RrdUpdater
getRrdBackend.
getRrdDb() - Method in class org.rrd4j.data.Def
Rrd db.
getRrdDef() - Method in class org.rrd4j.core.RrdDb
Returns RRD definition object which can be used to create new RRD with the same creation parameters but with no data in it.
getRrdDef() - Method in class org.rrd4j.core.RrdDefTemplate
Returns RrdDef object constructed from the underlying XML template.
getRrdGraphInfo() - Method in class org.rrd4j.graph.RrdGraph
Returns complete graph information in a single object.
getRrdTimestamps() - Method in class org.rrd4j.data.Def
Rrd timestamps.
getRrdToolCommand() - Method in class org.rrd4j.core.FetchRequest
 
getRrdToolCommand() - Method in class org.rrd4j.core.RrdDef
Rrdtool command.
getRrdToolCommand() - Method in class org.rrd4j.core.Sample
 
getRrdValues() - Method in class org.rrd4j.data.Def
Rrd values.
getRTO() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
Retransmit timeout, clamped to [minResendDelay, maxResendDelay]
getRTO() - Method in class net.i2p.router.transport.udp.PeerState
retransmission timeout.
getRTOMultiplier() - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getRTT() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
Smoothed round-trip time estimate in ms
getRTT() - Method in class net.i2p.router.transport.udp.InboundEstablishState
The estimated round-trip time for this establishment.
getRTT() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
getRTT() - Method in class net.i2p.router.transport.udp.PeerState
round trip time.
getRTTDev() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
RTT deviation for RTO calculation
getRTTDeviation() - Method in class net.i2p.router.transport.udp.PeerState
RTT deviation.
getRules() - Method in class net.i2p.apache.http.conn.util.PublicSuffixList
Return the suffix rules.
getRunner(Destination) - Method in class net.i2p.router.client.ClientManager
Unsynchronized
getRunnerDestinations() - Method in class net.i2p.router.client.ClientManager
Get the set of all runner destinations.
getRunnerId() - Method in class net.i2p.router.JobQueueRunner
 
getRuns() - Method in class net.i2p.router.JobStats
Get the total number of times this job type has run.
getRuntimeValue() - Method in class net.i2p.router.Tuner.BaseParam
 
getS() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMPrivateKeyParameters
S.
getS2cSFWTestResults() - Method in class edu.internet2.ndt.Tcpbw100
Get Server->Client fire-wall test results.
getSalt() - Method in class org.minidns.record.NSEC3
getSalt.
getSaltLength() - Method in class org.minidns.record.NSEC3
getSaltLength.
getSaltLength() - Method in class org.minidns.record.NSEC3PARAM
getSaltLength.
getSAMDHelper() - Method in class net.i2p.router.web.helpers.SAMDebugHelper
Render the full SAM debug page content (rings + session table).
getSauth() - Method in class net.i2p.router.web.helpers.ConfigReseedHelper
Retrieve whether SSL proxy authentication is enabled.
getSavedAddedAndCompleted(Snark) - Method in class org.klomp.snark.SnarkManager
Get setting for a torrent from the config file.
getSavedComments(Snark) - Method in interface org.klomp.snark.CompleteListener
 
getSavedComments(Snark) - Method in class org.klomp.snark.SnarkManager
The comments for a torrent
getSavedComments(Snark) - Method in class org.klomp.snark.UpdateRunner
 
getSavedCommentsEnabled(Snark) - Method in class org.klomp.snark.SnarkManager
Get setting for comments enabled from the config file.
getSavedLocalAddresses() - Method in class net.i2p.router.transport.TransportImpl
Return and then clear all saved local addresses.
getSavedPreserveNamesSetting(Snark) - Method in interface org.klomp.snark.CompleteListener
 
getSavedPreserveNamesSetting(Snark) - Method in class org.klomp.snark.SnarkManager
Get setting for a torrent from the config file.
getSavedPreserveNamesSetting(Snark) - Method in class org.klomp.snark.UpdateRunner
 
getSavedTorrentBitField(Snark) - Method in interface org.klomp.snark.CompleteListener
Returns the saved bitfield for the torrent.
getSavedTorrentBitField(Snark) - Method in class org.klomp.snark.SnarkManager
Get the saved bitfield for a torrent from the config file.
getSavedTorrentBitField(Snark) - Method in class org.klomp.snark.UpdateRunner
 
getSavedTorrentTime(Snark) - Method in interface org.klomp.snark.CompleteListener
Returns the saved time for the torrent's last modification.
getSavedTorrentTime(Snark) - Method in class org.klomp.snark.SnarkManager
Get the timestamp for a torrent from the config file.
getSavedTorrentTime(Snark) - Method in class org.klomp.snark.UpdateRunner
 
getSavedUploaded(Snark) - Method in interface org.klomp.snark.CompleteListener
 
getSavedUploaded(Snark) - Method in class org.klomp.snark.SnarkManager
Get setting for a torrent from the config file.
getSavedUploaded(Snark) - Method in class org.klomp.snark.UpdateRunner
 
getScalarOps() - Method in class net.i2p.crypto.eddsa.spec.EdDSAParameterSpec
Returns the scalar operations implementation.
getScheduler(Connection) - Method in class net.i2p.client.streaming.impl.SchedulerChooser
Return the appropriate scheduler for the given connection.
getScheme() - Method in class org.rrd4j.core.RrdBackendFactory
 
getScope() - Method in class net.i2p.util.Log
Returns the LogScope (private class).
getScope(String, Class<?>) - Static method in class net.i2p.util.Log
Get the scope string for a name and class.
getScore() - Method in class net.i2p.router.Tuner.SystemHealth
Computed score.
getSCPDData() - Method in class org.cybergarage.upnp.Service
Gets the SCPD data for this service as a byte array.
getSCPDNode() - Method in class org.cybergarage.upnp.xml.ServiceData
getSCPDNode.
getSCPDURL() - Method in class org.cybergarage.upnp.Service
Gets the SCPD URL for this service.
getSearch() - Method in class i2p.susi.dns.AddressbookBean
Returns the search string.
getSearchKey() - Method in class net.i2p.data.i2np.DatabaseLookupMessage
Defines the key being searched for
getSearchKey() - Method in class net.i2p.data.i2np.DatabaseSearchReplyMessage
Defines the key being searched for
getSearchMx() - Method in class org.cybergarage.upnp.ControlPoint
 
getSearchTreeSize() - Method in class com.maxmind.db.Metadata
 
getSearchType() - Method in class net.i2p.data.i2np.DatabaseLookupMessage
Defines the type of data being searched for.
getSecond() - Method in class org.cybergarage.http.Date
Gets the second of the minute.
getSecondKBps() - Method in class net.i2p.router.web.helpers.SidebarHelper
Format the current bandwidth rates for display.
getSeconds() - Method in class net.i2p.i2ptunnel.access.Threshold
 
getSecret() - Method in class net.i2p.data.BlindData
Gets the secret if set.
getSecret() - Method in class net.i2p.data.i2cp.BlindingInfoMessage
Gets the secret for PSK authentication.
getSecret() - Method in interface org.bouncycastle.crypto.SecretWithEncapsulation
Return the secret associated with the encapsulation.
getSecret() - Method in class org.bouncycastle.pqc.crypto.util.SecretWithEncapsulationImpl
getSecret.
getSecretRequired() - Method in class net.i2p.data.BlindData
Checks if a secret is required.
getSecureRandom(SecureRandom) - Static method in class org.bouncycastle.crypto.CryptoServicesRegistrar
Return the default source of randomness.
getSeed() - Method in class net.i2p.crypto.eddsa.EdDSAPrivateKey
 
getSeed() - Method in class net.i2p.crypto.eddsa.spec.EdDSAPrivateKeySpec
Return the seed, or null if constructed from the private key directly.
getSeed() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMPrivateKeyParameters
Seed.
getSeedCount() - Method in class org.klomp.snark.TrackerInfo
 
getSeedCount() - Method in class org.klomp.snark.UDPTrackerClient.TrackerResponse
 
getSelectedIndex() - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JComboBox
Return the selected index.
getSelector() - Method in class net.i2p.router.web.helpers.SearchHelper
Selector.
getSelectorLoopDelay() - Static method in class net.i2p.router.transport.ntcp.EventPumper
Get the selector loop delay in milliseconds
getSelectorLoopDelay() - Static method in class net.i2p.router.transport.ntcp.NTCPTransport
Get the selector loop delay in milliseconds
getSendAckDelay() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
Delay before sending a forced ACK when no data packets arrive.
getSendAliceTime() - Method in class net.i2p.router.transport.udp.PeerTestState
Return when we last sent to Alice (SSU2 Bob only).
getSendBegin() - Method in class net.i2p.router.OutNetMessage
 
getSendBps() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
 
getSendBps(long) - Method in class net.i2p.router.transport.udp.PeerState
The Westwood+ bandwidth estimate
getSendBps15s() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
 
getSendBufferSize() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getSendCharlieTime() - Method in class net.i2p.router.transport.udp.PeerTestState
Return when we last sent to Charlie (SSU2 Alice only).
getSendCipher() - Method in class net.i2p.router.transport.udp.PeerState2
Caller must sync on returned object when encrypting
getSendCipher() - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
 
getSendCipher() - Method in interface net.i2p.router.transport.udp.SSU2Sender
 
getSendConnID() - Method in class net.i2p.router.transport.udp.InboundEstablishState2
 
getSendConnID() - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
getSendConnID() - Method in class net.i2p.router.transport.udp.PeerState2
 
getSendConnID() - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
 
getSendConnID() - Method in interface net.i2p.router.transport.udp.SSU2Sender
 
getSendDelay() - Method in class net.i2p.router.transport.ntcp.NTCP2Options
 
getSendDelay() - Method in class net.i2p.router.tunnel.BatchedPreprocessor
Wait up to this long before sending (flushing) a small tunnel message Warning - overridden in BatchedRouterPreprocessor
getSendDelay() - Method in class net.i2p.router.tunnel.BatchedRouterPreprocessor
how long should we wait before flushing
getSendDummy() - Method in class net.i2p.router.transport.ntcp.NTCP2Options
 
getSender() - Method in class com.southernstorm.noise.protocol.CipherStatePair
Gets the CipherState to use to send packets to the remote party.
getSender() - Method in class net.i2p.client.datagram.Datagram2
Get the sender of an I2P repliable datagram (previously loaded with the load() method)
getSender() - Method in class net.i2p.client.datagram.Datagram3
Get the sender of an I2P repliable datagram (previously loaded with the load() method)
getSender() - Method in class net.i2p.client.datagram.I2PDatagramDissector
Get the sender of an I2P repliable datagram (previously loaded with the loadI2PDatagram() method), verifying the datagram signature.
getSender() - Method in class net.i2p.router.transport.udp.UDPEndpoint
 
getSenderConfig() - Method in class net.i2p.router.ClientMessage
Retrieve the session config of the client that sent the message.
getSendFinisherMaxThreads() - Static method in class net.i2p.router.transport.ntcp.NTCPTransport
Get the send finisher max threads
getSendFinisherQueueCapacity() - Static method in class net.i2p.router.transport.ntcp.NTCPTransport
Get the send finisher queue capacity
getSendFinisherQueueSize() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
Returns the current send finisher queue depth.
getSendFinisherUtilization() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
Get send finisher pool utilization as a ratio (0.0-1.0).
getSendFinisherUtilization(RouterContext) - Method in class net.i2p.router.Tuner.BaseParam
NTCP send finisher pool utilization (0.0-1.0).
getSendHeaderEncryptKey1() - Method in class net.i2p.router.transport.udp.InboundEstablishState2
 
getSendHeaderEncryptKey1() - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
getSendHeaderEncryptKey1() - Method in class net.i2p.router.transport.udp.PeerState2
 
getSendHeaderEncryptKey1() - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
 
getSendHeaderEncryptKey1() - Method in interface net.i2p.router.transport.udp.SSU2Sender
 
getSendHeaderEncryptKey2() - Method in class net.i2p.router.transport.udp.InboundEstablishState2
 
getSendHeaderEncryptKey2() - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
getSendHeaderEncryptKey2() - Method in class net.i2p.router.transport.udp.PeerState2
 
getSendHeaderEncryptKey2() - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
 
getSendHeaderEncryptKey2() - Method in interface net.i2p.router.transport.udp.SSU2Sender
 
getSendLeaseSet() - Method in class net.i2p.client.SendMessageOptions
default true
getSendLeaseSet(int) - Static method in class net.i2p.client.SendMessageOptions
default true
getSendLifetime() - Method in class net.i2p.router.transport.udp.OutboundMessageState
Network RTT: time since first fragment was sent (excludes queue time).
getSendMax() - Method in class net.i2p.router.transport.ntcp.NTCP2Options
 
getSendMin() - Method in class net.i2p.router.transport.ntcp.NTCP2Options
 
getSendPool() - Method in class net.i2p.router.transport.TransportImpl
 
getSendPoolCapacity() - Static method in class net.i2p.router.transport.TransportImpl
 
getSendRate() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
getSendSize(int) - Method in class net.i2p.router.transport.udp.OutboundMessageState
How many bytes we can send under the max given.
getSendStreamId() - Method in class net.i2p.client.streaming.impl.Connection
What stream do we send data to the peer on?
getSendStreamId() - Method in class net.i2p.client.streaming.impl.Packet
what stream do we send data to the peer on?
getSendTime() - Method in class net.i2p.router.OutNetMessage
 
getSendTo() - Method in class net.i2p.router.tunnel.HopConfig
what is the next peer in the tunnel (null if endpoint)
getSendTo() - Method in class net.i2p.router.tunnel.InboundGatewayReceiver
The next hop
getSendTo() - Method in class net.i2p.router.tunnel.OutboundReceiver
The next hop
getSendTo() - Method in interface net.i2p.router.tunnel.TunnelGateway.Receiver
 
getSendTunnel() - Method in class net.i2p.router.tunnel.HopConfig
What is the next tunnel ID we are sending to? (null if endpoint)
getSendTunnelId() - Method in class net.i2p.router.tunnel.HopConfig
What is the next tunnel ID we are sending to? (0 if endpoint)
getSendTunnelId(int) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
retrieve the tunnelId that the given hop sends messages on.
getSendTunnelId(int) - Method in interface net.i2p.router.TunnelInfo
retrieve the tunnelId that the given hop sends messages on.
getSendWindowBytes() - Method in class net.i2p.router.transport.udp.PeerState
send window bytes.
getSendWindowBytesRemaining() - Method in class net.i2p.router.transport.udp.PeerState
Send window bytes remaining.
getSentAddress() - Method in class net.i2p.router.transport.udp.InboundEstablishState2
 
getSentAddress() - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
getSentIP() - Method in class net.i2p.router.transport.udp.InboundEstablishState
Alice's apparent IP address.
getSentIP() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
The remote side (Bob) - note that in some places he's called Charlie.
getSentMessagesCleanTime() - Static method in class net.i2p.router.transport.udp.PeerState
Bridge to PeerState2.sentMessagesCleanTime for Tuner (different package).
getSentMessagesCleanTime() - Static method in class net.i2p.router.transport.udp.PeerState2
 
getSentPort() - Method in class net.i2p.router.transport.udp.InboundEstablishState
Alice's apparent port number.
getSentPort() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
The remote side (Bob) - note that in some places he's called Charlie.
getSentRelayTag() - Method in class net.i2p.router.transport.udp.InboundEstablishState
The relay tag we sent to Alice in the SessionCreated message.
getSentSignedOnTime() - Method in class net.i2p.router.transport.udp.InboundEstablishState
The signed-on time we sent to Alice.
getSentSignedOnTime() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
getSEQ() - Method in class org.cybergarage.upnp.event.NotifyRequest
getSEQ.
getSeqNum() - Method in class net.i2p.router.OutNetMessage
For CDPQ
getSeqNum() - Method in class net.i2p.router.transport.udp.OutboundMessageState
For CDPQ
getSeqNum() - Method in class net.i2p.router.transport.udp.UDPPacket
Packet sequence number.
getSeqNum() - Method in class net.i2p.router.tunnel.OutboundGatewayMessage
For CDPQ
getSeqNum() - Method in interface net.i2p.router.util.PQEntry
Needed to ensure FIFO ordering within a single priority
getSequenceNum() - Method in class net.i2p.client.streaming.impl.Packet
0-indexed sequence number for this Packet in the sendStream
getSerial() - Method in class i2p.susi.dns.BaseBean
Generate a new random serial for CSRF protection and clear the pending action.
getSerialNumber() - Method in class org.cybergarage.upnp.Device
getSerialNumber.
getServer(int) - Method in class net.i2p.router.time.RouterTimestamper
 
getServer() - Method in class net.i2p.util.EepGet
Show the Server field
getServer() - Method in class org.cybergarage.http.HTTPPacket
Get the Server header value.
getServer() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
getServer.
getServerCount() - Method in class net.i2p.router.time.RouterTimestamper
 
getServerExecutor() - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Shared bounded executor for server tunnel connection handlers.
getServerHandlerThreads() - Static method in class net.i2p.i2ptunnel.TunnelControllerGroup
 
getServerLocation() - Method in class net.i2p.router.web.helpers.WizardHelper
Return the NDT test server location.
getServerName() - Static method in class org.cybergarage.upnp.UPnP
Generates the server identification string for UPnP operations.
getServerSock() - Method in class org.cybergarage.http.HTTPServer
Gets the server socket.
getServerSocket() - Method in interface net.i2p.client.streaming.I2PSocketManager
Returns non-null socket.
getServerSocket() - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
Returns non-null socket.
getServerSocket() - Method in class net.i2p.router.client.ClientListenerRunner
Get a ServerSocket.
getServerSocket() - Method in class net.i2p.router.client.SSLClientListenerRunner
Get a SSLServerSocket.
getServerSocket() - Method in class org.klomp.snark.I2PSnarkUtil
 
getServerTarget(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
Get the server target.
getService() - Method in class org.cybergarage.upnp.Action
Gets the service this action belongs to.
getService() - Method in class org.cybergarage.upnp.Argument
Gets the service this argument belongs to.
getService(String) - Method in class org.cybergarage.upnp.Device
getService.
getService(int) - Method in class org.cybergarage.upnp.ServiceList
 
getService() - Method in class org.cybergarage.upnp.StateVariable
getService.
getServiceByControlURL(String) - Method in class org.cybergarage.upnp.Device
getServiceByControlURL.
getServiceByEventSubURL(String) - Method in class org.cybergarage.upnp.Device
getServiceByEventSubURL.
getServiceBySCPDURL(String) - Method in class org.cybergarage.upnp.Device
getServiceBySCPDURL.
getServiceID() - Method in class org.cybergarage.upnp.Service
Gets the service ID of this service.
getServiceList() - Method in class org.cybergarage.upnp.Device
getServiceList.
getServiceLogs(StringBuilder) - Method in class net.i2p.router.web.helpers.LogsHelper
last line number -1 on error
getServiceName() - Method in interface org.bouncycastle.crypto.CryptoServiceProperties
Return the name of the cryptographic service.
getServiceNode() - Method in class org.cybergarage.upnp.Service
Gets the XML node representing this service.
getServiceNode() - Method in class org.cybergarage.upnp.StateVariable
Gets the service node this state variable belongs to.
getServices() - Method in class net.i2p.router.web.helpers.HomeHelper
Services HTML.
getServiceStateTable() - Method in class org.cybergarage.upnp.Service
getServiceStateTable.
getServiceType() - Method in class org.cybergarage.upnp.Service
Gets the service type of this service.
getSession() - Method in interface net.i2p.client.streaming.I2PSocketManager
Get the I2P session.
getSession() - Method in class net.i2p.client.streaming.impl.Connection
Get the I2P session for this connection.
getSession() - Method in class net.i2p.client.streaming.impl.ConnectionManager
This is the primary session only
getSession() - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
 
getSession() - Method in class net.i2p.client.streaming.impl.Packet
 
getSession() - Method in class net.i2p.sam.SAMv3Handler
For SAMv3DatagramServer
getSession(boolean) - Method in class net.i2p.servlet.RequestWrapper
 
getSession() - Method in class net.i2p.servlet.RequestWrapper
 
getSessionConfig() - Method in class net.i2p.data.i2cp.CreateSessionMessage
Session config.
getSessionConfig() - Method in class net.i2p.data.i2cp.ReconfigureSessionMessage
Session config.
getSessionCount() - Method in class net.i2p.sam.SAMBridge
 
getSessionId() - Method in class net.i2p.client.impl.I2PSessionImpl
Retrieve the session's ID
getSessionId() - Method in class net.i2p.data.i2cp.BlindingInfoMessage
Returns the session ID for this message.
getSessionId() - Method in class net.i2p.data.i2cp.CreateLeaseSetMessage
Session identifier for this message.
getSessionId() - Method in class net.i2p.data.i2cp.DestroySessionMessage
Session id.
getSessionId() - Method in class net.i2p.data.i2cp.HostLookupMessage
Session id.
getSessionId() - Method in class net.i2p.data.i2cp.HostReplyMessage
Session id.
getSessionId() - Method in class net.i2p.data.i2cp.MessagePayloadMessage
 
getSessionId() - Method in class net.i2p.data.i2cp.MessageStatusMessage
Session id.
getSessionId() - Method in class net.i2p.data.i2cp.ReceiveMessageBeginMessage
Session identifier for this message.
getSessionId() - Method in class net.i2p.data.i2cp.ReceiveMessageEndMessage
Get the session id.
getSessionId() - Method in class net.i2p.data.i2cp.ReconfigureSessionMessage
Session id.
getSessionId() - Method in class net.i2p.data.i2cp.ReportAbuseMessage
Session id.
getSessionId() - Method in class net.i2p.data.i2cp.RequestLeaseSetMessage
Session id.
getSessionId() - Method in class net.i2p.data.i2cp.RequestVariableLeaseSetMessage
Session id.
getSessionId() - Method in class net.i2p.data.i2cp.SendMessageMessage
 
getSessionId() - Method in class net.i2p.data.i2cp.SessionId
Session id.
getSessionId() - Method in class net.i2p.data.i2cp.SessionStatusMessage
Session id.
getSessionId(Hash) - Method in class net.i2p.router.client.ClientConnectionRunner
Subsession aware.
getSessionIds() - Method in class net.i2p.router.client.ClientConnectionRunner
Subsession aware.
getSessionKeyManager() - Method in class net.i2p.router.client.ClientConnectionRunner
The current client's SessionKeyManager.
getSessionKeySize() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMParameters
getSessionKeySize.
getSessions() - Method in class net.i2p.i2ptunnel.I2PTunnel
Returns a copy of the session list
getSettings() - Method in class net.i2p.router.tunnel.pool.TunnelPool
Pool settings.
getSettings() - Method in class net.i2p.router.web.helpers.ConfigAdvancedHelper
Get the formatted settings HTML.
getSettings() - Method in class net.i2p.router.web.helpers.ConfigUIHelper
Generates HTML for theme selection and display options configuration.
getSeverity() - Method in class net.i2p.data.i2cp.AbuseSeverity
Get the severity level.
getSeverity() - Method in class net.i2p.data.i2cp.ReportAbuseMessage
Severity.
getShapeRendering() - Method in class org.jfree.svg.SVGGraphics2D
Returns the value of the 'shape-rendering' property that will be written to the SVG element.
getShareBandwidth(RouterContext) - Static method in class net.i2p.router.tunnel.TunnelDispatcher
Get the current bandwidth share in KBps
getShareBandwidth() - Method in class net.i2p.router.web.helpers.ConfigNetHelper
Get the share bandwidth.
getShareBandwidth() - Method in class net.i2p.router.web.helpers.WizardHelper
Adapted from ConfigNetHelper.
getShareBps(RouterContext) - Static method in class net.i2p.router.Tuner.BaseParam
Current share bandwidth in bytes per second.
getSharedClient() - Method in class net.i2p.i2ptunnel.TunnelController
default true for clients, always false for servers
getSharedClient(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
Get the shared client for a tunnel.
getSharedKeyLength() - Method in class com.southernstorm.noise.protocol.Curve25519DHState
 
getSharedKeyLength() - Method in interface com.southernstorm.noise.protocol.DHState
Gets the length of shared keys for this algorithm.
getSharedKeyLength() - Method in class com.southernstorm.noise.protocol.MLKEMDHState
 
getSharedTimer() - Method in class net.i2p.client.streaming.impl.RetransmissionTimer
 
getSharePercentage() - Method in class net.i2p.router.Router
What fraction of the bandwidth specified in our bandwidth limits should we allow to be consumed by participating tunnels?
getSharePercentageBox() - Method in class net.i2p.router.web.helpers.ConfigNetHelper
Get the share percentage selection box HTML.
getShareRateBits() - Method in class net.i2p.router.web.helpers.ConfigNetHelper
Get the share rate in bits as a decimal.
getShareRateBits() - Method in class net.i2p.router.web.helpers.WizardHelper
Copied from ConfigNetHelper.
getShareRateMegabits() - Method in class net.i2p.router.web.helpers.ConfigNetHelper
Get the share rate in megabits as a decimal.
getShareRatio() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
getShareRatio() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Get the share ratio of participating tunnels.
getShareRatio() - Method in interface net.i2p.router.TunnelManagerFacade
getShareRatio().
getShareRatio() - Method in class net.i2p.router.web.helpers.SidebarHelper
Participant-to-client tunnel share ratio
getShort(int) - Method in class org.json.simple.JsonArray
A convenience method that assumes there is a Number or String value at the given index.
getShort(JsonKey) - Method in class org.json.simple.JsonObject
A convenience method that assumes there is a Number or String value at the given key.
getShortHeaderFlags() - Method in class net.i2p.router.transport.udp.SSU2Header.Header
short headers only
getShortOrDefault(JsonKey) - Method in class org.json.simple.JsonObject
A convenience method that assumes there is a Number or String value at the given key.
getShost() - Method in class net.i2p.router.web.helpers.ConfigReseedHelper
Retrieve the configured SSL proxy host for reseeding.
getShutdownDelayMax() - Method in class net.i2p.i2ptunnel.TunnelController
When combined with a positive shutdownDelayMin less than this value, the tunnel will stop with a random delay between min and max seconds during router shutdown.
getShutdownDelayMax() - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
getShutdownDelayMax(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getShutdownDelayMin() - Method in class net.i2p.i2ptunnel.TunnelController
When combined with a greater shutdownDelayMax, the tunnel will stop with a random delay between min and max seconds during router shutdown.
getShutdownDelayMin() - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
getShutdownDelayMin(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getShutdownTasks() - Method in class net.i2p.I2PAppContext
List of shutdown tasks.
getShutdownTimeRemaining(RouterContext) - Static method in class net.i2p.desktopgui.router.RouterManager
Get time until shutdown.
getShutdownTimeRemaining() - Method in class net.i2p.router.Router
How long until the graceful shutdown will kill us?
getSID() - Method in class org.cybergarage.upnp.event.NotifyRequest
getSID.
getSID() - Method in class org.cybergarage.upnp.event.Subscriber
getSID.
getSID(String) - Static method in class org.cybergarage.upnp.event.Subscription
getSID.
getSID() - Method in class org.cybergarage.upnp.event.SubscriptionRequest
getSID.
getSID() - Method in class org.cybergarage.upnp.event.SubscriptionResponse
getSID.
getSID() - Method in class org.cybergarage.upnp.Service
getSID.
getSID() - Method in class org.cybergarage.upnp.xml.ServiceData
getSID.
getSidebarGraphDirection() - Method in class net.i2p.router.web.CSSHelper
Returns the sidebar graph render direction ("ltr" or "rtl").
getSidebarGraphMinutes() - Method in class net.i2p.router.web.CSSHelper
Returns the sidebar graph time period in minutes (2–30).
getSigLen() - Method in enum net.i2p.crypto.SigType
the length of the signature, in bytes
getSignature() - Method in class net.i2p.data.DatabaseEntry
Retrieve the proof that the identity stands behind the info here
getSignature() - Method in class net.i2p.data.i2cp.SessionConfig
Signature.
getSignature() - Method in class org.minidns.record.RRSIG
getSignature.
getSignature() - Method in class org.rrd4j.core.Header
Returns RRD signature.
getSignature() - Method in class org.rrd4j.graph.RrdGraphDef
Gets the signature string that runs along the right-side of the graph.
getSignatureAsDataInputStream() - Method in class org.minidns.record.RRSIG
getSignatureAsDataInputStream.
getSignatureBase64() - Method in class org.minidns.record.RRSIG
getSignatureBase64.
getSignatureLength() - Method in class org.minidns.record.RRSIG
getSignatureLength.
getSigner(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the signer for blinded leases (currently unused, always empty).
getSigner(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getSignerString() - Method in class net.i2p.crypto.SU3File
This does not check the signature, but it will fail if the signer is unknown, unless setVerifySignature(false) has been called.
getSigningKey() - Method in class net.i2p.data.LeaseSet
The revocation key.
getSigningPrivateKey() - Method in class net.i2p.data.i2cp.CreateLeaseSetMessage
Signing private key for the lease set.
getSigningPrivateKey(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getSigningPrivateKey() - Method in class net.i2p.router.KeyManager
Router key
getSigningPrivKey() - Method in class net.i2p.data.PrivateKeyFile
Get the signing private key.
getSigningPublicKey(SigningPrivateKey) - Static method in class net.i2p.crypto.KeyGenerator
Convert a SigningPrivateKey to a SigningPublicKey.
getSigningPublicKey() - Method in class net.i2p.data.DatabaseEntry
Identical to getDestination().getSigningPublicKey() in LeaseSet, and getIdentity().getSigningPublicKey() in RouterInfo.
getSigningPublicKey() - Method in class net.i2p.data.EncryptedLeaseSet
Overridden to return the blinded key so super.verifySignature() will work.
getSigningPublicKey() - Method in class net.i2p.data.i2cp.BlindingInfoMessage
Gets the signing public key for key-type endpoints.
getSigningPublicKey() - Method in class net.i2p.data.KeysAndCert
Signing public key for this identity.
getSigningPublicKey() - Method in class net.i2p.router.KeyManager
Router key
getSigType() - Method in class i2p.susi.dns.AddressBean
Do this the easy way
getSigType() - Method in class net.i2p.crypto.SU3File
This does not check the signature, but it will fail if the signer is unknown, unless setVerifySignature(false) has been called.
getSigType() - Method in class net.i2p.data.KeyCertificate
Gets the signature type from the certificate.
getSigType() - Method in class net.i2p.data.KeysAndCert
Signature type from the certificate.
getSigType(int, String) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the signature type code for the tunnel.
getSigType(int, String) - Method in class net.i2p.i2ptunnel.web.EditBean
Returns the signature type for the tunnel.
getSigTypeCode() - Method in class net.i2p.data.KeyCertificate
Gets the signature type code from the certificate.
getSigTypeConfig(RouterContext) - Static method in class net.i2p.router.startup.CreateRouterInfoJob
The configured SigType to expect on read-in.
getSingleMessage(String) - Static method in class edu.internet2.ndt.JSONUtils
Function that return value from json object represented by jsontext containing a single message which is assigned to "msg" key.
getSingleStat() - Method in class net.i2p.router.web.helpers.GraphHelper
For single stat page; stat = "bw.combined" treated specially
getSize() - Method in class com.google.zxing.common.BitArray
Get the number of bits in the array.
getSize() - Method in class com.google.zxing.common.reedsolomon.GenericGF
 
getSize() - Method in class com.tomgibara.crinch.hashing.HashRange
 
getSize() - Method in class i2p.susi.util.Folder
Returns the number of elements in the folder.
getSize() - Method in class i2p.susi.webmail.Attachment
The unencoded size
getSize() - Method in class i2p.susi.webmail.Draft
Includes size of attachments
getSize() - Method in class i2p.susi.webmail.Mail
 
getSize(String) - Method in class i2p.susi.webmail.pop3.POP3MailBox
Get cached size of a message (via previous LIST command).
getSize() - Method in class net.i2p.data.i2cp.MessageStatusMessage
Size.
getSize() - Method in class net.i2p.data.i2np.DataMessage
 
getSize() - Method in class net.i2p.data.i2np.DeliveryInstructions
 
getSize() - Method in class net.i2p.data.Payload
Size in bytes.
getSize() - Method in class net.i2p.router.crypto.pqc.MLKEMKeyFactory
Returns the current number of precalc keys queued.
getSize() - Method in class net.i2p.router.crypto.ratchet.Elg2KeyFactory
Returns the current number of precalc keys queued.
getSize() - Method in class net.i2p.router.transport.crypto.X25519KeyFactory
Returns the current number of precalc keys queued.
getSize() - Method in class org.klomp.snark.MagnetState
Returns the total metadata size in bytes.
getSize(long) - Method in class org.klomp.snark.web.InclusiveByteRange
Returns the number of bytes in this range, resolved against the total entity size.
getSize() - Method in interface org.rrd4j.core.Robin
Returns the size of the underlying array of archived values.
getSize() - Method in class org.rrd4j.core.RobinArray
getSize.
getSize() - Method in class org.rrd4j.core.RobinMatrix
Returns the size of the underlying array of archived values.
getSizeInBytes() - Method in class com.google.zxing.common.BitArray
Get the size of the array in bytes.
getSizeRatchet() - Method in class net.i2p.data.i2np.GarlicClove
 
getSkippedLength() - Method in class org.klomp.snark.Snark
Bytes not received and set to skipped.
getSkippedLength() - Method in class org.klomp.snark.Storage
Call setPriority() for all changed files first, then call this.
getSlowStartGrowthRateFactor() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
In slow start, window grows at 1/factor.
getSlowStartThreshold() - Method in class net.i2p.router.transport.udp.PeerState
Slow start threshold.
getSmallestIcon() - Method in class org.cybergarage.upnp.Device
getSmallestIcon.
getSmallLeading() - Method in class org.rrd4j.graph.RrdGraphGenerator
Small leading.
getSnapshots() - Method in class net.i2p.router.Tuner
Snapshots of all tunable params.
getSnarkRevision() - Method in class org.klomp.snark.standalone.RunStandalone
 
getSOAPAction() - Method in class org.cybergarage.soap.SOAPRequest
Return the SOAP action header value.
getSocket() - Method in class net.i2p.client.streaming.impl.Connection
Get the socket associated with this connection.
getSocket(Hash, int) - Method in class net.i2p.i2ptunnel.I2PTunnelServer
Creates a TCP socket connection to the configured destination.
getSocket(Hash, InetAddress, int) - Method in class net.i2p.i2ptunnel.I2PTunnelServer
Creates a TCP socket connection to the specified destination.
getSocket() - Method in class net.i2p.i2ptunnel.udp.UDPSink
Returns the underlying DatagramSocket for use by UDPSource constructor.
getSocket(String, int) - Static method in class net.i2p.util.InternalSocket
Convenience method to return either a Socket or an InternalSocket
getSocket() - Method in class org.cybergarage.http.HTTPRequest
Returns the HTTPSocket for this request.
getSocket() - Method in class org.cybergarage.http.HTTPSocket
getSocket.
getSocket() - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
Get the opened multicast socket.
getSocket() - Method in class org.klomp.snark.Peer
 
getSocket() - Method in class org.klomp.snark.WebPeer
 
getSocketAddress(Properties, SAMv3Handler) - Static method in class net.i2p.sam.SAMv3RawSession
Get the socket address from session properties.
getSocketConnectTimeout() - Static method in class net.i2p.i2ptunnel.TunnelControllerGroup
 
getSocketIn() - Method in class net.i2p.i2ptunnel.I2PTunnelOutproxyRunner
Get the input stream from the external socket.
getSocketIn() - Method in class net.i2p.i2ptunnel.I2PTunnelRunner
Gets the TCP socket input stream.
getSocketManager() - Method in class net.i2p.i2ptunnel.I2PTunnelClientBase
Returns the I2PSocketManager for this task.
getSocketManager(I2PTunnel) - Static method in class net.i2p.i2ptunnel.I2PTunnelClientBase
This is ONLY for shared clients.
getSocketManager(I2PTunnel, String) - Static method in class net.i2p.i2ptunnel.I2PTunnelClientBase
This is ONLY for shared clients.
getSocketManager() - Method in class net.i2p.i2ptunnel.I2PTunnelServer
Return the socket manager, or null if destroyed.
getSocketManager() - Method in class net.i2p.i2ptunnel.I2PTunnelTask
Returns the I2PSocketManager for this task, or null if not applicable.
getSocketManager() - Method in class org.klomp.snark.I2PSnarkUtil
For FetchAndAdd
getSocketOut() - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientRunner
Returns a filtered HTTP response OutputStream that enforces the "Connection: close" header.
getSocketOut() - Method in class net.i2p.i2ptunnel.I2PTunnelOutproxyRunner
Get the output stream from the external socket.
getSocketOut() - Method in class net.i2p.i2ptunnel.I2PTunnelRunner
Gets the TCP socket output stream.
getSocketReader(int) - Method in class net.i2p.sam.SAMStreamSession
Get a SAM STREAM session socket handler.
getSocketServer() - Method in class net.i2p.sam.SAMv3StreamSession
 
getSocketString(int) - Method in class net.i2p.i2ptunnel.I2PTunnelServer
Gets a human-readable string representation of the target socket.
getSoLinger() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getSoLinger() - Method in class net.i2p.util.InternalSocket
Supported as of 0.9.33, prior to that threw UnsupportedOperationException
getSortedTorrentCreateFilterStrings() - Method in class org.klomp.snark.SnarkManager
Sorted copy
getSortedTrackers() - Method in class org.klomp.snark.SnarkManager
Sorted copy
getSoTimeout() - Method in interface net.i2p.client.streaming.I2PServerSocket
Get Sock Option accept timeout
getSoTimeout() - Method in class net.i2p.client.streaming.impl.ConnectionManager
Get the socket accept() timeout.
getSoTimeout() - Method in class net.i2p.client.streaming.impl.I2PServerSocketFull
 
getSoTimeout() - Method in class net.i2p.client.streaming.impl.StandardServerSocket
 
getSoTimeout() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getSoTimeout() - Method in class net.i2p.util.InternalServerSocket
 
getSoTimeout() - Method in class net.i2p.util.InternalSocket
Always returns 0, even if setSoTimeout() was called.
getSource() - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.ActionEvent
Gets the source of this action event.
getSource() - Method in class i2p.susi.dns.AddressBean
Gets the source URL or name for this address entry.
getSource() - Method in class net.i2p.util.LogRecord
 
getSource(String) - Method in class org.rrd4j.data.DataProcessor
Datasource name @return the matching Source.
getSourceHostname() - Method in class i2p.susi.dns.AddressBean
Gets the source URL with hostname as display text for this address entry.
getSourceName() - Method in class net.i2p.util.LogRecord
 
getSourceNames() - Method in class org.rrd4j.data.DataProcessor
Returns array of datasource names defined in this DataProcessor.
getSpan(K, int[]) - Method in class net.metanotion.io.block.index.IBSkipSpan
Load whole span from file, do the operation, flush out, then null out in-memory data again.
getSpan(int, K, int[]) - Method in class net.metanotion.util.skiplist.SkipLevels
Get the span containing or following the given key.
getSpan(K, int[]) - Method in class net.metanotion.util.skiplist.SkipSpan
Get the span containing the given key.
getSpec() - Method in enum net.i2p.crypto.SigContext
The AlgorithmParameterSpec.
getSpeedBonus() - Method in class net.i2p.router.peermanager.PeerProfile
Obsolete — prefer PeerProfile.isLowLatency().
getSpeedThreshold() - Method in class net.i2p.router.peermanager.ProfileOrganizer
Current minimum speed value for the fast peer tier.
getSpeedValue() - Method in class net.i2p.router.peermanager.PeerProfile
How fast is the peer, taking into consideration both throughput and latency.
getSpoofedHost() - Method in class net.i2p.i2ptunnel.TunnelController
 
getSpoofedHost(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the spoofed HTTP host header.
getSpoofedHost(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
Get the spoofed host for a tunnel.
getSport() - Method in class net.i2p.router.web.helpers.ConfigReseedHelper
Retrieve the configured SSL proxy port for reseeding.
getSrcConnID() - Method in class net.i2p.router.transport.udp.SSU2Header.Header
long headers only
getSSDPAnnounceCount() - Method in class org.cybergarage.upnp.Device
getSSDPAnnounceCount.
getSSDPBindAddress() - Method in class org.cybergarage.upnp.Device
 
getSSDPBindAddress() - Method in class org.cybergarage.upnp.xml.DeviceData
Returns the SSDP bind addresses.
getSSDPIPv4MulticastAddress() - Method in class org.cybergarage.upnp.Device
 
getSSDPIPv4MulticastAddress(String) - Method in class org.cybergarage.upnp.Device
 
getSSDPIPv6MulticastAddress() - Method in class org.cybergarage.upnp.Device
 
getSSDPIPv6MulticastAddress(String) - Method in class org.cybergarage.upnp.Device
 
getSSDPNotifySocket(int) - Method in class org.cybergarage.upnp.ssdp.SSDPNotifySocketList
getSSDPNotifySocket.
getSSDPNotifySocketList() - Method in class org.cybergarage.upnp.ControlPoint
Get the SSDP notify socket list.
getSSDPPacket() - Method in class org.cybergarage.upnp.Device
getSSDPPacket.
getSSDPPacket(boolean) - Method in class org.cybergarage.upnp.Device
I2P for multiple location support
getSSDPPacket() - Method in class org.cybergarage.upnp.xml.DeviceData
getSSDPPacket.
getSSDPPacket(boolean) - Method in class org.cybergarage.upnp.xml.DeviceData
I2P for multiple location support.
getSSDPPort() - Method in class org.cybergarage.upnp.ControlPoint
Get the SSDP port.
getSSDPPort() - Method in class org.cybergarage.upnp.Device
 
getSSDPPort() - Method in class org.cybergarage.upnp.xml.DeviceData
Returns the SSDP port used for binding.
getSSDPSearchResponseSocket(int) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList
getSSDPSearchResponseSocket.
getSSDPSearchResponseSocketList() - Method in class org.cybergarage.upnp.ControlPoint
Get the SSDP search response socket list.
getSSDPSearchSocket(int) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocketList
Returns the socket at the given index.
getSSDPSearchSocketList() - Method in class org.cybergarage.upnp.xml.DeviceData
getSSDPSearchSocketList.
getSslProxies(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the list of SSL outproxies.
getSslProxies(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getSSLState() - Method in class net.i2p.util.SSLEepGet
Pass this back to the next SSLEepGet constructor for faster fetches.
getSSThresh() - Method in class net.i2p.client.streaming.impl.Connection
 
getSSU2MTU(boolean) - Method in class net.i2p.router.transport.udp.UDPTransport
The SSU2 MTU for the socket interface.
getSSU2StaticIntroKey() - Method in class net.i2p.router.transport.udp.UDPTransport
The static Intro key
getSSU2StaticPrivKey() - Method in class net.i2p.router.transport.udp.UDPTransport
The static priv key
getSSU2StaticPubKey() - Method in class net.i2p.router.transport.udp.UDPTransport
The static pub key
getSSUVersion(RouterAddress) - Method in class net.i2p.router.transport.udp.UDPTransport
valid SSU version of Bob's SSU address for our outbound connections as Alice.
getST() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
getST.
getST() - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
getST.
getStandardServerSocket() - Method in interface net.i2p.client.streaming.I2PSocketManager
Like getServerSocket but returns a real ServerSocket for easier porting of apps.
getStandardServerSocket() - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
Like getServerSocket but returns a real ServerSocket for easier porting of apps.
getStart() - Method in class org.rrd4j.core.jrrd.DataChunk
getStart.
getStartAfter() - Method in class net.i2p.router.JobTiming
# of milliseconds after the epoch to start the job
getStartedOn() - Method in class net.i2p.i2ptunnel.I2PTunnelOutproxyRunner
Get when this runner started transferring data
getStartedOn() - Method in class net.i2p.i2ptunnel.I2PTunnelRunner
Returns the timestamp when this runner started.
getStartedOn() - Method in class net.i2p.router.transport.udp.OutboundMessageState
When this message was created, for computing lifetime without a repeated clock read in hot loops.
getStartedTime() - Method in class org.klomp.snark.I2PSnarkUtil
When did we connect to the network? For RPC
getStartedTime() - Method in class org.klomp.snark.Snark
When did we start this torrent For RPC
getStartOnLoad() - Method in class net.i2p.i2ptunnel.TunnelController
 
getStartTime() - Method in class org.rrd4j.core.Archive
Returns current starting timestamp.
getStartTime() - Method in interface org.rrd4j.core.DataHolder
Returns starting timestamp.
getStartTime() - Method in class org.rrd4j.core.RrdDef
Returns starting time stamp for the RRD that should be created.
getStartTime() - Method in class org.rrd4j.data.DataProcessor
 
getStartTime() - Method in class org.rrd4j.graph.RrdGraphDef
Returns the start timestamp for the graph.
getStartupDelay() - Method in class org.klomp.snark.I2PSnarkUtil
 
getStartupDelayMax() - Method in class net.i2p.i2ptunnel.TunnelController
When combined with a positive startupDelayMin less than this value, the tunnel will start with a random delay between min and max seconds.
getStartupDelayMax() - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
getStartupDelayMax(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getStartupDelayMin() - Method in class net.i2p.i2ptunnel.TunnelController
When combined with a greater startupDelayMax, the tunnel will start with a random delay between min and max seconds.
getStartupDelayMin() - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
getStartupDelayMin(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getStartupGrace() - Method in class net.i2p.router.Banlist
Get the current startup grace period in ms.
getStartupGrace() - Method in class net.i2p.router.web.helpers.ConfigBanHelper
Get the startup grace period in minutes.
getStartupTime(RouterContext) - Static method in class net.i2p.router.tunnel.pool.TunnelPool
Startup suppression period from config or default (5 minutes).
getState() - Method in interface net.i2p.app.ClientApp
The current state of the ClientApp.
getState() - Method in class net.i2p.apps.systray.UrlLauncher
ClientApp interface
getState() - Method in class net.i2p.desktopgui.ExternalMain
 
getState() - Method in class net.i2p.desktopgui.Main
 
getState() - Method in class net.i2p.i2pcontrol.I2PControlController
 
getState() - Method in class net.i2p.i2pcontrol.SocketController
 
getState() - Method in class net.i2p.i2ptunnel.TunnelController
Gets the current tunnel state.
getState() - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
ClientApp interface
getState() - Method in class net.i2p.jetty.JettyStart
 
getState() - Method in class net.i2p.router.networkdb.kademlia.SearchJob
 
getState() - Method in class net.i2p.router.news.NewsManager
 
getState() - Method in class net.i2p.router.sybil.Analysis
Gets the current state of this application.
getState() - Method in class net.i2p.router.transport.udp.InboundEstablishState
Current state of the inbound session establishment.
getState() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
getState() - Method in class net.i2p.router.update.ConsoleUpdateManager
Current state @since 0.9.12.
getState() - Method in class net.i2p.router.web.GraphGenerator
 
getState() - Method in class net.i2p.router.web.helpers.SidebarHelper.NetworkStateMessage
Reachability state.
getState() - Method in class net.i2p.router.web.NavHelper
 
getState() - Method in class net.i2p.router.web.RouterConsoleRunner
 
getState() - Method in class net.i2p.router.web.ShellService
Query the state of managed process and determine if it is running or not.
getState() - Method in class net.i2p.sam.SAMBridge
Return the state
getState() - Method in class org.klomp.snark.SnarkManager
ClientApp method.
getStateAccumValue(int, int) - Method in class org.rrd4j.core.DataImporter
getStateAccumValue.
getStateAccumValue(int, int) - Method in class org.rrd4j.core.RrdToolReader
 
getStateAccumValue(int, int) - Method in class org.rrd4j.core.XmlReader
 
getStateNanSteps(int, int) - Method in class org.rrd4j.core.DataImporter
getStateNanSteps.
getStateNanSteps(int, int) - Method in class org.rrd4j.core.RrdToolReader
 
getStateNanSteps(int, int) - Method in class org.rrd4j.core.XmlReader
 
getStateVariable(String, String) - Method in class org.cybergarage.upnp.Device
getStateVariable.
getStateVariable(String) - Method in class org.cybergarage.upnp.Device
getStateVariable.
getStateVariable(String) - Method in class org.cybergarage.upnp.Service
getStateVariable.
getStateVariable(int) - Method in class org.cybergarage.upnp.ServiceStateTable
 
getStateVariableData() - Method in class org.cybergarage.upnp.StateVariable
getStateVariableData.
getStateVariableNode() - Method in class org.cybergarage.upnp.StateVariable
Gets the state variable node containing variable definition.
getStatHistory() - Method in class net.i2p.router.Tuner.BaseParam
 
getStatHistory() - Method in interface net.i2p.router.Tuner.TunableParam
Sparkline stat history.
getStats() - Method in class net.i2p.router.web.helpers.InfoHelper
 
getStats() - Method in class net.i2p.router.web.helpers.StatHelper
Get stats page as string or write to output stream
getStatsByGroup() - Method in class net.i2p.stat.StatManager
Group name (untranslated String) to a SortedSet of untranslated stat names.
getStatus() - Method in interface com.vuze.plugins.mlab.MLabRunner.ToolRun
The current status
getStatus() - Method in interface com.vuze.plugins.mlab.MLabRunner.ToolRunListener
The current status
getStatus() - Method in class edu.internet2.ndt.Tcpbw100
I2P Translated status, not HTML escaped.
getStatus() - Method in exception net.i2p.client.streaming.I2PSocketException
For programmatic action based on specific failure code
getStatus() - Method in class net.i2p.data.i2cp.MessageStatusMessage
Status.
getStatus() - Method in class net.i2p.data.i2cp.SessionStatusMessage
Status.
getStatus(RouterContext) - Static method in class net.i2p.desktopgui.router.RouterManager
Get network status, untranslated.
getStatus() - Method in class net.i2p.router.CommSystemFacade
Determine under what conditions we are remotely reachable.
getStatus() - Method in class net.i2p.router.networkdb.reseed.ReseedChecker
Gets the status message from the current reseed attempt.
getStatus() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
 
getStatus() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
Get status string
getStatus() - Method in class net.i2p.router.transport.udp.PeerTestState
Return the status code sent to Alice (SSU2 Bob only).
getStatus() - Method in class net.i2p.router.update.ConsoleUpdateManager
The status on any update current or last finished.
getStatus() - Method in interface net.i2p.update.UpdateManager
The status on any update current or last finished.
getStatus() - Method in class net.i2p.util.EepGet
Combined server status message e.g.
getStatus() - Method in class org.cybergarage.upnp.Action
Gets the UPnP status for this action.
getStatus() - Method in class org.cybergarage.upnp.StateVariable
getStatus.
getStatusCode() - Method in class net.i2p.util.EepGet
The server response (200, etc).
getStatusCode() - Method in class org.cybergarage.http.HTTPResponse
Gets the HTTP status code of this response.
getStatusCode() - Method in class org.cybergarage.http.HTTPStatus
Gets the status code.
getStatusLineString() - Method in class org.cybergarage.http.HTTPResponse
Gets the status line string of this HTTP response.
getStatusString(int) - Static method in class net.i2p.data.i2cp.MessageStatusMessage
Status string.
getStatusText() - Method in class net.i2p.util.EepGet
The server text ("OK", "Not Found", etc).
getStep() - Method in class net.i2p.router.Tuner.BaseParam
Step size.
getStep() - Method in interface net.i2p.router.Tuner.TunableParam
The step size.
getStep() - Method in class org.cybergarage.upnp.AllowedValueRange
Gets the step value for this allowed value range.
getStep() - Method in interface org.rrd4j.core.DataHolder
Returns the time step used for timestamp interval.
getStep() - Method in class org.rrd4j.core.DataImporter
getStep.
getStep() - Method in class org.rrd4j.core.FetchData
Returns the step with which this data was fetched.
getStep() - Method in class org.rrd4j.core.Header
Returns primary RRD time step.
getStep() - Method in class org.rrd4j.core.jrrd.DataChunk
getStep.
getStep() - Method in class org.rrd4j.core.RrdDef
Returns time step for the RRD that will be created.
getStep() - Method in class org.rrd4j.core.RrdToolReader
 
getStep() - Method in class org.rrd4j.core.XmlReader
Gets the step interval from the XML file.
getStep() - Method in class org.rrd4j.data.DataProcessor
Returns the time step used for data processing.
getStep() - Method in class org.rrd4j.graph.RrdGraphDef
Returns the suggested time step for processing RRD data.
getSteps() - Method in class org.rrd4j.core.ArcDef
Returns the number of primary RRD steps which complete a single archive step.
getSteps() - Method in class org.rrd4j.core.Archive
Returns the number of archive steps.
getSteps(int) - Method in class org.rrd4j.core.DataImporter
getSteps.
getSteps(int) - Method in class org.rrd4j.core.RrdToolReader
 
getSteps(int) - Method in class org.rrd4j.core.XmlReader
 
getStolenSocketCount() - Method in class net.i2p.sam.SAMBridge
Count handlers whose socket has been stolen for data streaming.
getStorage() - Method in class org.klomp.snark.PeerCoordinator
Returns the storage for this torrent.
getStorage() - Method in class org.klomp.snark.Snark
Get the storage.
getStoredLeaseDate() - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
getStoredRouterInfoCount() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Get the number of RouterInfo files stored on disk, if using PersistentDataStore.
getStoredRouterInfos() - Method in class net.i2p.router.web.helpers.SidebarHelper
Number of router infos stored in the Kademlia netDb
getStreamSession() - Method in class net.i2p.sam.SAMv1Handler
 
getStreamSummary() - Method in class net.i2p.router.web.helpers.StreamHelper
Render the streaming connections table(s).
getStrength() - Method in class org.bouncycastle.crypto.KeyGenerationParameters
return the bit strength for keys produced by this generator,
getStrictAverageEventsPerPeriod() - Method in class net.i2p.stat.Frequency
Using the strict average interval, how many events occur within an average period?
getStrictAverageInterval() - Method in class net.i2p.stat.Frequency
Over the lifetime of this stat, without any decay or weighting, what was the average interval between events? (ms)
getString(String) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified string parameter.
getString(String, boolean) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified string parameter.
getString(int) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified string parameter.
getString(int, boolean) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified string parameter.
getString(String) - Static method in class i2p.susi.dns.Messages
Translate a string (static).
getString(String, Object) - Static method in class i2p.susi.dns.Messages
Translate a string with one parameter (static).
getString(String, Object, Object) - Static method in class i2p.susi.dns.Messages
Translate a string with two parameters (static).
getString(int, String, String) - Static method in class i2p.susi.dns.Messages
Translate a string with plural form (ngettext).
getString(String) - Static method in class i2p.susi.webmail.Messages
Get a translated string for the given key.
getString(String, Object) - Static method in class i2p.susi.webmail.Messages
Get a translated string with a parameter.
getString(String, Object, Object) - Static method in class i2p.susi.webmail.Messages
Get a translated string with two parameters.
getString(int, String, String) - Static method in class i2p.susi.webmail.Messages
Get a translated pluralized string based on a count.
getString(String) - Static method in class net.i2p.addressbook.Messages
Return the translated string for the given key.
getString(String, Object) - Static method in class net.i2p.addressbook.Messages
Return the translated string for the given key, with one argument.
getString(String, Object, Object) - Static method in class net.i2p.addressbook.Messages
Return the translated string for the given key, with two arguments.
getString(String, I2PAppContext) - Static method in class net.i2p.router.web.Messages
lang in routerconsole.lang property, else current locale
getString(String, Object, I2PAppContext) - Static method in class net.i2p.router.web.Messages
translate a string with a parameter This is a lot more expensive than getString(s, ctx), so use sparingly.
getString(String, Object, Object, I2PAppContext) - Static method in class net.i2p.router.web.Messages
two params @since 0.7.14
getString(int, String, String, I2PAppContext) - Static method in class net.i2p.router.web.Messages
translate (ngettext) @since 0.7.14
getString(String, I2PAppContext, String) - Static method in class net.i2p.util.Translate
lang in routerconsole.lang property, else current locale
getString(String, Object, I2PAppContext, String) - Static method in class net.i2p.util.Translate
Translate a string with a parameter This is a lot more expensive than getString(s, ctx), so use sparingly.
getString(String, Object, Object, I2PAppContext, String) - Static method in class net.i2p.util.Translate
for {0} and {1}
getString(String, I2PAppContext, String, Object...) - Static method in class net.i2p.util.Translate
Varargs
getString(int, String, String, I2PAppContext, String) - Static method in class net.i2p.util.Translate
Use GNU ngettext For .po file format see http://www.gnu.org/software/gettext/manual/gettext.html.gz#Translating-plural-forms
getString(int) - Method in class org.json.simple.JsonArray
A convenience method that assumes there is a Boolean, Number, or String value at the given index.
getString(JsonKey) - Method in class org.json.simple.JsonObject
A convenience method that assumes there is a Boolean, Number, or String value at the given key.
getString() - Method in class org.klomp.snark.bencode.BEValue
Returns this BEValue as a String.
getString(String) - Method in class org.klomp.snark.I2PSnarkUtil
lang in routerconsole.lang property, else current locale
getString(String, Object) - Method in class org.klomp.snark.I2PSnarkUtil
Translate a string with a parameter This is a lot more expensive than getString(s, ctx), so use sparingly.
getString(String, Object, Object) - Method in class org.klomp.snark.I2PSnarkUtil
{0} and {1}
getString(int, String, String) - Method in class org.klomp.snark.I2PSnarkUtil
ngettext @since 0.7.14
getStringArray(String) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified string array (maps from JSON array of strings) parameter.
getStringArray(String, boolean) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Retrieves the specified string array (maps from JSON array of strings) parameter.
getStringArray(int) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified string array (maps from JSON array of strings) parameter.
getStringArray(int, boolean) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Retrieves the specified string array (maps from JSON array of strings) parameter.
getStringHeaderValue(String, String, String) - Method in class org.cybergarage.http.HTTPPacket
Gets a string header value, stripping the specified delimiters if present.
getStringHeaderValue(String) - Method in class org.cybergarage.http.HTTPPacket
Gets a string header value, stripping double quotes if present.
getStringOrDefault(JsonKey) - Method in class org.json.simple.JsonObject
A convenience method that assumes there is a Boolean, Number, or String value at the given key.
getStringWidth(String, Font) - Method in class org.rrd4j.graph.ImageWorker
Get the width of the given text in the specified font.
getStringWidth(String, Font) - Method in class org.rrd4j.graph.SVGImageWorker
 
getStroke() - Method in class org.jfree.svg.SVGGraphics2D
Returns the current stroke (used when drawing shapes).
getStyle() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
Get the transport style.
getStyle() - Method in interface net.i2p.router.transport.Transport
Get the unique style identifier for this transport.
getStyle() - Method in class net.i2p.router.transport.udp.UDPTransport
Transport style string "SSU".
getStyledDocument() - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JTextPane
Return the styled document.
getSubData() - Method in class net.i2p.router.message.GarlicConfig
Returns sub-data for toString
getSubData() - Method in class net.i2p.router.message.PayloadGarlicConfig
 
getSubjectAlternativeNames(X509Certificate) - Static method in class net.i2p.crypto.CertUtil
Get the set of Subject Alternative Names, including DNSNames, RFC822Names, IPv4 and v6 addresses as strings.
getSubjectValue(X509Certificate, String) - Static method in class net.i2p.crypto.CertUtil
Get a value out of the subject distinguished name.
getSubscriber(int) - Method in class org.cybergarage.upnp.event.SubscriberList
 
getSubscriber(String) - Method in class org.cybergarage.upnp.Service
getSubscriber.
getSubscriberList() - Method in class org.cybergarage.upnp.Service
getSubscriberList.
getSubscriberList() - Method in class org.cybergarage.upnp.xml.ServiceData
getSubscriberList.
getSubscriberService(String) - Method in class org.cybergarage.upnp.ControlPoint
 
getSubscriberService(String) - Method in class org.cybergarage.upnp.Device
getSubscriberService.
getSubscriptionTime() - Method in class org.cybergarage.upnp.event.Subscriber
getSubscriptionTime.
getSubsessions() - Method in interface net.i2p.client.I2PSession
Get the list of subsessions.
getSubsessions() - Method in class net.i2p.client.impl.I2PSessionImpl
List of subsessions, non-null, does not include the primary session.
getSubsessions() - Method in class net.i2p.client.impl.SubSession
Unsupported in a subsession.
getSubsessions() - Method in interface net.i2p.client.streaming.I2PSocketManager
Get all subsessions.
getSubsessions() - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
 
getSubsystem() - Method in class net.i2p.router.Tuner.BaseParam
Subsystem name.
getSubsystem() - Method in interface net.i2p.router.Tuner.TunableParam
The subsystem name.
getSubsystemScores() - Method in class net.i2p.router.Tuner
Per-subsystem health scores computed during the last tuning cycle.
getSuccessful() - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
getSuccessful() - Method in class net.i2p.router.networkdb.kademlia.StoreState
Return a successful peer (a random one if more than one was successful) or null.
getSuccessfulLookups() - Method in class net.i2p.router.peermanager.DBHistory
how many times we have sent them a db lookup and received the value back from them
getSuccessfulSize() - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
getSummary() - Method in class net.i2p.router.web.helpers.CertHelper
Generate the certificate summary HTML.
getSummary() - Method in class net.i2p.router.web.helpers.ConfigKeyringHelper
Get the summary HTML.
getSummary() - Method in class net.i2p.router.web.helpers.ProfilesHelper
Render and return the profile summary page.
getSummaryBarSections(String) - Method in class net.i2p.router.web.helpers.SidebarHelper
Get the list of active summary bar sections for a given page
getSummaryListener() - Method in class net.i2p.stat.Rate
Return the current summary listener, or null.
getSupportedEncryption() - Method in class net.i2p.router.LeaseSetKeys
What types of encryption are supported?
getSupportedSince() - Method in enum net.i2p.crypto.EncType
The router version in which this type was first supported.
getSupportedSince() - Method in enum net.i2p.crypto.SigType
The router version in which this type was first supported.
getSusername() - Method in class net.i2p.router.web.helpers.ConfigReseedHelper
Retrieve the configured SSL proxy username for reseeding.
getSustainedHeavyTransitThreshold(RouterContext) - Static method in class net.i2p.router.Tuner.BaseParam
Transit bandwidth threshold for "sustained heavy" — 50% of configured share.
getSustainedHighLoadMs() - Static method in class net.i2p.router.tunnel.pool.RequestThrottler
Get the duration (ms) high load must persist before gating requests.
getSustainedModerateLoadMs() - Static method in class net.i2p.router.tunnel.pool.RequestThrottler
Get the duration (ms) moderate load must persist before disconnecting low-share peers.
getSVGDocument() - Method in class org.jfree.svg.SVGGraphics2D
Returns an SVG document (this contains the content returned by the SVGGraphics2D.getSVGElement() method, prepended with the required document header).
getSVGElement() - Method in class org.jfree.svg.SVGGraphics2D
Returns the SVG element that has been generated by calls to this Graphics2D implementation.
getSVGElement(String) - Method in class org.jfree.svg.SVGGraphics2D
Returns the SVG element that has been generated by calls to this Graphics2D implementation, giving it the specified id.
getSVGElement(String, boolean, ViewBox, PreserveAspectRatio, MeetOrSlice) - Method in class org.jfree.svg.SVGGraphics2D
Returns the SVG element that has been generated by calls to this Graphics2D implementation, giving it the specified id.
getSVGImages() - Method in class org.jfree.svg.SVGGraphics2D
Returns the list of image elements that have been referenced in the SVG output but not embedded.
getSwingMainMenu() - Method in class net.i2p.desktopgui.ExternalTrayManager
Build a Swing popup menu with notification controls.
getSwingMainMenu() - Method in class net.i2p.desktopgui.InternalTrayManager
Build a Swing popup menu with router management controls.
getSwingMainMenu() - Method in class net.i2p.desktopgui.TrayManager
Build a popup menu, adding callbacks to the different items.
getSymmetric() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
 
getSyncPeriod() - Static method in class org.rrd4j.core.RrdNioBackendFactory
Returns time between two consecutive background synchronizations.
getSyncPoolSize() - Static method in class org.rrd4j.core.RrdNioBackendFactory
Returns the number of synchronizing threads.
getSyncThreadPool() - Method in class org.rrd4j.core.RrdNioBackendFactory
 
getSystemClipboard() - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Toolkit
Return the system clipboard.
getSystemLoad() - Method in class net.i2p.router.web.helpers.SidebarHelper
Retrieve System Load Average as a percentage.
getSystemLoad() - Static method in class net.i2p.util.SystemVersion
Retrieve System Load as percentage (100% equals full system load)
getSystemTimeZone() - Static method in class net.i2p.util.SystemVersion
The system's time zone, which is probably different from the JVM time zone, because Router changes the JVM default to GMT.
getSystemTimeZone(I2PAppContext) - Static method in class net.i2p.util.SystemVersion
The system's time zone, which is probably different from the JVM time zone, because Router changes the JVM default to GMT.
getT() - Method in class net.i2p.crypto.eddsa.math.GroupElement
Gets the $T$ value of the group element.
getT() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMPrivateKeyParameters
T.
getT() - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMPublicKeyParameters
Get the polynomial coefficients.
getTable() - Static method in class i2p.susi.util.HexTable
Get a copy of the hex table for safe access
getTableEntry(int) - Static method in class i2p.susi.util.HexTable
Direct access to table entry for backward compatibility
getTags(File) - Static method in class org.klomp.snark.web.Mp3Tags
Extracts artist and title metadata from an MP3 file's ID3 tags.
getTagsToSend() - Method in class net.i2p.client.SendMessageOptions
If we are low on tags, send this many.
getTagsToSend(int) - Static method in class net.i2p.client.SendMessageOptions
If we are low on tags, send this many.
getTagsToSend() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
Mostly handled on router side; PacketQueue needs to know for override limits @since 0.9.34
getTagsToSend() - Method in class net.i2p.crypto.SessionKeyManager
Get the number of tags to send.
getTagsToSend() - Method in class net.i2p.router.crypto.ratchet.MuxedPQSKM
 
getTagsToSend() - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
 
getTagsToSend() - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
How many to send, IF we need to.
getTagsToSend() - Method in class net.i2p.router.crypto.TransientSessionKeyManager
How many to send, IF we need to.
getTagThreshold() - Method in class net.i2p.client.SendMessageOptions
Low tag threshold.
getTagThreshold(int) - Static method in class net.i2p.client.SendMessageOptions
Low tag threshold.
getTagThreshold() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
getTarget() - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
getTarget() - Method in class net.i2p.router.networkdb.kademlia.StoreState
 
getTarget() - Method in class net.i2p.router.OutNetMessage
Specifies the router to which the message should be delivered.
getTarget() - Method in class net.i2p.router.util.CoDelBlockingQueue
Returns the current CoDel target delay in ms.
getTarget() - Method in class net.i2p.router.util.CoDelPriorityBlockingQueue
Returns the current CoDel target delay in ms.
getTarget() - Method in class org.minidns.record.RRWithTarget
 
getTargetAddress(String) - Method in class net.i2p.data.router.RouterInfo
Pull the first workable target address for the given transport.
getTargetAddress(RouterInfo) - Method in class net.i2p.router.transport.udp.UDPTransport
first available address we can use.
getTargetAddresses(String) - Method in class net.i2p.data.router.RouterInfo
For multiple addresses per-transport (IPv4 or IPv6)
getTargetAddresses(String, String) - Method in class net.i2p.data.router.RouterInfo
For multiple addresses per-transport (IPv4 or IPv6) Return addresses matching either of two styles
getTargetAddresses(RouterInfo) - Method in class net.i2p.router.transport.TransportImpl
Get all available address we can use, shuffled and then sorted by cost/preference.
getTargetDestination() - Method in class net.i2p.i2ptunnel.TunnelController
 
getTargetHost() - Method in class net.i2p.i2ptunnel.TunnelController
 
getTargetHost(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the target host for the tunnel.
getTargetHost(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getTargetPort() - Method in class net.i2p.i2ptunnel.TunnelController
 
getTargetPort(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the target port for the tunnel.
getTargetPort(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getTargetRouter() - Method in class net.i2p.router.tunnel.FragmentedMessage
 
getTargetTunnel() - Method in class net.i2p.router.tunnel.FragmentedMessage
 
getTasks() - Method in class net.i2p.i2ptunnel.I2PTunnel
Returns a copy of the task list
getTcpAutoIPChecked(int) - Method in class net.i2p.router.web.helpers.ConfigNetHelper
Get checked attribute for TCP auto IP.
getTcpAutoPortChecked(int) - Method in class net.i2p.router.web.helpers.ConfigNetHelper
Get checked attribute for TCP auto port.
getTcpNoDelay() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getTemp() - Static method in class net.i2p.stat.RateAverages
Gets a thread-local temp instance.
getTempDir() - Method in class net.i2p.I2PAppContext
Where anybody may store temporary data.
getTempDir() - Method in class org.klomp.snark.I2PSnarkUtil
 
getTestClientBudget() - Static method in class net.i2p.router.Tuner
The test client budget.
getTestData() - Method in class net.i2p.router.transport.udp.PeerTestState
Get the test data for retransmission.
getTestingTunnelCount() - Method in class net.i2p.router.tunnel.pool.TunnelPool
Count tunnels that have been built but not yet passed their first test.
getTestJobCount() - Method in class net.i2p.router.JobQueue
Count the number of TestJob instances currently queued in the job queue.
getTestRetestBackoff() - Static method in class net.i2p.router.Tuner
The test retest backoff.
getTestStatus() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
Get the current test status of this tunnel for UI display.
getTestStatus() - Method in interface net.i2p.router.TunnelInfo
Get the current test status of this tunnel for UI display.
getTestStatus() - Method in class net.i2p.router.web.helpers.WizardHelper
Return the current NDT bandwidth test status.
getText() - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JTextArea
 
gettext(ResourceBundle, String) - Static method in class gnu.gettext.GettextResource
Look up a translated string.
getText() - Method in class net.i2p.router.web.FormHandler.Message
Text.
getText() - Method in class org.klomp.snark.comments.Comment
Returns the comment text.
getText() - Method in class org.minidns.record.TXT
getText.
getTextContent() - Method in class net.i2p.router.web.ContentHelper
 
getTextRendering() - Method in class org.jfree.svg.SVGGraphics2D
Returns the value of the 'text-rendering' property that will be written to the SVG element.
GettextResource - Class in gnu.gettext
GettextResource Extends ResourceBundle.
GettextResource() - Constructor for class gnu.gettext.GettextResource
 
getTheme() - Method in class i2p.susi.dns.BaseBean
Returns the theme path
getTheme() - Method in class net.i2p.i2ptunnel.web.IndexBean
Get the theme path.
getTheme(String) - Method in class net.i2p.router.web.CSSHelper
 
getTheme() - Method in class org.klomp.snark.SnarkManager
Get current theme.
getThemeName() - Method in class i2p.susi.dns.BaseBean
Returns the theme name
getThemeName() - Method in class net.i2p.i2ptunnel.web.IndexBean
Get the theme name.
getThemes() - Method in class i2p.susi.dns.BaseBean
Get all themes
getThemes() - Method in class org.klomp.snark.SnarkManager
Get all themes
getTheyRelayToUsAs() - Method in class net.i2p.router.transport.udp.PeerState
tag they relay to us as.
getThisDestination() - Method in interface net.i2p.client.streaming.I2PSocket
Returns the Destination of this side of the socket.
getThisDestination() - Method in class net.i2p.client.streaming.impl.I2PSocketFull
 
getThisDestination() - Method in class net.i2p.i2ptunnel.socks.SocketWrapper
 
getThreadCount() - Static method in class net.i2p.router.transport.ntcp.Reader
Get the reader thread count
getThreadCount() - Static method in class net.i2p.router.transport.ntcp.Writer
Get the writer thread count
getThreadCount() - Static method in class net.i2p.router.transport.udp.MessageReceiver
Returns the current target thread count.
getThreadGroup() - Method in class net.i2p.sam.SessionRecord
Get the thread group for this session.
getThreadName() - Method in class net.i2p.util.LogRecord
 
getThreadObject() - Method in class org.cybergarage.util.ThreadCore
Gets the internal Thread object.
getThreshold() - Method in class net.i2p.i2ptunnel.access.FilterDefinitionElement
 
getThreshold() - Method in class net.i2p.i2ptunnel.access.Recorder
 
getThreshold() - Method in class net.i2p.router.tunnel.pool.GhostPeerManager
Get the current timeout threshold.
getThrowable() - Method in class net.i2p.util.LogRecord
 
getTime() - Method in class net.i2p.data.DateAndFlags
Date in milliseconds since epoch.
getTime() - Method in class org.klomp.snark.comments.Comment
Returns the comment timestamp in java time (milliseconds since epoch).
getTime() - Method in class org.klomp.snark.SnarkManager
 
getTime() - Method in class org.rrd4j.core.Sample
Returns sample timestamp (in seconds, without milliseconds).
getTime() - Method in class org.rrd4j.core.timespec.TimeSpec
Resolve time, applying relative offsets to the context
getTime() - Static method in class org.rrd4j.core.Util
Returns current timestamp in seconds (without milliseconds).
getTimeout() - Method in class net.i2p.client.impl.I2PSessionImpl2
Return the timeout value.
getTimeout() - Method in class net.i2p.client.streaming.impl.PacketLocal
Used by PacketQueue to feed an expiration to the router.
getTimeout() - Method in class net.i2p.data.i2cp.BlindingInfoMessage
Gets the timeout for the blinding info.
getTimeout() - Method in class net.i2p.data.i2cp.HostLookupMessage
Gets the lookup timeout.
getTimeout() - Method in class net.i2p.router.crypto.ratchet.RatchetTagSet
For inbound and outbound: Idle timeout interval.
getTimeout() - Method in class org.cybergarage.http.HTTPServer
Gets the current socket timeout value.
getTimeOut() - Method in class org.cybergarage.upnp.event.Subscriber
getTimeOut.
getTimeout(String) - Static method in class org.cybergarage.upnp.event.Subscription
getTimeout.
getTimeout() - Method in class org.cybergarage.upnp.event.SubscriptionRequest
getTimeout.
getTimeout() - Method in class org.cybergarage.upnp.event.SubscriptionResponse
getTimeout.
getTimeout() - Method in class org.cybergarage.upnp.Service
getTimeout.
getTimeout() - Method in class org.cybergarage.upnp.xml.ServiceData
getTimeout.
getTimeoutMs() - Method in class net.i2p.router.networkdb.kademlia.SearchJob
 
getTimes(TimeSpec, TimeSpec) - Static method in class org.rrd4j.core.timespec.TimeSpec
Use this static method to resolve relative time references and obtain the corresponding Calendar objects.
getTimeSinceCreated() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Get time since connection creation in milliseconds.
getTimeSinceCreated(long) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Get time since connection creation in milliseconds.
getTimeSinceReceive() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Get time since last receive in milliseconds.
getTimeSinceReceive(long) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Get time since last receive in milliseconds.
getTimeSinceReceived() - Method in class net.i2p.router.transport.udp.UDPPacket
Returns the amount of time elapsed since the packet was received.
getTimeSinceSend() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Get time since last send in milliseconds.
getTimeSinceSend(long) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Get time since last send in milliseconds.
getTimestamp() - Method in class net.i2p.client.TunnelRemovalEvent
Return the event time.
getTimestamp() - Method in class net.i2p.router.transport.CommSystemFacadeImpl.CacheEntry
 
getTimeStamp() - Method in class org.cybergarage.upnp.Device
getTimeStamp.
getTimeStamp() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
getTimeStamp.
getTimestamp() - Method in class org.rrd4j.core.timespec.TimeSpec
Returns the corresponding timestamp (seconds since Epoch).
getTimestamp() - Static method in class org.rrd4j.core.Util
Just an alias for Util.getTime() method.
getTimestamp(Date) - Static method in class org.rrd4j.core.Util
Returns timestamp (unix epoch) for the given Date object
getTimestamp(Calendar) - Static method in class org.rrd4j.core.Util
Returns timestamp (unix epoch) for the given Calendar object
getTimestamp(int, int, int, int, int) - Static method in class org.rrd4j.core.Util
Returns timestamp (unix epoch) for the given year, month, day, hour and minute.
getTimestamp(int, int, int) - Static method in class org.rrd4j.core.Util
Returns timestamp (unix epoch) for the given year, month and day.
getTimestamp(String) - Static method in class org.rrd4j.core.Util
Parses at-style time specification and returns the corresponding timestamp.
getTimestamper() - Method in class net.i2p.router.RouterClock
Get the timestamper used for time synchronization.
getTimestamper() - Method in class net.i2p.util.Clock
This is a dummy, see RouterClock and RouterTimestamper for the real thing
getTimestamps() - Method in class org.rrd4j.core.FetchData
Returns an array of timestamps covering the whole range specified in the FetchReguest object.
getTimestamps() - Method in class org.rrd4j.core.jrrd.DataChunk
Getter for the time stamps values.
getTimestamps(TimeSpec, TimeSpec) - Static method in class org.rrd4j.core.timespec.TimeSpec
Use this static method to resolve relative time references and obtain the corresponding timestamps (seconds since epoch).
getTimestamps(String, String) - Static method in class org.rrd4j.core.Util
Parses two related at-style time specifications and returns corresponding timestamps.
getTimestamps() - Method in class org.rrd4j.data.DataProcessor
Returns consolidated timestamps created with the DataProcessor.processData() method.
getTimestamps() - Method in class org.rrd4j.data.Source
Returns the timestamps.
getTimestampsPerPixel(int) - Method in class org.rrd4j.data.DataProcessor
Calculates timestamps which correspond to individual pixels on the graph.
getTimestampsPerPixel() - Method in class org.rrd4j.data.DataProcessor
Calculates timestamps which correspond to individual pixels on the graph based on the graph width set with a DataProcessor.setPixelCount(int) method call.
getTimeString() - Method in class org.cybergarage.http.Date
Gets the time string in HH:MM format with a blinking colon effect.
getTimeTillMidnight() - Method in class net.i2p.data.router.RouterKeyGenerator
How long until midnight (ms)
getTimeToLive() - Static method in class org.cybergarage.upnp.UPnP
Gets the current time-to-live value for multicast packets.
getTimeZone() - Method in interface org.rrd4j.core.DataHolder
Returns the time zone.
getTimeZone() - Method in class org.rrd4j.data.DataProcessor
getTimeZone.
getTimeZone() - Method in class org.rrd4j.graph.RrdGraphDef
Returns the time zone used for the graph.
getTiming() - Method in interface net.i2p.router.Job
Timing criteria for the task
getTiming() - Method in class net.i2p.router.JobImpl
Get the timing object for this job.
getTmpFilename() - Static method in class org.rrd4j.core.Util
 
getTo() - Method in class net.i2p.client.streaming.impl.PacketLocal
 
getTo(long) - Static method in class net.i2p.router.Blocklist
Extract the ending IP from a compressed blocklist entry.
getTodayEntryCount() - Method in class i2p.susi.dns.LogBean
Get the count of log entries from today.
getToken() - Method in class net.i2p.router.transport.udp.EstablishmentManager.Token
Get the token value
getToken() - Method in class net.i2p.router.transport.udp.InboundEstablishState2
 
getToken() - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
getToken() - Method in class net.i2p.router.transport.udp.SSU2Header.Header
long headers only
getToolkit() - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
 
getTopLeftOnBit() - Method in class com.google.zxing.common.BitMatrix
This is useful in detecting a corner of a 'pure' barcode.
getTorBlocklistChecked() - Method in class net.i2p.router.web.helpers.ConfigBanHelper
Get the checked status of the Tor blocklist option.
getToRouter() - Method in class net.i2p.router.tunnel.PendingGatewayMessage
The destination router.
getTorrent(String) - Method in class org.klomp.snark.SnarkManager
Grab the torrent given the (canonical) filename of the .torrent file
getTorrentByBaseName(String) - Method in class org.klomp.snark.SnarkManager
Grab the torrent given the base name of the storage
getTorrentByInfoHash(byte[]) - Method in class org.klomp.snark.SnarkManager
Grab the torrent given the info hash
getTorrentCreateFilterMap() - Method in class org.klomp.snark.SnarkManager
Unsorted map of name to TorrentCreateFilter object Modifiable, not a copy
getTorrentCreateFilterStrings() - Method in class org.klomp.snark.SnarkManager
Unsorted, do not modify
getTorrentData() - Method in class org.klomp.snark.MetaInfo
Returns the bencoded torrent file data.
getTorrents() - Method in class org.klomp.snark.SnarkManager
Unmodifiable
getTotalAllocatedInboundBytes() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
Total bytes allocated for inbound messages since start.
getTotalAllocatedOutboundBytes() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
Total bytes allocated for outbound messages since start.
getTotalAvgPeerTestTime() - Method in class net.i2p.router.peermanager.PeerTestJob
Gets the total average peer test time including both successful and slow tests over the last hour.
getTotalCodewords() - Method in class com.google.zxing.qrcode.decoder.Version
 
getTotalCommentsSent() - Method in class org.klomp.snark.Peer
Returns the total number of UT comments sent to this peer.
getTotalDay(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the per-day total connection limit across all sources.
getTotalDay(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getTotalECCodewords() - Method in class com.google.zxing.qrcode.decoder.Version.ECBlocks
 
getTotalEventCount() - Method in class net.i2p.stat.RateAverages
Gets the total event count.
getTotalExpanded() - Method in class net.i2p.i2ptunnel.util.GunzipOutputStream
Inflater statistic
getTotalExpanded() - Method in class net.i2p.util.ResettableGZIPInputStream
Moved from i2ptunnel HTTPResponseOutputStream.InternalGZIPInputStream
getTotalFilteredCount() - Method in class i2p.susi.dns.AddressbookBean
Gets the total count of filtered results for pagination display.
getTotalFilteredCount() - Method in class i2p.susi.dns.NamingServiceBean
Gets the total count of filtered results for pagination display.
getTotalHour(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the per-hour total connection limit across all sources.
getTotalHour(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getTotalLength() - Method in class net.i2p.router.crypto.ratchet.RatchetPayload.Block
Get the total size of the block.
getTotalLength() - Method in class net.i2p.router.transport.ntcp.NTCP2Payload.Block
 
getTotalLength() - Method in class net.i2p.router.transport.udp.SSU2Payload.Block
Return the total size of the block, including the 3 byte header.
getTotalLength() - Method in class org.klomp.snark.MetaInfo
Returns the total length of the torrent in bytes.
getTotalLength() - Method in class org.klomp.snark.Snark
Get the total length of all torrent files.
getTotalLength() - Method in class org.klomp.snark.web.FetchAndAdd
 
getTotalMinute(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the per-minute total connection limit across all sources.
getTotalMinute(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getTotalOutboundQueueDepth() - Method in class net.i2p.router.transport.udp.UDPTransport
Total outbound messages queued across all UDP peers.
getTotalPendingTime() - Method in class net.i2p.router.JobStats
Get the total pending/wait time for all runs of this job type.
getTotalQuantity() - Method in class net.i2p.router.TunnelPoolSettings
Convenience
getTotalRead() - Method in class net.i2p.i2ptunnel.util.GunzipOutputStream
Inflater statistic
getTotalRead() - Method in class net.i2p.util.ResettableGZIPInputStream
Moved from i2ptunnel HTTPResponseOutputStream.InternalGZIPInputStream
getTotalReadySize() - Method in class net.i2p.client.streaming.impl.MessageInputStream
Gets the total number of bytes queued up in ready buffers.
getTotalRequested() - Method in interface net.i2p.router.transport.FIFOBandwidthLimiter.Request
how many bytes were requested?
getTotalTime() - Method in class net.i2p.router.JobStats
Get the total execution time for all runs of this job type.
getTotalValues() - Method in class net.i2p.stat.RateAverages
Gets the total values.
getToTunnel() - Method in class net.i2p.router.tunnel.PendingGatewayMessage
The destination tunnel.
getTrackerMap() - Method in class org.klomp.snark.SnarkManager
Unsorted map of name to Tracker object Modifiable, not a copy
getTrackerProblems() - Method in class org.klomp.snark.Snark
Not HTML escaped.
getTrackers() - Method in class org.klomp.snark.SnarkManager
Unsorted, do not modify
getTrackerSeenPeers() - Method in class org.klomp.snark.Snark
Get the tracker seen peers count.
getTrackerSeenPeers() - Method in class org.klomp.snark.web.FetchAndAdd
 
getTrackerURL() - Method in class org.klomp.snark.MagnetURI
Returns the first valid I2P tracker URL from the magnet link.
getTrackerURL() - Method in class org.klomp.snark.Snark
Get the tracker URL.
getTrackerURLs() - Method in class org.klomp.snark.MagnetURI
Returns all valid I2P tracker URLs from the magnet link.
getTrafficClass() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
getTransferEncoding() - Method in class i2p.susi.webmail.Attachment
Returns the transfer encoding.
getTransferEncoding() - Method in class net.i2p.util.EepGet
Show the Transfer-Encoding field
getTransferEncoding() - Method in class org.cybergarage.http.HTTPPacket
Get the Transfer-Encoding header value.
getTransform() - Method in class org.jfree.svg.SVGGraphics2D
Returns a copy of the current transform.
getTransformDP() - Method in class org.jfree.svg.SVGGraphics2D
Returns the number of decimal places used to write the transformation matrices in the SVG output.
getTransientExpiration() - Method in class net.i2p.data.LeaseSet2
Absolute time, not time from now.
getTransientIPv4Blocks() - Method in class net.i2p.router.Blocklist
Single IPs blocked until restart.
getTransientIPv6Blocks() - Method in class net.i2p.router.Blocklist
Single IPs blocked until restart.
getTransientSigningKey() - Method in class net.i2p.data.LeaseSet2
Gets the transient public key for offline signing.
getTransientSigningPrivKey() - Method in class net.i2p.data.PrivateKeyFile
Get the transient signing private key.
getTransientSigningPubKey() - Method in class net.i2p.data.PrivateKeyFile
Get the transient signing public key.
getTransientSigningPublicKey() - Method in interface net.i2p.client.I2PSession
Get the transient signing public key.
getTransientSigningPublicKey() - Method in class net.i2p.client.impl.I2PSessionImpl
Null on error or if not initialized or does not have offline keys.
getTransientSigningPublicKey() - Method in class net.i2p.data.i2cp.SessionConfig
Gets the transient signing public key for offline signing.
getTransientSPK() - Method in class net.i2p.client.streaming.impl.Packet
Only if an offline signing block was included, else null
getTransitSummary() - Method in class net.i2p.router.web.helpers.TransitSummaryHelper
 
getTranslatedName() - Method in class i2p.susi.webmail.MailCache
 
getTransport() - Method in class net.i2p.router.transport.TransportBid
Specifies the transport that offered this bid
getTransport(String) - Method in class net.i2p.router.transport.TransportManager
 
getTransport() - Method in class net.i2p.router.transport.udp.PeerState
Convenience for OutboundMessageState so it can fail itself
getTransportCount() - Method in class net.i2p.router.transport.TransportManager
 
getTransportMaxConnections(RouterContext, String) - Static method in class net.i2p.router.transport.TransportImpl
 
getTransportQueued() - Method in class net.i2p.router.OutNetMessage
 
getTransportRings() - Method in class net.i2p.router.web.helpers.HealthHelper
 
getTransports() - Method in class net.i2p.router.CommSystemFacade
Registered transports by style name.
getTransports() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
 
getTransports() - Method in class net.i2p.router.transport.TransportManager
 
getTransportStyle() - Method in class net.i2p.data.router.RouterAddress
Retrieve the type of transport that must be used to communicate on this address.
getTrClass() - Method in class i2p.susi.dns.AddressbookBean
Gets the table row class.
getTrustedKeys() - Method in class net.i2p.router.web.ConfigUpdateHelper
 
getTrustedKeysString() - Method in class net.i2p.crypto.TrustedUpdate
Fetches the trusted keys for the current instance.
getTtl() - Method in class org.minidns.record.Record
Retrieve the record ttl.
getTuner() - Method in class net.i2p.router.transport.TransportManager
Get the adaptive tuner from the UDP transport.
getTuner() - Method in class net.i2p.router.transport.udp.UDPTransport
The transport tuner.
getTuning() - Method in class net.i2p.router.web.helpers.TuningHelper
Main content: editable tables of tunable params with sparklines.
getTunnel() - Method in class net.i2p.i2ptunnel.I2PTunnelTask
 
getTunnel() - Method in class net.i2p.i2ptunnel.TunnelController
The I2PTunnel for advanced plugin usage
getTunnel(TunnelId) - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
getTunnel(TunnelId) - Method in class net.i2p.router.tunnel.pool.TunnelPool
tunnel by its gateway tunnel ID.
getTunnelAcceptanceRatio() - Method in class net.i2p.router.peermanager.PeerProfile
Tunnel acceptance ratio from tunnel history.
getTunnelAvgLatency(TunnelInfo) - Static method in class net.i2p.router.tunnel.pool.TunnelPool
Average test latency for a tunnel.
getTunnelBackupQuantity(int, int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the inbound backup tunnel quantity (applies to both in/out if not split).
getTunnelBackupQuantity(int, int) - Method in class net.i2p.i2ptunnel.web.EditBean
Gets the backup tunnel quantity for inbound or both in/out.
getTunnelBackupQuantityOut(int, int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the outbound backup tunnel quantity.
getTunnelBackupQuantityOut(int, int) - Method in class net.i2p.i2ptunnel.web.EditBean
Returns the outbound backup tunnel quantity.
getTunnelBandwidth() - Method in class net.i2p.router.web.helpers.TunnelBandwidthHelper
 
getTunnelBuildSuccess() - Method in class net.i2p.router.peermanager.ProfileOrganizer
 
getTunnelBuildSuccess() - Method in class net.i2p.router.web.helpers.SidebarHelper
Retrieve Tunnel build success as a percentage.
getTunnelBuildSuccess() - Static method in class net.i2p.util.SystemVersion
Retrieve Tunnel build success as a percentage.
getTunnelCount() - Method in class net.i2p.i2ptunnel.web.IndexBean
Get the number of tunnels.
getTunnelCount() - Method in class net.i2p.router.tunnel.pool.TunnelPool
duplicate of size(), let's pick one
getTunnelCreateResponseTime() - Method in class net.i2p.router.peermanager.PeerProfile
How long it takes to get a tunnel create response from the peer (in milliseconds).
getTunnelDepth(int, int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the inbound tunnel depth (applies to both in/out if not split).
getTunnelDepth(int, int) - Method in class net.i2p.i2ptunnel.web.EditBean
Gets the tunnel depth (number of hops) for inbound tunnels.
getTunnelDepthOut(int, int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the outbound tunnel depth.
getTunnelDepthOut(int, int) - Method in class net.i2p.i2ptunnel.web.EditBean
Returns the outbound tunnel depth.
getTunnelDescription(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the tunnel description.
getTunnelDescription(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
The description for the specified tunnel, HTML-escaped.
getTunnelFailed() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
Has the tunnel failed completely?
getTunnelFailed() - Method in interface net.i2p.router.TunnelInfo
Has the tunnel failed completely?
getTunnelFailures() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
 
getTunnelHistory() - Method in class net.i2p.router.peermanager.PeerProfile
History of tunnel activity with the peer.
getTunnelId() - Method in class net.i2p.client.TunnelRemovalEvent
Return the tunnel ID.
getTunnelId(int) - Method in class net.i2p.data.i2cp.RequestLeaseSetMessage
Tunnel id.
getTunnelId() - Method in class net.i2p.data.i2np.DeliveryInstructions
default null
getTunnelId() - Method in class net.i2p.data.i2np.TunnelDataMessage
Return the tunnelId
getTunnelId() - Method in class net.i2p.data.i2np.TunnelGatewayMessage
Return the tunnelId
getTunnelId() - Method in class net.i2p.data.Lease
Tunnel on the gateway to communicate with
getTunnelId() - Method in class net.i2p.data.MetaLease
UnsupportedOperationException always.
getTunnelId() - Method in class net.i2p.data.TunnelId
Tunnel ID.
getTunnelIdObj() - Method in class net.i2p.data.i2np.TunnelDataMessage
Return the tunnelIdObj
getTunnelKey(PooledTunnelCreatorConfig) - Static method in class net.i2p.router.tunnel.pool.ExpireJob
Get the unique key for this tunnel config.
getTunnelLag() - Method in interface net.i2p.router.RouterThrottle
How backed up our tunnels are at the moment (in milliseconds)
getTunnelLag() - Method in class net.i2p.router.RouterThrottleImpl
 
getTunnelLag() - Method in class net.i2p.router.web.helpers.SidebarHelper
How long it takes us to test our tunnels, averaged over the last 10 minutes (pretty printed with the units attached)
getTunnelLifetime(RouterContext) - Static method in class net.i2p.router.tunnel.pool.BuildExecutor
Get the tunnel lifetime from config.
getTunnelLifetime(RouterContext) - Static method in class net.i2p.router.tunnel.pool.TunnelPool
Tunnel lifetime from config or default (10 minutes).
getTunnelName(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the tunnel name.
getTunnelName(TunnelControllerGroup, int) - Static method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the tunnel name from a specific group.
getTunnelName(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
Get the tunnel name.
getTunnelName(Destination) - Method in class net.i2p.router.networkdb.kademlia.ExpireLeasesJob
 
getTunnelName(Destination) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Look up the tunnel pool nickname for a destination.
getTunnelName(Destination) - Method in class net.i2p.router.networkdb.kademlia.RepublishLeaseSetJob
Look up the tunnel nickname for a destination.
getTunnelParticipatingFastest() - Method in class net.i2p.router.web.helpers.TunnelParticipatingFastestHelper
 
getTunnelPeerCount() - Method in class net.i2p.router.web.helpers.TunnelPeerCountHelper
 
getTunnelPool() - Method in class net.i2p.router.tunnel.pool.PooledTunnelCreatorConfig
 
getTunnelPoolManager() - Method in class net.i2p.router.tunnel.pool.TunnelPool
TunnelPoolManager that owns this pool.
getTunnelQuantity(int, int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the inbound tunnel quantity (applies to both in/out if not split).
getTunnelQuantity(int, int) - Method in class net.i2p.i2ptunnel.web.EditBean
Gets the tunnel quantity for inbound or both in/out.
getTunnelQuantityOut(int, int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the outbound tunnel quantity.
getTunnelQuantityOut(int, int) - Method in class net.i2p.i2ptunnel.web.EditBean
Returns the outbound tunnel quantity.
getTunnelsParticipating() - Method in class net.i2p.router.web.helpers.TunnelParticipatingHelper
 
getTunnelStatus(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the operational status of the tunnel.
getTunnelStatus(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
The current status of the specified tunnel.
getTunnelStatus() - Method in interface net.i2p.router.RouterThrottle
Message on the state of participating tunnel acceptance
getTunnelStatus() - Method in class net.i2p.router.RouterThrottleImpl
 
getTunnelStatus() - Method in class net.i2p.router.web.helpers.SidebarHelper
Localized tunnel status string (e.g.
getTunnelSummary() - Method in class net.i2p.router.web.helpers.TunnelHelper
 
getTunnelTargetBuffer(RouterContext) - Static method in class net.i2p.router.tunnel.pool.BuildExecutor
Get the target build buffer from config or default (0).
getTunnelTestTimeAverage() - Method in class net.i2p.router.peermanager.PeerProfile
 
getTunnelTestTimeAvgLastUpdate() - Method in class net.i2p.router.peermanager.PeerProfile
 
getTunnelType(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the tunnel type string (e.g.
getTunnelType(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
Get the tunnel type.
getTunnelVariance(int, int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the inbound tunnel length variance (applies to both in/out if not split).
getTunnelVariance(int, int) - Method in class net.i2p.i2ptunnel.web.EditBean
Gets the tunnel variance for inbound or both in/out.
getTunnelVarianceOut(int, int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the outbound tunnel length variance.
getTunnelVarianceOut(int, int) - Method in class net.i2p.i2ptunnel.web.EditBean
Returns the outbound tunnel variance.
getType() - Method in class com.maxmind.geoip.DatabaseInfo
 
getType() - Method in class edu.internet2.ndt.Message
Get Message Type
getType() - Method in class net.i2p.client.impl.HandlerImpl
getType.
getType() - Method in interface net.i2p.client.impl.I2CPMessageHandler
I2CP message type this handler processes.
getType() - Method in class net.i2p.data.DatabaseEntry
Type of the data structure.
getType() - Method in class net.i2p.data.EncryptedLeaseSet
Entry type for the network database.
getType() - Method in class net.i2p.data.i2cp.BandwidthLimitsMessage
 
getType() - Method in class net.i2p.data.i2cp.BlindingInfoMessage
 
getType() - Method in class net.i2p.data.i2cp.CreateLeaseSet2Message
Type.
getType() - Method in class net.i2p.data.i2cp.CreateLeaseSetMessage
Type.
getType() - Method in class net.i2p.data.i2cp.CreateSessionMessage
Type.
getType() - Method in class net.i2p.data.i2cp.DestLookupMessage
Type.
getType() - Method in class net.i2p.data.i2cp.DestReplyMessage
Type.
getType() - Method in class net.i2p.data.i2cp.DestroySessionMessage
Type.
getType() - Method in class net.i2p.data.i2cp.DisconnectMessage
Type.
getType() - Method in class net.i2p.data.i2cp.GetBandwidthLimitsMessage
Type.
getType() - Method in class net.i2p.data.i2cp.GetDateMessage
Type.
getType() - Method in class net.i2p.data.i2cp.HostLookupMessage
Type.
getType() - Method in class net.i2p.data.i2cp.HostReplyMessage
Type.
getType() - Method in interface net.i2p.data.i2cp.I2CPMessage
Return the unique identifier for this type of message, as specified in the network specification document under #ClientAccessLayerMessages
getType() - Method in class net.i2p.data.i2cp.MessagePayloadMessage
Return the unique identifier for this type of message, as specified in the network specification document under #ClientAccessLayerMessages
getType() - Method in class net.i2p.data.i2cp.MessageStatusMessage
Type.
getType() - Method in class net.i2p.data.i2cp.ReceiveMessageBeginMessage
Type.
getType() - Method in class net.i2p.data.i2cp.ReceiveMessageEndMessage
 
getType() - Method in class net.i2p.data.i2cp.ReconfigureSessionMessage
Type.
getType() - Method in class net.i2p.data.i2cp.ReportAbuseMessage
Type.
getType() - Method in class net.i2p.data.i2cp.RequestLeaseSetMessage
Type.
getType() - Method in class net.i2p.data.i2cp.RequestVariableLeaseSetMessage
Type.
getType() - Method in class net.i2p.data.i2cp.SendMessageExpiresMessage
Type.
getType() - Method in class net.i2p.data.i2cp.SendMessageMessage
Return the unique identifier for this type of message, as specified in the network specification document under #ClientAccessLayerMessages
getType() - Method in class net.i2p.data.i2cp.SessionStatusMessage
Type.
getType() - Method in class net.i2p.data.i2cp.SetDateMessage
Type.
getType() - Method in class net.i2p.data.i2np.DatabaseLookupMessage
 
getType() - Method in class net.i2p.data.i2np.DatabaseSearchReplyMessage
 
getType() - Method in class net.i2p.data.i2np.DatabaseStoreMessage
 
getType() - Method in class net.i2p.data.i2np.DataMessage
 
getType() - Method in class net.i2p.data.i2np.DeliveryStatusMessage
 
getType() - Method in class net.i2p.data.i2np.GarlicMessage
 
getType() - Method in interface net.i2p.data.i2np.I2NPMessage
Return the unique identifier for this type of I2NP message, as defined in the I2NP spec
getType() - Method in class net.i2p.data.i2np.OutboundTunnelBuildReplyMessage
 
getType() - Method in class net.i2p.data.i2np.ShortTunnelBuildMessage
 
getType() - Method in class net.i2p.data.i2np.ShortTunnelBuildReplyMessage
 
getType() - Method in class net.i2p.data.i2np.TunnelBuildMessage
 
getType() - Method in class net.i2p.data.i2np.TunnelBuildReplyMessage
 
getType() - Method in class net.i2p.data.i2np.TunnelDataMessage
Return the type
getType() - Method in class net.i2p.data.i2np.TunnelGatewayMessage
Return the type
getType() - Method in class net.i2p.data.i2np.UnknownI2NPMessage
Note that this returns the "true" type, so that the IBGW can correctly make drop decisions.
getType() - Method in class net.i2p.data.i2np.VariableTunnelBuildMessage
I2NP message type 23 for variable-record tunnel build requests.
getType() - Method in class net.i2p.data.i2np.VariableTunnelBuildReplyMessage
I2NP message type 24 for variable-record tunnel build replies.
getType() - Method in class net.i2p.data.LeaseSet
Lease set type for the network database.
getType() - Method in class net.i2p.data.LeaseSet2
Lease set type for the network database.
getType() - Method in class net.i2p.data.MetaLease
Type identifier for this lease.
getType() - Method in class net.i2p.data.MetaLeaseSet
Entry type for the network database.
getType() - Method in class net.i2p.data.PrivateKey
Gets the encryption type of this private key.
getType() - Method in class net.i2p.data.PublicKey
Gets the encryption type of this public key.
getType() - Method in class net.i2p.data.router.RouterInfo
Return the type
getType() - Method in class net.i2p.data.Signature
Gets the signature type.
getType() - Method in class net.i2p.data.SigningPrivateKey
Gets the signature type of this private key.
getType() - Method in class net.i2p.data.SigningPublicKey
Gets the signature type of this public key.
getType() - Method in class net.i2p.i2ptunnel.TunnelController
 
getType() - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
getType() - Method in class net.i2p.i2ptunnel.web.IndexBean
The tunnel type.
getType() - Method in class net.i2p.internal.PoisonI2CPMessage
 
getType() - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
Get the encryption type for this session key manager
getType(RouterAddress) - Static method in class net.i2p.router.transport.TransportUtil
 
getType(String) - Static method in class net.i2p.router.transport.TransportUtil
 
getType(byte[]) - Static method in class net.i2p.router.transport.TransportUtil
 
getType() - Method in class net.i2p.router.transport.udp.SSU2Header.Header
all headers
getType() - Method in class net.i2p.router.transport.udp.SSU2Payload.Block
Get the block type.
getType() - Method in class net.i2p.router.update.UpdateRunner
Type.
getType() - Method in interface net.i2p.update.UpdateTask
Get the update type.
getType() - Method in class org.jfree.svg.SVGGraphicsDevice
Returns the device type.
getType() - Method in class org.json.simple.Yytoken
 
getType() - Method in class org.klomp.snark.UpdateRunner
 
getType() - Method in class org.minidns.record.A
 
getType() - Method in class org.minidns.record.AAAA
 
getType() - Method in class org.minidns.record.CNAME
 
getType() - Method in class org.minidns.record.Data
The payload type.
getType() - Method in class org.minidns.record.DLV
 
getType() - Method in class org.minidns.record.DNAME
getType.
getType() - Method in class org.minidns.record.DNSKEY
getType.
getType() - Method in class org.minidns.record.DS
getType.
getType() - Method in class org.minidns.record.MX
getType.
getType() - Method in class org.minidns.record.NS
getType.
getType() - Method in class org.minidns.record.NSEC
getType.
getType() - Method in class org.minidns.record.NSEC3
getType.
getType() - Method in class org.minidns.record.NSEC3PARAM
getType.
getType() - Method in class org.minidns.record.OPENPGPKEY
 
getType() - Method in class org.minidns.record.OPT
getType.
getType() - Method in class org.minidns.record.PTR
 
getType(int) - Static method in enum org.minidns.record.Record.TYPE
Retrieve the symbolic type of the binary value.
getType(Class<D>) - Static method in enum org.minidns.record.Record.TYPE
Retrieve the type for a given Data class.
getType() - Method in class org.minidns.record.RRSIG
getType.
getType() - Method in class org.minidns.record.SOA
getType.
getType() - Method in class org.minidns.record.SRV
getType.
getType() - Method in class org.minidns.record.TLSA
getType.
getType() - Method in class org.minidns.record.TXT
getType.
getType() - Method in class org.minidns.record.UNKNOWN
getType.
getType() - Method in class org.rrd4j.core.Datasource
Returns datasource type (GAUGE, COUNTER, DERIVE, ABSOLUTE).
getType() - Method in class org.rrd4j.core.jrrd.Archive
Returns the type of function used to calculate the consolidated data point.
getType() - Method in class org.rrd4j.core.jrrd.DataSource
Returns the type this data source is.
getTypeName(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
Get the display name for an internal type.
getTypeOrder() - Method in class net.i2p.router.news.NewsMetadata.Update
Get the numeric order for this update type.
getUDN() - Method in class org.cybergarage.upnp.Device
getUDN.
getUDN(String) - Static method in class org.cybergarage.upnp.device.USN
getUDN.
getUdpAutoIPChecked(int) - Method in class net.i2p.router.web.helpers.ConfigNetHelper
Get checked attribute for UDP auto IP.
getUdpDisabledChecked() - Method in class net.i2p.router.web.helpers.ConfigNetHelper
default false, inverse of default true property
getUdpEnabledChecked() - Method in class net.i2p.router.web.helpers.ConfigNetHelper
default true
getUdphostname() - Method in class net.i2p.router.web.helpers.ConfigNetHelper
Get the external UDP hostname.
getUdpIP() - Method in class net.i2p.router.web.helpers.ConfigNetHelper
Get the UDP IP address.
getUdpIP() - Method in class net.i2p.router.web.helpers.InfoHelper
 
getUdpPort() - Method in class net.i2p.router.web.helpers.ConfigNetHelper
To reduce confusion caused by NATs, this is the current internal SSU port, not the external port.
getUdpPort() - Method in class net.i2p.router.web.helpers.InfoHelper
 
getUDPSocket() - Method in class org.cybergarage.upnp.ssdp.HTTPUSocket
 
getUDPTrackerClient() - Method in class org.klomp.snark.I2PSnarkUtil
 
getUID() - Method in class net.i2p.router.transport.UPnP.IPv6ForwardPort
 
getUIDL() - Method in interface i2p.susi.webmail.pop3.POP3MailBox.FetchRequest
 
getUIDLs() - Method in class i2p.susi.webmail.MailCache
The ones known locally, which will include any known on the server, if connected.
getUIDLs() - Method in class i2p.susi.webmail.pop3.POP3MailBox
Only if connected.
getUIMessages() - Method in class net.i2p.util.LogConsoleBuffer
Retrieve the currently buffered messages, earlier values were generated...
getUnackedFragments() - Method in class net.i2p.router.transport.udp.OutboundMessageState
 
getUnackedPacketsReceived() - Method in class net.i2p.client.streaming.impl.Connection
Get the count of unacked packets received.
getUnackedPacketsSent() - Method in class net.i2p.client.streaming.impl.Connection
how many packets have we sent but not yet received an ACK for?
getUnackedSize() - Method in class net.i2p.router.transport.udp.OutboundMessageState
As of 0.9.49, includes packet overhead
getUnavailableCrypto() - Method in class net.i2p.router.web.helpers.LogsHelper
 
getUnblindedPubKey() - Method in class net.i2p.data.BlindData
Gets the unblinded signing public key.
getUnencryptedData() - Method in class net.i2p.data.Payload
Retrieve the unencrypted body of the message.
getUnexpectedObject() - Method in exception org.json.simple.DeserializationException
Helps identify the problem.
getUniqueId(long) - Method in interface net.i2p.data.i2np.I2NPMessage
Replay resistant message ID optionally, the caller may pass a msgIDBloomXor value, and the return value will be Xor'ed with that value.
getUniqueId() - Method in interface net.i2p.data.i2np.I2NPMessage
getUniqueId().
getUniqueId(long) - Method in class net.i2p.data.i2np.I2NPMessageImpl
Replay resistant message Id
getUniqueId() - Method in class net.i2p.data.i2np.I2NPMessageImpl
 
getUniqueLocal(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Check whether the server tunnel uses unique local addresses for each client.
getUniqueLocal(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getUnits() - Method in class org.jfree.svg.SVGGraphics2D
Returns the units for the width and height of the SVG element's viewport, as specified in the constructor.
getUnivalArray(int) - Method in class org.rrd4j.core.jrrd.RRDFile
Unival array.
getUniversalTheming() - Method in class org.klomp.snark.SnarkManager
 
getUnknownDatapoints() - Method in class org.rrd4j.core.jrrd.CDPStatusBlock
Returns the number of unknown primary data points that were integrated.
getUnknownOptions() - Method in class net.i2p.router.TunnelPoolSettings
 
getUnknownSeconds() - Method in class org.rrd4j.core.jrrd.PDPStatusBlock
Returns the number of seconds of the current primary data point is unknown data.
getUnknownTypeCode() - Method in class net.i2p.data.PublicKey
Gets the type code for unknown encryption types.
getUnparsableString() - Method in exception com.thetransactioncompany.jsonrpc2.JSONRPC2ParseException
Gets original string that caused the parse exception (if specified).
getUnpromptedDbStoreNew() - Method in class net.i2p.router.peermanager.DBHistory
how many times have they sent us data we didn't ask for and that we've never seen?
getUnpromptedDbStoreOld() - Method in class net.i2p.router.peermanager.DBHistory
how many times have they sent us data we didn't ask for but that we have seen?
getUnpublishedLeases() - Method in class net.i2p.router.NetworkDatabaseFacade
 
getUnpublishedLeases() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Public for NetDbRenderer in routerconsole
getUnreachablePeers() - Method in class net.i2p.router.web.helpers.SidebarHelper
How many peers are unreachable.
getUnresponsiveFloodfillBanChecked() - Method in class net.i2p.router.web.helpers.ConfigBanHelper
Get the checked status of the unresponsive floodfill ban option.
getUpBandwidth() - Method in class net.i2p.router.web.helpers.WizardHelper
Return the measured upload bandwidth.
getUpBWLimit() - Method in interface org.klomp.snark.BandwidthListener
Returns the current upload bandwidth limit in bytes per second.
getUpBWLimit() - Method in class org.klomp.snark.BandwidthManager
Current limit in BPS
getUpBWLimit() - Method in class org.klomp.snark.Peer
Current limit in Bps
getUpBWLimit() - Method in class org.klomp.snark.PeerCoordinator
Current limit in Bps
getUPC() - Method in class org.cybergarage.upnp.Device
getUPC.
getUpdateAvailable(UpdateType) - Method in class net.i2p.router.update.ConsoleUpdateManager
Is an update available? Non-blocking, returns result of last check or notification from an Updater.
getUpdateAvailable(UpdateType, String) - Method in class net.i2p.router.update.ConsoleUpdateManager
Is an update available? Non-blocking, returns result of last check or notification from an Updater.
getUpdateConstraint(UpdateType, String) - Method in class net.i2p.router.update.ConsoleUpdateManager
Is there a reason we can't download the update?
getUpdateDevSU3() - Method in class net.i2p.router.web.ConfigUpdateHelper
 
getUpdateDownloaded(UpdateType) - Method in class net.i2p.router.update.ConsoleUpdateManager
Is an update downloaded? Non-blocking, returns result of last download
getUpdateDownloaded(UpdateType, String) - Method in class net.i2p.router.update.ConsoleUpdateManager
Is an update downloaded? Non-blocking, returns result of last download
getUpdatedSuccessfully() - Method in class net.i2p.util.Clock
Check whether the offset has been updated at least once.
getUpdateNonce() - Method in class net.i2p.router.web.helpers.SidebarHelper
Update nonce or null.
getUpdatePolicySelectBox() - Method in class net.i2p.router.web.ConfigUpdateHelper
Right now the jsp hides the whole select box if _dontInstall is true but this could change
getUpdateSources() - Method in class net.i2p.router.update.DevSU3UpdateHandler
 
getUpdateSources() - Method in class net.i2p.router.update.UnsignedUpdateHandler
 
getUpdateStatus() - Method in class net.i2p.router.web.helpers.SidebarHelper
The update status and buttons
getUpdateStatus() - Static method in class net.i2p.router.web.NewsHelper
 
getUpdateThroughProxy() - Method in class net.i2p.router.web.ConfigUpdateHelper
 
getUpdateUnsigned() - Method in class net.i2p.router.web.ConfigUpdateHelper
 
getUpdateURL() - Method in class net.i2p.router.web.ConfigUpdateHelper
 
getUpdateURLs(UpdateType, String, UpdateMethod) - Method in class net.i2p.router.update.ConsoleUpdateManager
Where to find various resources
getUploaded() - Method in class org.klomp.snark.Peer
Returns the number of bytes that have been uploaded.
getUploaded() - Method in class org.klomp.snark.PeerCoordinator
Returns the total number of uploaded bytes of all peers.
getUploaded() - Method in class org.klomp.snark.Snark
Get the total number of bytes uploaded.
getUploaders() - Method in class org.klomp.snark.PeerCoordinator
Uploaders whether interested or not Use this for per-torrent limits.
getUploadRate() - Method in interface org.klomp.snark.BandwidthListener
Returns the average upload rate in bytes per second.
getUploadRate() - Method in class org.klomp.snark.BandwidthManager
The average rate in Bps
getUploadRate() - Method in class org.klomp.snark.Peer
Returns the average rate in Bps.
getUploadRate() - Method in class org.klomp.snark.PeerCoordinator
Returns the average rate in Bps over last RATE_DEPTH * CHECK_PERIOD seconds
getUploadRate() - Method in class org.klomp.snark.Snark
Get the current upload rate in bytes per second.
getUpnpChecked() - Method in class net.i2p.router.web.helpers.ConfigNetHelper
Whether UPnP is enabled.
getUPnPError() - Method in class org.cybergarage.upnp.control.ControlResponse
Gets the complete UPnP error status from the response.
getUPnPErrorCode() - Method in class org.cybergarage.upnp.control.ControlResponse
Gets the UPnP error code from the response.
getUPnPErrorDescription() - Method in class org.cybergarage.upnp.control.ControlResponse
Gets the UPnP error description from the response.
getUPnPScannerCallback() - Method in class net.i2p.router.Router
For Android only.
getUptime() - Method in class net.i2p.router.Router
Wall clock uptime.
getUptime() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Get the connection uptime in milliseconds.
getUptime() - Method in class net.i2p.router.web.helpers.SidebarHelper
Retrieve a pretty printed uptime count (ala 4d or 7h or 39m)
getURI() - Method in class net.i2p.router.update.PluginUpdateRunner
 
getURI() - Method in class net.i2p.router.update.UpdateRunner
U r i.
getURI() - Method in interface net.i2p.update.UpdateTask
The current URI being checked or downloaded from.
getURI() - Method in class org.cybergarage.http.HTTPRequest
Returns the request URI.
getURI() - Method in class org.klomp.snark.UpdateRunner
 
getUri() - Method in class org.rrd4j.core.RrdBackend
Return the URI associated to this backend, using the factory to generate it from the path.
getUri(String) - Method in class org.rrd4j.core.RrdBackendFactory
Transform an path in a valid URI for this backend.
getUri() - Method in class org.rrd4j.core.RrdDb
Returns the URI to this RRD, as seen by the backend.
getUri() - Method in class org.rrd4j.core.RrdDef
Returns URI for the new RRD
getUri(String) - Method in class org.rrd4j.core.RrdFileBackendFactory
 
getUrl() - Method in class i2p.susi.dns.VersionBean
 
getURL() - Method in class net.i2p.router.web.helpers.SearchHelper
Build and return the search URL for the current query.
getURL() - Method in class org.cybergarage.upnp.Icon
Gets the URL where the icon image can be retrieved.
getURLBase() - Method in class org.cybergarage.upnp.Device
getURLBase.
getUs() - Method in class net.i2p.router.peermanager.ProfileOrganizer
Self-exclusion hash for this router instance.
getUsableInboundClientTunnelCount(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Get USABLE inbound client tunnel count for a specific destination.
getUsableOutboundClientTunnelCount(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Get USABLE outbound client tunnel count for a specific destination.
getUsableTunnelCount() - Method in class net.i2p.router.tunnel.pool.TunnelPool
Count tunnels that are usable for routing — not failed, not expired, not expiring within 5 minutes.
getUseLeaseSetCheck() - Method in class net.i2p.addressbook.HostChecker
Get whether to use LeaseSet checking
getUseOutproxyPlugin(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Check whether the outproxy plugin is enabled.
getUseOutproxyPlugin(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getUserAgent() - Method in class edu.internet2.ndt.Tcpbw100
Set UserAgent String containing browser details.
getUserAgentForCheck(Map<String, List<String>>) - Method in class net.i2p.i2ptunnel.RequestValidator
Extracts the user agent for blacklisting checks.
getUserAgents(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Return the blocked User-Agent list.
getUserAgents(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
getUserData() - Method in class org.cybergarage.upnp.Action
Gets the user-defined data associated with this action.
getUserData() - Method in class org.cybergarage.upnp.Argument
Gets the user-defined data associated with this argument.
getUserData() - Method in class org.cybergarage.upnp.ControlPoint
 
getUserData() - Method in class org.cybergarage.upnp.Device
getUserData.
getUserData() - Method in class org.cybergarage.upnp.Icon
Gets the user-defined data associated with this icon.
getUserData() - Method in class org.cybergarage.upnp.Service
getUserData.
getUserData() - Method in class org.cybergarage.upnp.StateVariable
getUserData.
getUserData() - Method in class org.cybergarage.xml.Node
Gets the user data associated with this node.
getUserHomeDirectory() - Static method in class org.rrd4j.core.Util
Returns path to user's home directory.
getUsername() - Method in class net.i2p.router.web.helpers.ConfigReseedHelper
Retrieve the configured proxy username for reseeding.
getUsername() - Method in class net.i2p.util.EepGet.AuthState
 
getUSN() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
getUSN.
getUSN() - Method in class org.cybergarage.upnp.ssdp.SSDPRequest
getUSN.
getUSN() - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
getUSN.
getUTF8(String) - Static method in class net.i2p.data.DataHelper
Same as orig.getBytes("UTF-8") but throws an unchecked RuntimeException instead of an UnsupportedEncodingException if no UTF-8, for ease of use.
getUTF8(byte[]) - Static method in class net.i2p.data.DataHelper
Same as new String(orig, "UTF-8") but throws an unchecked RuntimeException instead of an UnsupportedEncodingException if no UTF-8, for ease of use.
getUTF8(byte[], int, int) - Static method in class net.i2p.data.DataHelper
Same as new String(orig, "UTF-8") but throws an unchecked RuntimeException instead of an UnsupportedEncodingException if no UTF-8, for ease of use.
getUtil() - Method in class org.klomp.snark.PeerCoordinator
Convenience
getUtil() - Method in interface org.klomp.snark.PeerListener
Convenience
getUtilization() - Method in class net.i2p.router.transport.ntcp.NTCPSendFinisher
Get send finisher pool utilization as a ratio (0.0-1.0).
getUtilization() - Method in class net.i2p.router.transport.ntcp.Reader
Get reader pool utilization as a ratio (0.0-1.0).
getUtilization() - Method in class net.i2p.router.transport.ntcp.Writer
Get writer pool utilization as a ratio (0.0-1.0).
getUtilization() - Method in class net.i2p.router.transport.udp.MessageReceiver
Get message receiver pool utilization as a ratio (0.0-1.0).
getUtilization() - Method in class net.i2p.router.transport.udp.PacketHandler
Get packet handler pool utilization as a ratio (0.0-1.0).
getUtilization() - Static method in class net.i2p.router.tunnel.TunnelGatewayPumper
Get pumper pool utilization as a ratio (0.0-1.0).
getUUID() - Method in class org.cybergarage.upnp.Device
getUUID.
getV3DatagramServer(Properties) - Method in class net.i2p.sam.SAMBridge
Was a static singleton, now a singleton for this bridge.
getVal() - Method in class gnu.getopt.LongOpt
Returns the value of the 'val' field for this long option
getValid() - Method in class net.i2p.data.ByteArray
Count how many of the bytes in the array are 'valid'.
getValidIP(RouterInfo) - Static method in class net.i2p.router.transport.CommSystemFacadeImpl
Return first valid IP (v4 or v6) we find, any transport.
getValidTunnelCount() - Method in class net.i2p.router.tunnel.pool.TunnelPool
Count valid (non-failed, not expired) tunnels in the pool.
getValue() - Method in enum com.google.zxing.common.CharacterSetECI
Get the first ECI value.
getValue() - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JSpinner
Get the spinner value.
getValue() - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.SpinnerNumberModel
Return the value.
getValue(XmlParser.Node, String) - Static method in class net.i2p.jetty.JettyXmlConfigurationParser
Recursively go through the entire tree starting at node.
getValue() - Method in class org.cybergarage.http.HTTPHeader
Gets the header value.
getValue(LineNumberReader, String) - Static method in class org.cybergarage.http.HTTPHeader
Reads from a LineNumberReader to find the value of a header with the specified name.
getValue(String, String) - Static method in class org.cybergarage.http.HTTPHeader
Extracts the value of a header with the specified name from a string.
getValue(byte[], String) - Static method in class org.cybergarage.http.HTTPHeader
Extracts the value of a header with the specified name from a byte array.
getValue() - Method in class org.cybergarage.http.Parameter
Gets the parameter value.
getValue(String) - Method in class org.cybergarage.http.ParameterList
Gets the value of the Parameter with the specified name.
getValue() - Method in class org.cybergarage.upnp.AllowedValue
Get the value string.
getValue() - Method in class org.cybergarage.upnp.Argument
Gets the string value of this argument.
getValue() - Method in class org.cybergarage.upnp.event.Property
getValue.
getValue() - Method in class org.cybergarage.upnp.StateVariable
getValue.
getValue() - Method in class org.cybergarage.upnp.xml.ArgumentData
Get the argument value.
getValue() - Method in class org.cybergarage.upnp.xml.StateVariableData
getValue.
getValue() - Method in class org.cybergarage.xml.Attribute
Gets the value of this attribute.
getValue() - Method in class org.cybergarage.xml.Node
Gets the value of this node.
getValue() - Method in interface org.json.simple.JsonKey
A reasonable value for the key; such as a valid default, error value, or null.
getValue() - Method in class org.json.simple.Yytoken
 
getValue() - Method in class org.klomp.snark.bencode.BEValue
Returns the untyped value contained in this BEValue.
getValue() - Method in enum org.minidns.dnsmessage.DnsMessage.OPCODE
Retrieve the byte value of this opcode.
getValue() - Method in enum org.minidns.dnsmessage.DnsMessage.RESPONSE_CODE
Retrieve the byte value of the response code.
getValue() - Method in enum org.minidns.record.Record.CLASS
Retrieve the binary value of this DNS class.
getValue() - Method in enum org.minidns.record.Record.TYPE
Retrieve the binary value of this type.
getValue() - Method in class org.rrd4j.core.jrrd.CDPStatusBlock
Returns the value of this consolidated data point.
getValue() - Method in class org.rrd4j.core.jrrd.PDPStatusBlock
Returns the current value of the primary data point.
getValue(int) - Method in interface org.rrd4j.core.Robin
Returns the i-th value from the Robin archive.
getValue(int) - Method in class org.rrd4j.core.RobinArray
Returns the i-th value from the Robin archive.
getValue(int) - Method in class org.rrd4j.core.RobinMatrix
Returns the i-th value from the Robin archive.
getValue(Node) - Static method in class org.rrd4j.core.Util.Xml
getValue.
getValue(Node, boolean) - Static method in class org.rrd4j.core.Util.Xml
getValue.
getValue(Node) - Method in class org.rrd4j.core.XmlTemplate
getValue.
getValue(Node, boolean) - Method in class org.rrd4j.core.XmlTemplate
getValue.
getValue(long) - Method in interface org.rrd4j.data.IPlottable
Retrieves datapoint value based on a given timestamp.
getValue(long) - Method in class org.rrd4j.data.LinearInterpolator
Retrieves datapoint value based on a given timestamp.
getValue() - Method in class org.rrd4j.data.Variable
getValue.
getValue() - Method in class org.rrd4j.data.VDef
Value from the wrapped variable.
getValueAsBoolean(Node) - Static method in class org.rrd4j.core.Util.Xml
getValueAsBoolean.
getValueAsBoolean(Node) - Method in class org.rrd4j.core.XmlTemplate
getValueAsBoolean.
getValueAsColor(Node) - Method in class org.rrd4j.core.XmlTemplate
getValueAsColor.
getValueAsDouble(Node) - Static method in class org.rrd4j.core.Util.Xml
getValueAsDouble.
getValueAsDouble(Node) - Method in class org.rrd4j.core.XmlTemplate
getValueAsDouble.
getValueAsInt(Node) - Static method in class org.rrd4j.core.Util.Xml
getValueAsInt.
getValueAsInt(Node) - Method in class org.rrd4j.core.XmlTemplate
getValueAsInt.
getValueAsLong(Node) - Static method in class org.rrd4j.core.Util.Xml
getValueAsLong.
getValueAsLong(Node) - Method in class org.rrd4j.core.XmlTemplate
getValueAsLong.
getValueFromJsonObj(String, String) - Static method in class edu.internet2.ndt.JSONUtils
Function that return value for given key from json object represented by jsontext
getValueHistory() - Method in class net.i2p.router.Tuner.BaseParam
 
getValueHistory() - Method in interface net.i2p.router.Tuner.TunableParam
Sparkline value history.
getValues(int, int) - Method in class org.rrd4j.core.DataImporter
getValues.
getValues(int) - Method in class org.rrd4j.core.FetchData
Returns all archived values for a single datasource.
getValues() - Method in class org.rrd4j.core.FetchData
Returns all archived values for all datasources.
getValues(String) - Method in class org.rrd4j.core.FetchData
Returns all archived values for a single datasource.
getValues() - Method in class org.rrd4j.core.jrrd.Archive
Getter for the field values.
getValues() - Method in interface org.rrd4j.core.Robin
Fetches all archived values.
getValues(int, int) - Method in interface org.rrd4j.core.Robin
getValues.
getValues() - Method in class org.rrd4j.core.RobinArray
Getter for the field values.
getValues(int, int) - Method in class org.rrd4j.core.RobinArray
getValues.
getValues() - Method in class org.rrd4j.core.RobinMatrix
Fetches all archived values.
getValues(int, int) - Method in class org.rrd4j.core.RobinMatrix
getValues.
getValues(int, int) - Method in class org.rrd4j.core.RrdToolReader
 
getValues() - Method in class org.rrd4j.core.Sample
Returns all current data source values in the sample.
getValues(int, int) - Method in class org.rrd4j.core.XmlReader
 
getValues(String) - Method in class org.rrd4j.data.DataProcessor
Returns calculated values for a single datasource.
getValues() - Method in class org.rrd4j.data.DataProcessor
Returns an array of all datasource values for all datasources.
getValues() - Method in class org.rrd4j.data.Source
Returns the data values.
getValues() - Method in class org.rrd4j.data.VDef
 
getValues() - Method in class org.rrd4j.graph.SourcedPlotElement
Get the values.
getValuesPerPixel(String, int) - Method in class org.rrd4j.data.DataProcessor
Method used to calculate datasource values which should be presented on the graph based on the desired graph width.
getValuesPerPixel(String) - Method in class org.rrd4j.data.DataProcessor
Method used to calculate datasource values which should be presented on the graph based on the graph width set with a DataProcessor.setPixelCount(int) method call.
getVariable() - Method in enum org.rrd4j.ConsolFun
getVariable().
getVariable(String) - Method in class org.rrd4j.data.DataProcessor
Extract the variable value from an already define Variable datasource (a VDEF)
getVariable(String, Variable) - Method in class org.rrd4j.data.DataProcessor
Returns single aggregated value for a single datasource.
getVariables() - Method in class org.rrd4j.core.XmlTemplate
Returns the list of variables that should be set in this template.
getVarName() - Method in class org.cybergarage.upnp.control.QueryRequest
Gets the name of the state variable being queried.
getVary() - Method in class net.i2p.util.EepGet
Vary header.
getVaryInboundHops() - Method in class org.klomp.snark.I2PSnarkUtil
Get the vary inbound hops.
getVaryOutboundHops() - Method in class org.klomp.snark.I2PSnarkUtil
Get the vary outbound hops.
getVectorIndex(int) - Method in class org.bouncycastle.pqc.crypto.mlkem.PolyVec
getVectorIndex.
getVendor() - Method in class freenet.support.CPUInformation.CPUIDCPUInfo
 
getVendor() - Method in interface freenet.support.CPUInformation.CPUInfo
Gets the CPU vendor.
getVerifiedBytesTransferred() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
 
getVerifiedBytesTransferred() - Method in interface net.i2p.router.TunnelInfo
we know for sure that this many bytes travelled through the tunnel in its lifetime
getVersion() - Method in class com.google.zxing.qrcode.encoder.QRCode
 
getVersion() - Method in class i2p.susi.dns.VersionBean
 
getVersion() - Static method in class net.i2p.CoreVersion
For Vuze.
getVersion() - Method in class net.i2p.data.i2cp.GetDateMessage
Gets the protocol version.
getVersion() - Method in class net.i2p.data.i2cp.SetDateMessage
Gets the protocol version.
getVersion() - Method in class net.i2p.data.router.RouterInfo
For convenience, the same as getOption("router.version"), but returns "0" if unset.
getVersion() - Method in class net.i2p.router.transport.ntcp.EstablishBase
Get the NTCP version
getVersion() - Method in interface net.i2p.router.transport.ntcp.EstablishState
Get the NTCP version
getVersion() - Method in class net.i2p.router.transport.ntcp.InboundEstablishState
Get the NTCP version
getVersion() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
The NTCP2 version, for the console.
getVersion() - Method in class net.i2p.router.transport.ntcp.OutboundNTCP2State
Get the NTCP version
getVersion() - Method in class net.i2p.router.transport.udp.InboundEstablishState
Return the SSU protocol version for this state (always 1 for SSU1).
getVersion() - Method in class net.i2p.router.transport.udp.InboundEstablishState2
 
getVersion() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
Get the version of the SSU protocol in use.
getVersion() - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
getVersion() - Method in class net.i2p.router.transport.udp.OutboundMessageState
 
getVersion() - Method in class net.i2p.router.transport.udp.PeerState
peer SSU version.
getVersion() - Method in class net.i2p.router.transport.udp.PeerState2
 
getVersion() - Method in class net.i2p.router.transport.udp.SSU2Header.Header
long headers only
getVersion() - Method in class net.i2p.router.web.helpers.SidebarHelper
Retrieve the version number of the router.
getVersion() - Method in class org.cybergarage.http.HTTPPacket
Gets the HTTP version of this packet.
getVersion() - Method in class org.cybergarage.http.HTTPStatus
Gets the HTTP version.
getVersion() - Method in class org.rrd4j.core.DataImporter
getVersion.
getVersion() - Method in class org.rrd4j.core.Header
Return the RRD version.
getVersion() - Method in class org.rrd4j.core.jrrd.Header
Returns the version of the database.
getVersion() - Method in class org.rrd4j.core.RrdDef
Returns the RRD file version
getVersion() - Method in class org.rrd4j.core.RrdToolReader
 
getVersion() - Method in class org.rrd4j.core.XmlReader
Gets the RRD version from the XML file.
getVersionAsInt() - Method in class org.rrd4j.core.jrrd.Header
Returns the version of the database as an integer.
getVersionForNumber(int) - Static method in class com.google.zxing.qrcode.decoder.Version
 
getVersionNumber() - Method in class com.google.zxing.qrcode.decoder.Version
 
getVersionString() - Method in class net.i2p.crypto.SU3File
This does not check the signature, but it will fail if the signer is unknown, unless setVerifySignature(false) has been called.
getVersionString(File) - Static method in class net.i2p.crypto.TrustedUpdate
Reads the version string from a signed update file.
getVersionString(InputStream) - Static method in class net.i2p.crypto.TrustedUpdate
Reads the version string from an input stream
getWakeLock() - Method in class net.i2p.router.tasks.GracefulShutdown
Get the lock object for wake/sleep coordination with the shutdown detector.
getWebApp(I2PAppContext, String) - Static method in class net.i2p.router.web.WebAppStarter
Warning, this will NOT work during shutdown, because the console is already unregistered.
getWebApp(Server, String) - Static method in class net.i2p.router.web.WebAppStarter
Find a webapp by name
getWebSeedURLs() - Method in class org.klomp.snark.MetaInfo
Returns the web seed URLs for BEP 19 HTTP seeding.
getWellIntegratedPeers() - Method in class net.i2p.router.web.helpers.SidebarHelper
How many active peers the router ranks as well integrated (floodfill).
getWeRelayToThemAs() - Method in class net.i2p.router.transport.udp.PeerState
tag we relay to them as.
getWhen(LogManager, LogRecord) - Static method in class net.i2p.util.LogRecordFormatter
Format the record timestamp.
getWhenAdded() - Method in class net.i2p.router.transport.udp.EstablishmentManager.Token
Get when this token was added
getWhenCompleted() - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
getWhenCompleted() - Method in class net.i2p.router.networkdb.kademlia.StoreState
 
getWhenConnected() - Method in class org.klomp.snark.Peer
Returns the timestamp when the handshake completed.
getWhenStarted() - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
getWhenStarted() - Method in class net.i2p.router.networkdb.kademlia.StoreState
 
getWhenStarted() - Method in class net.i2p.router.Router
Used only by routerconsole..
getWidth() - Method in class com.google.zxing.common.BitMatrix
Gets the width of the matrix.
getWidth() - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
Returns the width of the matrix.
getWidth() - Method in class org.cybergarage.upnp.Icon
Gets the width of the icon.
getWidth() - Method in class org.jfree.svg.SVGGraphics2D
Returns the width for the SVG element, specified in the constructor.
getWidth() - Method in class org.rrd4j.graph.RrdGraphInfo
Returns total graph width
getWindowMultiplier() - Static method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Get the current Tuner-controlled activity-window multiplier.
getWindowSize() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
Messages in flight before waiting for ACK
getWordSelectors(byte[], int, int, int[]) - Method in class org.xlattice.crypto.filters.KeySelector.GenericWordSelector
Extracts k word offsets from key data using variable stride algorithm.
getWordSelectors(byte[], int, int, int[]) - Method in interface org.xlattice.crypto.filters.KeySelector.WordSelector
Extracts k word offsets from a key for Bloom filter operations.
getWorkingDir(Properties) - Static method in class net.i2p.router.startup.PortableWorkingDir
Only call this once on router invocation.
getWorkingDir(Properties, boolean) - Static method in class net.i2p.router.startup.WorkingDir
Only call this once on router invocation.
getWrapperConfigPath(RouterContext) - Static method in class net.i2p.router.tasks.OOMListener
Get the best guess path for wrapper.config file.
getWriteLock() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Write lock for pumper delayed writes
getWriteLock() - Method in class net.i2p.router.util.DecayingBloomFilter
Acquire the write lock
getWriteLock() - Method in class net.i2p.sam.SAMHandler
If you're crazy enough to write to the raw socket, grab the write lock with getWriteLock(), synchronize against it, and write to the getOut()
getWriter() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
Hook for NTCPConnection
getWriterQueueSize() - Static method in class net.i2p.router.client.ClientManagerFacadeImpl
 
getWriterUtilization() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
Get writer pool utilization as a ratio (0.0-1.0).
getWriterUtilization(RouterContext) - Method in class net.i2p.router.Tuner.BaseParam
NTCP writer pool utilization (0.0-1.0).
getWriteTimeout() - Method in interface net.i2p.client.streaming.I2PSocketOptions
What is the longest we'll block on the output stream while waiting for the data to flush.
getWriteTimeout() - Method in class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
What is the longest we'll block on the output stream while waiting for the data to flush.
getWriteTimeout() - Method in class net.i2p.client.streaming.impl.MessageOutputStream
Gets the current write timeout.
getWritten() - Method in class i2p.susi.util.CountingOutputStream
Get the total number of bytes written so far.
getX() - Method in class net.i2p.crypto.eddsa.math.GroupElement
Gets the $X$ value of the group element.
getX() - Method in interface net.i2p.crypto.elgamal.ElGamalPrivateKey
 
getX() - Method in class net.i2p.crypto.elgamal.impl.ElGamalPrivateKeyImpl
 
getX() - Method in class net.i2p.crypto.elgamal.spec.ElGamalPrivateKeySpec
Returns the private value x.
getXContentTypeOptions() - Method in class net.i2p.util.EepGet
X-Content-Type-Options header.
getXDHFactory() - Method in class net.i2p.router.CommSystemFacade
Factory for making X25519 key pairs.
getXDHFactory() - Method in class net.i2p.router.dummy.VMCommSystem
Factory for making X25519 key pairs.
getXDHFactory() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Factory for making X25519 key pairs.
getXDHFactory() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
 
getXDHFactory() - Method in class net.i2p.router.transport.TransportManager
Get the X25519 key factory used by transports.
getXDHFactory() - Method in class net.i2p.router.transport.udp.UDPTransport
 
getXff() - Method in class org.rrd4j.core.ArcDef
Returns the X-files factor.
getXff() - Method in class org.rrd4j.core.Archive
Returns archive X-files factor.
getXff(int) - Method in class org.rrd4j.core.DataImporter
getXff.
getXff() - Method in class org.rrd4j.core.jrrd.Archive
Returns the X-Files Factor for this archive.
getXff(int) - Method in class org.rrd4j.core.RrdToolReader
 
getXff(int) - Method in class org.rrd4j.core.XmlReader
 
getXframeOptions() - Method in class net.i2p.util.EepGet
X-Frame-Options header.
getXgBanChecked() - Method in class net.i2p.router.web.helpers.ConfigBanHelper
Get the checked status of the XG ban option.
getXML(Rate, OutputStream) - Method in class net.i2p.router.web.GraphGenerator
Export rate data as XML.
getXml() - Method in class org.rrd4j.core.RrdDb
Returns string representing internal RRD state in XML format.
getXMLParser() - Static method in class org.cybergarage.soap.SOAP
getXMLParser.
getXMLParser() - Static method in class org.cybergarage.upnp.UPnP
Gets the XML parser used by the UPnP framework.
getXORDistance() - Method in class net.i2p.router.peermanager.PeerProfile
For now, just a one-byte comparison
getXPoweredBy() - Method in class net.i2p.util.EepGet
X-Powered-By header.
getXSSProtection() - Method in class net.i2p.util.EepGet
X-XSS-Protection header.
getY() - Method in class net.i2p.crypto.eddsa.math.GroupElement
Gets the $Y$ value of the group element.
getY() - Method in interface net.i2p.crypto.elgamal.ElGamalPublicKey
 
getY() - Method in class net.i2p.crypto.elgamal.impl.ElGamalPublicKeyImpl
Y.
getY() - Method in class net.i2p.crypto.elgamal.spec.ElGamalPublicKeySpec
Returns the public value y.
getYggdrasilAddress() - Static method in class net.i2p.util.Addresses
Caller should cache results for better performance.
getZ() - Method in class net.i2p.crypto.eddsa.math.GroupElement
Gets the $Z$ value of the group element.
getZero() - Method in class com.google.zxing.common.reedsolomon.GenericGF
Additive identity (zero polynomial).
getZero(GroupElement.Representation) - Method in class net.i2p.crypto.eddsa.math.Curve
Return the zero element for the given representation.
getZeroStrokeWidth() - Method in class org.jfree.svg.SVGGraphics2D
Returns the width to use for the SVG stroke when the AWT stroke specified has a zero width (the default value is 0.1).
getZipURL() - Method in class net.i2p.router.web.ConfigUpdateHelper
 
getZone(String) - Method in class net.i2p.router.time.Zones
Get the NTP zone for a country
GhostPeerManager - Class in net.i2p.router.tunnel.pool
Tracks routers that consistently fail to respond to tunnel build requests and temporarily excludes them from tunnel selection during network stress.
GhostPeerManager(RouterContext) - Constructor for class net.i2p.router.tunnel.pool.GhostPeerManager
GhostPeerManager.
GIGABIT_ETHERNET_STR - Static variable in class edu.internet2.ndt.NDTConstants
Human-readable label for Gigabit Ethernet data rate.
gnu.crypto.prng - package gnu.crypto.prng
Fortuna Pseudo-Random Number Generator (PRNG) from GNU Crypto, updated and modified for I2P's cryptographic operations.
gnu.getopt - package gnu.getopt
This is Java getopt 1.0.14 (released 2012/02/08)
gnu.gettext - package gnu.gettext
GettextResource class for ngettext() plural form handling, taken unchanged from GNU gettext package version 0.19.8.
gnutls_key_fingerprint_randomart(byte[], String, int, String, boolean, boolean) - Static method in class net.i2p.imagegen.RandomArt
 
gotAck(int, int) - Method in interface net.i2p.router.crypto.ratchet.RatchetPayload.PayloadCallback
Receive an ACK block.
gotACK(long, int, byte[]) - Method in class net.i2p.router.transport.udp.InboundEstablishState2
gotACK.
gotACK(long, int, byte[]) - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
gotACK(long, int, byte[]) - Method in class net.i2p.router.transport.udp.PeerState2
gotACK.
gotACK(long, int, byte[]) - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
gotACK.
gotACK(long, int, byte[]) - Method in interface net.i2p.router.transport.udp.SSU2Payload.PayloadCallback
Receive an acknowledgment block.
gotAckRequest() - Method in interface net.i2p.router.crypto.ratchet.RatchetPayload.PayloadCallback
Receive an ACK request block.
gotAddress(byte[], int) - Method in class net.i2p.router.transport.udp.InboundEstablishState2
gotAddress.
gotAddress(byte[], int) - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
gotAddress(byte[], int) - Method in class net.i2p.router.transport.udp.PeerState2
gotAddress.
gotAddress(byte[], int) - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
gotAddress.
gotAddress(byte[], int) - Method in interface net.i2p.router.transport.udp.SSU2Payload.PayloadCallback
Receive an address block.
gotBitField(Peer, BitField) - Method in class org.klomp.snark.PeerCoordinator
Returns true if the given bitfield contains at least one piece we are interested in.
gotBitField(Peer, BitField) - Method in interface org.klomp.snark.PeerListener
Called when a bitmap message is received.
gotChoke(Peer, boolean) - Method in class org.klomp.snark.PeerCoordinator
Called when a choke message is received.
gotChoke(Peer, boolean) - Method in interface org.klomp.snark.PeerListener
Called when a choke message is received.
gotCommentReq(Peer, int) - Method in class org.klomp.snark.PeerCoordinator
Called when comments are requested via ut_comment
gotCommentReq(Peer, int) - Method in interface org.klomp.snark.PeerListener
Called when comments are requested via ut_comment
gotComments(Peer, List<Comment>) - Method in class org.klomp.snark.PeerCoordinator
Called when comments are received via ut_comment
gotComments(Peer, List<Comment>) - Method in interface org.klomp.snark.PeerListener
Called when comments are received via ut_comment
gotDateTime(long) - Method in interface net.i2p.router.crypto.ratchet.RatchetPayload.PayloadCallback
Receive a datetime block.
gotDateTime(long) - Method in class net.i2p.router.transport.ntcp.InboundEstablishState
Illegal during handshake - date/time is only in the options, not a separate payload.
gotDateTime(long) - Method in interface net.i2p.router.transport.ntcp.NTCP2Payload.PayloadCallback
gotDateTime.
gotDateTime(long) - Method in class net.i2p.router.transport.udp.InboundEstablishState2
gotDateTime.
gotDateTime(long) - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
gotDateTime(long) - Method in class net.i2p.router.transport.udp.PeerState2
gotDateTime.
gotDateTime(long) - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
gotDateTime.
gotDateTime(long) - Method in interface net.i2p.router.transport.udp.SSU2Payload.PayloadCallback
Receive a date/time synchronization block.
gotExtension(Peer, int, byte[]) - Method in class org.klomp.snark.PeerCoordinator
PeerListener callback
gotExtension(Peer, int, byte[]) - Method in interface org.klomp.snark.PeerListener
Called when an extension message is received.
gotFragment(byte[], int, int, long, int, boolean) - Method in class net.i2p.router.transport.udp.InboundEstablishState2
gotFragment.
gotFragment(byte[], int, int, long, int, boolean) - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
gotFragment(byte[], int, int, long, int, boolean) - Method in class net.i2p.router.transport.udp.PeerState2
gotFragment.
gotFragment(byte[], int, int, long, int, boolean) - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
gotFragment.
gotFragment(byte[], int, int, long, int, boolean) - Method in interface net.i2p.router.transport.udp.SSU2Payload.PayloadCallback
Receive a fragment of a fragmented message.
gotGarlic(GarlicClove) - Method in interface net.i2p.router.crypto.ratchet.RatchetPayload.PayloadCallback
Receive a garlic clove block.
gotHave(Peer, int) - Method in class org.klomp.snark.PeerCoordinator
 
gotHave(Peer, int) - Method in interface org.klomp.snark.PeerListener
Called when a have piece message is received.
gotI2NP(I2NPMessage) - Method in class net.i2p.router.transport.ntcp.InboundEstablishState
Illegal during handshake - I2NP messages are only in the data phase.
gotI2NP(I2NPMessage) - Method in interface net.i2p.router.transport.ntcp.NTCP2Payload.PayloadCallback
gotI2NP.
gotI2NP(I2NPMessage) - Method in class net.i2p.router.transport.udp.InboundEstablishState2
gotI2NP.
gotI2NP(I2NPMessage) - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
gotI2NP(I2NPMessage) - Method in class net.i2p.router.transport.udp.PeerState2
gotI2NP.
gotI2NP(I2NPMessage) - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
gotI2NP.
gotI2NP(I2NPMessage) - Method in interface net.i2p.router.transport.udp.SSU2Payload.PayloadCallback
Receive an I2NP message block.
gotInterest(Peer, boolean) - Method in class org.klomp.snark.PeerCoordinator
Called when an interested message is received.
gotInterest(Peer, boolean) - Method in interface org.klomp.snark.PeerListener
Called when an interested message is received.
gotMetaInfo(Snark) - Method in interface org.klomp.snark.CompleteListener
We transitioned from magnet mode, we have now initialized our metainfo and storage.
gotMetaInfo(PeerCoordinator, MetaInfo) - Method in interface org.klomp.snark.CoordinatorListener
Called when the PeerCoordinator got the MetaInfo via magnet.
gotMetaInfo(PeerCoordinator, MetaInfo) - Method in class org.klomp.snark.Snark
Called when the PeerCoordinator got the MetaInfo via magnet.
gotMetaInfo(Snark) - Method in class org.klomp.snark.SnarkManager
We transitioned from magnet mode, we have now initialized our metainfo and storage.
gotMetaInfo(Snark) - Method in class org.klomp.snark.UpdateRunner
gotMetaInfo.
gotNextKey(NextSessionKey) - Method in interface net.i2p.router.crypto.ratchet.RatchetPayload.PayloadCallback
Receive a next key block.
gotOptions(byte[], boolean) - Method in interface net.i2p.router.crypto.ratchet.RatchetPayload.PayloadCallback
Receive an options block.
gotOptions(byte[], boolean) - Method in class net.i2p.router.transport.ntcp.InboundEstablishState
Receives and validates Alice's option preferences from message 3.
gotOptions(byte[], boolean) - Method in interface net.i2p.router.transport.ntcp.NTCP2Payload.PayloadCallback
 
gotOptions(byte[], boolean) - Method in class net.i2p.router.transport.udp.InboundEstablishState2
gotOptions.
gotOptions(byte[], boolean) - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
gotOptions(byte[], boolean) - Method in class net.i2p.router.transport.udp.PeerState2
gotOptions.
gotOptions(byte[], boolean) - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
gotOptions.
gotOptions(byte[], boolean) - Method in interface net.i2p.router.transport.udp.SSU2Payload.PayloadCallback
Receive a session options block.
gotPadding(int, int) - Method in interface net.i2p.router.crypto.ratchet.RatchetPayload.PayloadCallback
For stats.
gotPadding(int, int) - Method in class net.i2p.router.transport.ntcp.InboundEstablishState
Receives padding information from message 3.
gotPadding(int, int) - Method in interface net.i2p.router.transport.ntcp.NTCP2Payload.PayloadCallback
For stats.
gotPathChallenge(RemoteHostId, byte[]) - Method in class net.i2p.router.transport.udp.InboundEstablishState2
gotPathChallenge.
gotPathChallenge(RemoteHostId, byte[]) - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
gotPathChallenge(RemoteHostId, byte[]) - Method in class net.i2p.router.transport.udp.PeerState2
gotPathChallenge.
gotPathChallenge(RemoteHostId, byte[]) - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
gotPathChallenge.
gotPathChallenge(RemoteHostId, byte[]) - Method in interface net.i2p.router.transport.udp.SSU2Payload.PayloadCallback
Receive a path challenge block.
gotPathResponse(RemoteHostId, byte[]) - Method in class net.i2p.router.transport.udp.InboundEstablishState2
gotPathResponse.
gotPathResponse(RemoteHostId, byte[]) - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
gotPathResponse(RemoteHostId, byte[]) - Method in class net.i2p.router.transport.udp.PeerState2
gotPathResponse.
gotPathResponse(RemoteHostId, byte[]) - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
gotPathResponse.
gotPathResponse(RemoteHostId, byte[]) - Method in interface net.i2p.router.transport.udp.SSU2Payload.PayloadCallback
Receive a path response block.
gotPeers(Peer, List<PeerID>) - Method in class org.klomp.snark.PeerCoordinator
Get peers from PEX - PeerListener callback
gotPeers(Peer, List<PeerID>) - Method in interface org.klomp.snark.PeerListener
Called when peers are received via PEX
gotPeerTest(int, int, Hash, byte[]) - Method in class net.i2p.router.transport.udp.InboundEstablishState2
gotPeerTest.
gotPeerTest(int, int, Hash, byte[]) - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
gotPeerTest(int, int, Hash, byte[]) - Method in class net.i2p.router.transport.udp.PeerState2
gotPeerTest.
gotPeerTest(int, int, Hash, byte[]) - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
gotPeerTest.
gotPeerTest(int, int, Hash, byte[]) - Method in interface net.i2p.router.transport.udp.SSU2Payload.PayloadCallback
Receive a peer test block.
gotPiece(Snark) - Method in interface org.klomp.snark.CompleteListener
 
gotPiece(Peer, PartialPiece) - Method in class org.klomp.snark.PeerCoordinator
Returns false if the piece is no good (according to the hash).
gotPiece(Peer, PartialPiece) - Method in interface org.klomp.snark.PeerListener
Called when a piece is received from the peer.
gotPiece(Snark) - Method in class org.klomp.snark.SnarkManager
A Snark.CompleteListener method.
gotPiece(Snark) - Method in class org.klomp.snark.UpdateRunner
gotPiece.
gotPN(int) - Method in interface net.i2p.router.crypto.ratchet.RatchetPayload.PayloadCallback
Receive a packet number block.
gotPort(Peer, int, int) - Method in class org.klomp.snark.PeerCoordinator
PeerListener callback Tell the DHT to ping it, this will get back the node info
gotPort(Peer, int, int) - Method in interface org.klomp.snark.PeerListener
Called when a DHT port message is received.
gotRelayIntro(Hash, byte[]) - Method in class net.i2p.router.transport.udp.InboundEstablishState2
gotRelayIntro.
gotRelayIntro(Hash, byte[]) - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
gotRelayIntro(Hash, byte[]) - Method in class net.i2p.router.transport.udp.PeerState2
gotRelayIntro.
gotRelayIntro(Hash, byte[]) - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
gotRelayIntro.
gotRelayIntro(Hash, byte[]) - Method in interface net.i2p.router.transport.udp.SSU2Payload.PayloadCallback
Receive a relay introduction.
gotRelayRequest(byte[]) - Method in class net.i2p.router.transport.udp.InboundEstablishState2
gotRelayRequest.
gotRelayRequest(byte[]) - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
gotRelayRequest(byte[]) - Method in class net.i2p.router.transport.udp.PeerState2
gotRelayRequest.
gotRelayRequest(byte[]) - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
gotRelayRequest.
gotRelayRequest(byte[]) - Method in interface net.i2p.router.transport.udp.SSU2Payload.PayloadCallback
Receive a relay request.
gotRelayResponse(int, byte[]) - Method in class net.i2p.router.transport.udp.InboundEstablishState2
gotRelayResponse.
gotRelayResponse(int, byte[]) - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
gotRelayResponse(int, byte[]) - Method in class net.i2p.router.transport.udp.PeerState2
gotRelayResponse.
gotRelayResponse(int, byte[]) - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
gotRelayResponse.
gotRelayResponse(int, byte[]) - Method in interface net.i2p.router.transport.udp.SSU2Payload.PayloadCallback
Receive a relay response.
gotRelayTag(long) - Method in class net.i2p.router.transport.udp.InboundEstablishState2
gotRelayTag.
gotRelayTag(long) - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
gotRelayTag(long) - Method in class net.i2p.router.transport.udp.PeerState2
gotRelayTag.
gotRelayTag(long) - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
gotRelayTag.
gotRelayTag(long) - Method in interface net.i2p.router.transport.udp.SSU2Payload.PayloadCallback
Receive a relay tag.
gotRelayTagRequest() - Method in class net.i2p.router.transport.udp.InboundEstablishState2
gotRelayTagRequest.
gotRelayTagRequest() - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
gotRelayTagRequest() - Method in class net.i2p.router.transport.udp.PeerState2
gotRelayTagRequest.
gotRelayTagRequest() - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
gotRelayTagRequest.
gotRelayTagRequest() - Method in interface net.i2p.router.transport.udp.SSU2Payload.PayloadCallback
Receive a relay tag request.
gotRequest(Peer, int, int, int) - Method in class org.klomp.snark.PeerCoordinator
Returns a byte array containing the requested piece or null of the piece is unknown.
gotRequest(Peer, int, int, int) - Method in interface org.klomp.snark.PeerListener
Called when the peer wants (part of) a piece from us.
gotRI(RouterInfo, boolean, boolean) - Method in class net.i2p.router.transport.ntcp.InboundEstablishState
Validates Alice's RouterInfo and extracts the static key for comparison.
gotRI(RouterInfo, boolean, boolean) - Method in interface net.i2p.router.transport.ntcp.NTCP2Payload.PayloadCallback
 
gotRI(RouterInfo, boolean, boolean) - Method in class net.i2p.router.transport.udp.InboundEstablishState2
For most errors here we throw a RIException with a reason code, which is caught in processPayload() to create a PeerStateDestroyed and send a termination with that reason.
gotRI(RouterInfo, boolean, boolean) - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
gotRI(RouterInfo, boolean, boolean) - Method in class net.i2p.router.transport.udp.PeerState2
gotRI.
gotRI(RouterInfo, boolean, boolean) - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
gotRI.
gotRI(RouterInfo, boolean, boolean) - Method in interface net.i2p.router.transport.udp.SSU2Payload.PayloadCallback
Receive a complete RouterInfo block.
gotRIFragment(byte[], boolean, boolean, boolean, int, int) - Method in class net.i2p.router.transport.udp.InboundEstablishState2
gotRIFragment.
gotRIFragment(byte[], boolean, boolean, boolean, int, int) - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
gotRIFragment(byte[], boolean, boolean, boolean, int, int) - Method in class net.i2p.router.transport.udp.PeerState2
gotRIFragment.
gotRIFragment(byte[], boolean, boolean, boolean, int, int) - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
gotRIFragment.
gotRIFragment(byte[], boolean, boolean, boolean, int, int) - Method in interface net.i2p.router.transport.udp.SSU2Payload.PayloadCallback
Receive a fragment of a RouterInfo block.
gotTermination(int) - Method in interface net.i2p.router.crypto.ratchet.RatchetPayload.PayloadCallback
Receive a termination block.
gotTermination(int, long) - Method in class net.i2p.router.transport.ntcp.InboundEstablishState
Illegal during handshake - termination is only valid after connection is established.
gotTermination(int, long) - Method in interface net.i2p.router.transport.ntcp.NTCP2Payload.PayloadCallback
 
gotTermination(int, long) - Method in class net.i2p.router.transport.udp.InboundEstablishState2
gotTermination.
gotTermination(int, long) - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
gotTermination(int, long) - Method in class net.i2p.router.transport.udp.PeerState2
gotTermination.
gotTermination(int, long) - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
gotTermination.
gotTermination(int, long) - Method in interface net.i2p.router.transport.udp.SSU2Payload.PayloadCallback
Receive a session termination block.
gotToken(long, long) - Method in class net.i2p.router.transport.udp.InboundEstablishState2
gotToken.
gotToken(long, long) - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
gotToken(long, long) - Method in class net.i2p.router.transport.udp.PeerState2
gotToken.
gotToken(long, long) - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
gotToken.
gotToken(long, long) - Method in interface net.i2p.router.transport.udp.SSU2Payload.PayloadCallback
Receive a new session token.
gotUnknown(int, int) - Method in interface net.i2p.router.crypto.ratchet.RatchetPayload.PayloadCallback
Receive an unknown block.
gotUnknown(int, int) - Method in class net.i2p.router.transport.ntcp.InboundEstablishState
Illegal during handshake - unknown payload types should not appear.
gotUnknown(int, int) - Method in interface net.i2p.router.transport.ntcp.NTCP2Payload.PayloadCallback
len).
gotZeroRead() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Track time of zero-reads to avoid closing healthy connections
gprint(String, String) - Method in class org.rrd4j.graph.RrdGraphDef
Read the value of a variable (VDEF) and prints the value by using the given format string.
gprint(String, String, boolean) - Method in class org.rrd4j.graph.RrdGraphDef
Read the value of a variable (VDEF) and prints the the value or the time stamp, according to the strftime flag by using the given format string.
GracefulShutdown - Class in net.i2p.router.tasks
GracefulShutdown manages the router's graceful shutdown/restart lifecycle.
GracefulShutdown(RouterContext) - Constructor for class net.i2p.router.tasks.GracefulShutdown
Create a new graceful shutdown handler.
gracefulShutdownInProgress() - Method in class net.i2p.router.Router
Is a graceful shutdown in progress? This may be cancelled.
GradientPaintKey - Class in org.jfree.svg.util
A wrapper for a GradientPaint that can be used as the key for a Map (including a HashMap).
GradientPaintKey(GradientPaint) - Constructor for class org.jfree.svg.util.GradientPaintKey
Creates a new instance based on the specified paint.
GRAPH_END_OFFSET_SECONDS - Static variable in class net.i2p.router.web.GraphListener
Offset (seconds) subtracted from "now" when computing the fetch window end, so a clock skewed slightly ahead of system time does not yield NaNs.
GraphConstants - Class in net.i2p.router.web
Basic graph defaults and maximum dimensions
GraphGenerator - Class in net.i2p.router.web
A thread started by RouterConsoleRunner that checks the configuration for stats to be tracked via jrobin, and adds or deletes RRDs as necessary.
GraphGenerator(RouterContext) - Constructor for class net.i2p.router.web.GraphGenerator
GraphGenerator.
GraphHelper - Class in net.i2p.router.web.helpers
Renders the graphs list (/graphs.jsp) and the single-stat page (/graph.jsp), plus the graph display configuration form.
GraphHelper() - Constructor for class net.i2p.router.web.helpers.GraphHelper
 
GraphicsUtils - Class in org.jfree.svg.util
A collection of static utility methods for shapes and images.
GraphListener - Class in net.i2p.router.web
Creates and updates the in-memory or on-disk RRD database, and provides methods to generate graphs of the data
GraphListener(Rate) - Constructor for class net.i2p.router.web.GraphListener
Create a listener for the given rate stat.
GraphRenderer - Class in net.i2p.router.web
Generate the RRD graph png images, including the combined rate graph.
GraphRenderer(I2PAppContext, GraphListener) - Constructor for class net.i2p.router.web.GraphRenderer
GraphRenderer.
grid - Variable in class org.rrd4j.graph.ValueAxis.YLabel
The grid step
GRID_STROKE - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Stroke used to draw grid
gridStep - Variable in class org.rrd4j.graph.ValueAxisSetting
Step size between grid lines on value axis
gridStroke - Variable in class org.rrd4j.graph.RrdGraphDef
Stroke used to draw grid lines.
group - Variable in class org.rrd4j.core.RrdSyncThreadPool.DaemonThreadFactory
Thread group
GroupElement - Class in net.i2p.crypto.eddsa.math
Represents a point on an EdDSA curve with support for multiple coordinate representations.
GroupElement(Curve, GroupElement.Representation, FieldElement, FieldElement, FieldElement, FieldElement) - Constructor for class net.i2p.crypto.eddsa.math.GroupElement
Creates a group element for a curve, without any pre-computation.
GroupElement(Curve, GroupElement.Representation, FieldElement, FieldElement, FieldElement, FieldElement, boolean) - Constructor for class net.i2p.crypto.eddsa.math.GroupElement
Creates a group element for a curve, with optional pre-computation.
GroupElement(Curve, byte[]) - Constructor for class net.i2p.crypto.eddsa.math.GroupElement
Creates a group element for a curve from a given encoded point.
GroupElement(Curve, byte[], boolean) - Constructor for class net.i2p.crypto.eddsa.math.GroupElement
Creates a group element for a curve from a given encoded point.
GroupElement.Representation - Enum in net.i2p.crypto.eddsa.math
Available coordinate representations for a group element.
groupRequired() - Method in class net.i2p.router.web.helpers.ConfigStatsHelper
Is the current stat the first in the group?
GrowingArrayUtils - Class in net.i2p.router.crypto.ratchet
Helper methods for efficient primitive array growth and insertion operations, treating array length as capacity rather than element count for optimal performance All methods in this class assume that the length of an array is equivalent to its capacity and NOT to number of elements in the array.
growSize(int) - Static method in class net.i2p.router.crypto.ratchet.GrowingArrayUtils
Given the current size of an array, returns an ideal size to which the array should grow.
GROWTH_FACTOR - Static variable in class net.i2p.router.peermanager.CapacityCalculator
used to adjust each period so that we keep trying to expand the peer's capacity
GunzipOutputStream - Class in net.i2p.i2ptunnel.util
Gunzip implementation per RFC 1952, reusing java's standard CRC32 and Inflater and InflaterOutputStream implementations.
GunzipOutputStream(OutputStream) - Constructor for class net.i2p.i2ptunnel.util.GunzipOutputStream
Build a new Gunzip stream
GunzipOutputStream(OutputStream, LimitOutputStream.DoneCallback) - Constructor for class net.i2p.i2ptunnel.util.GunzipOutputStream
With a callback when done
Gunzipper(InputStream, OutputStream) - Constructor for class net.i2p.util.EepGet.Gunzipper
 
GzipFileBuffer - Class in i2p.susi.util
Gzip-compressed file Buffer implementation.
GzipFileBuffer(File) - Constructor for class i2p.susi.util.GzipFileBuffer
Create a GzipFileBuffer for the entire file.
GzipFileBuffer(File, int, int) - Constructor for class i2p.susi.util.GzipFileBuffer
Create a GzipFileBuffer for a portion of the uncompressed data.

H

H1 - Variable in class org.bouncycastle.crypto.digests.LongDigest
Hash working variables H1-H8.
H2 - Variable in class org.bouncycastle.crypto.digests.LongDigest
Hash working variables H1-H8.
H3 - Variable in class org.bouncycastle.crypto.digests.LongDigest
Hash working variables H1-H8.
H4 - Variable in class org.bouncycastle.crypto.digests.LongDigest
Hash working variables H1-H8.
H5 - Variable in class org.bouncycastle.crypto.digests.LongDigest
Hash working variables H1-H8.
H6 - Variable in class org.bouncycastle.crypto.digests.LongDigest
Hash working variables H1-H8.
H7 - Variable in class org.bouncycastle.crypto.digests.LongDigest
Hash working variables H1-H8.
H8 - Variable in class org.bouncycastle.crypto.digests.LongDigest
Hash working variables H1-H8.
half_duplex - Variable in class edu.internet2.ndt.Tcpbw100
Half duplex
halt() - Method in class net.i2p.addressbook.DaemonThread
Halt the thread and stop the daemon.
halt() - Method in class org.klomp.snark.ConnectionAcceptor
May be restarted later with startAccepting().
halt() - Method in class org.klomp.snark.PeerCoordinator
Halt this coordinator, disconnecting all peers.
halt(boolean) - Method in class org.klomp.snark.TrackerClient
Interrupts this Thread to stop it.
halted() - Method in class org.klomp.snark.PeerCoordinator
Returns whether this coordinator has been halted.
halted() - Method in class org.klomp.snark.TrackerClient
Check if this tracker client has been halted.
HAND_CURSOR - Static variable in class com.vuze.plugins.mlab.tools.ndt.swingemu.Cursor
Hand cursor.
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class net.i2p.i2pcontrol.HostCheckHandler
Block by Host header, pass everything else to the delegate.
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class net.i2p.router.web.HostCheckHandler
Block by Host header, redirect HTTP to HTTPS, pass everything else to the delegate.
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class net.i2p.router.web.LocaleWebAppHandler
Handle foo.jsp by converting to foo_xx.jsp for language xx, where xx is the language for the default locale, or as specified in the routerconsole.lang property.
handle() - Method in class net.i2p.sam.SAMHandler
Actually handle the SAM protocol.
handle() - Method in class net.i2p.sam.SAMv1Handler
Handle a SAM v1 client connection by reading and dispatching commands in a loop until the connection is closed or an error occurs.
handle() - Method in class net.i2p.sam.SAMv3Handler
Legacy handle() method.
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class net.i2p.servlet.filters.XI2PLocationFilter
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.klomp.snark.standalone.HostCheckHandler
Block by Host header, redirect HTTP to HTTPS, pass everything else to the delegate.
handleClientException(Exception, OutputStream, String, boolean, String, long) - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
Handle an exception from a client connection.
handleClove(DeliveryInstructions, I2NPMessage) - Method in interface net.i2p.router.message.GarlicMessageReceiver.CloveReceiver
Handles a decrypted garlic clove.
handleClove(DeliveryInstructions, I2NPMessage) - Method in class net.i2p.router.message.HandleGarlicMessageJob
Handle each garlic clove based on its delivery instructions.
handleClove(DeliveryInstructions, I2NPMessage) - Method in class net.i2p.router.tunnel.InboundMessageDistributor
Handle a clove removed from the garlic message
handleCreateLeaseSet(CreateLeaseSetMessage) - Method in class net.i2p.router.client.ClientMessageEventListener
Handle a CreateLeaseSet message.
HandleDatabaseLookupMessageJob - Class in net.i2p.router.networkdb
Handle a lookup for a key received from a remote peer.
HandleDatabaseLookupMessageJob(RouterContext, DatabaseLookupMessage, RouterIdentity, Hash, long) - Constructor for class net.i2p.router.networkdb.HandleDatabaseLookupMessageJob
Creates a new HandleDatabaseLookupMessageJob.
handleDestLookup(DestLookupMessage) - Method in class net.i2p.router.client.ClientMessageEventListener
Handle a DestLookup message.
handledNotifications() - Method in class com.thetransactioncompany.jsonrpc2.server.Dispatcher
 
handledNotifications() - Method in interface com.thetransactioncompany.jsonrpc2.server.NotificationHandler
Gets the names of the handled JSON-RPC 2.0 notification methods.
handledRequests() - Method in class com.thetransactioncompany.jsonrpc2.server.Dispatcher
 
handledRequests() - Method in interface com.thetransactioncompany.jsonrpc2.server.RequestHandler
Gets the names of the handled JSON-RPC 2.0 request methods.
handledRequests() - Method in class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.AdvancedSettingsHandler
Requests handled by this handler.
handledRequests() - Method in class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.AuthenticateHandler
 
handledRequests() - Method in class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.EchoHandler
 
handledRequests() - Method in class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.GetRateHandler
 
handledRequests() - Method in class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.I2PControlHandler
 
handledRequests() - Method in class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.NetworkSettingHandler
 
handledRequests() - Method in class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.RouterInfoHandler
 
handledRequests() - Method in class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.RouterManagerHandler
 
HandleFloodfillDatabaseLookupMessageJob - Class in net.i2p.router.networkdb.kademlia
Processes database lookup messages received by floodfill routers.
HandleFloodfillDatabaseLookupMessageJob(RouterContext, DatabaseLookupMessage, RouterIdentity, Hash, long) - Constructor for class net.i2p.router.networkdb.kademlia.HandleFloodfillDatabaseLookupMessageJob
Creates a new job to handle a floodfill database lookup message
HandleFloodfillDatabaseStoreMessageJob - Class in net.i2p.router.networkdb.kademlia
Processes and stores DatabaseStoreMessage data in the floodfill network database.
HandleFloodfillDatabaseStoreMessageJob(RouterContext, DatabaseStoreMessage, RouterIdentity, Hash, FloodfillNetworkDatabaseFacade, long) - Constructor for class net.i2p.router.networkdb.kademlia.HandleFloodfillDatabaseStoreMessageJob
 
HandleGarlicMessageJob - Class in net.i2p.router.message
Job to handle an inbound GarlicMessage received outside of a tunnel.
HandleGarlicMessageJob(RouterContext, GarlicMessage, RouterIdentity, Hash, long, long, long) - Constructor for class net.i2p.router.message.HandleGarlicMessageJob
Constructs a job to handle an inbound garlic message.
handleGetBWLimits(GetBandwidthLimitsMessage) - Method in class net.i2p.router.client.ClientMessageEventListener
Divide router limit by 1.5 for overhead.
handleHostLookup(HostLookupMessage) - Method in class net.i2p.router.client.ClientMessageEventListener
Handle a HostLookup message.
handleI2PSocketException(I2PSocketException, OutputStream, String, boolean, String) - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
Generate an error page based on the status code in our custom exception.
handleMessage(I2CPMessage, I2PSessionImpl) - Method in class net.i2p.client.impl.BWLimitsMessageHandler
 
handleMessage(I2CPMessage, I2PSessionImpl) - Method in class net.i2p.client.impl.DestReplyMessageHandler
 
handleMessage(I2CPMessage, I2PSessionImpl) - Method in class net.i2p.client.impl.DisconnectMessageHandler
 
handleMessage(I2CPMessage, I2PSessionImpl) - Method in class net.i2p.client.impl.HostReplyMessageHandler
handleMessage.
handleMessage(I2CPMessage, I2PSessionImpl) - Method in interface net.i2p.client.impl.I2CPMessageHandler
Handle an I2CP message.
handleMessage(I2CPMessage, I2PSessionImpl) - Method in class net.i2p.client.impl.MessagePayloadMessageHandler
handleMessage.
handleMessage(I2CPMessage, I2PSessionImpl) - Method in class net.i2p.client.impl.MessageStatusMessageHandler
handleMessage.
handleMessage(I2CPMessage, I2PSessionImpl) - Method in class net.i2p.client.impl.RequestLeaseSetMessageHandler
handleMessage.
handleMessage(I2CPMessage, I2PSessionImpl) - Method in class net.i2p.client.impl.RequestVariableLeaseSetMessageHandler
handleMessage.
handleMessage(I2CPMessage, I2PSessionImpl) - Method in class net.i2p.client.impl.SessionStatusMessageHandler
handleMessage.
handleMessage(I2CPMessage, I2PSessionImpl) - Method in class net.i2p.client.impl.SetDateMessageHandler
handleMessage.
handleMessage(Peer, PeerListener, int, byte[]) - Static method in class org.klomp.snark.ExtensionHandler
Handles an incoming extension message from a peer.
Handler - Interface in net.i2p.sam
Something that can be stopped by the SAMBridge.
handleReplies(I2NPMessage) - Method in class net.i2p.router.InNetMessagePool
Handles replies for outbound messages that correspond to this inbound message.
HandlerImpl - Class in net.i2p.client.impl
Base class for handling I2CP messages
HandlerImpl(I2PAppContext, int) - Constructor for class net.i2p.client.impl.HandlerImpl
HandlerImpl.
HandlerJobBuilder - Interface in net.i2p.router
Defines a class that builds jobs to handle a particular message - these builders are registered with the InNetMessagePool for various I2NP message types, allowing immediate queueing of a handler job rather than waiting for a polling job to come pick it up.
HandshakeState - Class in com.southernstorm.noise.protocol
Interface to a Noise handshake.
HandshakeState(NoiseInit.PatternID, int, KeyFactory) - Constructor for class com.southernstorm.noise.protocol.HandshakeState
Creates a new Noise handshake.
HandshakeState(NoiseInit.PatternID, int, KeyFactory, KeyFactory) - Constructor for class com.southernstorm.noise.protocol.HandshakeState
Creates a new Noise handshake.
HandshakeState(HandshakeState) - Constructor for class com.southernstorm.noise.protocol.HandshakeState
Copy constructor for cloning
harvester() - Method in class net.i2p.util.RandomSource
harvester.
has_arg - Variable in class gnu.getopt.LongOpt
Indicates whether the option has no argument, a required argument, or an optional argument.
hasABM() - Method in class freenet.support.CPUInformation.CPUIDCPUInfo
Also known as LZCNT
hasABM() - Method in interface freenet.support.CPUInformation.CPUInfo
Also known as LZCNT
hasActiveRepublishJob(Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Check if an active republish job exists for the given destination.
hasActiveStream() - Method in class net.i2p.sam.SAMv3Handler
 
hasADX() - Method in class freenet.support.CPUInformation.CPUIDCPUInfo
Intel Multi-Precision Add-Carry Instruction Extensions Available in Broadwell.
hasADX() - Method in interface freenet.support.CPUInformation.CPUInfo
Intel Multi-Precision Add-Carry Instruction Extensions Available in Broadwell.
hasAES() - Method in class freenet.support.CPUInformation.CPUIDCPUInfo
 
hasAES() - Method in interface freenet.support.CPUInformation.CPUInfo
Checks if CPU supports the AES-NI instruction set.
hasAllowedValueList() - Method in class org.cybergarage.upnp.StateVariable
hasAllowedValueList.
hasAllowedValueRange() - Method in class org.cybergarage.upnp.StateVariable
hasAllowedValueRange.
hasAPIKey() - Method in class org.klomp.snark.I2PSnarkUtil
 
hasArchives() - Method in class org.rrd4j.core.RrdDef
hasArchives.
hasAttachment() - Method in class i2p.susi.webmail.Draft
 
hasAttachment() - Method in class i2p.susi.webmail.Mail
Whether the content type suggests an attachment.
hasAttributes() - Method in class org.cybergarage.xml.Node
Checks if this node has any attributes.
hasAVX() - Method in class freenet.support.CPUInformation.CPUIDCPUInfo
 
hasAVX() - Method in interface freenet.support.CPUInformation.CPUInfo
Checks if CPU supports the AVX instruction set.
hasAVX2() - Method in class freenet.support.CPUInformation.CPUIDCPUInfo
 
hasAVX2() - Method in interface freenet.support.CPUInformation.CPUInfo
Checks if CPU supports the AVX2 instruction set.
hasAVX512() - Method in class freenet.support.CPUInformation.CPUIDCPUInfo
Does the CPU supports the AVX-512 Foundation instruction set? Quote wikipedia: AVX-512 consists of multiple extensions not all meant to be supported by all processors implementing them.
hasAVX512() - Method in interface freenet.support.CPUInformation.CPUInfo
Does the CPU supports the AVX-512 Foundation instruction set? Quote wikipedia: AVX-512 consists of multiple extensions not all meant to be supported by all processors implementing them.
hasBMI1() - Method in class freenet.support.CPUInformation.CPUIDCPUInfo
 
hasBMI1() - Method in interface freenet.support.CPUInformation.CPUInfo
Checks if CPU supports the BMI1 instruction set.
hasBMI2() - Method in class freenet.support.CPUInformation.CPUIDCPUInfo
 
hasBMI2() - Method in interface freenet.support.CPUInformation.CPUInfo
Checks if CPU supports the BMI2 instruction set.
hasBody() - Method in class i2p.susi.webmail.Mail
Whether the body has been loaded.
hasBytes() - Method in class org.cybergarage.upnp.Icon
Checks if this icon has raw image data set.
hasCallback() - Method in class org.cybergarage.upnp.event.SubscriptionRequest
hasCallback.
hasChildNode(Node, String) - Static method in class org.rrd4j.core.Util.Xml
Has child node
hasChildNode(Node, String) - Method in class org.rrd4j.core.XmlTemplate
hasChildNode.
hasChunk(int) - Method in class org.klomp.snark.PartialPiece
Checks if the given chunk index has been downloaded.
hasConfigFile() - Static method in class i2p.susi.util.Config
Don't bother showing a reload config button if this returns false.
hasConnection() - Method in class org.cybergarage.http.HTTPPacket
Checks if the Connection header is set.
hasContent() - Method in class org.cybergarage.http.HTTPPacket
Checks if this HTTP packet has content.
hasContentInputStream() - Method in class org.cybergarage.http.HTTPPacket
Checks if a content input stream has been set.
hasContentRange() - Method in class org.cybergarage.http.HTTPPacket
Checks if the Content-Range or Range header is set.
hasCurrentAddress() - Method in interface net.i2p.router.transport.Transport
Do we have any current address?
hasCurrentAddress() - Method in class net.i2p.router.transport.TransportImpl
Do we have any current address?
hasData(String) - Static method in class org.cybergarage.util.StringUtil
Checks if a string contains valid data (not null and not empty).
hasData() - Method in class org.klomp.snark.PartialPiece
Checks if any chunks of this piece have been downloaded.
hasDatasources() - Method in class org.rrd4j.core.RrdDef
hasDatasources.
hasDevice(String) - Method in class org.cybergarage.upnp.ControlPoint
Check if a device with the given name or UDN exists.
hasEncodedPublicKey() - Method in class com.southernstorm.noise.protocol.Curve25519DHState
I2P
hasEncodedPublicKey() - Method in interface com.southernstorm.noise.protocol.DHState
Determine if this object contains an optional encoded public key.
hasEncodedPublicKey() - Method in class com.southernstorm.noise.protocol.MLKEMDHState
I2P
hasEncType(int, int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Check whether the tunnel supports a given encryption type.
hasEncType(int, int) - Method in class net.i2p.i2ptunnel.web.EditBean
Returns whether the tunnel supports the specified encryption type.
hasEnoughLatencyTests() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
 
hasFamily() - Method in class net.i2p.router.crypto.FamilyKeyCrypto
Do we have a valid family?
hasFirstLine() - Method in class org.cybergarage.http.HTTPPacket
Checks if the first line of the HTTP packet has been set.
hasFMA3() - Method in class freenet.support.CPUInformation.CPUIDCPUInfo
 
hasFMA3() - Method in interface freenet.support.CPUInformation.CPUInfo
Checks if CPU supports the FMA3 instruction set.
hasFragment(int) - Method in class net.i2p.router.transport.udp.InboundMessageState
Returns whether the specified fragment has been received.
hash(int[], int[]) - Static method in class com.southernstorm.noise.crypto.chacha20.ChaChaCore
Hashes an input block with ChaCha20.
Hash<T> - Interface in com.tomgibara.crinch.hashing
Implementations of this interface can generate one hash value for a given object.
Hash - Class in net.i2p.data
SHA-256 hash implementation for I2P data identification and integrity.
Hash() - Constructor for class net.i2p.data.Hash
Create an empty hash (data is null)
Hash(byte[]) - Constructor for class net.i2p.data.Hash
IllegalArgumentException if data is not 32 bytes (null is ok).
hash24(long, long, byte[]) - Static method in class net.i2p.crypto.SipHashInline
 
hash24(long, long, byte[], int, int) - Static method in class net.i2p.crypto.SipHashInline
 
Hash384 - Class in net.i2p.crypto
SHA-384 secure hash algorithm implementation.
Hash384() - Constructor for class net.i2p.crypto.Hash384
Hash384.
Hash384(byte[]) - Constructor for class net.i2p.crypto.Hash384
IllegalArgumentException if data is not correct length (null is ok).
Hash512 - Class in net.i2p.crypto
SHA-512 secure hash algorithm implementation.
Hash512() - Constructor for class net.i2p.crypto.Hash512
Hash512.
Hash512(byte[]) - Constructor for class net.i2p.crypto.Hash512
IllegalArgumentException if data is not correct length (null is ok).
hash_g(byte[], byte[]) - Method in class org.bouncycastle.pqc.crypto.mlkem.Symmetric
Hash g operation.
hash_g(byte[], byte[]) - Method in class org.bouncycastle.pqc.crypto.mlkem.Symmetric.ShakeSymmetric
 
hash_h(byte[], byte[], int) - Method in class org.bouncycastle.pqc.crypto.mlkem.Symmetric
Hash h operation.
hash_h(byte[], byte[], int) - Method in class org.bouncycastle.pqc.crypto.mlkem.Symmetric.ShakeSymmetric
 
HASH_LENGTH - Static variable in class net.i2p.crypto.Hash384
48 bytes
HASH_LENGTH - Static variable in class net.i2p.crypto.Hash512
64 bytes
HASH_LENGTH - Static variable in class net.i2p.crypto.SHA1
This implementation returns a fixed-size digest.
HASH_LENGTH - Static variable in class net.i2p.crypto.SHA1Hash
HASH_LENGTH.
HASH_LENGTH - Static variable in class net.i2p.data.Hash
Length of SHA-256 hash in bytes.
HASH_REJECT - Static variable in class org.klomp.snark.Message
H a s h r e j e c t
HASH_REQUEST - Static variable in class org.klomp.snark.Message
H a s h r e q u e s t
HASH_ZERORI - Static variable in class net.i2p.router.Banlist
hash of 387 zeros
hashAlgorithm - Variable in class org.minidns.record.NSEC3
The cryptographic hash algorithm used.
hashAlgorithm - Variable in class org.minidns.record.NSEC3PARAM
The cryptographic hash algorithm used.
hashAlgorithmByte - Variable in class org.minidns.record.NSEC3
The byte value of the cryptographic hash algorithm used.
hashAlgorithmByte - Variable in class org.minidns.record.NSEC3PARAM
The cryptographic hash algorithm used.
hashAsBigInt(T) - Method in interface com.tomgibara.crinch.hashing.Hash
The hash value as a BigInteger.
hashAsBigInt(String) - Method in class com.tomgibara.crinch.hashing.PerfectStringHash
 
hashAsInt(T) - Method in interface com.tomgibara.crinch.hashing.Hash
The hash value as an int.
hashAsInt(String) - Method in class com.tomgibara.crinch.hashing.PerfectStringHash
 
hashAsLong(T) - Method in interface com.tomgibara.crinch.hashing.Hash
The hash value as a long.
hashAsLong(String) - Method in class com.tomgibara.crinch.hashing.PerfectStringHash
 
hashCode() - Method in class com.google.zxing.common.BitArray
 
hashCode() - Method in class com.google.zxing.common.BitMatrix
 
hashCode() - Method in class com.google.zxing.qrcode.decoder.FormatInformation
Hash of the error correction level combined with the data mask.
hashCode() - Method in exception com.thetransactioncompany.jsonrpc2.JSONRPC2Error
 
hashCode() - Method in class com.thetransactioncompany.jsonrpc2.server.MessageContext.BasicPrincipal
Returns a hash code for this principal.
hashCode() - Method in class com.tomgibara.crinch.hashing.HashRange
 
hashCode() - Method in class i2p.susi.webmail.Attachment
Returns a hash code based on the file name and data file.
hashCode() - Method in class net.i2p.client.naming.HostTxtEntry
 
hashCode() - Method in class net.i2p.client.streaming.I2PSocketAddress
 
hashCode() - Method in class net.i2p.crypto.eddsa.EdDSAPrivateKey
 
hashCode() - Method in class net.i2p.crypto.eddsa.EdDSAPublicKey
 
hashCode() - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
 
hashCode() - Method in class net.i2p.crypto.eddsa.math.Curve
 
hashCode() - Method in class net.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElement
 
hashCode() - Method in class net.i2p.crypto.eddsa.math.Field
Return the hash code.
hashCode() - Method in class net.i2p.crypto.eddsa.math.GroupElement
 
hashCode() - Method in class net.i2p.crypto.eddsa.spec.EdDSAParameterSpec
Returns a hash code for this parameter specification.
hashCode() - Method in class net.i2p.crypto.elgamal.impl.ElGamalPublicKeyImpl
Whether h code is present.
hashCode() - Method in class net.i2p.crypto.elgamal.spec.ElGamalParameterSpec
Returns a hash code for this parameter specification.
hashCode() - Method in class net.i2p.crypto.SHA1Hash
a Hash is a hash, so just use the first 4 bytes for speed
hashCode() - Method in class net.i2p.data.ByteArray
Hash code based on the underlying byte array data.
hashCode() - Method in class net.i2p.data.Certificate
 
hashCode(Object) - Static method in class net.i2p.data.DataHelper
Calculate the hashcode of the object, using 0 for null
hashCode(Date) - Static method in class net.i2p.data.DataHelper
Calculate the hashcode of the date, using 0 for null
hashCode(byte[]) - Static method in class net.i2p.data.DataHelper
Calculate the hashcode of the byte array, using 0 for null
hashCode(Collection<?>) - Static method in class net.i2p.data.DataHelper
Calculate the hashcode of the collection, using 0 for null
hashCode() - Method in class net.i2p.data.DateAndFlags
hashCode() - Method in class net.i2p.data.Destination
Whether h code is present.
hashCode() - Method in class net.i2p.data.EncryptedLeaseSet
the destination has enough randomness in it to use it by itself for speed
hashCode() - Method in class net.i2p.data.Hash
a Hash is a hash, so just use the first 4 bytes for speed
hashCode() - Method in class net.i2p.data.i2cp.AbuseReason
Hash code derived from the reason string.
hashCode() - Method in class net.i2p.data.i2cp.AbuseSeverity
Hash code based on the severity level.
hashCode() - Method in class net.i2p.data.i2cp.MessageId
hashCode() - Method in class net.i2p.data.i2cp.SessionConfig
Hash code derived from the session signature.
hashCode() - Method in class net.i2p.data.i2cp.SessionId
Hash code derived from the session ID value.
hashCode() - Method in class net.i2p.data.i2np.DatabaseLookupMessage
 
hashCode() - Method in class net.i2p.data.i2np.DatabaseSearchReplyMessage
 
hashCode() - Method in class net.i2p.data.i2np.DatabaseStoreMessage
 
hashCode() - Method in class net.i2p.data.i2np.DataMessage
 
hashCode() - Method in class net.i2p.data.i2np.DeliveryInstructions
 
hashCode() - Method in class net.i2p.data.i2np.DeliveryStatusMessage
 
hashCode() - Method in class net.i2p.data.i2np.GarlicClove
 
hashCode() - Method in class net.i2p.data.i2np.GarlicMessage
 
hashCode() - Method in class net.i2p.data.i2np.TunnelDataMessage
Hash based on tunnel ID and data payload.
hashCode() - Method in class net.i2p.data.i2np.TunnelGatewayMessage
Hash based on tunnel ID and embedded message.
hashCode() - Method in class net.i2p.data.i2np.UnknownI2NPMessage
 
hashCode() - Method in class net.i2p.data.KeysAndCert
the signing key has enough randomness in it to use it by itself for speed
hashCode() - Method in class net.i2p.data.Lease
Hash code based on end time, gateway, and tunnel ID.
hashCode() - Method in class net.i2p.data.Lease2
 
hashCode() - Method in class net.i2p.data.LeaseSet
the destination has enough randomness in it to use it by itself for speed
hashCode() - Method in class net.i2p.data.LeaseSet2
the destination has enough randomness in it to use it by itself for speed
hashCode() - Method in class net.i2p.data.MetaLease
Hash code based on end time, gateway, and tunnel ID.
hashCode() - Method in class net.i2p.data.MetaLeaseSet
the destination has enough randomness in it to use it by itself for speed
hashCode() - Method in class net.i2p.data.Payload
Hash code based on the encrypted or unencrypted data.
hashCode() - Method in class net.i2p.data.PrivateKey
We assume the data has enough randomness in it, so use the last 4 bytes for speed.
hashCode() - Method in class net.i2p.data.PublicKey
Hash code combining the type and data.
hashCode() - Method in class net.i2p.data.router.RouterAddress
Just use a few items for speed (expiration is always null).
hashCode() - Method in class net.i2p.data.router.RouterIdentity
 
hashCode() - Method in class net.i2p.data.router.RouterInfo
 
hashCode() - Method in class net.i2p.data.SessionTag
SessionTags are generated both locally and by peers, in quantity, and are used as keys in several datastructures (see TransientSessionKeyManager), so we use a secure hashCode function.
hashCode() - Method in class net.i2p.data.Signature
Hash code combining the type and data.
hashCode() - Method in class net.i2p.data.SigningPrivateKey
Hash code combining the type and data.
hashCode() - Method in class net.i2p.data.SigningPublicKey
Hash code combining the type and data.
hashCode() - Method in class net.i2p.data.SimpleDataStructure
We assume the data has enough randomness in it, so use the first 4 bytes for speed.
hashCode() - Method in class net.i2p.data.TunnelId
hashCode() - Method in class net.i2p.i2pcontrol.security.AuthToken
Hash code based on the token ID.
hashCode() - Method in class net.i2p.i2ptunnel.streamr.MultiSource.MSink
 
hashCode() - Method in class net.i2p.internal.PoisonI2CPMessage
 
hashCode() - Method in class net.i2p.router.crypto.ratchet.NextSessionKey
 
hashCode() - Method in class net.i2p.router.crypto.ratchet.RatchetSessionTag
We assume the data has enough randomness in it, so use 4 bytes for speed.
hashCode() - Method in class net.i2p.router.message.OutboundCache.HashPair
 
hashCode() - Method in class net.i2p.router.news.CRLEntry
 
hashCode() - Method in class net.i2p.router.news.NewsEntry
 
hashCode() - Method in class net.i2p.router.news.NewsMetadata.Release
For findbugs.
hashCode() - Method in class net.i2p.router.news.NewsMetadata.Update
For findbugs.
hashCode() - Method in class net.i2p.router.peermanager.PeerProfile
 
hashCode() - Method in class net.i2p.router.startup.ClientAppConfig
Hash code based on class name.
hashCode() - Method in class net.i2p.router.sybil.Pair
 
hashCode() - Method in class net.i2p.router.sybil.Points
 
hashCode() - Method in class net.i2p.router.transport.TransportManager.Port
 
hashCode() - Method in class net.i2p.router.transport.udp.RemoteHostId
 
hashCode() - Method in class net.i2p.router.transport.UPnP.IPv6ForwardPort
 
hashCode() - Method in class net.i2p.router.tunnel.pool.ExcluderBase
 
hashCode() - Method in class net.i2p.router.web.GraphListener
Hash code based on the underlying rate.
hashCode() - Method in class net.i2p.stat.FrequencyStat
 
hashCode() - Method in class net.i2p.stat.Rate
It doesn't appear that Rates are ever stored in a Set or Map (RateStat stores in an array) so let's make this easy.
hashCode() - Method in class net.i2p.stat.RateStat
 
hashCode() - Method in class net.i2p.util.LogLimit
 
hashCode() - Method in class net.i2p.util.LogRecord
 
hashCode(byte[]) - Static method in class net.i2p.util.SipHash
Secure replacement for DataHelper.hashCode(byte[]); caching recommended
hashCode() - Method in class org.cybergarage.xml.Node
 
hashCode() - Method in class org.freenetproject.DetectedIP
 
hashCode() - Method in class org.freenetproject.ForwardPort
hashCode.
hashCode() - Method in class org.jfree.svg.util.GradientPaintKey
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.svg.util.LinearGradientPaintKey
Returns a hash code for this instance.
hashCode() - Method in class org.jfree.svg.util.RadialGradientPaintKey
Returns a hash code for this instance.
hashCode() - Method in class org.klomp.snark.BitField
Returns a hash code value for this BitField.
hashCode() - Method in class org.klomp.snark.comments.Comment
Returns the bucket number for hash-based grouping.
hashCode() - Method in class org.klomp.snark.dht.NodeInfo
 
hashCode() - Method in class org.klomp.snark.PartialPiece
 
hashCode() - Method in class org.klomp.snark.Peer
The hash code of a Peer is the hash code of the peerID.
hashCode() - Method in class org.klomp.snark.PeerID
The hash code of a PeerID is the hashcode of the desthash
hashCode() - Method in class org.klomp.snark.Piece
 
hashCode() - Method in class org.klomp.snark.Request
Hash based on piece number, offset, and length
hashCode() - Method in class org.klomp.snark.WebPeer
The hash code of a Peer is the hash code of the peerID.
hashCode() - Method in class org.minidns.dnslabel.DnsLabel
hashCode.
hashCode() - Method in class org.minidns.dnsmessage.DnsMessage
hashCode.
hashCode() - Method in class org.minidns.dnsmessage.Question
 
hashCode() - Method in class org.minidns.dnsname.DnsName
hashCode.
hashCode() - Method in class org.minidns.record.Data
 
hashCode() - Method in class org.minidns.record.Record
 
hashCode() - Method in class org.rrd4j.core.ArcDef
 
hashCode() - Method in class org.rrd4j.core.DsDef
hashCode.
hashCode() - Method in class org.rrd4j.core.RrdDef
hashCode.
hashCode() - Method in class org.rrd4j.data.Variable.PercentElem
hashCode.
HashComparator - Class in net.i2p.router.web.helpers
Sorts in true binary order, not Base64 string order.
HashComparator() - Constructor for class net.i2p.router.web.helpers.HashComparator
 
HashDistance - Class in net.i2p.router.util
Utility for calculating XOR distance between router hashes.
hasHeader() - Method in class i2p.susi.webmail.Mail
 
hasHeader(String) - Method in class org.cybergarage.http.HTTPPacket
Checks if a header with the specified name exists.
HASHES - Static variable in class org.klomp.snark.Message
H a s h e s
HashPair(Hash, Hash) - Constructor for class net.i2p.router.message.OutboundCache.HashPair
Hash pair
hashpw(String, String) - Static method in class org.mindrot.jbcrypt.BCrypt
Hash a password using the OpenBSD bcrypt scheme
HashRange - Class in com.tomgibara.crinch.hashing
Records the range of values that a hash value may take.
HashRange(BigInteger, BigInteger) - Constructor for class com.tomgibara.crinch.hashing.HashRange
Construct a HashRange with BigInteger bounds.
HashRange(int, int) - Constructor for class com.tomgibara.crinch.hashing.HashRange
Construct a HashRange with int bounds.
HashRange(long, long) - Constructor for class com.tomgibara.crinch.hashing.HashRange
Construct a HashRange with long bounds.
hasIPv4Addresses() - Static method in class org.cybergarage.net.HostInterface
hasIPv4Addresses.
hasIPv6Address() - Method in class net.i2p.router.transport.udp.UDPTransport
For PeerTestManager
hasIPv6Addresses() - Static method in class org.cybergarage.net.HostInterface
hasIPv6Addresses.
hasKey() - Method in class com.southernstorm.noise.protocol.ChaChaPolyCipherState
 
hasKey() - Method in interface com.southernstorm.noise.protocol.CipherState
Determine if this cipher object has been configured with a key.
hasLocalKeyPair() - Method in class com.southernstorm.noise.protocol.HandshakeState
Determine if this handshake has already been configured with a local static key.
hasMimeType() - Method in class org.cybergarage.upnp.Icon
Checks if the icon has a valid MIME type set.
hasMMX() - Method in class freenet.support.CPUInformation.CPUIDCPUInfo
 
hasMMX() - Method in interface freenet.support.CPUInformation.CPUInfo
Checks if CPU supports the MMX instruction set.
hasModifiedTrackers() - Method in class org.klomp.snark.SnarkManager
Has the default tracker list been modified?
hasMoreStats() - Method in class net.i2p.router.web.helpers.ConfigStatsHelper
move the cursor to the next known stat, returning true if a valid stat is available.
hasMOVBE() - Method in class freenet.support.CPUInformation.CPUIDCPUInfo
 
hasMOVBE() - Method in interface freenet.support.CPUInformation.CPUInfo
Checks if CPU supports the MOVBE instruction set.
hasName() - Method in class org.cybergarage.http.HTTPHeader
Checks if this header has a valid name.
hasNext() - Method in class net.i2p.addressbook.HostTxtIterator
Return true if there is another entry to return.
hasNext() - Method in class net.i2p.addressbook.SubscriptionIterator
hasNext() - Method in class net.i2p.router.util.CachedIteratorCollection.CachedIterator
Returns true as long as current Iteration Index Node (itrIndexNode) is non-null
hasNext() - Method in class net.i2p.router.util.RandomIterator
 
hasNext() - Method in class net.metanotion.util.skiplist.SkipIterator
 
hasNode(String) - Method in class org.cybergarage.xml.Node
Checks if this node has a child node with the specified name.
hasNodes() - Method in class org.cybergarage.xml.Node
Checks if this node has any child nodes.
hasNT() - Method in class org.cybergarage.upnp.event.SubscriptionRequest
hasNT.
hasOutbound() - Method in class net.i2p.router.transport.udp.PeerState
After a finishAndAllocate() pass, reports whether any outbound messages remain.
hasOutboundGateway(TunnelId) - Method in class net.i2p.router.tunnel.TunnelDispatcher
 
hasParam(String) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Returns true if a parameter by the specified name exists, else false.
hasParam(int) - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Returns true a parameter at the specified position exists, else false.
hasParams(String[]) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Returns true if the parameters by the specified names exist, else false.
hasParams(String[], String[]) - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Returns true if the parameters by the specified mandatory names exist, false if any mandatory name is missing or a name outside the mandatory and optional is present.
hasPart() - Method in class i2p.susi.webmail.Mail
Whether the body has been parsed into a MailPart.
hasPresentationListener() - Method in class org.cybergarage.upnp.Device
hasPresentationListener.
hasPrevious() - Method in class net.metanotion.util.skiplist.SkipIterator
 
hasPrivateKey() - Method in class com.southernstorm.noise.protocol.Curve25519DHState
 
hasPrivateKey() - Method in interface com.southernstorm.noise.protocol.DHState
Determine if this object contains a private key.
hasPrivateKey() - Method in class com.southernstorm.noise.protocol.MLKEMDHState
 
hasPublicKey() - Method in class com.southernstorm.noise.protocol.Curve25519DHState
 
hasPublicKey() - Method in interface com.southernstorm.noise.protocol.DHState
Determine if this object contains a public key.
hasPublicKey() - Method in class com.southernstorm.noise.protocol.MLKEMDHState
 
hasQueuedDeletions() - Method in class i2p.susi.webmail.pop3.POP3MailBox
Do we have UIDLs to delete?
hasRecoveredFromFailure(RouterContext, Hash) - Static method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Check if a peer has recovered from failure and can be reconsidered.
hasRemotePublicKey() - Method in class com.southernstorm.noise.protocol.HandshakeState
Determine if this handshake has already been configured with a remote static key.
hasSID() - Method in class org.cybergarage.upnp.event.SubscriptionRequest
hasSID.
hasSID() - Method in class org.cybergarage.upnp.Service
hasSID.
hasSSE() - Method in class freenet.support.CPUInformation.CPUIDCPUInfo
 
hasSSE() - Method in interface freenet.support.CPUInformation.CPUInfo
Checks if CPU supports the SSE instruction set.
hasSSE2() - Method in class freenet.support.CPUInformation.CPUIDCPUInfo
 
hasSSE2() - Method in interface freenet.support.CPUInformation.CPUInfo
Checks if CPU supports the SSE2 instruction set.
hasSSE3() - Method in class freenet.support.CPUInformation.CPUIDCPUInfo
 
hasSSE3() - Method in interface freenet.support.CPUInformation.CPUInfo
Checks if CPU supports the SSE3 instruction set.
hasSSE41() - Method in class freenet.support.CPUInformation.CPUIDCPUInfo
 
hasSSE41() - Method in interface freenet.support.CPUInformation.CPUInfo
Checks if CPU supports the SSE4.1 instruction set.
hasSSE42() - Method in class freenet.support.CPUInformation.CPUIDCPUInfo
 
hasSSE42() - Method in interface freenet.support.CPUInformation.CPUInfo
Checks if CPU supports the SSE4.2 instruction set.
hasSSE4A() - Method in class freenet.support.CPUInformation.CPUIDCPUInfo
 
hasSSE4A() - Method in interface freenet.support.CPUInformation.CPUInfo
AMD K10 only.
hasStateVariable(String) - Method in class org.cybergarage.upnp.Service
hasStateVariable.
hasTBM() - Method in class freenet.support.CPUInformation.CPUIDCPUInfo
Trailing Bit Manipulation (AMD feature)
hasTBM() - Method in interface freenet.support.CPUInformation.CPUInfo
Trailing Bit Manipulation (AMD feature)
hasTransferEncoding() - Method in class org.cybergarage.http.HTTPPacket
Check if the Transfer-Encoding header is set.
hasUDN() - Method in class org.cybergarage.upnp.Device
hasUDN.
hasUnsentFragments() - Method in class net.i2p.router.transport.udp.OutboundMessageState
Is any fragment unsent?
hasURL() - Method in class org.cybergarage.upnp.Icon
Checks if the icon has a valid URL set.
hasUsers() - Method in class net.i2p.router.web.helpers.ConfigUIHelper
Returns true if any console users are configured.
hasValidInnerSig() - Method in class net.i2p.client.naming.HostTxtEntry
Verify with the "olddest" property's public key using the "oldsig" property
hasValidRemoveSig() - Method in class net.i2p.client.naming.HostTxtEntry
Verify with the "dest" property's public key using the "sig" property
hasValidSig() - Method in class net.i2p.client.naming.HostTxtEntry
Verify with the dest public key using the "sig" property
hasValidTransportAddress(RouterContext, Hash) - Static method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Check if a peer's RouterInfo has at least one reachable SSU or NTCP address.
hasVariables() - Method in class org.rrd4j.core.XmlTemplate
Searches the XML template to see if there are variables in there that will need to be set.
hasWrapper() - Method in class net.i2p.I2PAppContext
Is the wrapper present?
hasWrapper() - Static method in class net.i2p.util.SystemVersion
Is the wrapper present? Same as I2PAppContext.hasWrapper()
hasWriteInterestPending() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
hasX64() - Method in class freenet.support.CPUInformation.CPUIDCPUInfo
 
hasX64() - Method in interface freenet.support.CPUInformation.CPUInfo
Checks if CPU supports the 64-bit support.
hasX64() - Method in class freenet.support.CPUInformation.VIAInfoImpl
 
HAVE - Static variable in class org.klomp.snark.Message
H a v e
have(int) - Method in class org.klomp.snark.Peer
Notifies the peer that we have a new piece.
have(int) - Method in class org.klomp.snark.WebPeer
have.
HAVE_ALL - Static variable in class org.klomp.snark.Message
H a v e a l l
HAVE_NONE - Static variable in class org.klomp.snark.Message
H a v e n o n e
haveCapacity() - Method in interface net.i2p.router.transport.Transport
 
haveCapacity(int) - Method in interface net.i2p.router.transport.Transport
 
haveCapacity() - Method in class net.i2p.router.transport.TransportImpl
Can we initiate or accept a connection to another peer, saving some margin
haveCapacity(int) - Method in class net.i2p.router.transport.TransportImpl
 
haveHighOutboundCapacity() - Method in class net.i2p.router.CommSystemFacade
Report whether outbound bandwidth is operating well below its limit.
haveHighOutboundCapacity() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
haveHighOutboundCapacity.
haveHighOutboundCapacity() - Method in class net.i2p.router.transport.TransportManager
Are all transports well below their outbound connection limit Use for throttling in the router.
haveIDN - Static variable in class i2p.susi.dns.AddressBean
available as of Java 6
haveImagegen() - Method in class i2p.susi.dns.NamingServiceBean
Check if the imagegen service is available.
haveInboundCapacity(int) - Method in class net.i2p.router.CommSystemFacade
Report whether inbound bandwidth has capacity for the given percentage load.
haveInboundCapacity(int) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
haveInboundCapacity.
haveInboundCapacity(int) - Method in class net.i2p.router.transport.TransportManager
Is at least one transport below its inbound connection limit + some margin Use for throttling in the router.
haveKey(String) - Method in class net.i2p.crypto.TrustedUpdate
Do we know about the following key?
haveMessage(int) - Method in class org.klomp.snark.PeerState
Handle a have message from the peer
haveMessage(boolean) - Method in class org.klomp.snark.PeerState
BEP 6
haveNonce(String) - Static method in class net.i2p.i2ptunnel.web.IndexBean
do we know this nonce?
haveNonce(String, HttpSession) - Static method in class net.i2p.i2ptunnel.web.IndexBean
Session-bound nonce validation
haveOutboundCapacity(int) - Method in class net.i2p.router.CommSystemFacade
Report whether outbound bandwidth has capacity for the given percentage load.
haveOutboundCapacity(int) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
haveOutboundCapacity.
haveOutboundCapacity(int) - Method in class net.i2p.router.transport.TransportManager
Is at least one transport below its outbound connection limit + some margin Use for throttling in the router.
havePiece(int) - Method in class org.klomp.snark.PeerState
We now have this piece.
HDR_BCC - Static variable in class i2p.susi.webmail.Draft
HDR_BCC.
HEAD - Static variable in class org.cybergarage.http.HTTP
HEAD HTTP method
Header(int) - Constructor for class net.i2p.router.transport.udp.SSU2Header.Header
Header.
Header - Class in org.rrd4j.core
Class to represent RRD header.
Header(RrdDb, RrdDef) - Constructor for class org.rrd4j.core.Header
 
Header(RrdDb, DataImporter) - Constructor for class org.rrd4j.core.Header
 
Header - Class in org.rrd4j.core.jrrd
Instances of this class model the header section of an RRD file.
Header(RRDFile) - Constructor for class org.rrd4j.core.jrrd.Header
Constructs a Header from the RRD file.
header - Variable in class org.rrd4j.core.jrrd.RRDatabase
The header
HEADER_BYTES - Static variable in class net.i2p.crypto.TrustedUpdate
HEADER_BYTES.
HEADER_LEN - Static variable in class net.metanotion.io.block.index.BSkipLevels
Fixed header length in bytes
HEADER_LEN - Static variable in class net.metanotion.io.block.index.BSkipSpan
Fixed header length in bytes
HEADER_LENGTH - Static variable in class net.i2p.data.i2np.I2NPMessageImpl
I2NP message header size in bytes.
HEADER_LENGTH - Static variable in class net.i2p.data.KeyCertificate
Key certificate header length in bytes.
HEADER_LINE_DELIM - Static variable in class org.cybergarage.http.HTTP
Header line delimiter (colon-space between name and value)
HEADER_MATCH - Static variable in class i2p.susi.webmail.Mail
Also used by MailPart See MailPart for why we don't do \r\n\r\n
HEADER_PROT_1_OFFSET - Static variable in class net.i2p.router.transport.udp.SSU2Util
Offset of first header protection region (dest conn ID)
HEADER_PROT_2_OFFSET - Static variable in class net.i2p.router.transport.udp.SSU2Util
Offset of second header protection region (packet number)
HEADER_PROT_DATA - Static variable in class net.i2p.router.transport.udp.SSU2Header
8 bytes of zeros
HEADER_PROT_DATA_LEN - Static variable in class net.i2p.router.transport.udp.SSU2Util
Length of header protection data in bytes
HEADER_PROT_SAMPLE_1_OFFSET - Static variable in class net.i2p.router.transport.udp.SSU2Util
Offset of first header protection sample
HEADER_PROT_SAMPLE_2_OFFSET - Static variable in class net.i2p.router.transport.udp.SSU2Util
Offset of second header protection sample
HEADER_PROT_SAMPLE_LEN - Static variable in class net.i2p.router.transport.udp.SSU2Util
Length of header protection sample in bytes
HEADER_SIZE - Static variable in class net.i2p.router.transport.udp.PacketBuilder
if no extended options or rekey data, which we don't support = 37
HeaderLine - Class in i2p.susi.webmail.encoding
Ref: http://en.wikipedia.org/wiki/MIME#Encoded-Word http://tools.ietf.org/html/rfc2047 https://jeffreystedfast.blogspot.com/2013/09/time-for-rant-on-mime-parsers.html https://jeffreystedfast.blogspot.com/2013/08/why-decoding-rfc2047-encoded-headers-is.html
HeaderLine() - Constructor for class i2p.susi.webmail.encoding.HeaderLine
 
headerLines - Variable in class i2p.susi.webmail.MailPart
headerLines.
headerOffset - Variable in class org.rrd4j.core.jrrd.Archive
Header offset within file in bytes.
headerReceived(String, int, String, String) - Method in class net.i2p.router.update.NewsFetcher
Overriden to get the last-modified header
headerReceived(String, int, String, String) - Method in class net.i2p.router.update.UpdateRunner
headerReceived.
headerReceived(String, int, String, String) - Method in class net.i2p.util.DNSOverHTTPS
Use the Date header as a backup time source.
headerReceived(String, int, String, String) - Method in class net.i2p.util.EepGet.CLIStatusListener
Called when a response header has been parsed.
headerReceived(String, int, String, String) - Method in interface net.i2p.util.EepGet.StatusListener
Note: Headers are not processed, and this is not called, for most error response codes, unless setWriteErrorToOutput() is called before fetch().
headerReceived(String, int, String, String) - Method in class org.klomp.snark.web.FetchAndAdd
Called when an HTTP header is received.
headerReceived(String, int, String, String) - Method in class org.klomp.snark.WebPeer
Note: Headers are not processed, and this is not called, for most error response codes, unless setWriteErrorToOutput() is called before fetch().
headSet(E) - Method in class net.i2p.util.UnmodifiableSortedSet
 
HealthHelper - Class in net.i2p.router.web.helpers
Helper for health checks.
HealthHelper() - Constructor for class net.i2p.router.web.helpers.HealthHelper
HealthHelper.
heardAbout(Hash) - Method in class net.i2p.router.peermanager.ProfileManagerImpl
Note that the local router received a reference to the given peer, either through an explicit dbStore or in a dbLookupReply Non-blocking.
heardAbout(Hash, long) - Method in class net.i2p.router.peermanager.ProfileManagerImpl
Note that the local router received a reference to the given peer at a certain time.
heardAbout(Hash) - Method in interface net.i2p.router.ProfileManager
Note that the local router received a reference to the given peer, either through an explicit dbStore or in a dbLookupReply.
heardAbout(Hash, long) - Method in interface net.i2p.router.ProfileManager
Note that the local router received a reference to the given peer at a specific time.
heardAbout(NodeInfo) - Method in class org.klomp.snark.dht.KRPC
Called for bootstrap or for all nodes in a receiveNodes reply.
heardFrom(Hash) - Method in class net.i2p.router.networkdb.kademlia.ContactDrivenRefreshJob
Called when we hear from or about a peer.
height - Variable in class org.rrd4j.graph.RrdGraphDef
Width and height of the drawing area within the graph.
height - Variable in class org.rrd4j.graph.RrdGraphInfo
 
HELLIP - Static variable in class org.klomp.snark.web.I2PSnarkServlet
H e l l i p
helloReplyReceived(boolean, String) - Method in class net.i2p.sam.client.SAMClientEventListenerImpl
 
helloReplyReceived(boolean, String) - Method in class net.i2p.sam.client.SAMEventHandler
helloReplyReceived.
helloReplyReceived(boolean, String) - Method in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
version).
HelperBase - Class in net.i2p.router.web
Creates a new HelperBase instance.
HelperBase() - Constructor for class net.i2p.router.web.HelperBase
 
HelpSectionHelper - Class in net.i2p.router.web.helpers
Render the configuration menu at the top of all the config pages.
HelpSectionHelper() - Constructor for class net.i2p.router.web.helpers.HelpSectionHelper
 
Hex - Class in org.minidns.util
Utility class for hexadecimal conversion.
Hex() - Constructor for class org.minidns.util.Hex
 
HexDump - Class in net.i2p.util
Hexdump class (well, it's actually a namespace with some functions, but let's stick with java terminology :-).
HexTable - Class in i2p.susi.util
Hex table utilities for byte-to-string conversion.
HexTable() - Constructor for class i2p.susi.util.HexTable
 
hexToBytes(String) - Static method in class net.i2p.crypto.eddsa.Utils
Converts a hex string to bytes.
HH_MM - Static variable in interface org.rrd4j.graph.RrdGraphConstants
HH:mm time format
HIGH_COMPRESSION - Static variable in class net.i2p.data.DataHelper
Appx.
highestReceived() - Method in interface net.i2p.router.transport.udp.ACKBitfield
Highest fragment number acked in this bitfield.
highestSeqNumAcked(long) - Method in class net.i2p.router.transport.udp.PeerState
Enter or leave fast retransmit mode, and adjust SST and window variables accordingly.
hit(Rectangle, Shape, boolean) - Method in class org.jfree.svg.SVGGraphics2D
Returns true if the rectangle (in device space) intersects with the shape (the interior, if onStroke is false, otherwise the stroked outline of the shape).
HKDF - Class in net.i2p.crypto
HMAC-based Key Derivation Function (HKDF) implementation using HMAC-SHA256.
HKDF(I2PAppContext) - Constructor for class net.i2p.crypto.HKDF
 
hkdf(I2PAppContext, byte[], String) - Static method in class net.i2p.router.transport.udp.SSU2Util
32 byte output, ZEROLEN data
hmac256() - Method in class net.i2p.I2PAppContext
Un-deprecated in 0.9.38
HMAC256Generator - Class in net.i2p.crypto
HMAC-SHA256 message authentication code generator for I2P cryptographic operations.
HMAC256Generator(I2PAppContext) - Constructor for class net.i2p.crypto.HMAC256Generator
Create a new HMAC256Generator.
HMAC256Generator.HMACKey - Class in net.i2p.crypto
Performance-optimized SecretKey implementation for HMAC operations.
HMACGenerator - Class in net.i2p.crypto
Abstract base class for HMAC (Hash-based Message Authentication Code) operations.
HMACGenerator() - Constructor for class net.i2p.crypto.HMACGenerator
HMACGenerator.
HMACKey(byte[]) - Constructor for class net.i2p.crypto.HMAC256Generator.HMACKey
Key data.
HOLE_PUNCH_FLAG_BYTE - Static variable in class net.i2p.router.transport.udp.SSU2Util
Message type flag for hole punch
HomeHelper - Class in net.i2p.router.web.helpers
Helper for router console home page and configuration.
HomeHelper() - Constructor for class net.i2p.router.web.helpers.HomeHelper
default constructor
HopConfig - Class in net.i2p.router.tunnel
Defines the general configuration for a hop in a tunnel.
HopConfig() - Constructor for class net.i2p.router.tunnel.HopConfig
Creates a new HopConfig with default values
HopProcessor - Class in net.i2p.router.tunnel
Take a received tunnel message, verify that it isn't a duplicate, and translate it into what the next hop will want.
HopProcessor(I2PAppContext, HopConfig, IVValidator) - Constructor for class net.i2p.router.tunnel.HopProcessor
 
host - Variable in class net.i2p.i2ptunnel.I2PTunnel
the I2CP host, non-null
HOST - Static variable in class org.cybergarage.http.HTTP
Host HTTP header field name
HOST_UNREACHABLE - Static variable in class net.i2p.socks.SOCKS5Constants.Reply
HOST_UNREACHABLE.
hostAddress - Variable in class edu.internet2.ndt.Tcpbw100
Host address
HostChecker - Class in net.i2p.addressbook
Ping tester for address book entries.
HostChecker() - Constructor for class net.i2p.addressbook.HostChecker
Construct a HostChecker that uses the default naming service This works with the blockfile format (hostsdb.blockfile)
HostChecker(NamingService) - Constructor for class net.i2p.addressbook.HostChecker
Construct a HostChecker for given naming service
HostChecker.PingResult - Class in net.i2p.addressbook
Ping result data structure containing the outcome of a host reachability test.
HostCheckerBridge - Class in net.i2p.addressbook
Bridge class to provide static access to HostChecker functionality for JSP pages This avoids reflection issues and provides a clean interface
HostCheckerBridge() - Constructor for class net.i2p.addressbook.HostCheckerBridge
 
HostCheckHandler - Class in net.i2p.i2pcontrol
Block certain Host headers to prevent DNS rebinding attacks.
HostCheckHandler(I2PAppContext) - Constructor for class net.i2p.i2pcontrol.HostCheckHandler
MUST call setListenHosts() afterwards.
HostCheckHandler - Class in net.i2p.router.web
Block certain Host headers to prevent DNS rebinding attacks.
HostCheckHandler(I2PAppContext) - Constructor for class net.i2p.router.web.HostCheckHandler
MUST call setListenHosts() afterwards.
HostCheckHandler - Class in org.klomp.snark.standalone
Block certain Host headers to prevent DNS rebinding attacks.
HostCheckHandler() - Constructor for class org.klomp.snark.standalone.HostCheckHandler
Creates a new HostCheckHandler using the global I2P application context.
HostCheckHandler(I2PAppContext) - Constructor for class org.klomp.snark.standalone.HostCheckHandler
Creates a new HostCheckHandler with the specified application context.
HostInterface - Class in org.cybergarage.net
Utility class for network host interface management and configuration.
HostInterface() - Constructor for class org.cybergarage.net.HostInterface
 
HostLookupMessage - Class in net.i2p.data.i2cp
Request the router look up the dest for a hash or a host.
HostLookupMessage() - Constructor for class net.i2p.data.i2cp.HostLookupMessage
HostLookupMessage.
HostLookupMessage(SessionId, Hash, long, long) - Constructor for class net.i2p.data.i2cp.HostLookupMessage
Session id.
HostLookupMessage(SessionId, String, long, long) - Constructor for class net.i2p.data.i2cp.HostLookupMessage
Session id.
hostname - Variable in class i2p.susi.dns.AddressbookBean
The hostname
HostPing - Class in net.i2p.addressbook
Simple command-line ping tool Provides I2PIng-compatible functionality with direct I2PSocketManager usage
HostPing() - Constructor for class net.i2p.addressbook.HostPing
Default constructor, uses global context.
HostReplyMessage - Class in net.i2p.data.i2cp
Response to HostLookupMessage.
HostReplyMessage() - Constructor for class net.i2p.data.i2cp.HostReplyMessage
HostReplyMessage.
HostReplyMessage(SessionId, Destination, long, Properties) - Constructor for class net.i2p.data.i2cp.HostReplyMessage
A message with RESULT_SUCCESS and a non-null Destination.
HostReplyMessage(SessionId, int, long) - Constructor for class net.i2p.data.i2cp.HostReplyMessage
A message with a failure code and no Destination.
HostReplyMessageHandler - Class in net.i2p.client.impl
Handle I2CP dest replies from the router
HostReplyMessageHandler(I2PAppContext) - Constructor for class net.i2p.client.impl.HostReplyMessageHandler
HostReplyMessageHandler.
HostsTxtNamingService - Class in net.i2p.client.naming
A naming service based on multiple "hosts.txt" files.
HostsTxtNamingService(I2PAppContext) - Constructor for class net.i2p.client.naming.HostsTxtNamingService
The naming service should only be constructed and accessed through the application context.
HostTxtEntry - Class in net.i2p.client.naming
A hostname, b64 destination, and optional properties.
HostTxtEntry(String, String) - Constructor for class net.i2p.client.naming.HostTxtEntry
Create a new host text entry with name and destination, no properties.
HostTxtEntry(String, String, String) - Constructor for class net.i2p.client.naming.HostTxtEntry
Create a new host text entry with name, destination, and serialized properties.
HostTxtEntry(String) - Constructor for class net.i2p.client.naming.HostTxtEntry
A 'remove' entry.
HostTxtEntry(String, String, OrderedProperties) - Constructor for class net.i2p.client.naming.HostTxtEntry
Create a new host text entry with optional properties.
HostTxtIterator - Class in net.i2p.addressbook
A class to iterate through a hosts.txt or config file without reading the whole thing into memory.
HostTxtIterator() - Constructor for class net.i2p.addressbook.HostTxtIterator
A dummy iterator in which hasNext() is always false.
HostTxtIterator(File) - Constructor for class net.i2p.addressbook.HostTxtIterator
An iterator over the key/value pairs in the file.
HostTxtParser - Class in net.i2p.addressbook
Utility class providing methods to parse and write files in a hosts.txt file format, and subscription file format.
hour - Variable in class org.rrd4j.core.timespec.TimeSpec
 
HOUR - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Constant to represent hour
HOURS - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "hour", "hours", "hr", "h" - hours multiplier
hpk - Variable in class org.bouncycastle.pqc.crypto.mlkem.MLKEMPrivateKeyParameters
Hash of public key.
HRule - Class in org.rrd4j.graph
Represents a horizontal rule in RRD graphs.
HRule(double, Paint, LegendText, BasicStroke) - Constructor for class org.rrd4j.graph.HRule
Creates a horizontal rule at the specified value.
hrule(double, Paint) - Method in class org.rrd4j.graph.RrdGraphDef
Draws a horizontal rule into the graph.
hrule(double, Paint, String) - Method in class org.rrd4j.graph.RrdGraphDef
Draws a horizontal rule into the graph and optionally adds a legend.
hrule(double, Paint, String, float) - Method in class org.rrd4j.graph.RrdGraphDef
Draws a horizontal rule into the graph and optionally adds a legend.
hrule(double, Paint, String, BasicStroke) - Method in class org.rrd4j.graph.RrdGraphDef
Draws a horizontal rule into the graph and optionally adds a legend.
HSpan - Class in org.rrd4j.graph
Represents a horizontal span in RRD graphs.
HSpan(double, double, Paint, LegendText) - Constructor for class org.rrd4j.graph.HSpan
 
hspan(double, double, Paint) - Method in class org.rrd4j.graph.RrdGraphDef
Draws a horizontal span into the graph.
hspan(double, double, Paint, String) - Method in class org.rrd4j.graph.RrdGraphDef
Draws a horizontal span into the graph and optionally adds a legend.
HTML - Class in i2p.susi.webmail.encoding
HTML encoding for safe text display in SusiMail web pages.
HTML() - Constructor for class i2p.susi.webmail.encoding.HTML
 
HTML - Class in org.cybergarage.http
HTML constants for HTTP responses.
HTTP - Class in org.cybergarage.http
Utility class providing HTTP protocol constants and helper methods.
HTTP() - Constructor for class org.cybergarage.http.HTTP
 
HTTP_BLOCKLIST - Static variable in class net.i2p.i2ptunnel.BlocklistManager
Default filename for the URL blocklist
HTTP_BLOCKLIST_CLIENTS - Static variable in class net.i2p.i2ptunnel.BlocklistManager
Default filename for the client blocklist
HTTP_DEFAULT_PORT - Static variable in class org.cybergarage.upnp.Device
HTTP_DEFAULT_PORT.
HTTPHeader - Class in org.cybergarage.http
Represents an HTTP header field with a name and value.
HTTPHeader(String, String) - Constructor for class org.cybergarage.http.HTTPHeader
Creates a new HTTPHeader with the specified name and value.
HTTPHeader(String) - Constructor for class org.cybergarage.http.HTTPHeader
Creates a new HTTPHeader by parsing a header line string.
HttpHeaderFormatter - Class in net.i2p.i2ptunnel
Utility class for formatting HTTP headers.
HttpHeaderFormatter() - Constructor for class net.i2p.i2ptunnel.HttpHeaderFormatter
 
HTTPMUSocket - Class in org.cybergarage.upnp.ssdp
Multicast UDP socket implementation for SSDP communication.
HTTPMUSocket() - Constructor for class org.cybergarage.upnp.ssdp.HTTPMUSocket
Default constructor.
HTTPMUSocket(String, int, String) - Constructor for class org.cybergarage.upnp.ssdp.HTTPMUSocket
Create a new HTTPMU socket and open it.
HTTPPacket - Class in org.cybergarage.http
Represents a parsed HTTP packet with header and body handling.
HTTPPacket() - Constructor for class org.cybergarage.http.HTTPPacket
Creates a new HTTP packet with default settings.
HTTPPacket(HTTPPacket) - Constructor for class org.cybergarage.http.HTTPPacket
Creates a copy of an existing HTTP packet.
HTTPPacket(InputStream) - Constructor for class org.cybergarage.http.HTTPPacket
Creates an HTTP packet by parsing from an input stream.
HTTPRequest - Class in org.cybergarage.http
HTTP request message with method, URI, headers, and content body.
HTTPRequest() - Constructor for class org.cybergarage.http.HTTPRequest
 
HTTPRequest(InputStream) - Constructor for class org.cybergarage.http.HTTPRequest
Parses an HTTP request from the given input stream.
HTTPRequest(HTTPSocket) - Constructor for class org.cybergarage.http.HTTPRequest
Creates an HTTP request from the given socket's input stream.
HTTPRequestListener - Interface in org.cybergarage.http
Interface for receiving HTTP request notifications.
httpRequestRecieved(HTTPRequest) - Method in interface org.cybergarage.http.HTTPRequestListener
Called when an HTTP request is received.
httpRequestRecieved(HTTPRequest) - Method in class org.cybergarage.upnp.ControlPoint
 
httpRequestRecieved(HTTPRequest) - Method in class org.cybergarage.upnp.Device
httpRequestRecieved.
httpRequestRecieved(HTTPRequest) - Method in interface org.cybergarage.upnp.device.PresentationListener
Called when an HTTP request is received for device presentation.
HTTPResponse - Class in org.cybergarage.http
HTTP response message with status code, headers, and content body.
HTTPResponse() - Constructor for class org.cybergarage.http.HTTPResponse
Creates a new HTTP response with default settings.
HTTPResponse(HTTPResponse) - Constructor for class org.cybergarage.http.HTTPResponse
Creates a copy of an existing HTTP response.
HTTPResponse(InputStream) - Constructor for class org.cybergarage.http.HTTPResponse
Creates an HTTP response by parsing from an input stream.
HTTPResponse(HTTPSocket) - Constructor for class org.cybergarage.http.HTTPResponse
Creates an HTTP response from an HTTP socket.
HTTPResponseOutputStream - Class in net.i2p.i2ptunnel
HTTP response stream with transparent gzip decompression (client side).
HTTPResponseOutputStream(OutputStream) - Constructor for class net.i2p.i2ptunnel.HTTPResponseOutputStream
 
HTTPResponseOutputStream(OutputStream, boolean, boolean, boolean, LimitOutputStream.DoneCallback) - Constructor for class net.i2p.i2ptunnel.HTTPResponseOutputStream
Optionally keep sockets alive and call callback when we're done.
httpsConnect(I2PSocket, OutputStream, String, int, String, String) - Method in class net.i2p.i2ptunnel.socks.SOCKS5Server
Act as a https client to connect to a CONNECT outproxy.
HTTPServer - Class in org.cybergarage.http
HTTP server implementation for the CyberLink HTTP framework.
HTTPServer() - Constructor for class org.cybergarage.http.HTTPServer
Creates a new HTTP server instance.
HTTPServerList - Class in org.cybergarage.http
A collection of HTTPServer instances that extends Vector.
HTTPServerList() - Constructor for class org.cybergarage.http.HTTPServerList
Creates a new empty HTTPServerList.
HTTPServerList(InetAddress[], int) - Constructor for class org.cybergarage.http.HTTPServerList
Creates a new HTTPServerList with specified bind addresses and port.
HTTPServerThread - Class in org.cybergarage.http
A thread that handles HTTP requests for an HTTPServer.
HTTPServerThread(HTTPServer, Socket) - Constructor for class org.cybergarage.http.HTTPServerThread
Creates a new HTTPServerThread to handle a client connection.
HTTPSocket - Class in org.cybergarage.http
HTTP socket wrapper providing input/output stream management
HTTPSocket(Socket) - Constructor for class org.cybergarage.http.HTTPSocket
Creates an HTTP socket wrapper around a standard socket.
HTTPSocket(HTTPSocket) - Constructor for class org.cybergarage.http.HTTPSocket
Creates an HTTP socket wrapper around another HTTP socket.
HTTPStatus - Class in org.cybergarage.http
Represents an HTTP status line with version, status code, and reason phrase.
HTTPStatus() - Constructor for class org.cybergarage.http.HTTPStatus
Creates a new empty HTTPStatus with default values.
HTTPStatus(String, int, String) - Constructor for class org.cybergarage.http.HTTPStatus
Creates a new HTTPStatus with the specified version, code, and reason.
HTTPStatus(String) - Constructor for class org.cybergarage.http.HTTPStatus
Creates a new HTTPStatus by parsing a status line string.
HTTPUSocket - Class in org.cybergarage.upnp.ssdp
UDP socket implementation for SSDP (Simple Service Discovery Protocol) communication.
HTTPUSocket() - Constructor for class org.cybergarage.upnp.ssdp.HTTPUSocket
HTTPUSocket.
HTTPUSocket(String, int) - Constructor for class org.cybergarage.upnp.ssdp.HTTPUSocket
HTTPUSocket.
HTTPUSocket(int) - Constructor for class org.cybergarage.upnp.ssdp.HTTPUSocket
HTTPUSocket.

I

I2CPMessage - Interface in net.i2p.data.i2cp
Defines the base functionality of API messages As of 0.9.48, does NOT extend DataStructure.
I2CPMessageException - Exception in net.i2p.data.i2cp
Represent an error serializing or deserializing a message
I2CPMessageException(String, Throwable) - Constructor for exception net.i2p.data.i2cp.I2CPMessageException
I2CPMessageException.
I2CPMessageException(String) - Constructor for exception net.i2p.data.i2cp.I2CPMessageException
I2CPMessageException.
I2CPMessageHandler - Interface in net.i2p.client.impl
Define a way to handle a particular type of message
I2CPMessageHandler - Class in net.i2p.data.i2cp
Handle messages from the server for the client or vice versa
I2CPMessageHandler() - Constructor for class net.i2p.data.i2cp.I2CPMessageHandler
 
I2CPMessageImpl - Class in net.i2p.data.i2cp
Defines the base message implementation.
I2CPMessageImpl() - Constructor for class net.i2p.data.i2cp.I2CPMessageImpl
I2CPMessageImpl.
I2CPMessageProducer - Class in net.i2p.client.impl
Produce the various messages the session needs to send to the router.
I2CPMessageProducer(I2PAppContext) - Constructor for class net.i2p.client.impl.I2CPMessageProducer
I2CPMessageProducer.
I2CPMessageQueue - Class in net.i2p.internal
Contains the methods to talk to a router or client via I2CP, when both are in the same JVM.
I2CPMessageQueue() - Constructor for class net.i2p.internal.I2CPMessageQueue
 
I2CPMessageQueueImpl - Class in net.i2p.router.client
Contains the methods to talk to a router or client via I2CP, when both are in the same JVM.
I2CPMessageQueueImpl(BlockingQueue<I2CPMessage>, BlockingQueue<I2CPMessage>) - Constructor for class net.i2p.router.client.I2CPMessageQueueImpl
 
I2CPMessageReader - Class in net.i2p.data.i2cp
The I2CPMessageReader reads an InputStream (using I2CPMessageHandler) and passes out events to a registered listener, where events are either messages being received, exceptions being thrown, or the connection being closed.
I2CPMessageReader(InputStream, I2CPMessageReader.I2CPMessageEventListener) - Constructor for class net.i2p.data.i2cp.I2CPMessageReader
I2CPMessageReader.
I2CPMessageReader(I2CPMessageReader.I2CPMessageEventListener) - Constructor for class net.i2p.data.i2cp.I2CPMessageReader
For internal extension only.
I2CPMessageReader.I2CPMessageEventListener - Interface in net.i2p.data.i2cp
Defines the different events the reader produces while reading the stream
I2CPMessageReader.I2CPMessageReaderRunner - Class in net.i2p.data.i2cp
I2CPMessageReaderRunner.
I2CPMessageReaderRunner() - Constructor for class net.i2p.data.i2cp.I2CPMessageReader.I2CPMessageReaderRunner
I2CPMessageReaderRunner.
i2cpModeChecked(int) - Method in class net.i2p.router.web.helpers.ConfigClientsHelper
Get checked attribute for I2CP mode radio buttons.
i2cpProps - Variable in class net.i2p.sam.SAMHandler
I2CP options configuring the I2CP connection (port, host, numHops, etc)
I2NPBlock(I2NPMessage) - Constructor for class net.i2p.router.transport.ntcp.NTCP2Payload.I2NPBlock
I2NPBlock.
I2NPBlock(OutboundMessageState) - Constructor for class net.i2p.router.transport.udp.SSU2Payload.I2NPBlock
Create an I2NP message block.
I2NPMessage - Interface in net.i2p.data.i2np
Base interface for all I2NP messages Note: No longer extends DataStructure as of 0.9.48
I2NPMessageException - Exception in net.i2p.data.i2np
Represent an error serializing or deserializing an APIMessage
I2NPMessageException(String, Throwable) - Constructor for exception net.i2p.data.i2np.I2NPMessageException
Create an exception with a message and cause
I2NPMessageException(String) - Constructor for exception net.i2p.data.i2np.I2NPMessageException
Create an exception with a message
I2NPMessageHandler - Class in net.i2p.data.i2np
Handle messages from router to router.
I2NPMessageHandler(I2PAppContext) - Constructor for class net.i2p.data.i2np.I2NPMessageHandler
method comment
I2NPMessageImpl - Class in net.i2p.data.i2np
Defines the base message implementation.
I2NPMessageImpl(I2PAppContext) - Constructor for class net.i2p.data.i2np.I2NPMessageImpl
I2NPMessageImpl.
I2NPMessageImpl.Builder - Interface in net.i2p.data.i2np
interface for extending the types of messages handled - unused
i2p.susi.dns - package i2p.susi.dns
The SusiDNS webapp, which is the user interface for the addressbook application and the local naming service (hosts database) implemented in net.i2p.client.naming.
i2p.susi.util - package i2p.susi.util
Utility classes for the SusiMail webmail client.
i2p.susi.webmail - package i2p.susi.webmail
The SusiMail webapp, which implements a webmail interface, POP3 and SMTP client-side protocols, and local caching of email.
i2p.susi.webmail.encoding - package i2p.susi.webmail.encoding
Character encoding and MIME handling for SusiMail.
i2p.susi.webmail.pop3 - package i2p.susi.webmail.pop3
POP3 protocol implementation for SusiMail.
i2p.susi.webmail.smtp - package i2p.susi.webmail.smtp
SMTP protocol implementation for SusiMail.
I2P_ELGAMAL_2048_SPEC - Static variable in class net.i2p.crypto.CryptoConstants
 
I2PAppContext - Class in net.i2p
Provide a base scope for accessing singletons that I2P exposes.
I2PAppContext() - Constructor for class net.i2p.I2PAppContext
Create a brand new context.
I2PAppContext(Properties) - Constructor for class net.i2p.I2PAppContext
Create a brand new context.
I2PAppContext(boolean, Properties) - Constructor for class net.i2p.I2PAppContext
Create a brand new context.
I2PAppThread - Class in net.i2p.util
Like I2PThread but with per-thread OOM listeners, rather than a static router-wide listener list, so that an OOM in an app won't call the router listener to shutdown the whole router.
I2PAppThread() - Constructor for class net.i2p.util.I2PAppThread
Creates a new I2PAppThread with no target or name.
I2PAppThread(String) - Constructor for class net.i2p.util.I2PAppThread
Creates a new I2PAppThread with the given name.
I2PAppThread(Runnable) - Constructor for class net.i2p.util.I2PAppThread
Creates a new I2PAppThread with the given target runnable.
I2PAppThread(Runnable, String) - Constructor for class net.i2p.util.I2PAppThread
Creates a new I2PAppThread with the given target and name.
I2PAppThread(Runnable, String, boolean) - Constructor for class net.i2p.util.I2PAppThread
Creates a new I2PAppThread with the given target, name, and daemon status.
I2PAppThread(ThreadGroup, Runnable, String) - Constructor for class net.i2p.util.I2PAppThread
Creates a new I2PAppThread in the given thread group.
I2PClient - Interface in net.i2p.client
Define the standard means of interacting with the I2P system An I2PClient contains no state, it is just a facility for creating private key files and generating sesssions from existing private key files.
I2PClientFactory - Class in net.i2p.client
Provide a means of hooking into an appropriate I2PClient implementation
I2PClientFactory() - Constructor for class net.i2p.client.I2PClientFactory
 
I2PClientImpl - Class in net.i2p.client.impl
Base client implementation.
I2PClientImpl() - Constructor for class net.i2p.client.impl.I2PClientImpl
 
I2PClientMessageHandlerMap - Class in net.i2p.client.impl
Contains a map of message handlers that a session will want to use
I2PClientMessageHandlerMap(int) - Constructor for class net.i2p.client.impl.I2PClientMessageHandlerMap
for extension
I2PClientMessageHandlerMap(I2PAppContext) - Constructor for class net.i2p.client.impl.I2PClientMessageHandlerMap
I2PClientMessageHandlerMap.
I2PControlController - Class in net.i2p.i2pcontrol
This handles the starting and stopping of Jetty from a single static class so it can be called via clients.config.
I2PControlController(RouterContext, ClientAppManager) - Constructor for class net.i2p.i2pcontrol.I2PControlController
RouterApp (new way)
I2PControlHandler - Class in net.i2p.i2pcontrol.servlets.jsonrpc2handlers
JSON-RPC2 handler for the I2PControl method.
I2PControlHandler(JSONRPC2Helper, SecurityManager) - Constructor for class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.I2PControlHandler
I2PControlHandler.
I2PControlVersion - Class in net.i2p.i2pcontrol
Version information and API compatibility for I2PControl interface.
I2PControlVersion() - Constructor for class net.i2p.i2pcontrol.I2PControlVersion
 
I2PDatagramDissector - Class in net.i2p.client.datagram
Class for dissecting I2P repliable datagrams, checking the authenticity of the sender.
I2PDatagramDissector() - Constructor for class net.i2p.client.datagram.I2PDatagramDissector
Crate a new I2P repliable datagram dissector.
I2PDatagramMaker - Class in net.i2p.client.datagram
Class for creating I2P repliable datagrams.
I2PDatagramMaker(I2PSession) - Constructor for class net.i2p.client.datagram.I2PDatagramMaker
Construct a new I2PDatagramMaker that will be able to create I2P repliable datagrams going to be sent through the specified I2PSession.
I2PDatagramMaker() - Constructor for class net.i2p.client.datagram.I2PDatagramMaker
Construct a new I2PDatagramMaker that is null.
I2PDefaultServlet - Class in net.i2p.servlet
Extends DefaultServlet to set locale for the displayed time of directory listings, to prevent leaking of the locale.
I2PDefaultServlet() - Constructor for class net.i2p.servlet.I2PDefaultServlet
 
I2PException - Exception in net.i2p
Base class of I2P exceptions This was originally used to provide chained exceptions, but those were added to Exception in Java 1.4, so this class provides nothing extra at the moment.
I2PException() - Constructor for exception net.i2p.I2PException
I2PException.
I2PException(String) - Constructor for exception net.i2p.I2PException
I2PException.
I2PException(String, Throwable) - Constructor for exception net.i2p.I2PException
I2PException.
I2PException(Throwable) - Constructor for exception net.i2p.I2PException
 
I2Ping - Class in net.i2p.i2ptunnel
I2P ping utility for CLI use.
I2Ping(Logging, boolean, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2Ping
tunnel.getOptions must contain "command".
I2PInvalidDatagramException - Exception in net.i2p.client.datagram
Exception thrown when I2P repliable datagram signature verification fails.
I2PInvalidDatagramException() - Constructor for exception net.i2p.client.datagram.I2PInvalidDatagramException
Creates a new I2PInvalidDatagramException without a detail message.
I2PInvalidDatagramException(String) - Constructor for exception net.i2p.client.datagram.I2PInvalidDatagramException
Creates a new I2PInvalidDatagramException with a detail message.
I2PLogger - Class in net.i2p.jetty
Modified from Jetty 6.1.26 StdErrLog.java and Slf4jLog.java Usage: org.eclipse.log.Log.setLog(new I2PLogger(ctx));
I2PLogger() - Constructor for class net.i2p.jetty.I2PLogger
no-arg constructor, uses global context
I2PLogger(I2PAppContext) - Constructor for class net.i2p.jetty.I2PLogger
 
i2pnet - Variable in class net.i2p.router.news.NewsMetadata.Update
In-net URLs
I2PProperties - Class in net.i2p.util
This class contains a number of properties ((key,value)-pairs).
I2PProperties() - Constructor for class net.i2p.util.I2PProperties
Constructs an empty I2PProperties with no default values.
I2PProperties(Properties) - Constructor for class net.i2p.util.I2PProperties
Constructs an I2PProperties with the given default values.
I2PProperties.I2PPropertyCallback - Interface in net.i2p.util
Callback interface for property change notifications.
I2PProvider - Class in net.i2p.crypto.provider
I2P security provider for Java cryptography.
I2PProvider() - Constructor for class net.i2p.crypto.provider.I2PProvider
Construct a new I2P provider.
I2PRequestLog - Class in net.i2p.jetty
This RequestLog implementation outputs logs in the pseudo-standard NCSA common log format.
I2PRequestLog() - Constructor for class net.i2p.jetty.I2PRequestLog
I2PRequestLog.
I2PRequestLog(String) - Constructor for class net.i2p.jetty.I2PRequestLog
 
I2PServerSocket - Interface in net.i2p.client.streaming
Streaming server socket returned by I2PSocketManager.getServerSocket().
I2PServerSocketFull - Class in net.i2p.client.streaming.impl
Bridge to allow accepting new connections
I2PServerSocketFull(I2PSocketManagerFull) - Constructor for class net.i2p.client.streaming.impl.I2PServerSocketFull
 
I2PSession - Interface in net.i2p.client
Define the standard means of sending and receiving messages on the I2P network by using the I2CP (the client protocol).
I2PSession.TunnelPair - Class in net.i2p.client
Simple holder for tunnel pair information.
I2PSessionDemultiplexer - Class in net.i2p.client.impl
Implement multiplexing with a 1-byte 'protocol' and a two-byte 'port'.
I2PSessionDemultiplexer(I2PAppContext) - Constructor for class net.i2p.client.impl.I2PSessionDemultiplexer
Create a new demultiplexer.
I2PSessionException - Exception in net.i2p.client
Thrown when there is a problem doing something on the session
I2PSessionException(String, Throwable) - Constructor for exception net.i2p.client.I2PSessionException
Create a new session exception with a message and cause.
I2PSessionException(String) - Constructor for exception net.i2p.client.I2PSessionException
Create a new session exception with a message.
I2PSessionImpl - Class in net.i2p.client.impl
Implementation of an I2P session running over TCP.
I2PSessionImpl(I2PAppContext, Properties, I2PClientMessageHandlerMap) - Constructor for class net.i2p.client.impl.I2PSessionImpl
for extension by SimpleSession (no dest)
I2PSessionImpl(I2PSessionImpl, InputStream, Properties) - Constructor for class net.i2p.client.impl.I2PSessionImpl
For extension by SubSession via I2PSessionMuxedImpl and I2PSessionImpl2
I2PSessionImpl(I2PAppContext, InputStream, Properties) - Constructor for class net.i2p.client.impl.I2PSessionImpl
Create a new session, reading the Destination, PrivateKey, and SigningPrivateKey from the destKeyStream, and using the specified options to connect to the router As of 0.9.19, defaults in options are honored.
I2PSessionImpl.AvailabilityNotifier - Class in net.i2p.client.impl
This notifies the client of payload messages.
I2PSessionImpl.State - Enum in net.i2p.client.impl
Session state enumeration.
I2PSessionImpl2 - Class in net.i2p.client.impl
Thread safe implementation of an I2P session running over TCP.
I2PSessionImpl2(I2PAppContext, Properties, I2PClientMessageHandlerMap) - Constructor for class net.i2p.client.impl.I2PSessionImpl2
for extension by SimpleSession (no dest)
I2PSessionImpl2(I2PAppContext, InputStream, Properties) - Constructor for class net.i2p.client.impl.I2PSessionImpl2
for extension by I2PSessionMuxedImpl Create a new session, reading the Destination, PrivateKey, and SigningPrivateKey from the destKeyStream, and using the specified options to connect to the router
I2PSessionImpl2(I2PSessionImpl, InputStream, Properties) - Constructor for class net.i2p.client.impl.I2PSessionImpl2
I2PSessionImpl2.
I2PSessionListener - Interface in net.i2p.client
Define a means for the router to asynchronously notify the client that a new message is available or the router is under attack.
I2PSessionMuxedImpl - Class in net.i2p.client.impl
I2PSession with protocol and ports Streaming lib has been modified to send I2PSession.PROTO_STREAMING but still receives all.
I2PSessionMuxedImpl(I2PAppContext, InputStream, Properties) - Constructor for class net.i2p.client.impl.I2PSessionMuxedImpl
Create a new muxed session.
I2PSessionMuxedImpl(I2PSessionImpl, InputStream, Properties) - Constructor for class net.i2p.client.impl.I2PSessionMuxedImpl
For extension by SubSession.
I2PSessionMuxedImpl.MuxedAvailabilityNotifier - Class in net.i2p.client.impl
MuxedAvailabilityNotifier Extends AvailabilityNotifier.
I2PSessionMuxedListener - Interface in net.i2p.client
Define a means for the router to asynchronously notify the client that a new message is available or the router is under attack.
I2PSimpleClient - Class in net.i2p.client
Simple client implementation with no Destination, just used to talk to the router.
I2PSimpleClient() - Constructor for class net.i2p.client.I2PSimpleClient
 
I2PSimpleSession - Class in net.i2p.client.impl
Create a new session for doing naming and bandwidth queries only.
I2PSimpleSession(I2PAppContext, Properties) - Constructor for class net.i2p.client.impl.I2PSimpleSession
Create a new session for doing naming and bandwidth queries only.
I2PSink - Class in net.i2p.i2ptunnel.udp
I2P sink implementation that sends datagrams to a fixed destination specified in the constructor.
I2PSink(I2PSession, Destination) - Constructor for class net.i2p.i2ptunnel.udp.I2PSink
Creates a repliable (non-raw) sink for the given session and destination.
I2PSink(I2PSession, Destination, boolean) - Constructor for class net.i2p.i2ptunnel.udp.I2PSink
Creates a sink for the given session and destination.
I2PSink(I2PSession, Destination, boolean, int) - Constructor for class net.i2p.i2ptunnel.udp.I2PSink
Creates a sink for the given session, destination, and port.
I2PSinkAnywhere - Class in net.i2p.i2ptunnel.udp
I2P sink implementation that sends datagrams to any destination specified in each I2PSinkAnywhere.send(net.i2p.data.Destination, byte[]) call, rather than a fixed destination.
I2PSinkAnywhere(I2PSession) - Constructor for class net.i2p.i2ptunnel.udp.I2PSinkAnywhere
Creates a repliable (non-raw) sink for the given session.
I2PSinkAnywhere(I2PSession, boolean) - Constructor for class net.i2p.i2ptunnel.udp.I2PSinkAnywhere
Creates a sink for the given session.
I2PSnarkServlet - Class in org.klomp.snark.web
Web interface servlet for I2PSnark torrent management.
I2PSnarkServlet() - Constructor for class org.klomp.snark.web.I2PSnarkServlet
 
I2PSnarkUtil - Class in org.klomp.snark
I2P-specific utilities and context management for I2PSnark.
I2PSnarkUtil(I2PAppContext) - Constructor for class org.klomp.snark.I2PSnarkUtil
 
I2PSnarkUtil(I2PAppContext, String, I2PSocketManager.DisconnectListener) - Constructor for class org.klomp.snark.I2PSnarkUtil
 
I2PSocket - Interface in net.i2p.client.streaming
Streaming socket returned by I2PSocketManager.connect(Destination).
i2pSocket - Variable in class net.i2p.sam.SAMStreamSession.SAMStreamSessionSocketReader
i2pSocket.
i2pSocket - Variable in class net.i2p.sam.SAMStreamSession.StreamSender
i2pSocket.
I2PSocket.SocketErrorListener - Interface in net.i2p.client.streaming
Deprecated, unimplemented, does nothing.
I2PSocketAddress - Class in net.i2p.client.streaming
A SocketAddress (Destination + port) so we can have SocketChannels.
I2PSocketAddress(String) - Constructor for class net.i2p.client.streaming.I2PSocketAddress
Convenience constructor that parses host:port.
I2PSocketAddress(Destination, int) - Constructor for class net.i2p.client.streaming.I2PSocketAddress
Does not do a reverse lookup.
I2PSocketAddress(String, int) - Constructor for class net.i2p.client.streaming.I2PSocketAddress
Does a naming service lookup to resolve the dest.
I2PSocketEepGet - Class in net.i2p.client.streaming
Fetch a URL using a socket from the supplied I2PSocketManager.
I2PSocketEepGet(I2PAppContext, I2PSocketManager, int, String, String) - Constructor for class net.i2p.client.streaming.I2PSocketEepGet
Creates an I2PSocketEepGet with default size limits.
I2PSocketEepGet(I2PAppContext, I2PSocketManager, int, long, long, String, OutputStream, String) - Constructor for class net.i2p.client.streaming.I2PSocketEepGet
Creates an I2PSocketEepGet with full configuration.
I2PSocketException - Exception in net.i2p.client.streaming
An I2P-specific IOException thrown from input and output streams, with a stored status code to be used for programmatic responses.
I2PSocketException(int) - Constructor for exception net.i2p.client.streaming.I2PSocketException
Use canned message for this status code.
I2PSocketException(String) - Constructor for exception net.i2p.client.streaming.I2PSocketException
Use message provided
I2PSocketFull - Class in net.i2p.client.streaming.impl
Bridge between the full streaming lib and the I2PSocket API
I2PSocketFull(Connection, I2PAppContext) - Constructor for class net.i2p.client.streaming.impl.I2PSocketFull
 
I2PSocketManager - Interface in net.i2p.client.streaming
Centralize the coordination and multiplexing of the local client's streaming.
I2PSocketManager.DisconnectListener - Interface in net.i2p.client.streaming
Listener for notification when an I2P session is disconnected
I2PSocketManagerFactory - Class in net.i2p.client.streaming
Factory for creating I2PSocketManager instances.
I2PSocketManagerFactory() - Constructor for class net.i2p.client.streaming.I2PSocketManagerFactory
 
I2PSocketManagerFull - Class in net.i2p.client.streaming.impl
Centralize the coordination and multiplexing of the local client's streaming.
I2PSocketManagerFull(I2PAppContext, I2PSession, Properties, String, IncomingConnectionFilter) - Constructor for class net.i2p.client.streaming.impl.I2PSocketManagerFull
This is what I2PSocketManagerFactory.createManager() returns.
I2PSocketOptions - Interface in net.i2p.client.streaming
Define the configuration for streaming and verifying data on the socket.
I2PSocketOptionsImpl - Class in net.i2p.client.streaming.impl
Define the configuration for streaming and verifying data on the socket.
I2PSocketOptionsImpl() - Constructor for class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
Sets max buffer size, connect timeout, read timeout, and write timeout from System properties.
I2PSocketOptionsImpl(I2PSocketOptions) - Constructor for class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
Initializes from System properties then copies over all options.
I2PSocketOptionsImpl(Properties) - Constructor for class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
Sets max buffer size, connect timeout, read timeout, and write timeout from properties.
I2PSOCKSIRCTunnel - Class in net.i2p.i2ptunnel.socks
SOCKS tunnel specialized for IRC traffic with I2P filtering and security.
I2PSOCKSIRCTunnel(int, Logging, boolean, EventDispatcher, I2PTunnel, String) - Constructor for class net.i2p.i2ptunnel.socks.I2PSOCKSIRCTunnel
Construct a SOCKS IRC tunnel.
I2PSOCKSTunnel - Class in net.i2p.i2ptunnel.socks
SOCKS proxy server that routes TCP connections through I2P network.
I2PSOCKSTunnel(int, Logging, boolean, EventDispatcher, I2PTunnel, String) - Constructor for class net.i2p.i2ptunnel.socks.I2PSOCKSTunnel
As of 0.9.20 this is fast, and does NOT connect the manager to the router, or open the local socket.
I2PSource - Class in net.i2p.i2ptunnel.udp
I2P source implementation for streaming data.
I2PSource(I2PSession) - Constructor for class net.i2p.i2ptunnel.udp.I2PSource
Creates a source handling both repliable and raw datagrams on all ports.
I2PSource(I2PSession, I2PSource.Protocol) - Constructor for class net.i2p.i2ptunnel.udp.I2PSource
Creates a source listening on all I2CP ports for the specified protocol.
I2PSource(I2PSession, I2PSource.Protocol, int) - Constructor for class net.i2p.i2ptunnel.udp.I2PSource
Creates a source listening on the specified port for the specified protocol.
I2PSource.Listener - Class in net.i2p.i2ptunnel.udp
Listener for incoming I2P datagrams, dispatching to the configured sink.
I2PSource.Protocol - Enum in net.i2p.i2ptunnel.udp
Protocol enum for I2P source handling.
i2pss - Variable in class net.i2p.i2ptunnel.I2PTunnelServer
 
I2PSSLSocketFactory - Class in net.i2p.util
Loads trusted ASCII certs from ~/.i2p/certificates/ and $I2P/certificates/.
I2PSSLSocketFactory(I2PAppContext, boolean, String) - Constructor for class net.i2p.util.I2PSSLSocketFactory
 
I2PThread - Class in net.i2p.util
Preferred over Thread for all router uses.
I2PThread() - Constructor for class net.i2p.util.I2PThread
I2PThread.
I2PThread(String) - Constructor for class net.i2p.util.I2PThread
I2PThread.
I2PThread(Runnable) - Constructor for class net.i2p.util.I2PThread
I2PThread.
I2PThread(Runnable, String) - Constructor for class net.i2p.util.I2PThread
I2PThread.
I2PThread(Runnable, String, boolean) - Constructor for class net.i2p.util.I2PThread
I2PThread.
I2PThread(ThreadGroup, Runnable) - Constructor for class net.i2p.util.I2PThread
I2PThread.
I2PThread(ThreadGroup, Runnable, String) - Constructor for class net.i2p.util.I2PThread
 
I2PThread.OOMEventListener - Interface in net.i2p.util
Listener for out-of-memory events.
I2PTunnel - Class in net.i2p.i2ptunnel
Manages I2PTunnelTasks and I2PSessions.
I2PTunnel() - Constructor for class net.i2p.i2ptunnel.I2PTunnel
Standard constructor for embedded, uses args "-nocli -die" to return immediately
I2PTunnel(TunnelController) - Constructor for class net.i2p.i2ptunnel.I2PTunnel
New standard constructor in router, with back ref to tc
I2PTunnel(String[]) - Constructor for class net.i2p.i2ptunnel.I2PTunnel
See usage() for options
I2PTunnel(String[], I2PTunnel.ConnectionEventListener) - Constructor for class net.i2p.i2ptunnel.I2PTunnel
See usage() for options
I2PTunnel.ConnectionEventListener - Interface in net.i2p.i2ptunnel
Callback routine to find out
I2PTunnelClient - Class in net.i2p.i2ptunnel
Standard I2P client tunnel that forwards local TCP connections to I2P destinations.
I2PTunnelClient(int, String, Logging, boolean, EventDispatcher, I2PTunnel, String) - Constructor for class net.i2p.i2ptunnel.I2PTunnelClient
As of 0.9.20 this is fast, and does NOT connect the manager to the router, or open the local socket.
I2PTunnelClientBase - Class in net.i2p.i2ptunnel
Abstract base class for I2P client tunnels with common functionality.
I2PTunnelClientBase(int, Logging, I2PSocketManager, I2PTunnel, EventDispatcher, long) - Constructor for class net.i2p.i2ptunnel.I2PTunnelClientBase
This constructor is used to add a client to an existing socket manager.
I2PTunnelClientBase(int, boolean, Logging, EventDispatcher, String, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelClientBase
The main constructor.
I2PTunnelClientBase(int, boolean, Logging, EventDispatcher, String, I2PTunnel, String) - Constructor for class net.i2p.i2ptunnel.I2PTunnelClientBase
Use this to build a client with a persistent private key.
I2PTunnelConnectClient - Class in net.i2p.i2ptunnel
SSL tunnel through HTTP proxy using CONNECT method.
I2PTunnelConnectClient(int, Logging, boolean, String, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelConnectClient
As of 0.9.20 this is fast, and does NOT connect the manager to the router, or open the local socket.
I2PTunnelDCCClient - Class in net.i2p.i2ptunnel.irc
A standard client, using an existing socket manager.
I2PTunnelDCCClient(String, int, int, Logging, I2PSocketManager, EventDispatcher, I2PTunnel, long) - Constructor for class net.i2p.i2ptunnel.irc.I2PTunnelDCCClient
As of 0.9.20 this is fast, and does NOT connect the manager to the router, or open the local socket.
I2PTunnelDCCServer - Class in net.i2p.i2ptunnel.irc
A standard server that only answers for registered ports, and each port can only be used once.
I2PTunnelDCCServer(I2PSocketManager, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.irc.I2PTunnelDCCServer
There's no support for unsolicited incoming I2P connections, so there's no server host or port parameters.
I2PTunnelHTTPBidirProxy - Class in net.i2p.i2ptunnel
HTTP proxy reusing server's I2PSocketManager without outproxy capability.
I2PTunnelHTTPBidirProxy(int, Logging, I2PSocketManager, I2PTunnel, EventDispatcher, long) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPBidirProxy
As of 0.9.20 this is fast, and does NOT connect the manager to the router, or open the local socket.
I2PTunnelHTTPBidirServer - Class in net.i2p.i2ptunnel
Bidirectional HTTP server tunnel combining server and client functionality.
I2PTunnelHTTPBidirServer(InetAddress, int, int, String, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPBidirServer
Creates a bidirectional HTTP server tunnel.
I2PTunnelHTTPBidirServer(InetAddress, int, int, File, String, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPBidirServer
Creates a bidirectional HTTP server tunnel with a private key file.
I2PTunnelHTTPBidirServer(InetAddress, int, int, InputStream, String, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPBidirServer
Creates a bidirectional HTTP server tunnel with an input stream for the private key.
I2PTunnelHTTPClient - Class in net.i2p.i2ptunnel
HTTP proxy that tunnels requests through I2P.
I2PTunnelHTTPClient(int, Logging, I2PSocketManager, I2PTunnel, EventDispatcher, long) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPClient
This constructor always starts the tunnel (ignoring the i2cp.delayOpen option).
I2PTunnelHTTPClient(int, Logging, boolean, String, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPClient
As of 0.9.20 this is fast, and does NOT connect the manager to the router, or open the local socket.
I2PTunnelHTTPClientBase - Class in net.i2p.i2ptunnel
Common things for HTTPClient and ConnectClient Retrofit over them in 0.8.2
I2PTunnelHTTPClientBase(int, boolean, Logging, EventDispatcher, String, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
Create a new HTTP client tunnel.
I2PTunnelHTTPClientBase(int, Logging, I2PSocketManager, I2PTunnel, EventDispatcher, long) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
This constructor always starts the tunnel (ignoring the i2cp.delayOpen option).
I2PTunnelHTTPClientBase.AuthResult - Enum in net.i2p.i2ptunnel
Authentication result status for HTTP client connections
I2PTunnelHTTPClientBase.OnProxySuccess - Class in net.i2p.i2ptunnel
Callback for successful proxy connections.
I2PTunnelHTTPClientBase.OnTimeout - Class in net.i2p.i2ptunnel
Callback for timeout events.
I2PTunnelHTTPClientRunner - Class in net.i2p.i2ptunnel
HTTP client runner that filters response headers to enforce the "Connection: close" header, ensuring browsers treat the connection as non-persistent, even if the server doesn't comply.
I2PTunnelHTTPClientRunner(Socket, I2PSocket, Object, byte[], List<I2PSocket>, I2PTunnelRunner.FailCallback, boolean, boolean, boolean) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPClientRunner
Constructs a new HTTP client runner.
I2PTunnelHTTPServer - Class in net.i2p.i2ptunnel
HTTP server tunnel that filters headers and provides compression.
I2PTunnelHTTPServer(InetAddress, int, String, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPServer
Create an HTTP tunnel server with a private key string.
I2PTunnelHTTPServer(InetAddress, int, File, String, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPServer
Create an HTTP tunnel server from a private key file.
I2PTunnelHTTPServer(InetAddress, int, InputStream, String, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPServer
Create an HTTP tunnel server from a private key stream.
I2PTunnelIRCClient - Class in net.i2p.i2ptunnel
IRC client tunnel with DCC support and filtering.
I2PTunnelIRCClient(int, String, Logging, boolean, EventDispatcher, I2PTunnel, String) - Constructor for class net.i2p.i2ptunnel.I2PTunnelIRCClient
As of 0.9.20 this is fast, and does NOT connect the manager to the router, or open the local socket.
I2PTunnelIRCServer - Class in net.i2p.i2ptunnel
IRC server tunnel that filters registration to pass client destination hash as hostname.
I2PTunnelIRCServer(InetAddress, int, File, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelIRCServer
 
I2PTunnelOutproxyRunner - Class in net.i2p.i2ptunnel
I2PTunnelOutproxyRunner forwards data bidirectionally between two connected sockets: one representing an external socket connection and the other an I2P socket connection.
I2PTunnelOutproxyRunner(Socket, Socket, Object, byte[], byte[], I2PTunnelRunner.FailCallback) - Constructor for class net.i2p.i2ptunnel.I2PTunnelOutproxyRunner
Constructs the OutproxyRunner Does not start itself.
I2PTunnelRunner - Class in net.i2p.i2ptunnel
Thread that forwards traffic between an I2PSocket and a TCP Socket.
I2PTunnelRunner(Socket, I2PSocket, Object, byte[], byte[], List<I2PSocket>, I2PTunnelRunner.FailCallback) - Constructor for class net.i2p.i2ptunnel.I2PTunnelRunner
Recommended new constructor.
I2PTunnelRunner(Socket, I2PSocket, Object, byte[], byte[], List<I2PSocket>, I2PTunnelRunner.FailCallback, boolean, boolean) - Constructor for class net.i2p.i2ptunnel.I2PTunnelRunner
With keepAlive args.
I2PTunnelRunner.FailCallback - Interface in net.i2p.i2ptunnel
For use in new constructor
I2PTunnelRunner.SuccessCallback - Interface in net.i2p.i2ptunnel
Callback interface for successful tunnel operation completion.
I2PTunnelServer - Class in net.i2p.i2ptunnel
Base I2P tunnel server for handling incoming connections.
I2PTunnelServer(InetAddress, int, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelServer
Non-blocking
I2PTunnelServer(InetAddress, int, File, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelServer
Non-blocking
I2PTunnelServer(InetAddress, int, InputStream, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelServer
Non-blocking
I2PTunnelServer(InetAddress, int, I2PSocketManager, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelServer
Non-blocking
I2PTunnelTask - Class in net.i2p.i2ptunnel
Base class for I2P tunnel servers and clients.
I2PTunnelTask(String, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.I2PTunnelTask
 
I2PTunnelUDPClientBase - Class in net.i2p.i2ptunnel.udpTunnel
Base client class that sets up an I2P Datagram client destination.
I2PTunnelUDPClientBase(String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPClientBase
 
I2PTunnelUDPServerBase - Class in net.i2p.i2ptunnel.udpTunnel
Base client class that sets up an I2P Datagram server destination.
I2PTunnelUDPServerBase(File, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPServerBase
 
i2pVersion - Variable in class net.i2p.router.news.NewsMetadata.Release
The I2P version of this release
IB_TOKEN_EXPIRATION - Static variable in class net.i2p.router.transport.udp.EstablishmentManager
IB_TOKEN_EXPIRATION.
IBSkipIterator<K extends Comparable<? super K>,V> - Class in net.metanotion.io.block.index
SkipList iterator with on-demand span loading (I2P version).
IBSkipIterator(SkipSpan<K, V>, int) - Constructor for class net.metanotion.io.block.index.IBSkipIterator
Constructor.
IBSkipSpan<K extends Comparable<? super K>,V> - Class in net.metanotion.io.block.index
Memory-efficient SkipList span implementation (I2P version).
IBSkipSpan(BlockFile, BSkipList<K, V>, int, Serializer<K>, Serializer<V>) - Constructor for class net.metanotion.io.block.index.IBSkipSpan
Constructor.
icon - Variable in class net.i2p.router.web.App
Application icon path
Icon - Class in org.cybergarage.upnp
Represents a UPnP device icon with its associated metadata and image data.
Icon(Node) - Constructor for class org.cybergarage.upnp.Icon
Creates an Icon from an existing XML node.
Icon() - Constructor for class org.cybergarage.upnp.Icon
Creates a new Icon with a default XML node structure.
IconList - Class in org.cybergarage.upnp
A collection of UPnP device icons.
IconList() - Constructor for class org.cybergarage.upnp.IconList
 
ID - Static variable in class net.i2p.CoreVersion
deprecated
id - Variable in class net.i2p.router.news.CRLEntry
The identifier
id - Variable in class net.i2p.router.news.NewsEntry
id.
ID - Static variable in class net.i2p.router.RouterVersion
deprecated
id - Variable in class net.i2p.sam.SAMStreamSession.SAMStreamSessionSocketReader
id.
id - Variable in class net.i2p.util.UIMessages.Message
sequential identifier
id - Variable in class org.minidns.dnsmessage.DnsMessage
The DNS message id.
ID - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for unrecognized identifiers - unknown words
ID_COMMENT - Static variable in class org.klomp.snark.ExtensionHandler
 
ID_DHT - Static variable in class org.klomp.snark.ExtensionHandler
DHT extension message ID (3).
ID_FEED - Static variable in class net.i2p.router.Blocklist
For Update Manager
ID_HANDSHAKE - Static variable in class org.klomp.snark.ExtensionHandler
Handshake extension message ID (0).
ID_METADATA - Static variable in class org.klomp.snark.ExtensionHandler
Metadata extension message ID (1).
ID_PEX - Static variable in class org.klomp.snark.ExtensionHandler
PEX extension message ID (2).
ID_SYBIL - Static variable in class net.i2p.router.Blocklist
Sybil attack blocklist ID
ID_TOR - Static variable in class net.i2p.router.Blocklist
Tor exit nodes blocklist ID
IDBytes - Static variable in class org.klomp.snark.WebPeer
IDBytes.
idencode(byte[]) - Static method in class org.klomp.snark.PeerID
Encode an id as a hex encoded string and remove leading zeros.
IdenticonCache - Interface in com.docuverse.identicon
Represents a I2P identiconcache.
IdenticonRenderer - Interface in com.docuverse.identicon
Identicon renderer interface.
IdenticonServlet - Class in net.i2p.imagegen
This servlet generates identicon (visual identifier) images ranging from 16x16 to 512x512 in size.
IdenticonServlet() - Constructor for class net.i2p.imagegen.IdenticonServlet
 
IdenticonUtil - Class in com.docuverse.identicon
Utility methods useful for implementing identicon functionality.
IdenticonUtil() - Constructor for class com.docuverse.identicon.IdenticonUtil
 
IdentityBytes - Class in net.metanotion.io.data
Pass-through serializer for byte arrays.
IdentityBytes() - Constructor for class net.metanotion.io.data.IdentityBytes
 
IdleChecker - Class in org.klomp.snark
Periodically check for idle condition based on connected peers, and reduce/restore tunnel count as necessary.
IdleChecker(SnarkManager, PeerCoordinatorSet) - Constructor for class org.klomp.snark.IdleChecker
Caller must schedule
IdleCloser - Class in i2p.susi.webmail.pop3
Close the POP3 connection after a certain idle time
IdleCloser(POP3MailBox) - Constructor for class i2p.susi.webmail.pop3.IdleCloser
Creates a new idle closer for the given mailbox.
IdleInComparator() - Constructor for class net.i2p.router.web.helpers.UDPSorters.IdleInComparator
 
IdleOutComparator() - Constructor for class net.i2p.router.web.helpers.UDPSorters.IdleOutComparator
 
IdleTunnelMonitor - Class in net.i2p.router.tunnel.pool
Monitors transit tunnels for idle behavior.
IdleTunnelMonitor(RouterContext) - Constructor for class net.i2p.router.tunnel.pool.IdleTunnelMonitor
Constructor.
IdnaTransformator - Interface in org.minidns.idna
IdnaTransformator.
idx - Variable in class i2p.susi.util.RegexOutputStream
index
ifPossibleAs(Class<E>) - Method in class org.minidns.record.Record
Return the record if possible as record with the given Data class.
ignore(Throwable) - Method in class net.i2p.jetty.I2PLogger
 
ignoreEvents() - Method in class net.i2p.i2ptunnel.irc.EventReceiver
 
ignoreEvents() - Method in interface net.i2p.util.EventDispatcher
Ignore further event notifications
ignoreEvents() - Method in class net.i2p.util.EventDispatcherImpl
 
ignoreStat(String) - Method in class net.i2p.stat.StatManager
Save memory by not creating stats unless they are required for router operation.
ignoresVersion() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Parser
Returns true if the "jsonrpc":"2.0" version attribute in parsed JSON-RPC 2.0 messages is ignored, else false.
ignoreVersion(boolean) - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Parser
Specifies whether to ignore the "jsonrpc":"2.0" version attribute during parsing of JSON-RPC 2.0 messages.
im - Variable in class org.rrd4j.graph.RrdGraph
 
im - Variable in class org.rrd4j.graph.RrdGraphGenerator
 
ImageElement - Class in org.jfree.svg
A (String, Image) pair that links together a reference ID and the source image.
ImageElement(String, Image) - Constructor for class org.jfree.svg.ImageElement
Creates a new instance.
imageFormat - Variable in class org.rrd4j.graph.RrdGraphDef
Image format for the output (e.g., PNG, GIF, JPEG).
imageInfo - Variable in class org.rrd4j.graph.RrdGraphDef
Additional image info format string (printf-like).
ImageParameters - Class in org.rrd4j.graph
Container for image rendering parameters in RRD graphs.
ImageParameters() - Constructor for class org.rrd4j.graph.ImageParameters
 
imageQuality - Variable in class org.rrd4j.graph.RrdGraphDef
Image quality for JPEG images (0F=worst, 1F=best).
ImageWorker - Class in org.rrd4j.graph
Abstract base class for image workers in RRD graphs.
ImageWorker() - Constructor for class org.rrd4j.graph.ImageWorker
 
imgInfo - Variable in class org.rrd4j.graph.RrdGraphInfo
 
implCloseSelectableChannel() - Method in class net.i2p.sam.SSLServerSocketChannel
Close the underlying SSL server socket.
implCloseSelectableChannel() - Method in class net.i2p.sam.SSLSocketChannel
Close the underlying SSL socket.
implConfigureBlocking(boolean) - Method in class net.i2p.sam.SSLServerSocketChannel
Configure the blocking mode.
implConfigureBlocking(boolean) - Method in class net.i2p.sam.SSLSocketChannel
Configure the blocking mode.
importFile(RequestWrapper) - Method in class i2p.susi.dns.NamingServiceBean
Import entries from a file upload.
importJavaPrivateKey(File, SigType) - Static method in class net.i2p.crypto.SigUtil
Import a Java PKCS8-encoded private key from a file.
importJavaPublicKey(File, SigType) - Static method in class net.i2p.crypto.SigUtil
Import a Java X.509-encoded public key from a file.
importPrivateKey(File, String, String, String, InputStream) - Static method in class net.i2p.crypto.KeyStoreUtil
Import the private key and certificate chain to a keystore.
IN - Static variable in class org.cybergarage.upnp.Argument
Direction constant for input arguments
in - Variable in class org.klomp.snark.PeerState
Inbound connection
IN_ADDR_ARPA - Static variable in class org.minidns.dnsname.DnsName
IN_ADDR_ARPA.
IN_MEMORY_IMAGE - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Constant to represent in-memory image name
IN_PROGRESS - Static variable in class org.freenetproject.ForwardPortStatus
The port forward is in progress
INACTIVITY_ACTION_DISCONNECT - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
Disconnect the connection when inactivity timeout fires
INACTIVITY_ACTION_NOOP - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
No action taken when inactivity timeout fires
INACTIVITY_ACTION_SEND - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
Send a keepalive when inactivity timeout fires
INACTIVITY_TIMEOUT - Static variable in class net.i2p.router.update.UpdateRunner
inactivity timeout with proxy in ms
inboundConnectionReceived(boolean) - Method in class net.i2p.router.transport.udp.UDPTransport
Inbound connection received
InboundEndpointProcessor - Class in net.i2p.router.tunnel
Receive the inbound tunnel message, removing all of the layers added by earlier hops to recover the preprocessed data sent by the gateway.
InboundEndpointProcessor(RouterContext, TunnelCreatorConfig, IVValidator) - Constructor for class net.i2p.router.tunnel.InboundEndpointProcessor
InboundEndpointProcessor.
inboundEstablished(NTCPConnection) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
Registers a newly established inbound connection, replacing any existing connection for the same peer.
InboundEstablishState - Class in net.i2p.router.transport.ntcp
NTCP 2 inbound connection establishment state machine.
InboundEstablishState(RouterContext, NTCPTransport, NTCPConnection) - Constructor for class net.i2p.router.transport.ntcp.InboundEstablishState
Creates a new InboundEstablishState for the given context, transport, and connection
InboundEstablishState - Class in net.i2p.router.transport.udp
Data for a new connection being established, where the remote peer has initiated the connection with us.
InboundEstablishState(RouterContext, InetSocketAddress) - Constructor for class net.i2p.router.transport.udp.InboundEstablishState
For SSU2
InboundEstablishState.InboundState - Enum in net.i2p.router.transport.udp
States for inbound SSU session establishment.
InboundEstablishState2 - Class in net.i2p.router.transport.udp
Data for a new connection being established, where the remote peer has initiated the connection with us.
InboundEstablishState2(RouterContext, UDPTransport, UDPPacket) - Constructor for class net.i2p.router.transport.udp.InboundEstablishState2
Start a new handshake with the given incoming packet, which must be a Session Request or Token Request.
inboundFilter(String, StringBuffer, DCCHelper) - Static method in class net.i2p.i2ptunnel.irc.IRCFilter
Modify or filter a single inbound line.
InboundGatewayProcessor - Class in net.i2p.router.tunnel
Override the hop processor to seed the message with a random IV.
InboundGatewayProcessor(I2PAppContext, HopConfig) - Constructor for class net.i2p.router.tunnel.InboundGatewayProcessor
InboundGatewayProcessor.
InboundGatewayReceiver - Class in net.i2p.router.tunnel
Handle messages at the IBGW.
InboundGatewayReceiver(RouterContext, HopConfig) - Constructor for class net.i2p.router.tunnel.InboundGatewayReceiver
 
InboundMessageDistributor - Class in net.i2p.router.tunnel
When a message arrives at the inbound tunnel endpoint, this distributor honors the instructions (safely)
InboundMessageDistributor(RouterContext, Hash) - Constructor for class net.i2p.router.tunnel.InboundMessageDistributor
Create a new inbound message distributor.
InboundMessageFragments - Class in net.i2p.router.transport.udp
Organize the received data message fragments, feeding completed messages to the MessageReceiver and telling the PeerState to ACK.
InboundMessageFragments(RouterContext, OutboundMessageFragments, UDPTransport) - Constructor for class net.i2p.router.transport.udp.InboundMessageFragments
InboundMessageFragments.
InboundMessageFragments.ModifiableLong - Class in net.i2p.router.transport.udp
Modifiable Long, no locking
InboundMessageState - Class in net.i2p.router.transport.udp
Hold the raw data fragments of an inbound message.
InboundMessageState(RouterContext, long, Hash) - Constructor for class net.i2p.router.transport.udp.InboundMessageState
Constructs a new InboundMessageState with no fragments.
InboundMessageState(RouterContext, long, Hash, byte[], int, int, int, boolean) - Constructor for class net.i2p.router.transport.udp.InboundMessageState
Constructs and initializes by receiving one fragment.
InboundSender - Class in net.i2p.router.tunnel
Receive the preprocessed data for an inbound gateway, encrypt it, and forward it on to the first hop.
InboundSender(I2PAppContext, HopConfig) - Constructor for class net.i2p.router.tunnel.InboundSender
InboundSender.
INCLUDE_CIPHERS - Static variable in class net.i2p.util.I2PSSLSocketFactory
Nothing for now.
INCLUDE_PROTOCOLS - Static variable in class net.i2p.util.I2PSSLSocketFactory
Java 7 does not enable 1.1 or 1.2 by default on the client side.
InclusiveByteRange - Class in org.klomp.snark.web
Byte range inclusive of end points.
InclusiveByteRange(long, long) - Constructor for class org.klomp.snark.web.InclusiveByteRange
Creates a new byte range.
IncomingConnectionFilter - Interface in net.i2p.client.streaming
Something that filters incoming streaming connections.
increment(K) - Method in class net.i2p.util.ObjectCounter
Add one.
increment(K) - Method in class net.i2p.util.ObjectCounterUnsafe
Add one.
incrementActiveFloodfillQuery(Hash) - Static method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Increment the active outbound query count for a floodfill peer.
incrementAgreedTo() - Method in class net.i2p.router.peermanager.TunnelHistory
incrementAgreedTo.
incrementBuildTimeout() - Method in class net.i2p.router.tunnel.pool.TunnelPool
Increment consecutive build timeout counter.
incrementBytesReceived(int) - Method in class net.i2p.client.streaming.impl.Connection
Increment the lifetime bytes received counter.
incrementBytesSent(int) - Method in class net.i2p.client.streaming.impl.Connection
Increment the lifetime bytes sent counter.
incrementConsecutiveFailedSends() - Method in class net.i2p.router.transport.udp.PeerState
Increment consecutive failed sends.
incrementDupBytesSent(int) - Method in class net.i2p.client.streaming.impl.Connection
Increment the lifetime duplicate bytes sent counter.
incrementDupMessagesReceived(int) - Method in class net.i2p.client.streaming.impl.Connection
Increment the lifetime duplicate messages received counter.
incrementDupMessagesSent(int) - Method in class net.i2p.client.streaming.impl.Connection
Increment the lifetime duplicate messages sent counter.
incrementFailed(int) - Method in class net.i2p.router.peermanager.TunnelHistory
Define this rate as the probability it really failed
incrementFragmentNumber() - Method in class net.i2p.router.tunnel.PendingGatewayMessage
ok, fragment sent, increment what the next will be
incrementNACKs() - Method in class net.i2p.client.streaming.impl.PacketLocal
Will force a fast restransmit on the 3rd call (FAST_RETRANSMIT_THRESHOLD) but only if it's the lowest unacked (see Connection.ResendPacketEvent)
incrementNACKs() - Method in class net.i2p.router.transport.udp.OutboundMessageState
 
incrementNotifyCount() - Method in class org.cybergarage.upnp.event.Subscriber
incrementNotifyCount.
incrementPacketsRelayed() - Method in class net.i2p.router.transport.udp.PeerTestState
Increment and return the packets relayed count.
incrementParticipatingMessageBytes(int, float) - Method in class net.i2p.router.transport.FIFOBandwidthRefiller
We intend to send traffic for a participating tunnel with the given size and adjustment factor.
incrementParticipatingMessageBytesIn(int, float) - Method in class net.i2p.router.transport.FIFOBandwidthRefiller
We intend to receive traffic for a participating tunnel with the given size and adjustment factor.
incrementProcessed(int, int) - Method in class net.i2p.router.peermanager.TunnelHistory
incrementProcessed.
incrementProcessedMessages() - Method in class net.i2p.router.tunnel.HopConfig
Take note of a message being pumped through this tunnel.
incrementProcessedMessages() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
take note of a message being pumped through this tunnel
incrementRecentTestExemptions() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
Increment the recent-traffic test exemption counter.
incrementRejected(int) - Method in class net.i2p.router.peermanager.TunnelHistory
 
incrementSends() - Method in class net.i2p.client.streaming.impl.PacketLocal
Increment the number of times this packet has been sent
incrementTestFailures() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
Increment the failure count without triggering pool removal or reuse flag.
incrementTestSucceeded() - Method in class net.i2p.router.peermanager.TunnelHistory
Record that a tunnel test through this peer succeeded.
incrementUnackedPacketsReceived() - Method in class net.i2p.client.streaming.impl.Connection
Increment the count of unacked packets received.
incrementVerifiedBytesTransferred(int) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
This calls profile manager tunnelDataPushed1m() for each peer
incrementVerifiedBytesTransferred(int) - Method in interface net.i2p.router.TunnelInfo
Increment the verified byte count for data successfully sent through the tunnel.
INDENT_STR - Static variable in class org.rrd4j.core.XmlWriter
Indentation string for XML output
index - Variable in class net.metanotion.util.skiplist.SkipIterator
Current index position.
index - Variable in class org.klomp.snark.web.Sorters.FileAndIndex
 
IndexBean - Class in net.i2p.i2ptunnel.web
Backend bean for I2P tunnel management web interface.
IndexBean() - Constructor for class net.i2p.i2ptunnel.web.IndexBean
Create the IndexBean, initializing the tunnel controller group and helper.
indexOf(Object) - Method in class net.i2p.util.ArraySet
Finds the index of the given object in the set.
indexOf(Object) - Method in class net.i2p.util.UnmodifiableSortedSet
Overridden to do binary search
indexOf(File) - Method in class org.klomp.snark.Storage
Get index to pass to remaining(), getPriority(), setPriority()
indexOfKey(int) - Method in class net.i2p.router.crypto.ratchet.SparseArray
Returns the index for which SparseArray.keyAt(int) would return the specified key, or a negative number if the specified key is not mapped.
indexOfValue(E) - Method in class net.i2p.router.crypto.ratchet.SparseArray
Returns an index for which SparseArray.valueAt(int) would return the specified value, or a negative number if no keys map to the specified value.
indexOfValueByValue(E) - Method in class net.i2p.router.crypto.ratchet.SparseArray
Returns an index for which SparseArray.valueAt(int) would return the specified value, or a negative number if no keys map to the specified value.
indicatesSuccess() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Response
A convinience method to check if the response indicates success or failure of the request.
InetAddressUtil - Class in org.minidns.util
Utility class for IP address manipulation and validation.
InetAddressUtil() - Constructor for class org.minidns.util.InetAddressUtil
 
InetAddressUtils - Class in net.i2p.apache.http.conn.util
A collection of utilities relating to InetAddresses.
INFINITE_STRING - Static variable in class org.cybergarage.upnp.event.Subscription
INFINITE_STRING.
INFINITE_VALUE - Static variable in class org.cybergarage.upnp.event.Subscription
INFINITE_VALUE.
info(String, Object, Object) - Method in class net.i2p.jetty.I2PLogger
 
info(Throwable) - Method in class net.i2p.jetty.I2PLogger
 
info(String, Object...) - Method in class net.i2p.jetty.I2PLogger
 
info(String, Throwable) - Method in class net.i2p.jetty.I2PLogger
 
INFO - Static variable in class net.i2p.util.Log
INFO.
info(String) - Method in class net.i2p.util.Log
Log an info message.
info(String, Throwable) - Method in class net.i2p.util.Log
Log an info message with a throwable.
info(String) - Static method in class org.klomp.snark.PartialPiece
Logs an info message for this class.
info() - Method in class org.rrd4j.core.jrrd.RRDFile
Position.
info - Variable in class org.rrd4j.graph.RrdGraphGenerator
 
INFO_CONFIRMED - Static variable in class net.i2p.router.transport.udp.SSU2Util
HKDF info string for session confirmed key derivation
INFO_CREATED - Static variable in class net.i2p.router.transport.udp.SSU2Util
HKDF info string for session created header key derivation
INFO_DATA - Static variable in class net.i2p.router.transport.udp.SSU2Util
HKDF info string for data packet key derivation
INFO_FILENAME - Static variable in class net.i2p.router.startup.CreateRouterInfoJob
Router info filename
InfoHash - Class in org.klomp.snark.dht
Represents a BitTorrent info hash used for DHT operations.
InfoHash(byte[]) - Constructor for class org.klomp.snark.dht.InfoHash
Creates a new info hash from the specified 20-byte data.
InfoHelper - Class in net.i2p.router.web.helpers
Helper for router information page rendering and form processing.
InfoHelper() - Constructor for class net.i2p.router.web.helpers.InfoHelper
InfoHelper.
INFORMATION_MESSAGE - Static variable in class com.vuze.plugins.mlab.tools.ndt.swingemu.JOptionPane
INFORMATION_MESSAGE.
init() - Method in class edu.internet2.ndt.Tcpbw100
Initialize the base NDT window Applet init() method
init(Map<String, byte[]>) - Method in class gnu.crypto.prng.BasePRNGStandalone
 
init(Map<String, byte[]>) - Method in class gnu.crypto.prng.DevRandom
 
init(Map<String, byte[]>) - Method in interface gnu.crypto.prng.IRandomStandalone
Initialises the pseudo-random number generator scheme with the appropriate attributes.
init(ServletConfig) - Method in class net.i2p.addressbook.servlet.Servlet
Initialize the servlet and start the addressbook daemon thread.
init(I2PAppContext, I2PSession, Properties, String) - Method in interface net.i2p.client.streaming.I2PSocketManager
Deprecated - Factory will initialize.
init(Properties) - Method in class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
Sets max buffer size, connect timeout, read timeout, and write timeout from properties.
init() - Method in class net.i2p.crypto.SHA1
Initialize the digest context.
init() - Method in class net.i2p.i2pcontrol.servlets.JSONRPC2Servlet
Register JSON-RPC 2.0 request handlers.
init(ServletConfig) - Method in class net.i2p.imagegen.IdenticonServlet
Load configuration from servlet initialization parameters.
init(ServletConfig) - Method in class net.i2p.imagegen.QRServlet
Load configuration from servlet initialization parameters.
init(RouterContext) - Static method in class net.i2p.router.message.OutboundClientMessageOneShotJob
call once only
init() - Method in class net.i2p.router.transport.ntcp.NTCPConnection.PrepBuffer
Initialize (no-op)
init() - Method in class net.i2p.router.tunnel.pool.BuildHandler
Call the same time you start the threads
init() - Method in class net.i2p.router.web.servlets.LoginServlet
 
init() - Method in class net.i2p.router.web.servlets.LogoutServlet
 
init() - Method in class net.i2p.servlet.ErrorServlet
Load CSS path, webapp name, and bundle from init parameters.
init(FilterConfig) - Method in class net.i2p.servlet.filters.AuthFilter
 
init(FilterConfig) - Method in class net.i2p.servlet.filters.SameSiteCookieFilter
 
init(FilterConfig) - Method in class net.i2p.servlet.filters.XSSFilter
 
init() - Method in class net.i2p.servlet.I2PDefaultServlet
Overridden to save local copies of dirAllowed, locale, resourceBase, and stylesheet.
init(BlockFile, int, int, int) - Static method in class net.metanotion.io.block.index.BSkipLevels
Initialize a new BSkipLevels page on disk.
init(BlockFile, int, int) - Static method in class net.metanotion.io.block.index.BSkipList
Initialize a new skiplist on disk.
init(BlockFile, int, int) - Static method in class net.metanotion.io.block.index.BSkipSpan
Initialize a new span page on disk.
init(KeyGenerationParameters) - Method in interface org.bouncycastle.crypto.AsymmetricCipherKeyPairGenerator
intialise the key pair generator.
init(SecureRandom) - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
 
init(KeyGenerationParameters) - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMKeyPairGenerator
Initialize the key pair generator.
init() - Method in class org.cybergarage.http.HTTPPacket
Initializes the HTTP packet to empty state.
init(ServletConfig) - Method in class org.klomp.snark.web.BasicServlet
Initializes the servlet with resource and war base directories.
init(ServletConfig) - Method in class org.klomp.snark.web.I2PSnarkServlet
init.
INIT_PARAMS - Static variable in class net.i2p.router.web.WebAppStarter
Init parameters for webapps
initAll() - Method in class net.i2p.router.RouterContext
The following properties may be used to replace various parts of the context with dummy implementations for testing, by setting the property to "true":
initBodySize(int) - Method in class edu.internet2.ndt.Message
Utility method to initialize Message body
initConstants(Locale) - Static method in class edu.internet2.ndt.NDTConstants
Load the NDT message resource bundle for the given locale.
initConstants(String, String) - Static method in class edu.internet2.ndt.NDTConstants
Load the NDT message resource bundle for the given language and country.
initContextHandler(ServletContext) - Method in class net.i2p.servlet.I2PDefaultServlet
Overridden to save the result Calls super.
initGeoIP() - Method in class net.i2p.router.CommSystemFacade
Router must call after netdb is initialized
initGeoIP() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Router must call after netdb is initialized
INITIAL_CAPACITY - Static variable in class org.rrd4j.core.RrdDbPool
Initial capacity of the pool i.e.
INITIAL_SO_TIMEOUT - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
This is a standard soTimeout, not a total timeout.
INITIAL_SO_TIMEOUT - Static variable in class net.i2p.i2ptunnel.socks.I2PSOCKSTunnel
This is a standard soTimeout, not a total timeout.
initialised - Variable in class gnu.crypto.prng.BasePRNGStandalone
Indicate if this instance has already been initialised or not.
initialize(int, SecureRandom) - Method in class net.i2p.crypto.eddsa.KeyPairGenerator
initialize.
initialize(AlgorithmParameterSpec, SecureRandom) - Method in class net.i2p.crypto.eddsa.KeyPairGenerator
initialize.
initialize(int, SecureRandom) - Method in class net.i2p.crypto.elgamal.KeyPairGenerator
Initialize the key pair generator with the specified strength.
initialize(AlgorithmParameterSpec, SecureRandom) - Method in class net.i2p.crypto.elgamal.KeyPairGenerator
Initialize the key pair generator with the specified parameters.
initialize() - Method in class net.i2p.i2pcontrol.security.KeyStoreProvider
Create keystore if it does not exist
initialize(RouterContext) - Method in class net.i2p.router.BanLogger
Initialize the logger.
initialize(boolean) - Method in class net.i2p.router.MessageHistory
Initialize the message history according to the router's configuration.
initialize(RouterContext, WebAppContext) - Static method in class net.i2p.router.web.RouterConsoleRunner
Set up basic security constraints for the webapp.
initialize(InputStream) - Method in class net.i2p.util.LookaheadInputStream
Start the LookaheadInputStream with the given input stream.
initialize(InputStream) - Method in class net.i2p.util.ResettableGZIPInputStream
Blocking call to initialize this stream with the data from the given compressed stream.
initialize() - Static method in class org.cybergarage.upnp.UPnP
Initializes the UPnP framework.
initialize(I2PAppContext) - Static method in class org.cybergarage.util.Debug
Initializes debug system with I2P application context.
initialize(int) - Method in class org.klomp.snark.MagnetState
Initializes the magnet state with the given metadata size.
initializeAddress() - Method in class net.i2p.router.transport.TransportManager
Notify all transports of ALL routable interface addresses, including IPv6.
initializeClock() - Method in class net.i2p.I2PAppContext
Initialize the clock.
initializeClock() - Method in class net.i2p.router.RouterContext
 
initialized - Variable in class net.i2p.crypto.eddsa.KeyPairGenerator
initialized.
initializeFactory(Properties) - Static method in class net.i2p.i2ptunnel.SSLClientUtil
Sets up the SSLContext and sets the socket factory.
initializeFactory(Properties) - Static method in class net.i2p.sam.client.SSLUtil
Sets up the SSLContext and sets the socket factory.
initializeFactory(Properties) - Static method in class net.i2p.sam.SSLUtil
Sets up the SSLContext and sets the socket factory.
initializeJNotificationItems() - Method in class net.i2p.desktopgui.TrayManager
Initializes _jnotificationItem 1 and 2
initializeKey(byte[], int) - Method in class com.southernstorm.noise.protocol.ChaChaPolyCipherState
 
initializeKey(byte[], int) - Method in interface com.southernstorm.noise.protocol.CipherState
Initializes the key on this cipher object.
initializeKeyRing() - Method in class net.i2p.I2PAppContext
Initialize the key ring.
initializeKeyRing() - Method in class net.i2p.router.RouterContext
 
initializeLevels() - Method in class net.metanotion.io.block.index.BSkipLevels
Non-recursive initializer.
initializeNotificationItems() - Method in class net.i2p.desktopgui.TrayManager
Initializes _notificationItem 1 and 2
initializeSessionKeyManager() - Method in class net.i2p.I2PAppContext
Initialize the session key manager.
initializeSessionKeyManager() - Method in class net.i2p.router.RouterContext
As of 0.9.15, this returns a dummy SessionKeyManager in I2PAppContext.
INITIATOR - Static variable in class com.southernstorm.noise.protocol.HandshakeState
Enumerated value that indicates that the handshake object is handling the initiator role.
initIV(int[], long) - Static method in class com.southernstorm.noise.crypto.chacha20.ChaChaCore
Initializes the 64-bit initialization vector in a ChaCha20 block.
initKey256(int[], byte[], int) - Static method in class com.southernstorm.noise.crypto.chacha20.ChaChaCore
Initializes a ChaCha20 block with a 256-bit key.
initPage(RandomAccessInterface, int) - Static method in class net.metanotion.io.block.FreeListBlock
Initialize a new free list block page with default values.
initSeed(byte[]) - Method in class net.i2p.util.RandomSource
May block up to 10 seconds
INMPR03 - Static variable in class org.cybergarage.upnp.UPnP
INMPR03 protocol identifier.
INMPR03_DISCOVERY_OVER_WIRELESS_COUNT - Static variable in class org.cybergarage.upnp.UPnP
Number of discovery attempts over wireless interfaces for INMPR03.
INMPR03_VERSION - Static variable in class org.cybergarage.upnp.UPnP
INMPR03 protocol version.
InNetMessagePool - Class in net.i2p.router
Receives and dispatches inbound network messages with configurable processing modes.
InNetMessagePool(RouterContext) - Constructor for class net.i2p.router.InNetMessagePool
Constructs the message pool with given context.
inNetMessagePool() - Method in class net.i2p.router.RouterContext
Where do we get network messages from (aka where does the comm system dump what it reads)?
inProgress() - Method in class net.i2p.router.networkdb.reseed.ReseedChecker
Checks whether a reseed is currently in progress.
insert(T[], int, int, T) - Static method in class net.i2p.router.crypto.ratchet.GrowingArrayUtils
Inserts an element into the array at the specified index, growing the array if there is no more room.
insert(char[], int, int, char) - Static method in class net.i2p.router.crypto.ratchet.GrowingArrayUtils
insert(byte[]) - Method in class org.xlattice.crypto.filters.BloomSHA1
Add a key to the set represented by the filter.
insert(byte[], int, int) - Method in class org.xlattice.crypto.filters.BloomSHA1
Add a key to the set represented by the filter.
insertAttributeAt(Attribute, int) - Method in class org.cybergarage.xml.Node
Inserts an attribute at the specified index.
insertComponent(Component) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JTextPane
Insert a component (no-op).
insertComponent(Component) - Method in class edu.internet2.ndt.ResultsTextPane
JTextPane method to insert a component into the document as a replacement for currently selected content.
insertNode(Node, int) - Method in class org.cybergarage.xml.Node
Inserts a child node at the specified index.
insertString(int, String, Object) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.StyledDocument
Insert a string at the given offset.
INSTALL_FAILED - Static variable in class net.i2p.router.util.EventLog
INSTALL_FAILED.
INSTALLED - Static variable in class net.i2p.router.util.EventLog
INSTALLED.
installPlugin(String, URI) - Method in class net.i2p.router.update.ConsoleUpdateManager
Install a plugin.
InstallUpdate - Class in net.i2p.router.tasks
Automatic I2P router update installer and processor.
installUpdates(Router) - Static method in class net.i2p.router.tasks.InstallUpdate
Install updates from i2pupdate.zip file if present.
INSTANCE - Static variable in class net.i2p.data.EmptyProperties
Singleton immutable empty properties instance.
instance() - Static method in class net.i2p.router.web.GraphGenerator
 
instance(I2PAppContext) - Static method in class net.i2p.router.web.GraphGenerator
 
IntBytes - Class in net.metanotion.io.data
Integer serializer using 4-byte big-endian representation.
IntBytes() - Constructor for class net.metanotion.io.data.IntBytes
 
IntegrationCalculator - Class in net.i2p.router.peermanager
Determine how well integrated a peer is - how likely they will be useful to us if we are trying to get further connected.
IntelCPUInfo - Interface in freenet.support.CPUInformation
An interface for classes that provide lowlevel information about Intel CPU's
IntelInfoImpl - Class in freenet.support.CPUInformation
Identifies Intel CPUs via CPUID and exposes instruction set support flags.
IntelInfoImpl() - Constructor for class freenet.support.CPUInformation.IntelInfoImpl
 
INTERESTED - Static variable in class org.klomp.snark.Message
I n t e r e s t e d
interested - Variable in class org.klomp.snark.PeerState
Whether the peer is interested in us
interestedMessage(boolean) - Method in class org.klomp.snark.PeerState
Handle an interested or uninterested message from the peer
interesting - Variable in class org.klomp.snark.PeerState
Whether we are interested in the peer
interfaceSet() - Method in class net.i2p.i2ptunnel.web.EditBean
 
interlaced - Variable in class org.rrd4j.graph.RrdGraphDef
Whether to create interlaced or progressive mode image.
interleaveWithECBytes(BitArray, int, int, int) - Static method in class com.google.zxing.qrcode.encoder.Encoder
Interleave "bits" with corresponding error correction bytes.
INTERNAL_ERROR - Static variable in exception com.thetransactioncompany.jsonrpc2.JSONRPC2Error
Internal JSON-RPC 2.0 error (-32603).
INTERNAL_SERVER_ERROR - Static variable in class org.cybergarage.http.HTTPStatus
HTTP 500 Internal Server Error
internalClientManager() - Method in class net.i2p.I2PAppContext
Use this to connect to the router in the same JVM.
InternalClientManager - Interface in net.i2p.internal
A manager for the in-JVM I2CP message interface
internalClientManager() - Method in class net.i2p.router.RouterContext
Use this to connect to the router in the same JVM.
internalClose() - Method in class org.rrd4j.core.RrdDb
Internal close
internalConnect() - Method in class net.i2p.router.client.ClientManager
The InternalClientManager interface.
internalConnect(int, InternalSocket) - Static method in class net.i2p.util.InternalServerSocket
This is how the client connects.
internalGenerateEncapsulated(AsymmetricKeyParameter, byte[]) - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMGenerator
internalGenerateEncapsulated.
internalGenerateKeyPair(byte[], byte[]) - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMKeyPairGenerator
Generate a key pair using the specified seed values.
InternalServerSocket - Class in net.i2p.util
A simple in-JVM ServerSocket using Piped Streams.
InternalServerSocket(int) - Constructor for class net.i2p.util.InternalServerSocket
 
InternalSocket - Class in net.i2p.util
A simple in-JVM Socket using Piped Streams.
InternalSocket(InputStream, OutputStream) - Constructor for class net.i2p.util.InternalSocket
Server side
InternalSocket(int) - Constructor for class net.i2p.util.InternalSocket
Client side
InternalSocketRunner - Class in net.i2p.i2ptunnel
Listens for in-JVM connections on internal socket
InternalSocketRunner(I2PTunnelClientBase) - Constructor for class net.i2p.i2ptunnel.InternalSocketRunner
Does not start the runner, caller must call start()
InternalTrayManager - Class in net.i2p.desktopgui
Tray manager for internal use with full router context access.
InternalTrayManager(RouterContext, Main, boolean) - Constructor for class net.i2p.desktopgui.InternalTrayManager
Create a new InternalTrayManager with full router context access.
InternetAddressRR<IA extends InetAddress> - Class in org.minidns.record
Abstract base class for DNS resource records representing internet addresses.
Extended by A and AAAA records to provide common functionality for IP address storage and retrieval.
InternetAddressRR(byte[]) - Constructor for class org.minidns.record.InternetAddressRR
InternetAddressRR.
InternetAddressRR(IA) - Constructor for class org.minidns.record.InternetAddressRR
InternetAddressRR.
INTERPOLATE_LEFT - Static variable in class org.rrd4j.data.LinearInterpolator
constant used to specify LEFT interpolation.
INTERPOLATE_LINEAR - Static variable in class org.rrd4j.data.LinearInterpolator
constant used to specify LINEAR interpolation (default interpolation method).
INTERPOLATE_REGRESSION - Static variable in class org.rrd4j.data.LinearInterpolator
constant used to specify LINEAR REGRESSION as interpolation method.
INTERPOLATE_RIGHT - Static variable in class org.rrd4j.data.LinearInterpolator
constant used to specify RIGHT interpolation.
INTERVAL - Static variable in class org.cybergarage.upnp.control.RenewSubscriber
Default renewal interval in seconds (120 seconds = 2 minutes)
intfcAddresses() - Method in class net.i2p.router.web.helpers.ConfigClientsHelper
Get available network interface addresses.
INTRO_KEY_LEN - Static variable in class net.i2p.router.transport.udp.SSU2Util
32 bytes, introductory key length
introduced(byte[], int) - Method in class net.i2p.router.transport.udp.OutboundEstablishState
This changes the remoteHostId from a hash-based one or possibly incorrect IP/port to what the introducer told us.
introduced(byte[], int, long) - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
After introduction
introducedCount() - Method in class net.i2p.router.transport.udp.IntroductionManager
Combined IPv4 and IPv6
INTRODUCER_EXPIRATION_MARGIN - Static variable in class net.i2p.router.transport.udp.UDPTransport
Default introducer expiration in ms.
introducerCount(boolean) - Method in class net.i2p.router.transport.udp.IntroductionManager
Not as elaborate as pickInbound() above.
introducersMaybeRequired(boolean) - Method in class net.i2p.router.transport.udp.UDPTransport
MIGHT we require introducers? This is like introducersRequired, but if we aren't sure, this returns true.
introductionFailed() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
introductionFailed.
IntroductionManager - Class in net.i2p.router.transport.udp
Keep track of inbound and outbound introductions.
IntroductionManager(RouterContext, UDPTransport) - Constructor for class net.i2p.router.transport.udp.IntroductionManager
method comment
introSent() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
note that we just sent the RelayRequest packet
introSent(Hash) - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
A relay request was sent to the SSU2 introducer specified
intToASN1(byte[], int, int) - Static method in class net.i2p.crypto.SigUtil
Output an length or integer value in ASN.1 Does NOT output the tag e.g.
intToBigEndian(int) - Static method in class org.bouncycastle.util.Pack
Convert an int to a big-endian byte array.
intToBigEndian(int, byte[], int) - Static method in class org.bouncycastle.util.Pack
Write an int to a byte array in big-endian order.
intToBigEndian(int[]) - Static method in class org.bouncycastle.util.Pack
Convert an int array to a big-endian byte array.
intToBigEndian(int[], byte[], int) - Static method in class org.bouncycastle.util.Pack
Write an int array to a byte array in big-endian order.
intToBigEndian(int[], int, int, byte[], int) - Static method in class org.bouncycastle.util.Pack
Write a range of an int array to a byte array in big-endian order.
intToLittleEndian(int) - Static method in class org.bouncycastle.util.Pack
Convert an int to a little-endian byte array.
intToLittleEndian(int, byte[], int) - Static method in class org.bouncycastle.util.Pack
Write an int to a byte array in little-endian order.
intToLittleEndian(int[]) - Static method in class org.bouncycastle.util.Pack
Convert an int array to a little-endian byte array.
intToLittleEndian(int[], byte[], int) - Static method in class org.bouncycastle.util.Pack
Write an int array to a byte array in little-endian order.
intToLittleEndian(int[], int, int, byte[], int) - Static method in class org.bouncycastle.util.Pack
Write a range of an int array to a byte array in little-endian order.
INVALID_ACTION - Static variable in class org.cybergarage.upnp.UPnPStatus
Error code indicating the requested action is not supported by the device.
INVALID_ARGS - Static variable in class org.cybergarage.upnp.UPnPStatus
Error code indicating the action arguments are invalid or missing.
INVALID_KEY - Static variable in class net.i2p.data.SessionKey
A key with all zeroes in the data
INVALID_PARAMS - Static variable in exception com.thetransactioncompany.jsonrpc2.JSONRPC2Error
Invalid parameters error (-32602).
INVALID_PASSWORD - Static variable in exception net.i2p.i2pcontrol.servlets.jsonrpc2handlers.JSONRPC2ExtendedError
Invalid JSON-RPC 2.0, implementation defined error (-32099 ..
INVALID_RANGE - Static variable in class org.cybergarage.http.HTTPStatus
HTTP 416 Invalid Range
INVALID_REQUEST - Static variable in exception com.thetransactioncompany.jsonrpc2.JSONRPC2Error
Invalid JSON-RPC 2.0 request error (-32600).
INVALID_TOKEN - Static variable in exception net.i2p.i2pcontrol.servlets.jsonrpc2handlers.JSONRPC2ExtendedError
Invalid JSON-RPC 2.0, implementation defined error (-32099 ..
INVALID_VAR - Static variable in class org.cybergarage.upnp.UPnPStatus
Error code indicating the requested state variable does not exist.
invalidateSession(String) - Method in class net.i2p.servlet.filters.SessionManager
Invalidate a session.
InvalidAuthTokenException - Exception in net.i2p.i2pcontrol.security
Exception thrown when an authentication token is invalid.
InvalidAuthTokenException(String) - Constructor for exception net.i2p.i2pcontrol.security.InvalidAuthTokenException
Construct a new instance.
InvalidBEncodingException - Exception in org.klomp.snark.bencode
Exception thrown when a bencoded stream is corrupted or malformed.
InvalidBEncodingException(String) - Constructor for exception org.klomp.snark.bencode.InvalidBEncodingException
Creates a new InvalidBEncodingException with the specified detail message.
InvalidDatabaseException - Exception in com.maxmind.db
Signals that there was an issue reading from the MaxMind DB file due to unexpected data formatting.
InvalidDatabaseException(String) - Constructor for exception com.maxmind.db.InvalidDatabaseException
 
InvalidDatabaseException(String, Throwable) - Constructor for exception com.maxmind.db.InvalidDatabaseException
 
InvalidDatabaseException - Exception in com.maxmind.geoip
Signals that there was an issue reading from the database file due to unexpected data formatting.
InvalidDatabaseException(String) - Constructor for exception com.maxmind.geoip.InvalidDatabaseException
Create an exception with the given message.
InvalidDatabaseException(String, Throwable) - Constructor for exception com.maxmind.geoip.InvalidDatabaseException
Create an exception with the given message and cause.
InvalidDefinitionException - Exception in net.i2p.i2ptunnel.access
Exception thrown when filter definition file cannot be parsed.
InvalidDefinitionException(String) - Constructor for exception net.i2p.i2ptunnel.access.InvalidDefinitionException
Constructs a new InvalidDefinitionException with the specified detail message.
InvalidDefinitionException(String, Throwable) - Constructor for exception net.i2p.i2ptunnel.access.InvalidDefinitionException
Constructs a new InvalidDefinitionException with the specified detail message and cause.
InvalidDescriptionException - Exception in org.cybergarage.upnp.device
Exception thrown when UPnP device description is invalid or cannot be parsed.
InvalidDescriptionException() - Constructor for exception org.cybergarage.upnp.device.InvalidDescriptionException
InvalidDescriptionException.
InvalidDescriptionException(String) - Constructor for exception org.cybergarage.upnp.device.InvalidDescriptionException
InvalidDescriptionException.
InvalidDescriptionException(String, File) - Constructor for exception org.cybergarage.upnp.device.InvalidDescriptionException
InvalidDescriptionException.
InvalidDescriptionException(Exception) - Constructor for exception org.cybergarage.upnp.device.InvalidDescriptionException
InvalidDescriptionException.
InvalidDnsNameException - Exception in org.minidns.dnsname
Exception for invalid DNS names.
InvalidDnsNameException(String) - Constructor for exception org.minidns.dnsname.InvalidDnsNameException
 
InvalidDnsNameException.DNSNameTooLongException - Exception in org.minidns.dnsname
Exception thrown when a DNS name exceeds the maximum allowed length.
DNS names are limited to 255 octets according to DNS specifications.
InvalidDnsNameException.LabelTooLongException - Exception in org.minidns.dnsname
Exception thrown when a DNS label exceeds the maximum allowed length.
DNS labels are limited to 63 characters according to DNS specifications.
InvalidRrdException - Exception in org.rrd4j.core
An exception indicating a corrupted RRD.
InvalidRrdException(String) - Constructor for exception org.rrd4j.core.InvalidRrdException
InvalidRrdException.
InvalidRrdException(String, Exception) - Constructor for exception org.rrd4j.core.InvalidRrdException
InvalidRrdException.
INVALIDVALUE - Static variable in class org.rrd4j.data.Variable
Represents an invalid value with NaN (Not a Number) value.
inverse(int) - Method in class com.google.zxing.common.reedsolomon.GenericGF
 
InverseCapacityComparator - Class in net.i2p.router.peermanager
Order profiles by their capacity, but backwards (highest capacity / value first).
InverseCapacityComparator() - Constructor for class net.i2p.router.peermanager.InverseCapacityComparator
 
invert() - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
 
invert() - Method in class net.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElement
Invert this field element.
invert() - Method in class net.i2p.crypto.eddsa.math.FieldElement
Computes the multiplicative inverse of this field element.
invNtt(short[]) - Static method in class org.bouncycastle.pqc.crypto.mlkem.Ntt
inv ntt.
ip - Variable in class net.i2p.router.transport.TransportManager.Port
IP address string
ip - Variable in class org.minidns.record.InternetAddressRR
Target IP.
IP6_ARPA - Static variable in class org.minidns.dnsname.DnsName
IP6_ARPA.
IP_ADDRESS_TYPE - Static variable in class net.i2p.apache.http.conn.ssl.DefaultHostnameVerifier
IP address type constant
IP_HEADER_SIZE - Static variable in class net.i2p.router.transport.udp.PacketBuilder
IPv4 only
IP_HEADER_SIZE - Static variable in class net.i2p.router.transport.udp.PacketBuilder2
IPv4 only
ipChanged(boolean) - Method in class net.i2p.router.transport.udp.EstablishmentManager
Remove our tokens for this length
IPlottable - Interface in org.rrd4j.data
Interface for custom data sources used in RRD graphs.
Implement this interface to create custom datasources that can be passed to RrdGraphDef for graphing operations.
IPThrottler - Class in net.i2p.router.transport.udp
Throttles connection attempts by IP address to prevent abuse.
IPThrottler(int, long) - Constructor for class net.i2p.router.transport.udp.IPThrottler
Create an IP throttler.
IPV4 - Static variable in class net.i2p.socks.SOCKS5Constants.AddressType
IPV4.
IPV4_BITMASK - Static variable in class org.cybergarage.net.HostInterface
IPV4_BITMASK.
ipv4From(CharSequence) - Static method in class org.minidns.util.InetAddressUtil
Creates an Inet4Address from the given CharSequence.
IPV6 - Static variable in class net.i2p.socks.SOCKS5Constants.AddressType
IPV6.
IPV6_ADMINISTRATIVE_ADDRESS - Static variable in class org.cybergarage.upnp.ssdp.SSDP
IPv6 administrative multicast address for SSDP messages
IPV6_BITMASK - Static variable in class org.cybergarage.net.HostInterface
IPV6_BITMASK.
IPV6_GLOBAL_ADDRESS - Static variable in class org.cybergarage.upnp.ssdp.SSDP
IPv6 global multicast address for SSDP messages
IPV6_HEADER_SIZE - Static variable in class net.i2p.router.transport.udp.PacketBuilder
IPv6 header size in bytes.
IPV6_HEADER_SIZE - Static variable in class net.i2p.router.transport.udp.PacketBuilder2
IPv6 header size in bytes.
IPV6_LINK_LOCAL_ADDRESS - Static variable in class org.cybergarage.upnp.ssdp.SSDP
IPv6 link-local multicast address for SSDP messages
IPV6_SITE_LOCAL_ADDRESS - Static variable in class org.cybergarage.upnp.ssdp.SSDP
IPv6 site-local multicast address for SSDP messages
IPV6_SUBNET_ADDRESS - Static variable in class org.cybergarage.upnp.ssdp.SSDP
IPv6 subnet-local multicast address for SSDP messages
IPv6ForwardPort(String, int, int, String) - Constructor for class net.i2p.router.transport.UPnP.IPv6ForwardPort
 
ipv6From(CharSequence) - Static method in class org.minidns.util.InetAddressUtil
Creates an Inet6Address from the given CharSequence.
IRandomStandalone - Interface in gnu.crypto.prng
The basic visible methods of any pseudo-random number generator.
IRCFilter - Class in net.i2p.i2ptunnel.irc
Static methods to filter individual lines.
IRCFilter() - Constructor for class net.i2p.i2ptunnel.irc.IRCFilter
 
IrcInboundFilter - Class in net.i2p.i2ptunnel.irc
Thread to do inbound filtering.
IrcInboundFilter(Socket, I2PSocket, StringBuffer, Log) - Constructor for class net.i2p.i2ptunnel.irc.IrcInboundFilter
Create an inbound filter without DCC support.
IrcInboundFilter(Socket, I2PSocket, StringBuffer, Log, DCCHelper) - Constructor for class net.i2p.i2ptunnel.irc.IrcInboundFilter
 
IrcOutboundFilter - Class in net.i2p.i2ptunnel.irc
Thread to do outbound filtering.
IrcOutboundFilter(Socket, I2PSocket, StringBuffer, Log) - Constructor for class net.i2p.i2ptunnel.irc.IrcOutboundFilter
Create an outbound filter without DCC support.
IrcOutboundFilter(Socket, I2PSocket, StringBuffer, Log, DCCHelper) - Constructor for class net.i2p.i2ptunnel.irc.IrcOutboundFilter
Create an outbound filter with optional DCC support.
is64Bit() - Static method in class net.i2p.util.SystemVersion
This isn't always correct.
isAborted() - Method in class net.i2p.router.networkdb.kademlia.SearchState
Checks if this search state has been aborted.
isAbsoluteURL(String) - Static method in class org.cybergarage.http.HTTP
Checks if a string represents an absolute URL.
isAccessListEnabled() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
isActionControl() - Method in class org.cybergarage.upnp.control.ControlRequest
Checks if this is an action control request.
isActionNode(Node) - Static method in class org.cybergarage.upnp.Action
Checks if the given node is an action node.
isAdvanced() - Method in class net.i2p.i2ptunnel.web.EditBean
 
isAdvanced() - Method in class net.i2p.router.Router
 
isAdvanced() - Method in class net.i2p.router.tasks.ReadConfigJob
Check if advanced console mode is enabled.
isAdvanced() - Method in class net.i2p.router.web.FormHandler
Same as HelperBase
isAdvanced() - Method in class net.i2p.router.web.HelperBase
Check if advanced mode is enabled.
isAdvanced() - Static method in class net.i2p.router.web.helpers.ConfigRestartBean
Check if advanced mode is enabled.
isAdvanced() - Method in class net.i2p.router.web.helpers.HomeHelper
Whether advanced.
isAdvanced() - Method in class net.i2p.router.web.helpers.LogsHelper
 
isAdvanced() - Method in class net.i2p.router.web.helpers.SidebarHelper
True if advanced mode is enabled in config.
isAdvanced() - Method in class net.i2p.router.web.helpers.SidebarRenderer
Whether advanced.
isAdvanced() - Method in class net.i2p.router.web.helpers.TunnelHelper
 
isAdvanced() - Method in class org.klomp.snark.web.I2PSnarkServlet
Returns whether advanced mode is enabled in the router console.
isAdvancedMode() - Method in class net.i2p.router.web.CSSHelper
 
isAlive() - Method in class net.i2p.router.client.ClientManager
As of 0.9.45, this returns true iff the ClientManager is running.
isAlive() - Method in class net.i2p.router.client.ClientManagerFacadeImpl
 
isAlive() - Method in class net.i2p.router.ClientManagerFacade
Check whether this service is alive.
isAlive() - Method in class net.i2p.router.JobQueue
Check if the job queue is currently alive and processing jobs.
isAlive() - Method in class net.i2p.router.JobQueueScaler
Check if the scaler is currently running.
isAlive() - Method in class net.i2p.router.Router
Check if the router is alive (in startup or running state).
isAlive() - Method in class net.i2p.router.transport.ntcp.EventPumper
Selector can take quite a while to close after calling stopPumping()
isAlive() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
 
isAlive() - Method in class net.i2p.router.transport.udp.InboundMessageFragments
 
isAlive() - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
isAlive() - Method in class net.i2p.router.tunnel.pool.TunnelPool
Is this pool running AND either exploratory, or tracked by the client manager? A pool will be alive but not tracked after the client manager removes it but before all the tunnels have expired.
isAlive(String) - Static method in class org.cybergarage.upnp.device.NTS
 
isAlive() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
isAlive.
isAllDevice(String) - Static method in class org.cybergarage.upnp.device.ST
isAllDevice.
isAllocating() - Method in class org.klomp.snark.Snark
Check if disk allocation (ballooning) is in progress.
isAllocating() - Method in class org.klomp.snark.Storage
Disk allocation (ballooning) in progress.
isAllowed(String) - Method in class org.cybergarage.upnp.AllowedValueList
Checks if the specified value is in the allowed value list.
isAllowedValueNode(Node) - Static method in class org.cybergarage.upnp.AllowedValue
Checks if the given node is an allowedValue element.
isAllowedValueRangeNode(Node) - Static method in class org.cybergarage.upnp.AllowedValueRange
Checks if the given node is an allowedValueRange element.
isAndroid() - Static method in class net.i2p.util.SystemVersion
 
isAnswer(Question) - Method in class org.minidns.record.Record
Check if this record answers a given query.
isAnyUpdateInProgress() - Static method in class net.i2p.router.web.NewsHelper
If ANY update is in progress.
isApache() - Static method in class net.i2p.util.SystemVersion
Apache Harmony JVM, or Android
isAppend() - Method in class net.i2p.jetty.I2PRequestLog
 
isArgumentNode(Node) - Static method in class org.cybergarage.upnp.Argument
Checks if the specified node is an argument node.
isARM() - Static method in class net.i2p.util.SystemVersion
 
IsAthlon64Compatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
Checks if the CPU is at least a 'k8' CPU (Athlon 64, Opteron etc.
IsAthlon64Compatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
IsAthlonCompatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
Checks if the CPU is at least a 'k7' CPU (Athlon, Duron etc.
IsAthlonCompatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
IsAtomCompatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
Returns whether the CPU implements at least an Atom level instruction/feature set.
IsAtomCompatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
true if the CPU is an Intel Atom (Silvermont/Goldmont/etc.).
isAutoStoppable() - Method in class org.klomp.snark.Snark
Check if the torrent is auto-stoppable.
isAutoTuning() - Method in class net.i2p.router.Tuner.BaseParam
Whether auto-tuning is enabled.
isAutoTuning() - Method in interface net.i2p.router.Tuner.TunableParam
Whether auto-tuning is enabled.
isAvailable() - Method in enum net.i2p.crypto.EncType
Checks if this encryption type is available in the JVM.
isAvailable(int) - Static method in enum net.i2p.crypto.EncType
Checks if the encryption type with the given code is available.
isAvailable(String) - Static method in enum net.i2p.crypto.EncType
Checks if the encryption type with the given name or number is available.
isAvailable() - Method in enum net.i2p.crypto.SigType
Checks if this signature type is available in the JVM.
isAvailable(int) - Static method in enum net.i2p.crypto.SigType
Checks if the signature type with the given code is available.
isAvailable(String) - Static method in enum net.i2p.crypto.SigType
Checks if the signature type with the given name or number is available.
isB32Blacklisted(String) - Method in class i2p.susi.dns.BlacklistBean
Check if a b32 address is blacklisted (exact match or hostname match)
isB32Host(String) - Static method in class net.i2p.client.naming.NamingService
Is this a b32 hostname? Does NOT validate the base32 part except for length.
isB64Blacklisted(String) - Method in class i2p.susi.dns.BlacklistBean
Check if a b64 address is blacklisted (exact match or hostname/b32 match)
isBacklogged(Hash) - Method in class net.i2p.router.CommSystemFacade
Check whether the given peer has excessive pending outbound messages.
isBacklogged(Hash) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
 
isBacklogged() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
isBacklogged(Hash) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
 
isBacklogged(Hash) - Method in interface net.i2p.router.transport.Transport
 
isBacklogged(Hash) - Method in class net.i2p.router.transport.TransportImpl
 
isBacklogged(Hash) - Method in class net.i2p.router.transport.TransportManager
 
isBacklogged() - Method in class net.i2p.router.transport.udp.PeerState
 
isBacklogged(Hash) - Method in class net.i2p.router.transport.udp.UDPTransport
 
isBacklogged() - Method in class net.i2p.router.util.CoDelBlockingQueue
Has the head of the queue been waiting too long, or is the queue almost full?
isBacklogged() - Method in class net.i2p.router.util.CoDelPriorityBlockingQueue
Has the head of the queue been waiting too long, or is the queue too big?
isBacklogged() - Method in class net.i2p.router.util.PriBlockingQueue
Checks if the queue size is above the backlog threshold, indicating potential congestion or overload.
isBadPacketBanEnabled() - Method in class net.i2p.router.Banlist
Check if bad packet auto-ban is enabled.
isBanlisted(Hash) - Method in class net.i2p.router.Banlist
Check if a router is banlisted.
isBanlisted(Hash, String) - Method in class net.i2p.router.Banlist
Check if a router is banlisted on a specific transport.
isBanlistedForever(Hash) - Method in class net.i2p.router.Banlist
Check if a router is permanently banlisted.
isBanlistedHostile(Hash) - Method in class net.i2p.router.Banlist
Check if a router is banlisted with a hostile duration (at least 1 hour).
isBanned() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Check if the peer is blocklisted or banned.
isBanned(Hash) - Method in class net.i2p.router.web.helpers.ConfigPeerHelper
Determine whether the given peer hash is banned.
isBaseReadonly(RouterContext) - Static method in class net.i2p.router.web.NewsHelper
 
isBCAvailable() - Static method in class net.i2p.crypto.ECConstants
Return whether Bouncy Castle is available.
isBeginGroupKey(RenderingHints.Key) - Static method in class org.jfree.svg.SVGHints
Returns true if this key is equivalent to SVGHints.KEY_BEGIN_GROUP, and false otherwise.
isBigEndian() - Method in class org.rrd4j.core.jrrd.RRDFile
True if big endian.
isBlacklisted(String) - Method in class i2p.susi.dns.BlacklistBean
Check if an address is blacklisted
isBlacklisted(String) - Method in class net.i2p.i2ptunnel.BlacklistBean
Check if an address is blacklisted.
isBlacklistedByAnyForm(String) - Method in class i2p.susi.dns.BlacklistBean
Enhanced blacklist check that tries hostname, b32, and b64 variations
isBlacklistEnabled() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
isBlank(TunnelCreatorConfig, int) - Static method in class net.i2p.router.tunnel.pool.BuildMessageGenerator
Check if a hop should have a blank (random) record.
isBlindedHost(String) - Static method in class net.i2p.client.naming.NamingService
Is this a blinded ("b33") hostname? Does NOT validate the base32 part except for length.
isBlindedWhenPublished() - Method in class net.i2p.data.LeaseSet2
Set if the unencrypted LS, when published, will be blinded/encrypted
isBlocked(String) - Method in class net.i2p.servlet.filters.SessionManager
Check if IP is blocked due to too many failed attempts.
isBlocklisted(Hash) - Method in class net.i2p.router.Blocklist
Check if a peer is blocklisted by IP address.
isBlocklisted(RouterInfo) - Method in class net.i2p.router.Blocklist
Check if a peer is blocklisted by IP address.
isBlocklisted(String) - Method in class net.i2p.router.Blocklist
Check if an IP address is blocklisted.
isBlocklisted(byte[]) - Method in class net.i2p.router.Blocklist
Check if an IP address is blocklisted.
isBlocklistEnabled() - Method in class net.i2p.router.Banlist
Check if IP blocklist is enabled.
isBlocklistEnabled() - Method in class net.i2p.router.Blocklist
Check if blocklist is enabled.
IsBobcatCompatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
Checks if the CPU is at least a 'bobcat' CPU.
IsBobcatCompatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
isBound() - Method in class net.i2p.client.streaming.impl.StandardServerSocket
 
isBound() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
isBound() - Method in class net.i2p.util.InternalServerSocket
Returns true as of 0.9.33, prior to that threw IllegalArgumentException
isBreached(Threshold, long) - Method in class net.i2p.i2ptunnel.access.AccessCounter
Check if the given threshold has been breached.
isBreached(Threshold, long) - Method in class net.i2p.i2ptunnel.access.DestTracker
 
IsBroadwellCompatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
Returns whether the CPU implements at least a Broadwell level instruction/feature set.
IsBroadwellCompatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
true if the CPU supports Broadwell (ADX, AVX-512PF/ER) instructions.
IsBulldozerCompatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
Checks if the CPU is at least a 'bulldozer' CPU.
IsBulldozerCompatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
isByeBye(String) - Static method in class org.cybergarage.upnp.device.NTS
 
isByeBye() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
isByeBye.
IsC3Compatible() - Method in interface freenet.support.CPUInformation.VIACPUInfo
 
IsC3Compatible() - Method in class freenet.support.CPUInformation.VIAInfoImpl
 
isCached(Hash) - Method in class net.i2p.router.networkdb.kademlia.NegativeLookupCache
Check if the hash is in the negative cache.
isCachingAllowed() - Method in class org.rrd4j.core.RrdBackend
This method suggests the caching policy to the Rrd4j frontend (high-level) classes.
isCachingAllowed() - Method in class org.rrd4j.core.RrdPrimitive
Checks if caching is allowed for this primitive.
isCanClose() - Method in class net.i2p.router.web.FormHandler.Message
Whether can close.
isChanged() - Method in class org.klomp.snark.Storage
Has the storage changed since instantiation?
isChecking() - Method in class org.klomp.snark.Snark
Check if file checking is in progress.
isChecking() - Method in class org.klomp.snark.Storage
File checking in progress.
isCheckInProgress() - Method in class net.i2p.router.update.ConsoleUpdateManager
Is any check in progress? Does not include updates.
isCheckInProgress(UpdateType) - Method in class net.i2p.router.update.ConsoleUpdateManager
Is a check in progress?
isCheckInProgress(UpdateType, String) - Method in class net.i2p.router.update.ConsoleUpdateManager
Is a check in progress?
isChildOf(DnsName) - Method in class org.minidns.dnsname.DnsName
isChildOf.
isChoked() - Method in class net.i2p.client.streaming.impl.Connection
Is the other side choking us?
isChoked() - Method in class org.klomp.snark.Peer
Whether or not the peer choked us.
isChoked() - Method in class org.klomp.snark.WebPeer
 
isChoking() - Method in class org.klomp.snark.Peer
Whether or not we are choking the peer.
isChoking() - Method in class org.klomp.snark.WebPeer
 
isChunked() - Method in class org.cybergarage.http.HTTPPacket
Check if the content is chunked.
isClient() - Method in class net.i2p.i2ptunnel.TunnelController
Is it a client or server in the UI and I2P side? Note that a streamr client is a UI and I2P client but a server on the localhost side.
isClient(String) - Static method in class net.i2p.i2ptunnel.TunnelController
Is it a client or server in the UI and I2P side? Note that a streamr client is a UI and I2P client but a server on the localhost side.
isClient(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
Is it a client or server in the UI and I2P side? Note that a streamr client is a UI and I2P client but a server on the localhost side.
isClient(String) - Static method in class net.i2p.i2ptunnel.web.IndexBean
Is it a client or server in the UI and I2P side? Note that a streamr client is a UI and I2P client but a server on the localhost side.
isClientChangeEnabled() - Method in class net.i2p.router.web.helpers.ConfigClientsHelper
Whether client configuration changes are allowed.
isClientDb() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Check if the database is a client DB.
isCloseConnection() - Method in class org.cybergarage.http.HTTPPacket
Checks if the Connection header is set to close.
isClosed() - Method in interface net.i2p.client.I2PSession
Have we closed the session?
isClosed() - Method in class net.i2p.client.impl.I2PSessionImpl
Has the session been closed (or not yet connected)? False when open and during transitions.
isClosed() - Method in class net.i2p.client.impl.SubSession
Has the session been closed (or not yet connected)? False when open and during transitions.
isClosed() - Method in interface net.i2p.client.streaming.I2PSocket
Returns whether this socket has been closed.
isClosed() - Method in class net.i2p.client.streaming.impl.I2PSocketFull
 
isClosed() - Method in class net.i2p.client.streaming.impl.StandardServerSocket
 
isClosed() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
isClosed() - Method in class net.i2p.i2ptunnel.socks.SocketWrapper
 
isClosed() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
isClosed() - Method in class net.i2p.util.InternalServerSocket
Supported as of 0.9.33, prior to that threw IllegalArgumentException
isClosed() - Method in class net.i2p.util.InternalSocket
True if either stream is null.
isClosed() - Method in class org.rrd4j.core.RrdDb
Returns true if the RRD is closed.
isCollapsePanelsEnabled() - Method in class org.klomp.snark.SnarkManager
 
isCompatibleValue(Object) - Method in class org.jfree.svg.SVGHints.Key
Returns true if val is a value that is compatible with this key, and false otherwise.
isCompatibleWith(Def) - Method in class org.rrd4j.data.Def
Is compatible with
isComplete() - Method in class net.i2p.router.transport.ntcp.EstablishBase
If synchronized on this, fails with deadlocks from all over via CSFI.isEstablished().
isComplete() - Method in interface net.i2p.router.transport.ntcp.EstablishState
If synchronized on this, fails with deadlocks from all over via CSFI.isEstablished().
isComplete() - Method in class net.i2p.router.transport.ntcp.OutboundNTCP2State
Don't synchronize this, deadlocks all over.
isComplete() - Method in class net.i2p.router.transport.udp.InboundEstablishState
Check if the inbound establish state is complete.
isComplete() - Method in class net.i2p.router.transport.udp.InboundMessageState
Returns true if all fragments up to last have been received.
isComplete() - Method in class net.i2p.router.transport.udp.OutboundMessageState
 
isComplete() - Method in class net.i2p.router.tunnel.FragmentedMessage
have we received all of the fragments?
isComplete() - Method in class org.klomp.snark.MagnetState
Check if the magnet download is complete.
isComplete() - Method in class org.klomp.snark.PartialPiece
Checks if the entire piece has been downloaded.
isCompleted() - Method in class org.klomp.snark.Peer
Return if a peer is a seeder.
isCompleted() - Method in class org.klomp.snark.WebPeer
 
isCompressible() - Method in class net.i2p.data.KeysAndCert
Is there compressible padding?
isConnected() - Method in class i2p.susi.webmail.pop3.POP3MailBox
Is the connection is still alive
isConnected() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
isConnected() - Method in class net.i2p.sam.SSLSocketChannel
Check if the underlying SSL socket is connected.
isConnected(AddressType) - Static method in class net.i2p.util.Addresses
Do we have any address of this type? Use getConnectedAddressTypes() to get all types at once for better performance.
isConnected() - Static method in class net.i2p.util.Addresses
Do we have any non-loop, non-wildcard IPv4 address at all? Use getConnectedAddressTypes() to get all types at once for better performance.
isConnected() - Method in class net.i2p.util.InternalSocket
Supported as of 0.9.33, prior to that threw UnsupportedOperationException
isConnected() - Method in class org.klomp.snark.Peer
Returns whether the peer is in active communication.
isConnected() - Method in class org.klomp.snark.WebPeer
 
isConnectedIPv6() - Static method in class net.i2p.util.Addresses
Do we have any non-loop, non-wildcard IPv6 address at all? Use getConnectedAddressTypes() to get all types at once for better performance.
isConnecting(Hash) - Method in class net.i2p.router.CommSystemFacade
Check if any transport has a connection attempt in progress for the given peer (handshake started but not yet complete).
isConnecting(Hash) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
 
isConnecting(Hash) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
 
isConnecting(Hash) - Method in interface net.i2p.router.transport.Transport
Check if a connection attempt is in progress for the given peer.
isConnecting(Hash) - Method in class net.i2p.router.transport.TransportImpl
Check if a connection attempt is in progress for the given peer.
isConnecting(Hash) - Method in class net.i2p.router.transport.TransportManager
Check if any transport has a connection attempt in progress for the peer.
isConnecting(Hash) - Method in class net.i2p.router.transport.udp.EstablishmentManager
Check if an outbound SSU handshake is in progress for the given peer.
isConnecting(Hash) - Method in class net.i2p.router.transport.udp.UDPTransport
 
isConnecting() - Method in class org.klomp.snark.I2PSnarkUtil
 
isConnectionPending() - Method in class net.i2p.sam.SSLSocketChannel
Check if a connection operation is pending.
isControlURL(String) - Method in class org.cybergarage.upnp.Service
Checks if the given URL matches this service's control URL.
IsCore2Compatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
Returns whether the CPU implements at least a Core2 level instruction/feature set.
IsCore2Compatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
true if the CPU supports Core 2 (SSSE3) instructions.
IsCoreiCompatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
Returns whether the CPU implements at least a Corei level instruction/feature set.
IsCoreiCompatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
true if the CPU supports Core i-series (SSE4.2) instructions.
isCorrupt() - Method in class net.i2p.router.transport.ntcp.EstablishBase
did the handshake fail for some reason?
isCorrupt() - Method in interface net.i2p.router.transport.ntcp.EstablishState
 
isCorrupt() - Method in class net.i2p.router.transport.ntcp.OutboundNTCP2State
did the handshake fail for some reason?
isCorruptConnectionBanEnabled() - Method in class net.i2p.router.Banlist
Check if corrupt connection auto-ban is enabled.
isCountryBanEnabled() - Method in class net.i2p.router.Banlist
Check if country-based bans are enabled.
isCountryBlocklistEnabled() - Method in class net.i2p.router.Blocklist
Check if country blocklist is enabled.
isCurrent(long) - Method in class net.i2p.data.LeaseSet
Determine whether ANY lease is currently valid, at least within a given fudge factor
isCurrent(long) - Method in class net.i2p.data.LeaseSet2
Determine whether the leaseset is currently valid, at least within a given fudge factor.
isCurrent(long) - Method in class net.i2p.data.router.RouterInfo
Determine whether the router was published recently (within the given age milliseconds).
isCustomWhitelist(String) - Static method in class net.i2p.i2ptunnel.MimeTypeDetector
Checks if a MIME type requires custom security headers.
isDead() - Method in class net.i2p.router.client.ClientConnectionRunner
Already closed?
isDead() - Method in class net.i2p.router.transport.udp.PeerState2
 
isDeadlocked() - Static method in class net.i2p.router.web.DeadlockDetector
Return the results of the last test.
isDebugEnabled() - Method in class net.i2p.jetty.I2PLogger
 
isDefault - Variable in class org.klomp.snark.TorrentCreateFilter
 
isDefaultPasswordValid() - Method in class net.i2p.i2pcontrol.security.SecurityManager
Is this password correct?
isDelayedShutdownInProgress() - Static method in class net.i2p.i2ptunnel.TunnelControllerGroup
Check if delayed server tunnel shutdown is currently in progress.
isDeprecated(Inet6Address) - Static method in class net.i2p.util.Addresses
Determines if an IPv6 address is deprecated.
isDestroyed() - Method in interface net.i2p.client.streaming.I2PSocketManager
Has the socket manager been destroyed?
isDestroyed() - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
Has the socket manager been destroyed?
isDestroyed() - Method in class net.i2p.data.PrivateKey
javax.security.auth.Destroyable interface
isDestroyed() - Method in class net.i2p.data.SigningPrivateKey
javax.security.auth.Destroyable interface
isDestroyed() - Method in class net.i2p.sam.SAMStreamSession
Is the underlying streaming socket manager destroyed?
isDestroyed() - Method in class org.bouncycastle.pqc.crypto.util.SecretWithEncapsulationImpl
isDestroyed.
isDevice(String) - Method in class org.cybergarage.upnp.Device
isDevice.
isDeviceNode(Node) - Static method in class org.cybergarage.upnp.Device
isDeviceNode.
isDeviceType(String) - Method in class org.cybergarage.upnp.Device
isDeviceType.
isDevSU3UpdateAvailable(RouterContext) - Static method in class net.i2p.router.web.NewsHelper
Will be false if already downloaded or if dev update disabled.
isDigestAuthRequired() - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
Checks if HTTP Digest authentication is required by the outproxy.
isDirectChildOf(DnsName) - Method in class org.minidns.dnsname.DnsName
isDirectChildOf.
isDirectory - Variable in class org.klomp.snark.web.Sorters.FileAndIndex
 
isDirty() - Method in class org.rrd4j.core.ByteBufferBackend
Check whether the buffer has been modified since the last sync.
isDisabled(I2PAppContext) - Static method in class net.i2p.router.web.GraphGenerator
 
isDisabled() - Method in class org.klomp.snark.Piece
Checks if this piece is disabled (should not be downloaded).
isDiscover(String) - Static method in class org.cybergarage.upnp.device.MAN
isDiscover.
isDiscover() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
isDiscover.
isDnssecOk() - Method in class org.minidns.dnsmessage.DnsMessage
Check if the EDNS DO (DNSSEC OK) flag is set.
isDone() - Method in class net.i2p.i2ptunnel.util.LimitOutputStream
 
isDouble(String) - Static method in class org.rrd4j.core.Util
Checks if a string can be parsed as double.
isDummy() - Method in class net.i2p.router.CommSystemFacade
Whether this is a dummy implementation with no real transports.
isDummy() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Is everything disabled for testing?
isDuplicate(PublicKey) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
Check if a public key is a duplicate
isDuplicateSequence(TunnelPoolSettings, List<Hash>) - Method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Check if the selected peer sequence matches an existing tunnel in the pool.
isDynamic(Inet6Address) - Static method in class net.i2p.util.Addresses
Determines if an IPv6 address is dynamic.
isEC(int) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
Is it an ECIES hop?
isElementTitleKey(RenderingHints.Key) - Static method in class org.jfree.svg.SVGHints
Returns true if this key is equivalent to SVGHints.KEY_ELEMENT_TITLE, and false otherwise.
isEmpty(String) - Static method in class edu.internet2.ndt.NDTUtils
Utility method to check if the given string is empty ("") or null.
isEmpty() - Method in class net.i2p.client.I2PSession.TunnelPair
Whether neither tunnel is set.
isEmpty() - Method in class net.i2p.router.tunnel.pool.ExcluderBase
 
isEmpty() - Method in class net.i2p.router.util.RemovableSingletonSet
 
isEmpty() - Method in class net.i2p.util.ArraySet
 
isEmpty() - Method in class net.i2p.util.ConcurrentHashSet
 
isEmpty() - Method in class net.i2p.util.UIMessages
Check if there are any messages.
isEmpty() - Method in class net.metanotion.io.block.FreeListBlock
 
isEmptyNode(Node) - Method in class org.rrd4j.core.XmlTemplate
isEmptyNode.
isEnabled() - Method in interface net.i2p.i2ptunnel.irc.DCCHelper
Is the DCC helper enabled?
isEnabled(int) - Static method in class org.cybergarage.upnp.UPnP
Checks if a specific UPnP framework feature or configuration option is enabled.
isEnableLightbox() - Method in class org.klomp.snark.SnarkManager
 
isEndGroupKey(RenderingHints.Key) - Static method in class org.jfree.svg.SVGHints
Returns true if this key is equivalent to SVGHints.KEY_END_GROUP, and false otherwise.
isEnqueued() - Method in class net.i2p.client.streaming.impl.PacketLocal
 
isEstablished(Hash) - Method in class net.i2p.router.CommSystemFacade
Check whether a transport connection exists with the given peer.
isEstablished(Hash) - Method in class net.i2p.router.dummy.VMCommSystem
Return whether established
isEstablished() - Method in class net.i2p.router.peermanager.PeerProfile
Is this peer established?
isEstablished(Hash) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
 
isEstablished() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
isEstablished(Hash) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
 
isEstablished(Hash) - Method in interface net.i2p.router.transport.Transport
 
isEstablished(Hash) - Method in class net.i2p.router.transport.TransportImpl
 
isEstablished(Hash) - Method in class net.i2p.router.transport.TransportManager
 
isEstablished(Hash) - Method in class net.i2p.router.transport.udp.UDPTransport
 
isEventSubURL(String) - Method in class org.cybergarage.upnp.Service
Checks if the given URL matches this service's event subscription URL.
IsExcavatorCompatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
Checks if the CPU is at least an 'excavator' CPU.
IsExcavatorCompatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
isExcludedFromProfiling(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Check if a peer should be excluded from profiling.
isExemptIncoming(String) - Method in class net.i2p.router.CommSystemFacade
Is this IP exempt from any incoming throttles or rejections
isExemptIncoming(String) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Is this IP exempt from any incoming throttles or rejections
isExpired() - Method in class net.i2p.data.Lease
True if the lease has expired.
isExpired(long) - Method in class net.i2p.data.Lease
Fudge factor in milliseconds for clock skew.
isExpired() - Method in class net.i2p.router.transport.udp.InboundMessageState
Returns true if message has expired (received more than 10s ago).
isExpired() - Method in class net.i2p.router.transport.udp.OutboundMessageState
 
isExpired(long) - Method in class net.i2p.router.transport.udp.OutboundMessageState
 
isExpired() - Method in class org.cybergarage.upnp.Device
isExpired.
isExpired() - Method in class org.cybergarage.upnp.event.Subscriber
isExpired.
isExpiringSoon(long) - Method in class net.i2p.router.tunnel.pool.TunnelPool
Check if the LeaseSet is expiring soon (within 1 minute).
isExploratory() - Method in class net.i2p.router.TunnelPoolSettings
is this an exploratory tunnel (or a client tunnel)
isExtended() - Method in class net.i2p.jetty.I2PRequestLog
 
isExtendedOptionsAllowed() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
Are we allowed to send extended options to this peer?
isExternalRestartPending() - Method in class net.i2p.router.update.ConsoleUpdateManager
A router update had been downloaded and handled by an UpdatePostProcessor.
isExternalRestartPending() - Static method in class net.i2p.router.web.NewsHelper
A router update had been downloaded and handled by an UpdatePostProcessor.
isFast(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Check whether a peer is classified in the fast tier.
isFinalShutdownInProgress() - Method in class net.i2p.router.Router
Is a final shutdown in progress? This may not be cancelled.
isFirewalled() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Firewall status.
isFirstElement(O) - Method in class i2p.susi.util.Folder
Returns true if the element is the first in the sorted array.
isFirstHopFailing(RouterContext, Hash) - Static method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Check if a peer recently failed as first hop and should be excluded.
isFirstMessageOurDSM() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
Is the first message queued our own DatabaseStoreMessage?
isFirstPage() - Method in class i2p.susi.util.Folder
Returns true if the current page is the first page.
isFlagSet(int) - Method in class net.i2p.client.streaming.impl.Packet
is a particular flag set on this packet?
isFloodfill(RouterInfo) - Static method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Checks if a RouterInfo has floodfill capability.
isFloodfill() - Method in class net.i2p.router.web.helpers.ConfigAdvancedHelper
Whether the router is currently acting as a floodfill.
isFloodfill() - Method in class net.i2p.router.web.helpers.HealthHelper
 
isFloodfill() - Method in class net.i2p.router.web.helpers.NetDbHelper
Whether the router is a floodfill router.
isFloodfill() - Method in class net.i2p.router.web.helpers.NetDbRenderer
Whether floodfill.
isFloodfillOverloaded(Hash) - Static method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Check if a floodfill peer already has too many active outbound queries from this router.
isFrequency(String) - Method in class net.i2p.stat.StatManager
is the given stat a monitored frequency?
isFull() - Method in class net.metanotion.io.block.FreeListBlock
 
isGentoo() - Static method in class net.i2p.util.SystemVersion
 
IsGeodeCompatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
Checks if the CPU is at least a 'geode' CPU.
IsGeodeCompatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
isGetRequest() - Method in class org.cybergarage.http.HTTPRequest
Determines if this is a GET request.
isGhost(Hash) - Method in class net.i2p.router.tunnel.pool.GhostPeerManager
Check if a peer should be excluded from tunnel selection.
isGNU() - Static method in class net.i2p.util.SystemVersion
gij or JamVM with GNU Classpath
isHasFilter() - Method in class i2p.susi.dns.AddressbookBean
Returns whether a filter is active.
IsHaswellCompatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
Returns whether the CPU implements at least a Haswell level instruction/feature set.
IsHaswellCompatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
true if the CPU supports Haswell (AVX2, BMI1/2, FMA) instructions.
isHeadRequest() - Method in class org.cybergarage.http.HTTPRequest
Determines if this is a HEAD request.
isHidden() - Method in class net.i2p.data.router.RouterIdentity
This router specified that they should not be used as a part of a tunnel, nor queried for the netDb, and that disclosure of their contact information should be limited.
isHidden() - Method in class net.i2p.data.router.RouterInfo
Is this a hidden node?
isHidden() - Method in class net.i2p.router.Router
 
isHidden() - Method in class org.klomp.snark.comments.Comment
Returns whether this comment is hidden (deleted by the user).
isHighCapacity(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Check whether a peer is classified in the high-capacity tier.
isHostnameBlacklisted(String) - Method in class i2p.susi.dns.BlacklistBean
Check if a hostname is blacklisted (exact match)
isHXHIValid(byte[]) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
Incoming connection replay detection.
isI2PHost(String) - Static method in class net.i2p.client.naming.NamingService
Is this an i2p hostname? ref: https://www.rfc-editor.org/rfc/rfc9476.html
isI2PTunnelRunning() - Method in class net.i2p.router.web.helpers.SidebarHelper
Are both the webapp and TCG running?
isIconBytesURI(String) - Method in class org.cybergarage.upnp.Device
isIconBytesURI.
isIconNode(Node) - Static method in class org.cybergarage.upnp.Icon
Checks if the given XML node represents an icon.
isIDN() - Method in class i2p.susi.dns.AddressBean
Is the ASCII name Punycode-encoded?
isIdnAcePrefixed(String) - Static method in class org.minidns.dnslabel.DnsLabel
Check if a string has the IDN ACE prefix.
isIFSelected(String) - Method in class net.i2p.router.web.helpers.ConfigClientsHelper
Whether the given address is the selected I2CP interface.
isImmutableCache(String) - Static method in class net.i2p.i2ptunnel.MimeTypeDetector
Checks if a MIME type should use immutable cache control headers.
isInbound() - Method in class net.i2p.client.streaming.impl.Connection
Check if this is an inbound connection.
isInbound() - Method in class net.i2p.client.TunnelRemovalEvent
Return whether this is an inbound tunnel.
isInbound() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
isInbound() - Method in class net.i2p.router.transport.udp.PeerState
Whether this is an inbound connection.
isInbound() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
is this an inbound tunnel?
isInbound() - Method in interface net.i2p.router.TunnelInfo
is this an inbound tunnel?
isInbound() - Method in class net.i2p.router.TunnelPoolSettings
is this an inbound tunnel?
isInboundTagValid(long) - Method in class net.i2p.router.transport.udp.IntroductionManager
Is this inbound tag currently valid, i.e.
isInboundTokenValid(RemoteHostId, long) - Method in class net.i2p.router.transport.udp.EstablishmentManager
Is the token from this peer valid?
isIncoming() - Method in class org.klomp.snark.Peer
Returns whether this is an incoming connection (initiated by the remote peer).
isIndeterminate() - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JProgressBar
Check if the progress bar is indeterminate.
isInDirection() - Method in class org.cybergarage.upnp.Argument
Checks if this argument is an input argument.
isInDropList(RemoteHostId) - Method in class net.i2p.router.transport.udp.UDPTransport
Is in drop list
isInitialised() - Method in class gnu.crypto.prng.BasePRNGStandalone
Check whether this instance has been initialised.
isInitialized() - Method in class net.i2p.i2ptunnel.web.IndexBean
Check if the tunnel group is initialized.
isInitialized() - Static method in class net.i2p.router.BanLogger
Check if the logger is initialized.
isInitialized() - Method in class net.i2p.router.NetworkDatabaseFacade
Is the network database initialized?
isInitialized() - Method in interface net.i2p.router.networkdb.kademlia.DataStore
Check if the data store has been initialized.
isInitialized() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Checks whether the network database has been fully initialized.
isInitialized() - Method in class net.i2p.router.networkdb.kademlia.PersistentDataStore
 
isInitialized() - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
 
isInitialized() - Method in class org.klomp.snark.MagnetState
Check if the magnet state has been initialized.
isInitialState() - Method in class net.i2p.router.transport.ntcp.OutboundNTCP2State
Check if the connection is in initial state and ready for prepareOutbound()
isInputShutdown() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
isInputShutdown() - Method in class net.i2p.util.InternalSocket
Supported as of 0.9.33, prior to that threw UnsupportedOperationException
isInstanceCreated() - Static method in class org.rrd4j.core.RrdBackend
Checks if a backend instance has been created.
isInStartupGracePeriod(RouterContext) - Static method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Is the router in the startup grace period? During startup, peers haven't accumulated test history yet, so quality filters (pre-qualification, tier capping) should be relaxed to allow tunnels to build.
isInStartupGracePeriod() - Method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Convenience instance method wrapping the static helper.
isInStrictCountry() - Method in class net.i2p.router.CommSystemFacade
Whether country blocking is enabled at all.
isInStrictCountry(Hash) - Method in class net.i2p.router.CommSystemFacade
Whether the given peer's country is blocked.
isInStrictCountry(RouterInfo) - Method in class net.i2p.router.CommSystemFacade
Whether the given router's country is blocked.
isInStrictCountry() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Are we in a strict country
isInStrictCountry(Hash) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Are they in a strict country.
isInStrictCountry(RouterInfo) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Are they in a strict country
isIntBounded() - Method in class com.tomgibara.crinch.hashing.HashRange
 
isInteractive(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Check whether the tunnel is configured for interactive streaming (small window).
isInteractive(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
isInterested() - Method in class org.klomp.snark.Peer
Whether or not the peer is interested in pieces we have.
isInterested() - Method in class org.klomp.snark.WebPeer
 
isInteresting() - Method in class org.klomp.snark.Peer
Whether or not the peer has pieces we want from it.
isInteresting() - Method in class org.klomp.snark.WebPeer
 
isIntroductionRequested() - Method in class net.i2p.router.transport.udp.InboundEstablishState
Whether Alice requested an introduction.
isIntSized() - Method in class com.tomgibara.crinch.hashing.HashRange
 
isIP6 - Variable in class org.freenetproject.ForwardPort
IPv4 vs IPv6?
isIPAddress(String) - Static method in class net.i2p.util.Addresses
Checks if the host is a valid IP address (IPv4 or IPv6).
isIpAddress(CharSequence) - Static method in class org.minidns.util.InetAddressUtil
Checks if the given CharSequence represents a valid IP address (IPv4 or IPv6).
isIPv4() - Method in class net.i2p.router.transport.udp.UDPAddress
 
isIPv4() - Method in class net.i2p.router.transport.udp.UDPEndpoint
 
isIPv4Address(String) - Static method in class net.i2p.apache.http.conn.util.InetAddressUtils
Checks whether the parameter is a valid IPv4 address
isIPv4Address(String) - Static method in class net.i2p.util.Addresses
Checks if the host is a valid IPv4 address.
isIPv4Address(String) - Static method in class org.cybergarage.net.HostInterface
isIPv4Address.
isIpV4Address(CharSequence) - Static method in class org.minidns.util.InetAddressUtil
Checks if the given CharSequence represents a valid IPv4 address.
isIPv4Firewalled() - Method in interface net.i2p.router.transport.Transport
 
isIPv4Firewalled() - Method in class net.i2p.router.transport.TransportImpl
This returns true if the force-firewalled setting is configured, false otherwise.
isIPv4Firewalled(RouterContext) - Static method in class net.i2p.router.transport.TransportUtil
This returns true if the force-firewalled setting is configured, false otherwise.
isIPv4MappedIPv64Address(String) - Static method in class net.i2p.apache.http.conn.util.InetAddressUtils
Checks whether the parameter is a valid IPv4-mapped IPv6 address.
isIPv6() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
isIPv6 - Variable in class net.i2p.router.transport.TransportManager.Port
True if IPv6
isIPv6(RouterAddress) - Static method in class net.i2p.router.transport.TransportUtil
Addresses without a host (i.e.
isIPv6() - Method in class net.i2p.router.transport.udp.PeerState
Whether the connection uses IPv6.
isIPv6() - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
 
isIPv6() - Method in class net.i2p.router.transport.udp.PeerTestState
Whether this is an IPv6 test.
isIPv6() - Method in interface net.i2p.router.transport.udp.SSU2Sender
 
isIPv6() - Method in class net.i2p.router.transport.udp.UDPAddress
 
isIPv6() - Method in class net.i2p.router.transport.udp.UDPEndpoint
 
isIPv6Address(String) - Static method in class net.i2p.apache.http.conn.util.InetAddressUtils
Checks whether the parameter is a valid IPv6 address (including compressed).
isIPv6Address(String) - Static method in class net.i2p.util.Addresses
Checks if the host is a valid IPv6 address.
isIPv6Address(String) - Static method in class org.cybergarage.net.HostInterface
isIPv6Address.
isIpV6Address(CharSequence) - Static method in class org.minidns.util.InetAddressUtil
Checks if the given CharSequence represents a valid IPv6 address.
isIPv6Firewalled() - Method in interface net.i2p.router.transport.Transport
 
isIPv6Firewalled() - Method in class net.i2p.router.transport.TransportImpl
This returns true if the force-firewalled setting is configured, false otherwise.
isIPv6Firewalled(RouterContext) - Static method in class net.i2p.router.transport.TransportUtil
This returns true if the force-firewalled setting is configured, false otherwise.
isIPv6HexCompressedAddress(String) - Static method in class net.i2p.apache.http.conn.util.InetAddressUtils
Checks whether the parameter is a valid compressed IPv6 address
isIPv6Only() - Method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Are we IPv6 only?
isIPv6StdAddress(String) - Static method in class net.i2p.apache.http.conn.util.InetAddressUtils
Checks whether the parameter is a valid standard (non-compressed) IPv6 address
isIsEmpty() - Method in class i2p.susi.dns.AddressbookBean
Returns whether the address book is empty.
IsIvyCompatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
Returns whether the CPU implements at least a IvyBridge level instruction/feature set.
IsIvyCompatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
true if the CPU supports Ivy Bridge (AVX, PCMPGTQ) instructions.
IsJaguarCompatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
Checks if the CPU is at least a 'jaguar' CPU.
IsJaguarCompatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
isJava(int) - Static method in class net.i2p.util.SystemVersion
Handles Android also
isJava(String) - Static method in class net.i2p.util.SystemVersion
Handles Android, and minVersions in both forms (e.g.
isJava10() - Static method in class net.i2p.util.SystemVersion
 
isJava11() - Static method in class net.i2p.util.SystemVersion
 
isJava12() - Static method in class net.i2p.util.SystemVersion
 
isJava13() - Static method in class net.i2p.util.SystemVersion
 
isJava14() - Static method in class net.i2p.util.SystemVersion
 
isJava15() - Static method in class net.i2p.util.SystemVersion
 
isJava16() - Static method in class net.i2p.util.SystemVersion
 
isJava17() - Static method in class net.i2p.util.SystemVersion
 
isJava18() - Static method in class net.i2p.util.SystemVersion
 
isJava19() - Static method in class net.i2p.util.SystemVersion
 
isJava20() - Static method in class net.i2p.util.SystemVersion
 
isJava21() - Static method in class net.i2p.util.SystemVersion
 
isJava22() - Static method in class net.i2p.util.SystemVersion
 
isJava6() - Static method in class net.i2p.util.SystemVersion
Better than (new VersionComparator()).compare(System.getProperty("java.version"), "1.6") >= 0 as it handles Android also, where java.version = "0".
isJava7() - Static method in class net.i2p.util.SystemVersion
Better than (new VersionComparator()).compare(System.getProperty("java.version"), "1.7") >= 0 as it handles Android also, where java.version = "0".
isJava8() - Static method in class net.i2p.util.SystemVersion
 
isJava9() - Static method in class net.i2p.util.SystemVersion
 
IsK10Compatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
Checks if the CPU is at least a 'k10' CPU.
IsK10Compatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
IsK6_2_Compatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
Checks if the CPU is at least a 'k6-2' CPU.
IsK6_2_Compatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
IsK6_3_Compatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
Checks if the CPU is at least a 'k6-3' CPU.
IsK6_3_Compatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
IsK6Compatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
Checks if the CPU is at least a 'k6' CPU.
IsK6Compatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
isKeepAlive() - Method in class org.cybergarage.http.HTTPRequest
Determines if this connection should be kept alive.
isKeepAliveConnection() - Method in class org.cybergarage.http.HTTPPacket
Checks if the Connection header is set to keep-alive.
isKilled - Variable in class net.metanotion.io.block.index.BSkipSpan
Whether this span has been killed/deleted
isKnown(Hash) - Method in interface net.i2p.router.networkdb.kademlia.DataStore
Check if the given key exists in the data store.
isKnown(Hash) - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
 
isKnown(long) - Method in class net.i2p.router.util.DecayingBloomFilter
Check if an entry is already known without adding it
isKnown(long) - Method in class net.i2p.router.util.DecayingHashSet
 
isKnownOpenTracker(String) - Method in class org.klomp.snark.I2PSnarkUtil
Is this announce URL probably for an open tracker?
isLastElement(O) - Method in class i2p.susi.util.Folder
Returns true if the element is the last in the sorted array.
isLastPage() - Method in class i2p.susi.util.Folder
Returns true if the current page is the last page.
isLastResort() - Method in class net.i2p.router.tunnel.pool.PooledTunnelCreatorConfig
 
isLdhLabel(String) - Static method in class org.minidns.dnslabel.LdhLabel
Determine if the given label is an LDH (letters, digits, hyphen) label.
isLeadingOrTrailingHypenLabelInternal(String) - Static method in class org.minidns.dnslabel.LeadingOrTrailingHyphenLabel
 
isLeaseSet() - Method in class net.i2p.data.DatabaseEntry
Convenience method, is the type any variant of leaseset?
isLeaseSet(int) - Static method in class net.i2p.data.DatabaseEntry
Convenience method, is the type any variant of leaseset?
isLinuxService() - Static method in class net.i2p.util.SystemVersion
 
isListening() - Method in class net.i2p.router.client.ClientListenerRunner
Check if the listener is currently running and listening.
isLoaded() - Method in class i2p.susi.webmail.MailCache
Has loadFromDisk completed?
isLoaded() - Method in class org.rrd4j.data.Def
Is loaded
isLoading() - Method in class i2p.susi.webmail.MailCache
Is loadFromDisk in progress?
isLocal(Destination) - Method in class net.i2p.router.client.ClientManager
Unsynchronized.
isLocal(Hash) - Method in class net.i2p.router.client.ClientManager
Unsynchronized.
isLocal(Destination) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
Determine if the destination specified is managed locally.
isLocal(Hash) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
Determine if the destination specified is managed locally.
isLocal(Destination) - Method in class net.i2p.router.ClientManagerFacade
Determine if the destination specified is managed locally.
isLocal(Hash) - Method in class net.i2p.router.ClientManagerFacade
Determine if the destination hash specified is managed locally.
isLocal(Hash) - Method in class net.i2p.router.dummy.DummyClientManagerFacade
 
isLocal(Destination) - Method in class net.i2p.router.dummy.DummyClientManagerFacade
 
isLocallyClosed() - Method in class net.i2p.client.streaming.impl.MessageInputStream
Checks if this stream has been closed locally.
isLongBounded() - Method in class com.tomgibara.crinch.hashing.HashRange
 
isLongSized() - Method in class com.tomgibara.crinch.hashing.HashRange
 
isLowAcceptanceRatio(RouterContext, Hash) - Static method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Check if a peer has a history of rejecting tunnel build requests.
isLowBandwidthTier(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Check if a peer is in a low bandwidth tier (K, L, M, or Unknown).
isLowBuildSuccess() - Method in class net.i2p.router.peermanager.ProfileOrganizer
 
isLowLatency() - Method in class net.i2p.router.peermanager.PeerProfile
Low latency flag, set when this peer has been observed to respond quickly to tunnel build requests.
isLuBanEnabled() - Method in class net.i2p.router.Banlist
Check if LU router bans are enabled.
isMac() - Static method in class net.i2p.util.SystemVersion
 
isMatch(I2NPMessage) - Method in interface net.i2p.router.MessageSelector
Returns true if the received message matches the selector.
isMatch(I2NPMessage) - Method in class net.i2p.router.networkdb.kademlia.FloodOnlyLookupSelector
 
isMatch(I2NPMessage) - Method in class net.i2p.router.networkdb.kademlia.IterativeLookupSelector
This only returns true for DSMs, not for DSRMs.
isMatch(I2NPMessage) - Method in class net.i2p.router.networkdb.kademlia.SearchMessageSelector
 
isMatch(I2NPMessage) - Method in class net.i2p.router.networkdb.kademlia.StoreMessageSelector
 
isMethod(String) - Method in class org.cybergarage.http.HTTPRequest
Checks if the HTTP method matches the given string.
isMine() - Method in class org.klomp.snark.comments.Comment
Returns whether this comment was posted by the local user.
isMobileBrowser(String) - Static method in class net.i2p.servlet.util.ServletUtil
The intent here is to return true for phones but false for big tablets? But not consistent.
isModified() - Method in class org.klomp.snark.comments.CommentSet
Returns whether this set has been modified since instantiation or last save.
isName(String) - Method in class org.cybergarage.xml.Node
Checks if this node's name matches the specified value.
IsNanoCompatible() - Method in interface freenet.support.CPUInformation.VIACPUInfo
 
IsNanoCompatible() - Method in class freenet.support.CPUInformation.VIAInfoImpl
 
isNative() - Static method in class net.i2p.util.NativeBigInteger
 
isNDTComplete() - Method in class net.i2p.router.web.helpers.WizardHelper
 
isNDTRunning() - Method in class net.i2p.router.web.helpers.WizardHelper
 
isNDTSuccessful() - Method in class net.i2p.router.web.helpers.WizardHelper
 
isNegative(FieldElement) - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerLittleEndianEncoding
From the Ed25519 paper:
$x$ is negative if the $(b-1)$-bit encoding of $x$ is lexicographically larger than the $(b-1)$-bit encoding of $-x$.
isNegative(FieldElement) - Method in class net.i2p.crypto.eddsa.math.ed25519.Ed25519LittleEndianEncoding
Is the FieldElement negative in this encoding?
isNegative(FieldElement) - Method in class net.i2p.crypto.eddsa.math.Encoding
From the Ed25519 paper:
$x$ is negative if the $(b-1)$-bit encoding of $x$ is lexicographically larger than the $(b-1)$-bit encoding of -x.
isNegative() - Method in class net.i2p.crypto.eddsa.math.FieldElement
Checks if this field element is negative.
isNegativeCached(Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Is the key in the negative lookup cache?
isNegativeCachedForever(Hash) - Method in class net.i2p.router.NetworkDatabaseFacade
Is it permanently negative cached?
isNegativeCachedForever(Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Is it permanently negative cached?
isNew() - Method in class i2p.susi.webmail.Mail
Whether this message is new (unread).
isNewer(LeaseSet, LeaseSet) - Static method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Utility to determine if a is newer than b.
isNMPRMode() - Method in class org.cybergarage.upnp.ControlPoint
Check if NMPR mode is enabled.
isNMPRMode() - Method in class org.cybergarage.upnp.Device
isNMPRMode.
isNonReservedLdhLabel(String) - Static method in class org.minidns.dnslabel.NonReservedLdhLabel
isNonReservedLdhLabel.
isNonReservedLdhLabelInternal(String) - Static method in class org.minidns.dnslabel.NonReservedLdhLabel
 
isNonZero() - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
 
isNonZero() - Method in class net.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElement
Gets a value indicating whether or not the field element is non-zero.
isNonZero() - Method in class net.i2p.crypto.eddsa.math.FieldElement
Checks if this field element is non-zero.
isNotEmpty(String) - Static method in class edu.internet2.ndt.NDTUtils
Utility method to check if the given string is not empty ("") or null.
isNotEmpty() - Method in class i2p.susi.dns.AddressbookBean
Returns whether the address book is not empty.
isNotEmpty() - Method in class i2p.susi.dns.NamingServiceBean
Returns whether the address book is not empty.
isNotificationSent() - Method in class org.klomp.snark.Snark
 
isNotifyRequest() - Method in class org.cybergarage.http.HTTPRequest
Determines if this is a NOTIFY request.
isNotWindows - Static variable in class net.i2p.util.SecureDirectory
isNotWindows.
isNTCPDisabled() - Method in class net.i2p.router.tunnel.pool.ConnectChecker
Is NTCP disabled?
isNTCPEnabled(RouterContext) - Static method in class net.i2p.router.transport.TransportManager
 
isNullPublicKey() - Method in class com.southernstorm.noise.protocol.Curve25519DHState
 
isNullPublicKey() - Method in interface com.southernstorm.noise.protocol.DHState
Determine if the public key in this object is the special null value.
isNullPublicKey() - Method in class com.southernstorm.noise.protocol.MLKEMDHState
 
ISO_DATE_FORMAT - Static variable in class org.rrd4j.core.Util
 
isOffline() - Method in interface net.i2p.client.I2PSession
Does this session have offline and transient keys?
isOffline() - Method in class net.i2p.client.impl.I2PSessionImpl
Does this session have offline and transient keys?
isOffline() - Method in class net.i2p.data.LeaseSet2
Checks if this leaseset uses offline keys.
isOffline() - Method in class net.i2p.data.PrivateKeyFile
Does this session have offline and transient keys?
isOffline() - Method in class net.i2p.data.SigningPrivateKey
Constant time
isOfflineKeys(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Check whether the tunnel uses offline keys.
isOn() - Static method in class org.cybergarage.util.Debug
Checks if debug output is enabled.
isOnCurve() - Method in class net.i2p.crypto.eddsa.math.GroupElement
Verify that a point is on its curve.
isOnCurve(Curve) - Method in class net.i2p.crypto.eddsa.math.GroupElement
Verify that a point is on the curve.
isOpen() - Method in class net.i2p.i2ptunnel.I2PTunnelTask
 
isOpened() - Method in class org.cybergarage.http.HTTPServer
Checks if the server socket is opened.
isOpenJDK() - Static method in class net.i2p.util.SystemVersion
 
isOutDirection() - Method in class org.cybergarage.upnp.Argument
Checks if this argument is an output argument.
isOutputShutdown() - Method in class net.i2p.client.streaming.impl.StandardSocket
 
isOutputShutdown() - Method in class net.i2p.util.InternalSocket
Supported as of 0.9.33, prior to that threw UnsupportedOperationException
isOverBy(Hash, int) - Method in class net.i2p.client.streaming.impl.ConnThrottler
Checks if individual count is over the limit by this much.
isOverrideCssActive() - Method in class i2p.susi.dns.BaseBean
Determine if a user-provided override.css file is active
isOverrideCssActive() - Method in class i2p.susi.webmail.WebMail
Determine if a user-provided override.css file is active
ISP_EDITION - Static variable in class com.maxmind.geoip.DatabaseInfo
ISP edition
ISP_EDITION_V6 - Static variable in class com.maxmind.geoip.DatabaseInfo
ISP edition IPv6
isPack200Supported() - Static method in class net.i2p.util.FileUtil
Public since 0.8.3
isPaddingFile(int) - Method in class org.klomp.snark.MetaInfo
Is this file a padding file?
IsPentium2Compatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
Returns whether the CPU implements at least the p6 instruction set (Pentium II or better).
IsPentium2Compatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
true if the CPU supports Pentium II (P6) instructions.
IsPentium3Compatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
Returns whether the CPU implements at least a Pentium III level of the p6 instruction/feature set.
IsPentium3Compatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
true if the CPU supports Pentium III instructions (SSE).
IsPentium4Compatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
Returns whether the CPU implements at least a Pentium IV level instruction/feature set.
IsPentium4Compatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
true if the CPU supports Pentium 4 instructions (SSE2).
IsPentiumCompatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
Returns whether the CPU is at least a Pentium CPU.
IsPentiumCompatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
true if the CPU supports Pentium (P5) instructions.
IsPentiumMCompatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
Returns whether the CPU implements at least a Pentium M level instruction/feature set.
IsPentiumMCompatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
true if the CPU supports Pentium M (Dothan/Core) instructions.
IsPentiumMMXCompatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
Returns whether the CPU is at least a Pentium which implements the MMX instruction/feature set.
IsPentiumMMXCompatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
true if the CPU supports Pentium MMX instructions.
isPermanentlyBlocklisted(int) - Method in class net.i2p.router.Blocklist
Check if an IP is permanently blocklisted using binary search.
IsPiledriverCompatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
Checks if the CPU is at least a 'piledriver' CPU.
IsPiledriverCompatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
isPluginEnabled(String) - Static method in class net.i2p.router.web.PluginStarter
Is the plugin enabled in plugins.config? Default true
isPluginInstallEnabled() - Method in class net.i2p.router.web.helpers.ConfigClientsHelper
Whether plugin installation is enabled.
isPluginRunning(String, RouterContext) - Static method in class net.i2p.router.web.PluginStarter
 
isPluginRunning(String, RouterContext, Server) - Static method in class net.i2p.router.web.PluginStarter
 
isPluginUpdateEnabled() - Method in class net.i2p.router.web.helpers.ConfigClientsHelper
Whether any plugins have updates available.
isPoolInBackoff(TunnelPool) - Method in class net.i2p.router.tunnel.pool.BuildExecutor
Check if a pool is in backoff due to consecutive build failures.
isPoolUsed() - Method in interface org.rrd4j.core.DataHolder
Returns boolean value representing RrdDbPool usage policy.
isPoolUsed() - Method in class org.rrd4j.data.DataProcessor
Returns boolean value representing RrdDbPool usage policy.
isPoolUsed() - Method in class org.rrd4j.graph.RrdGraphDef
 
isPortHoppingBanEnabled() - Method in class net.i2p.router.Banlist
Check if port hopping auto-ban is enabled.
isPossibleExploit - Variable in class net.i2p.i2ptunnel.RequestValidator.ValidationResult
Whether this appears to be an exploit attempt
isPostRequest() - Method in class org.cybergarage.http.HTTPRequest
Determines if this is a POST request.
isPQ() - Method in enum net.i2p.crypto.EncType
Checks if this is a post-quantum encryption type.
isPrefiltered() - Method in class i2p.susi.dns.AddressbookBean
Checks if entries are pre-filtered.
isPrefiltered() - Method in class i2p.susi.dns.NamingServiceBean
Checks if entries are pre-filtered.
isPremium() - Method in class com.maxmind.geoip.DatabaseInfo
Returns true if the database is the premium version.
isPrepareOutboundCalled() - Method in class net.i2p.router.transport.ntcp.OutboundNTCP2State
Check if the connection is in a state where prepareOutbound() has already been called to avoid duplicate calls that cause IllegalStateException
isPrint() - Method in class org.rrd4j.graph.CommentText
Returns whether this comment is a print item.
isPrint() - Method in class org.rrd4j.graph.PrintText
 
isPrivate() - Method in class org.bouncycastle.crypto.params.AsymmetricKeyParameter
Check if this is a private key.
isPrivate() - Method in class org.klomp.snark.MetaInfo
Is it a private torrent?
isProcessRunning() - Method in class net.i2p.router.web.ShellService
Determine if the process running or not.
isProcessStopped() - Method in class net.i2p.router.web.ShellService
Determine if the process running or not.
isPubliclyRoutable(byte[]) - Method in class net.i2p.router.transport.TransportImpl
Allows IPv6 only if the transport is configured for it.
isPubliclyRoutable(byte[], boolean) - Static method in class net.i2p.router.transport.TransportUtil
 
isPubliclyRoutable(byte[], boolean, boolean) - Static method in class net.i2p.router.transport.TransportUtil
Ref: RFC 5735
isQueryControl() - Method in class org.cybergarage.upnp.control.ControlRequest
Checks if this is a query control request.
isRange(int, int, boolean) - Method in class com.google.zxing.common.BitArray
Efficient method to check if a range of bits is set, or not set.
isRate(String) - Method in class net.i2p.stat.StatManager
is the given stat a monitored rate?
isRecentlyActive() - Method in class net.i2p.router.tunnel.pool.PooledTunnelCreatorConfig
 
isRecentlyQueried(Hash) - Static method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Check if a floodfill peer was queried recently (within cooldown period).
isRecentTrackingEnabled() - Static method in class net.i2p.router.JobStats
Check if recent tracking should be active.
isRegistered(String) - Method in class net.i2p.util.PortMapper
Is the service registered?
isRejectInproxy(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
isRejectReferer(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
isRejectUserAgents(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
isRequest() - Method in class net.i2p.router.crypto.ratchet.NextSessionKey
 
isRequested() - Method in class org.klomp.snark.Piece
Checks if any peer is currently requesting this piece.
isRequestedBy(Peer) - Method in class org.klomp.snark.Piece
Checks if the given peer is currently requesting this piece.
isReservedLdhLabel(String) - Static method in class org.minidns.dnslabel.ReservedLdhLabel
isReservedLdhLabel.
isReservedLdhLabelInternal(String) - Static method in class org.minidns.dnslabel.ReservedLdhLabel
isReservedLdhLabelInternal.
isRestarting() - Method in class net.i2p.router.Router
 
isRestarting(RouterContext) - Static method in class net.i2p.router.web.helpers.ConfigRestartBean
Check if the router is restarting.
isReverse() - Method in class net.i2p.router.crypto.ratchet.NextSessionKey
 
isRevoked(Certificate) - Static method in class net.i2p.crypto.CertUtil
Is the certificate revoked? This loads the CRLs from disk.
isRevoked(I2PAppContext, Certificate) - Static method in class net.i2p.crypto.CertUtil
Is the certificate revoked? This loads the CRLs from disk.
isRevoked(CertStore, Certificate) - Static method in class net.i2p.crypto.CertUtil
Is the certificate revoked?
isRootDevice() - Method in class org.cybergarage.upnp.Device
isRootDevice.
isRootDevice(String) - Static method in class org.cybergarage.upnp.device.NT
method comment
isRootDevice(String) - Static method in class org.cybergarage.upnp.device.ST
isRootDevice.
isRootDevice(String) - Static method in class org.cybergarage.upnp.device.USN
isRootDevice.
isRootDevice() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
isRootDevice.
isRootLabel() - Method in class org.minidns.dnsname.DnsName
isRootLabel.
isRouterContext() - Method in class net.i2p.I2PAppContext
Use this instead of context instanceof RouterContext
isRouterContext() - Method in class net.i2p.i2ptunnel.web.EditBean
 
isRouterContext() - Method in class net.i2p.router.RouterContext
Use this instead of context instanceof RouterContext
isRouterInfo() - Method in class net.i2p.data.DatabaseEntry
Convenience method, is the type any variant of router info?
isRouterSlow() - Method in class net.i2p.router.web.helpers.InfoHelper
 
isRrd4jHeader() - Method in class org.rrd4j.core.Header
True if the header matches RRD4J or JRobin format.
isRTL(I2PAppContext) - Static method in class net.i2p.util.Translate
Are we configured for a right-to-left language?
isRTL(String) - Static method in class net.i2p.util.Translate
Is this a right-to-left language?
isRunnable() - Method in class org.cybergarage.util.ThreadCore
Checks if the current thread is the same as this ThreadCore's thread.
isRunning() - Method in class com.vuze.plugins.mlab.MLabRunner
Check if a test is currently running.
isRunning() - Method in class net.i2p.addressbook.HostChecker
Check if ping tester is running
isRunning() - Method in class net.i2p.router.CommSystemFacade
Whether the comm system is fully initialized and running.
isRunning() - Method in class net.i2p.router.Router
 
isRunning() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
 
isRunning() - Method in class net.i2p.router.tunnel.pool.BuildExecutor
Check if the executor is currently running.
isRunning() - Method in class net.i2p.router.update.UpdateRunner
Whether running.
isRunning() - Method in interface net.i2p.update.UpdateTask
Check if the task is currently running.
isRunning() - Method in class org.cybergarage.upnp.Device
isRunning.
isRunning() - Method in class org.klomp.snark.UpdateRunner
 
isSameCountry() - Method in class net.i2p.router.peermanager.PeerProfile
Is the peer in the same country as us?
IsSandyCompatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
Returns whether the CPU implements at least a SandyBridge level instruction/feature set.
IsSandyCompatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
true if the CPU supports Sandy Bridge (AVX) instructions.
isSaved() - Method in class i2p.susi.dns.ConfigBean
Check if the config has been saved.
isSCPDURL(String) - Method in class org.cybergarage.upnp.Service
Checks if the given URL matches this service's SCPD URL.
isSecure() - Method in class com.thetransactioncompany.jsonrpc2.server.MessageContext
Indicates whether the request / notification was received over a secure HTTPS connection.
isSecureEntryPoint() - Method in class org.minidns.record.DNSKEY
isSecureEntryPoint.
isSeed() - Method in class org.klomp.snark.dht.Peer
Returns whether this peer is a seed (has the complete torrent).
isSelectable(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
 
isSelected() - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JCheckBox
Selection state.
isSendEvents() - Method in class org.cybergarage.upnp.StateVariable
isSendEvents.
isServer(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
Is this a server tunnel?
isServerTargetLinkValid(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
Call this to see if it is ok to linkify getServerTarget()
isService() - Static method in class net.i2p.util.SystemVersion
 
isService(String) - Method in class org.cybergarage.upnp.Service
isService.
isServiceAvailable() - Method in class org.minidns.record.SRV
Check if the service is available at this domain.
isServiceNode(Node) - Static method in class org.cybergarage.upnp.Service
Checks if the given XML node represents a service.
isSharedClient(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Check whether this tunnel shares its I2CP session with other clients.
isSharedClient(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
Check if the tunnel is a shared client.
isShowStatusFilter() - Method in class org.klomp.snark.SnarkManager
 
isShutdown() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
 
isShutdownInProgress(RouterContext) - Static method in class net.i2p.desktopgui.router.RouterManager
Is a graceful shutdown or restart in progress?
isShuttingDown(RouterContext) - Static method in class net.i2p.router.networkdb.kademlia.PersistentDataStore
Check if the router is in a graceful or hard shutdown state.
isShuttingDown(RouterContext) - Static method in class net.i2p.router.RouterThrottleImpl
 
isShuttingDown(RouterContext) - Static method in class net.i2p.router.web.helpers.ConfigRestartBean
Check if the router is shutting down.
isSigTypeAvailable(int) - Method in class net.i2p.i2ptunnel.web.EditBean
Returns whether the given signature type is available.
IsSkylakeCompatible() - Method in interface freenet.support.CPUInformation.IntelCPUInfo
Returns whether the CPU implements at least a Skylake level instruction/feature set.
IsSkylakeCompatible() - Method in class freenet.support.CPUInformation.IntelInfoImpl
true if the CPU supports Skylake (AVX-512F/DQ/BW/VL) instructions.
isSlow() - Static method in class net.i2p.util.SystemVersion
Our best guess on whether this is a slow architecture / OS / JVM, using some simple heuristics.
isSmallBrowser(String) - Static method in class net.i2p.servlet.util.ServletUtil
 
isSmartSortEnabled() - Method in class org.klomp.snark.SnarkManager
 
isSOAPAction() - Method in class org.cybergarage.http.HTTPRequest
Checks if this request has a SOAPAction header.
isSOAPAction(String) - Method in class org.cybergarage.soap.SOAPRequest
Check if the SOAP action matches the given value.
isSpam() - Method in class i2p.susi.webmail.Mail
Whether this message is identified as spam.
isSplitConfig(I2PAppContext) - Static method in class net.i2p.router.startup.ClientAppConfig
Only valid for the router's clients (not plugins).
isSSLEnabled(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Check whether SSL is enabled for the server tunnel.
isSSLEnabled(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
isSSUDisabled() - Method in class net.i2p.router.tunnel.pool.ConnectChecker
Is SSU disabled?
isStackTrace - Static variable in exception com.google.zxing.ReaderException
disable stack traces when not running inside test units
isStalePeer(RouterContext, Hash) - Static method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Check if a peer is stale — no contact (heard from or heard about) within the dynamic activity window.
isStarting() - Method in class org.klomp.snark.Snark
Check if startup is in progress.
isStateVariableNode(Node) - Static method in class org.cybergarage.upnp.StateVariable
isStateVariableNode.
IsSteamrollerCompatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
Checks if the CPU is at least a 'steamroller' CPU.
IsSteamrollerCompatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
isStopped() - Method in class org.klomp.snark.Snark
Check if the torrent is stopped.
isStopped() - Method in class org.klomp.snark.web.FetchAndAdd
 
isStopping() - Method in class org.klomp.snark.SnarkManager
 
isStorageCompleted() - Method in class org.klomp.snark.Snark
 
isStruggling() - Method in class net.i2p.router.tunnel.pool.TunnelPool
Whether this pool is struggling to meet its tunnel targets.
isSubscribed(Service) - Method in class org.cybergarage.upnp.ControlPoint
 
isSubscribed() - Method in class org.cybergarage.upnp.Service
isSubscribed.
isSubscribeRequest() - Method in class org.cybergarage.http.HTTPRequest
Determines if this is a SUBSCRIBE request.
isSuccessful() - Method in class net.i2p.data.i2cp.MessageStatusMessage
Is the status code a success status code?
isSuccessful(int) - Static method in class net.i2p.data.i2cp.MessageStatusMessage
Is the status code a success status code?
isSuccessful() - Method in class org.cybergarage.http.HTTPResponse
Checks if this response has a successful status code.
isSuccessful(int) - Static method in class org.cybergarage.http.HTTPStatus
Checks if the given status code represents a successful response (2xx range).
isSuccessful() - Method in class org.cybergarage.http.HTTPStatus
Checks if this status represents a successful response (2xx range).
isSupported() - Static method in class gnu.crypto.prng.DevRandom
Check if /dev/random is available.
isSupported(String) - Static method in class net.i2p.data.i2cp.RequestVariableLeaseSetMessage
Does the client support this message?
isSupported(EncType) - Method in class net.i2p.router.LeaseSetKeys
Do we support this type of encryption?
isSymNatted() - Method in class net.i2p.router.transport.udp.UDPTransport
Is IPv4 Symmetric NATted?
isSystrayEnabled() - Method in class net.i2p.router.web.ConfigServiceHandler
Is the systray enabled?
isSystrayEnabled(I2PAppContext) - Static method in class net.i2p.router.web.RouterConsoleRunner
Package private for ConfigServiceHandler
isTemporary(Inet6Address) - Static method in class net.i2p.util.Addresses
Determines if an IPv6 address is temporary.
isTestInProgress() - Method in class edu.internet2.ndt.Tcpbw100
isTestInProgress.
isTextBrowser(String) - Static method in class net.i2p.servlet.util.ServletUtil
 
isTooClose(byte[]) - Method in class net.i2p.router.transport.udp.UDPTransport
Is this IP too close to ours to trust it for things like relaying?
isTorBlocklistEnabled() - Method in class net.i2p.router.Banlist
Check if Tor exit node blocklist is enabled.
isTorBlocklistEnabled() - Method in class net.i2p.router.Blocklist
Check if Tor blocklist is enabled.
isUnderscoreLabelInternal(String) - Static method in class org.minidns.dnslabel.UnderscoreLabel
 
isUnicastQuery() - Method in class org.minidns.record.Record
See if this query/response was a unicast query (highest class bit set).
isUnlimited() - Static method in class net.i2p.crypto.CryptoCheck
Return whether unlimited strength is available.
isUnpublished() - Method in class net.i2p.data.LeaseSet2
True if unpublished.
isUnreachable(Hash) - Method in interface net.i2p.router.transport.Transport
 
isUnreachable(Hash) - Method in class net.i2p.router.transport.TransportImpl
 
isUnresolved() - Method in class net.i2p.client.streaming.I2PSocketAddress
 
isUnsignedUpdateAvailable(RouterContext) - Static method in class net.i2p.router.web.NewsHelper
Will be false if already downloaded or if dev update disabled.
isUnsubscribeRequest() - Method in class org.cybergarage.http.HTTPRequest
Determines if this is an UNSUBSCRIBE request.
isUpdateAvailable() - Static method in class net.i2p.router.web.NewsHelper
Release update only.
isUpdateDisabled(RouterContext) - Static method in class net.i2p.router.web.NewsHelper
 
isUpdatedVersion(String, File) - Method in class net.i2p.crypto.TrustedUpdate
Verifies that the version of the given signed update file is newer than currentVersion.
isUpdateInProgress() - Method in class net.i2p.router.update.ConsoleUpdateManager
Is any download in progress? Does not include checks.
isUpdateInProgress(UpdateType) - Method in class net.i2p.router.update.ConsoleUpdateManager
Is a download in progress?
isUpdateInProgress(UpdateType, String) - Method in class net.i2p.router.update.ConsoleUpdateManager
Is a download in progress?
isUpdateInProgress() - Static method in class net.i2p.router.web.NewsHelper
If a signed or unsigned router update is in progress.
isUpdateInProgress() - Method in interface net.i2p.update.UpdateManager
Is a router update being downloaded?
isUpdateInProgress(UpdateType) - Method in interface net.i2p.update.UpdateManager
Is a router update being downloaded?
isUpdateInProgress(UpdateType, String) - Method in interface net.i2p.update.UpdateManager
Is a router update being downloaded?
isURL(String) - Method in class org.cybergarage.upnp.Icon
Checks if the given URL matches this icon's URL.
isURNDevice(String) - Static method in class org.cybergarage.upnp.device.ST
isURNDevice.
isURNService(String) - Static method in class org.cybergarage.upnp.device.ST
isURNService.
isUUIDDevice(String) - Static method in class org.cybergarage.upnp.device.ST
isUUIDDevice.
isValid() - Method in class net.i2p.data.router.RouterInfo
Determine whether this router info is authorized with a valid signature
isValid() - Method in class net.i2p.i2pcontrol.security.AuthToken
Checks whether the AuthToken has expired.
isValid(String) - Method in class net.i2p.i2pcontrol.security.SecurityManager
Is this password correct?
isValid - Variable in class net.i2p.i2ptunnel.RequestValidator.ValidationResult
Whether the request is valid
isValid(byte[], int) - Method in class net.i2p.router.transport.udp.EstablishmentManager
Are IP and port valid? This is only for checking the relay response.
isValid(byte[]) - Method in class net.i2p.router.transport.udp.UDPTransport
An IPv6 address is only valid if we are configured to support IPv6 AND we have a public IPv6 address.
isValid() - Method in class net.i2p.router.tunnel.pool.TestJob
Check if this TestJob instance is valid and should be queued.
isValidAnnounce(String) - Static method in class org.klomp.snark.TrackerClient
 
isValidated() - Method in class i2p.susi.dns.AddressBean
Checks if this address has been validated.
isValidBook() - Method in class i2p.susi.dns.AddressbookBean
Because the following from addressbook.jsp fails parsing in the new EL: javax.el.ELException: Failed to parse the expression Can't figure out why, so just replace it with book.validBook:
isValidGraphElement() - Method in class org.rrd4j.graph.CommentText
Returns whether this comment is a valid graph element.
isValidIRCServer(int) - Method in class net.i2p.i2ptunnel.web.IndexBean
Is this an IRC server? Call to establish if we should provide irc:// link on index page
isValidKey(String) - Static method in class net.i2p.addressbook.AddressBook
Basic validation of the hostname.
isValidMaskPattern(int) - Static method in class com.google.zxing.qrcode.encoder.QRCode
 
isValidPort(int) - Static method in class net.i2p.router.transport.TransportUtil
Is this a valid port for us or a remote router? ref: http://i2p-projekt.i2p/en/docs/ports ref: https://cs.chromium.org/chromium/src/net/base/port_util.cc
isValidTunnel(Hash, TunnelInfo) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
isValidTunnel(Hash, TunnelInfo) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Check if a tunnel is valid and belongs to the client's pool.
isValidTunnel(Hash, TunnelInfo) - Method in interface net.i2p.router.TunnelManagerFacade
Is a tunnel a valid member of the pool?
isVaryInboundHops() - Method in class org.klomp.snark.SnarkManager
 
isVaryOutboundHops() - Method in class org.klomp.snark.SnarkManager
 
isVerified() - Method in class net.i2p.router.news.BlocklistEntries
Check if the blocklist signature has been verified.
isVerifyInProgress(Hash) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Checks if verification is in progress for the specified hash.
isWebAppRunning(I2PAppContext, String) - Static method in class net.i2p.router.web.WebAppStarter
As of 0.9.34, the appName will be registered with the PortMapper, and PortMapper.isRegistered() will be more efficient than this.
isWebAppRunning(Server, String) - Static method in class net.i2p.router.web.WebAppStarter
Determine if a webapp is running
isWebPeer() - Method in class org.klomp.snark.Peer
Returns whether this is a web peer.
isWebPeer() - Method in class org.klomp.snark.WebPeer
Returns whether this is a web peer.
isWebPeerBanned(String) - Method in class org.klomp.snark.PeerCoordinator
Is a web peer banned?
isWellIntegrated(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Check whether a peer is classified in the well-integrated tier.
isWindows() - Static method in class net.i2p.util.SystemVersion
 
isWindowsService() - Static method in class net.i2p.util.SystemVersion
 
isWirelessMode() - Method in class org.cybergarage.upnp.Device
isWirelessMode.
isWriteBufEmpty() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Replaces getWriteBufCount().
isX86() - Static method in class net.i2p.util.SystemVersion
 
isXgBanEnabled() - Method in class net.i2p.router.Banlist
Check if XG router bans are enabled.
isXMLFileName(String) - Static method in class org.cybergarage.util.FileUtil
Checks if a filename has an XML extension.
isXnLabel(String) - Static method in class org.minidns.dnslabel.XnLabel
Check if a label is an XN label.
isXnLabelInternal(String) - Static method in class org.minidns.dnslabel.XnLabel
Check if a label is an XN label internally.
isYggdrasil(RouterAddress) - Static method in class net.i2p.router.transport.TransportUtil
 
IsZen2Compatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
Checks if the CPU is at least a Zen2 family CPU.
IsZen2Compatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
IsZen3Compatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
Checks if the CPU is at least a Zen3 family CPU.
IsZen3Compatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
IsZen4Compatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
Checks if the CPU is at least a Zen4 family CPU.
IsZen4Compatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
IsZen5Compatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
Checks if the CPU is at least a Zen5 family CPU.
IsZen5Compatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
IsZenCompatible() - Method in interface freenet.support.CPUInformation.AMDCPUInfo
Checks if the CPU is at least a Zen family CPU.
IsZenCompatible() - Method in class freenet.support.CPUInformation.AMDInfoImpl
 
isZero() - Method in class com.google.zxing.common.reedsolomon.GenericGFPoly
Whether zero.
isZeroBased() - Method in class com.tomgibara.crinch.hashing.HashRange
 
isZeroVM() - Static method in class net.i2p.util.SystemVersion
Is this a very slow interpreted mode VM?
iterations - Variable in class org.minidns.record.NSEC3
The number of iterations the hash algorithm is applied.
iterations - Variable in class org.minidns.record.NSEC3PARAM
The number of iterations the hash algorithm is applied.
IterativeFollowupJob - Class in net.i2p.router.networkdb.kademlia
Performs targeted followup lookups during iterative search operations.
IterativeFollowupJob(RouterContext, Hash, Hash, IterativeSearchJob) - Constructor for class net.i2p.router.networkdb.kademlia.IterativeFollowupJob
IterativeFollowupJob.
IterativeLookupJob - Class in net.i2p.router.networkdb.kademlia
Processes DatabaseSearchReplyMessage responses during iterative searches.
IterativeLookupJob(RouterContext, DatabaseSearchReplyMessage, IterativeSearchJob) - Constructor for class net.i2p.router.networkdb.kademlia.IterativeLookupJob
method comment
IterativeLookupSelector - Class in net.i2p.router.networkdb.kademlia
Slightly modified version of FloodOnlyLookupSelector.
IterativeLookupSelector(RouterContext, IterativeSearchJob) - Constructor for class net.i2p.router.networkdb.kademlia.IterativeLookupSelector
IterativeLookupSelector.
IterativeSearchJob - Class in net.i2p.router.networkdb.kademlia
Traditional Kademlia iterative search with enhanced robustness.
IterativeSearchJob(RouterContext, FloodfillNetworkDatabaseFacade, Hash, Job, Job, int, boolean) - Constructor for class net.i2p.router.networkdb.kademlia.IterativeSearchJob
Lookup using exploratory tunnels
IterativeSearchJob(RouterContext, FloodfillNetworkDatabaseFacade, Hash, Job, Job, int, boolean, Hash) - Constructor for class net.i2p.router.networkdb.kademlia.IterativeSearchJob
Lookup using the client's tunnels.
IterativeTimeoutJob - Class in net.i2p.router.networkdb.kademlia
Handles timeout events for individual peer lookups in iterative searches.
IterativeTimeoutJob(RouterContext, Hash, IterativeSearchJob) - Constructor for class net.i2p.router.networkdb.kademlia.IterativeTimeoutJob
Create a timeout job for an iterative search
iterator() - Method in class net.i2p.addressbook.AddressBook
Return an iterator over the addresses in the AddressBook.
iterator() - Method in class net.i2p.addressbook.SubscriptionList
Return an iterator over the AddressBooks represented by the Subscriptions in this SubscriptionList.
iterator() - Method in class net.i2p.router.tunnel.pool.ExcluderBase
iterator.
iterator() - Method in class net.i2p.router.util.CachedIteratorArrayList
Returns a per-thread cached iterator over the elements in this list.
iterator() - Method in class net.i2p.router.util.CachedIteratorCollection
Returns a cached iterator over the elements in this collection.
iterator() - Method in class net.i2p.router.util.RemovableSingletonSet
iterator.
iterator() - Method in class net.i2p.util.ArraySet
Supports remove.
iterator() - Method in class net.i2p.util.ConcurrentHashSet
 
iterator() - Method in class net.metanotion.io.block.index.BSkipList
Get an iterator over all entries in this skiplist.
iterator() - Method in class net.metanotion.util.skiplist.SkipList
Return an iterator over all entries.
iterator() - Method in class org.klomp.snark.comments.CommentSet
Returns an iterator over non-hidden comments in reverse-sort order (newest first).
iterator() - Method in class org.klomp.snark.PeerCoordinatorSet
Returns an iterator over all registered coordinators.
IV_LENGTH - Static variable in class net.i2p.router.tunnel.HopProcessor
as of i2p 0.6, the tunnel crypto changed to encrypt the IV both before and after using it at each hop so as to prevent a certain type of replay/confirmation attack.
IV_SIZE - Static variable in class net.i2p.data.i2np.BuildRequestRecord
IV size in bytes
IV_SIZE - Static variable in class net.i2p.router.transport.ntcp.OutboundNTCP2State
IV_SIZE.
IV_SIZE - Static variable in class net.i2p.router.transport.udp.UDPPacket
Size of initialization vector in bytes.
IV_SIZE - Static variable in class net.i2p.router.tunnel.TrivialPreprocessor
Length of the IV
IVValidator - Interface in net.i2p.router.tunnel
Provide a generic interface for IV validation which may be implemented through something as simple as a hashtable or more a complicated bloom filter.

J

JAN - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "jan", "january" - first month
JApplet - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Emulation of javax.swing.JApplet for the NDT (Network Diagnostic Tool) plugin.
JApplet() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.JApplet
 
java9Blacklist - Static variable in class net.i2p.router.web.PluginStarter
Plugin name to plugin version of plugins that do not work with Java 9+ Unmodifiable.
JaxpParser - Class in org.cybergarage.xml.parser
JAXP-based XML parser implementation.
JaxpParser() - Constructor for class org.cybergarage.xml.parser.JaxpParser
Creates a new JaxpParser instance.
JButton - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Emulation of javax.swing.JButton for the NDT (Network Diagnostic Tool) plugin.
JButton(String) - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.JButton
 
JCheckBox - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Emulation of javax.swing.JCheckBox for the NDT (Network Diagnostic Tool) plugin.
JCheckBox(String) - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.JCheckBox
Checkbox label.
JComboBox - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Emulation of javax.swing.JComboBox for the NDT (Network Diagnostic Tool) plugin.
JComboBox() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.JComboBox
 
jetty9Blacklist - Static variable in class net.i2p.router.web.PluginStarter
Plugin name to plugin version of plugins that do not work with Jetty 9, but do not have a max-jetty-version=8.9999 set.
JETTY_REALM - Static variable in class net.i2p.router.web.RouterConsoleRunner
JETTY_REALM.
JettyStart - Class in net.i2p.jetty
Start Jetty where the args are one or more XML files.
JettyStart(I2PAppContext, ClientAppManager, String[]) - Constructor for class net.i2p.jetty.JettyStart
All args must be XML file names.
jettyVersion() - Static method in class net.i2p.router.web.RouterConsoleRunner
 
JettyXmlConfigurationParser - Class in net.i2p.jetty
Parses a Jetty XML configuration file.
JettyXmlConfigurationParser() - Constructor for class net.i2p.jetty.JettyXmlConfigurationParser
 
JFrame - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Emulation of javax.swing.JFrame for the NDT (Network Diagnostic Tool) plugin.
JFrame() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.JFrame
 
JFrame(String) - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.JFrame
Window title.
JLabel - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Emulation of javax.swing.JLabel for the NDT (Network Diagnostic Tool) plugin.
JLabel() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.JLabel
 
JLabel(String) - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.JLabel
Create a label with the given text.
Job - Interface in net.i2p.router
Interface for router-internal executable tasks.
jobDropped() - Method in class net.i2p.router.JobStats
Record that a job of this type was dropped due to overload.
JobImpl - Class in net.i2p.router
Base implementation of a Job For use by the router only.
JobImpl(RouterContext) - Constructor for class net.i2p.router.JobImpl
Create a new JobImpl.
JobQueue - Class in net.i2p.router
Prioritizes and executes router jobs with preference for earlier scheduled tasks.
JobQueue(RouterContext) - Constructor for class net.i2p.router.JobQueue
Does not start the pumper.
jobQueue() - Method in class net.i2p.router.RouterContext
The actual driver of the router, where all jobs are enqueued and processed.
JobQueueHelper - Class in net.i2p.router.web.helpers
Helper for job queue page rendering and form processing.
JobQueueHelper() - Constructor for class net.i2p.router.web.helpers.JobQueueHelper
 
JobQueueRunner - Class in net.i2p.router
Worker thread that executes jobs from the router job queue.
JobQueueRunner(RouterContext, int) - Constructor for class net.i2p.router.JobQueueRunner
Create a new job queue runner.
JobQueueScaler - Class in net.i2p.router
Dynamic job runner scaling controller for the JobQueue.
JobQueueScaler(RouterContext, JobQueue) - Constructor for class net.i2p.router.JobQueueScaler
Create a new JobQueueScaler.
jobRan(long, long) - Method in class net.i2p.router.JobStats
Record that a job of this type has executed.
JobStats - Class in net.i2p.router
Collects and maintains statistical data for job execution performance.
JobStats(String) - Constructor for class net.i2p.router.JobStats
Create statistics tracker for a named job type.
JobStats.RecentStats - Class in net.i2p.router
RecentStats.
JobTiming - Class in net.i2p.router
Define the timing requirements and statistics for a particular job For use by the router only.
JobTiming(RouterContext) - Constructor for class net.i2p.router.JobTiming
Create a JobTiming for the given context.
joinInbound(TunnelCreatorConfig) - Method in class net.i2p.router.tunnel.TunnelDispatcher
We are the inbound endpoint - we created this tunnel
joinInboundGateway(HopConfig) - Method in class net.i2p.router.tunnel.TunnelDispatcher
We are the inbound gateway in this tunnel, and did not create it
joinOutbound(PooledTunnelCreatorConfig) - Method in class net.i2p.router.tunnel.TunnelDispatcher
We are the outbound gateway - we created this tunnel
joinOutboundEndpoint(HopConfig) - Method in class net.i2p.router.tunnel.TunnelDispatcher
We are the outbound endpoint in this tunnel, and did not create it
joinParticipant(HopConfig) - Method in class net.i2p.router.tunnel.TunnelDispatcher
We are a participant in this tunnel, but not as the endpoint or gateway
JOptionPane - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Emulation of javax.swing.JOptionPane for the NDT (Network Diagnostic Tool) plugin.
JOptionPane() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.JOptionPane
 
JPanel - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Emulation of javax.swing.JPanel for the NDT (Network Diagnostic Tool) plugin.
JPanel() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.JPanel
Create a new JPanel emulation.
JProgressBar - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Emulation of javax.swing.JProgressBar for the NDT (Network Diagnostic Tool) plugin.
JProgressBar() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.JProgressBar
 
JScrollPane - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Emulation of javax.swing.JScrollPane for the NDT (Network Diagnostic Tool) plugin.
JScrollPane(Component) - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.JScrollPane
Constructor.
JSON - Static variable in exception com.thetransactioncompany.jsonrpc2.JSONRPC2ParseException
Indicates a parse exception caused by invalid JSON.
Jsonable - Interface in org.json.simple
Jsonables can be serialized in java script object notation (JSON).
JsonArray - Class in org.json.simple
JsonArray is a common non-thread safe data format for a collection of data.
JsonArray() - Constructor for class org.json.simple.JsonArray
Instantiates an empty JsonArray.
JsonArray(Collection<?>) - Constructor for class org.json.simple.JsonArray
Instantiate a new JsonArray using ArrayList's constructor of the same type.
Jsoner - Class in org.json.simple
Jsoner provides JSON utilities for escaping strings to be JSON compatible, thread safe parsing (RFC 4627) JSON strings, and serializing data to strings in JSON format.
JsonKey - Interface in org.json.simple
Should be implemented by Enums so that keys are easily maintained.
JsonObject - Class in org.json.simple
JsonObject is a common non-thread safe data format for string to data mappings.
JsonObject() - Constructor for class org.json.simple.JsonObject
Instantiates an empty JsonObject.
JsonObject(Map<String, ?>) - Constructor for class org.json.simple.JsonObject
Instantiate a new JsonObject by accepting a map's entries, which could lead to de/serialization issues of the resulting JsonObject since the entry values aren't validated as JSON values.
JSONRPC2Error - Exception in com.thetransactioncompany.jsonrpc2
Represents a JSON-RPC 2.0 error that occurred during the processing of a request.
JSONRPC2Error(int, String) - Constructor for exception com.thetransactioncompany.jsonrpc2.JSONRPC2Error
Creates a new JSON-RPC 2.0 error with the specified code and message.
JSONRPC2Error(int, String, Object) - Constructor for exception com.thetransactioncompany.jsonrpc2.JSONRPC2Error
Creates a new JSON-RPC 2.0 error with the specified code, message and data.
JSONRPC2ExtendedError - Exception in net.i2p.i2pcontrol.servlets.jsonrpc2handlers
Represents a JSON-RPC 2.0 error that occured during the processing of a request.
JSONRPC2ExtendedError(int, String) - Constructor for exception net.i2p.i2pcontrol.servlets.jsonrpc2handlers.JSONRPC2ExtendedError
Creates a new JSON-RPC 2.0 error with the specified code and message.
JSONRPC2ExtendedError(int, String, Object) - Constructor for exception net.i2p.i2pcontrol.servlets.jsonrpc2handlers.JSONRPC2ExtendedError
Creates a new JSON-RPC 2.0 error with the specified code, message and data.
JSONRPC2Helper - Class in net.i2p.i2pcontrol.servlets.jsonrpc2handlers
Helper utility class for I2PControl JSON-RPC2 handlers.
JSONRPC2Helper(SecurityManager) - Constructor for class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.JSONRPC2Helper
JSONRPC2Helper.
JSONRPC2Message - Class in com.thetransactioncompany.jsonrpc2
The base abstract class for JSON-RPC 2.0 requests, notifications and responses.
JSONRPC2Message() - Constructor for class com.thetransactioncompany.jsonrpc2.JSONRPC2Message
 
JSONRPC2Notification - Class in com.thetransactioncompany.jsonrpc2
Represents a JSON-RPC 2.0 notification.
JSONRPC2Notification(String) - Constructor for class com.thetransactioncompany.jsonrpc2.JSONRPC2Notification
Constructs a new JSON-RPC 2.0 notification with no parameters.
JSONRPC2Notification(String, List<Object>) - Constructor for class com.thetransactioncompany.jsonrpc2.JSONRPC2Notification
Constructs a new JSON-RPC 2.0 notification with positional (JSON array) parameters.
JSONRPC2Notification(String, Map<String, Object>) - Constructor for class com.thetransactioncompany.jsonrpc2.JSONRPC2Notification
Constructs a new JSON-RPC 2.0 notification with named (JSON object) parameters.
JSONRPC2ParamsType - Enum in com.thetransactioncompany.jsonrpc2
Enumeration of the three parameter types in JSON-RPC 2.0 requests and notifications.
JSONRPC2ParseException - Exception in com.thetransactioncompany.jsonrpc2
Thrown to indicate an exception during the parsing of a JSON-RPC 2.0 message string.
JSONRPC2ParseException(String) - Constructor for exception com.thetransactioncompany.jsonrpc2.JSONRPC2ParseException
Creates a new parse exception with the specified message.
JSONRPC2ParseException(String, String) - Constructor for exception com.thetransactioncompany.jsonrpc2.JSONRPC2ParseException
Creates a new parse exception with the specified message and the original string that didn't parse.
JSONRPC2ParseException(String, int, String) - Constructor for exception com.thetransactioncompany.jsonrpc2.JSONRPC2ParseException
Creates a new parse exception with the specified message, cause type and the original string that didn't parse.
JSONRPC2Parser - Class in com.thetransactioncompany.jsonrpc2
Parses JSON-RPC 2.0 request, notification and response messages.
JSONRPC2Parser() - Constructor for class com.thetransactioncompany.jsonrpc2.JSONRPC2Parser
Creates a new JSON-RPC 2.0 message parser.
JSONRPC2Parser(boolean) - Constructor for class com.thetransactioncompany.jsonrpc2.JSONRPC2Parser
Creates a new JSON-RPC 2.0 message parser.
JSONRPC2Parser(boolean, boolean) - Constructor for class com.thetransactioncompany.jsonrpc2.JSONRPC2Parser
Creates a new JSON-RPC 2.0 message parser.
JSONRPC2Parser(boolean, boolean, boolean) - Constructor for class com.thetransactioncompany.jsonrpc2.JSONRPC2Parser
Creates a new JSON-RPC 2.0 message parser.
JSONRPC2Request - Class in com.thetransactioncompany.jsonrpc2
Represents a JSON-RPC 2.0 request.
JSONRPC2Request(String, Object) - Constructor for class com.thetransactioncompany.jsonrpc2.JSONRPC2Request
Constructs a new JSON-RPC 2.0 request with no parameters.
JSONRPC2Request(String, List<Object>, Object) - Constructor for class com.thetransactioncompany.jsonrpc2.JSONRPC2Request
Constructs a new JSON-RPC 2.0 request with positional (JSON array) parameters.
JSONRPC2Request(String, Map<String, Object>, Object) - Constructor for class com.thetransactioncompany.jsonrpc2.JSONRPC2Request
Constructs a new JSON-RPC 2.0 request with named (JSON object) parameters.
JSONRPC2Response - Class in com.thetransactioncompany.jsonrpc2
Represents a JSON-RPC 2.0 response.
JSONRPC2Response(Object, Object) - Constructor for class com.thetransactioncompany.jsonrpc2.JSONRPC2Response
Creates a new JSON-RPC 2.0 response to a successful request.
JSONRPC2Response(Object) - Constructor for class com.thetransactioncompany.jsonrpc2.JSONRPC2Response
Creates a new JSON-RPC 2.0 response to a successful request which result is null.
JSONRPC2Response(JSONRPC2Error, Object) - Constructor for class com.thetransactioncompany.jsonrpc2.JSONRPC2Response
Creates a new JSON-RPC 2.0 response to a failed request.
JSONRPC2Servlet - Class in net.i2p.i2pcontrol.servlets
Provide an JSON-RPC 2.0 API for remote controlling of I2P
JSONRPC2Servlet() - Constructor for class net.i2p.i2pcontrol.servlets.JSONRPC2Servlet
Webapp
JSONRPC2Servlet(RouterContext, SecurityManager) - Constructor for class net.i2p.i2pcontrol.servlets.JSONRPC2Servlet
Plugin
JSONUtils - Class in edu.internet2.ndt
Utility class for JSON object manipulation and message handling.
JSONUtils() - Constructor for class edu.internet2.ndt.JSONUtils
 
JspC - Class in net.i2p.servlet.util
Simply call org.apache.jasper.JspC, then exit.
JspC() - Constructor for class net.i2p.servlet.util.JspC
 
JSpinner - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Emulation of javax.swing.JSpinner for the NDT (Network Diagnostic Tool) plugin.
JSpinner() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.JSpinner
 
JTextArea - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Emulation of javax.swing.JTextArea for the NDT (Network Diagnostic Tool) plugin.
JTextArea(String, int, int) - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.JTextArea
 
JTextPane - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Emulation of javax.swing.JTextPane for the NDT (Network Diagnostic Tool) plugin.
JTextPane() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.JTextPane
 
JUL - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "jul", "july" - seventh month
JUN - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "jun", "june" - sixth month
JUNK - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for invalid/unparseable input

K

K - Static variable in class org.bouncycastle.crypto.digests.LongDigest
SHA-384 and SHA-512 constants (first 64 bits of fractional parts of cube roots of first 64 primes)
k_ab - Variable in class net.i2p.router.crypto.ratchet.SplitKeys
The session key for direction {A to B}
k_ba - Variable in class net.i2p.router.crypto.ratchet.SplitKeys
The session key for direction {B to A}
KademliaNetworkDatabaseFacade - Class in net.i2p.router.networkdb.kademlia
Kademlia based version of network database.
KademliaNetworkDatabaseFacade(RouterContext, Hash) - Constructor for class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Initializes the Kademlia-based network database facade.
KBTrimmer - Class in org.klomp.snark.dht
Kademlia bucket trimmer for DHT node management.
KBTrimmer(I2PAppContext, int) - Constructor for class org.klomp.snark.dht.KBTrimmer
Creates a new bucket trimmer with the specified maximum bucket size.
KBucket<T extends SimpleDataStructure> - Interface in net.i2p.kademlia
Group, without inherent ordering, a set of keys a certain distance away from a local key, using XOR as the distance metric Refactored from net.i2p.router.networkdb.kademlia
KBucketImpl<T extends SimpleDataStructure> - Class in net.i2p.kademlia
A concurrent implementation using ConcurrentHashSet.
KBucketImpl(I2PAppContext, int, int, int, KBucketTrimmer<T>) - Constructor for class net.i2p.kademlia.KBucketImpl
All entries in this bucket will have at least one bit different from us in the range [begin, end] inclusive.
KBucketSet<T extends SimpleDataStructure> - Class in net.i2p.kademlia
In-memory storage of buckets sorted by XOR metric from base (us) passed in via constructor.
KBucketSet(I2PAppContext, T, int, int) - Constructor for class net.i2p.kademlia.KBucketSet
Use the default trim strategy, which removes a random entry.
KBucketSet(I2PAppContext, T, int, int, KBucketTrimmer<T>) - Constructor for class net.i2p.kademlia.KBucketSet
Use the supplied trim strategy.
KBucketTrimmer<K extends SimpleDataStructure> - Interface in net.i2p.kademlia
Called when a kbucket can no longer be split and is too big
Kd - Variable in class net.i2p.crypto.CryptixAESKeyCache.KeyCacheEntry
decryption round keys
kdf(byte[], byte[]) - Method in class org.bouncycastle.pqc.crypto.mlkem.Symmetric
KDF operation.
kdf(byte[], byte[]) - Method in class org.bouncycastle.pqc.crypto.mlkem.Symmetric.ShakeSymmetric
 
Ke - Variable in class net.i2p.crypto.CryptixAESKeyCache.KeyCacheEntry
encryption round keys
KeccakDigest - Class in org.bouncycastle.crypto.digests
implementation of Keccak based on following KeccakNISTInterface.c from https://keccak.noekeon.org/
KeccakDigest() - Constructor for class org.bouncycastle.crypto.digests.KeccakDigest
KeccakDigest.
KeccakDigest(CryptoServicePurpose) - Constructor for class org.bouncycastle.crypto.digests.KeccakDigest
KeccakDigest.
KeccakDigest(int) - Constructor for class org.bouncycastle.crypto.digests.KeccakDigest
KeccakDigest.
KeccakDigest(int, CryptoServicePurpose) - Constructor for class org.bouncycastle.crypto.digests.KeccakDigest
KeccakDigest.
KeccakDigest(KeccakDigest) - Constructor for class org.bouncycastle.crypto.digests.KeccakDigest
KeccakDigest.
KEEP_ALIVE - Static variable in class org.cybergarage.http.HTTP
Keep-Alive HTTP header field name
KEEP_ALIVE - Static variable in class org.klomp.snark.Message
K e e p a l i v e
keepAlive(RouterContext, boolean) - Static method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Periodically called to keep transport sessions alive for top-tier peers and proactively establish connections to Fast/HighCap peers before builds need them.
keepAlive() - Method in class org.klomp.snark.Peer
Send keepalive
keepAlive() - Method in class org.klomp.snark.PeerState
Send a keepalive message to the peer.
keepAlive() - Method in class org.klomp.snark.WebPeer
keepAlive.
keepAliveMessage() - Method in class org.klomp.snark.PeerState
Handle a keepalive message from the peer
kemDecrypt(byte[], byte[]) - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
 
kemDecryptInternal(byte[], byte[]) - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
 
kemEncrypt(byte[], byte[]) - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
 
kemEncryptInternal(byte[], byte[]) - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
 
KEMParameters - Interface in org.bouncycastle.pqc.crypto
Parameters for Key Encapsulation Mechanism (KEM) operations.
key - Variable in class net.i2p.router.crypto.ratchet.RatchetEntry
The session key
key - Variable in class net.i2p.router.networkdb.kademlia.MessageWrapper.OneTimeSession
ElG or ratchet
key() - Method in class net.metanotion.util.skiplist.SkipLevels
Get the key at the bottom of this level.
Key(int) - Constructor for class org.jfree.svg.SVGHints.Key
Creates a new instance.
KEY_ALGORITHM - Static variable in interface net.i2p.crypto.eddsa.EdDSAKey
The reported key algorithm for all EdDSA keys
KEY_BACKUP_DIR - Static variable in class net.i2p.i2ptunnel.TunnelController
Key backup directory name.
KEY_BEGIN_GROUP - Static variable in class org.jfree.svg.SVGHints
Hint key that informs the SVGGraphics2D that the caller would like to begin a new group element.
KEY_DRAW_STRING_TYPE - Static variable in class org.jfree.svg.SVGHints
The key for the hint that controls whether strings are rendered as characters or vector graphics (implemented using TextLayout).
KEY_ELEMENT_ID - Static variable in class org.jfree.svg.SVGHints
Hint key to supply an element id for the next element generated.
KEY_ELEMENT_TITLE - Static variable in class org.jfree.svg.SVGHints
Hint key that informs the SVGGraphics2D that the caller would like to add a title element to the output (with the hint value being a string containing the title text).
KEY_END_GROUP - Static variable in class org.jfree.svg.SVGHints
Hint key that informs the SVGGraphics2D that the caller would like to close a previously opened group element.
KEY_IMAGE_HANDLING - Static variable in class org.jfree.svg.SVGHints
The key for the hint that controls whether images are embedded in the SVG or referenced externally.
KEY_IMAGE_HREF - Static variable in class org.jfree.svg.SVGHints
Hint key to supply string to be used as the href for an image that is referenced rather than embedded.
KEY_LEN - Static variable in class net.i2p.router.transport.udp.SSU2Util
32 bytes, X25519 public key length
KEY_SIZE - Static variable in class net.i2p.router.transport.ntcp.OutboundNTCP2State
KEY_SIZE.
KEY_TEXT_RENDERING - Static variable in class org.jfree.svg.SVGHints
The key for a hint that permits configuration of the text-rendering attribute in SVG text elements
KEY_TYPE_ENCRYPTED_LS2 - Static variable in class net.i2p.data.DatabaseEntry
Encrypted LeaseSet 2 type.
KEY_TYPE_LEASESET - Static variable in class net.i2p.data.DatabaseEntry
LeaseSet (v1) type.
KEY_TYPE_LS2 - Static variable in class net.i2p.data.DatabaseEntry
LeaseSet 2 type.
KEY_TYPE_META_LS2 - Static variable in class net.i2p.data.DatabaseEntry
Meta LeaseSet 2 type.
KEY_TYPE_ROUTERINFO - Static variable in class net.i2p.data.DatabaseEntry
Router info type.
KEY_TYPE_SERVICE_LIST - Static variable in class net.i2p.data.DatabaseEntry
Service list type.
KEY_TYPE_SERVICE_RECORD - Static variable in class net.i2p.data.DatabaseEntry
Service record type.
keyAt(int) - Method in class net.i2p.router.crypto.ratchet.SparseArray
Given an index in the range 0...size()-1, returns the key from the indexth key-value mapping that this SparseArray stores.
KeyCacheEntry() - Constructor for class net.i2p.crypto.CryptixAESKeyCache.KeyCacheEntry
KeyCacheEntry.
KeyCacheEntry(int, int) - Constructor for class net.i2p.crypto.CryptixAESKeyCache.KeyCacheEntry
 
KeyCertificate - Class in net.i2p.data
Specialized certificate for defining cryptographic key types used in I2P identities.
KeyCertificate(byte[]) - Constructor for class net.i2p.data.KeyCertificate
4 bytes minimum if non-null.
KeyCertificate(SigningPublicKey) - Constructor for class net.i2p.data.KeyCertificate
A KeyCertificate with crypto type 0 (ElGamal) and the signature type and extra data from the given public key.
KeyCertificate(SigningPublicKey, PublicKey) - Constructor for class net.i2p.data.KeyCertificate
A KeyCertificate with enc type from the given public key, and the signature type and extra data from the given public key.
KeyCertificate(SigType) - Constructor for class net.i2p.data.KeyCertificate
A KeyCertificate with crypto type 0 (ElGamal) and the signature type as specified.
KeyCertificate(SigType, EncType) - Constructor for class net.i2p.data.KeyCertificate
A KeyCertificate with crypto type and the signature type as specified.
KeyCertificate(Certificate) - Constructor for class net.i2p.data.KeyCertificate
Up-convert a cert to this class
KeyData(RouterIdentity, PrivateKey, SigningPrivateKey) - Constructor for class net.i2p.router.startup.LoadRouterInfoJob.KeyData
KeyData.
keyEquals(byte[]) - Method in class org.minidns.record.DNSKEY
keyEquals.
KeyFactory - Class in net.i2p.crypto.eddsa
Key factory for EdDSA key conversions and specifications.
KeyFactory() - Constructor for class net.i2p.crypto.eddsa.KeyFactory
 
KeyFactory - Class in net.i2p.crypto.elgamal
Java Security Provider KeyFactory implementation for ElGamal public-key cryptosystem.
KeyFactory() - Constructor for class net.i2p.crypto.elgamal.KeyFactory
KeyFactory for ElGamal encryption keys.
KeyFactory - Interface in net.i2p.crypto
Factory interface for generating I2P cryptographic key pairs.
KEYFILE_PRIVATE_ENC - Static variable in class net.i2p.router.KeyManager
Path to the private enc key file
KEYFILE_PRIVATE_SIGNING - Static variable in class net.i2p.router.KeyManager
Path to the private signing key file
KEYFILE_PUBLIC_ENC - Static variable in class net.i2p.router.KeyManager
Path to the public enc key file
KEYFILE_PUBLIC_SIGNING - Static variable in class net.i2p.router.KeyManager
Path to the public signing key file
KeyGenerationParameters - Class in org.bouncycastle.crypto
The base class for parameters to key generators.
KeyGenerationParameters(SecureRandom, int) - Constructor for class org.bouncycastle.crypto.KeyGenerationParameters
initialise the generator with a source of randomness and a strength (in bits).
KeyGenerator - Class in net.i2p.crypto
Comprehensive key generation facility for I2P cryptographic operations.
KeyGenerator(I2PAppContext) - Constructor for class net.i2p.crypto.KeyGenerator
Create a new KeyGenerator.
keyGenerator() - Method in class net.i2p.I2PAppContext
Component to generate ElGamal, DSA, and Session keys.
keyID - Variable in class net.i2p.router.crypto.ratchet.RatchetEntry
The key identifier
KeyManager - Class in net.i2p.router
Manages all router cryptographic key pairs including persistent storage of router keys and in-memory management of LeaseSet keys for secure communications.
KeyManager(RouterContext) - Constructor for class net.i2p.router.KeyManager
 
keyManager() - Method in class net.i2p.router.RouterContext
Coordinates the router's ElGamal and DSA keys, as well as any keys given to it by clients as part of a LeaseSet.
KeyPair - Class in net.i2p.crypto
A pair of I2P cryptographic keys consisting of a public key and corresponding private key.
KeyPair(PublicKey, PrivateKey) - Constructor for class net.i2p.crypto.KeyPair
Non-null, same EncType as privateKey.
KeyPairGenerator - Class in net.i2p.crypto.eddsa
Key pair generator for EdDSA (Edwards-curve Digital Signature Algorithm) keys.
KeyPairGenerator() - Constructor for class net.i2p.crypto.eddsa.KeyPairGenerator
 
KeyPairGenerator - Class in net.i2p.crypto.elgamal
Modified from eddsa Only supported strength is 2048
KeyPairGenerator() - Constructor for class net.i2p.crypto.elgamal.KeyPairGenerator
 
KeyRing - Interface in net.i2p.crypto
A backend for storing and retrieving SigningPublicKeys to be used for verifying signatures.
keyRing() - Method in class net.i2p.I2PAppContext
Basic hash map
keyRing() - Method in class net.i2p.router.RouterContext
override to support storage in router.config
KeyRing - Class in net.i2p.util
Thread-safe mapping from router hashes to session keys.
KeyRing() - Constructor for class net.i2p.util.KeyRing
KeyRing.
keys - Variable in class net.metanotion.util.skiplist.SkipSpan
Array of keys
KEYS2_FILENAME - Static variable in class net.i2p.router.startup.CreateRouterInfoJob
Router keys filename
KEYS_FILENAME - Static variable in class net.i2p.router.startup.CreateRouterInfoJob
Old router keys filename
KeysAndCert - Class in net.i2p.data
Container for cryptographic keys and certificate as used by I2P identities.
KeysAndCert() - Constructor for class net.i2p.data.KeysAndCert
 
KeySelector - Class in org.xlattice.crypto.filters
Utility class for extracting word and bit offsets from cryptographic keys for Bloom filter operations.
KeySelector(int, int) - Constructor for class org.xlattice.crypto.filters.KeySelector
Creates a key selector for a Bloom filter with specified parameters.
KeySelector.BitSelector - Interface in org.xlattice.crypto.filters
Interface for extracting bit offsets from cryptographic keys for Bloom filter operations.
KeySelector.GenericBitSelector - Class in org.xlattice.crypto.filters
Generic implementation of BitSelector for extracting bit offsets from cryptographic keys.
KeySelector.GenericWordSelector - Class in org.xlattice.crypto.filters
Generic implementation of WordSelector for extracting word offsets from cryptographic keys.
KeySelector.WordSelector - Interface in org.xlattice.crypto.filters
Interface for extracting word offsets from cryptographic keys for Bloom filter operations.
keySer - Variable in class net.metanotion.io.block.index.BSkipSpan
Key serializer
keySet() - Method in class net.i2p.util.OrderedProperties
 
KEYSIZE_BYTES - Static variable in class net.i2p.data.PrivateKey
Default key size in bytes (256 for ElGamal).
KEYSIZE_BYTES - Static variable in class net.i2p.data.PublicKey
Default key size in bytes (256 for ElGamal).
KEYSIZE_BYTES - Static variable in class net.i2p.data.SessionKey
Key size in bytes (32).
KEYSIZE_BYTES - Static variable in class net.i2p.data.SigningPrivateKey
Default key size in bytes (20 for DSA-SHA1).
KEYSIZE_BYTES - Static variable in class net.i2p.data.SigningPublicKey
Default key size in bytes (128 for DSA-SHA1).
KEYSTORE_PREFIX - Static variable in class net.i2p.router.crypto.FamilyKeyCrypto
Keystore file prefix
KEYSTORE_SUFFIX - Static variable in class net.i2p.router.crypto.FamilyKeyCrypto
Keystore file suffix
KeyStoreProvider - Class in net.i2p.i2pcontrol.security
Provider for managing I2PControl keystore operations.
KeyStoreProvider(String) - Constructor for class net.i2p.i2pcontrol.security.KeyStoreProvider
 
KeyStoreUtil - Class in net.i2p.crypto
Keystore utilities, consolidated from various places.
KeyStoreUtil() - Constructor for class net.i2p.crypto.KeyStoreUtil
 
keyTag - Variable in class org.minidns.record.DelegatingDnssecRR
The key tag value of the DNSKEY RR that validates this signature.
keyTag - Variable in class org.minidns.record.DelegatingDnssecRR.SharedData
the key tag
keyTag - Variable in class org.minidns.record.RRSIG
The key tag value of the DNSKEY RR that validates this signature.
kill() - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
Call at transport shutdown or cache eviction
killGlobalContext() - Static method in class net.i2p.router.RouterContext
Kill the global I2PAppContext, so it isn't still around when we restart in the same JVM (Android).
killInstance() - Method in class net.metanotion.io.block.index.BSkipLevels
Mark this level as killed and free its resources.
killInstance() - Method in class net.metanotion.io.block.index.BSkipSpan
Mark this span instance as killed and free its resources.
killInstance() - Method in class net.metanotion.util.skiplist.SkipLevels
Mark this instance as killed.
killInstance() - Method in class net.metanotion.util.skiplist.SkipSpan
Mark this instance as killed.
killIt() - Method in class edu.internet2.ndt.Tcpbw100
bigly -- must have been started with main() or runIt()
killKeys() - Method in class net.i2p.router.Router
Not for external use.
killSharedClient() - Static method in class net.i2p.i2ptunnel.I2PTunnelClientBase
Kill the shared client, so that on restart in android we won't latch onto the old one
KILO - Static variable in class edu.internet2.ndt.NDTConstants
Base-10 kilo multiplier (1000).
KILO_BITS - Static variable in class edu.internet2.ndt.NDTConstants
Base-2 kilo multiplier (1024).
KNOWN_OPENTRACKERS - Static variable in class org.klomp.snark.SnarkManager
host names for config form
KRPC - Class in org.klomp.snark.dht
Kademlia Remote Procedure Call implementation for BitTorrent DHT (BEP 5) adapted for I2P.
KRPC(I2PAppContext, String, I2PSession) - Constructor for class org.klomp.snark.dht.KRPC
 
KV_SEPARATOR - Static variable in class net.i2p.client.naming.HostTxtEntry
Separator between name and destination in the hosts.txt line
KyberGenerateMatrixNBlocks - Variable in class org.bouncycastle.pqc.crypto.mlkem.MLKEMIndCpa
KyberGenerateMatrixNBlocks.
KyberN - Static variable in class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
Kyber N parameter
KyberPolyBytes - Static variable in class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
Kyber polynomial bytes
KyberQ - Static variable in class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
Kyber Q parameter
KyberQinv - Static variable in class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
Kyber Q inverse parameter
KyberSymBytes - Static variable in class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
Number of bytes for Hashes and Seeds

L

l - Variable in class net.i2p.i2ptunnel.I2PTunnelClientBase
The logging instance
l - Variable in class net.i2p.i2ptunnel.I2PTunnelServer
 
l - Variable in class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPClientBase
Logging instance
l - Variable in class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPServerBase
 
label - Variable in class net.i2p.router.Tuner.SubsystemScore
Human-readable label.
label - Variable in class org.minidns.dnslabel.DnsLabel
The label string.
label - Variable in exception org.minidns.dnslabel.DnsLabel.LabelToLongException
The DNS label that caused this exception
labelFactor - Variable in class org.rrd4j.graph.ValueAxisSetting
Factor determining label frequency (show every Nth label)
labelFacts - Variable in class org.rrd4j.graph.ValueAxis.YLabel
The label factors
labels - Variable in class org.minidns.record.RRSIG
The number of labels in the original RRSIG RR owner name.
labelSpan - Variable in class org.rrd4j.graph.TimeAxisSetting
 
LabelToLongException(String) - Constructor for exception org.minidns.dnslabel.DnsLabel.LabelToLongException
Creates a new LabelToLongException for the specified label.
LabelTooLongException(String, String) - Constructor for exception org.minidns.dnsname.InvalidDnsNameException.LabelTooLongException
Creates a new LabelTooLongException.
labelUnit - Variable in class org.rrd4j.graph.TimeAxisSetting
 
labelUnitCount - Variable in class org.rrd4j.graph.TimeAxisSetting
 
languageChanged() - Method in class net.i2p.desktopgui.TrayManager
Update the tray menu when the language changes.
LARGE_MTU - Static variable in class net.i2p.router.transport.udp.PeerState
IPv4 Max MTU based on measurements, 1350 fits nearly all reasonably small I2NP messages (larger I2NP messages may be up to 1900B-4500B, which isn't going to fit into a live network MTU anyway) TODO VTBM is 2646, it would be nice to fit in two large 2646 / 2 = 1323 1323 + 74 + 46 + 1 + (4 * 9) = 1480 So why not make it 1492 (old ethernet is 1492, new is 1500) Changed to 1492 in 0.8.9 BUT through 0.8.11, Size estimate was bad, actual packet was up to 48 bytes bigger To be figured out.
LargestTriangleThreeBuckets - Class in eu.bengreen.data.utility
First implementation of Largest-Triangle-Three-Buckets.
LargestTriangleThreeBuckets(int) - Constructor for class eu.bengreen.data.utility.LargestTriangleThreeBuckets
 
LargestTriangleThreeBucketsTime - Class in eu.bengreen.data.utility
A variation of the Largest-Triangle-Three-Buckets.
LargestTriangleThreeBucketsTime(int) - Constructor for class eu.bengreen.data.utility.LargestTriangleThreeBucketsTime
LargestTriangleThreeBucketsTime.
last - Variable in class net.i2p.router.util.CachedIteratorCollection
Last node in the linked list
last() - Method in class net.i2p.util.UnmodifiableSortedSet
last.
last - Variable in class org.klomp.snark.web.InclusiveByteRange
The last byte position
LAST() - Constructor for class org.rrd4j.data.Variable.LAST
 
LAST_DS_LEN - Static variable in interface org.rrd4j.core.jrrd.Constants
Constant LAST_DS_LEN=30
last_netmask() - Method in class com.maxmind.geoip.LookupService
last_netmask.
last_nonopt - Variable in class gnu.getopt.Getopt
The index of the last non-option in argv[]
lastActivity() - Method in class net.i2p.client.impl.I2PSessionImpl
Time of last session activity in milliseconds.
lastActivity() - Method in class net.i2p.client.impl.SubSession
 
lastChecked(RouterContext) - Static method in class net.i2p.router.web.NewsHelper
 
lastCountry() - Method in class net.i2p.router.web.helpers.InfoHelper
lastCountry.
lastError() - Method in class i2p.susi.webmail.pop3.POP3MailBox
 
lastPage() - Method in class i2p.susi.util.Folder
Sets folder to display last page.
lastPublished() - Method in class net.i2p.router.networkdb.kademlia.RepublishLeaseSetJob
Timestamp of the last successful publication.
lastRcvd - Variable in class org.klomp.snark.PeerConnectionIn
Last rcvd
lastRead() - Method in class net.i2p.data.i2np.I2NPMessageHandler
clear the last message read from a byte array with an offset
lastReading - Variable in class org.rrd4j.core.jrrd.PDPStatusBlock
the last reading from the data source
lastReplyRequestCache - Variable in class net.i2p.router.message.OutboundCache
Cache to track the last reply request time per source-destination pair.
lastReseed - Variable in class gnu.crypto.prng.FortunaStandalone
timestamp of last reseed
lastSeen() - Method in class org.klomp.snark.dht.NID
Returns the timestamp when this node was last successfully seen.
lastSeen() - Method in class org.klomp.snark.dht.NodeInfo
 
lastSeen() - Method in class org.klomp.snark.dht.Peer
Returns the timestamp when this peer was last seen active in the torrent.
lastSeen() - Method in class org.klomp.snark.dht.Token
Returns the timestamp when this token was created or last seen.
lastSent - Variable in class org.klomp.snark.PeerConnectionOut
last send time
lastSerial - Variable in class i2p.susi.dns.BaseBean
The last serial number for CSRF
lastUpdate - Variable in class org.rrd4j.core.jrrd.RRDatabase
Timestamp of last data modification
lastUpdated() - Method in class net.i2p.router.web.helpers.InfoHelper
lastUpdated.
lastUpdated(RouterContext) - Static method in class net.i2p.router.web.NewsHelper
When the news was last downloaded
latitude - Variable in class com.maxmind.geoip.Location
latitude.
layeredEncrypt(I2PAppContext, TunnelBuildMessage, TunnelCreatorConfig, List<Integer>) - Static method in class net.i2p.router.tunnel.pool.BuildMessageGenerator
Encrypt the records so their hop ident is visible at the appropriate times.
layoutAndAdvance(boolean) - Method in class org.rrd4j.graph.LegendComposer.Line
Layout and advance
lazy - Variable in class org.rrd4j.graph.RrdGraphDef
Whether to create the graph only if out of date or not existent.
LdhLabel - Class in org.minidns.dnslabel
A LDH (Letters, Digits, Hyphen) label, which is the classical label form.
LdhLabel(String) - Constructor for class org.minidns.dnslabel.LdhLabel
Creates a new LdhLabel
LeadingOrTrailingHyphenLabel - Class in org.minidns.dnslabel
A DNS label with a leading or trailing hyphen ('-').
LeadingOrTrailingHyphenLabel(String) - Constructor for class org.minidns.dnslabel.LeadingOrTrailingHyphenLabel
Create label
leapIndicator - Variable in class net.i2p.router.time.NtpMessage
This is a two-bit code warning of an impending leap second to be inserted/deleted in the last minute of the current day.
Lease - Class in net.i2p.data
Authorization grant proving a router/tunnel may receive messages for a destination.
Lease() - Constructor for class net.i2p.data.Lease
Required for deserialization.
Lease2 - Class in net.i2p.data
Implementation of Lease2 as specified in Proposal 123: New NetDb Entries.
Lease2() - Constructor for class net.i2p.data.Lease2
 
LEASE_TIME_SECONDS - Static variable in class net.i2p.router.transport.UPnP
LEASE_TIME_SECONDS.
leaseCache - Variable in class net.i2p.router.message.OutboundCache
Lease cache keyed by source-destination pairs.
LeaseRequestState - Class in net.i2p.router.client
Bundle up the data points necessary when asynchronously requesting a lease from a client
LeaseRequestState(Job, Job, long, long, LeaseSet) - Constructor for class net.i2p.router.client.LeaseRequestState
Create a new LeaseRequestState.
LeaseSet - Class in net.i2p.data
Defines the set of leases that a destination currently has available for routing messages.
LeaseSet() - Constructor for class net.i2p.data.LeaseSet
Creates a new leaseset with default values.
LeaseSet2 - Class in net.i2p.data
Implementation of LeaseSet2 as specified in Proposal 123: New NetDb Entries.
LeaseSet2() - Constructor for class net.i2p.data.LeaseSet2
Creates a new LeaseSet2 with default values.
leaseSetCache - Variable in class net.i2p.router.message.OutboundCache
LeaseSet cache keyed by source-destination pairs.
leaseSetCreated(LeaseSet) - Method in class net.i2p.router.client.ClientConnectionRunner
called after a new leaseSet is granted by the client, the NetworkDb has been updated.
LeaseSetKeys - Class in net.i2p.router
Wrap up the keys given to the router when a destination connects to it.
LeaseSetKeys(Destination, SigningPrivateKey, PrivateKey) - Constructor for class net.i2p.router.LeaseSetKeys
Client with a single key
LeaseSetKeys(Destination, SigningPrivateKey, List<PrivateKey>) - Constructor for class net.i2p.router.LeaseSetKeys
Client with multiple keys The ONLY valid combinations are X25519 + ElG or X25519 + (MLKEM512 OR MLKEM768 OR MLKEM1024).
leaseSetTypes - Variable in class net.i2p.addressbook.HostChecker.PingResult
LeaseSet encryption types as a string like "[6,4]", or null
legend - Variable in class org.rrd4j.graph.Rule
Legend text for this rule
legend - Variable in class org.rrd4j.graph.Span
 
LEGEND_BOX - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Used internally
LEGEND_BOX_SPACE - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Used internally
LEGEND_INTERSPACING - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Used internally
LEGEND_LEADING - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Used internally
LEGEND_LEADING_SMALL - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Used internally
legendColor - Variable in class org.rrd4j.graph.LegendText
Color for the legend text and associated legend box
LegendComposer - Class in org.rrd4j.graph
Handles legend composition and layout for RRD graphs.
LegendComposer(RrdGraphGenerator, int, int, int) - Constructor for class org.rrd4j.graph.LegendComposer
Creates a legend composer with specified positioning and dimensions.
LegendComposer.Line - Class in org.rrd4j.graph
Line-style graph element with configurable width and color.
LegendText - Class in org.rrd4j.graph
Represents legend text elements in RRD graphs.
LegendText(Paint, String) - Constructor for class org.rrd4j.graph.LegendText
Creates legend text with specified color and text.
len - Variable in class org.klomp.snark.Message
The payload length
len - Variable in class org.klomp.snark.Request
Len
length - Variable in class i2p.susi.util.ReadBuffer
length.
length() - Method in class net.i2p.crypto.Hash384
Hash length in bytes.
length() - Method in class net.i2p.crypto.Hash512
Hash length in bytes.
length() - Method in class net.i2p.crypto.SHA1Hash
Hash length in bytes.
length() - Method in class net.i2p.data.Hash
Hash length in bytes.
LENGTH - Static variable in class net.i2p.data.i2np.EncryptedBuildRecord
528-byte encrypted build record
length() - Method in class net.i2p.data.i2np.EncryptedBuildRecord
 
LENGTH - Static variable in class net.i2p.data.i2np.ShortEncryptedBuildRecord
LENGTH.
length() - Method in class net.i2p.data.i2np.ShortEncryptedBuildRecord
length.
LENGTH - Static variable in class net.i2p.data.Lease2
Length of Lease2 in bytes.
LENGTH - Static variable in class net.i2p.data.MetaLease
MetaLease length in bytes.
length() - Method in class net.i2p.data.PrivateKey
Key length in bytes, determined by the encryption type.
length() - Method in class net.i2p.data.PublicKey
Key length in bytes, determined by the encryption type.
length() - Method in class net.i2p.data.SessionKey
The legal length of the byte array in this data structure.
length() - Method in class net.i2p.data.SessionTag
32 (tag length in bytes).
length() - Method in class net.i2p.data.Signature
Signature length in bytes, determined by the signature type.
length() - Method in class net.i2p.data.SigningPrivateKey
Key length in bytes, determined by the signature type.
length() - Method in class net.i2p.data.SigningPublicKey
If type unknown, the length of the data, or 128 if no data.
length() - Method in class net.i2p.data.SimpleDataStructure
The legal length of the byte array in this data structure.
LENGTH - Static variable in class net.i2p.router.crypto.ratchet.RatchetSessionTag
Length of the tag in bytes
length() - Method in class net.i2p.router.crypto.ratchet.RatchetSessionTag
 
length() - Method in class net.metanotion.io.RAIFile
 
length() - Method in interface net.metanotion.io.RandomAccessInterface
 
LENGTH - Static variable in class org.klomp.snark.dht.NodeInfo
Serialized length in bytes (NID + Hash + 2).
length() - Method in class org.klomp.snark.dht.NodeInfo
 
length - Variable in class org.klomp.snark.Message
The data length
length - Variable in class org.klomp.snark.web.Sorters.FileAndIndex
 
length() - Method in class org.minidns.record.Data
 
length() - Method in class org.minidns.util.SafeCharSequence
length.
levelHash - Variable in class net.metanotion.io.block.index.BSkipList
Level cache
levelPage - Variable in class net.metanotion.io.block.index.BSkipLevels
Page number of this level
levels - Variable in class net.metanotion.util.skiplist.SkipLevels
Array of level pointers at each height
LF - Static variable in class org.cybergarage.http.HTTP
Line feed character
LHMCache<K,V> - Class in net.i2p.util
A LinkedHashMap with a maximum size, for use as an LRU cache.
LHMCache(int) - Constructor for class net.i2p.util.LHMCache
Bounded cache with LRU eviction.
limit - Variable in class net.i2p.sam.SAMv2StreamSession.SAMv2StreamSessionSocketReader
limit.
LimitInputStream - Class in i2p.susi.util
InputStream that limits total bytes read to a specified maximum.
LimitInputStream(InputStream, long) - Constructor for class i2p.susi.util.LimitInputStream
Create a LimitInputStream that limits total bytes read.
LimitOutputStream - Class in net.i2p.i2ptunnel.util
Abstract output stream that limits writes and provides completion callback.
LimitOutputStream(OutputStream, LimitOutputStream.DoneCallback) - Constructor for class net.i2p.i2ptunnel.util.LimitOutputStream
 
LimitOutputStream.DoneCallback - Interface in net.i2p.i2ptunnel.util
Callback interface for notification when a limited output stream completes
Line() - Constructor for class org.rrd4j.graph.LegendComposer.Line
 
Line - Class in org.rrd4j.graph
Represents a line plot element in RRD graphs.
Line(String, Paint, BasicStroke, SourcedPlotElement) - Constructor for class org.rrd4j.graph.Line
 
line(String, Paint) - Method in class org.rrd4j.graph.RrdGraphDef
Plots requested data as a line, using the color specified.
line(String, Paint, String) - Method in class org.rrd4j.graph.RrdGraphDef
Plots requested data as a line, using the color specified.
line(String, Paint, float) - Method in class org.rrd4j.graph.RrdGraphDef
Plots requested data as a line, using the color and the line width specified.
line(String, Paint, String, float) - Method in class org.rrd4j.graph.RrdGraphDef
Plots requested data as a line, using the color and the line width specified.
line(String, Paint, String, float, boolean) - Method in class org.rrd4j.graph.RrdGraphDef
Plots requested data as a line, using the color and the line width specified.
line(String, Paint, String, BasicStroke, boolean) - Method in class org.rrd4j.graph.RrdGraphDef
Plots requested data as a line, using the color and the BasicStroke specified.
line(double, Paint, float, boolean) - Method in class org.rrd4j.graph.RrdGraphDef
Define a line like any other but with constant value, it can be stacked
line(double, Paint, BasicStroke, boolean) - Method in class org.rrd4j.graph.RrdGraphDef
Define a line like any other but with constant value, it can be stacked
LinearGradientPaintKey - Class in org.jfree.svg.util
A wrapper for a LinearGradientPaint that can be used as the key for a Map (including a HashMap).
LinearGradientPaintKey(LinearGradientPaint) - Constructor for class org.jfree.svg.util.LinearGradientPaintKey
Creates a new instance.
LinearInterpolator - Class in org.rrd4j.data
Interpolates datasource values from timestamp-value collections.
Suitable for linear interpolation of time-series data points.
LinearInterpolator(long[], double[]) - Constructor for class org.rrd4j.data.LinearInterpolator
Creates LinearInterpolator from arrays of timestamps and corresponding datasource values.
LinearInterpolator(Date[], double[]) - Constructor for class org.rrd4j.data.LinearInterpolator
Creates LinearInterpolator from arrays of timestamps and corresponding datasource values.
LinearInterpolator(Calendar[], double[]) - Constructor for class org.rrd4j.data.LinearInterpolator
Creates LinearInterpolator from arrays of timestamps and corresponding datasource values.
LinearInterpolator.Method - Enum in org.rrd4j.data
A enumeration of interpolation methods
link - Variable in class net.i2p.router.news.NewsEntry
link.
linkify(String) - Static method in class net.i2p.router.update.ConsoleUpdateManager
Convert a URL to an HTML clickable link.
linkify(String) - Static method in class net.i2p.router.update.UpdateRunner
linkify.
listClients() - Method in class net.i2p.router.client.ClientManager
Unsynchronized.
listClients() - Method in class net.i2p.router.client.ClientManagerFacadeImpl
Return the list of locally connected clients
listClients() - Method in class net.i2p.router.ClientManagerFacade
Return the list of locally connected clients
listConnections() - Method in class net.i2p.client.streaming.impl.ConnectionManager
return a set of Connection objects
listContexts() - Static method in class net.i2p.router.RouterContext
Retrieve the list of router contexts currently instantiated in this JVM.
LISTEN_PORT - Static variable in class net.i2p.client.impl.I2PSessionImpl
Default I2CP listen port
Listener() - Constructor for class net.i2p.i2ptunnel.udp.I2PSource.Listener
 
listener - Variable in class org.klomp.snark.PeerState
Fixme, used by Peer.disconnect() to get to the coordinator
ListenerList - Class in org.cybergarage.util
A thread-safe list for managing event listeners.
ListenerList() - Constructor for class org.cybergarage.util.ListenerList
 
listenerReady - Variable in class net.i2p.i2ptunnel.I2PTunnelClientBase
Protected for I2Ping since 0.9.11.
listenHost - Variable in class net.i2p.i2ptunnel.I2PTunnel
the listen-on host.
listParticipatingTunnels() - Method in class net.i2p.router.tunnel.TunnelDispatcher
Get a list of participating tunnels (for console display).
listPending() - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
listPending() - Method in class net.i2p.router.tunnel.pool.TunnelPool
list of tunnelInfo instances of tunnels currently being built
listPools(List<TunnelPool>) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
listPools(List<TunnelPool>) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
list of TunnelPool instances currently in play
listPools(List<TunnelPool>) - Method in interface net.i2p.router.TunnelManagerFacade
for TunnelRenderer in router console
listSockets() - Method in interface net.i2p.client.streaming.I2PSocketManager
Retrieve a set of currently connected I2PSockets, either initiated locally or remotely.
listSockets() - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
Retrieve a set of currently connected I2PSockets, either initiated locally or remotely.
listTorrentFiles() - Method in class org.klomp.snark.SnarkManager
Set of canonical .torrent filenames that we are dealing with.
listTunnels() - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
listTunnels() - Method in class net.i2p.router.tunnel.pool.TunnelPool
Return a list of tunnels in the pool
littleEndianToInt(byte[], int) - Static method in class org.bouncycastle.util.Pack
Convert a little-endian byte array to an int.
littleEndianToInt(byte[], int, int[]) - Static method in class org.bouncycastle.util.Pack
Convert a little-endian byte array to an int array.
littleEndianToInt(byte[], int, int[], int, int) - Static method in class org.bouncycastle.util.Pack
Convert a little-endian byte array to a range of an int array.
littleEndianToInt(byte[], int, int) - Static method in class org.bouncycastle.util.Pack
Convert a little-endian byte array to a new int array of specified count.
littleEndianToInt_High(byte[], int, int) - Static method in class org.bouncycastle.util.Pack
Convert a little-endian byte array of variable length to the high-order bits of an int.
littleEndianToInt_Low(byte[], int, int) - Static method in class org.bouncycastle.util.Pack
Convert a little-endian byte array of variable length to an int (low-order bits).
littleEndianToLong(byte[], int) - Static method in class org.bouncycastle.util.Pack
Convert a little-endian byte array to a long.
littleEndianToLong(byte[], int, long[]) - Static method in class org.bouncycastle.util.Pack
Convert a little-endian byte array to a long array.
littleEndianToLong(byte[], int, int) - Static method in class org.bouncycastle.util.Pack
Convert a little-endian byte array of variable length to a long.
littleEndianToLong(byte[], int, long[], int, int) - Static method in class org.bouncycastle.util.Pack
Convert a little-endian byte array to a range of a long array.
littleEndianToLong_High(byte[], int, int) - Static method in class org.bouncycastle.util.Pack
Convert a little-endian byte array of variable length to the high-order bits of a long.
littleEndianToLong_Low(byte[], int, int) - Static method in class org.bouncycastle.util.Pack
Convert a little-endian byte array of variable length to a long (low-order bits).
littleEndianToShort(byte[], int) - Static method in class org.bouncycastle.util.Pack
Convert a little-endian byte array to a short.
LkupResult - Class in net.i2p.client.impl
Return value of I2PSession.lookupDest2().
LkupResult(int, Destination) - Constructor for class net.i2p.client.impl.LkupResult
Lkup result
LkupResult(int) - Constructor for class net.i2p.client.impl.LkupResult
Deferred.
LkupResult(int, Destination, int) - Constructor for class net.i2p.client.impl.LkupResult
Full constructor.
load(int) - Method in interface com.maxmind.db.NodeCache.Loader
Load a node by key on cache miss.
load(I2PAppContext, I2PSession, byte[]) - Static method in class net.i2p.client.datagram.Datagram2
Load an I2P repliable datagram and verify the signature.
load(I2PAppContext, I2PSession, byte[]) - Static method in class net.i2p.client.datagram.Datagram3
Load an I2P repliable datagram3.
load(InputStream) - Method in class net.i2p.data.EmptyProperties
 
load(Reader) - Method in class net.i2p.data.EmptyProperties
 
load(I2PAppContext) - Static method in class net.i2p.router.news.PersistNews
This does not check for any missing values.
load(Properties) - Method in class net.i2p.router.peermanager.DBHistory
load.
load(Properties) - Method in class net.i2p.router.peermanager.TunnelHistory
load.
load() - Method in class net.i2p.router.sybil.PersistSybil
The list of stored analysis sets, as a time stamp.
load(long) - Method in class net.i2p.router.sybil.PersistSybil
Load the analysis for a certain date.
load(Hash) - Method in class net.i2p.router.sybil.PersistSybil
Load all the analysis for a certain hash.
load(Properties, String, boolean) - Method in class net.i2p.stat.Rate
Load this rate from the properties, taking data from the data points underneath the given prefix.
load(Properties, String, boolean) - Method in class net.i2p.stat.RateStat
Load this rate stat from the properties, populating all of the rates contained underneath it.
load(String) - Static method in class org.cybergarage.util.FileUtil
Loads the entire contents of a file into a byte array.
load(File) - Static method in class org.cybergarage.util.FileUtil
Loads the entire contents of a File object into a byte array.
load(FileInputStream) - Static method in class org.cybergarage.util.FileUtil
Loads the entire contents of a FileInputStream into a byte array.
load_3(byte[], int) - Static method in class net.i2p.crypto.eddsa.math.ed25519.Ed25519LittleEndianEncoding
Load 3 bytes from input
load_4(byte[], int) - Static method in class net.i2p.crypto.eddsa.math.ed25519.Ed25519LittleEndianEncoding
Load 4 bytes from input
loadCDPStatusBlocks(RRDFile, int) - Method in class org.rrd4j.core.jrrd.Archive
Loads CDP status blocks from the RRD file.
loadCert(File) - Static method in class net.i2p.crypto.CertUtil
Get the certificate from a X.509 certificate file.
loadCerts(InputStream) - Static method in class net.i2p.crypto.CertUtil
Get one or more certificates from an input stream.
LoadClientAppsJob - Class in net.i2p.router.startup
Run any client applications specified in clients.config.
LoadClientAppsJob(RouterContext) - Constructor for class net.i2p.router.startup.LoadClientAppsJob
LoadClientAppsJob.
LoadClientAppsJob.DelayedRunClient - Class in net.i2p.router.startup
Public for router console only, not for use by others, subject to change
loadConfig() - Method in class i2p.susi.dns.BaseBean
Loads the configuration if needed.
loadConfig(RouterContext) - Static method in class net.i2p.router.transport.udp.PeerState
Load configurable UDP transport parameters from router.config.
loadConfig(String) - Method in class org.klomp.snark.SnarkManager
 
loadControllers(File) - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Load up all of the tunnels configured in the given file.
loadCRL(InputStream) - Static method in class net.i2p.crypto.CertUtil
Load a CRL.
loadCRLs() - Static method in class net.i2p.crypto.CertUtil
Load CRLs from standard locations.
loadCRLs(I2PAppContext) - Static method in class net.i2p.crypto.CertUtil
Load CRLs from standard locations.
loadCurrentRow(RRDFile) - Method in class org.rrd4j.core.jrrd.Archive
Loads the current row index from the RRD file.
loadData() - Method in class net.metanotion.io.block.index.BSkipSpan
Load the span's keys and values into memory (second half of load()).
loadData(boolean) - Method in class net.metanotion.io.block.index.BSkipSpan
Load the span's keys and values into memory.
loadData() - Method in class net.metanotion.io.block.index.IBSkipSpan
I2P - second half of load() Load the whole span's keys and values into memory
loadData(int, int, int) - Method in interface org.klomp.snark.DataLoader
This is the callback that PeerConnectionOut calls to get the data from disk
loadData(int, int, int) - Method in class org.klomp.snark.PeerState
This is the callback that PeerConnectionOut calls
loadData(RRDFile, int) - Method in class org.rrd4j.core.jrrd.Archive
Loads archive data from the RRD file, skipping to the next archive.
loadData(DataChunk) - Method in class org.rrd4j.core.jrrd.Archive
Loads archive data from a data chunk.
loadDescription(InputStream) - Method in class org.cybergarage.upnp.Device
 
loadDescription(String) - Method in class org.cybergarage.upnp.Device
loadDescription.
loadDescription(File) - Method in class org.cybergarage.upnp.Device
loadDescription.
loadDHT(KRPC, File, File) - Static method in class org.klomp.snark.dht.PersistDHT
Load the DHT from file, trying the backup if the primary doesn't exist.
loadDHT(KRPC, File) - Static method in class org.klomp.snark.dht.PersistDHT
Load the DHT from a single file.
loadFrom(PeerState) - Method in class net.i2p.router.transport.udp.PeerState
Transfer the basic activity/state from the old peer to the current peer SSU 1 or 2.
loadFromCache(int, int, int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
Load cached RTT/deviation/window from TCB and transition directly to STEADY state
loadFromDisk(NewMailListener) - Method in class i2p.susi.webmail.MailCache
Threaded.
loadFromXML(InputStream) - Method in class net.i2p.data.EmptyProperties
 
loadI2PDatagram(byte[]) - Method in class net.i2p.client.datagram.I2PDatagramDissector
Load an I2P repliable datagram into the dissector.
loadImage(RrdGraphDef.ImageSource, int, int, int, int) - Method in class org.rrd4j.graph.ImageWorker
Load and draw an image from the given source.
LOADING_EXCEPTION - Static variable in class org.cybergarage.upnp.device.Description
Error message when description file cannot be loaded
loadInit(BSkipSpan<X, Y>, BlockFile, BSkipList<X, Y>, int, Serializer<X>, Serializer<Y>) - Static method in class net.metanotion.io.block.index.BSkipSpan
Load the span headers from disk (first half of load()).
loadKey(File) - Static method in class net.i2p.crypto.CertUtil
Get the Java public key from a X.509 certificate file.
loadMimeMap(String) - Method in class org.klomp.snark.web.BasicServlet
Load MIME type mappings from a resource file.
loadMimeMap(String) - Method in class org.klomp.snark.web.MimeTypes
Load MIME type mappings from a resource file.
loadPDPStatusBlock(RRDFile) - Method in class org.rrd4j.core.jrrd.DataSource
Load PDP status block
loadPrivateKey(InputStream) - Static method in class net.i2p.crypto.CertUtil
Get a single Private Key from an input stream.
loadProfiles() - Method in class net.i2p.router.peermanager.PeerManager
This may take a long time - 30 seconds or more
loadProps(Properties, File) - Static method in class net.i2p.data.DataHelper
A more efficient Properties.load Some of the other differences: - UTF-8 encoding, not ISO-8859-1 - No escaping! This does not process or drop backslashes - '#' or ';' starts a comment line, but '!' does not - Leading whitespace is not trimmed - '=' is the only key-termination character (not ':' or whitespace) As of 0.9.10, an empty value is allowed.
loadProps(Properties, File, boolean) - Static method in class net.i2p.data.DataHelper
Load properties from a file, optionally forcing keys to lower case.
loadProps(Properties, InputStream) - Static method in class net.i2p.data.DataHelper
Load properties from a stream.
loadProps(Properties, InputStream, boolean) - Static method in class net.i2p.data.DataHelper
Load properties from a stream, optionally forcing keys to lower case.
loadProps(Properties, File) - Static method in class org.klomp.snark.I2PSnarkUtil
Same as DataHelper.loadProps() but allows '#' in values, so we can have filenames with '#' in them in torrent config files.
LoadRouterInfoJob - Class in net.i2p.router.startup
Run once or twice at startup by StartupJob, and then runs BootCommSystemJob
LoadRouterInfoJob(RouterContext) - Constructor for class net.i2p.router.startup.LoadRouterInfoJob
LoadRouterInfoJob.
LoadRouterInfoJob.KeyData - Class in net.i2p.router.startup
Key data container for router information.
loadSavedFilePriorities(Snark) - Method in class org.klomp.snark.SnarkManager
Get the saved priorities for a torrent from the config file.
loadSCPD(String) - Method in class org.cybergarage.upnp.Service
Loads service control point description (SCPD) from a string.
loadSCPD(File) - Method in class org.cybergarage.upnp.Service
Loads service control point description (SCPD) from a file.
loadSCPD(InputStream) - Method in class org.cybergarage.upnp.Service
Loads service description (SCPD) from an input stream.
loadSeed() - Method in class net.i2p.util.RandomSource
May block up to 10 seconds
loadStatus() - Static method in class net.i2p.util.NativeBigInteger
 
loadSystemKeyStore() - Static method in class net.i2p.crypto.KeyStoreUtil
Loads certs from location of javax.net.ssl.keyStore property, else from $JAVA_HOME/lib/security/jssecacerts, else from $JAVA_HOME/lib/security/cacerts.
LOCAL - Static variable in class net.i2p.data.i2np.DeliveryInstructions
Immutable local instructions, no options
LOCAL_BITMASK - Static variable in class org.cybergarage.net.HostInterface
LOCAL_BITMASK.
LOCAL_SERVER - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
Local HTTP proxy server hostname.
locale - Variable in class org.rrd4j.graph.RrdGraphDef
Locale used for legend formatting.
locales - Variable in class com.maxmind.geoip2.DatabaseReader.Builder
Locales
locales(List<String>) - Method in class com.maxmind.geoip2.DatabaseReader.Builder
 
LocaleWebAppHandler - Class in net.i2p.router.web
Convert foo.jsp to foo_xx.jsp for language xx.
LocaleWebAppHandler(I2PAppContext, String, String, File, ServletHandler) - Constructor for class net.i2p.router.web.LocaleWebAppHandler
Create handler for localized JSP resolution and Jetty integration.
localFormattedDate - Variable in class i2p.susi.webmail.Mail
Formatted date string in local time zone
LocalHash - Class in net.i2p.router.networkdb.kademlia
Pull the caching used only by KBucketImpl out of Hash and put it here.
LocalHash(Hash) - Constructor for class net.i2p.router.networkdb.kademlia.LocalHash
LocalHash.
LocalHash(byte[]) - Constructor for class net.i2p.router.networkdb.kademlia.LocalHash
LocalHash.
LocalHTTPServer - Class in net.i2p.i2ptunnel.localServer
Very simple web server.
LocalHTTPServer() - Constructor for class net.i2p.i2ptunnel.localServer.LocalHTTPServer
default constructor
localLSCount - Variable in class net.i2p.router.web.helpers.NetDbRenderer
Local ls count.
localPort - Variable in class net.i2p.i2ptunnel.I2PTunnelServer
 
localtime(long) - Method in class org.rrd4j.core.timespec.TimeSpec
Initializes this TimeSpec with local time components from a timestamp.
Location - Class in com.maxmind.geoip
Represents geographical location data including coordinates and address information.
Location() - Constructor for class com.maxmind.geoip.Location
 
LOCATION - Static variable in class org.cybergarage.http.HTTP
Location HTTP header field name (used for redirects)
lock() - Method in class org.cybergarage.upnp.Action
Locks the mutex for this action.
lock() - Method in class org.cybergarage.upnp.ControlPoint
Lock the mutex
lock() - Method in class org.cybergarage.upnp.Device
lock.
lock() - Method in class org.cybergarage.upnp.Service
Acquires exclusive lock on this service for thread-safe operations.
lock() - Method in class org.cybergarage.util.Mutex
Acquires the lock, blocking if necessary until the lock is available.
LOCK_RETRY_PERIOD - Static variable in class org.rrd4j.core.RrdSafeFileBackendFactory
Default time between two consecutive file locking attempts.
LOCK_WAIT_TIME - Static variable in class org.rrd4j.core.RrdSafeFileBackendFactory
Default time (in milliseconds) this backend will wait for a file lock.
locked - Variable in class org.rrd4j.core.RrdSafeFileBackend.Counters
Locked count
locked_buildNewLeaseSet() - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
locked_buildNewLeaseSet() - Method in class net.i2p.router.tunnel.pool.TunnelPool
Build a leaseSet with the required tunnels that aren't about to expire.
locked_insert(byte[]) - Method in class org.xlattice.crypto.filters.BloomSHA1
Add a key to the filter without synchronization.
locked_insert(byte[], int, int) - Method in class org.xlattice.crypto.filters.BloomSHA1
Add a key to the filter without synchronization.
locked_insert(BloomSHA1.FilterKey) - Method in class org.xlattice.crypto.filters.BloomSHA1
Add the key to the filter.
locked_member(byte[]) - Method in class org.xlattice.crypto.filters.BloomSHA1
Checks if a key is in the filter without synchronization.
locked_member(byte[], int, int) - Method in class org.xlattice.crypto.filters.BloomSHA1
Checks if a key is in the filter without synchronization.
locked_member(BloomSHA1.FilterKey) - Method in class org.xlattice.crypto.filters.BloomSHA1
Is the key in the filter.
locked_saveComments(Snark, CommentSet) - Method in interface org.klomp.snark.CompleteListener
 
locked_saveComments(Snark, CommentSet) - Method in class org.klomp.snark.SnarkManager
Save the comments for a torrent Caller must synchronize on comments.
locked_saveComments(Snark, CommentSet) - Method in class org.klomp.snark.UpdateRunner
 
locked_sendComments(Peer, int, CommentSet) - Static method in class org.klomp.snark.ExtensionHandler
Sends comments to a peer.
lockEmpty(long, TimeUnit) - Method in class org.rrd4j.core.RrdDbPool
Wait until the pool is empty and return a lock that prevent any additions of new RrdDb references until it's released.
locks - Variable in class org.rrd4j.core.RrdSafeFileBackend.Counters
Lock count
log(int) - Method in class com.google.zxing.common.reedsolomon.GenericGF
 
Log - Class in net.i2p.addressbook
A simple log with automatic time stamping.
Log(File) - Constructor for class net.i2p.addressbook.Log
Construct a Log instance that writes to the File file.
log(String) - Method in class net.i2p.i2ptunnel.I2PTunnel
Log the given message using the logging subsystem and standard output.
log(String) - Method in interface net.i2p.i2ptunnel.Logging
Log a message.
log(String) - Method in class net.i2p.i2ptunnel.TunnelController
 
log(Request, Response) - Method in class net.i2p.jetty.I2PRequestLog
log.
log - Variable in class net.i2p.router.tunnel.pool.ConnectChecker
the logger
Log - Class in net.i2p.util
Wrapper class for whatever logging system I2P uses.
Log(Class<?>) - Constructor for class net.i2p.util.Log
Warning - not recommended.
Log(String) - Constructor for class net.i2p.util.Log
Warning - not recommended.
Log(LogManager, Class<?>) - Constructor for class net.i2p.util.Log
Log
Log(LogManager, String) - Constructor for class net.i2p.util.Log
Log
Log(LogManager, Class<?>, String) - Constructor for class net.i2p.util.Log
Log
log(int, String) - Method in class net.i2p.util.Log
Log a message at the given priority.
log(int, String, Throwable) - Method in class net.i2p.util.Log
Log a message with a throwable at the given priority.
log - Variable in class net.metanotion.io.block.BlockFile
Logger instance for this BlockFile
log - Variable in class org.rrd4j.graph.ImageParameters
Logarithmic function for log-scale graphs
logAlways(int, String) - Method in class net.i2p.util.Log
Always log this message with the given priority, ignoring current minimum priority level.
logarithmic - Variable in class org.rrd4j.graph.RrdGraphDef
Whether to use logarithmic y-axis scaling.
logBan(Hash, String, String, long) - Method in class net.i2p.router.BanLogger
Log a ban by hash with IP address.
logBan(Hash, String, String, long, RouterInfo) - Method in class net.i2p.router.BanLogger
Log a ban with RouterInfo for direct caps extraction.
logBan(String, String, long) - Method in class net.i2p.router.BanLogger
Log a ban by IP only (ignores hash).
logBan(Hash, RouterContext, String, long) - Method in class net.i2p.router.BanLogger
Log a ban by hash with RouterContext (IP will be looked up from banlist).
logBanForever(Hash, String, String) - Method in class net.i2p.router.BanLogger
Log a permanent ban (forever).
logBanForever(Hash, String, String, RouterInfo) - Method in class net.i2p.router.BanLogger
Log a permanent ban with RouterInfo for direct caps extraction.
logBanForever(String, String) - Method in class net.i2p.router.BanLogger
Log a permanent ban by IP only.
logBanForever(Hash, RouterContext, String) - Method in class net.i2p.router.BanLogger
Log a permanent ban with RouterContext.
logBanIPOnly(String, String, long) - Method in class net.i2p.router.BanLogger
Log a ban by IP only (no router hash available).
LogBean - Class in i2p.susi.dns
Bean for managing and displaying subscription log entries and statistics.
LogBean() - Constructor for class i2p.susi.dns.LogBean
 
logBlockedDestination(String) - Method in class net.i2p.i2ptunnel.BlocklistManager
Logs a blocked destination to the client blocklist.
logCertExpiration(File, String, long) - Static method in class net.i2p.crypto.KeyStoreUtil
Validate expiration for all private key certs in a key store.
logCertExpiration(KeyStore, String, long) - Static method in class net.i2p.crypto.KeyStoreUtil
Validate expiration for all private key certs in a key store.
logCloseLoop(Object...) - Method in class net.i2p.util.Log
logs a loop when closing a resource with level DEBUG This method is for debugging purposes only and is subject to change or removal w/o notice.
logCloseLoop(int, Object...) - Method in class net.i2p.util.Log
Logs a close loop when closing a resource This method is for debugging purposes only and is subject to change or removal w/o notice.
LogConsoleBuffer - Class in net.i2p.util
Offer a glimpse into the last few console messages generated.
LogConsoleBuffer(I2PAppContext) - Constructor for class net.i2p.util.LogConsoleBuffer
Uses default limit from LogManager.
LogConsoleBuffer(int) - Constructor for class net.i2p.util.LogConsoleBuffer
 
logExtended(Request, Writer) - Method in class net.i2p.jetty.I2PRequestLog
Log extended (referrer and user-agent)
Logging - Interface in net.i2p.i2ptunnel
Unified logging interface for I2PTunnel components.
LoginServlet - Class in net.i2p.router.web.servlets
Login servlet for console authentication.
LoginServlet() - Constructor for class net.i2p.router.web.servlets.LoginServlet
 
logInvalidPort(Log, String, int) - Static method in class net.i2p.router.transport.TransportUtil
log an error
LogLimit - Class in net.i2p.util
Defines the log limit for a particular set of logs
LogLimit(String, int) - Constructor for class net.i2p.util.LogLimit
LogLimit.
logManager() - Method in class net.i2p.I2PAppContext
Query the log manager for this context, which may in turn have its own set of configuration settings (loaded from the context's properties).
LogManager - Class in net.i2p.util
Manages the logging system, loading (and reloading) the configuration file, coordinating the log limits, and storing the set of log records pending.
LogManager(I2PAppContext) - Constructor for class net.i2p.util.LogManager
 
LogoutServlet - Class in net.i2p.router.web.servlets
Logout servlet to invalidate session.
LogoutServlet() - Constructor for class net.i2p.router.web.servlets.LogoutServlet
Constructor.
logPoolHealth() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Log pool health summary for monitoring.
LogRecord - Class in net.i2p.util
Keep track of a log entry, unformatted.
LogRecord(Class<?>, String, String, int, String, Throwable) - Constructor for class net.i2p.util.LogRecord
LogRecord.
LogRecordFormatter - Class in net.i2p.util
Render a log record according to the log manager's settings
LogRecordFormatter() - Constructor for class net.i2p.util.LogRecordFormatter
 
LogService - Class in org.rrd4j.graph
Utility service for logarithmic scaling operations in RRD graphs.
LogsHelper - Class in net.i2p.router.web.helpers
Helper for the logs page.
LogsHelper() - Constructor for class net.i2p.router.web.helpers.LogsHelper
 
logTCPDump(Connection) - Method in class net.i2p.client.streaming.impl.Packet
Generate a pcap/tcpdump-compatible format, so we can use standard debugging tools.
logTCPDump() - Method in class net.i2p.client.streaming.impl.PacketLocal
Generate a pcap/tcpdump-compatible format, so we can use standard debugging tools.
LogWriter - Class in net.i2p.util
Log writer thread that pulls log records from the LogManager and writes them to the log.
LogWriter(LogManager) - Constructor for class net.i2p.util.LogWriter
Creates a new LogWriter
LONG_HEADER_FLAGS_OFFSET - Static variable in class net.i2p.router.transport.udp.SSU2Util
Offset of long header flags
LONG_HEADER_SIZE - Static variable in class net.i2p.router.transport.udp.SSU2Util
32 bytes, long (handshake) header size
long_only - Variable in class gnu.getopt.Getopt
This flag determines whether or not we are parsing only long args
long_options - Variable in class gnu.getopt.Getopt
This is an array of LongOpt objects which describ the valid long options.
LongDigest - Class in org.bouncycastle.crypto.digests
Base class for SHA-384 and SHA-512.
LongDigest() - Constructor for class org.bouncycastle.crypto.digests.LongDigest
Constructor for variable length word
LongDigest(CryptoServicePurpose) - Constructor for class org.bouncycastle.crypto.digests.LongDigest
Constructor for variable length word
LongDigest(LongDigest) - Constructor for class org.bouncycastle.crypto.digests.LongDigest
Copy constructor.
longind - Variable in class gnu.getopt.Getopt
Stores the index into the long_options array of the long option found
longitude - Variable in class com.maxmind.geoip.Location
longitude.
LongOpt - Class in gnu.getopt
This object represents the definition of a long option in the Java port of GNU getopt.
LongOpt(String, int, StringBuilder, int) - Constructor for class gnu.getopt.LongOpt
Create a new LongOpt object with the given parameter values.
longopt_handled - Variable in class gnu.getopt.Getopt
A flag which communicates whether or not checkLongOption() did all necessary processing for the current option
longToBigEndian(long) - Static method in class org.bouncycastle.util.Pack
Convert a long to a big-endian byte array.
longToBigEndian(long, byte[], int) - Static method in class org.bouncycastle.util.Pack
Write a long to a byte array in big-endian order.
longToBigEndian(long[]) - Static method in class org.bouncycastle.util.Pack
Convert a long array to a big-endian byte array.
longToBigEndian(long[], byte[], int) - Static method in class org.bouncycastle.util.Pack
Write a long array to a byte array in big-endian order.
longToBigEndian(long[], int, int, byte[], int) - Static method in class org.bouncycastle.util.Pack
Write a range of a long array to a byte array in big-endian order.
longToLittleEndian(long, byte[], int, int) - Static method in class org.bouncycastle.util.Pack
Write a long to a byte array in little-endian order with variable length.
longToLittleEndian(long) - Static method in class org.bouncycastle.util.Pack
Convert a long to a little-endian byte array.
longToLittleEndian(long, byte[], int) - Static method in class org.bouncycastle.util.Pack
Write a long to a byte array in little-endian order.
longToLittleEndian(long[]) - Static method in class org.bouncycastle.util.Pack
Convert a long array to a little-endian byte array.
longToLittleEndian(long[], byte[], int) - Static method in class org.bouncycastle.util.Pack
Write a long array to a byte array in little-endian order.
longToLittleEndian(long[], int, int, byte[], int) - Static method in class org.bouncycastle.util.Pack
Write a range of a long array to a byte array in little-endian order.
longToLittleEndian_High(long, byte[], int, int) - Static method in class org.bouncycastle.util.Pack
Write the high-order bytes of a long to a byte array in little-endian order.
LookaheadInputStream - Class in net.i2p.util
Simple lookahead buffer to keep the last K bytes in reserve, configured to easily be reused.
LookaheadInputStream(int) - Constructor for class net.i2p.util.LookaheadInputStream
Configure a stream that hides a number of bytes from the reader.
lookup(String) - Static method in class com.southernstorm.noise.protocol.Pattern
Look up the description information for a pattern.
lookup(String, Properties, Properties) - Method in class net.i2p.client.naming.DummyNamingService
 
lookup(String, Properties, Properties) - Method in class net.i2p.client.naming.EepGetNamingService
 
lookup(String, Properties, Properties) - Method in class net.i2p.client.naming.HostsTxtNamingService
 
lookup(String, Properties, Properties) - Method in class net.i2p.client.naming.MetaNamingService
 
lookup(String) - Method in class net.i2p.client.naming.NamingService
Look up a hostname.
lookup(String, Properties, Properties) - Method in class net.i2p.client.naming.NamingService
Same as lookup(hostname) but with in and out options Note that whether this (and lookup(hostname)) resolve Base 32 addresses in the form {52 chars}.b32.i2p is NamingService-specific.
lookup(Hash, int) - Method in class net.i2p.client.naming.NamingService
Same as lookupBase32() but with the SHA256 Hash precalculated This implementation returns null.
lookup(String, Properties, Properties) - Method in class net.i2p.client.naming.SingleFileNamingService
Will strip a "www." prefix and retry if lookup fails
lookup(String, Properties, Properties) - Method in class net.i2p.router.naming.BlockfileNamingService
Lookup a hostname.
lookup(String) - Method in class net.i2p.util.DNSOverHTTPS
V4_ONLY unless we have only IPv6 address, then V6_ONLY
lookup(String, DNSOverHTTPS.Type) - Method in class net.i2p.util.DNSOverHTTPS
Lookup in cache, then query servers
lookup(String) - Method in class org.klomp.snark.I2PSnarkUtil
Look up a destination by name.
LOOKUP_HASH - Static variable in class net.i2p.data.i2cp.HostLookupMessage
LOOKUP_HASH.
LOOKUP_HOST - Static variable in class net.i2p.data.i2cp.HostLookupMessage
LOOKUP_HOST.
LOOKUP_WAIT - Static variable in class net.i2p.router.web.helpers.NetDbRenderer
Lookup wait.
lookupAll(String) - Method in class net.i2p.client.naming.NamingService
For NamingServices that support multiple Destinations for a single hostname, return all of them.
lookupAll(String, Properties, List<Properties>) - Method in class net.i2p.client.naming.NamingService
For NamingServices that support multiple Destinations and Properties for a single hostname, return all of them.
lookupAll(String, Properties, List<Properties>) - Method in class net.i2p.router.naming.BlockfileNamingService
Return all of the entries found in the first list found, or in the list specified in lookupOptions.
LookupBanHammer - Class in net.i2p.router.networkdb.kademlia
Tracks lookup frequency per (peer, tunnel) pair to provide DOS protection via temporary bans on excessive requesters.
LookupBanHammer() - Constructor for class net.i2p.router.networkdb.kademlia.LookupBanHammer
 
lookupBase32(String, int) - Method in class net.i2p.client.naming.NamingService
Lookup a Base 32 address.
lookupBase32Hash(I2PAppContext, String) - Static method in class net.i2p.client.naming.LookupDest
Look up a destination by Base32 hash.
lookupBase64(String) - Method in class net.i2p.client.naming.NamingService
If the hostname is a valid Base64 encoded destination, return the decoded Destination.
lookupBeforeDropping(Hash, RouterInfo) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Search for a newer router info, drop it from the db if the search fails, unless just started up or have bigger problems.
lookupBeforeDropping(Hash, RouterInfo) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Don't use directly - see F.N.D.F.
LookupCallback - Interface in net.i2p.client
Deferred callback for IPSession.lookupNonblocking()
lookupDest(Hash) - Method in interface net.i2p.client.I2PSession
Lookup a Destination by Hash.
lookupDest(Hash, long) - Method in interface net.i2p.client.I2PSession
Lookup a Destination by Hash.
lookupDest(String) - Method in interface net.i2p.client.I2PSession
Ask the router to lookup a Destination by host name.
lookupDest(String, long) - Method in interface net.i2p.client.I2PSession
Ask the router to lookup a Destination by host name.
lookupDest(Hash, long, LookupCallback) - Method in interface net.i2p.client.I2PSession
Lookup a Destination by hash.
lookupDest(String, long, LookupCallback) - Method in interface net.i2p.client.I2PSession
Lookup a Destination by hostname.
lookupDest(Hash) - Method in class net.i2p.client.impl.I2PSessionImpl
Blocking.
lookupDest(Hash, long) - Method in class net.i2p.client.impl.I2PSessionImpl
Blocking.
lookupDest(String) - Method in class net.i2p.client.impl.I2PSessionImpl
Ask the router to lookup a Destination by host name.
lookupDest(String, long) - Method in class net.i2p.client.impl.I2PSessionImpl
Ask the router to lookup a Destination by host name.
lookupDest(Hash, long, LookupCallback) - Method in class net.i2p.client.impl.I2PSessionImpl
Lookup a Destination by hostname.
lookupDest(String, long, LookupCallback) - Method in class net.i2p.client.impl.I2PSessionImpl
Lookup a Destination by hash.
lookupDest(Hash) - Method in class net.i2p.client.impl.SubSession
Blocking.
lookupDest(Hash, long) - Method in class net.i2p.client.impl.SubSession
Blocking.
lookupDest(String) - Method in class net.i2p.client.impl.SubSession
Ask the router to lookup a Destination by host name.
lookupDest(String, long) - Method in class net.i2p.client.impl.SubSession
Ask the router to lookup a Destination by host name.
LookupDest - Class in net.i2p.client.naming
Connect via I2CP and ask the router to look up the lease of a hash, convert it to a Destination and return it.
LookupDest(I2PAppContext) - Constructor for class net.i2p.client.naming.LookupDest
Create a new LookupDest instance.
lookupDest(String) - Method in interface net.i2p.sam.SAMMessageSess
Lookup a destination through the I2CP session.
lookupDest(String) - Method in class net.i2p.sam.SAMMessageSession
Lookup a destination through the I2CP session.
lookupDest(I2PSession, String) - Static method in class net.i2p.sam.SAMMessageSession
Lookup a destination through the I2CP session.
lookupDest(String) - Method in class net.i2p.sam.SAMStreamSession
Lookup a destination through the I2CP session.
lookupDest2(String, long) - Method in interface net.i2p.client.I2PSession
Ask the router to lookup a Destination by host name.
lookupDest2(String, long) - Method in class net.i2p.client.impl.I2PSessionImpl
Ask the router to lookup a Destination by host name.
lookupDestination(Hash, Job, long, Hash) - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
lookupDestination.
lookupDestination(Hash, Job, long, Hash) - Method in class net.i2p.router.NetworkDatabaseFacade
Lookup using the client's tunnels Succeeds even if LS validation fails due to unsupported sig type
lookupDestination(Hash, Job, long, Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Lookup using the client's tunnels Succeeds even if LS validation and store fails due to unsupported sig type, expired, etc.
lookupDestinationLocally(Hash) - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
lookupDestinationLocally.
lookupDestinationLocally(Hash) - Method in class net.i2p.router.NetworkDatabaseFacade
Lookup locally in netDB and in badDest cache Succeeds even if LS validation failed due to unsupported sig type
lookupDestinationLocally(Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Lookup locally in netDB and in badDest cache Succeeds even if LS validation fails due to unsupported sig type, expired, etc.
LookupDestJob - Class in net.i2p.router.client
Look up the lease of a hash, to convert it to a Destination for the client.
LookupDestJob(RouterContext, ClientConnectionRunner, Hash, Hash) - Constructor for class net.i2p.router.client.LookupDestJob
 
LookupDestJob(RouterContext, ClientConnectionRunner, long, long, SessionId, Hash, String, Hash) - Constructor for class net.i2p.router.client.LookupDestJob
One of h or name non-null.
lookupFailed(Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Increment in the negative lookup cache
lookupFailed(Hash) - Method in class net.i2p.router.networkdb.kademlia.NegativeLookupCache
Record a failed lookup for the given hash.
lookupFailed() - Method in class net.i2p.router.peermanager.DBHistory
Note that the peer failed to respond to the db lookup in any way
lookupHostname(I2PAppContext, String) - Static method in class net.i2p.client.naming.LookupDest
Any hostname, but this is for long-format b32
lookupLeaseSet(Hash, Job, Job, long) - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
lookupLeaseSet.
lookupLeaseSet(Hash, Job, Job, long, Hash) - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
 
lookupLeaseSet(Hash, Job, Job, long) - Method in class net.i2p.router.NetworkDatabaseFacade
Lookup a LeaseSet in the network database.
lookupLeaseSet(Hash, Job, Job, long, Hash) - Method in class net.i2p.router.NetworkDatabaseFacade
Lookup using the client's tunnels
lookupLeaseSet(Hash, Job, Job, long) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
lookupLeaseSet(Hash, Job, Job, long, Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Lookup using the client's tunnels Use lookupDestination() if you don't need the LS or don't need it validated.
lookupLeaseSetLocally(Hash) - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
 
lookupLeaseSetLocally(Hash) - Method in class net.i2p.router.NetworkDatabaseFacade
key).
lookupLeaseSetLocally(Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
lookupLeaseSetRemotely(Hash, Hash) - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
 
lookupLeaseSetRemotely(Hash, Job, Job, long, Hash) - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
 
lookupLeaseSetRemotely(Hash, Hash) - Method in class net.i2p.router.NetworkDatabaseFacade
Unconditionally lookup using the client's tunnels.
lookupLeaseSetRemotely(Hash, Job, Job, long, Hash) - Method in class net.i2p.router.NetworkDatabaseFacade
Unconditionally lookup using the client's tunnels.
lookupLeaseSetRemotely(Hash, Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Unconditionally lookup using the client's tunnels.
lookupLeaseSetRemotely(Hash, Job, Job, long, Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Unconditionally lookup using the client's tunnels.
lookupLocally(Hash) - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
 
lookupLocally(Hash) - Method in class net.i2p.router.NetworkDatabaseFacade
Lookup a database entry locally.
lookupLocally(Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
lookupLocallyWithoutValidation(Hash) - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
 
lookupLocallyWithoutValidation(Hash) - Method in class net.i2p.router.NetworkDatabaseFacade
Not for use without validation
lookupLocallyWithoutValidation(Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Not for use without validation
lookupReply(int, int, int, int) - Method in class net.i2p.router.peermanager.DBHistory
Receive a lookup reply from the peer, where they gave us the specified info
LookupResult - Interface in net.i2p.client
The return value of I2PSession.lookupDest2()
lookupRouterInfo(Hash, Job, Job, long) - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
lookupRouterInfo.
lookupRouterInfo(Hash, Job, Job, long) - Method in class net.i2p.router.NetworkDatabaseFacade
timeoutMs).
lookupRouterInfo(Hash, Job, Job, long) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
lookupRouterInfoLocally(Hash) - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
lookupRouterInfoLocally.
lookupRouterInfoLocally(Hash) - Method in class net.i2p.router.NetworkDatabaseFacade
key).
lookupRouterInfoLocally(Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
This will return immediately with the result or null.
lookupRouterInfoRemote(Hash, Job, Job, long) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Look up a RouterInfo by hash, performing a network search if not locally cached.
LookupService - Class in com.maxmind.geoip
Provides a lookup service for information based on an IP address.
LookupService(String) - Constructor for class com.maxmind.geoip.LookupService
Create a new lookup service using the specified database file.
LookupService(File) - Constructor for class com.maxmind.geoip.LookupService
Create a new lookup service using the specified database file.
LookupService(String, int) - Constructor for class com.maxmind.geoip.LookupService
Create a new lookup service using the specified database file.
LookupService(File, int) - Constructor for class com.maxmind.geoip.LookupService
Create a new lookup service using the specified database file.
lookupSuccessful() - Method in class net.i2p.router.peermanager.DBHistory
Note that the peer was not only able to respond to the lookup, but sent us the data we wanted!
LookupThrottler - Class in net.i2p.router.networkdb.kademlia
Provides denial-of-service protection for network database lookup operations.
LookupThrottler(FloodfillNetworkDatabaseFacade) - Constructor for class net.i2p.router.networkdb.kademlia.LookupThrottler
 
LookupThrottler(FloodfillNetworkDatabaseFacade, int, int, long) - Constructor for class net.i2p.router.networkdb.kademlia.LookupThrottler
 
loop(I2NPMessageHandler) - Method in class net.i2p.router.transport.udp.MessageReceiver
Main processing loop.
LOOPBACK_ADDRS_STRING - Static variable in class edu.internet2.ndt.NDTConstants
IPv4 loopback address string.
LOSS - Static variable in class edu.internet2.ndt.NDTConstants
Packet loss variable name as sent by the NDT server.
loss - Variable in class edu.internet2.ndt.Tcpbw100
Packet loss rate.
lostEntries(int, int) - Method in class net.metanotion.io.block.index.BSkipSpan
Attempt to recover from corrupt data in this span.
LOW_FFS - Static variable in class net.i2p.router.networkdb.kademlia.StartExplorersJob
Low floodfills threshold
LOW_THRESHOLD - Static variable in class net.i2p.router.crypto.TransientSessionKeyManager
Same as DEFAULT_RECHECK_INTERVAL.
LS_LOOKUP_WAIT - Static variable in class net.i2p.router.web.helpers.NetDbRenderer
 
LSLCORREL() - Constructor for class org.rrd4j.data.Variable.LSLCORREL
 
LSLINT() - Constructor for class org.rrd4j.data.Variable.LSLINT
 
LSLSLOPE() - Constructor for class org.rrd4j.data.Variable.LSLSLOPE
 

M

M_SEARCH - Static variable in class org.cybergarage.http.HTTP
M-SEARCH HTTP method (used by UPnP discovery)
MAC_LEN - Static variable in class net.i2p.router.transport.udp.SSU2Util
16 bytes, MAC tag length
MAC_SIZE - Static variable in class net.i2p.router.transport.ntcp.OutboundNTCP2State
MAC_SIZE.
MAC_SIZE - Static variable in class net.i2p.router.transport.udp.UDPPacket
Size of MAC (Message Authentication Code) in bytes.
madeReady(long) - Method in class net.i2p.router.JobImpl
For JobQueue only, not for external use
magfact - Variable in class org.rrd4j.graph.ImageParameters
Magnitude factor for unit scaling
MAGGOT - Static variable in class org.klomp.snark.MagnetURI
Maggot protocol prefix.
MAGIC - Static variable in class net.i2p.crypto.SU3File
MAGIC.
MAGIC - Static variable in class net.metanotion.io.block.index.BSkipSpan
Magic number for span pages ("Span")
MAGIC_CONT - Static variable in class net.metanotion.io.block.BlockFile
Magic number for continuation pages ("CONT")
MAGNET - Static variable in class org.klomp.snark.MagnetURI
BEP 9 magnet prefix.
MAGNET_FULL - Static variable in class org.klomp.snark.MagnetURI
Full magnet URI prefix with info hash parameter.
MAGNET_FULL_V2 - Static variable in class org.klomp.snark.MagnetURI
https://blog.libtorrent.org/2020/09/bittorrent-v2/ TODO, dup param parsing, as a dual v1/v2 link will contain two xt params
MagnetState - Class in org.klomp.snark
Simple state for the download of the metainfo, shared between Peer and ExtensionHandler.
MagnetState(byte[], MetaInfo) - Constructor for class org.klomp.snark.MagnetState
Creates a new MagnetState for the given info hash.
magnetState - Variable in class org.klomp.snark.Peer
shared across all peers on this torrent
MagnetURI - Class in org.klomp.snark
Magnet URI parser and handler for BitTorrent magnet links.
MagnetURI(I2PSnarkUtil, String) - Constructor for class org.klomp.snark.MagnetURI
 
Mail - Class in i2p.susi.webmail
Data structure representing a single email message for folder display and sorting.
Mail(String) - Constructor for class i2p.susi.webmail.Mail
 
MailCache - Class in i2p.susi.webmail
Caches email data for each folder with POP3 mailbox integration.
MailCache(I2PAppContext, POP3MailBox, String, String, int, String, String) - Constructor for class i2p.susi.webmail.MailCache
Does NOT load the mails in.
MailCache.FetchMode - Enum in i2p.susi.webmail
Enumeration of email fetching strategies.
MailPart - Class in i2p.susi.webmail
Represents a part of a multipart email message with headers and content.
MailPart(String, AtomicInteger, Buffer, InputStream, ReadCounter, String[]) - Constructor for class i2p.susi.webmail.MailPart
 
main(String[]) - Static method in class com.vuze.plugins.mlab.MLabRunner
Standalone test
main(String[]) - Static method in class edu.internet2.ndt.Tcpbw100
public static void main for invoking as an Application
main(String[]) - Static method in class freenet.support.CPUInformation.CPUID
main.
main(String[]) - Static method in class net.i2p.addressbook.AddressBookCommandLine
Main entry point for address book command line interface.
main(String[]) - Static method in class net.i2p.addressbook.Daemon
Load the settings, set the proxy, then enter into the main loop.
main(String[]) - Static method in class net.i2p.addressbook.HostChecker
Test method
main(String[]) - Static method in class net.i2p.addressbook.HostPing
Command line interface
main(String[]) - Static method in class net.i2p.addressbook.HostTxtParser
Usage: HostTxtParser [-q] validate example.i2p=b64dest[#!key1=val1#key2=val2]
main(String[]) - Static method in class net.i2p.apps.systray.UrlLauncher
Obsolete, now uses ClientApp interface
main(String[]) - Static method in class net.i2p.client.naming.LookupDest
Supports hostnames and extended b32.
main(String[]) - Static method in class net.i2p.CoreVersion
Entry point for CLI version display.
main(String[]) - Static method in class net.i2p.crypto.Blinding
Command-line tool for encoding/decoding b32 addresses.
main(String[]) - Static method in class net.i2p.crypto.CertUtil
For testing purposes.
main(String[]) - Static method in class net.i2p.crypto.CryptoCheck
main.
main(String[]) - Static method in class net.i2p.crypto.KeyGenerator
Usage: KeyGenerator [sigtype...]
main(String[]) - Static method in class net.i2p.crypto.KeyStoreUtil
Usage: KeyStoreUtil system (loads from system keystore) KeyStoreUtil foo.ks (loads from system keystore, and from foo.ks keystore if exists, else creates empty) KeyStoreUtil import file.ks file.key alias keypw (imports private key from file to keystore) KeyStoreUtil export file.ks alias keypw (exports private key from keystore) KeyStoreUtil keygen file.ks alias keypw (create keypair in keystore) KeyStoreUtil keygen2 file.ks alias keypw (create keypair using I2PProvider)
main(String[]) - Static method in class net.i2p.crypto.SelfSignedGenerator
Note: For CLI testing, use java -jar i2p.jar su3file keygen pubkey.crt keystore.ks commonName
main(String[]) - Static method in class net.i2p.crypto.SHA256Generator
main.
main(String[]) - Static method in class net.i2p.crypto.SU3File
Parses command line arguments when this class is used from the command line.
main(String[]) - Static method in class net.i2p.crypto.TrustedUpdate
Parses command line arguments when this class is used from the command line.
main(String[]) - Static method in class net.i2p.data.Base32
Run the Base32 command-line utility.
main(String[]) - Static method in class net.i2p.data.Base64
Command-line tool for encoding and decoding Base64.
main(String[]) - Static method in class net.i2p.data.PrivateKeyFile
Create a new PrivateKeyFile, or modify an existing one, with various types of Certificates.
main(String[]) - Static method in class net.i2p.data.router.RouterKeyGenerator
 
main(String[]) - Static method in class net.i2p.desktopgui.ExternalMain
Main entry point for the external desktop GUI application.
Main - Class in net.i2p.desktopgui
Main entry point for the I2P Desktop GUI application.
Main(RouterContext, ClientAppManager) - Constructor for class net.i2p.desktopgui.Main
 
Main() - Constructor for class net.i2p.desktopgui.Main
 
main(String[]) - Static method in class net.i2p.desktopgui.Main
Main entry point for the I2P Desktop GUI application.
main(String[]) - Static method in class net.i2p.i2ptunnel.I2PTunnel
Command-line entry point
main(String[]) - Static method in class net.i2p.i2ptunnel.TunnelControllerGroup
 
main(String[]) - Static method in class net.i2p.imagegen.RandomArt
main.
main(String[]) - Static method in class net.i2p.installer.Copy
 
main(String[]) - Static method in class net.i2p.installer.Delete
Delete files specified on the command line.
main(String[]) - Static method in class net.i2p.installer.Exec
Execute a shell command in the specified directory.
main(String[]) - Static method in class net.i2p.installer.FixWinPaths
Description.
Main - Class in net.i2p.installer
Main installer class.
Main() - Constructor for class net.i2p.installer.Main
 
main(String[]) - Static method in class net.i2p.installer.Main
 
main(String[]) - Static method in class net.i2p.jetty.JettyStart
For use in a plugin clients.config
main(String[]) - Static method in class net.i2p.router.crypto.FamilyKeyCrypto
CLI entry point for manual family key operations.
main(String[]) - Static method in class net.i2p.router.MultiRouter
method comment
main(String[]) - Static method in class net.i2p.router.naming.BlockfileNamingService
BlockfileNamingService [force] force = force writable
main(String[]) - Static method in class net.i2p.router.news.BlocklistEntries
BlocklistEntries [-p keystorepw] input.txt keystore.ks you@mail.i2p File format: One entry per line, # starts a comment, ! starts an unblock entry.
main(String[]) - Static method in class net.i2p.router.news.NewsCommandLine
Main entry point.
main(String[]) - Static method in class net.i2p.router.news.NewsXMLParser
Command-line entry point for testing
main(String[]) - Static method in class net.i2p.router.peermanager.ProfileOrganizer
main.
main(String[]) - Static method in class net.i2p.router.Router
Usage: Router [rebuild] No other options allowed, for now Instantiates Router(), and either installs updates and exits, or calls runRouter().
main(String[]) - Static method in class net.i2p.router.RouterCommandLine
main.
main(String[]) - Static method in class net.i2p.router.RouterLaunch
Usage: RouterLaunch [rebuild] No other options allowed, for now
main(String[]) - Static method in class net.i2p.router.RouterVersion
main.
main(String[]) - Static method in class net.i2p.router.tasks.CryptoChecker
Main method for standalone crypto checking.
main(String[]) - Static method in class net.i2p.router.time.NtpClient
Main entry point for the NtpClient program.
main(String[]) - Static method in class net.i2p.router.transport.GeoIPv6
Merge and compress CSV files to I2P compressed format GeoIPv6 infile1.csv[.gz] [infile2.csv[.gz]...] outfile.dat.gz Used to create the file for distribution, do not comment out
main(String[]) - Static method in class net.i2p.router.transport.udp.MTU
CLI test
main(String[]) - Static method in class net.i2p.router.transport.UPnP
Dumps out device info in semi-HTML format
main(String[]) - Static method in class net.i2p.router.update.NewsHandler
CLI fetch
main(String[]) - Static method in class net.i2p.router.web.RouterConsoleRunner
main.
main(String[]) - Static method in class net.i2p.sam.client.SAMStreamSend
main.
main(String[]) - Static method in class net.i2p.sam.client.SAMStreamSink
main.
main(String[]) - Static method in class net.i2p.sam.SAMBridge
Usage:
main(String[]) - Static method in class net.i2p.servlet.util.JspC
 
main(String[]) - Static method in class net.i2p.time.BuildTime
Run the BuildTime command-line utility.
main(String[]) - Static method in class net.i2p.util.Addresses
Print out the local addresses
main(String[]) - Static method in class net.i2p.util.CommandLine
Entry point for command line utilities.
main(String[]) - Static method in class net.i2p.util.ConvertToHash
 
main(String[]) - Static method in class net.i2p.util.DNSOverHTTPS
Main entry point for command line usage.
main(String[]) - Static method in class net.i2p.util.EepGet
Command-line entry point for EepGet.
main(String[]) - Static method in class net.i2p.util.EepHead
CLI entry point: fetch and display HTTP response headers for a URL.
main(String[]) - Static method in class net.i2p.util.EepPost
EepPost [-p 127.0.0.1:4444] [-n #retries] url
main(String[]) - Static method in class net.i2p.util.FileUtil
Usage: FileUtil (delete path | copy source dest | rename from to | unzip path.zip)
main(String[]) - Static method in class net.i2p.util.PartialEepGet
Entry point for command-line usage.
main(String[]) - Static method in class net.i2p.util.RFC822Date
main.
main(String[]) - Static method in class net.i2p.util.ShellCommand
Just does exec, this is NOT a test of ShellCommand.
main(String[]) - Static method in class net.i2p.util.SystemVersion
 
main(String[]) - Static method in class net.i2p.util.TranslateReader
Do not comment out, used to extract tags as a part of the build process.
main(String[]) - Static method in class net.metanotion.io.block.BlockFile
Run an integrity check on the blockfile and all the skiplists in it.
main(String[]) - Static method in class org.klomp.snark.bencode.BDecoder
Prints out the decoded data from a torrent file.
main(String[]) - Static method in class org.klomp.snark.MetaInfo
Command-line utility to inspect and optionally modify torrent file metadata.
main(String[]) - Static method in class org.klomp.snark.Mp3Test
Main entry point for the MP3 metadata test utility.
main(String[]) - Static method in class org.klomp.snark.SnarkCommandLine
 
main(String[]) - Static method in class org.klomp.snark.standalone.RunStandalone
Entry point for standalone I2PSnark.
main(String[]) - Static method in class org.klomp.snark.StaticSnark
 
main(String[]) - Static method in class org.klomp.snark.Storage
Create a metainfo.
main(String[]) - Static method in class org.rrd4j.core.timespec.Epoch
Main method which runs this utility.
MAIN_DBID - Static variable in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseSegmentor
MAIN_DBID.
mainNetDB() - Method in class net.i2p.router.dummy.DummyNetworkDatabaseSegmentor
 
mainNetDB() - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseSegmentor
get the main netDb, which is the one we will use if we are a floodfill
mainNetDB() - Method in class net.i2p.router.networkdb.kademlia.SegmentedNetworkDatabaseFacade
Get the main netDb, the one which is used if we're a floodfill
mainSupport(String[]) - Static method in class edu.internet2.ndt.Tcpbw100
bigly
MAJOR - Static variable in class org.cybergarage.upnp.Service
XML element name for major version.
MAJOR_ELEMENT - Static variable in interface org.cybergarage.upnp.RootDescription
MAJOR_ELEMENT.
MAJOR_VALUE - Static variable in class org.cybergarage.upnp.Service
Default major version value.
majorUnit - Variable in class org.rrd4j.graph.TimeAxisSetting
 
majorUnitCount - Variable in class org.rrd4j.graph.TimeAxisSetting
 
make(I2PAppContext, I2PSession, byte[], Hash) - Static method in class net.i2p.client.datagram.Datagram2
Make a repliable I2P datagram2 containing the specified payload.
make(I2PAppContext, I2PSession, byte[], Hash, Properties) - Static method in class net.i2p.client.datagram.Datagram2
Make a repliable I2P datagram2 containing the specified payload.
make(I2PAppContext, I2PSession, byte[]) - Static method in class net.i2p.client.datagram.Datagram3
Make a repliable I2P datagram3 containing the specified payload.
make(I2PAppContext, I2PSession, byte[], Properties) - Static method in class net.i2p.client.datagram.Datagram3
Make a repliable I2P datagram3 containing the specified payload.
makeI2PDatagram(byte[]) - Method in class net.i2p.client.datagram.I2PDatagramMaker
Make a repliable I2P datagram containing the specified payload.
makeImage(OutputStream) - Method in class org.rrd4j.graph.BufferedImageWorker
Creates and writes the image to the specified output stream.
makeImage(Path) - Method in class org.rrd4j.graph.ImageWorker
Write the image to the given path.
makeImage(OutputStream) - Method in class org.rrd4j.graph.ImageWorker
Write the image to the given output stream.
makeImage(OutputStream) - Method in class org.rrd4j.graph.SVGImageWorker
Make image
makeIndex(String, Serializer<K>, Serializer<V>) - Method in class net.metanotion.io.block.BlockFile
Create and open a new skiplist if it does not exist.
makeKey(byte[]) - Static method in class net.i2p.crypto.CryptixRijndael_Algorithm
Convenience method to expand a user-supplied key material into a session key, assuming Rijndael's default block size (128-bit).
makeKey(byte[], int) - Static method in class net.i2p.crypto.CryptixRijndael_Algorithm
Expand a user-supplied key material into a session key.
makeKey(byte[], int, CryptixAESKeyCache.KeyCacheEntry) - Static method in class net.i2p.crypto.CryptixRijndael_Algorithm
Expand a user-supplied key material into a session key.
maker - Variable in class net.i2p.i2ptunnel.udp.I2PSink
 
maker - Variable in class net.i2p.i2ptunnel.udp.I2PSinkAnywhere
 
makeTypeInfoBits(ErrorCorrectionLevel, int, BitArray) - Static method in class com.google.zxing.qrcode.encoder.MatrixUtil
Make type information bit vector
makeVersionInfoBits(Version, BitArray) - Static method in class com.google.zxing.qrcode.encoder.MatrixUtil
Make version information bit vector
MAN - Static variable in class org.cybergarage.http.HTTP
MAN (Mandatory Extension) header for UPnP discovery
MAN - Class in org.cybergarage.upnp.device
Utility class for SSDP MAN (Method Application Namespace) header values.
MAN() - Constructor for class org.cybergarage.upnp.device.MAN
 
manageConnection(Socket) - Method in class net.i2p.i2ptunnel.I2PTunnelClientBase
Manage the connection just opened on the specified socket
mapFont(String) - Method in interface org.jfree.svg.FontMapper
Maps the specified font family name to an alternative, or else returns the same family name.
mapFont(String) - Method in class org.jfree.svg.StandardFontMapper
Maps the specified font family name to an alternative, or else returns the same family name.
Mapper - Class in org.rrd4j.graph
Maps data coordinates to pixel coordinates for RRD graph rendering.
Mapper(RrdGraphDef, ImageParameters) - Constructor for class org.rrd4j.graph.Mapper
Creates a new mapper for the specified graph definition and image parameters.
mapper - Variable in class org.rrd4j.graph.RrdGraphGenerator
 
MAR - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "mar", "march" - third month
mark() - Method in class net.i2p.client.streaming.impl.Connection.AckDupEvent
Call before each forceReschedule() to record the creation time.
mark(int) - Method in class net.i2p.util.TranslateReader
 
markEnqueued() - Method in class net.i2p.client.streaming.impl.PacketLocal
 
marker - Variable in class org.rrd4j.graph.CommentText
End-of-text alignment marker
marker - Variable in enum org.rrd4j.graph.Markers
The marker string value
Markers - Enum in org.rrd4j.graph
Enumeration of text alignment and formatting markers used in RRD graph legends.
markForDeletion - Variable in class i2p.susi.webmail.Mail
Whether this message is flagged for deletion
markHostCheckerLeaseSet(Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Mark a destination hash as being looked up on behalf of HostChecker.
MarkLiveliness - Class in net.i2p.router.tasks
Router instance liveliness marker for multi-instance detection.
MarkLiveliness(Router, File, long) - Constructor for class net.i2p.router.tasks.MarkLiveliness
Create a new liveliness marker.
markQueried(Hash) - Static method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Mark a floodfill peer as recently queried.
markReachable(Hash, boolean) - Method in class net.i2p.router.transport.TransportImpl
called when we establish a peer connection (outbound or inbound)
markSupported() - Method in class net.i2p.util.TranslateReader
 
markType(int) - Method in class net.i2p.router.transport.udp.UDPPacket
Mark type.
markUnreachable(Hash) - Method in class net.i2p.router.transport.TransportImpl
called when we can't reach a peer
mask - Variable in enum net.i2p.router.peermanager.ProfileOrganizer.Slice
Selection mask
MASK_EXTENDED - Static variable in class net.i2p.router.tunnel.FragmentHandler
are there follow up headers? UNIMPLEMENTED
MASK_FRAGMENTED - Static variable in class net.i2p.router.tunnel.FragmentHandler
is this the first of a fragmented message?
MASK_IS_SUBSEQUENT - Static variable in class net.i2p.router.tunnel.FragmentHandler
is this a follw up byte?
MASK_TYPE - Static variable in class net.i2p.router.tunnel.FragmentHandler
how should this be delivered.
MaskedIPSet - Class in net.i2p.router.util
IP address masking utility for router family and network detection.
MaskedIPSet() - Constructor for class net.i2p.router.util.MaskedIPSet
Default constructor
MaskedIPSet(int) - Constructor for class net.i2p.router.util.MaskedIPSet
 
MaskedIPSet(RouterContext, Hash, int) - Constructor for class net.i2p.router.util.MaskedIPSet
The Set of IPs for this peer, with a given mask.
MaskedIPSet(RouterContext, RouterInfo, int) - Constructor for class net.i2p.router.util.MaskedIPSet
The Set of IPs for this peer, with a given mask.
MaskedIPSet(RouterContext, Hash, RouterInfo, int) - Constructor for class net.i2p.router.util.MaskedIPSet
The Set of IPs for this peer, with a given mask.
MaskUtil - Class in com.google.zxing.qrcode.encoder
Utility class for QR code mask operations.
MasterSession - Class in net.i2p.sam
A session that does nothing, but implements interfaces for raw, datagram, and streaming for convenience.
MasterSession(String, SAMv3DatagramServer, SAMv3Handler, Properties) - Constructor for class net.i2p.sam.MasterSession
Build a Session according to information registered with the given nickname.
matchCN(String, String, PublicSuffixMatcher) - Static method in class net.i2p.apache.http.conn.ssl.DefaultHostnameVerifier
Match the common name against the hostname.
matchDNSName(String, List<String>, PublicSuffixMatcher) - Static method in class net.i2p.apache.http.conn.ssl.DefaultHostnameVerifier
Match the DNS name against subject alternative names.
matchDomainRoot(String, String) - Static method in class net.i2p.apache.http.conn.ssl.DefaultHostnameVerifier
Match the host against a domain root.
matches(String) - Method in class net.i2p.apache.http.conn.util.PublicSuffixMatcher
matches.
matches(Log) - Method in class net.i2p.util.LogLimit
matches.
matchIdentity(String, String, PublicSuffixMatcher) - Static method in class net.i2p.apache.http.conn.ssl.DefaultHostnameVerifier
Match the host against the identity with public suffix matching.
matchIdentity(String, String) - Static method in class net.i2p.apache.http.conn.ssl.DefaultHostnameVerifier
Match the host against the identity.
matchIdentityStrict(String, String, PublicSuffixMatcher) - Static method in class net.i2p.apache.http.conn.ssl.DefaultHostnameVerifier
Strictly match the host against the identity with public suffix matching.
matchIdentityStrict(String, String) - Static method in class net.i2p.apache.http.conn.ssl.DefaultHostnameVerifier
Strictly match the host against the identity.
matchingType - Variable in class org.minidns.record.TLSA
matchingType.
matchingTypeByte - Variable in class org.minidns.record.TLSA
How the certificate association is presented.
matchIPAddress(String, List<String>) - Static method in class net.i2p.apache.http.conn.ssl.DefaultHostnameVerifier
Match the IP address against subject alternative names.
matchIPv6Address(String, List<String>) - Static method in class net.i2p.apache.http.conn.ssl.DefaultHostnameVerifier
Match the IPv6 address against subject alternative names.
MatrixToImageConfig - Class in com.google.zxing.client.j2se
Encapsulates custom configuration used in methods of MatrixToImageWriter.
MatrixToImageConfig() - Constructor for class com.google.zxing.client.j2se.MatrixToImageConfig
Creates a default config with on color MatrixToImageConfig.BLACK and off color MatrixToImageConfig.WHITE, generating normal black-on-white barcodes.
MatrixToImageConfig(int, int) - Constructor for class com.google.zxing.client.j2se.MatrixToImageConfig
Creates a config with the given colors.
MatrixToImageWriter - Class in com.google.zxing.client.j2se
Writes a BitMatrix to BufferedImage, file or stream.
MatrixUtil - Class in com.google.zxing.qrcode.encoder
Utility class for QR code matrix operations.
MAX - Static variable in class net.i2p.router.sybil.Analysis
Maximum entries to process
max - Variable in class net.i2p.router.Tuner.ParamSnapshot
Maximum.
max(K) - Method in class net.i2p.util.ObjectCounter
Set a high value
max(double, double) - Static method in class org.rrd4j.core.Util
Returns the greater of two double values, but treats NaN as the smallest possible value.
max(double[]) - Static method in class org.rrd4j.core.Util
Finds max value for an array of doubles (NaNs are ignored).
MAX() - Constructor for class org.rrd4j.data.Variable.MAX
 
MAX_AGE - Static variable in class org.cybergarage.http.HTTP
Cache-Control max-age directive name
MAX_CAPACITY - Static variable in class net.i2p.util.ArraySet
The maximum capacity for this set
MAX_CLOSEST - Static variable in class net.i2p.router.networkdb.kademlia.ExploreJob
Maximum number of closest peers to exclude in queries.
MAX_CLOSEST - Static variable in class net.i2p.router.networkdb.kademlia.SearchJob
Only send the 10 closest "don't tell me about" refs
MAX_COMPRESSION - Static variable in class net.i2p.data.DataHelper
Appx.
MAX_CONNECTIONS - Static variable in class org.klomp.snark.I2PSnarkUtil
 
MAX_CONSECUTIVE_TEST_FAILURES - Static variable in class net.i2p.router.tunnel.TunnelCreatorConfig
MAX_CONSECUTIVE_TEST_FAILURES.
MAX_DEFRAGMENT_TIME - Static variable in class net.i2p.router.tunnel.FragmentHandler
don't wait more than this long to completely receive a fragmented message
MAX_DELAY - Static variable in class net.i2p.router.transport.udp.OutboundEstablishState
Max delay including backoff (15 seconds)
MAX_DELAY_REQUEST - Static variable in class net.i2p.client.streaming.impl.Packet
MAX_DELAY_REQUEST.
MAX_DISPLAYED_FILENAME_LENGTH - Static variable in class org.klomp.snark.web.I2PSnarkServlet
M a x d i s p l a y e d f i l e n a m e l e n g t h
MAX_DNSNAME_LENGTH_IN_OCTETS - Static variable in class org.minidns.dnsname.DnsName
MAX_DOUBLE - Static variable in class org.rrd4j.core.Util
Constant MAX_DOUBLE=Double.MAX_VALUE
MAX_ENTRIES - Static variable in class net.i2p.router.news.BlocklistEntries
Maximum number of entries allowed in a blocklist.
MAX_EXPLORE_QUEUE - Static variable in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Maximum number of peers to place in the queue to explore
MAX_FAILS - Static variable in class net.i2p.router.networkdb.kademlia.NegativeLookupCache
maximum number of failures before caching
MAX_FRAGMENTS - Static variable in class net.i2p.router.transport.udp.InboundMessageState
Maximum number of fragments per message.
MAX_FUTURE - Static variable in class net.i2p.router.news.BlocklistEntries
Maximum future timestamp allowed for blocklist validation (2 days).
MAX_HISTORY - Static variable in class net.i2p.router.Tuner
Max history samples for sparklines (30 samples @ 30s = 15min)
MAX_IB_ESTABLISH_TIME - Static variable in class net.i2p.router.transport.udp.EstablishmentManager
Kill any inbound that takes more than this.
MAX_ID_VALUE - Static variable in interface net.i2p.data.i2np.I2NPMessage
4 bytes unsigned
MAX_ID_VALUE - Static variable in class net.i2p.data.TunnelId
Maximum tunnel ID value (2^32 - 1).
MAX_INACTIVE - Static variable in class org.klomp.snark.PeerCoordinator
Inactivity timeout before disconnecting idle peers.
MAX_INBOUND_SESSION_TAGS - Static variable in class net.i2p.router.crypto.TransientSessionKeyManager
a few MB? how about 24 MB! This is the max size of _inboundTagSets.
MAX_INTRODUCERS - Static variable in class net.i2p.router.transport.udp.UDPAddress
Maximum number of introducers per address.
MAX_IPV6_MTU - Static variable in class net.i2p.router.transport.udp.PeerState
the maximum IPv6 MTU
MAX_LABEL_LENGTH_IN_OCTETS - Static variable in class org.minidns.dnslabel.DnsLabel
The maximum length of a DNS label in octets.
MAX_LABELS - Static variable in class org.minidns.dnsname.DnsName
MAX_LABELS.
MAX_LEASES - Static variable in class net.i2p.data.LeaseSet
Unlimited before 0.6.3; 6 as of 0.6.3; Increased in version 0.9.
MAX_LENGTH - Static variable in class net.i2p.data.i2cp.I2CPMessageHandler
This is huge.
MAX_LIVE_OFFSET - Static variable in class net.i2p.util.Clock
after we've started up and shifted the clock, don't allow shifts of more than 10 minutes
MAX_LONG - Static variable in class org.rrd4j.core.Util
Constant MAX_LONG=Long.MAX_VALUE
MAX_MSG_SIZE - Static variable in class net.i2p.router.transport.udp.OutboundMessageState
MAX_MSG_SIZE.
MAX_MTU - Static variable in class net.i2p.router.transport.udp.PeerState
Max of IPv4 and IPv6 max MTUs
MAX_MTU - Static variable in class net.i2p.router.transport.udp.PeerState2
MAX_MTU.
MAX_NAME_LEN - Static variable in class org.klomp.snark.comments.Comment
Maximum length of a commenter name
MAX_NS_AGE - Static variable in class net.i2p.router.crypto.ratchet.ECIESAEADEngine
M a x n s a g e
MAX_OB_ESTABLISH_TIME - Static variable in class net.i2p.router.transport.udp.EstablishmentManager
Kill any outbound that takes more than this.
MAX_OFFSET - Static variable in class net.i2p.util.Clock
if the clock is skewed by 3+ days, forget it
MAX_OUTBOUND - Static variable in class net.i2p.router.transport.udp.IntroductionManager
This is enforced in EstablishmentManager
MAX_OUTBOUND_BANDWIDTH - Static variable in class net.i2p.router.transport.FIFOBandwidthRefiller
Max for reasonable Bloom filter false positive rate.
MAX_PACKET_LEN - Static variable in class com.southernstorm.noise.protocol.Noise
Maximum length for Noise packets.
MAX_PACKET_SIZE - Static variable in class net.i2p.i2ptunnel.I2PTunnelRunner
Max bytes streamed in a packet - smaller ones might be filled up to this size.
MAX_PACKET_SIZE - Static variable in class net.i2p.router.transport.udp.UDPPacket
Maximum SSU packet size in bytes.
MAX_PAYLOAD_SIZE - Static variable in class net.i2p.client.streaming.impl.Packet
MAX_PAYLOAD_SIZE.
MAX_PAYLOAD_TYPE - Static variable in class net.i2p.router.transport.udp.UDPPacket
Largest payload type value.
MAX_PIECE_SIZE - Static variable in class org.klomp.snark.Storage
Maximum permitted piece size.
MAX_PIECES - Static variable in class org.klomp.snark.Storage
The maximum number of pieces allowed in a single torrent.
MAX_PIPELINE - Static variable in class org.klomp.snark.PeerState
Maximum request pipeline depth for outbound requests.
MAX_RECORD_COUNT - Static variable in class net.i2p.data.i2np.TunnelBuildMessageBase
MAX_RECORD_COUNT.
MAX_RI_AGE_BEFORE_REFRESH_MS - Static variable in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Max age (ms) for a RouterInfo stored in our NetDB before we consider refreshing it.
MAX_RI_SIZE - Static variable in class net.i2p.router.transport.ntcp.EstablishBase
MAX_RI_SIZE.
MAX_ROWS - Static variable in class net.i2p.router.web.GraphListener
 
MAX_SEED_INACTIVE - Static variable in class org.klomp.snark.PeerCoordinator
Inactivity timeout before disconnecting idle seeds.
MAX_SIZE - Static variable in interface net.i2p.data.i2np.I2NPMessage
Nominal limit, actual max is much less.
MAX_SIZE - Static variable in class net.i2p.i2ptunnel.udp.UDPSource
Maximum UDP packet size.
MAX_SIZE - Static variable in class net.metanotion.util.skiplist.SkipLevels
Maximum number of levels in a skip list
MAX_SIZE - Static variable in class net.metanotion.util.skiplist.SkipSpan
Maximum number of entries in a span (limited by BlockFile.spanSize)
MAX_SIZE - Static variable in class org.klomp.snark.comments.CommentSet
Maximum number of comments allowed
MAX_SKEW - Static variable in class net.i2p.router.transport.ntcp.OutboundNTCP2State
in SECONDS
MAX_SSU_IPV4_MTU - Static variable in class net.i2p.router.transport.udp.PeerState2
MAX_SSU_IPV4_MTU.
MAX_SSU_IPV6_MTU - Static variable in class net.i2p.router.transport.udp.PeerState2
MAX_SSU_IPV6_MTU.
MAX_STREAM_ID - Static variable in class net.i2p.client.streaming.impl.Packet
MAX_STREAM_ID.
MAX_SUB_SIZE - Static variable in class net.i2p.addressbook.AddressBook
Maximum permitted size of a hosts subscription file - 5MB or around 8000 hosts
MAX_SUPPORTED_VERSION - Static variable in interface org.rrd4j.core.jrrd.Constants
Constant MAX_SUPPORTED_VERSION=3
MAX_TAG_VALUE - Static variable in class net.i2p.router.transport.udp.EstablishmentManager
the relay tag is a 4-byte field in the protocol
MAX_TAGS_RECEIVED - Static variable in class net.i2p.router.crypto.ElGamalAESEngine
enforced since release 0.6
MAX_TO_FLOOD - Static variable in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
This is the flood redundancy.
MAX_TO_FOLLOW - Static variable in class net.i2p.router.networkdb.kademlia.SingleLookupJob
I2NP spec allows 255, max actually sent (in ../HDLMJ) is 3, so just to prevent trouble, we don't want to queue 255 jobs at once
MAX_TOTAL_SIZE - Static variable in class org.klomp.snark.Storage
Maximum total torrent size (MAX_PIECE_SIZE * MAX_PIECES).
MAX_TOTAL_UPLOADERS - Static variable in class org.klomp.snark.Snark
M a x t o t a l u p l o a d e r s
MAX_UNCOMPRESSED - Static variable in class net.i2p.data.DataHelper
Maximum uncompressed size.
MAX_UNCOMPRESSED_SIZE - Static variable in class net.i2p.data.router.RouterInfo
All legit RIs are currently under 2KB.
MAX_UNTESTED_EXTENSIONS - Static variable in class net.i2p.router.tunnel.pool.ExpireJob
Maximum number of times an UNTESTED tunnel's expiry can be extended to give tests time to complete.
MAX_UPLOADERS - Static variable in class org.klomp.snark.PeerCoordinator
M a x u p l o a d e r s
MAX_VOLLEYS - Static variable in class net.i2p.router.transport.udp.OutboundMessageFragments
Maximum number of times to send a packet before failing it.
MAX_WINDOW_SIZE_DEFAULT - Static variable in class net.i2p.client.streaming.impl.Connection
MAX_WINDOW_SIZE_DEFAULT
MAX_X - Static variable in class net.i2p.router.web.GraphConstants
Maximum graph width
MAX_Y - Static variable in class net.i2p.router.web.GraphConstants
Maximum graph height
MAXICODE_FIELD_64 - Static variable in class com.google.zxing.common.reedsolomon.GenericGF
Alias for AZTEC_DATA_6.
maxLevels() - Method in class net.metanotion.io.block.index.BSkipList
Calculate the maximum number of levels for this skiplist.
maxLevels() - Method in class net.metanotion.util.skiplist.SkipList
 
maxPendingTime - Variable in class net.i2p.router.JobStats.RecentStats
Maximum pending time
maxQueuedTests - Static variable in class net.i2p.router.tunnel.pool.TestJob
Maximum number of TestJob instances that should be queued before deferring new ones.
MAXRTT - Static variable in class edu.internet2.ndt.NDTConstants
Maximum RTT variable name as sent by the NDT server.
MAXRWINRCVD - Static variable in class edu.internet2.ndt.NDTConstants
Maximum receive window size variable name as sent by the NDT server.
maxTime - Variable in class net.i2p.router.JobStats.RecentStats
Maximum time of all runs
maxval - Variable in class org.rrd4j.graph.ImageParameters
Minimum and maximum values for y-axis range
maxValue - Variable in class org.rrd4j.graph.RrdGraphDef
Upper limit for the graph's y-axis.
MAY - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "may" - fifth month
MAYBE_SUCCESS - Static variable in class org.freenetproject.ForwardPortStatus
The port forward may have succeeded.
maybeEmbedVersionInfo(Version, ByteMatrix) - Static method in class com.google.zxing.qrcode.encoder.MatrixUtil
Embed version info if version >= 7
mayDisconnect(Hash) - Method in class net.i2p.router.CommSystemFacade
Tell the comm system that we may disconnect from this peer.
mayDisconnect(Hash) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Tell the comm system that we may disconnect from this peer.
mayDisconnect(Hash) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
Tell the transport that we may disconnect from this peer.
mayDisconnect(Hash) - Method in interface net.i2p.router.transport.Transport
Suggest that transport may disconnect from specified peer.
mayDisconnect(Hash) - Method in class net.i2p.router.transport.TransportImpl
Tell the transport that we may disconnect from this peer.
mayDisconnect(Hash) - Method in class net.i2p.router.transport.TransportManager
Tell the transports that we may disconnect from this peer.
mayDisconnect(Hash) - Method in class net.i2p.router.transport.udp.UDPTransport
Tell the transport that we may disconnect from this peer.
md5Hex(String, String, String) - Static method in class net.i2p.util.PasswordManager
Straight MD5, no salt Will return the MD5 sum of "user:subrealm:pw", compatible with Jetty and RFC 2617.
md5Hex(String) - Static method in class net.i2p.util.PasswordManager
Straight MD5, no salt Will return the MD5 sum of the data, compatible with Jetty and RFC 2617.
md5Sum(byte[]) - Static method in class net.i2p.util.PasswordManager
Standard MD5 checksum
MEDIUM_COMPRESSION - Static variable in class net.i2p.data.DataHelper
New default as of 0.9.47
MeetOrSlice - Enum in org.jfree.svg
An enumeration of the values for the meetOrSlice attribute.
member(byte[]) - Method in class org.xlattice.crypto.filters.BloomSHA1
Is a key in the filter.
member(byte[], int, int) - Method in class org.xlattice.crypto.filters.BloomSHA1
Is a key in the filter.
Memoable - Interface in org.bouncycastle.util
Interface for Memoable objects.
MemoryBuffer - Class in i2p.susi.util
Buffer implementation backed by a byte array.
MemoryBuffer() - Constructor for class i2p.susi.util.MemoryBuffer
Create a MemoryBuffer with default initial capacity.
MemoryBuffer(int) - Constructor for class i2p.susi.util.MemoryBuffer
Create a MemoryBuffer with specified initial capacity.
merge(AddressBook, boolean, Log) - Method in class net.i2p.addressbook.AddressBook
Merge this AddressBook with AddressBook other, writing messages about new addresses or conflicts to log.
merge(CommSystemFacade.Status, CommSystemFacade.Status) - Static method in enum net.i2p.router.CommSystemFacade.Status
Merge the new status with the old status, producing the best combined estimate.
merge(NTCP2Options) - Method in class net.i2p.router.transport.ntcp.NTCP2Options
Merge our options with the peer's options.
Message - Class in edu.internet2.ndt
Class to define Message.
Message() - Constructor for class edu.internet2.ndt.Message
Creates a new Message with default type and body.
message - Variable in class i2p.susi.webmail.MailPart
message.
Message(String, boolean) - Constructor for class net.i2p.router.web.FormHandler.Message
Message.
MESSAGE - Static variable in class net.i2p.util.LogManager
MESSAGE.
message - Variable in class net.i2p.util.UIMessages.Message
the message text
message(String) - Static method in class org.cybergarage.util.Debug
Logs a debug message.
message(String, String) - Static method in class org.cybergarage.util.Debug
Logs two debug messages.
Message - Class in org.klomp.snark
Represents a BitTorrent protocol message for peer communication.
Message(byte) - Constructor for class org.klomp.snark.Message
For types KEEP_ALIVE, CHOKE, UNCHOKE, INTERESTED, UNINTERESTED, HAVE_ALL, HAVE_NONE
Message(byte, int) - Constructor for class org.klomp.snark.Message
For types HAVE, PORT, SUGGEST, ALLOWED_FAST
Message(byte, int, int, int) - Constructor for class org.klomp.snark.Message
For types REQUEST, REJECT, CANCEL
Message(byte[]) - Constructor for class org.klomp.snark.Message
For type BITFIELD
Message(int, byte[]) - Constructor for class org.klomp.snark.Message
For type EXTENSION
Message(int, int, int, DataLoader) - Constructor for class org.klomp.snark.Message
For type PIECE with deferred data
MESSAGE_TYPE - Static variable in class net.i2p.data.i2cp.BandwidthLimitsMessage
Message type identifier for bandwidth limit messages
MESSAGE_TYPE - Static variable in class net.i2p.data.i2cp.BlindingInfoMessage
The message type
MESSAGE_TYPE - Static variable in class net.i2p.data.i2cp.CreateLeaseSet2Message
NOTE: Preliminary format was type 40 in 0.9.38.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2cp.CreateLeaseSetMessage
MESSAGE_TYPE.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2cp.CreateSessionMessage
MESSAGE_TYPE.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2cp.DestLookupMessage
MESSAGE_TYPE.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2cp.DestReplyMessage
MESSAGE_TYPE.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2cp.DestroySessionMessage
MESSAGE_TYPE.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2cp.DisconnectMessage
MESSAGE_TYPE.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2cp.GetBandwidthLimitsMessage
MESSAGE_TYPE.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2cp.GetDateMessage
MESSAGE_TYPE.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2cp.HostLookupMessage
MESSAGE_TYPE.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2cp.HostReplyMessage
MESSAGE_TYPE.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2cp.MessagePayloadMessage
MESSAGE_TYPE.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2cp.MessageStatusMessage
MESSAGE_TYPE.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2cp.ReceiveMessageBeginMessage
MESSAGE_TYPE.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2cp.ReceiveMessageEndMessage
Message type.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2cp.ReconfigureSessionMessage
MESSAGE_TYPE.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2cp.ReportAbuseMessage
MESSAGE_TYPE.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2cp.RequestLeaseSetMessage
MESSAGE_TYPE.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2cp.RequestVariableLeaseSetMessage
MESSAGE_TYPE.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2cp.SendMessageExpiresMessage
MESSAGE_TYPE.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2cp.SendMessageMessage
MESSAGE_TYPE.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2cp.SessionStatusMessage
MESSAGE_TYPE.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2cp.SetDateMessage
MESSAGE_TYPE.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2np.DatabaseLookupMessage
MESSAGE_TYPE.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2np.DatabaseSearchReplyMessage
MESSAGE_TYPE.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2np.DatabaseStoreMessage
MESSAGE_TYPE.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2np.DataMessage
The message type identifier.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2np.DeliveryStatusMessage
MESSAGE_TYPE.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2np.GarlicMessage
MESSAGE_TYPE.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2np.OutboundTunnelBuildReplyMessage
MESSAGE_TYPE.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2np.ShortTunnelBuildMessage
MESSAGE_TYPE.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2np.ShortTunnelBuildReplyMessage
Impossible value, more than 1 byte
MESSAGE_TYPE - Static variable in class net.i2p.data.i2np.TunnelBuildMessage
MESSAGE_TYPE.
MESSAGE_TYPE - Static variable in class net.i2p.data.i2np.TunnelBuildReplyMessage
default constructor
MESSAGE_TYPE - Static variable in class net.i2p.data.i2np.TunnelDataMessage
Message type ID for this I2NP message
MESSAGE_TYPE - Static variable in class net.i2p.data.i2np.TunnelGatewayMessage
Message type ID for this I2NP message
MESSAGE_TYPE - Static variable in class net.i2p.data.i2np.VariableTunnelBuildMessage
Message type ID for this I2NP message
MESSAGE_TYPE - Static variable in class net.i2p.data.i2np.VariableTunnelBuildReplyMessage
Message type ID for this I2NP message
MESSAGE_TYPE - Static variable in class net.i2p.internal.PoisonI2CPMessage
MESSAGE_TYPE.
messageAvailable(I2PSession, int, long) - Method in interface net.i2p.client.I2PSessionListener
Instruct the client that the given session has received a message with size # of bytes.
messageAvailable(I2PSession, int, long) - Method in interface net.i2p.client.I2PSessionMuxedListener
Will be called only if you register via setSessionListener() or addSessionListener().
messageAvailable(I2PSession, int, long, int, int, int) - Method in interface net.i2p.client.I2PSessionMuxedListener
Instruct the client that the given session has received a message Will be called only if you register via addMuxedSessionListener().
messageAvailable(I2PSession, int, long) - Method in class net.i2p.client.impl.I2PSessionDemultiplexer
 
messageAvailable(I2PSession, int, long, int, int, int) - Method in class net.i2p.client.impl.I2PSessionDemultiplexer
 
messageAvailable(I2PSession, int, long) - Method in class net.i2p.client.streaming.impl.MessageHandler
Instruct the client that the given session has received a message with size # of bytes.
messageAvailable(I2PSession, int, long, int, int, int) - Method in class net.i2p.client.streaming.impl.MessageHandler
Instruct the client that the given session has received a message with size # of bytes.
messageAvailable(I2PSession, int, long) - Method in class net.i2p.i2ptunnel.udp.I2PSource.Listener
 
messageAvailable(I2PSession, int, long, int, int, int) - Method in class net.i2p.i2ptunnel.udp.I2PSource.Listener
 
messageAvailable(I2PSession, int, long) - Method in class net.i2p.sam.MasterSession
Called when a message is available (unmuxed).
messageAvailable(I2PSession, int, long, int, int, int) - Method in class net.i2p.sam.MasterSession
Called when a muxed message is available.
messageAvailable(I2PSession, int, long, int, int, int) - Method in class org.klomp.snark.dht.KRPC
Instruct the client that the given session has received a message
messageAvailable(I2PSession, int, long) - Method in class org.klomp.snark.dht.KRPC
for non-muxed
messageAvailable(I2PSession, int, long, int, int, int) - Method in class org.klomp.snark.UDPTrackerClient
Instruct the client that the given session has received a message
messageAvailable(I2PSession, int, long) - Method in class org.klomp.snark.UDPTrackerClient
for non-muxed
MessageContext - Class in com.thetransactioncompany.jsonrpc2.server
Context information about JSON-RPC 2.0 request and notification messages.
MessageContext(String, String, boolean, String) - Constructor for class com.thetransactioncompany.jsonrpc2.server.MessageContext
Creates a new JSON-RPC 2.0 request / notification context.
MessageContext(String, String, boolean, String[]) - Constructor for class com.thetransactioncompany.jsonrpc2.server.MessageContext
Creates a new JSON-RPC 2.0 request / notification context.
MessageContext(String, String, boolean) - Constructor for class com.thetransactioncompany.jsonrpc2.server.MessageContext
Creates a new JSON-RPC 2.0 request / notification context.
MessageContext(String, String) - Constructor for class com.thetransactioncompany.jsonrpc2.server.MessageContext
Creates a new JSON-RPC 2.0 request / notification context.
MessageContext() - Constructor for class com.thetransactioncompany.jsonrpc2.server.MessageContext
Creates a new JSON-RPC 2.0 request / notification context.
MessageContext(HttpServletRequest) - Constructor for class com.thetransactioncompany.jsonrpc2.server.MessageContext
Creates a new JSON-RPC 2.0 request / notification context from the specified HTTP request.
MessageContext(URLConnection) - Constructor for class com.thetransactioncompany.jsonrpc2.server.MessageContext
Creates a new JSON-RPC 2.0 request / notification context from the specified URL connection.
MessageContext.BasicPrincipal - Class in com.thetransactioncompany.jsonrpc2.server
Minimal implementation of the Principal interface.
messageDeliveryStatusUpdate(Destination, MessageId, long, int) - Method in class net.i2p.router.client.ClientManager
Update the message delivery status for a client.
messageDeliveryStatusUpdate(Destination, MessageId, long, int) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
 
messageDeliveryStatusUpdate(Destination, MessageId, long, int) - Method in class net.i2p.router.ClientManagerFacade
Update the delivery status of a message.
messageDeliveryStatusUpdate(Destination, MessageId, long, int) - Method in class net.i2p.router.dummy.DummyClientManagerFacade
 
messageFailed(Hash, String) - Method in class net.i2p.router.peermanager.ProfileManagerImpl
Note that the router failed to send a message to the peer over the transport specified.
messageFailed(Hash) - Method in class net.i2p.router.peermanager.ProfileManagerImpl
Note that the router failed to send a message to the peer over any transport.
messageFailed(Hash, String) - Method in interface net.i2p.router.ProfileManager
Note that the router failed to send a message to the peer over the transport specified
messageFailed(Hash) - Method in interface net.i2p.router.ProfileManager
Note that the router failed to send a message to the peer over any transport
messageFullyReceived(Long, int) - Method in class net.i2p.router.transport.udp.PeerState
We received the message specified completely.
MessageHandler - Class in net.i2p.client.streaming.impl
Receive raw information from the I2PSession and turn it into Packets, if we can.
MessageHandler(I2PAppContext, ConnectionManager) - Constructor for class net.i2p.client.streaming.impl.MessageHandler
Creates a new MessageHandler
MessageHistory - Class in net.i2p.router
Logs router message traffic for debugging and network analysis.
MessageHistory(RouterContext) - Constructor for class net.i2p.router.MessageHistory
MessageHistory.
messageHistory() - Method in class net.i2p.router.RouterContext
Tracker component for monitoring what messages are wrapped in what containers and how they proceed through the network.
messageID - Variable in class i2p.susi.webmail.Mail
Message-ID as received, not HTML escaped
MessageId - Class in net.i2p.data.i2cp
Defines the message ID of a message delivered between a router and a client in a particular session.
MessageId() - Constructor for class net.i2p.data.i2cp.MessageId
 
MessageId(long) - Constructor for class net.i2p.data.i2cp.MessageId
 
MessageInputStream - Class in net.i2p.client.streaming.impl
InputStream implementation that accepts messages arriving out of order and presents the data in proper sequence for reading.
MessageInputStream(I2PAppContext, int, int, int) - Constructor for class net.i2p.client.streaming.impl.MessageInputStream
Constructs a new MessageInputStream with the specified buffer limits.
MessageInputStream(I2PAppContext, int, int, int, int) - Constructor for class net.i2p.client.streaming.impl.MessageInputStream
Constructs a new MessageInputStream with the specified buffer limits.
MessageOutputStream - Class in net.i2p.client.streaming.impl
An OutputStream implementation that buffers data and forwards it to a MessageOutputStream.DataReceiver in chunks upon buffer full or flush.
MessageOutputStream(I2PAppContext, SimpleTimer2, MessageOutputStream.DataReceiver, int, int) - Constructor for class net.i2p.client.streaming.impl.MessageOutputStream
Constructs the stream with default passive flush delay.
MessageOutputStream(I2PAppContext, SimpleTimer2, MessageOutputStream.DataReceiver, int, int, int) - Constructor for class net.i2p.client.streaming.impl.MessageOutputStream
Constructs the stream with specified passive flush delay.
MessageOutputStream.DataReceiver - Interface in net.i2p.client.streaming.impl
Interface for receiving data flushed from this stream.
MessageOutputStream.WriteStatus - Interface in net.i2p.client.streaming.impl
Interface to detect status of an asynchronous write operation.
messagePartiallyReceived() - Method in class net.i2p.router.transport.udp.PeerState
We received a partial message, or we want to send some acks.
messagePartiallyReceived(long) - Method in class net.i2p.router.transport.udp.PeerState
We received a partial message, or we want to send some acks.
messagePartiallyReceived(long) - Method in class net.i2p.router.transport.udp.PeerState2
Overridden to use our version of ACKTimer
MessagePayloadMessage - Class in net.i2p.data.i2cp
Defines the payload message a router sends to the client
MessagePayloadMessage() - Constructor for class net.i2p.data.i2cp.MessagePayloadMessage
For reading.
MessagePayloadMessage(long, long, Payload) - Constructor for class net.i2p.data.i2cp.MessagePayloadMessage
For writing
MessagePayloadMessageHandler - Class in net.i2p.client.impl
Handle I2CP MessagePayloadMessages from the router delivering the contents of a message by accepting it, decrypting the payload, adding it to the set of received messages, and telling the router that it has been received correctly.
MessagePayloadMessageHandler(I2PAppContext) - Constructor for class net.i2p.client.impl.MessagePayloadMessageHandler
MessagePayloadMessageHandler.
messageProcessingError(long, String, String) - Method in class net.i2p.router.MessageHistory
There was an error processing the given message that was received
messageReceived(I2CPMessageReader, I2CPMessage) - Method in class net.i2p.client.impl.I2PSessionImpl
The I2CPMessageEventListener callback.
messageReceived(long, ByteArray) - Method in class net.i2p.client.streaming.impl.MessageInputStream
Accepts a newly received message block.
messageReceived(I2CPMessageReader, I2CPMessage) - Method in interface net.i2p.data.i2cp.I2CPMessageReader.I2CPMessageEventListener
Notify the listener that a message has been received from the given reader
messageReceived(ClientMessage) - Method in class net.i2p.router.client.ClientManager
Receive and process an incoming client message inline.
messageReceived(ClientMessage) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
 
messageReceived(I2CPMessageReader, I2CPMessage) - Method in class net.i2p.router.client.ClientMessageEventListener
Handle an incoming message and dispatch it to the appropriate handler
messageReceived(ClientMessage) - Method in class net.i2p.router.ClientManagerFacade
Receive a message from the network for a local client.
messageReceived(ClientMessage) - Method in class net.i2p.router.dummy.DummyClientManagerFacade
 
messageReceived(Hash, String, long, int) - Method in class net.i2p.router.peermanager.ProfileManagerImpl
Note that the router received a message from the given peer on the specified transport.
messageReceived(Hash, String, long, int) - Method in interface net.i2p.router.ProfileManager
Note that the router received a message from the given peer on the specified transport.
messageReceived(I2NPMessage, RouterIdentity, Hash) - Method in interface net.i2p.router.transport.TransportEventListener
Message received
messageReceived(I2NPMessage, RouterIdentity, Hash, long, int) - Method in class net.i2p.router.transport.TransportImpl
Message received from the I2NPMessageReader - send it to the listener
messageReceived(I2NPMessage, RouterIdentity, Hash) - Method in class net.i2p.router.transport.TransportManager
Handle incoming I2NP message from a peer.
messageReceived(long) - Method in class net.i2p.router.transport.udp.InboundMessageFragments
This message was received - SSU 2 only.
messageReceived(I2NPMessage, RouterIdentity, Hash, long, int) - Method in class net.i2p.router.transport.udp.UDPTransport
messageReceived.
messageReceived(byte[], int, int, int) - Method in class net.i2p.sam.SAMDatagramSession
Handle a received datagram message from I2P.
messageReceived(byte[], int, int, int) - Method in class net.i2p.sam.SAMMessageSession
Handle a new received message.
messageReceived(byte[], int, int, int) - Method in class net.i2p.sam.SAMRawSession
Handle a received raw message from I2P.
MessageReceivedJob - Class in net.i2p.router.client
Async job to notify the client that a new message is available for them, or just send it directly if specified.
MessageReceivedJob(RouterContext, ClientConnectionRunner, Destination, Destination, Payload, boolean) - Constructor for class net.i2p.router.client.MessageReceivedJob
 
MessageReceiver - Class in net.i2p.router.transport.udp
Pull fully completed fragments off the InboundMessageFragments queue, parse 'em into I2NPMessages, and stick them on the InNetMessagePool by way of the UDPTransport.
MessageReceiver(RouterContext, UDPTransport) - Constructor for class net.i2p.router.transport.udp.MessageReceiver
MessageReceiver.
messageRegistry() - Method in class net.i2p.router.RouterContext
The registry is used by outbound messages to wait for replies.
messageRetransmitted(int, int) - Method in class net.i2p.router.transport.udp.PeerState
Handle a message retransmission.
Messages - Class in i2p.susi.dns
Translate strings for this package.
Messages() - Constructor for class i2p.susi.dns.Messages
Create a new Messages instance.
Messages - Class in i2p.susi.webmail
Provides internationalization and string translation for the webmail package.
Messages() - Constructor for class i2p.susi.webmail.Messages
Default constructor, uses global context
Messages - Class in net.i2p.addressbook
Provides translatable strings for the addressbook application.
Messages() - Constructor for class net.i2p.addressbook.Messages
Construct a Messages instance.
Messages - Class in net.i2p.i2ptunnel.ui
Translate strings for this package.
Messages() - Constructor for class net.i2p.i2ptunnel.ui.Messages
Create a messages instance using the global context
Messages - Class in net.i2p.router.web
Translate strings for this package.
Messages() - Constructor for class net.i2p.router.web.Messages
 
MessageSelector - Interface in net.i2p.router
Define a mechanism to select what messages are associated with a particular OutNetMessage.
messageSent(Hash, String, long, long) - Method in class net.i2p.router.peermanager.ProfileManagerImpl
Note that it took msToSend to send a message of size bytesSent to the peer over the transport.
messageSent(Hash, String, long, long) - Method in interface net.i2p.router.ProfileManager
Note that it took msToSend to send a message of size bytesSent to the peer over the transport.
MessageState - Class in net.i2p.client.impl
Contains the state of a payload message being sent to a peer.
MessageState(I2PAppContext, long, String) - Constructor for class net.i2p.client.impl.MessageState
For synchronous waiting for accept with waitForAccept().
MessageState(I2PAppContext, long, I2PSession, long, SendMessageStatusListener) - Constructor for class net.i2p.client.impl.MessageState
For asynchronous notification
messageStatus(I2PSession, long, int) - Method in interface net.i2p.client.SendMessageStatusListener
Tell the client of an update in the send status for a message previously sent with I2PSession.sendMessage().
messageStatus(I2PSession, long, int) - Method in class net.i2p.client.streaming.impl.PacketQueue
SendMessageStatusListener interface Tell the client of an update in the send status for a message previously sent with I2PSession.sendMessage().
MessageStatusMessage - Class in net.i2p.data.i2cp
Defines the message a router sends to a client about a single message.
MessageStatusMessage() - Constructor for class net.i2p.data.i2cp.MessageStatusMessage
NOTE: Add any new status codes to handlers in: net.i2p.client.impl.MessageState net.i2p.client.impl.MessageStatusMessageHandler net.i2p.client.streaming.I2PSocketException net.i2p.client.streaming.impl.PacketQueue net.i2p.i2ptunnel.I2PTunnelHTTPClientBase and update http://i2p-projekt.i2p/spec/i2cp
MessageStatusMessageHandler - Class in net.i2p.client.impl
Handle I2CP MessageStatusMessages from the router.
MessageStatusMessageHandler(I2PAppContext) - Constructor for class net.i2p.client.impl.MessageStatusMessageHandler
MessageStatusMessageHandler.
MessageType - Class in edu.internet2.ndt
Class to define the NDTP control message types
MessageType() - Constructor for class edu.internet2.ndt.MessageType
default constructor
MessageValidator - Class in net.i2p.router
Singleton to manage the logic (and historical data) to determine whether a message is valid or not (meaning it isn't expired and hasn't already been received).
MessageValidator(RouterContext) - Constructor for class net.i2p.router.MessageValidator
MessageValidator.
messageValidator() - Method in class net.i2p.router.RouterContext
The router keeps track of messages it receives to prevent duplicates, as well as other criteria for "validity".
MessageWrapper - Class in net.i2p.router.networkdb.kademlia
Method and class for garlic encrypting outbound netdb traffic, and sending keys and tags for others to encrypt inbound netdb traffic, including management of the ElGamal/AES tags.
MessageWrapper.OneTimeSession - Class in net.i2p.router.networkdb.kademlia
A single key and tag, for receiving a single message.
MessageWrapper.WrappedMessage - Class in net.i2p.router.networkdb.kademlia
Wrapper so that we can keep track of the key and tags for later notification to the SKM
META_BROWSER_OS - Static variable in class edu.internet2.ndt.NDTConstants
Browser OS name key sent in TEST_MSG during META test.
META_CLIENT_APPLICATION - Static variable in class edu.internet2.ndt.NDTConstants
Client application name key sent in TEST_MSG during META test.
META_CLIENT_KERNEL_VERSION - Static variable in class edu.internet2.ndt.NDTConstants
Client kernel version key sent in TEST_MSG during META test.
META_CLIENT_OS - Static variable in class edu.internet2.ndt.NDTConstants
Client OS name key sent in TEST_MSG during META test.
META_CLIENT_VERSION - Static variable in class edu.internet2.ndt.NDTConstants
Client software version key sent in TEST_MSG during META test.
Metadata - Class in com.maxmind.db
Metadata for MaxMind database files.
Metadata(Map) - Constructor for class com.maxmind.db.Metadata
Create Metadata from decoded map
METAINDEX_PAGE - Static variable in class net.metanotion.io.block.BlockFile
Page number for the metaindex
MetaInfo - Class in org.klomp.snark
Holds all information extracted from a torrent file.
MetaInfo(String, String, String, List<List<String>>, List<Long>, int, byte[], long, boolean, List<List<String>>, String, List<String>, String) - Constructor for class org.klomp.snark.MetaInfo
Called by Storage when creating a new torrent from local data.
MetaInfo(String, String, String, List<List<String>>, List<Long>, int, byte[], long, int, List<List<String>>, String, List<String>, String) - Constructor for class org.klomp.snark.MetaInfo
Preserves privateTorrent int value, for use by main().
MetaInfo(MetaInfo, String, List<List<String>>, String, String, List<String>) - Constructor for class org.klomp.snark.MetaInfo
Will not change infohash.
MetaInfo(InputStream) - Constructor for class org.klomp.snark.MetaInfo
Creates a new MetaInfo from the given InputStream.
MetaInfo(Map<String, BEValue>) - Constructor for class org.klomp.snark.MetaInfo
Creates a new MetaInfo from a Map of BEValues and the SHA1 over the original bencoded info dictionary (this is a hack, we could reconstruct the bencoded stream and recalculate the hash).
metainfo - Variable in class org.klomp.snark.Peer
will start out null in magnet mode
metainfo - Variable in class org.klomp.snark.PeerCoordinator
Will be null when in magnet mode.
MetaLease - Class in net.i2p.data
Implementation of MetaLease as specified in Proposal 123: New NetDb Entries.
MetaLease() - Constructor for class net.i2p.data.MetaLease
 
MetaLeaseSet - Class in net.i2p.data
Implementation of MetaLeaseSet as specified in Proposal 123: New NetDb Entries.
MetaLeaseSet() - Constructor for class net.i2p.data.MetaLeaseSet
Creates a new MetaLeaseSet with default values.
MetaNamingService - Class in net.i2p.client.naming
A naming service of multiple naming services.
MetaNamingService(I2PAppContext) - Constructor for class net.i2p.client.naming.MetaNamingService
Construct a new meta naming service.
MetaNamingService(I2PAppContext, List<NamingService>) - Constructor for class net.i2p.client.naming.MetaNamingService
Create a new meta naming service with the specified services.
method - Variable in class i2p.susi.dns.BaseBean
The HTTP method
Method() - Constructor for class net.i2p.socks.SOCKS5Constants.Method
 
METHOD_NOT_FOUND - Static variable in exception com.thetransactioncompany.jsonrpc2.JSONRPC2Error
Method not found error (-32601).
METHODNS - Static variable in class org.cybergarage.soap.SOAP
METHODNS.
metro_code - Variable in class com.maxmind.geoip.Location
metro_code.
MIDDLEBOX_PREDEFINED_MSS - Static variable in class edu.internet2.ndt.NDTConstants
Middlebox test MSS size.
MIDNIGHT - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "midnight" - represents 00:00:00 of today or tomorrow
migrate(RouterContext, List<ClientAppConfig>) - Static method in class net.i2p.router.startup.MigrateJetty
For each entry in apps, if the main class is an old Jetty class, migrate it to the new Jetty class, and update the Jetty config files.
migrate() - Method in class net.i2p.router.util.RouterPasswordManager
Migrate from plaintext to salt/hash
migrateFile(File, File) - Method in class net.i2p.crypto.TrustedUpdate
Extract the file.
migrateFileXML(File, File, String, String, String, String) - Static method in class net.i2p.router.startup.WorkingDir
Copy over a XML file with modifications.
MigrateJetty - Class in net.i2p.router.startup
Second migration, as of 2.9.0:
migrateJettyXml(File, File, String, String, String) - Static method in class net.i2p.router.startup.WorkingDir
Copy over the jetty.xml file with modifications It was already copied over once in migrate(), throw that out and do it again with modifications.
migrateVerified(String, File, File) - Method in class net.i2p.crypto.TrustedUpdate
Verifies the signature of a signed update file, and if it's valid and the file's version is newer than the given current version, migrates the data out of signedFile and into outputFile.
MimeTypeDetector - Class in net.i2p.i2ptunnel
Utility class for MIME type detection based on URL file extensions.
MimeTypeDetector() - Constructor for class net.i2p.i2ptunnel.MimeTypeDetector
 
MimeTypes - Class in org.klomp.snark.web
Based on MimeTypes from Jetty 6.1.26, heavily simplified and modified to remove all dependencies on Jetty libs.
MimeTypes() - Constructor for class org.klomp.snark.web.MimeTypes
 
min - Variable in class net.i2p.router.Tuner.ParamSnapshot
Minimum.
min - Variable in class org.rrd4j.core.timespec.TimeSpec
 
min(double, double) - Static method in class org.rrd4j.core.Util
Returns the smaller of two double values, but treats NaN as the greatest possible value.
min(double[]) - Static method in class org.rrd4j.core.Util
Finds min value for an array of doubles (NaNs are ignored).
MIN() - Constructor for class org.rrd4j.data.Variable.MIN
 
MIN_ACTIVE_PEERS - Static variable in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Minimum number of active peers before dropping router info lookups.
MIN_BLOCK_POINTS - Static variable in class net.i2p.router.sybil.Analysis
Minimum points to block
MIN_BW_K - Static variable in class net.i2p.router.Router
In binary (1024) Kbytes.
MIN_BW_L - Static variable in class net.i2p.router.Router
In binary (1024) Kbytes.
MIN_BW_M - Static variable in class net.i2p.router.Router
In binary (1024) Kbytes.
MIN_BW_N - Static variable in class net.i2p.router.Router
In binary (1024) Kbytes.
MIN_BW_O - Static variable in class net.i2p.router.Router
In binary (1024) Kbytes.
MIN_BW_P - Static variable in class net.i2p.router.Router
In binary (1024) Kbytes.
MIN_BW_X - Static variable in class net.i2p.router.Router
In binary (1024) Kbytes.
MIN_CLOSE - Static variable in class net.i2p.router.sybil.Analysis
Minimum close value for family detection
MIN_DATA_LEN - Static variable in class net.i2p.router.transport.udp.SSU2Util
Short message type (e.g.
MIN_DATA_PACKET_OVERHEAD - Static variable in class net.i2p.router.transport.udp.PacketBuilder
Minimum IPv4 data packet overhead in bytes (74).
MIN_DATA_PACKET_OVERHEAD - Static variable in class net.i2p.router.transport.udp.PacketBuilder2
Minimum IPv4 data packet overhead with MAC in bytes (60).
MIN_DELAY_CHOKE - Static variable in class net.i2p.client.streaming.impl.Packet
MIN_DELAY_CHOKE.
MIN_DOUBLE - Static variable in class org.rrd4j.core.Util
Constant MIN_DOUBLE=-Double.MAX_VALUE
MIN_DOWN_BW - Static variable in class org.klomp.snark.SnarkManager
 
MIN_EXPIRE_TIMEOUT - Static variable in class net.i2p.router.transport.udp.UDPTransport
Minimum introducer expiration in ms.
MIN_HANDSHAKE_DATA_LEN - Static variable in class net.i2p.router.transport.udp.SSU2Util
Handshake message type minimum length in bytes (88).
MIN_INBOUND_BANDWIDTH - Static variable in class net.i2p.router.transport.FIFOBandwidthRefiller
For now, until there is some tuning and safe throttling, we set the floor at this inbound (KBps)
MIN_INBOUND_BANDWIDTH_PEAK - Static variable in class net.i2p.router.transport.FIFOBandwidthRefiller
For now, until there is some tuning and safe throttling, we set the floor at this during burst (KBps)
MIN_IPV6_DATA_PACKET_OVERHEAD - Static variable in class net.i2p.router.transport.udp.PacketBuilder
Minimum IPv6 data packet overhead in bytes (94).
MIN_IPV6_DATA_PACKET_OVERHEAD - Static variable in class net.i2p.router.transport.udp.PacketBuilder2
Minimum IPv6 data packet overhead with MAC in bytes (80).
MIN_IPV6_MTU - Static variable in class net.i2p.router.transport.udp.PeerState
IPv6/UDP header is 48 bytes, so we want MTU % 16 == 0.
MIN_LONG - Static variable in class org.rrd4j.core.Util
Constant MIN_LONG=-Long.MAX_VALUE
MIN_LONG_DATA_LEN - Static variable in class net.i2p.router.transport.udp.SSU2Util
Long message type minimum length in bytes (56).
MIN_MAX_PROFILES - Static variable in class net.i2p.router.peermanager.ProfileOrganizer
MIN_MAX_PROFILES.
MIN_MESSAGE_SIZE - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
Minimum allowed message size
MIN_MLKEM768_IPV4_MTU - Static variable in class net.i2p.router.transport.udp.PeerState2
MIN_MLKEM768_IPV4_MTU.
MIN_MLKEM768_IPV6_MTU - Static variable in class net.i2p.router.transport.udp.PeerState2
MIN_MLKEM768_IPV6_MTU.
MIN_MTU - Static variable in class net.i2p.router.transport.udp.PeerState
IPv4 Min MTU 596 gives us 588 IP byes, 568 UDP bytes, and with an SSU data message, 522 fragment bytes, which is enough to send a tunnel data message in 2 packets.
MIN_MTU - Static variable in class net.i2p.router.transport.udp.PeerState2
MIN_MTU.
MIN_OFFSET_CHANGE - Static variable in class net.i2p.util.Clock
if the clock skewed changes by less than this, ignore the update (so we don't slide all over the place)
MIN_OUTBOUND_BANDWIDTH - Static variable in class net.i2p.router.transport.FIFOBandwidthRefiller
For now, until there is some tuning and safe throttling, we set the floor at this outbound (KBps)
MIN_OUTBOUND_BANDWIDTH_PEAK - Static variable in class net.i2p.router.transport.FIFOBandwidthRefiller
For now, until there is some tuning and safe throttling, we set the floor at this during burst (KBps)
MIN_PIPELINE - Static variable in class org.klomp.snark.PeerState
Minimum request pipeline depth for outbound requests.
MIN_POOL_SIZE - Static variable in class gnu.crypto.prng.FortunaStandalone
minimum bytes in pool 0 before reseed
MIN_PRIORITY - Static variable in class net.i2p.router.util.CoDelPriorityBlockingQueue
min priority
MIN_REFRESH - Static variable in class net.i2p.router.web.CSSHelper
MIN_REFRESH.
MIN_REMAINING_ROUTERS - Static variable in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
If we have less than this many routers left, don't drop any more, even if they're failing or doing bad stuff.
MIN_RESEED - Static variable in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Reseed if below this.
MIN_RETRY_LEN - Static variable in class net.i2p.router.transport.udp.SSU2Util
Retry message minimum length in bytes (56).
MIN_RI_SIZE - Static variable in class net.i2p.router.transport.ntcp.EstablishBase
MIN_RI_SIZE.
MIN_ROUTER_VERSION - Static variable in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
MIN_SESSION_CREATED_LEN - Static variable in class net.i2p.router.transport.udp.SSU2Util
Session created minimum length in bytes (88).
MIN_SESSION_REQUEST_LEN - Static variable in class net.i2p.router.transport.udp.SSU2Util
Session request minimum length in bytes (88).
MIN_SIGTYPE_VERSION - Static variable in class net.i2p.router.transport.ntcp.NTCPTransport
RI sigtypes supported in 0.9.16
MIN_SSU_IPV4_MTU - Static variable in class net.i2p.router.transport.udp.PeerState2
MIN_SSU_IPV4_MTU.
MIN_SSU_IPV6_MTU - Static variable in class net.i2p.router.transport.udp.PeerState2
MIN_SSU_IPV6_MTU.
MIN_STORE_ENCLS2_VERSION - Static variable in class net.i2p.router.networkdb.kademlia.StoreJob
Was supported in 38, but they're now sigtype 11 which wasn't added until 39
MIN_STORE_LS2_VERSION - Static variable in class net.i2p.router.networkdb.kademlia.StoreJob
Minimum version for LS2 stores
MIN_STORE_VERSION - Static variable in class net.i2p.router.networkdb.kademlia.StoreJob
Short ECIES tunnel build messages (1.5.0)
MIN_TIMEOUT - Static variable in class net.i2p.router.networkdb.kademlia.SearchJob
Minimum timeout in ms
MIN_TOKEN_REQUEST_LEN - Static variable in class net.i2p.router.transport.udp.SSU2Util
Token request minimum length in bytes (56).
MIN_TOTAL_UPLOADERS - Static variable in class org.klomp.snark.Snark
Maintain a configurable total uploader cap CoordinatorListener
MIN_UP_BW - Static variable in class org.klomp.snark.SnarkManager
 
MIN_VERSION - Static variable in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
MIN_WINDOW_SIZE - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
Minimum congestion window size (one message in flight)
MiniDnsIdna - Class in org.minidns.idna
Utility class for Internationalized Domain Names in Applications (IDNA) processing.
Provides methods to convert between Unicode and ASCII representations of domain names according to IDNA specifications.
MiniDnsIdna() - Constructor for class org.minidns.idna.MiniDnsIdna
 
MINIMUM - Static variable in class net.i2p.router.networkdb.reseed.ReseedChecker
Minimum number of router infos before automatic reseed attempted
minimum - Variable in class org.minidns.record.SOA
The unsigned 32 bit minimum TTL field that should be exported with any RR from this zone.
MINIMUM_TIME - Static variable in class net.i2p.client.impl.SessionIdleTimer
MINIMUM_TIME.
minJavaVersion - Variable in class net.i2p.router.news.NewsMetadata.Release
The minimum Java version required
MINOR - Static variable in class org.cybergarage.upnp.Service
XML element name for minor version.
MINOR_ELEMENT - Static variable in interface org.cybergarage.upnp.RootDescription
MINOR_ELEMENT.
MINOR_VALUE - Static variable in class org.cybergarage.upnp.Service
Default minor version value.
minorUnit - Variable in class org.rrd4j.graph.TimeAxisSetting
 
minorUnitCount - Variable in class org.rrd4j.graph.TimeAxisSetting
 
minPendingTime - Variable in class net.i2p.router.JobStats.RecentStats
Minimum pending time
MINRTT - Static variable in class edu.internet2.ndt.NDTConstants
Minimum RTT variable name as sent by the NDT server.
minTime - Variable in class net.i2p.router.JobStats.RecentStats
Minimum time of all runs
mintJsonKey(String, Object) - Static method in class org.json.simple.Jsoner
Creates a new JsonKey that wraps the given string and value.
MINUS - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "-" - subtraction operator
MINUTE - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Constant to represent minute
MINUTES - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "minute", "minutes", "min" - minutes multiplier
minval - Variable in class org.rrd4j.graph.ImageParameters
Minimum and maximum values for y-axis range
minValue - Variable in class org.rrd4j.graph.RrdGraphDef
Lower limit for the graph's y-axis.
minVersion - Variable in class net.i2p.router.news.NewsMetadata.Release
The minimum I2P version required
MISMATCH - Static variable in class edu.internet2.ndt.NDTConstants
Mismatch counter variable name as sent by the NDT server.
mismatch - Variable in class edu.internet2.ndt.Tcpbw100
Half duplex
mixHash(byte[], int, int) - Method in class com.southernstorm.noise.protocol.HandshakeState
I2P for mixing in padding in messages 1 and 2
mixHash(byte[], int, int) - Method in class com.southernstorm.noise.protocol.SymmetricState
Mixes data into the handshake hash.
mixKey(byte[], int, int) - Method in class com.southernstorm.noise.protocol.SymmetricState
Mixes data into the chaining key.
mixPreSharedKey(byte[]) - Method in class com.southernstorm.noise.protocol.SymmetricState
Mixes a pre-shared key into the chaining key and handshake hash.
mixPublicKey(DHState) - Method in class com.southernstorm.noise.protocol.SymmetricState
Mixes a pre-supplied public key into the handshake hash.
mixPublicKeyIntoCK(DHState) - Method in class com.southernstorm.noise.protocol.SymmetricState
Mixes a pre-supplied public key into the chaining key.
mkdir() - Method in class net.i2p.util.SecureDirectory
Sets directory to mode 700 if the directory is created
mkdirs() - Method in class net.i2p.util.SecureDirectory
Sets directory to mode 700 if the directory is created Does NOT change the mode of other created directories
ml_kem_1024 - Static variable in class org.bouncycastle.pqc.crypto.mlkem.MLKEMParameters
ml_kem_1024.
ml_kem_512 - Static variable in class org.bouncycastle.pqc.crypto.mlkem.MLKEMParameters
ml_kem_512.
ml_kem_768 - Static variable in class org.bouncycastle.pqc.crypto.mlkem.MLKEMParameters
ml_kem_768.
MLabRunner - Class in com.vuze.plugins.mlab
As modified from BiglyBT MLabPlugin
MLabRunner.ToolListener - Interface in com.vuze.plugins.mlab
The parameter for runNDT()
MLabRunner.ToolRun - Interface in com.vuze.plugins.mlab
Returned from runNDT
MLabRunner.ToolRunListener - Interface in com.vuze.plugins.mlab
The listener for ToolRun
MLKEM - Class in net.i2p.router.crypto.pqc
Wrapper around bouncycastle
MLKEM1024KeyFactory - Static variable in class net.i2p.router.crypto.pqc.MLKEM
MLKEM-1024 key factory
MLKEM512KeyFactory - Static variable in class net.i2p.router.crypto.pqc.MLKEM
MLKEM-512 key factory
MLKEM768KeyFactory - Static variable in class net.i2p.router.crypto.pqc.MLKEM
MLKEM-768 key factory
mlkemCBD(Poly, byte[], int) - Static method in class org.bouncycastle.pqc.crypto.mlkem.CBD
Perform ML-KEM CBD sampling.
MLKEMDHState - Class in com.southernstorm.noise.protocol
Implementation of the MLKEM algorithm for the Noise protocol.
MLKEMDHState(boolean, NoiseInit.PatternID) - Constructor for class com.southernstorm.noise.protocol.MLKEMDHState
Bob local/remote or Alice remote side, do not call generateKeyPair()
MLKEMDHState(KeyFactory, NoiseInit.PatternID) - Constructor for class com.southernstorm.noise.protocol.MLKEMDHState
Alice local side
MLKEMEngine - Class in org.bouncycastle.pqc.crypto.mlkem
Core engine for ML-KEM (Module-Lattice Key Encapsulation Mechanism) operations.
MLKEMEngine(int) - Constructor for class org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine
 
MLKEMExtractor - Class in org.bouncycastle.pqc.crypto.mlkem
Extractor for ML-KEM private key operations.
MLKEMExtractor(MLKEMPrivateKeyParameters) - Constructor for class org.bouncycastle.pqc.crypto.mlkem.MLKEMExtractor
Creates a new MLKEMExtractor instance.
MLKEMGenerator - Class in org.bouncycastle.pqc.crypto.mlkem
Generator for ML-KEM encapsulated secrets.
MLKEMGenerator(SecureRandom) - Constructor for class org.bouncycastle.pqc.crypto.mlkem.MLKEMGenerator
MLKEMGenerator.
MLKEMIndCpa - Class in org.bouncycastle.pqc.crypto.mlkem
Indistinguishability under Chosen Plaintext Attack (IND-CPA) security for ML-KEM.
MLKEMIndCpa(MLKEMEngine) - Constructor for class org.bouncycastle.pqc.crypto.mlkem.MLKEMIndCpa
MLKEMIndCpa.
MLKEMKeyFactory - Class in net.i2p.router.crypto.pqc
Try to keep key pairs at the ready.
MLKEMKeyFactory(I2PAppContext, EncType) - Constructor for class net.i2p.router.crypto.pqc.MLKEMKeyFactory
Alice side only
MLKEMKeyGenerationParameters - Class in org.bouncycastle.pqc.crypto.mlkem
Key generation parameters for ML-KEM (Module-Lattice Key Encapsulation Mechanism).
MLKEMKeyGenerationParameters(SecureRandom, MLKEMParameters) - Constructor for class org.bouncycastle.pqc.crypto.mlkem.MLKEMKeyGenerationParameters
Create ML-KEM key generation parameters.
MLKEMKeyPairGenerator - Class in org.bouncycastle.pqc.crypto.mlkem
Creates a new MLKEMKeyPairGenerator instance.
MLKEMKeyPairGenerator() - Constructor for class org.bouncycastle.pqc.crypto.mlkem.MLKEMKeyPairGenerator
 
MLKEMKeyParameters - Class in org.bouncycastle.pqc.crypto.mlkem
Base key parameters for ML-KEM (Module-Lattice Key Encapsulation Mechanism).
MLKEMKeyParameters(boolean, MLKEMParameters) - Constructor for class org.bouncycastle.pqc.crypto.mlkem.MLKEMKeyParameters
MLKEMKeyParameters.
MLKEMParameters - Class in org.bouncycastle.pqc.crypto.mlkem
Parameters for ML-KEM (Module-Lattice Key Encapsulation Mechanism) algorithms.
MLKEMPrivateKeyParameters - Class in org.bouncycastle.pqc.crypto.mlkem
Private key parameters for ML-KEM (Module-Lattice Key Encapsulation Mechanism).
MLKEMPrivateKeyParameters(MLKEMParameters, byte[], byte[], byte[], byte[], byte[]) - Constructor for class org.bouncycastle.pqc.crypto.mlkem.MLKEMPrivateKeyParameters
MLKEMPrivateKeyParameters.
MLKEMPrivateKeyParameters(MLKEMParameters, byte[], byte[], byte[], byte[], byte[], byte[]) - Constructor for class org.bouncycastle.pqc.crypto.mlkem.MLKEMPrivateKeyParameters
MLKEMPrivateKeyParameters.
MLKEMPrivateKeyParameters(MLKEMParameters, byte[]) - Constructor for class org.bouncycastle.pqc.crypto.mlkem.MLKEMPrivateKeyParameters
MLKEMPrivateKeyParameters.
MLKEMPublicKeyParameters - Class in org.bouncycastle.pqc.crypto.mlkem
Public key parameters for ML-KEM (Module-Lattice Key Encapsulation Mechanism).
MLKEMPublicKeyParameters(MLKEMParameters, byte[], byte[]) - Constructor for class org.bouncycastle.pqc.crypto.mlkem.MLKEMPublicKeyParameters
Create public key parameters from individual components.
MLKEMPublicKeyParameters(MLKEMParameters, byte[]) - Constructor for class org.bouncycastle.pqc.crypto.mlkem.MLKEMPublicKeyParameters
Create public key parameters from an encoded byte array.
mname - Variable in class org.minidns.record.SOA
The domain name of the name server that was the original or primary source of data for this zone.
mod(FieldElement) - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
Return this field element modulo m.
Mode - Enum in com.google.zxing.qrcode.decoder
See ISO 18004:2006, 6.4.1, Tables 2 and 3.
mode - Variable in class com.maxmind.geoip2.DatabaseReader.Builder
Mode
mode - Variable in class net.i2p.router.time.NtpMessage
This value indicates the mode, with values defined as follows: Mode Meaning ---- ------- 0 reserved 1 symmetric active 2 symmetric passive 3 client 4 server 5 broadcast 6 reserved for NTP control message 7 reserved for private use In unicast and anycast modes, the client sets this field to 3 (client) in the request and the server sets it to 4 (server) in the reply.
MODE_ACTIVITY - Static variable in class net.i2p.router.web.helpers.RingRenderer
MODE_ACTIVITY.
MODE_ANOMALY - Static variable in class net.i2p.router.web.helpers.RingRenderer
Mode: anomaly — color by deviation from the router's own baseline, not an absolute cap
MODE_HEALTH - Static variable in class net.i2p.router.web.helpers.RingRenderer
Mode: health (green/yellow/red), activity (blue/cyan)
MODE_LATENCY - Static variable in class net.i2p.router.web.helpers.RingRenderer
MODE_LATENCY.
MODE_NEUTRAL - Static variable in class net.i2p.router.web.helpers.RingRenderer
Mode: neutral (green/yellow/gray, never red — for uptime, metrics that aren't inherently bad)
MODE_RATIO - Static variable in class net.i2p.router.web.helpers.RingRenderer
Mode: dual-arc ratio (green + red arcs showing a proportion)
modeChecked(int) - Method in class net.i2p.router.web.helpers.ConfigReseedHelper
Check whether the given SSL mode matches the current configuration.
ModifiableLong(long) - Constructor for class net.i2p.router.transport.udp.InboundMessageFragments.ModifiableLong
ModifiableLong.
modInverse(BigInteger) - Method in class net.i2p.util.NativeBigInteger
 
modPow(FieldElement, FieldElement) - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
Return this field element to the power e modulo m.
modPow(BigInteger, BigInteger) - Method in class net.i2p.util.NativeBigInteger
 
modPowCT(BigInteger, BigInteger) - Method in class net.i2p.util.NativeBigInteger
 
MON - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "mon", "monday" - second day of week
MONDAY - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Constant to represent Monday
monitorRouter() - Method in class net.i2p.router.tasks.RouterWatchdog
Monitor router health and take action if needed.
montgomeryReduce(int) - Static method in class org.bouncycastle.pqc.crypto.mlkem.Reduce
montgomeryReduce.
month - Variable in class org.rrd4j.core.timespec.TimeSpec
 
MONTH - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Constant to represent month
MONTHS - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "month", "months", "mon" - months multiplier
MONTHS_MINUTES - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for ambiguous "m" - requires context resolution to months or minutes
MouseAdapter - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Emulation of java.awt.event.MouseAdapter for the NDT (Network Diagnostic Tool) plugin.
MouseAdapter() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.MouseAdapter
 
MouseEvent - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Emulation of java.awt.event.MouseEvent for the NDT (Network Diagnostic Tool) plugin.
MouseEvent() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.MouseEvent
 
moveSection() - Method in class net.i2p.router.web.helpers.ConfigSidebarHandler
Moves, adds, deletes, or saves sidebar sections ordering based on the current _action.
moveTo(String, MailCache) - Method in class i2p.susi.webmail.MailCache
Move a mail to another MailCache, neither may be DIR_DRAFTS
Mp3Tags - Class in org.klomp.snark.web
Utility class for extracting MP3 metadata tags for display in the I2PSnark web interface.
Mp3Test - Class in org.klomp.snark
Test utility for extracting and displaying MP3 metadata tags.
Mp3Test() - Constructor for class org.klomp.snark.Mp3Test
 
MSG1_SIZE - Static variable in class net.i2p.router.transport.ntcp.OutboundNTCP2State
NTCP2 message 1 size in bytes (64).
MSG2_SIZE - Static variable in class net.i2p.router.transport.ntcp.OutboundNTCP2State
NTCP2 message 2 size in bytes.
MSG3P1_SIZE - Static variable in class net.i2p.router.transport.ntcp.OutboundNTCP2State
NTCP2 message 3 part 1 size in bytes (48).
MSG_ERROR - Static variable in class edu.internet2.ndt.MessageType
Error message
MSG_EXTENDED_LOGIN - Static variable in class edu.internet2.ndt.MessageType
Extended login message
MSG_LOGIN - Static variable in class edu.internet2.ndt.MessageType
Login message
MSG_LOGOUT - Static variable in class edu.internet2.ndt.MessageType
Logout message
MSG_RESULTS - Static variable in class edu.internet2.ndt.MessageType
Results message
MSG_WAITING - Static variable in class edu.internet2.ndt.MessageType
Waiting message
MsgID - Class in org.klomp.snark.dht
Used for both incoming and outgoing message IDs
MsgID(I2PAppContext) - Constructor for class org.klomp.snark.dht.MsgID
Create an outgoing message ID with a random value.
MsgID(byte[]) - Constructor for class org.klomp.snark.dht.MsgID
Create an incoming message ID from received data.
MSink(Destination, int, int) - Constructor for class net.i2p.i2ptunnel.streamr.MultiSource.MSink
 
MSSRcvd - Variable in class edu.internet2.ndt.Tcpbw100
i e c n enabled
MSSSent - Variable in class edu.internet2.ndt.Tcpbw100
i e c n enabled
MTU - Class in net.i2p.router.transport.udp
Get the MTU for the network interface of an address.
mtu - Variable in class org.freenetproject.DetectedIP
The MTU as advertized by the JVM
MTUComparator() - Constructor for class net.i2p.router.web.helpers.UDPSorters.MTUComparator
 
multihomedCache - Variable in class net.i2p.router.message.OutboundCache
Cache for LeaseSets associated with multihomed routers or hosted destinations.
multipart - Variable in class i2p.susi.webmail.MailPart
multipart.
multipart_type - Variable in class i2p.susi.webmail.MailPart
multipart_type.
MULTIPLIERS - Static variable in class org.rrd4j.core.timespec.TimeScanner
Multiplier tokens for relative time offsets
multiply(int, int) - Method in class com.google.zxing.common.reedsolomon.GenericGF
 
multiply(GenericGFPoly) - Method in class com.google.zxing.common.reedsolomon.GenericGFPoly
multiply.
multiply(int) - Method in class com.google.zxing.common.reedsolomon.GenericGFPoly
multiply.
multiply(FieldElement) - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
 
multiply(FieldElement) - Method in class net.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElement
$h = f * g$
multiply(FieldElement) - Method in class net.i2p.crypto.eddsa.math.FieldElement
Multiplies this field element by another one.
multiplyAndAdd(byte[], byte[], byte[]) - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerScalarOps
 
multiplyAndAdd(byte[], byte[], byte[]) - Method in class net.i2p.crypto.eddsa.math.ed25519.Ed25519ScalarOps
$(ab+c) \bmod q$
multiplyAndAdd(byte[], byte[], byte[]) - Method in interface net.i2p.crypto.eddsa.math.ScalarOps
$r = (a * b + c) \bmod l$
multiplyByMonomial(int, int) - Method in class com.google.zxing.common.reedsolomon.GenericGFPoly
multiply by monomial.
MultiRouter - Class in net.i2p.router
Fire up multiple routers in the same VM, all with their own RouterContext (and all that entails).
MultiRouter() - Constructor for class net.i2p.router.MultiRouter
 
MultiSink<S extends Sink> - Class in net.i2p.i2ptunnel.socks
Sends to one of many Sinks based on toPort
MultiSink(Map<Integer, S>) - Constructor for class net.i2p.i2ptunnel.socks.MultiSink
 
MultiSource - Class in net.i2p.i2ptunnel.streamr
Multi-source data distributor that forwards data to multiple sink destinations
MultiSource() - Constructor for class net.i2p.i2ptunnel.streamr.MultiSource
Creates a new multi-source distributor.
MultiSource.MSink - Class in net.i2p.i2ptunnel.streamr
Sink wrapper for multi-source destinations.
Mutex - Class in org.cybergarage.util
A simple mutex implementation for thread synchronization.
Mutex() - Constructor for class org.cybergarage.util.Mutex
Creates a new Mutex instance in the unlocked state.
MuxedAvailabilityNotifier() - Constructor for class net.i2p.client.impl.I2PSessionMuxedImpl.MuxedAvailabilityNotifier
 
MuxedEngine - Class in net.i2p.router.crypto.ratchet
Multiplexed decryption engine supporting both ElGamal and ECIES+AEAD with adaptive ordering
MuxedEngine(RouterContext) - Constructor for class net.i2p.router.crypto.ratchet.MuxedEngine
 
MuxedPQEngine - Class in net.i2p.router.crypto.ratchet
Post-quantum hybrid decryption engine supporting both ECIES and ML-KEM with adaptive ordering
MuxedPQEngine(RouterContext) - Constructor for class net.i2p.router.crypto.ratchet.MuxedPQEngine
Construct a new instance.
MuxedPQSKM - Class in net.i2p.router.crypto.ratchet
Post-quantum hybrid session key manager combining ECIES and ML-KEM operations
MuxedPQSKM(RatchetSKM, RatchetSKM) - Constructor for class net.i2p.router.crypto.ratchet.MuxedPQSKM
Combines ECIES and PQ SKMs with adaptive decrypt ordering.
MuxedSKM - Class in net.i2p.router.crypto.ratchet
Multiplexed session key manager combining ECIES and post-quantum key management
MuxedSKM(TransientSessionKeyManager, RatchetSKM) - Constructor for class net.i2p.router.crypto.ratchet.MuxedSKM
Combines ElGamal and ECIES SKMs with adaptive decrypt ordering.
MX - Static variable in class org.cybergarage.http.HTTP
MX (Maximum Wait) header for UPnP discovery
MX - Class in org.minidns.record
DNS MX (Mail Exchange) record payload.
Specifies mail servers responsible for accepting email messages on behalf of a domain.
MX(int, String) - Constructor for class org.minidns.record.MX
MX.
MX(int, DnsName) - Constructor for class org.minidns.record.MX
MX.
mylink - Variable in class edu.internet2.ndt.Tcpbw100
Measured link speed.
MYNAME - Static variable in class org.cybergarage.http.HTTP
MYNAME header for UPnP device identification
mySockets - Variable in class net.i2p.i2ptunnel.I2PTunnelClientBase
List of active sockets

N

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 class gnu.crypto.prng.DevRandom
 
name() - Method in interface gnu.crypto.prng.IRandomStandalone
Returns the canonical name of this instance.
name - Variable in class gnu.getopt.LongOpt
The name of the long option
NAME - Static variable in class i2p.susi.webmail.encoding.HeaderLine
NAME.
name - Variable in class i2p.susi.webmail.MailPart
name.
NAME - Static variable in interface net.i2p.app.Outproxy
NAME.
name - Variable in class net.i2p.router.Tuner.ParamSnapshot
Subsystem identifier.
name - Variable in class net.i2p.router.Tuner.SubsystemScore
Subsystem identifier.
name - Variable in class net.i2p.router.web.App
Application name
NAME - Static variable in class org.cybergarage.http.HTTPServer
Constants
NAME - Static variable in class org.cybergarage.upnp.UPnP
Framework name used in server identification.
name - Variable in class org.freenetproject.ForwardPort
Name of the interface e.g.
name - Variable in class org.klomp.snark.TorrentCreateFilter
 
name - Variable in class org.klomp.snark.Tracker
 
name - Variable in class org.minidns.dnsmessage.Question
The question string (e.g.
name - Variable in class org.minidns.record.Record
The generic name of this record.
name - Variable in class org.rrd4j.core.RrdBackendFactory
name.
name() - Method in class org.rrd4j.core.RrdEnum
Gets the name of the enum value.
name - Variable in class org.rrd4j.graph.Source
The name of this data source
NamedParamsRetriever - Class in com.thetransactioncompany.jsonrpc2.util
Utility class for retrieving JSON-RPC 2.0 named parameters (key-value pairs packed into a JSON Object).
NamedParamsRetriever(Map<String, Object>) - Constructor for class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
Creates a new named parameters retriever from the specified key-value map.
nameGroupDescEquals(RateStat) - Method in class net.i2p.stat.RateStat
Whether the other stat shares name, group, and description.
NAMING_REPLY_INVALID_KEY - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
NAMING_REPLY_INVALID_KEY.
NAMING_REPLY_KEY_NOT_FOUND - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
NAMING_REPLY_KEY_NOT_FOUND.
NAMING_REPLY_OK - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
NAMING_REPLY_OK.
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.
namingReplyReceived(String, String, String, String) - Method in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
message).
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.
NamingServiceBean - Class in i2p.susi.dns
Talk to the NamingService API instead of modifying the hosts.txt files directly, except for the 'published' addressbook.
NamingServiceBean() - Constructor for class i2p.susi.dns.NamingServiceBean
 
NamingServiceListener - Interface in net.i2p.client.naming
Listener for naming service events.
NamingServiceUpdater - Interface in net.i2p.client.naming
Interface for updating naming services.
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
Probable prime of given bit length.
NativeBigInteger(int, Random) - Constructor for class net.i2p.util.NativeBigInteger
Random non-negative BigInteger.
NativeBigInteger(String) - Constructor for class net.i2p.util.NativeBigInteger
Decimal string representation.
NativeBigInteger(String, int) - Constructor for class net.i2p.util.NativeBigInteger
String representation in the specified radix.
NativeBigInteger(BigInteger) - Constructor for class net.i2p.util.NativeBigInteger
Copy constructor from a BigInteger.
natType - Variable in class org.freenetproject.DetectedIP
The NAT type
NavHelper - Class in net.i2p.router.web
Helper for navigation and client application management in router console.
NavHelper() - Constructor for class net.i2p.router.web.NavHelper
 
NavService - Interface in net.i2p.app
Service to put links on the console.
NCLASSES - Static variable in class net.i2p.router.news.NewsCommandLine
Additional command classes for news and blocklist management
NDT_TITLE_STR - Static variable in class edu.internet2.ndt.NDTConstants
NDT client title bar prefix string.
NDTConstants - Class in edu.internet2.ndt
Constants for the NDT (Network Diagnostic Tool) client, including protocol values, test type flags, firewall test statuses, data rate indicators, RFC option flags, and unit conversion factors.
NDTUtils - Class in edu.internet2.ndt
Class that defines utility methods used by the NDT code
NDTUtils() - Constructor for class edu.internet2.ndt.NDTUtils
 
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.AliasedTunnelPool
 
needFallback() - Method in class net.i2p.router.tunnel.pool.TunnelPool
Do we really need more fallbacks? Used to prevent a zillion of them.
needIntroduction() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
Should we ask this peer to be an introducer for us? Ignored unless allowExtendedOptions is true
needOutboundPeers() - Method in class org.klomp.snark.PeerCoordinator
Outbound.
needPeers() - Method in class org.klomp.snark.PeerCoordinator
Inbound.
needPiece(Peer, BitField) - Method in class org.klomp.snark.PeerCoordinator
Called when we are downloading from the peer and may need to ask for a new piece.
needPiece(Peer, BitField) - Method in interface org.klomp.snark.PeerListener
Called when we are downloading from the peer and may need to ask for a new piece.
needsExpeditedTest() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
 
needsLocalKeyPair() - Method in class com.southernstorm.noise.protocol.HandshakeState
Determine if this handshake requires a local static key.
needsRemotePublicKey() - Method in class com.southernstorm.noise.protocol.HandshakeState
Determine if this handshake requires a remote static key.
needsSending(int) - Method in class net.i2p.router.transport.udp.OutboundMessageState
 
needsTags(RouterContext, PublicKey, Hash, int) - Static method in class net.i2p.router.message.GarlicMessageBuilder
ELGAMAL_2048 only; returns false for others
needsUpdate(String, String) - Static method in class net.i2p.crypto.TrustedUpdate
Checks if the given version is newer than the given current version.
negate() - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
 
negate() - Method in class net.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElement
$h = -f$
negate() - Method in class net.i2p.crypto.eddsa.math.FieldElement
Negates this field element.
negate() - Method in class net.i2p.crypto.eddsa.math.GroupElement
Negates this group element by subtracting it from the neutral group element.
negative(int) - Static method in class net.i2p.crypto.eddsa.Utils
Constant-time determine if byte is negative.
negativeCacheNow(Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Immediately negative-cache a key (set to its max fail count) so the next lookup short-circuits via KademliaNetworkDatabaseFacade.isNegativeCached(net.i2p.data.Hash) instead of running a full search.
NegativeLookupCache - Class in net.i2p.router.networkdb.kademlia
Negative cache for network database lookup operations.
NegativeLookupCache(RouterContext) - Constructor for class net.i2p.router.networkdb.kademlia.NegativeLookupCache
Creates a new NegativeLookupCache.
net.i2p - package net.i2p
Core I2P package providing fundamental interfaces, version information, and entry points to essential I2P services.
net.i2p.addressbook - package net.i2p.addressbook
Address book application for fetching and maintaining I2P host databases from subscription sources.
net.i2p.addressbook.servlet - package net.i2p.addressbook.servlet
Servlet for starting and managing the address book DaemonThread.
net.i2p.apache.http.conn.ssl - package net.i2p.apache.http.conn.ssl
SSL/TLS socket factory and hostname verification from Apache HttpClient 4.4.1, providing secure HTTP connection support for I2P.
net.i2p.apache.http.conn.util - package net.i2p.apache.http.conn.util
HTTP connection utilities from Apache HttpClient 4.4.1, providing connection management, network address utilities, and public suffix matching.
net.i2p.apache.http.util - package net.i2p.apache.http.util
HTTP utility classes from Apache HttpCore 4.4.1, providing argument validation and related HTTP utilities.
net.i2p.app - package net.i2p.app
Interfaces for classes to be started and stopped via clients.config.
net.i2p.apps.systray - package net.i2p.apps.systray
System tray integration and URL launcher for the I2P router console.
net.i2p.client - package net.i2p.client
Interfaces and factories for the base I2P SDK used to develop 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 recipient has an authenticated mechanism to reply to it.
net.i2p.client.impl - package net.i2p.client.impl
Internal implementation of the I2P client SDK, providing the client side of the I2CP protocol for applications communicating through I2P.
net.i2p.client.naming - package net.i2p.client.naming
Naming service for resolving human-readable names to I2P destinations, providing a standard interface without JNDI complexity.
net.i2p.client.streaming - package net.i2p.client.streaming
API, interfaces, and factory for a TCP-like (reliable, authenticated, in order) set of sockets for communicating over IP-like (unreliable, unauthenticated, unordered) I2P messages.
net.i2p.client.streaming.impl - package net.i2p.client.streaming.impl
Implementation of 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
Core cryptographic primitives and algorithms used throughout I2P.
net.i2p.crypto.eddsa - package net.i2p.crypto.eddsa
Java implementation of EdDSA, a digital signature scheme using a variant of elliptic curve cryptography based on Twisted Edwards curves.
net.i2p.crypto.eddsa.math - package net.i2p.crypto.eddsa.math
Data structures that define curves and fields, and the mathematical operations on them.
net.i2p.crypto.eddsa.math.bigint - package net.i2p.crypto.eddsa.math.bigint
Generic mathematical implementation using Java BigIntegers for arbitrary elliptic curves.
net.i2p.crypto.eddsa.math.ed25519 - package net.i2p.crypto.eddsa.math.ed25519
High-performance, optimized mathematical implementation for Ed25519 using Radix 2^51 representation.
net.i2p.crypto.eddsa.spec - package net.i2p.crypto.eddsa.spec
Specifications and parameter tables for EdDSA elliptic curves and cryptographic keys.
net.i2p.crypto.elgamal - package net.i2p.crypto.elgamal
Implementation of the ElGamal public-key cryptosystem for I2P.
net.i2p.crypto.elgamal.impl - package net.i2p.crypto.elgamal.impl
Concrete implementations of ElGamal cryptographic keys for I2P.
net.i2p.crypto.elgamal.spec - package net.i2p.crypto.elgamal.spec
Parameter specifications and key interfaces for ElGamal cryptographic operations.
net.i2p.crypto.provider - package net.i2p.crypto.provider
Java Security Provider implementation for I2P cryptographic algorithms.
net.i2p.crypto.x25519 - package net.i2p.crypto.x25519
Implementation of X25519 elliptic curve Diffie-Hellman key exchange for I2P.
net.i2p.crypto.x25519.spec - package net.i2p.crypto.x25519.spec
Parameter specifications and algorithm configuration for X25519 operations.
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 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
This package defines the low-level messages sent between routers, called Invisible Internet Network Protocol (I2NP).
net.i2p.data.router - package net.i2p.data.router
Router-specific data structures and identity management classes for I2P.
net.i2p.desktopgui - package net.i2p.desktopgui
Desktop graphical interface for managing I2P router lifecycle from the system tray.
net.i2p.desktopgui.i18n - package net.i2p.desktopgui.i18n
Internationalization (i18n) support for the Desktop GUI.
net.i2p.desktopgui.router - package net.i2p.desktopgui.router
Router integration and communication for the Desktop GUI.
net.i2p.i2pcontrol - package net.i2p.i2pcontrol
I2P Control provides a JSON-RPC 2.0 interface for controlling and monitoring the I2P router.
net.i2p.i2pcontrol.security - package net.i2p.i2pcontrol.security
Security components for I2P Control authentication and authorization.
net.i2p.i2pcontrol.servlets - package net.i2p.i2pcontrol.servlets
HTTP servlets for handling I2P Control JSON-RPC 2.0 requests.
net.i2p.i2pcontrol.servlets.configuration - package net.i2p.i2pcontrol.servlets.configuration
Configuration management for I2P Control settings and parameters.
net.i2p.i2pcontrol.servlets.jsonrpc2handlers - package net.i2p.i2pcontrol.servlets.jsonrpc2handlers
JSON-RPC 2.0 handlers for I2P Control API methods.
net.i2p.i2ptunnel - package net.i2p.i2ptunnel
Implementation of preconfigured tunnels for both clients and servers, with a comprehensive UI for tunnel management and configuration.
net.i2p.i2ptunnel.access - package net.i2p.i2ptunnel.access
Definition-based incoming connection filter for I2PTunnel, allowing fine-grained access control for server tunnels.
net.i2p.i2ptunnel.irc - package net.i2p.i2ptunnel.irc
IRC-specific tunnel enhancements including protocol filters and DCC (Direct Client-to-Client) connection handlers for IRC client tunnels.
net.i2p.i2ptunnel.localServer - package net.i2p.i2ptunnel.localServer
Lightweight HTTP server for serving static resources (CSS, images) used by I2PTunnel HTTP client proxy error pages.
net.i2p.i2ptunnel.socks - package net.i2p.i2ptunnel.socks
SOCKS protocol tunnel implementation for I2P, supporting SOCKS 4, 4a, and 5.
net.i2p.i2ptunnel.streamr - package net.i2p.i2ptunnel.streamr
Special-purpose tunnels for streaming UDP clients and servers, optimized for audio and video streaming applications.
net.i2p.i2ptunnel.udp - package net.i2p.i2ptunnel.udp
Core API and interfaces used by UDP tunnel implementations.
net.i2p.i2ptunnel.udpTunnel - package net.i2p.i2ptunnel.udpTunnel
UDP tunnel implementation for I2PTunnel.
net.i2p.i2ptunnel.ui - package net.i2p.i2ptunnel.ui
Public API classes for programmatic tunnel configuration and management.
net.i2p.i2ptunnel.util - package net.i2p.i2ptunnel.util
Internal HTTP utilities and helper classes for I2PTunnel operations.
net.i2p.i2ptunnel.web - package net.i2p.i2ptunnel.web
Web-based user interface for managing I2PTunnel configurations, implemented as a webapp packaged in i2ptunnel.war.
net.i2p.imagegen - package net.i2p.imagegen
Servlets and services for generating QR codes and identicon images for I2P destinations and identifiers.
net.i2p.installer - package net.i2p.installer
Helper utilities and support classes used by the I2P installer.
net.i2p.internal - package net.i2p.internal
Internal communication interfaces for router and client within same JVM, using queues instead of socket-based I2CP.
net.i2p.jetty - package net.i2p.jetty
I2P integration layer for the Jetty web server, providing embedded Jetty startup, configuration, and logging integration with the I2P router.
net.i2p.kademlia - package net.i2p.kademlia
Generic Kademlia distributed hash table implementation supporting multiple hash algorithms (SHA1, SHA256, etc.).
net.i2p.router - package net.i2p.router
The I2P router application handles I2P network communication.
net.i2p.router.app - package net.i2p.router.app
Interface and framework for applications managed by the I2P router via clients.config.
net.i2p.router.client - package net.i2p.router.client
Router-side implementation of the I2CP (I2P Client Protocol) interface for application integration.
net.i2p.router.crypto - package net.i2p.router.crypto
Router-specific cryptographic operations and implementations for I2P security.
net.i2p.router.crypto.pqc - package net.i2p.router.crypto.pqc
Post-quantum cryptographic algorithms for I2P.
net.i2p.router.crypto.ratchet - package net.i2p.router.crypto.ratchet
Implementation of ECIES-X25519-AEAD-Ratchet cryptographic protocol (I2P proposal 144), providing forward secrecy and enhanced security for I2P transport communications.
net.i2p.router.dummy - package net.i2p.router.dummy
Dummy implementations and stub classes for testing purposes.
net.i2p.router.message - package net.i2p.router.message
Garlic message creation, parsing, and source routing for I2P communications.
net.i2p.router.naming - package net.i2p.router.naming
The default naming service implementation for the I2P router, using the BlockfileNamingService based on the Metanotion BlockFile Database.
net.i2p.router.networkdb - package net.i2p.router.networkdb
Network database management and coordination for the I2P distributed hash table.
net.i2p.router.networkdb.kademlia - package net.i2p.router.networkdb.kademlia
Kademlia DHT implementation and floodfill router functionality for I2P.
net.i2p.router.networkdb.reseed - package net.i2p.router.networkdb.reseed
Router reseeding functionality for bootstrapping into the I2P network.
net.i2p.router.news - package net.i2p.router.news
Classes to parse the I2P news format, which follows the Atom standard with additional metadata for the I2P update notification feature.
net.i2p.router.peermanager - package net.i2p.router.peermanager
Peer management, profiling, and capacity calculation for I2P network optimization.
net.i2p.router.startup - package net.i2p.router.startup
The I2P startup package loads configuration when I2P is started.
net.i2p.router.sybil - package net.i2p.router.sybil
Offline analysis tools for detecting Sybil attacks and malicious peer coordination in the I2P network.
net.i2p.router.tasks - package net.i2p.router.tasks
Periodic maintenance tasks and background jobs for I2P router operations.
net.i2p.router.time - package net.i2p.router.time
Time synchronization and clock management for I2P router using NTP.
net.i2p.router.transport - package net.i2p.router.transport
Transport layer implementations and management for I2P network communication.
net.i2p.router.transport.crypto - package net.i2p.router.transport.crypto
Cryptographic operations for I2P transport protocols, including key exchange algorithms, session key management, and transport-layer encryption.
net.i2p.router.transport.ntcp - package net.i2p.router.transport.ntcp
The NTCP (New TCP) transport for I2P, allowing I2P messages to be passed over TCP connections.
net.i2p.router.transport.udp - package net.i2p.router.transport.udp
The UDP transport (also known as 'SSU' or Secure Semi-reliable UDP transport) for I2P, allowing I2P messages to be passed over UDP connections.
net.i2p.router.tunnel - package net.i2p.router.tunnel
Core tunnel management, message processing, and encryption for I2P's anonymous routing system.
net.i2p.router.tunnel.pool - package net.i2p.router.tunnel.pool
Tunnel pool management, creation, and peer selection for I2P's anonymous routing system.
net.i2p.router.update - package net.i2p.router.update
Classes to implement the router update process for checking and applying I2P router updates from the update manager.
net.i2p.router.util - package net.i2p.router.util
Utility classes and helper functions used throughout the I2P router.
net.i2p.router.web - package net.i2p.router.web
The router console user interface, implemented in routerconsole.jar, with these classes supporting the webapp in routerconsole.war.
net.i2p.router.web.helpers - package net.i2p.router.web.helpers
Helpers and handlers for the router console user interface, with these classes supporting the webapp in routerconsole.war.
net.i2p.router.web.servlets - package net.i2p.router.web.servlets
Full servlets, mostly for static content.
net.i2p.sam - package net.i2p.sam
The SAM (Simple Anonymous Messaging) client API.
net.i2p.sam.client - package net.i2p.sam.client
Demo and test client classes.
net.i2p.servlet - package net.i2p.servlet
Servlet utility classes for I2P web applications, originally from susimail and moved to jetty-i2p.jar in 0.9.19 for shared use across all I2P webapps.
net.i2p.servlet.filters - package net.i2p.servlet.filters
Servlet filters for the I2P router console web application, providing authentication, session management, and security header enforcement.
net.i2p.servlet.util - package net.i2p.servlet.util
Utility classes for servlet operations and HTTP request handling.
net.i2p.socks - package net.i2p.socks
SOCKS protocol implementation providing client and server functionality for proxy operations through I2P.
net.i2p.stat - package net.i2p.stat
Statistical collection and analysis framework used throughout the I2P router for adaptive operation, performance monitoring, and debugging.
net.i2p.time - package net.i2p.time
Time synchronization utilities and interfaces for I2P applications.
net.i2p.update - package net.i2p.update
Interfaces and utilities for update process that operate without requiring full router context.
net.i2p.util - package net.i2p.util
Core utility classes and helper functions used throughout the I2P router and applications.
net.metanotion - package net.metanotion
Metanotion BlockFile Database
net.metanotion.io - package net.metanotion.io
Input/output utilities for the address book application.
net.metanotion.io.block - package net.metanotion.io.block
Block-based storage and file system utilities.
net.metanotion.io.block.index - package net.metanotion.io.block.index
Indexing and search utilities for block-based storage.
net.metanotion.io.data - package net.metanotion.io.data
Data structures and serialization utilities.
net.metanotion.util.skiplist - package net.metanotion.util.skiplist
Skip list data structure implementation.
netDb() - Method in class net.i2p.router.RouterContext
Get the main network database facade for standard database operations.
NetDbCachingJob - Class in net.i2p.router.web.helpers
A caching job that periodically performs: - Reverse DNS precaching for known routers - Introducer precaching for known routers Ensures: - Only one instance is ever scheduled.
NetDbCachingJob(RouterContext, boolean, boolean) - Constructor for class net.i2p.router.web.helpers.NetDbCachingJob
NetDbCachingJob.
NetDbHelper - Class in net.i2p.router.web.helpers
Helper for network database page rendering and form processing.
NetDbHelper() - Constructor for class net.i2p.router.web.helpers.NetDbHelper
 
NetDbRenderer - Class in net.i2p.router.web.helpers
Renders the network database (netdb) information for the router console.
NetDbRenderer(RouterContext) - Constructor for class net.i2p.router.web.helpers.NetDbRenderer
Construct a new instance.
NetDbRenderer.RAComparator - Class in net.i2p.router.web.helpers
Comparator for router addresses by transport then host.
netDbSegmentor() - Method in class net.i2p.router.RouterContext
Get the network database segmentor for advanced database access.
NETID_OFFSET - Static variable in class net.i2p.router.transport.udp.SSU2Util
Offset of network ID in header
netmask(int) - Method in class com.maxmind.geoip.LookupService
netmask.
NETSPEED_EDITION - Static variable in class com.maxmind.geoip.DatabaseInfo
Net speed edition
NETSPEED_EDITION_REV1 - Static variable in class com.maxmind.geoip.DatabaseInfo
Net speed edition revision 1
NETSPEED_EDITION_REV1_V6 - Static variable in class com.maxmind.geoip.DatabaseInfo
Net speed edition revision 1 IPv6
NETWORK - Static variable in class net.i2p.router.util.EventLog
NETWORK.
NETWORK_BUFFER_SIZE - Static variable in class net.i2p.i2ptunnel.I2PTunnelRunner
network buffer size for buffered streams
NETWORK_UNREACHABLE - Static variable in class net.i2p.socks.SOCKS5Constants.Reply
NETWORK_UNREACHABLE.
NetworkDatabaseFacade - Class in net.i2p.router
Abstract interface for I2P network database operations.
NetworkDatabaseFacade() - Constructor for class net.i2p.router.NetworkDatabaseFacade
 
NetworkSettingHandler - Class in net.i2p.i2pcontrol.servlets.jsonrpc2handlers
JSON-RPC2 handler for the NetworkSetting method.
NetworkSettingHandler(RouterContext, JSONRPC2Helper) - Constructor for class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.NetworkSettingHandler
NetworkSettingHandler.
NetworkStateMessage(SidebarHelper.NetworkState, String) - Constructor for class net.i2p.router.web.helpers.SidebarHelper.NetworkStateMessage
Create a network state message
NEW_IDENT - Static variable in class net.i2p.router.util.EventLog
NEW_IDENT.
newClientKey(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
Handles either order newClientName/newClientKey
newClientName(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
Handles either order newClientName/newClientKey
NewFrame - Class in edu.internet2.ndt
Utility class that creates a new "Frame" with a window closing functionality.
NewFrame(JApplet) - Constructor for class edu.internet2.ndt.NewFrame
Creates a new frame with the specified parent applet.
newIncoming(String, int, String) - Method in class net.i2p.i2ptunnel.irc.DCCClientManager
Handle an incoming DCC request from a remote peer.
newIncoming(String, int, String) - Method in interface net.i2p.i2ptunnel.irc.DCCHelper
An incoming DCC request
NEWINSTALL_SERVICES - Static variable in class net.i2p.router.web.helpers.HomeHelper
Default services list for new installs
newInstance() - Method in interface net.i2p.util.TryCache.ObjectFactory
Create instance
newInstance(int, SkipSpan<K, V>, SkipList<K, V>) - Method in class net.metanotion.io.block.index.BSkipLevels
Create a new instance of this level type.
newInstance(SkipList<K, V>) - Method in class net.metanotion.io.block.index.BSkipSpan
Create a new instance of this span type.
newInstance(SkipList<K, V>) - Method in class net.metanotion.io.block.index.IBSkipSpan
Create a new span instance for a page split.
newInstance(int, SkipSpan<K, V>, SkipList<K, V>) - Method in class net.metanotion.util.skiplist.SkipLevels
Create a new instance of this SkipLevels.
newInstance(SkipList<K, V>) - Method in class net.metanotion.util.skiplist.SkipSpan
Create a new instance of this span type.
NewMailListener - Interface in i2p.susi.webmail
Listener for notifications about new email arrivals.
newOutgoing(byte[], int, String) - Method in interface net.i2p.i2ptunnel.irc.DCCHelper
An outgoing DCC request
newOutgoing(byte[], int, String) - Method in class net.i2p.i2ptunnel.irc.I2PTunnelDCCServer
An outgoing DCC request
newPeersFound(int) - Method in class net.i2p.router.networkdb.kademlia.ExploreJob
Called when the search has returned new peers that were previously unknown.
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.
newPeerToTry(Hash) - Method in class net.i2p.router.networkdb.kademlia.IterativeSearchJob
A new (floodfill) peer was discovered that may have the answer.
newResendPacketEvent(PacketLocal) - Method in class net.i2p.client.streaming.impl.Connection
A new ResendPacketEvent.
NEWS_FILE - Static variable in class net.i2p.router.web.NewsHelper
NEWS_FILE.
newSAMStreamSessionSocketReader(I2PSocket, int) - Method in class net.i2p.sam.SAMStreamSession
Create a new SAM STREAM session socket reader.
newSAMStreamSessionSocketReader(I2PSocket, int) - Method in class net.i2p.sam.SAMv2StreamSession
newSAMStreamSessionSocketReader.
newSAMv2StreamSession(String, String, Properties) - Method in class net.i2p.sam.SAMv2Handler
New SAMv2 stream session.
NewsCommandLine - Class in net.i2p.router.news
Command line interface for news and blocklist management utilities.
NewsCommandLine() - Constructor for class net.i2p.router.news.NewsCommandLine
Protected constructor to prevent instantiation
NewsEntry - Class in net.i2p.router.news
Represents a single news entry with content and metadata.
NewsEntry() - Constructor for class net.i2p.router.news.NewsEntry
 
NewsFeedHelper - Class in net.i2p.router.web
HTML-formatted full news entries
NewsFeedHelper() - Constructor for class net.i2p.router.web.NewsFeedHelper
 
NewsFetcher - Class in net.i2p.router.update
Task to fetch updates to the news.xml, and to keep track of whether that has an announcement for a new version.
NewsFetcher(RouterContext, ConsoleUpdateManager, List<URI>) - Constructor for class net.i2p.router.update.NewsFetcher
NewsFetcher.
NewsFetcher(RouterContext, ConsoleUpdateManager, List<URI>, long) - Constructor for class net.i2p.router.update.NewsFetcher
 
NewsHandler - Class in net.i2p.router.update
Task to periodically look for updates to the news.xml, and to keep track of whether that has an announcement for a new version.
NewsHandler(RouterContext, ConsoleUpdateManager) - Constructor for class net.i2p.router.update.NewsHandler
NewsHandler.
NewsHelper - Class in net.i2p.router.web
If news file does not exist, use file from the initialNews directory in $I2P
NewsHelper() - Constructor for class net.i2p.router.web.NewsHelper
 
NewsManager - Class in net.i2p.router.news
Manages I2P router news entries with in-memory storage and disk persistence.
NewsManager(I2PAppContext, ClientAppManager, String[]) - Constructor for class net.i2p.router.news.NewsManager
 
NewsMetadata - Class in net.i2p.router.news
Data structure for I2P router news feed metadata and update information.
NewsMetadata() - Constructor for class net.i2p.router.news.NewsMetadata
 
NewsMetadata.Release - Class in net.i2p.router.news
Represents a software release with version requirements and update sources.
NewsMetadata.Update - Class in net.i2p.router.news
Represents an update source with multiple distribution methods.
NewsTimerTask - Class in net.i2p.router.update
Task to periodically look for updates to the news.xml, and to keep track of whether that has an announcement for a new version.
NewsTimerTask(RouterContext, ConsoleUpdateManager) - Constructor for class net.i2p.router.update.NewsTimerTask
NewsTimerTask.
newStreamSender(I2PSocket, int) - Method in class net.i2p.sam.SAMStreamSession
newStreamSender.
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)
NewsXMLParser - Class in net.i2p.router.news
Parser for I2P news feeds in Atom format with security filtering.
NewsXMLParser(I2PAppContext) - Constructor for class net.i2p.router.news.NewsXMLParser
Creates a new NewsXMLParser with the given context
NewsXMLParser.XHTMLMode - Enum in net.i2p.router.news
The action taken when encountering a non-whitelisted XHTML element or blacklisted attribute in the feed content.
newThread(Runnable) - Method in class org.rrd4j.core.RrdSyncThreadPool.DaemonThreadFactory
newThread.
NewTokenBlock(EstablishmentManager.Token) - Constructor for class net.i2p.router.transport.udp.SSU2Payload.NewTokenBlock
NewTokenBlock.
newUnpaddedArray(Class<T>, int) - Static method in class net.i2p.router.crypto.ratchet.ArrayUtils
Return a new typed array of the specified minimum length.
newUnpaddedCharArray(int) - Static method in class net.i2p.router.crypto.ratchet.ArrayUtils
Return a new char array of the specified minimum length.
newUnpaddedObjectArray(int) - Static method in class net.i2p.router.crypto.ratchet.ArrayUtils
Return a new Object array of the specified minimum length.
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.HostTxtIterator
Return the next entry.
next() - Method in class net.i2p.addressbook.SubscriptionIterator
Fetch the next subscription's address book, if the delay has been met.
next() - Method in class net.i2p.router.util.CachedIteratorCollection.CachedIterator
Returns the next node in the iteration
next() - Method in class net.i2p.router.util.RandomIterator
next.
next() - Method in class net.metanotion.io.block.index.IBSkipIterator
 
next() - Method in class net.metanotion.util.skiplist.SkipIterator
 
next - Variable in class net.metanotion.util.skiplist.SkipSpan
Next and previous spans
next - Variable in class org.minidns.record.NSEC
The next owner name that contains a authoritative data or a delegation point.
NEXT_RKEY_RI_ADVANCE_TIME - Static variable in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Advance time before midnight to flood to next routing key for RouterInfo.
nextBits(int) - Method in class net.i2p.util.FortunaRandomSource
Pull the next numBits of random data off the fortuna instance (returning 0 through 2^numBits-1 Caller must synchronize!
nextBoolean() - Method in class net.i2p.util.FortunaRandomSource
Random boolean.
nextByte() - Method in class gnu.crypto.prng.BasePRNGStandalone
 
nextByte() - Method in class gnu.crypto.prng.DevRandom
 
nextByte() - Method in interface gnu.crypto.prng.IRandomStandalone
Returns the next 8 bits of random data generated from this instance.
nextByte() - Method in class net.i2p.util.FortunaRandomSource
Not part of java.util.SecureRandom, but added for efficiency, since Fortuna supports it.
nextBytes(byte[]) - Method in class gnu.crypto.prng.BasePRNGStandalone
 
nextBytes(byte[], int, int) - Method in class gnu.crypto.prng.BasePRNGStandalone
 
nextBytes(byte[]) - Method in class gnu.crypto.prng.DevRandom
 
nextBytes(byte[], int, int) - Method in class gnu.crypto.prng.DevRandom
 
nextBytes(byte[]) - Method in interface gnu.crypto.prng.IRandomStandalone
Fill the output byte array with random bytes.
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.FortunaRandomSource
Fill buffer with random bytes.
nextBytes(byte[], int, int) - Method in class net.i2p.util.FortunaRandomSource
Not part of java.util.SecureRandom, but added for efficiency, since Fortuna supports it.
nextBytes(byte[], int, int) - Method in class net.i2p.util.RandomSource
Not part of java.util.SecureRandom, but added since Fortuna supports it.
nextchar - Variable in class gnu.getopt.Getopt
The next char to be scanned in the option-element in which the last option character we returned was found.
nextDouble() - Method in class net.i2p.util.FortunaRandomSource
Implementation from sun's java.util.Random javadocs
nextFloat() - Method in class net.i2p.util.FortunaRandomSource
Implementation from sun's java.util.Random javadocs
nextForwardKey - Variable in class net.i2p.router.crypto.ratchet.RatchetEntry
The next {forward} chain key
nextGaussian() - Method in class net.i2p.util.FortunaRandomSource
Implementation from sun's java.util.Random javadocs
nextIndex() - Method in class net.metanotion.util.skiplist.SkipIterator
Not supported.
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
Non-negative random int.
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).
nextKey() - Method in class net.metanotion.io.block.index.IBSkipIterator
The key.
nextKey() - Method in class net.metanotion.util.skiplist.SkipIterator
The key.
NextKeyBlock(NextSessionKey) - Constructor for class net.i2p.router.crypto.ratchet.RatchetPayload.NextKeyBlock
 
nextKeyReceived(PublicKey, NextSessionKey) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
Process a received next key
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
All possible long values, positive and negative.
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.
nextPage() - Method in class i2p.susi.util.Folder
Turns folder to next page.
nextPage - Variable in class net.metanotion.io.block.index.BSkipSpan
Next page number
nextReverseKey - Variable in class net.i2p.router.crypto.ratchet.RatchetEntry
The next {reverse} chain key
NextSessionKey - Class in net.i2p.router.crypto.ratchet
X25519 public key with identifier for next session key exchange in ratchet protocol
NextSessionKey(byte[], int, boolean, boolean) - Constructor for class net.i2p.router.crypto.ratchet.NextSessionKey
Create a NextSessionKey from raw key data.
NextSessionKey(int, boolean, boolean) - Constructor for class net.i2p.router.crypto.ratchet.NextSessionKey
Create a NextSessionKey with null data, for acks/requests only.
nextToken() - Method in class org.rrd4j.core.timespec.TimeScanner
Next token from the date string.
ngettext(ResourceBundle, String, String, long) - Static method in class gnu.gettext.GettextResource
Returns the plural form for n of the translation of msgid.
ngettext(String, String, int) - Static method in class i2p.susi.dns.BaseBean
Translate a string with plural form (ngettext).
ngettext(String, String, int, I2PAppContext) - Static method in class net.i2p.i2ptunnel.ui.Messages
translate (ngettext)
ngettext(String, String, int) - Method in class net.i2p.i2ptunnel.ui.Messages
translate (ngettext)
ngettext(String, String, int) - Method in class net.i2p.i2ptunnel.web.IndexBean
translate (ngettext)
ngettext(String, String, int) - Method in class net.i2p.router.transport.TransportImpl
Translate
ngettext(String, String, int) - Method in class net.i2p.router.web.HelperBase
Translate a string with plural forms (ngettext).
ngettext(String, String, int) - Method in class net.i2p.router.web.helpers.ConfigReseedHandler
Translate a message with plural forms.
ngettext(String, String, int) - Method in class net.i2p.router.web.helpers.ProfileOrganizerRenderer
Translate with plural support
NID - Class in org.klomp.snark.dht
Node Identifier (NID) for Kademlia DHT operations.
NID() - Constructor for class org.klomp.snark.dht.NID
Creates a new empty NID.
NID(byte[]) - Constructor for class org.klomp.snark.dht.NID
Creates a new NID with the specified data.
NineBlockIdenticonRenderer2 - Class in com.docuverse.identicon
Generates 3x3 geometric identicons from hash codes using symmetric and rotated patch patterns.
NineBlockIdenticonRenderer2() - Constructor for class com.docuverse.identicon.NineBlockIdenticonRenderer2
Constructs a renderer with the default patch size.
nKeys - Variable in class net.metanotion.util.skiplist.SkipSpan
Number of keys in this span
NL - Static variable in class net.i2p.util.LogRecordFormatter
Line separator.
NO_ACCEPTABLE_METHODS - Static variable in class net.i2p.socks.SOCKS5Constants.Method
NO_ACCEPTABLE_METHODS.
NO_ACTION - Static variable in class com.southernstorm.noise.protocol.HandshakeState
No action is required of the application yet because the handshake has not started.
NO_ARGUMENT - Static variable in class gnu.getopt.LongOpt
Constant value used for the "has_arg" constructor argument.
NO_AUTH_REQUIRED - Static variable in class net.i2p.socks.SOCKS5Constants.Method
NO_AUTH_REQUIRED.
NO_CACHE - Static variable in class org.cybergarage.http.HTTP
Cache-Control no-cache directive value
NO_COMPRESSION - Static variable in class net.i2p.data.DataHelper
No compression (level 0).
NO_TOKEN - Static variable in exception net.i2p.i2pcontrol.servlets.jsonrpc2handlers.JSONRPC2ExtendedError
Invalid JSON-RPC 2.0, implementation defined error (-32099 ..
NO_TRACE - Static variable in exception com.google.zxing.ReaderException
empty stack trace array for disabled stack traces
NO_UDP - Static variable in class org.freenetproject.DetectedIP
No UDP connectivity at all
NoCache - Class in com.maxmind.db
A no-op cache singleton.
Node - Class in org.cybergarage.xml
Represents an XML node with name, value, attributes, and child nodes.
Node() - Constructor for class org.cybergarage.xml.Node
Creates a Node with empty UserData and no Parent Node.
Node(String) - Constructor for class org.cybergarage.xml.Node
Creates a Node with specified name.
Node(String, String) - Constructor for class org.cybergarage.xml.Node
Creates a Node with namespace and name.
Node(Node) - Constructor for class org.cybergarage.xml.Node
Creates a copy of an existing node.
NodeCache - Interface in com.maxmind.db
Interface for caching nodes during MaxMind database lookups.
NodeCache.Loader - Interface in com.maxmind.db
Interface for loading nodes on cache miss.
NodeData - Class in org.cybergarage.upnp.xml
Base data container for UPnP XML node information.
NodeData() - Constructor for class org.cybergarage.upnp.xml.NodeData
NodeData.
NodeInfo - Class in org.klomp.snark.dht
Comprehensive node information container for DHT operations.
NodeInfo(Destination, int) - Constructor for class org.klomp.snark.dht.NodeInfo
With a fake NID used for pings
NodeInfo(NID, Destination, int) - Constructor for class org.klomp.snark.dht.NodeInfo
Use this if we have the full destination.
NodeInfo(NID, Hash, int) - Constructor for class org.klomp.snark.dht.NodeInfo
No Destination yet available.
NodeInfo(byte[], int) - Constructor for class org.klomp.snark.dht.NodeInfo
No Destination yet available.
NodeInfo(String) - Constructor for class org.klomp.snark.dht.NodeInfo
Create from persistent storage string.
NodeInfoComparator - Class in org.klomp.snark.dht
Comparator for finding nodes closest to a target key in the DHT keyspace.
NodeInfoComparator(SHA1Hash) - Constructor for class org.klomp.snark.dht.NodeInfoComparator
Creates a new comparator for measuring distance to the specified target key.
NodeList - Class in org.cybergarage.xml
A vector-based collection of XML nodes.
NodeList() - Constructor for class org.cybergarage.xml.NodeList
Creates an empty NodeList.
Noise - Class in com.southernstorm.noise.protocol
Utility functions for the Noise protocol library.
Noise() - Constructor for class com.southernstorm.noise.protocol.Noise
 
NoiseInit - Class in com.southernstorm.noise.protocol
I2P refactor to make Pattern IDs enums Pulled out from HandshakeState and SymmetricState
NoiseInit.PatternID - Enum in com.southernstorm.noise.protocol
Pattern identifiers for Noise protocol handshake patterns.
noLegend - Variable in class org.rrd4j.graph.RrdGraphDef
Whether to suppress the legend.
nolimit - Variable in class net.i2p.sam.SAMv2StreamSession.SAMv2StreamSessionSocketReader
nolimit.
noMinorGrid - Variable in class org.rrd4j.graph.RrdGraphDef
Whether to turn off minor grid lines.
nonce - Variable in class org.bouncycastle.pqc.crypto.mlkem.MLKEMPrivateKeyParameters
Nonce value.
NonLdhLabel - Class in org.minidns.dnslabel
A DNS label which contains more than just letters, digits and a hyphen.
NonLdhLabel(String) - Constructor for class org.minidns.dnslabel.NonLdhLabel
NonLdhLabel.
NonReservedLdhLabel - Class in org.minidns.dnslabel
A Non-Reserved LDH label (NR-LDH label), which do not have "--" in the third and fourth position.
NonReservedLdhLabel(String) - Constructor for class org.minidns.dnslabel.NonReservedLdhLabel
Create label
NonRrdSource - Interface in org.rrd4j.data
Interface for non-RRD data sources.
Represents computed or derived data sources that don't directly reference RRD data but calculate values from other sources.
NOON - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "noon" - represents 12:00:00 of today or tomorrow
NOPROXY_INACTIVITY_TIMEOUT - Static variable in class net.i2p.router.update.UpdateRunner
inactivity timeout without proxy in ms
normaliseAddress(String) - Static method in class net.i2p.apache.http.conn.ssl.DefaultHostnameVerifier
Normalize an IPv6 or DNS name.
normalize(long, long) - Static method in class org.rrd4j.core.Util
Rounds the given timestamp to the nearest whole "step".
normalize(long[], double[]) - Method in class org.rrd4j.data.Normalizer
Normalize timestamps and values to the target interval
normalizeOrgName(String) - Static method in class net.i2p.router.transport.GeoIP
Normalize an ISP/org name from the ASN database.
Normalizer - Class in org.rrd4j.data
Normalizes RRD data timestamps and values to consistent intervals.
Handles alignment of time-series data to ensure regular sampling intervals and proper chronological ordering.
Normalizer(long[]) - Constructor for class org.rrd4j.data.Normalizer
 
NOROOT_EXCEPTION - Static variable in class org.cybergarage.upnp.device.Description
Error message when root node is not found
NOROOTDEVICE_EXCEPTION - Static variable in class org.cybergarage.upnp.device.Description
Error message when root device node is not found
NORTH - Static variable in class com.vuze.plugins.mlab.tools.ndt.swingemu.BorderLayout
North region constant
NOT_FLOODFILL - Static variable in class net.i2p.router.util.EventLog
NOT_FLOODFILL.
NOT_FOUND - Static variable in class org.cybergarage.http.HTTPStatus
HTTP 404 Not Found
NOT_RUNNING - Static variable in class net.i2p.i2ptunnel.ui.GeneralHelper
Tunnel is not running
NOT_RUNNING - Static variable in class net.i2p.i2ptunnel.web.IndexBean
Tunnel status: not running.
NOT_SUPPORTED - Static variable in class org.freenetproject.DetectedIP
The plugin does not support detecting the NAT type.
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
Note preprocessing statistics.
noteProxyResult(String, String, boolean, boolean) - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
Update the cache and note if failed.
NotificationHandler - Interface in com.thetransactioncompany.jsonrpc2.server
Interface for handling JSON-RPC 2.0 notifications.
NotificationService - Interface in net.i2p.app
A service to send messages to users.
notify(ClientApp, ClientAppState, String, Exception) - Method in interface net.i2p.app.ClientAppManager
Must be called on all state transitions except from UNINITIALIZED to INITIALIZED.
notify(ClientApp, ClientAppState, String, Exception) - Method in class net.i2p.app.ClientAppManagerImpl
Does nothing.
notify(String, String, int, String, String, String) - Method in interface net.i2p.app.NotificationService
Send a (possibly delayed) notification to the user.
notify(String, String, int, String, String, String) - Method in class net.i2p.desktopgui.ExternalMain
Send a notification to the user.
notify(String, String, int, String, String, String) - Method in class net.i2p.desktopgui.Main
Send a notification to the user.
notify(ClientApp, ClientAppState, String, Exception) - Method in class net.i2p.router.startup.RouterAppManager
Must be called on all state transitions except from UNINITIALIZED to INITIALIZED.
NOTIFY - Static variable in class org.cybergarage.http.HTTP
NOTIFY HTTP method (used by UPnP eventing)
notify(StateVariable) - Method in class org.cybergarage.upnp.Service
notify.
notifyAllStateVariables() - Method in class org.cybergarage.upnp.Service
notifyAllStateVariables.
notifyAttemptFailed(UpdateTask, String, Throwable) - Method in class net.i2p.router.update.ConsoleUpdateManager
Not necessarily the end if there are more URIs to try.
notifyAttemptFailed(UpdateTask, String, Throwable) - Method in interface net.i2p.update.UpdateManager
Not necessarily the end if there are more URIs to try.
notifyCheckComplete(UpdateTask, boolean, boolean) - Method in class net.i2p.router.update.ConsoleUpdateManager
Called by the Updater after check() was called and all notifyVersionAvailable() callbacks are finished
notifyCheckComplete(UpdateTask, boolean, boolean) - Method in interface net.i2p.update.UpdateManager
Called by the Checker after check() was called and all notifyVersionAvailable() callbacks are finished
notifyCloseSent() - Method in class net.i2p.client.streaming.impl.Connection
Called by CPH when a CLOSE packet is sent.
notifyComplete(UpdateTask, String) - Method in class net.i2p.router.update.ConsoleUpdateManager
An expiring status
notifyComplete(UpdateTask, String, File) - Method in class net.i2p.router.update.ConsoleUpdateManager
An update has been downloaded but not verified.
notifyComplete(UpdateTask, String, File) - Method in interface net.i2p.update.UpdateManager
An update has been downloaded but not verified.
notifyEvent(String, Object) - Method in class net.i2p.i2ptunnel.irc.DCCClientManager
EventReceiver callback for DCC client connection events.
notifyEvent(String, Object) - Method in class net.i2p.i2ptunnel.irc.EventReceiver
 
notifyEvent(String, Object) - Method in interface net.i2p.util.EventDispatcher
Deliver an event
notifyEvent(String, Object) - Method in class net.i2p.util.EventDispatcherImpl
 
notifyInstalled(UpdateType, String, String) - Method in class net.i2p.router.update.ConsoleUpdateManager
Adds to installed, removes from downloaded and available
notifyInstalled(UpdateType, String, String) - Method in interface net.i2p.update.UpdateManager
Tell the UpdateManager that a version is already installed.
notifyLastPacketAcked() - Method in class net.i2p.client.streaming.impl.Connection
Notify that a close that we sent, and all previous packets, were acked.
NotifyListener - Interface in org.cybergarage.upnp.device
Interface for receiving SSDP notification messages.
notifyPoolShuttingDown(String, boolean) - Method in class net.i2p.client.impl.I2PSessionImpl2
Notify listeners of pool shutdown.
notifyProgress(UpdateTask, String, long, long) - Method in class net.i2p.router.update.ConsoleUpdateManager
notifyProgress.
notifyProgress(UpdateTask, String) - Method in class net.i2p.router.update.ConsoleUpdateManager
May be null.
notifyProgress(UpdateTask, String) - Method in interface net.i2p.update.UpdateManager
Notify of progress update.
notifyProgress(UpdateTask, String, long, long) - Method in interface net.i2p.update.UpdateManager
Notify of progress update with size information.
notifyReceived(SSDPPacket) - Method in class org.cybergarage.upnp.ControlPoint
 
notifyRemoveAddress(RouterAddress) - Method in class net.i2p.router.CommSystemFacade
Tell other transports our address changed
notifyRemoveAddress(boolean) - Method in class net.i2p.router.CommSystemFacade
Tell other transports our address changed
notifyRemoveAddress(RouterAddress) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Tell other transports our address changed
notifyRemoveAddress(boolean) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Tell other transports our address changed
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 All the work moved to NTCPTransport.externalAddressReceived()
NotifyRequest - Class in org.cybergarage.upnp.event
Represents a UPnP event notification request.
NotifyRequest() - Constructor for class org.cybergarage.upnp.event.NotifyRequest
NotifyRequest.
NotifyRequest(HTTPRequest) - Constructor for class org.cybergarage.upnp.event.NotifyRequest
NotifyRequest.
notifyServerPoolTestFailed() - Method in class net.i2p.router.tunnel.pool.TunnelPool
Called by TestJob when a server pool tunnel fails a test but is retained.
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
Notify the SAM client that a stream connection has been disconnected.
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
Notify the SAM client of an incoming stream connection.
notifyStreamIncomingConnection(Destination, int, int) - Method in class net.i2p.sam.SAMv3Handler
notifyStreamIncomingConnection.
notifyStreamIncomingConnection(SocketChannel, Destination) - Static method in class net.i2p.sam.SAMv3Handler
Notify the SAM client of an incoming stream connection on a static channel.
notifyStreamIncomingConnection(SocketChannel, Destination, int, int) - Static method in class net.i2p.sam.SAMv3Handler
Notify the SAM client of an incoming stream connection with port information.
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
Notify the SAM client that the stream send buffer is free for more data.
notifyTaskFailed(UpdateTask, String, Throwable) - Method in class net.i2p.router.update.ConsoleUpdateManager
The task has finished and failed.
notifyTaskFailed(UpdateTask, String, Throwable) - Method in interface net.i2p.update.UpdateManager
The task has finished and failed.
notifyTunnelFailed(String, boolean) - Method in class net.i2p.client.impl.I2PSessionImpl2
Notify listeners of a tunnel failure.
notifyTunnelRemoved(TunnelRemovalEvent) - Method in class net.i2p.client.impl.I2PSessionImpl2
Notify listeners of a tunnel removal.
notifyVersion(I2PAppContext, String, long) - Static method in class net.i2p.router.transport.GeoIP
Tell the update manager.
notifyVersionAvailable(UpdateTask, URI, UpdateType, String, UpdateMethod, List<URI>, String, String) - Method in class net.i2p.router.update.ConsoleUpdateManager
Called by the Updater, either after check() was called, or it found out on its own.
notifyVersionAvailable(UpdateTask, URI, UpdateType, String, Map<UpdateMethod, List<URI>>, String, String) - Method in class net.i2p.router.update.ConsoleUpdateManager
Called by the Checker, either after check() was called, or it found out on its own.
notifyVersionAvailable(UpdateTask, URI, UpdateType, String, UpdateMethod, List<URI>, String, String) - Method in interface net.i2p.update.UpdateManager
Called by the Checker, either after check() was called, or it found out on its own.
notifyVersionAvailable(UpdateTask, URI, UpdateType, String, Map<UpdateMethod, List<URI>>, String, String) - Method in interface net.i2p.update.UpdateManager
Called by the Checker, either after check() was called, or it found out on its own.
notifyVersionConstraint(UpdateTask, URI, UpdateType, String, String, String) - Method in class net.i2p.router.update.ConsoleUpdateManager
A new version is available but cannot be downloaded or installed due to some constraint.
notifyVersionConstraint(UpdateTask, URI, UpdateType, String, String, String) - Method in interface net.i2p.update.UpdateManager
A new version is available but cannot be downloaded or installed due to some constraint.
notifyWait() - Static method in class org.cybergarage.upnp.Device
notifyWait.
notNull(T, String) - Static method in class net.i2p.apache.http.util.Args
Check that an argument is not null.
NOV - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "nov", "november" - eleventh month
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.
now() - Method in class net.i2p.router.web.GraphListener
Get the current time from the router clock.
now() - Method in class net.i2p.util.Clock
Retrieve the current time synchronized with whatever reference clock is in use.
NOW - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "now" or "n" - current timestamp
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
Default namespace prefix for UPnP control
NS - Class in org.minidns.record
DNS NS (Nameserver) record payload.
Delegates a DNS zone to use the given authoritative name servers.
NS(DnsName) - Constructor for class org.minidns.record.NS
NS.
NSEC - Class in org.minidns.record
DNS NSEC (Next Secure) record payload for DNSSEC.
Provides authenticated denial of existence for DNS records and links to the next valid name in the zone.
NSEC(String, List<Record.TYPE>) - Constructor for class org.minidns.record.NSEC
NSEC.
NSEC(String, Record.TYPE...) - Constructor for class org.minidns.record.NSEC
NSEC.
NSEC(DnsName, List<Record.TYPE>) - Constructor for class org.minidns.record.NSEC
NSEC.
NSEC3 - Class in org.minidns.record
DNS NSEC3 (Next Secure 3) record payload for DNSSEC.
Provides authenticated denial of existence with hashed names to prevent zone enumeration attacks.
NSEC3(byte, byte, int, byte[], byte[], List<Record.TYPE>) - Constructor for class org.minidns.record.NSEC3
NSEC3.
NSEC3(byte, byte, int, byte[], byte[], Record.TYPE...) - Constructor for class org.minidns.record.NSEC3
NSEC3.
NSEC3.HashAlgorithm - Enum in org.minidns.record
DNSSEC NSEC3 Hash Algorithms.
NSEC3PARAM - Class in org.minidns.record
DNS NSEC3PARAM record payload for DNSSEC.
Contains parameters used for NSEC3 hash calculations including algorithm, iterations, salt, and flags.
NSEC3PARAM(byte, byte, int, byte[]) - Constructor for class org.minidns.record.NSEC3PARAM
Create NSEC3PARAM
Nsid - Class in org.minidns.edns
EDNS NSID (Name Server Identifier) option.
Nsid(byte[]) - Constructor for class org.minidns.edns.Nsid
Creates a new NSID option with the specified payload.
NT - Static variable in class org.cybergarage.http.HTTP
NT (Notification Type) header for UPnP eventing
NT - Class in org.cybergarage.upnp.device
Utility class for SSDP NT (Notification Type) header values and validation.
NT() - Constructor for class org.cybergarage.upnp.device.NT
 
NTCP2_INT_VERSION - Static variable in class net.i2p.router.transport.ntcp.NTCPTransport
N t c p2 i n t v e r s i o n
NTCP2_MAX_MSG_SIZE - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
See spec.
NTCP2_VERSION - Static variable in class net.i2p.router.transport.ntcp.NTCPTransport
"2"
NTCP2_VERSION_ALT - Static variable in class net.i2p.router.transport.ntcp.NTCPTransport
"2,"
NTCP2Options - Class in net.i2p.router.transport.ntcp
NTCP2 Padding/Dummy/Delay configuration for data phase.
NTCP2Options(float, float, float, float, int, int, int, int) - Constructor for class net.i2p.router.transport.ntcp.NTCP2Options
All params are as named.
NTCP2Payload - Class in net.i2p.router.transport.ntcp
NTCP 2 payload generation and parsing utilities.
NTCP2Payload() - Constructor for class net.i2p.router.transport.ntcp.NTCP2Payload
 
NTCP2Payload.Block - Class in net.i2p.router.transport.ntcp
Base class for NTCP 2 payload blocks to be transmitted.
NTCP2Payload.DateTimeBlock - Class in net.i2p.router.transport.ntcp
Block containing the current date and time.
NTCP2Payload.I2NPBlock - Class in net.i2p.router.transport.ntcp
Block containing I2NP message.
NTCP2Payload.OptionsBlock - Class in net.i2p.router.transport.ntcp
Block containing options data.
NTCP2Payload.PaddingBlock - Class in net.i2p.router.transport.ntcp
Block containing padding data.
NTCP2Payload.PayloadCallback - Interface in net.i2p.router.transport.ntcp
For all callbacks, recommend throwing exceptions only from the handshake.
NTCP2Payload.RIBlock - Class in net.i2p.router.transport.ntcp
Block containing router information.
NTCP2Payload.TerminationBlock - Class in net.i2p.router.transport.ntcp
Block containing termination data.
NTCP_IPV6_CONFIG - Static variable in class net.i2p.router.transport.TransportUtil
NTCP_IPV6_CONFIG.
NTCPConnection - Class in net.i2p.router.transport.ntcp
Coordinates a connection to a single peer using NTCP 1 or NTCP 2 protocols.
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, RouterAddress, int) - Constructor for class net.i2p.router.transport.ntcp.NTCPConnection
Create an outbound unconnected NTCP connection.
NTCPConnection.PrepBuffer - Class in net.i2p.router.transport.ntcp
Buffer for preparing data to be written to the connection.
NTCPSendFinisher - Class in net.i2p.router.transport.ntcp
Handles asynchronous post-send processing of OutNetMessage using a dynamically resizable thread pool executor with a bounded queue and backpressure.
NTCPSendFinisher(I2PAppContext, NTCPTransport) - Constructor for class net.i2p.router.transport.ntcp.NTCPSendFinisher
Create a new send finisher.
NTCPTransport - Class in net.i2p.router.transport.ntcp
Non-blocking TCP (NTCP) transport implementation for I2P.
NTCPTransport(RouterContext, X25519KeyFactory) - Constructor for class net.i2p.router.transport.ntcp.NTCPTransport
 
NtpClient - Class in net.i2p.router.time
NtpClient - an NTP client for Java.
NtpClient() - Constructor for class net.i2p.router.time.NtpClient
 
NtpMessage - Class in net.i2p.router.time
This class represents a NTP message, as specified in RFC 2030.
NtpMessage(byte[]) - Constructor for class net.i2p.router.time.NtpMessage
Constructs a new NtpMessage from an array of bytes.
NtpMessage() - Constructor for class net.i2p.router.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 (Notification Sub Type) header for UPnP eventing
NTS - Class in org.cybergarage.upnp.device
Utility class for SSDP NTS (Notification Sub-Type) header values.
NTS() - Constructor for class org.cybergarage.upnp.device.NTS
default constructor
Ntt - Class in org.bouncycastle.pqc.crypto.mlkem
Number Theoretic Transform (NTT) implementation for ML-KEM operations.
Ntt() - Constructor for class org.bouncycastle.pqc.crypto.mlkem.Ntt
Default constructor.
ntt(short[]) - Static method in class org.bouncycastle.pqc.crypto.mlkem.Ntt
ntt.
nttZetas - Static variable in class org.bouncycastle.pqc.crypto.mlkem.Ntt
Ntt zetas.
nttZetasInv - Static variable in class org.bouncycastle.pqc.crypto.mlkem.Ntt
Ntt zetas inv.
nudge() - Method in class net.i2p.router.transport.udp.OutboundMessageFragments
Wakes up the packet pusher thread.
NULL_CERT - Static variable in class net.i2p.data.Certificate
Null certificate singleton
nullNotPermitted(Object, String) - Static method in class org.jfree.svg.util.Args
Checks that an argument is non-null and throws an IllegalArgumentException otherwise.
num - Variable in class net.i2p.router.transport.udp.PacketBuilder.Fragment
num.
NUM_MASK_PATTERNS - Static variable in class com.google.zxing.qrcode.encoder.QRCode
NUM_MASK_PATTERNS.
NUM_POOLS - Static variable in class gnu.crypto.prng.FortunaStandalone
number of entropy pools
number - Variable in enum org.minidns.constants.DnssecConstants.SignatureAlgorithm
the algorithm number
NUMBER - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for numeric values - sequences of digits
numBitsDiffering(int, int) - Static method in class com.google.zxing.qrcode.decoder.FormatInformation
 

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_MESSAGE_TIMEOUT - Static variable in class net.i2p.router.transport.udp.EstablishmentManager
Max wait before receiving a response to a single message during outbound establishment
obfuscate(String) - Static method in class net.i2p.jetty.JettyXmlConfigurationParser
Obfuscate a password for storage in the XML
ObjectCounter<K> - Class in net.i2p.util
Thread-safe counter for tracking occurrences of objects.
ObjectCounter() - Constructor for class net.i2p.util.ObjectCounter
ObjectCounter.
ObjectCounterUnsafe<K> - Class in net.i2p.util
Non-thread-safe counter for tracking occurrences of objects.
ObjectCounterUnsafe() - Constructor for class net.i2p.util.ObjectCounterUnsafe
 
objects() - Method in class net.i2p.util.ObjectCounter
 
objects() - Method in class net.i2p.util.ObjectCounterUnsafe
 
observedStat - Variable in class net.i2p.router.Tuner.ParamSnapshot
Observed stat key.
observedStatValue - Variable in class net.i2p.router.Tuner.ParamSnapshot
Observed stat value.
OC_12_STR - Static variable in class edu.internet2.ndt.NDTConstants
Human-readable label for OC-12 data rate.
OC_48_STR - Static variable in class edu.internet2.ndt.NDTConstants
Human-readable label for OC-48 data rate.
OCT - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "oct", "october" - tenth month
of(RrdDef) - Static method in class org.rrd4j.core.RrdDb
Returns a new RRD object from the definition.
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.
off() - Static method in class org.cybergarage.util.Debug
Disables debug output.
off - Variable in class org.klomp.snark.Message
The data offset
off - Variable in class org.klomp.snark.Request
Off
OFF_REPLY_KEY - Static variable in class net.i2p.data.i2np.BuildRequestRecord
Offset for reply key in ElGamal format
OFF_REPLY_KEY_EC - Static variable in class net.i2p.data.i2np.BuildRequestRecord
Offset for reply key in ECIES long format
offer(I2CPMessage) - Method in class net.i2p.internal.I2CPMessageQueue
Send a message, nonblocking.
offer(I2CPMessage, long) - Method in class net.i2p.internal.I2CPMessageQueue
Send a message, blocking.
offer(I2CPMessage) - Method in class net.i2p.router.client.I2CPMessageQueueImpl
Send a message, nonblocking
offer(I2CPMessage, long) - Method in class net.i2p.router.client.I2CPMessageQueueImpl
Send a message, blocking.
offer(OutNetMessage) - Method in class net.i2p.router.transport.PrioritySendPool
Non-blocking offer with priority eviction.
offer(E) - Method in class net.i2p.router.util.CoDelBlockingQueue
offer.
offer(E, long, TimeUnit) - Method in class net.i2p.router.util.CoDelBlockingQueue
offer.
offer(E) - Method in class net.i2p.router.util.PriBlockingQueue
Inserts the specified element into this queue if it is not full, applying sequence timestamp to ensure FIFO ordering within priority.
offer(int, float) - Method in class net.i2p.util.SyntheticREDQueue
Offer a packet to the queue.
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.
offset - Variable in class org.rrd4j.core.jrrd.CDPStatusBlock
Byte offset within file
OFFSET_MOUNTED - Static variable in class net.metanotion.io.block.BlockFile
File offset where the mounted flag is stored
offsetChanged(long) - Method in class net.i2p.router.JobTiming
Adjust all timing values by the specified delta
offsetChanged(long) - Method in interface net.i2p.util.Clock.ClockUpdateListener
Called when the clock offset changes.
OK - Static variable in class org.cybergarage.http.HTTPStatus
HTTP 200 OK
OLD_DEFAULT_SUB - Static variable in class net.i2p.addressbook.Daemon
 
on() - Static method in class org.cybergarage.util.Debug
Enables debug output.
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
method comment
ONE - Variable in class net.i2p.crypto.eddsa.math.Field
ONE.
ONE_DAY - Static variable in class net.i2p.stat.RateConstants
Convenience constant for 1 day (86,400,000 ms)
ONE_HOUR - Static variable in class net.i2p.stat.RateConstants
Convenience constant for 1 hour (3,600,000 ms)
ONE_MINUTE - Static variable in class net.i2p.stat.RateConstants
Convenience constant for 1 minute (60,000 ms)
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.
OneTimeSession(SessionKey, RatchetSessionTag) - Constructor for class net.i2p.router.networkdb.kademlia.MessageWrapper.OneTimeSession
Creates a new one-time session with a ratchet tag.
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
Whether to render only the graph (height < 64).
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
Create a proxy success callback.
onReply() - Method in interface net.i2p.router.crypto.ratchet.ReplyCallback
A reply was received.
onSuccess() - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase.OnProxySuccess
Record a successful proxy connection.
onSuccess() - Method in interface net.i2p.i2ptunnel.I2PTunnelRunner.SuccessCallback
Called on successful completion
OnTimeout(Socket, OutputStream, String, boolean, String, long) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase.OnTimeout
Create a timeout callback.
OnTimeout(Socket, OutputStream, String, boolean, String, long, String, boolean) - Constructor for class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase.OnTimeout
Create a timeout callback with host tracking.
OOM - Static variable in class net.i2p.router.util.EventLog
OOM.
OOMListener - Class in net.i2p.router.tasks
Out-of-memory error handler for emergency router shutdown.
OOMListener(RouterContext) - Constructor for class net.i2p.router.tasks.OOMListener
Create a new out-of-memory event listener.
op - Variable in class org.rrd4j.core.timespec.TimeParser
Current operation (PLUS/MINUS)
OPCODE - Static variable in class net.i2p.sam.SAMUtils
The key for the opcode portion of a parsed SAM message
opcode - Variable in class org.minidns.dnsmessage.DnsMessage
The DNS message opcode.
open() - Method in class net.i2p.data.PrivateKeyFile
Open an I2P session.
open(Properties) - Method in class net.i2p.data.PrivateKeyFile
Open a session with the given options.
open - Variable in class net.i2p.i2ptunnel.I2PTunnelTask
 
open(InetAddress, int) - Method in class org.cybergarage.http.HTTPServer
Opens the server on specified address and port.
open(String, int) - Method in class org.cybergarage.http.HTTPServer
Opens the server on specified port with default bind address.
open() - Method in class org.cybergarage.http.HTTPServerList
Opens HTTP servers on all configured bind addresses.
open(int) - Method in class org.cybergarage.http.HTTPServerList
Opens HTTP servers on the specified port.
open() - Method in class org.cybergarage.http.HTTPSocket
Opens the socket streams for input/output operations.
open(String, int, InetAddress) - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
Open a multicast socket and join the given group.
open(String, int, String) - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
Open a multicast socket with the given string address.
open() - Method in class org.cybergarage.upnp.ssdp.HTTPUSocket
open.
open(String, int) - Method in class org.cybergarage.upnp.ssdp.HTTPUSocket
open.
open(int) - Method in class org.cybergarage.upnp.ssdp.HTTPUSocket
open.
open() - Method in class org.cybergarage.upnp.ssdp.SSDPNotifySocketList
open.
open(int) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList
open.
open() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList
open.
open(Inet4Address) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocket
open.
open(Inet6Address) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocket
open.
open(String, String) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocket
open.
open(String) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocket
 
open() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocketList
Opens all search sockets.
open(String, boolean) - Method in class org.rrd4j.core.RrdBackendFactory
open.
open(String, boolean) - Method in class org.rrd4j.core.RrdMemoryBackendFactory
open.
open(String, boolean) - Method in class org.rrd4j.core.RrdNioBackendFactory
open.
open(String, boolean) - Method in class org.rrd4j.core.RrdRandomAccessFileBackendFactory
open.
open(String, boolean) - Method in class org.rrd4j.core.RrdSafeFileBackendFactory
open.
OPENPGPKEY - Class in org.minidns.record
DNS OPENPGPKEY record payload for OpenPGP public keys.
Associates OpenPGP public keys with domain names for secure email and code signing applications.
OPENPGPKEY(byte[]) - Constructor for class org.minidns.record.OPENPGPKEY
Create an OPENPGPKEY record
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
DNS OPT record payload for EDNS0 extensions.
Enables extended DNS features and options beyond original DNS protocol.
OPT() - Constructor for class org.minidns.record.OPT
OPT.
OPT(List<EdnsOption>) - Constructor for class org.minidns.record.OPT
OPT.
OPT_ADD_RESPONSE_HEADER_ALLOW - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
Config key to add Allow response header.
OPT_ADD_RESPONSE_HEADER_CACHE_CONTROL - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
Config key to add Cache-Control response header.
OPT_ADD_RESPONSE_HEADER_NOSNIFF - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
Config key to add X-Content-Type-Options: nosniff.
OPT_ADD_RESPONSE_HEADER_REFERRER_POLICY - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
Config key to add Referrer-Policy response header.
OPT_BUNDLE_REPLY - Static variable in class net.i2p.i2ptunnel.TunnelController
Config key to bundle reply keys.
OPT_KEEPALIVE - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
Config key to enable keepalive.
OPT_KEEPALIVE_BROWSER - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
Config key to enable browser-side keepalive.
OPT_KEEPALIVE_I2P - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
Config key to enable I2P-side keepalive.
OPT_KEY - Static variable in class net.i2p.router.crypto.FamilyKeyCrypto
Option key for family certificate
OPT_NAME - Static variable in class net.i2p.router.crypto.FamilyKeyCrypto
Option key for family name
OPT_POST_BAN_TIME - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
Config key for post ban time.
OPT_POST_MAX - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
Config key for max posts.
OPT_POST_MAX - Static variable in class net.i2p.i2ptunnel.TunnelController
Config key for max posts (delegated to HTTPServer).
OPT_POST_TOTAL_BAN_TIME - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
Config key for post total ban time.
OPT_POST_TOTAL_MAX - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
Config key for max total posts.
OPT_POST_TOTAL_MAX - Static variable in class net.i2p.i2ptunnel.TunnelController
Config key for max total posts (delegated to HTTPServer).
OPT_POST_WINDOW - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
Config key for post check time window.
OPT_REJECT_INPROXY - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
Config key to reject requests from inproxy.
OPT_REJECT_REFERER - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
Config key to reject requests with Referer header.
OPT_REJECT_USER_AGENTS - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
Config key to reject specific User-Agents.
OPT_SIG - Static variable in class net.i2p.router.crypto.FamilyKeyCrypto
Option key for family signature
OPT_USER_AGENTS - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
Config key for User-Agent reject list.
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
The EDNS option code.
optionData - Variable in class org.minidns.edns.EdnsOption
The raw option data.
optionLength - Variable in class org.minidns.edns.EdnsOption
The length of the option data.
OPTIONS1_SIZE - Static variable in class net.i2p.router.transport.ntcp.OutboundNTCP2State
Options block size in bytes.
OPTIONS2_SIZE - Static variable in class net.i2p.router.transport.ntcp.OutboundNTCP2State
Options block size in bytes.
OptionsBlock(byte[]) - Constructor for class net.i2p.router.crypto.ratchet.RatchetPayload.OptionsBlock
 
OptionsBlock(byte[]) - Constructor for class net.i2p.router.transport.ntcp.NTCP2Payload.OptionsBlock
OptionsBlock.
OptionsBlock(byte[]) - Constructor for class net.i2p.router.transport.udp.SSU2Payload.OptionsBlock
Create an options block.
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
Called when tunnel options are updated.
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.
optionsUpdated(I2PTunnel) - Method in class net.i2p.i2ptunnel.socks.I2PSOCKSTunnel
Update the outproxy list then call super.
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
Optimal receiver buffer size variable name as sent by the NDT server.
optRrPosition - Variable in class org.minidns.dnsmessage.DnsMessage
The position of the OPT pseudo-record in the additional section, or -1 if none.
optstring - Variable in class gnu.getopt.Getopt
This is the string describing the valid short options.
order - Variable in class edu.internet2.ndt.Tcpbw100
Packet ordering metric.
ORDER - Static variable in class net.i2p.crypto.eddsa.EdDSABlinding
ORDER.
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
Create a new OrderedProperties with default values.
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
Order peers using the given key.
org.bouncycastle - package org.bouncycastle
This is a small portion of bouncycastle 1.80 for MLKEM, modified to reduce dependencies.
org.bouncycastle.crypto - package org.bouncycastle.crypto
Base classes for the lightweight API.
org.bouncycastle.crypto.digests - package org.bouncycastle.crypto.digests
Message digest classes.
org.bouncycastle.crypto.params - package org.bouncycastle.crypto.params
Classes for parameter objects for ciphers and generators.
org.bouncycastle.pqc.crypto - package org.bouncycastle.pqc.crypto
Post-Quantum Cryptography implementations and algorithms.
org.bouncycastle.pqc.crypto.mlkem - package org.bouncycastle.pqc.crypto.mlkem
This is a small portion of bouncycastle 1.80 for MLKEM, modified to reduce dependencies.
org.bouncycastle.pqc.crypto.util - package org.bouncycastle.pqc.crypto.util
Utility classes for Post-Quantum Cryptography operations.
org.bouncycastle.util - package org.bouncycastle.util
General purpose utility classes used throughout the APIs.
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
HTTP protocol implementation and utilities.
org.cybergarage.net - package org.cybergarage.net
Network interface and host management utilities.
org.cybergarage.soap - package org.cybergarage.soap
SOAP (Simple Object Access Protocol) implementation for UPnP.
org.cybergarage.upnp - package org.cybergarage.upnp
Universal Plug and Play (UPnP) framework core components.
org.cybergarage.upnp.control - package org.cybergarage.upnp.control
UPnP control and action invocation framework.
org.cybergarage.upnp.device - package org.cybergarage.upnp.device
UPnP device implementation and management.
org.cybergarage.upnp.event - package org.cybergarage.upnp.event
UPnP event notification and subscription management.
org.cybergarage.upnp.ssdp - package org.cybergarage.upnp.ssdp
Simple Service Discovery Protocol (SSDP) implementation for UPnP.
org.cybergarage.upnp.xml - package org.cybergarage.upnp.xml
XML parsing and data handling for UPnP device descriptions.
org.cybergarage.util - package org.cybergarage.util
General utility classes and helper functions.
org.cybergarage.xml - package org.cybergarage.xml
XML parsing and manipulation utilities.
org.cybergarage.xml.parser - package org.cybergarage.xml.parser
XML parser implementations and utilities.
org.freenetproject - package org.freenetproject
Compatibility classes for integrating with CyberGarage UPnP library, imported from Freenet project.
org.jfree.svg - package org.jfree.svg
Core classes for generating SVG (Scalable Vector Graphics) output from Java2D graphics operations.
org.jfree.svg.util - package org.jfree.svg.util
Utility classes used by the JFreeSVG core library.
org.json.simple - package org.json.simple
This is json-simple release 2.3.1 2018-02-05 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
Bencode parsing and serialization for BitTorrent protocol.
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
Distributed Hash Table (DHT) implementation for BitTorrent.
org.klomp.snark.standalone - package org.klomp.snark.standalone
Classes exclusively used in standalone I2PSnark installations, providing functionality not needed when running within the I2P router environment.
org.klomp.snark.web - package org.klomp.snark.web
The I2PSnark web user interface package, providing a complete web-based torrent management system implemented as a webapp in i2psnark.war.
org.mindrot.jbcrypt - package org.mindrot.jbcrypt
BCrypt implementation for password hashing and verification.
org.minidns - package org.minidns
From MiniDNS release 1.0.0 (2020-07-18), containing the minidns-core portion of the library.
org.minidns.constants - package org.minidns.constants
DNS record types and constants for the MiniDNS library.
org.minidns.dnslabel - package org.minidns.dnslabel
DNS label parsing and validation utilities.
org.minidns.dnsmessage - package org.minidns.dnsmessage
DNS message parsing and serialization.
org.minidns.dnsname - package org.minidns.dnsname
DNS name parsing, validation, and manipulation utilities.
org.minidns.edns - package org.minidns.edns
EDNS(0) extension mechanisms for DNS.
org.minidns.idna - package org.minidns.idna
Internationalized Domain Names in Applications (IDNA) support.
org.minidns.record - package org.minidns.record
DNS resource record types and implementations.
org.minidns.util - package org.minidns.util
Utility classes and helper functions for MiniDNS.
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
Time specification parsing and handling for JRobin RRD system.
org.rrd4j.data - package org.rrd4j.data
RRD4J data management classes and interfaces.
Provides data sources, processors, aggregators, and utilities for Round Robin Database (RRD) operations and calculations.
org.rrd4j.graph - package org.rrd4j.graph
RRD4J graph capabilities.
org.xlattice.crypto.filters - package org.xlattice.crypto.filters
Bloom filter implementation used by DecayingBloomFilter for efficient set membership testing.
ORG_EDITION - Static variable in class com.maxmind.geoip.DatabaseInfo
Organization edition
ORG_EDITION_V6 - Static variable in class com.maxmind.geoip.DatabaseInfo
Organization edition IPv6
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
Constructs a new OtherNonLdhLabel.
OUT - Static variable in class org.cybergarage.upnp.Argument
Direction constant for output arguments
out - Variable in class org.klomp.snark.PeerState
Outbound connection
OUT_OF_SYNC - Static variable in class org.cybergarage.upnp.UPnPStatus
Error code indicating the current state values are out of sync.
OutboundCache - Class in net.i2p.router.message
Helper cache manager for outbound message optimization in OCMOSJ.
OutboundCache(RouterContext) - Constructor for class net.i2p.router.message.OutboundCache
Creates an OutboundCache instance and schedules periodic cache cleanup.
OutboundCache.HashPair - Class in net.i2p.router.message
Composite key for caches, combining source and destination Hashes.
OutboundClientMessageJobHelper - Class in net.i2p.router.message
Static methods to create a Garlic Message with one or more cloves, as follows:
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, SessionKey, UDPAddress) - Constructor for class net.i2p.router.transport.udp.OutboundEstablishState
For SSU2
OutboundEstablishState.OutboundState - Enum in net.i2p.router.transport.udp
States for outbound SSU session establishment.
OutboundEstablishState2 - Class in net.i2p.router.transport.udp
Data for a new connection being established, where we initiated the connection with a remote peer.
OutboundEstablishState2(RouterContext, UDPTransport, RemoteHostId, RemoteHostId, RouterIdentity, boolean, SessionKey, RouterAddress, UDPAddress, int) - Constructor for class net.i2p.router.transport.udp.OutboundEstablishState2
Prepare to start a new handshake with the given peer.
OutboundEstablishState2.IntroState - Enum in net.i2p.router.transport.udp
Per-introducer introduction states
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
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
method comment
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
Create a new outbound message distributor.
OutboundMessageDistributor(RouterContext, int, SyntheticREDQueue) - Constructor for class net.i2p.router.tunnel.OutboundMessageDistributor
Create a new outbound message distributor with bandwidth estimation.
OutboundMessageFragments - Class in net.i2p.router.transport.udp
Coordinate the outbound fragments and select the next one to be built.
OutboundMessageFragments(RouterContext, UDPTransport) - Constructor for class net.i2p.router.transport.udp.OutboundMessageFragments
OutboundMessageFragments.
outboundMessageReady() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
Processes the next outbound message by retrieving or creating a connection, preparing it for sending, and handling related failures or bans.
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
Not used for UDP.
OutboundMessageRegistry - Class in net.i2p.router.transport
Tracks outbound messages.
OutboundMessageRegistry(RouterContext) - Constructor for class net.i2p.router.transport.OutboundMessageRegistry
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
Create a new outbound NTCP2 state.
OutboundReceiver - Class in net.i2p.router.tunnel
We are the outbound gateway - we created this outbound tunnel.
OutboundReceiver(RouterContext, PooledTunnelCreatorConfig) - Constructor for class net.i2p.router.tunnel.OutboundReceiver
OutboundReceiver.
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
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
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 - Class in net.i2p.router
Routes outbound messages to the communication system for delivery.
OutNetMessagePool(RouterContext) - Constructor for class net.i2p.router.OutNetMessagePool
Constructor.
outNetMessagePool() - Method in class net.i2p.router.RouterContext
Where do we put messages that the router wants to forwards onto the network?
outOfMemory(OutOfMemoryError) - Method in class net.i2p.router.tasks.OOMListener
Handle out-of-memory error by shutting down router gracefully.
outOfMemory(OutOfMemoryError) - Method in interface net.i2p.util.I2PThread.OOMEventListener
err).
Outproxy - Interface in net.i2p.app
Outproxy.
output(PrintWriter, int, boolean) - Method in class org.cybergarage.xml.Node
Outputs this node as XML to the specified print writer with indentation.
outputAttributes(PrintWriter) - Method in class org.cybergarage.xml.Node
Outputs this node's attributes to the specified print writer.
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
Write-only Buffer implementation.
OutputStreamBuffer(OutputStream) - Constructor for class i2p.susi.util.OutputStreamBuffer
Create an OutputStreamBuffer wrapping the given output stream.
OVERALL_TIMEOUT_MS_PARAM - Static variable in class net.i2p.router.message.OutboundClientMessageOneShotJob
Final timeout (in milliseconds) that the outbound message will fail in.
overDownBWLimit() - Method in interface org.klomp.snark.BandwidthListener
Checks if the current download bandwidth is over the limit.
overDownBWLimit() - Method in class org.klomp.snark.BandwidthManager
Are we currently over the limit?
overDownBWLimit() - Method in class org.klomp.snark.Peer
Are we currently over the limit?
overDownBWLimit() - Method in class org.klomp.snark.PeerCoordinator
Are we currently over the limit?
overflowPage - Variable in class net.metanotion.io.block.index.BSkipSpan
Overflow page number
overlayImage - Variable in class org.rrd4j.graph.RrdGraphDef
Overlay image rendered on top of the completed graph.
overUpBWLimit() - Method in interface org.klomp.snark.BandwidthListener
Checks if the current upload bandwidth is over the limit.
overUpBWLimit() - Method in class org.klomp.snark.BandwidthManager
Are we currently over the limit?
overUpBWLimit() - Method in class org.klomp.snark.Peer
Is snark as a whole over its limit?
overUpBWLimit() - Method in class org.klomp.snark.PeerCoordinator
Is snark as a whole over its upload 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?
overUploadLimit(int) - Method in interface org.klomp.snark.CoordinatorListener
Checks if the given number of uploaders exceeds the per-torrent upload limit.
overUploadLimit(int) - Method in class org.klomp.snark.Snark
CoordinatorListener callback to check if the total uploaders across all torrents exceeds the configured limit.
ownDest - Variable in class net.i2p.i2ptunnel.I2PTunnel
Whether to use own destination

P

P - Static variable in class net.metanotion.util.skiplist.SkipList
The probability of each next higher level.
p1p1(Curve, FieldElement, FieldElement, FieldElement, FieldElement) - Static method in class net.i2p.crypto.eddsa.math.GroupElement
Creates a new group element in P1P1 representation.
p2(Curve, FieldElement, FieldElement, FieldElement) - Static method in class net.i2p.crypto.eddsa.math.GroupElement
Creates a new group element in P2 representation.
P256_SPEC - Static variable in class net.i2p.crypto.ECConstants
P256_SPEC.
p3(Curve, FieldElement, FieldElement, FieldElement, FieldElement) - Static method in class net.i2p.crypto.eddsa.math.GroupElement
Creates a new group element in P3 representation, without pre-computation.
p3(Curve, FieldElement, FieldElement, FieldElement, FieldElement, boolean) - Static method in class net.i2p.crypto.eddsa.math.GroupElement
Creates a new group element in P3 representation, potentially with pre-computation.
P384_SPEC - Static variable in class net.i2p.crypto.ECConstants
P384_SPEC.
P521_SPEC - Static variable in class net.i2p.crypto.ECConstants
P521_SPEC.
pack() - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
No-op stub.
Pack - Class in org.bouncycastle.util
Utility methods for converting byte arrays into ints and longs, and back again.
Pack() - Constructor for class org.bouncycastle.util.Pack
 
Packet - Class in net.i2p.client.streaming.impl
This contains solely the data that goes out on the wire, including the local and remote port which is embedded in the I2CP overhead, not in the packet itself.
Packet(I2PSession) - Constructor for class net.i2p.client.streaming.impl.Packet
Does no initialization.
PACKET_DELAY - Static variable in class net.i2p.i2ptunnel.I2PTunnel
Packet processing delay in milliseconds.
PacketBuilder - Class in net.i2p.router.transport.udp
Builder for UDP packets.
PacketBuilder.Fragment - Class in net.i2p.router.transport.udp
Class for passing multiple fragments to buildPacket()
PacketBuilder2 - Class in net.i2p.router.transport.udp
Builds and encrypts SSU2 protocol packets for UDP transport.
PacketBuilder2(RouterContext, UDPTransport) - Constructor for class net.i2p.router.transport.udp.PacketBuilder2
No state, all methods are thread-safe.
packetBytes - Variable in class org.cybergarage.upnp.ssdp.SSDPPacket
packetBytes.
PacketHandler - Class in net.i2p.client.streaming.impl
Handles incoming packets by dispatching them to the appropriate connection, server socket, or responding with a reset (RST) packet if no valid connection is found.
PacketHandler(I2PAppContext, ConnectionManager) - Constructor for class net.i2p.client.streaming.impl.PacketHandler
PacketHandler.
PacketHandler - Class in net.i2p.router.transport.udp
Pull inbound packets from the inbound receiver's queue, figure out what peer session they belong to (if any), authenticate and decrypt them with the appropriate keys, and push them to the appropriate handler.
PacketHandler(RouterContext, UDPTransport, EstablishmentManager, InboundMessageFragments, PeerTestManager, IntroductionManager) - Constructor for class net.i2p.router.transport.udp.PacketHandler
Create a new packet handler.
PacketLocal - Class in net.i2p.client.streaming.impl
This is the class used for outbound packets.
PacketLocal(I2PAppContext, Destination, I2PSession) - Constructor for class net.i2p.client.streaming.impl.PacketLocal
not bound to a connection
PacketLocal(I2PAppContext, Destination, Connection) - Constructor for class net.i2p.client.streaming.impl.PacketLocal
bound to a connection
PacketPusher - Class in net.i2p.router.transport.udp
Blocking thread to grab new packets off the outbound fragment pool and toss them onto the outbound packet queues.
PacketPusher(RouterContext, OutboundMessageFragments, List<UDPEndpoint>) - Constructor for class net.i2p.router.transport.udp.PacketPusher
Constructs a PacketPusher instance.
PacketQueue - Class in net.i2p.client.streaming.impl
Queue out packets to be sent through the session.
PacketQueue(I2PAppContext, SimpleTimer2) - Constructor for class net.i2p.client.streaming.impl.PacketQueue
PacketQueue.
packetReceived() - Method in class net.i2p.client.streaming.impl.Connection
Called when a packet is received on this connection.
packetReceived() - Method in class net.i2p.router.transport.udp.InboundEstablishState
Update the next send time to now, as we just received a packet.
packetReceived() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
Call from synchronized method only
packetReceived(int) - Method in class net.i2p.router.transport.udp.PeerState
Record a received packet.
packetSendChoke(long) - Method in class net.i2p.client.streaming.impl.Connection
This doesn't "send a choke".
packetsTransmitted(int) - Method in class net.i2p.router.transport.udp.PeerState
Record that packets were transmitted.
packPublicKey(PolyVec, byte[]) - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMIndCpa
packPublicKey.
packSecretKey(PolyVec) - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMIndCpa
packSecretKey.
pad() - Method in class com.southernstorm.noise.crypto.Poly1305
Pads the input with zeroes to a multiple of 16 bytes.
PADDING_BOTTOM - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Used internally
PADDING_LEFT - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Used internally
PADDING_LEGEND - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Used internally
PADDING_MAX - Static variable in class net.i2p.router.transport.udp.SSU2Util
Maximum padding for data packets
PADDING_MAX_DEFAULT_INT - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
Default maximum padding integer
PADDING_MAX_SESSION_CREATED - Static variable in class net.i2p.router.transport.udp.SSU2Util
Maximum padding for session created
PADDING_MAX_SESSION_REQUEST - Static variable in class net.i2p.router.transport.udp.SSU2Util
Maximum padding for session request
PADDING_MIN_DEFAULT_INT - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
Default minimum padding integer
PADDING_PLOT - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Used internally
PADDING_RIGHT - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Used internally
PADDING_TITLE - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Used internally
PADDING_TOP - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Used internally
PADDING_VLABEL - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Used internally
PaddingBlock(int) - Constructor for class net.i2p.router.crypto.ratchet.RatchetPayload.PaddingBlock
 
PaddingBlock(int) - Constructor for class net.i2p.router.transport.ntcp.NTCP2Payload.PaddingBlock
with zero-filled data
PaddingBlock(I2PAppContext, int) - Constructor for class net.i2p.router.transport.ntcp.NTCP2Payload.PaddingBlock
with random data
PaddingBlock(int) - Constructor for class net.i2p.router.transport.udp.SSU2Payload.PaddingBlock
Create a padding block with zero-filled data.
PaddingBlock(I2PAppContext, int) - Constructor for class net.i2p.router.transport.udp.SSU2Payload.PaddingBlock
Create a padding block with random data.
page - Variable in class net.metanotion.io.block.FreeListBlock
Page number of this free list block.
page - Variable in class net.metanotion.io.block.index.BSkipSpan
Page number of this span
pageSeek(RandomAccessInterface, int) - Static method in class net.metanotion.io.block.BlockFile
Go to any page but the superblock.
PAGESIZE - Static variable in class i2p.susi.util.Folder
Property key for page size configuration
PAGESIZE - Static variable in class net.metanotion.io.block.BlockFile
Page size in bytes for block file pages
Pair - Class in net.i2p.router.sybil
A pair of routers and the distance between them.
Pair(RouterInfo, RouterInfo, BigInteger) - Constructor for class net.i2p.router.sybil.Pair
Pair.
PAIRMAX - Static variable in class net.i2p.router.sybil.Analysis
Maximum pairs to analyze
Panel - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Emulation of java.awt.Panel for the NDT (Network Diagnostic Tool) plugin.
Panel() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.Panel
Create a new Panel emulation.
PARAM_PLUGIN_NAME - Static variable in class net.i2p.router.web.WebAppStarter
Plugin name parameter
Parameter - Class in org.cybergarage.http
Represents a name-value parameter pair used in HTTP requests and responses.
Parameter() - Constructor for class org.cybergarage.http.Parameter
Creates a new empty Parameter with null name and value.
Parameter(String, String) - Constructor for class org.cybergarage.http.Parameter
Creates a new Parameter with the specified name and value.
ParameterList - Class in org.cybergarage.http
A collection of Parameter objects that extends Vector.
ParameterList() - Constructor for class org.cybergarage.http.ParameterList
Creates a new empty ParameterList.
ParametersWithContext - Class in org.bouncycastle.crypto.params
Cipher parameters with associated context data.
ParametersWithContext(CipherParameters, byte[]) - Constructor for class org.bouncycastle.crypto.params.ParametersWithContext
 
ParametersWithRandom - Class in org.bouncycastle.crypto.params
Cipher parameters with associated random number generator.
ParametersWithRandom(CipherParameters, SecureRandom) - Constructor for class org.bouncycastle.crypto.params.ParametersWithRandom
Wrap parameters with random.
ParametersWithRandom(CipherParameters) - Constructor for class org.bouncycastle.crypto.params.ParametersWithRandom
Wrap parameters with default random.
ParamSnapshot(String, String, String, int, int, int, int, int, boolean, String, double, int[], double[]) - Constructor for class net.i2p.router.Tuner.ParamSnapshot
 
ParamsRetriever - Class in com.thetransactioncompany.jsonrpc2.util
The base abstract class for the JSON-RPC 2.0 parameter retrievers.
ParamsRetriever() - Constructor for class com.thetransactioncompany.jsonrpc2.util.ParamsRetriever
 
parent - Variable in class org.rrd4j.graph.SourcedPlotElement
The parent element, or null.
parse(boolean[][]) - Static method in class com.google.zxing.common.BitMatrix
Interprets a 2D array of booleans as a BitMatrix, where "true" means an "on" bit.
parse(String, String, String) - Static method in class com.google.zxing.common.BitMatrix
Parses a string representation of a bit matrix.
parse(String) - Static method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Message
Provides common parsing of JSON-RPC 2.0 requests, notifications and responses.
parse(String, boolean, boolean) - Static method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Message
Provides common parsing of JSON-RPC 2.0 requests, notifications and responses.
parse(String) - Static method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Notification
Parses a JSON-RPC 2.0 notification string.
parse(String, boolean) - Static method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Notification
Parses a JSON-RPC 2.0 notification string.
parse(String, boolean, boolean) - Static method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Notification
Parses a JSON-RPC 2.0 notification string.
parse(String, boolean, boolean, boolean) - Static method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Notification
Parses a JSON-RPC 2.0 notification string.
parse(String) - Static method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Request
Parses a JSON-RPC 2.0 request string.
parse(String, boolean) - Static method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Request
Parses a JSON-RPC 2.0 request string.
parse(String, boolean, boolean) - Static method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Request
Parses a JSON-RPC 2.0 request string.
parse(String, boolean, boolean, boolean) - Static method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Request
Parses a JSON-RPC 2.0 request string.
parse(String) - Static method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Response
Parses a JSON-RPC 2.0 response string.
parse(String, boolean) - Static method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Response
Parses a JSON-RPC 2.0 response string.
parse(String, boolean, boolean) - Static method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Response
Parses a JSON-RPC 2.0 response string.
parse(String, boolean, boolean, boolean) - Static method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Response
Parses a JSON-RPC 2.0 response string.
parse(File) - Static method in class net.i2p.addressbook.ConfigParser
Return a Map using the contents of the File file.
parse(File, Map<String, String>) - Static method in class net.i2p.addressbook.ConfigParser
Return a Map using the contents of the File file.
parse(String, boolean) - Static method in class net.i2p.addressbook.HostTxtParser
Return a HostTxtEntry from the contents of the inputLine.
parse(File) - Static method in class net.i2p.addressbook.HostTxtParser
Return a Map using the contents of the File file.
parse(File, Map<String, HostTxtEntry>) - Static method in class net.i2p.addressbook.HostTxtParser
Return a Map using the contents of the File file.
parse(Reader) - Method in class net.i2p.apache.http.conn.util.PublicSuffixListParser
Parses the public suffix list format.
parse(String[]) - Static method in class net.i2p.i2ptunnel.access.DefinitionParser
Processes an array of String objects containing the human-readable definition of the filter.
parse(File) - Static method in class net.i2p.jetty.JettyXmlConfigurationParser
Reads and parses the XML configuration file.
parse(File) - Method in class net.i2p.router.news.NewsXMLParser
Process the XML file.
parse(InputStream) - Method in class net.i2p.router.news.NewsXMLParser
Process the XML input stream.
parse(Node, Node, int) - Method in class net.i2p.router.news.XMLParser
Modified from UPnP JaxpParser
parse(Node, Node, int) - Method in class org.cybergarage.xml.parser.JaxpParser
Recursively parses a DOM node and converts it to a Node tree.
parse(Node, Node) - Method in class org.cybergarage.xml.parser.JaxpParser
Parses a DOM node and converts it to a Node tree.
parse(InputStream) - Method in class org.cybergarage.xml.parser.JaxpParser
Parses XML content from the specified input stream using JAXP.
parse(InputStream) - Method in class org.cybergarage.xml.Parser
Parses XML content from the specified input stream.
parse(URL) - Method in class org.cybergarage.xml.Parser
Parses XML content from the specified URL.
parse(File) - Method in class org.cybergarage.xml.Parser
Parses XML content from the specified file.
parse(String) - Method in class org.cybergarage.xml.Parser
Parses XML content from the specified string.
parse(DataInputStream, byte[]) - Static method in class org.minidns.dnsname.DnsName
Parse a domain name starting at the current offset and moving the input stream pointer past this domain name (even if cross references occure).
parse(int, byte[]) - Static method in class org.minidns.edns.EdnsOption
Parses an EDNS option from the specified option code and data.
parse(DataInputStream) - Static method in class org.minidns.record.A
Parse A record from data input stream.
parse(DataInputStream) - Static method in class org.minidns.record.AAAA
Parse AAAA record from data input stream.
parse(DataInputStream, byte[]) - Static method in class org.minidns.record.CNAME
Parse a CNAME record from a data stream.
parse(DataInputStream, int) - Static method in class org.minidns.record.DLV
Parse a DLV record from a data stream.
parse(DataInputStream, byte[]) - Static method in class org.minidns.record.DNAME
parse.
parse(DataInputStream, int) - Static method in class org.minidns.record.DNSKEY
parse.
parse(DataInputStream, int) - Static method in class org.minidns.record.DS
parse.
parse(DataInputStream, byte[]) - Static method in class org.minidns.record.MX
Parse an MX record from a stream.
parse(DataInputStream, byte[]) - Static method in class org.minidns.record.NS
parse.
parse(DataInputStream, byte[], int) - Static method in class org.minidns.record.NSEC
parse.
parse(DataInputStream, int) - Static method in class org.minidns.record.NSEC3
parse.
parse(DataInputStream) - Static method in class org.minidns.record.NSEC3PARAM
parse.
parse(DataInputStream, int) - Static method in class org.minidns.record.OPENPGPKEY
Parse an OPENPGPKEY record from a data input stream.
parse(DataInputStream, int) - Static method in class org.minidns.record.OPT
parse.
parse(DataInputStream, byte[]) - Static method in class org.minidns.record.PTR
Parse a PTR record from a data stream.
parse(DataInputStream, byte[]) - Static method in class org.minidns.record.Record
Parse a given record based on the full message data and the current stream position.
parse(DataInputStream, byte[], int) - Static method in class org.minidns.record.RRSIG
parse.
parse(DataInputStream, byte[]) - Static method in class org.minidns.record.SOA
parse.
parse(DataInputStream, byte[]) - Static method in class org.minidns.record.SRV
parse.
parse(DataInputStream, int) - Static method in class org.minidns.record.TLSA
parse.
parse(DataInputStream, int) - Static method in class org.minidns.record.TXT
parse.
parse(DataInputStream, int, Record.TYPE) - Static method in class org.minidns.record.UNKNOWN
Parse an unknown record from a stream.
parse() - Method in class org.rrd4j.core.timespec.TimeParser
Parses the input string specified in the constructor.
parse3339Date(String) - Static method in class net.i2p.router.news.RFC3339Date
Parse the date
parse822Date(String) - Static method in class net.i2p.util.RFC822Date
new Date(String foo) is deprecated, so let's do this the hard way
PARSE_ERROR - Static variable in exception com.thetransactioncompany.jsonrpc2.JSONRPC2Error
JSON parse error (-32700).
parseArgs(String) - Static method in class net.i2p.i2ptunnel.web.SSLHelper
Parses a space-separated argument string, respecting single and double quotes.
parseArgs(String) - Static method in class net.i2p.router.startup.LoadClientAppsJob
Parse arg string into an array of args.
parseAuthArgs(String) - Static method in class net.i2p.util.EepGet
Parse the args in an authentication header.
parseBoolean(String) - Static method in class org.rrd4j.core.Util
Parses input string as a boolean value.
parseColor(String) - Static method in class org.rrd4j.core.Util
Parses input string as color.
parseDouble(String) - Static method in class org.rrd4j.core.Util
Parses input string as a double value.
parseEncType(String) - Static method in enum net.i2p.crypto.EncType
Convenience for user apps
parseJSONRPC2Message(String) - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Parser
Provides common parsing of JSON-RPC 2.0 requests, notifications and responses.
parseJSONRPC2Notification(String) - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Parser
Parses a JSON-RPC 2.0 notification string.
parseJSONRPC2Request(String) - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Parser
Parses a JSON-RPC 2.0 request string.
parseJSONRPC2Response(String) - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Parser
Parses a JSON-RPC 2.0 response string.
parseNonStdAttributes(boolean) - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Parser
Specifies whether to parse non-standard attributes found in JSON-RPC 2.0 messages.
parseParams(String) - Static method in class net.i2p.sam.SAMUtils
Parse SAM parameters, and put them into a Properties object Modified from EepGet.
Parser - Class in org.cybergarage.xml
Abstract base class for XML parsers.
Parser() - Constructor for class org.cybergarage.xml.Parser
Creates a new Parser instance.
parseReason(int) - Static method in class net.i2p.router.transport.ntcp.InboundEstablishState
Converts a termination reason code to a human-readable string.
parseReason(int) - Static method in class net.i2p.router.transport.udp.EstablishmentManager
parseReason.
parseRequestLine(String) - Method in class org.cybergarage.http.HTTPRequest
Parses an HTTP request line and extracts method, URI, and version.
ParserException - Exception in org.cybergarage.xml
Exception thrown when XML parsing fails.
ParserException(Exception) - Constructor for exception org.cybergarage.xml.ParserException
Creates a ParserException wrapping another exception.
ParserException(String) - Constructor for exception org.cybergarage.xml.ParserException
Creates a ParserException with the specified detail message.
parseSharedData(DataInputStream, int) - Static method in class org.minidns.record.DelegatingDnssecRR
parseSharedData.
parseSigType(String) - Static method in enum net.i2p.crypto.SigType
Convenience for user apps
parsesNonStdAttributes() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Parser
Returns true if non-standard attributes in JSON-RPC 2.0 messages are parsed.
parseSpecs(String) - Method in class net.i2p.router.web.GraphGenerator
 
parseSubscriptions(File, List<String>) - Static method in class net.i2p.addressbook.ConfigParser
Return a List using the contents of the File file.
PARTIAL_CONTENT - Static variable in class org.cybergarage.http.HTTPStatus
HTTP 206 Partial Content
PartialEepGet - Class in net.i2p.util
Fetch exactly the first 'size' bytes into a stream Anything less or more will throw an IOException No retries, no min and max size options, no timeout option If the server does not return a Content-Length header of the correct size, the fetch will fail.
PartialEepGet(I2PAppContext, String, int, OutputStream, String, long) - Constructor for class net.i2p.util.PartialEepGet
Instantiate an EepGet that will fetch exactly size bytes when fetch() is called.
PartialPiece - Class in org.klomp.snark
Represents a piece of a torrent being downloaded, storing partial data either on the heap or in a temporary file if the piece is large.
PartialPiece(Piece, int, File) - Constructor for class org.klomp.snark.PartialPiece
Constructs a PartialPiece for the given piece with specified length.
ParticipatingThrottler - Class in net.i2p.router.tunnel.pool
Count how often we have accepted a tunnel with the peer as the previous or next hop.
ParticipatingThrottler(RouterContext) - Constructor for class net.i2p.router.tunnel.pool.ParticipatingThrottler
Participating throttler
ParticipatingThrottler.Result - Enum in net.i2p.router.tunnel.pool
Result of throttling decision for tunnel participation requests.
parts - Variable in class i2p.susi.webmail.MailPart
parts.
PARTSIZE - Static variable in class org.klomp.snark.PeerState
Chunk size for outbound piece requests.
passConditionalHeaders(HttpServletRequest, HttpServletResponse, BasicServlet.HttpContent) - Method in class org.klomp.snark.web.BasicServlet
Check modification date headers.
PasswordManager - Class in net.i2p.util
Manage both plaintext and salted/hashed password storage in router.config.
PasswordManager(I2PAppContext) - Constructor for class net.i2p.util.PasswordManager
PasswordManager.
PathChallengeBlock(byte[]) - Constructor for class net.i2p.router.transport.udp.SSU2Payload.PathChallengeBlock
PathChallengeBlock.
PathIterator - Class in org.rrd4j.graph
Iterator for processing paths in RRD graph rendering.
PathIterator(double[]) - Constructor for class org.rrd4j.graph.PathIterator
Creates a path iterator for the specified y-coordinate array.
PathResponseBlock(byte[]) - Constructor for class net.i2p.router.transport.udp.SSU2Payload.PathResponseBlock
PathResponseBlock.
Pattern - Class in com.southernstorm.noise.protocol
Information about all supported handshake patterns.
PATTERN - Static variable in class org.rrd4j.core.Util
 
PATTERN_ID_IK - Static variable in class com.southernstorm.noise.protocol.HandshakeState
Ratchet
PATTERN_ID_IKHFS_1024 - Static variable in class com.southernstorm.noise.protocol.HandshakeState
PATTERN_ID_IKHFS_1024.
PATTERN_ID_IKHFS_512 - Static variable in class com.southernstorm.noise.protocol.HandshakeState
Hybrid Ratchet
PATTERN_ID_IKHFS_768 - Static variable in class com.southernstorm.noise.protocol.HandshakeState
PATTERN_ID_IKHFS_768.
PATTERN_ID_N - Static variable in class com.southernstorm.noise.protocol.HandshakeState
Tunnels
PATTERN_ID_N_NO_RESPONSE - Static variable in class com.southernstorm.noise.protocol.HandshakeState
same as N but no post-mixHash needed
PATTERN_ID_XK - Static variable in class com.southernstorm.noise.protocol.HandshakeState
NTCP2
PATTERN_ID_XK_SSU2 - Static variable in class com.southernstorm.noise.protocol.HandshakeState
SSU2
PATTERN_ID_XKHFS_1024 - Static variable in class com.southernstorm.noise.protocol.HandshakeState
PATTERN_ID_XKHFS_1024.
PATTERN_ID_XKHFS_512 - Static variable in class com.southernstorm.noise.protocol.HandshakeState
Hybrid NTCP2
PATTERN_ID_XKHFS_512_SSU2 - Static variable in class com.southernstorm.noise.protocol.HandshakeState
Hybrid SSU2
PATTERN_ID_XKHFS_768 - Static variable in class com.southernstorm.noise.protocol.HandshakeState
PATTERN_ID_XKHFS_768.
PATTERN_ID_XKHFS_768_SSU2 - Static variable in class com.southernstorm.noise.protocol.HandshakeState
PATTERN_ID_XKHFS_768_SSU2.
pauseRunner() - Method in class net.i2p.data.i2cp.I2CPMessageReader.I2CPMessageReaderRunner
deprecated unused
Payload - Class in net.i2p.data
Message payload container for I2P communications with encryption support.
Payload() - Constructor for class net.i2p.data.Payload
Required for deserialization.
PAYLOAD_TYPE_DATA - Static variable in class net.i2p.router.transport.udp.UDPPacket
Packet type: data.
PAYLOAD_TYPE_RELAY_INTRO - Static variable in class net.i2p.router.transport.udp.UDPPacket
Packet type: relay intro.
PAYLOAD_TYPE_RELAY_REQUEST - Static variable in class net.i2p.router.transport.udp.UDPPacket
Packet type: relay request.
PAYLOAD_TYPE_RELAY_RESPONSE - Static variable in class net.i2p.router.transport.udp.UDPPacket
Packet type: relay response.
PAYLOAD_TYPE_SESSION_CONFIRMED - Static variable in class net.i2p.router.transport.udp.UDPPacket
Packet type: session confirmed.
PAYLOAD_TYPE_SESSION_CREATED - Static variable in class net.i2p.router.transport.udp.UDPPacket
Packet type: session created.
PAYLOAD_TYPE_SESSION_DESTROY - Static variable in class net.i2p.router.transport.udp.UDPPacket
Packet type: session destroy.
PAYLOAD_TYPE_SESSION_REQUEST - Static variable in class net.i2p.router.transport.udp.UDPPacket
Packet type: session request.
PAYLOAD_TYPE_TEST - Static variable in class net.i2p.router.transport.udp.UDPPacket
Packet type: test.
payloadData - Variable in class org.minidns.record.Record
The payload object of this record.
PayloadGarlicConfig - Class in net.i2p.router.message
A GarlicConfig that holds a single I2NPMessage payload with no sub-cloves.
PayloadGarlicConfig(Certificate, long, long, DeliveryInstructions, I2NPMessage) - Constructor for class net.i2p.router.message.PayloadGarlicConfig
 
payloadTypeToString(int) - Static method in class net.i2p.router.transport.udp.UDPPacket
Packet type enumeration.
pcapWriter - Static variable in class net.i2p.client.streaming.impl.I2PSocketManagerFull
The PCAP writer
PcapWriter - Class in net.i2p.client.streaming.impl
Write a standard pcap file with a "TCP" packet that can be analyzed with standard tools such as wireshark.
PcapWriter(I2PAppContext, String) - Constructor for class net.i2p.client.streaming.impl.PcapWriter
Creates a new PcapWriter that writes to the specified file in the log directory.
PDef - Class in org.rrd4j.data
RRD PDEF (Plottable Data Source Definition) implementation.
Creates data sources from plottable objects that can provide values based on timestamps.
PDef(String, IPlottable) - Constructor for class org.rrd4j.data.PDef
Creates a new PDef instance.
PDef - Class in org.rrd4j.graph
Represents a plottable data definition (PDEF) in RRD graphs.
PDef(String, IPlottable) - Constructor for class org.rrd4j.graph.PDef
 
pdpCount - Variable in class org.rrd4j.core.jrrd.Archive
Number of primary data points per consolidated data point.
PDPStatusBlock - Class in org.rrd4j.core.jrrd
Instances of this class model the primary data point status from an RRD file.
PDPStatusBlock(RRDFile) - Constructor for class org.rrd4j.core.jrrd.PDPStatusBlock
 
pdpStep - Variable in class org.rrd4j.core.jrrd.Header
Primary data point step
Peer - Class in org.klomp.snark.dht
Represents a single peer participating in a specific torrent within the DHT tracker.
Peer(byte[]) - Constructor for class org.klomp.snark.dht.Peer
Creates a new peer with the specified identification data.
Peer - Class in org.klomp.snark
Represents a peer in the BitTorrent network, managing all public information and communication with that peer.
Peer(PeerID, byte[], byte[], MetaInfo) - Constructor for class org.klomp.snark.Peer
Outgoing connection.
Peer(I2PSocket, InputStream, OutputStream, byte[], byte[], MetaInfo) - Constructor for class org.klomp.snark.Peer
Incoming connection.
PEER_SELECTION_COOLDOWN_MS - Static variable in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Peers selected within this window are excluded from further selection to ensure diversity
PEER_SIZE - Static variable in class net.i2p.data.i2np.BuildRequestRecord
we show 16 bytes of the peer hash outside the elGamal block
PEER_TEST_FLAG_BYTE - Static variable in class net.i2p.router.transport.udp.SSU2Util
Message type flag for peer test
PEER_TEST_PROLOGUE - Static variable in class net.i2p.router.transport.udp.SSU2Util
Prologue for peer test signatures
PeerAcceptor - Class in org.klomp.snark
Accepts incomming connections from peers.
PeerAcceptor(PeerCoordinator) - Constructor for class org.klomp.snark.PeerAcceptor
Creates a single-torrent PeerAcceptor.
PeerAcceptor(PeerCoordinatorSet) - Constructor for class org.klomp.snark.PeerAcceptor
Creates a multi-torrent PeerAcceptor.
PeerAcceptor.ProtocolException - Exception in org.klomp.snark
A unique exception so we can tell the ConnectionAcceptor about non-BT connections
peerChange(PeerCoordinator, Peer) - Method in interface org.klomp.snark.CoordinatorListener
Called when the PeerCoordinator notices a change in the state of a peer.
peerChange(PeerCoordinator, Peer) - Method in class org.klomp.snark.Snark
CoordinatorListener no-op
PeerCheckerTask - Class in org.klomp.snark
TimerTask that checks for good/bad up/downloader.
PeerCheckerTask(I2PSnarkUtil, PeerCoordinator) - Constructor for class org.klomp.snark.PeerCheckerTask
Creates a new checker task for the given coordinator.
PeerComparator() - Constructor for class net.i2p.router.web.helpers.UDPSorters.PeerComparator
 
PeerConnectionIn - Class in org.klomp.snark
Handles incoming BitTorrent protocol messages from a peer.
This class runs in a separate thread to continuously read and parse incoming messages, delegating them to the appropriate PeerState handlers.
PeerConnectionIn(Peer, DataInputStream) - Constructor for class org.klomp.snark.PeerConnectionIn
Create a handler for incoming messages from a peer.
PeerConnectionOut - Class in org.klomp.snark
Manages outgoing BitTorrent protocol messages to a peer.
This class maintains a queue of outgoing messages and handles bandwidth limiting, message prioritization, and reliable delivery to the peer.
PeerConnectionOut(Peer, DataOutputStream) - Constructor for class org.klomp.snark.PeerConnectionOut
Creates a new outgoing connection handler.
PeerCoordinator - Class in org.klomp.snark
Coordinates peer activities for a single torrent including upload/download management, peer selection, piece distribution, and bandwidth allocation.
PeerCoordinator(I2PSnarkUtil, byte[], byte[], MetaInfo, Storage, CoordinatorListener, Snark, BandwidthListener) - Constructor for class org.klomp.snark.PeerCoordinator
 
PeerCoordinatorSet - Class in org.klomp.snark
Thread-safe collection for managing PeerCoordinator instances across multiple torrents.
PeerCoordinatorSet() - Constructor for class org.klomp.snark.PeerCoordinatorSet
Creates a new empty PeerCoordinatorSet.
PeerHelper - Class in net.i2p.router.web.helpers
Helper for peer connections page rendering and form processing.
PeerHelper() - Constructor for class net.i2p.router.web.helpers.PeerHelper
PeerHelper.
PeerID - Class in org.klomp.snark
Store the address information about a peer.
PeerID(byte[], Destination) - Constructor for class org.klomp.snark.PeerID
Creates a PeerID from a peer ID byte array and destination address.
PeerID(BDecoder) - Constructor for class org.klomp.snark.PeerID
Creates a PeerID from a BDecoder.
PeerID(Map<String, BEValue>) - Constructor for class org.klomp.snark.PeerID
Creates a PeerID from a Map containing BEncoded peer id, ip and port.
PeerID(byte[], I2PSnarkUtil) - Constructor for class org.klomp.snark.PeerID
Creates a PeerID from a destHash
peerList() - Method in class org.klomp.snark.PeerCoordinator
Returns a snapshot of the connected peers list for web page detailed stats.
PeerListener - Interface in org.klomp.snark
Listener for Peer events.
PeerManager - Class in net.i2p.router.peermanager
Tracks peer capabilities and manages the periodic profile reorganization cycle.
PeerManager(RouterContext) - Constructor for class net.i2p.router.peermanager.PeerManager
Profiles are now loaded in a separate thread, so this should return quickly.
peerManager() - Method in class net.i2p.router.RouterContext
Minimal interface for selecting peers for various tasks based on given criteria.
PeerManagerFacade - Interface in net.i2p.router
Manage peer references and keep them up to date so that when asked for peers, it can provide appropriate peers according to the criteria provided.
PeerManagerFacadeImpl - Class in net.i2p.router.peermanager
Base implementation that has simple algorithms and periodically saves state
PeerManagerFacadeImpl(RouterContext) - Constructor for class net.i2p.router.peermanager.PeerManagerFacadeImpl
PeerManagerFacadeImpl.
PeerProfile - Class in net.i2p.router.peermanager
Copied from http://www.i2p2.i2p/how_peerselection.html See also main() below for additional commentary by zzz.
PeerProfile(RouterContext, Hash) - Constructor for class net.i2p.router.peermanager.PeerProfile
Caller should call setLastHeardAbout() and setFirstHeardAbout()
Peers - Class in org.klomp.snark.dht
Thread-safe collection of all peers participating in a single torrent.
Peers() - Constructor for class org.klomp.snark.dht.Peers
Creates a new peer collection with initial capacity for 8 peers.
peers - Variable in class org.klomp.snark.PeerCoordinator
synchronize on this when changing peers or downloaders.
PeerSelectionCriteria - Class in net.i2p.router.peermanager
Defines the criteria for selecting a set of peers for use when searching the PeerManager.
PeerSelectionCriteria() - Constructor for class net.i2p.router.peermanager.PeerSelectionCriteria
 
PeerSelector - Class in net.i2p.router.networkdb.kademlia
Abstract base class for peer selection in Kademlia routing tables.
PeerSelector(RouterContext) - Constructor for class net.i2p.router.networkdb.kademlia.PeerSelector
PeerSelector.
peerSendsBadReplies(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Check whether a peer sends an excessive rate of invalid or failed netDb lookup replies (potential misbehavior indicator).
PeerState - Class in net.i2p.router.transport.udp
Contain all of the state about a UDP connection to a peer.
PeerState(RouterContext, UDPTransport, InetSocketAddress, Hash, boolean, int) - Constructor for class net.i2p.router.transport.udp.PeerState
For SSU2
PeerState - Class in org.klomp.snark
Manages the state and protocol logic for a BitTorrent peer connection.
This class tracks peer interest/choking status, piece availability, request queues, and handles all BitTorrent protocol message processing.
PeerState(Peer, PeerListener, BandwidthListener, MetaInfo, PeerConnectionIn, PeerConnectionOut) - Constructor for class org.klomp.snark.PeerState
 
PeerState2 - Class in net.i2p.router.transport.udp
Contain all of the state about a UDP connection to a peer.
PeerState2(RouterContext, UDPTransport, InetSocketAddress, Hash, boolean, int, CipherState, CipherState, long, long, byte[], byte[], byte[]) - Constructor for class net.i2p.router.transport.udp.PeerState2
If inbound, caller MUST immediately call setWeRelayToThemAs() (if nonzero) and sendAck0().
PeerStateDestroyed - Class in net.i2p.router.transport.udp
Small, stub version of PeerState2, for handling destroy acks with possible tokens in them.
PeerStateDestroyed(RouterContext, UDPTransport, PeerState2) - Constructor for class net.i2p.router.transport.udp.PeerStateDestroyed
This must be called after the first termination or termination ack was sent from PeerState2, so the next packet number is correct.
PeerStateDestroyed(RouterContext, UDPTransport, RemoteHostId, long, long, CipherState, CipherState, byte[], byte[], byte[], int) - Constructor for class net.i2p.router.transport.udp.PeerStateDestroyed
Direct from IES2, there was never a PS2.
PeerTestBlock(int, int, Hash, byte[]) - Constructor for class net.i2p.router.transport.udp.SSU2Payload.PeerTestBlock
 
PeerTestEvent - Class in net.i2p.router.transport.udp
Initiate a test (we are Alice)
PeerTestEvent(RouterContext, UDPTransport, PeerTestManager) - Constructor for class net.i2p.router.transport.udp.PeerTestEvent
Peer test event.
PeerTestJob - Class in net.i2p.router.peermanager
Periodically tests selected peers to gather real-time performance data and update peer profiles.
PeerTestJob(RouterContext) - Constructor for class net.i2p.router.peermanager.PeerTestJob
Creates a new PeerTestJob instance and initializes required statistics.
PeerTestManager - Class in net.i2p.router.transport.udp
Entry points are runTest() to start a new test as Alice, and receiveTest() for all received test packets.
PeerTestManager(RouterContext, UDPTransport) - Constructor for class net.i2p.router.transport.udp.PeerTestManager
Have seen peer tests (as Alice) get stuck (_currentTest != null) so I've thrown some synchronizization on the methods; don't know the root cause or whether this fixes it
PeerTestState - Class in net.i2p.router.transport.udp
Track the state of a peer test.
PeerTestState(PeerTestState.Role, PeerState, boolean, long, long) - Constructor for class net.i2p.router.transport.udp.PeerTestState
Create a new peer test state for the given role.
PeerTestState.Role - Enum in net.i2p.router.transport.udp
Roles for peer testing scenarios.
PendingGatewayMessage - Class in net.i2p.router.tunnel
Stores all the state for an unsent or partially-sent message
PendingGatewayMessage(I2NPMessage, Hash, TunnelId) - Constructor for class net.i2p.router.tunnel.PendingGatewayMessage
PendingGatewayMessage.
PER_FLOODFILL_PEER_TIMEOUT - Static variable in class net.i2p.router.networkdb.kademlia.ExploreJob
Timeout per floodfill peer in milliseconds; shorter to avoid delays with unresponsive peers.
PER_FLOODFILL_PEER_TIMEOUT - Static variable in class net.i2p.router.networkdb.kademlia.SearchJob
Timeout per floodfill peer in ms
PERCENTAGE - Static variable in class edu.internet2.ndt.NDTConstants
Percentage multiplier (100).
PercentElem(int, long, double) - Constructor for class org.rrd4j.data.Variable.PercentElem
Position (unused, for sorting tie-break ordering) @param timestamp the timestamp @param value the value.
PERCENTILE(float, boolean) - Constructor for class org.rrd4j.data.Variable.PERCENTILE
PERCENTILE.
PERCENTILE(double) - Constructor for class org.rrd4j.data.Variable.PERCENTILE
PERCENTILE.
PERCENTILE(float) - Constructor for class org.rrd4j.data.Variable.PERCENTILE
PERCENTILE.
PERCENTILENAN(float) - Constructor for class org.rrd4j.data.Variable.PERCENTILENAN
PERCENTILENAN.
PERCENTILENAN(double) - Constructor for class org.rrd4j.data.Variable.PERCENTILENAN
PERCENTILENAN.
PerfectStringHash - Class in com.tomgibara.crinch.hashing
A "minimal perfect hash" for Strings.
PerfectStringHash(String[]) - Constructor for class com.tomgibara.crinch.hashing.PerfectStringHash
Constructs a minimal perfect string hashing over the supplied strings.
performActionListener(ActionRequest) - Method in class org.cybergarage.upnp.Action
Performs the action listener for this action.
performAddDeviceListener(Device) - Method in class org.cybergarage.upnp.ControlPoint
 
performEventListener(String, long, String, String) - Method in class org.cybergarage.upnp.ControlPoint
 
performNotifyListener(SSDPPacket) - Method in class org.cybergarage.upnp.ControlPoint
Notify all registered notify listeners of a received SSDP packet.
performQueryListener(QueryRequest) - Method in class org.cybergarage.upnp.StateVariable
performQueryListener.
performRemoveDeviceListener(Device) - Method in class org.cybergarage.upnp.ControlPoint
 
performRequestListener(HTTPRequest) - Method in class org.cybergarage.http.HTTPServer
Notifies all registered request listeners of an HTTP request.
performSearchListener(SSDPPacket) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocket
performSearchListener.
performSearchResponseListener(SSDPPacket) - Method in class org.cybergarage.upnp.ControlPoint
 
PERIODS - Static variable in class net.i2p.router.web.GraphListener
Number of periods in one day (1440 = 60 minutes * 24 hours at 1-minute resolution).
PERMUTE - Static variable in class gnu.getopt.Getopt
PERMUTE is the default.
PersistDHT - Class in org.klomp.snark.dht
Retrieve / Store the local DHT in a file.
PersistDHT() - Constructor for class org.klomp.snark.dht.PersistDHT
 
PersistenceHelper - Class in net.i2p.stat
Output rate data.
PersistenceHelper() - Constructor for class net.i2p.stat.PersistenceHelper
 
PersistentDataStore - Class in net.i2p.router.networkdb.kademlia
Persistent network database storage with disk I/O and memory management.
PersistentDataStore(RouterContext, String, KademliaNetworkDatabaseFacade) - Constructor for class net.i2p.router.networkdb.kademlia.PersistentDataStore
Creates a new persistent data store.
PersistentKeyRing - Class in net.i2p.router
ConcurrentHashMap with backing in the router.config file.
PersistentKeyRing(RouterContext) - Constructor for class net.i2p.router.PersistentKeyRing
PersistentKeyRing.
PersistentMailCache - Class in i2p.susi.webmail
Manages persistent on-disk email cache with custom compressed format.
PersistentMailCache(I2PAppContext, String, int, String, String, String) - Constructor for class i2p.susi.webmail.PersistentMailCache
Use the params to generate a unique directory name.
PersistNews - Class in net.i2p.router.news
Handles persistent storage and retrieval of news entries to/from disk.
PersistNews() - Constructor for class net.i2p.router.news.PersistNews
 
PersistRouterInfoJob - Class in net.i2p.router.tasks
Router information persistence and synchronization job.
PersistRouterInfoJob(RouterContext) - Constructor for class net.i2p.router.tasks.PersistRouterInfoJob
Create a new router info persistence job.
PersistSybil - Class in net.i2p.router.sybil
Store and retrieve analysis files from disk.
PersistSybil(I2PAppContext) - Constructor for class net.i2p.router.sybil.PersistSybil
Create a new PersistSybil instance.
persistValue(RouterContext, int) - Method in class net.i2p.router.Tuner.BaseParam
Persist a tuned value to autotune.config.
PFX_OPTION - Static variable in class net.i2p.i2ptunnel.TunnelController
P f x o p t i o n
pgettext(ResourceBundle, String, String) - Static method in class gnu.gettext.GettextResource
Returns the translation of msgid in the context of msgctxt.
pickInbound(RouterAddress, boolean, Properties, int) - Method in class net.i2p.router.transport.udp.IntroductionManager
Grab a bunch of peers who are willing to be introducers for us that are locally known (duh) and have published their own SSU address (duh^2).
pickTestPeer(PeerTestState.Role, int, boolean, RemoteHostId) - Method in class net.i2p.router.transport.udp.UDPTransport
Pick a Bob (if we are Alice) or a Charlie (if we are Bob).
PIECE - Static variable in class org.klomp.snark.Message
P i e c e
piece - Variable in class org.klomp.snark.Message
The piece index
Piece - Class in org.klomp.snark
Represents a torrent piece and tracks which peers have it and are requesting it.
Piece(int) - Constructor for class org.klomp.snark.Piece
Creates a new Piece with the given ID.
pieceMessage(Request) - Method in class org.klomp.snark.PeerState
Called when a full chunk (i.e.
ping(String) - Static method in class net.i2p.addressbook.HostCheckerBridge
Ping a single host and return as result as a Map
ping(Destination, long) - Method in interface net.i2p.client.streaming.I2PSocketManager
Ping the specified peer, returning true if they replied to the ping within the timeout specified, false otherwise.
ping(Destination, int, int, long) - Method in interface net.i2p.client.streaming.I2PSocketManager
Ping the specified peer, returning true if they replied to the ping within the timeout specified, false otherwise.
ping(Destination, int, int, long, byte[]) - Method in interface net.i2p.client.streaming.I2PSocketManager
Ping the specified peer, returning true if they replied to the ping within the timeout specified, false otherwise.
ping(Destination, long) - Method in class net.i2p.client.streaming.impl.ConnectionManager
blocking
ping(Destination, int, int, long) - Method in class net.i2p.client.streaming.impl.ConnectionManager
blocking
ping(Destination, int, int, long, boolean) - Method in class net.i2p.client.streaming.impl.ConnectionManager
blocking
ping(Destination, int, int, long, boolean, ConnectionManager.PingNotifier) - Method in class net.i2p.client.streaming.impl.ConnectionManager
blocking
ping(Destination, int, int, long, byte[]) - Method in class net.i2p.client.streaming.impl.ConnectionManager
blocking
ping(Destination, long) - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
Ping the specified peer, returning true if they replied to the ping within the timeout specified, false otherwise.
ping(Destination, int, int, long) - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
Ping the specified peer, returning true if they replied to the ping within the timeout specified, false otherwise.
ping(Destination, int, int, long, byte[]) - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
Ping the specified peer, returning true if they replied to the ping within the timeout specified, false otherwise.
ping(Destination, int) - Method in interface org.klomp.snark.dht.DHT
Ping.
ping(Destination, int) - Method in class org.klomp.snark.dht.KRPC
Ping.
pingComplete(boolean) - Method in interface net.i2p.client.streaming.impl.ConnectionManager.PingNotifier
 
pingDestination(String) - Method in class net.i2p.addressbook.HostPing
Ping a single destination.
Pinger - Class in net.i2p.i2ptunnel.streamr
Pings streamr destinations.
Pinger(I2PAppContext, int) - Constructor for class net.i2p.i2ptunnel.streamr.Pinger
 
pingFromFile(String) - Method in class net.i2p.addressbook.HostPing
Ping all destinations listed in a file (one per line).
pingIntroducers() - Method in class net.i2p.router.transport.udp.IntroductionManager
Was part of pickInbound(), moved out so we can call it more often
pingReceived(String) - Method in class net.i2p.sam.client.SAMClientEventListenerImpl
 
pingReceived(String) - Method in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
data).
PingResult(boolean, long, long, String, String) - Constructor for class net.i2p.addressbook.HostChecker.PingResult
Create a new PingResult with all fields.
PingResult(boolean, long, long, String) - Constructor for class net.i2p.addressbook.HostChecker.PingResult
Create a new PingResult without LeaseSet types.
PingResult(boolean, long, long) - Constructor for class net.i2p.addressbook.HostChecker.PingResult
Create a new PingResult with minimal fields.
PKT_NUM_LEN - Static variable in class net.i2p.router.transport.udp.SSU2Util
Length of packet number field in bytes
PKT_NUM_OFFSET - Static variable in class net.i2p.router.transport.udp.SSU2Util
Offset of packet number in header
placeComments() - Method in class org.rrd4j.graph.LegendComposer
Place comments
PLOT_BARS - Static variable in class net.i2p.router.web.helpers.RingRenderer
Plot type: mini bars at the bottom of the ring
PLOT_LINE - Static variable in class net.i2p.router.web.helpers.RingRenderer
Plot type: line chart clipped to the inner circle area
PlotElement - Class in org.rrd4j.graph
Abstract base class for plot elements in RRD graphs.
PlotElement(Paint) - Constructor for class org.rrd4j.graph.PlotElement
Creates a new plot element with the specified color.
plotElements - Variable in class org.rrd4j.graph.RrdGraphDef
List of plot elements (lines, areas, rules, spans) to render.
PLUGIN_DIR - Static variable in class net.i2p.router.update.PluginUpdateRunner
PLUGIN_DIR.
PLUGIN_DIR - Static variable in class net.i2p.router.web.PluginStarter
PLUGIN_DIR.
pluginProperties(I2PAppContext, String) - Static method in class net.i2p.router.web.PluginStarter
plugin.config
pluginProperties() - Static method in class net.i2p.router.web.PluginStarter
plugins.config this auto-adds a property for every dir in the plugin directory
pluginsEnabled(I2PAppContext) - Static method in class net.i2p.router.web.PluginStarter
 
PluginStarter - Class in net.i2p.router.web
Start/stop/delete plugins that are already installed Get properties of installed plugins Get or change settings in plugins.config
PluginStarter(RouterContext) - Constructor for class net.i2p.router.web.PluginStarter
PluginStarter.
PluginStopper - Class in net.i2p.router.web
Stop all plugins that are installed and running
PluginStopper(RouterContext, Server) - Constructor for class net.i2p.router.web.PluginStopper
PluginStopper.
PluginUpdateChecker - Class in net.i2p.router.update
Check for an updated version of a plugin.
PluginUpdateChecker(RouterContext, ConsoleUpdateManager, List<URI>, String, String) - Constructor for class net.i2p.router.update.PluginUpdateChecker
 
PluginUpdateHandler - Class in net.i2p.router.update
Check for or download an updated version of a plugin.
PluginUpdateHandler(RouterContext, ConsoleUpdateManager) - Constructor for class net.i2p.router.update.PluginUpdateHandler
Create a plugin update handler
PluginUpdateRunner - Class in net.i2p.router.update
Check for an updated version of a plugin.
PluginUpdateRunner(RouterContext, ConsoleUpdateManager, List<URI>, String, String) - Constructor for class net.i2p.router.update.PluginUpdateRunner
 
PLUS - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "+" - addition operator
PM - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "pm" - evening times for 0-12 hour clock
pmodeChecked(int) - Method in class net.i2p.router.web.helpers.ConfigReseedHelper
Check whether the given proxy mode matches the current proxy configuration.
pn - Variable in class net.i2p.router.crypto.ratchet.RatchetEntry
The previous chain length
PNBlock(int) - Constructor for class net.i2p.router.crypto.ratchet.RatchetPayload.PNBlock
Builds a packet number block.
POINTER_TEST_HACK - Variable in class com.maxmind.db.Decoder
 
Points - Class in net.i2p.router.sybil
A total score and a List of reason Strings
Points(double, String) - Constructor for class net.i2p.router.sybil.Points
Create a new Points instance with an initial value.
pointwiseAccountMontgomery(Poly, PolyVec, PolyVec, MLKEMEngine) - Static method in class org.bouncycastle.pqc.crypto.mlkem.PolyVec
pointwiseAccountMontgomery.
PoisonI2CPMessage - Class in net.i2p.internal
For marking end-of-queues in a standard manner.
PoisonI2CPMessage() - Constructor for class net.i2p.internal.PoisonI2CPMessage
PoisonI2CPMessage.
poll() - Method in class net.i2p.internal.I2CPMessageQueue
Receive a message, nonblocking.
poll() - Method in class net.i2p.router.client.I2CPMessageQueueImpl
Receive a message, non-blocking
poll() - Method in class net.i2p.router.transport.PrioritySendPool
Return the highest-priority message, or null if empty.
poll() - Method in class net.i2p.router.util.CoDelBlockingQueue
poll.
poll() - Method in class net.i2p.router.util.CoDelPriorityBlockingQueue
poll.
pollInterval - Variable in class net.i2p.router.time.NtpMessage
This value indicates the maximum interval between successive messages, in seconds to the nearest power of two.
Poly - Class in org.bouncycastle.pqc.crypto.mlkem
Polynomial representation for ML-KEM operations.
Poly(MLKEMEngine) - Constructor for class org.bouncycastle.pqc.crypto.mlkem.Poly
Poly.
Poly1305 - Class in com.southernstorm.noise.crypto
Simple implementation of the Poly1305 message authenticator.
Poly1305() - Constructor for class com.southernstorm.noise.crypto.Poly1305
Constructs a new Poly1305 message authenticator.
polyInverseNttToMont() - Method in class org.bouncycastle.pqc.crypto.mlkem.Poly
polyInverseNttToMont.
polyNtt() - Method in class org.bouncycastle.pqc.crypto.mlkem.Poly
polyNtt.
polySubtract(Poly) - Method in class org.bouncycastle.pqc.crypto.mlkem.Poly
polySubtract.
PolyVec - Class in org.bouncycastle.pqc.crypto.mlkem
Vector of polynomials for ML-KEM operations.
PolyVec(MLKEMEngine) - Constructor for class org.bouncycastle.pqc.crypto.mlkem.PolyVec
PolyVec.
PolyVec() - Constructor for class org.bouncycastle.pqc.crypto.mlkem.PolyVec
PolyVec.
polyVecInverseNttToMont() - Method in class org.bouncycastle.pqc.crypto.mlkem.PolyVec
polyVecInverseNttToMont.
polyVecNtt() - Method in class org.bouncycastle.pqc.crypto.mlkem.PolyVec
polyVecNtt.
pongReceived(String) - Method in class net.i2p.sam.client.SAMClientEventListenerImpl
 
pongReceived(String) - Method in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
data).
pool0Count - Variable in class gnu.crypto.prng.FortunaStandalone
bytes added to pool 0
PooledTunnelCreatorConfig - Class in net.i2p.router.tunnel.pool
Data about a tunnel we created
PooledTunnelCreatorConfig(RouterContext, int, boolean, Hash, TunnelPool) - Constructor for class net.i2p.router.tunnel.pool.PooledTunnelCreatorConfig
Creates a new instance of PooledTunnelCreatorConfig
poolName - Variable in class org.rrd4j.core.RrdSyncThreadPool.DaemonThreadFactory
Pool name
pools - Variable in class gnu.crypto.prng.FortunaStandalone
null if using DevRandom
poolShuttingDown(String, boolean) - Method in interface net.i2p.client.TunnelStatusListener
Called when a tunnel pool is being shut down (all tunnels being removed).
poolUsed - Variable in class org.rrd4j.graph.RrdGraphDef
Whether to use RrdDbPool for accessing RRD files.
POP3MailBox - Class in i2p.susi.webmail.pop3
POP3 client for retrieving email from POP3 servers over I2P.
POP3MailBox(String, int, String, String) - Constructor for class i2p.susi.webmail.pop3.POP3MailBox
Does not connect.
POP3MailBox.FetchRequest - Interface in i2p.susi.webmail.pop3
Request for fetching email data with UIDL and header options.
populateState(byte[]) - Method in class org.bouncycastle.crypto.digests.LongDigest
populateState.
port - Variable in class net.i2p.i2ptunnel.I2PTunnel
the I2CP port, non-null
Port(String, int) - Constructor for class net.i2p.router.transport.TransportManager.Port
IPv4 only
Port(String, String, int) - Constructor for class net.i2p.router.transport.TransportManager.Port
IPv6 only
port - Variable in class net.i2p.router.transport.TransportManager.Port
Port number
PORT - Static variable in class org.cybergarage.upnp.ssdp.SSDP
Default destination port for SSDP multicast messages
PORT - Static variable in class org.klomp.snark.Message
P o r t
PORT - Static variable in class org.klomp.snark.TrackerClient
Default BitTorrent tracker port.
port - Variable in class org.minidns.record.SRV
The target port.
PORT_ANY - Static variable in interface net.i2p.client.I2PSession
Any port
PORT_RESTRICTED_NAT - Static variable in class org.freenetproject.DetectedIP
Port restricted cone NAT.
PORT_UNSPECIFIED - Static variable in interface net.i2p.client.I2PSession
Unspecified port
PortableWorkingDir - Class in net.i2p.router.startup
Get a relative working directory for i2p based upon properties by parent process.
portChanged() - Method in class net.i2p.router.transport.udp.EstablishmentManager
Remove all tokens
portForwardStatus(Map<ForwardPort, ForwardPortStatus>) - Method in interface org.freenetproject.ForwardPortCallback
Called to indicate status on one or more forwarded ports.
portHopping(String) - Method in class net.i2p.router.Banlist
Record a port hopping attempt from an IP.
portHopping(Hash) - Method in class net.i2p.router.Banlist
Record a port hopping attempt from a peer identified by its Router hash.
portMapper() - Method in class net.i2p.I2PAppContext
Basic mapping from service names to ports
PortMapper - Class in net.i2p.util
Map services to internal or external application ports for this context.
PortMapper(I2PAppContext) - Constructor for class net.i2p.util.PortMapper
Create a port mapper
portMessage(int) - Method in class org.klomp.snark.PeerState
Handle a port message from the peer.
portNumber - Variable in class org.freenetproject.ForwardPort
Port number to forward
PositionalParamsRetriever - Class in com.thetransactioncompany.jsonrpc2.util
Utility class for retrieving JSON-RPC 2.0 positional parameters (packed into a JSON Array).
PositionalParamsRetriever(List<Object>) - Constructor for class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
Creates a new positional parameters retriever from the specified value list.
POSITIVE_INT_RANGE - Static variable in class com.tomgibara.crinch.hashing.HashRange
Positive int range from 1 to Integer.MAX_VALUE
POSITIVE_LONG_RANGE - Static variable in class com.tomgibara.crinch.hashing.HashRange
Positive long range from 1 to Long.MAX_VALUE
posixly_correct - Variable in class gnu.getopt.Getopt
The flag determines whether or not we operate in strict POSIX compliance
post(Map<String, Object>, long, long, long) - Method in class net.i2p.util.EepPost
Submit an HTTP POST to the given URL (using the proxy if specified), uploading the given fields.
post(String, String, long, long, long) - Method in class net.i2p.util.EepPost
In-memory, not for large POSTs
post(String, byte[], long, long, long) - Method in class net.i2p.util.EepPost
In-memory, not for large POSTs
post(String, File, long, long, long) - Method in class net.i2p.util.EepPost
For large POSTs
POST - Static variable in class org.cybergarage.http.HTTP
POST HTTP method
post(HTTPResponse) - Method in class org.cybergarage.http.HTTPRequest
Posts an HTTP response back to the client.
post(String, int, boolean) - Method in class org.cybergarage.http.HTTPRequest
Posts this HTTP request to the specified host and port.
post(String, int) - Method in class org.cybergarage.http.HTTPRequest
Posts this HTTP request to the specified host and port with no keep-alive.
post(HTTPResponse, long, long, boolean) - Method in class org.cybergarage.http.HTTPSocket
Posts an HTTP response with the specified content parameters.
post() - Method in class org.cybergarage.upnp.control.ActionRequest
Posts the action request and gets the response.
post() - Method in class org.cybergarage.upnp.control.QueryRequest
Posts the query request and returns the response.
post(SubscriptionResponse) - Method in class org.cybergarage.upnp.event.SubscriptionRequest
post.
post() - Method in class org.cybergarage.upnp.event.SubscriptionRequest
post.
post(HTTPRequest, String, int) - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
Post an HTTP request as a multicast message.
post(HTTPRequest) - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
Post an HTTP request using default bind settings.
post(String, int, String) - Method in class org.cybergarage.upnp.ssdp.HTTPUSocket
post.
post(SSDPNotifyRequest) - Method in class org.cybergarage.upnp.ssdp.SSDPNotifySocket
This method send a SSDPNotifyRequest over SSDPNotifySocket
post(String, int, SSDPSearchResponse) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket
post.
post(String, int, SSDPSearchRequest) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket
post.
post(SSDPSearchRequest) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList
Sends an M-SEARCH request from all sockets in the list.
postalCode - Variable in class com.maxmind.geoip.Location
postalCode.
postConfigure(WebAppContext) - Method in class net.i2p.router.web.WebAppConfiguration
 
postConfigure(WebAppContext) - Method in class net.i2p.servlet.WebAppProviderConfiguration.WAPConfiguration
 
postControlAction() - Method in class org.cybergarage.upnp.Action
Posts this control action without binding to a specific local address.
postControlAction(String) - Method in class org.cybergarage.upnp.Action
Posts this control action, optionally binding to a specific local host address.
postMessage(String, int) - Method in class org.cybergarage.soap.SOAPRequest
Post a SOAP message to the target host and port.
postQuerylAction() - Method in class org.cybergarage.upnp.StateVariable
postQuerylAction.
postSearchResponse(SSDPPacket, String, String) - Method in class org.cybergarage.upnp.Device
postSearchResponse.
pow(FieldElement) - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
Return this field element to the power e.
pow22523() - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
 
pow22523() - Method in class net.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElement
Gets this field element to the power of $(2^{252} - 3)$.
pow22523() - Method in class net.i2p.crypto.eddsa.math.FieldElement
Raises this field element to the power of $2^{252} - 3$.
PQ_INT_VERSION - Static variable in class net.i2p.router.transport.ntcp.NTCPTransport
0 to disable, or 3/4/5 for enctypes 5/6/7
PQ_VERSION - Static variable in class net.i2p.router.transport.ntcp.NTCPTransport
P q v e r s i o n
PQEntry - Interface in net.i2p.router.util
Interface for priority queue entries with sequence tracking.
precacheIntroducerInfos() - Method in class net.i2p.router.web.helpers.NetDbRenderer
Precaches RouterInfo for all known introducers by querying the network database.
precacheReverseDNSLookups(Collection<RouterInfo>) - Method in class net.i2p.router.web.helpers.NetDbRenderer
precacheReverseDNSLookups.
precision - Variable in class net.i2p.router.time.NtpMessage
This value indicates the precision of the local clock, in seconds to the nearest power of two.
precmp - Variable in class net.i2p.crypto.eddsa.math.GroupElement
Precomputed table for GroupElement.scalarMultiply(byte[]), filled if necessary.
precomp(Curve, FieldElement, FieldElement, FieldElement) - Static method in class net.i2p.crypto.eddsa.math.GroupElement
Creates a new group element in PRECOMP representation.
PRECONDITION_FAILED - Static variable in class org.cybergarage.http.HTTPStatus
HTTP 412 Precondition Failed
PRECONDITION_FAILED - Static variable in class org.cybergarage.upnp.UPnPStatus
Error code indicating required preconditions are not met.
preConfigure(WebAppContext) - Method in class net.i2p.router.web.WebAppConfiguration
 
preConfigure(WebAppContext) - Method in class net.i2p.servlet.WebAppProviderConfiguration.WAPConfiguration
 
preConnectTo(RouterContext, Hash) - Static method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Trigger an outbound connection establishment to a peer.
PREDEFINED_BUFFER_SIZE - Static variable in class edu.internet2.ndt.NDTConstants
Predefined buffer size for data transfers.
preferRatchet() - Method in class net.i2p.router.crypto.ratchet.MuxedPQSKM
Should we try the Ratchet slow decrypt before PQ slow decrypt? Adaptive test based on previous mix of traffic for this SKM, as reported by reportDecryptResult().
preferRatchet() - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
Should we try the Ratchet slow decrypt before ElG slow decrypt? Adaptive test based on previous mix of traffic for this SKM, as reported by reportDecryptResult().
PREFERRED_SIGTYPE - Static variable in class net.i2p.i2ptunnel.TunnelController
This is guaranteed to be available.
prefix() - Method in class net.i2p.router.transport.ntcp.EstablishBase
Logging prefix string.
PREFIX - Static variable in class net.i2p.router.web.PluginStarter
PREFIX.
PREFIX - Static variable in class net.i2p.router.web.RouterConsoleRunner
PREFIX.
PREFIX_INBOUND_EXPLORATORY - Static variable in class net.i2p.router.TunnelPoolSettings
prefix used to configure the inbound exploratory pool
PREFIX_OUTBOUND_EXPLORATORY - Static variable in class net.i2p.router.TunnelPoolSettings
prefix used to configure the outbound exploratory pool
PREFIX_RRDTool - Static variable in class org.rrd4j.core.RrdDb
Prefix to identify external RRDTool file source used in various RrdDb constructors.
PREFIX_XML - Static variable in class org.rrd4j.core.RrdDb
Prefix to identify external XML file source used in various RrdDb constructors.
prepareCache() - Method in class net.i2p.router.networkdb.kademlia.LocalHash
Prepare this hash's cache for xor values - very few hashes will need it, so we don't want to waste the memory, and lazy initialization would incur online overhead to verify the initialization.
prepareGracefulShutdown() - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Prepare for graceful shutdown by stopping delayed server tunnels.
prepareNextWrite(NTCPConnection.PrepBuffer) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Prepare the next I2NP message for transmission.
prepareOutbound() - Method in class net.i2p.router.transport.ntcp.EstablishBase
Does nothing.
prepareOutbound() - Method in interface net.i2p.router.transport.ntcp.EstablishState
Does nothing.
prepareOutbound() - Method in class net.i2p.router.transport.ntcp.OutboundNTCP2State
We are Alice.
PrepBuffer() - Constructor for class net.i2p.router.transport.ntcp.NTCPConnection.PrepBuffer
 
preprocess(byte[], int) - Method in class net.i2p.router.tunnel.TrivialPreprocessor
Wrap the preprocessed fragments with the necessary padding / checksums to act as a tunnel message.
PREPROCESSED_SIZE - Static variable in class net.i2p.router.tunnel.TrivialPreprocessor
Size of preprocessed data blocks
preprocessQueue(List<PendingGatewayMessage>, TunnelGateway.Sender, TunnelGateway.Receiver) - Method in class net.i2p.router.tunnel.BatchedPreprocessor
 
preprocessQueue(List<PendingGatewayMessage>, TunnelGateway.Sender, TunnelGateway.Receiver) - Method in class net.i2p.router.tunnel.TrivialPreprocessor
Return true if there were messages remaining, and we should queue up a delayed flush to clear them NOTE: Unused here, see BatchedPreprocessor override, super is not called.
preprocessQueue(List<PendingGatewayMessage>, TunnelGateway.Sender, TunnelGateway.Receiver) - Method in interface net.i2p.router.tunnel.TunnelGateway.QueuePreprocessor
Caller must synchronize on the list!
PresentationListener - Interface in org.cybergarage.upnp.device
Interface for receiving UPnP device presentation requests.
PreserveAspectRatio - Enum in org.jfree.svg
An enumeration of the values for the preserveAspectRatio attribute.
preserveOrder(boolean) - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Parser
Controls the preservation of JSON object member order in parsed JSON-RPC 2.0 messages.
preservesOrder() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Parser
Returns true if the order of JSON object members in parsed JSON-RPC 2.0 messages is preserved, else false.
prettyPrint(String) - Static method in class org.json.simple.Jsoner
Formats the JSON string to be more easily human readable using tabs for indentation.
prettyPrint(String, int) - Static method in class org.json.simple.Jsoner
Formats the JSON string to be more easily human readable using an arbitrary amount of spaces for indentation.
prev - Variable in class net.metanotion.util.skiplist.SkipSpan
Previous span
prev_multiplier - Variable in class org.rrd4j.core.timespec.TimeParser
Previous multiplier for months-minutes disambiguation
preview - Variable in class org.klomp.snark.web.Sorters.FileAndIndex
 
previous() - Method in class net.metanotion.io.block.index.IBSkipIterator
 
previous() - Method in class net.metanotion.util.skiplist.SkipIterator
 
previousIndex() - Method in class net.metanotion.util.skiplist.SkipIterator
Not supported.
previousPage() - Method in class i2p.susi.util.Folder
Turns folder to previous page.
prevPage - Variable in class net.metanotion.io.block.index.BSkipSpan
Previous page number
prf(byte[], byte[], byte) - Method in class org.bouncycastle.pqc.crypto.mlkem.Symmetric
PRF operation.
prf(byte[], byte[], byte) - Method in class org.bouncycastle.pqc.crypto.mlkem.Symmetric.ShakeSymmetric
 
PriBlockingQueue<E extends PQEntry> - Class in net.i2p.router.util
Priority blocking queue with bounded capacity and FIFO ordering within priority levels.
PriBlockingQueue(I2PAppContext, String, int) - Constructor for class net.i2p.router.util.PriBlockingQueue
Constructs a new priority blocking queue with the given initial capacity.
primary_value - Variable in class org.rrd4j.core.jrrd.CDPStatusBlock
Primary value
print() - Method in class net.metanotion.util.skiplist.SkipLevels
Print this level and all levels below it.
print() - Method in class net.metanotion.util.skiplist.SkipSpan
Dump all data from this span to the end.
print() - Method in class org.cybergarage.http.HTTPRequest
Prints the HTTP request to the debug message stream.
print() - Method in class org.cybergarage.http.HTTPResponse
Outputs the full HTTP response to the debug log.
print() - Method in class org.cybergarage.soap.SOAPRequest
print.
print() - Method in class org.cybergarage.soap.SOAPResponse
print.
print() - Method in class org.cybergarage.upnp.Action
Prints debug information about this action and its arguments.
print() - Method in class org.cybergarage.upnp.ControlPoint
 
print(boolean) - Method in class org.cybergarage.xml.Node
Prints this node as XML to standard output.
print() - Method in class org.cybergarage.xml.Node
Prints this node as XML to standard output.
print(String, String) - Method in class org.rrd4j.graph.RrdGraphDef
Read the value of a variable (VDEF) and prints the value by using the given format string.
print(String, String, boolean) - Method in class org.rrd4j.graph.RrdGraphDef
Read the value of a variable (VDEF) and prints the the value or the time stamp, according to the strftime flag by using the given format string.
printAll() - Method in class net.metanotion.util.skiplist.SkipLevels
Print this level and all levels below it, recursively.
printCommands(List<String>) - Static method in class net.i2p.util.CommandLine
Print the list of available commands.
printInfo(PrintStream, NumberFormat, int) - Method in class org.rrd4j.core.jrrd.Archive
Prints information about this archive to the specified print stream.
printInfo(PrintStream, NumberFormat) - Method in class org.rrd4j.core.jrrd.DataSource
Print info
printInfo(PrintStream) - Method in class org.rrd4j.core.jrrd.RRDatabase
Outputs the header information of the database to the given print stream using the default number format.
printInfo(PrintStream, NumberFormat) - Method in class org.rrd4j.core.jrrd.RRDatabase
Outputs the header information of the database to the given print stream using the given number format.
printStatementCount() - Method in class org.rrd4j.graph.RrdGraphDef
Returns the number of print statements defined.
PrintText - Class in org.rrd4j.graph
Represents printable text elements in RRD graphs.
PrintText(String, String, boolean, boolean) - Constructor for class org.rrd4j.graph.PrintText
Creates printable text with specified source, format, and display options.
PRIORITY - Static variable in class net.i2p.util.LogManager
PRIORITY.
priority - Variable in class org.klomp.snark.web.Sorters.FileAndIndex
 
priority - Variable in class org.minidns.record.MX
The priority of this service.
priority - Variable in class org.minidns.record.SRV
The priority of this service.
PRIORITY_BUILD_REPLY - Static variable in class net.i2p.router.OutNetMessage
Build reply priority
PRIORITY_EXPLORATORY - Static variable in class net.i2p.router.OutNetMessage
Exploratory priority
PRIORITY_HIGH - Static variable in class net.i2p.router.transport.udp.PacketBuilder
Higher than all other OutNetMessage priorities, but still droppable, and will be shown in the codel.UDP-Sender.drop.500 stat.
PRIORITY_HIGH - Static variable in class net.i2p.router.transport.udp.PacketBuilder2
Higher than all other OutNetMessage priorities, but still droppable, and will be shown in the codel.UDP-Sender.drop.500 stat.
PRIORITY_HIGHEST - Static variable in class net.i2p.router.OutNetMessage
Highest priority
PRIORITY_HIS_BUILD_REQUEST - Static variable in class net.i2p.router.OutNetMessage
His build request priority
PRIORITY_HIS_NETDB_STORE - Static variable in class net.i2p.router.OutNetMessage
His netdb store priority
PRIORITY_LOWEST - Static variable in class net.i2p.router.OutNetMessage
Priorities, higher is higher priority.
PRIORITY_MEDIUM - Static variable in class net.i2p.router.OutNetMessage
Medium priority
PRIORITY_MY_BUILD_REQUEST - Static variable in class net.i2p.router.OutNetMessage
My build request priority
PRIORITY_MY_DATA - Static variable in class net.i2p.router.OutNetMessage
My data priority
PRIORITY_MY_NETDB_LOOKUP - Static variable in class net.i2p.router.OutNetMessage
My netdb lookup priority
PRIORITY_MY_NETDB_STORE - Static variable in class net.i2p.router.OutNetMessage
My netdb store priority
PRIORITY_MY_NETDB_STORE_LOW - Static variable in class net.i2p.router.OutNetMessage
My netdb store low priority
PRIORITY_NETDB_EXPLORE - Static variable in class net.i2p.router.OutNetMessage
Netdb explore priority
PRIORITY_NETDB_FLOOD - Static variable in class net.i2p.router.OutNetMessage
Netdb flood priority
PRIORITY_NETDB_HARVEST - Static variable in class net.i2p.router.OutNetMessage
Netdb harvest priority
PRIORITY_NETDB_REPLY - Static variable in class net.i2p.router.OutNetMessage
Netdb reply priority
PRIORITY_NORMAL - Static variable in class org.klomp.snark.Storage
Default priority value for files.
PRIORITY_PARTICIPATING - Static variable in class net.i2p.router.OutNetMessage
Participating priority
PRIORITY_SKIP - Static variable in class org.klomp.snark.Storage
Priority value indicating a file should be skipped during download.
PrioritySendPool - Class in net.i2p.router.transport
Priority-aware bounded send pool for NTCP transport.
PrioritySendPool(int) - Constructor for class net.i2p.router.transport.PrioritySendPool
PrioritySendPool.
PrivateKey - Class in net.i2p.data
Cryptographic private key for asymmetric encryption in I2P.
PrivateKey() - Constructor for class net.i2p.data.PrivateKey
no-arg constructor, uses default type
PrivateKey(EncType) - Constructor for class net.i2p.data.PrivateKey
Constructor with type.
PrivateKey(byte[]) - Constructor for class net.i2p.data.PrivateKey
Construct from raw key data.
PrivateKey(EncType, byte[]) - Constructor for class net.i2p.data.PrivateKey
Constructor with type and data.
PrivateKey(EncType, byte[], PublicKey) - Constructor for class net.i2p.data.PrivateKey
Constructor with type, data, and cached public key.
PrivateKey(String) - Constructor for class net.i2p.data.PrivateKey
Constructs from base64.
privateKey - Variable in class net.i2p.router.startup.LoadRouterInfoJob.KeyData
privateKey.
privateKey - Variable in class org.bouncycastle.crypto.params.AsymmetricKeyParameter
whether this is a private key
PrivateKeyFile - Class in net.i2p.data
This helper class reads and writes files in the same "eepPriv.dat" format used by the client code.
PrivateKeyFile(String) - Constructor for class net.i2p.data.PrivateKeyFile
Create a new PrivateKeyFile from a file name.
PrivateKeyFile(File) - Constructor for class net.i2p.data.PrivateKeyFile
Create a new PrivateKeyFile from a File.
PrivateKeyFile(File, I2PClient) - Constructor for class net.i2p.data.PrivateKeyFile
Create a new PrivateKeyFile with a client.
PrivateKeyFile(File, I2PSession) - Constructor for class net.i2p.data.PrivateKeyFile
Create a new PrivateKeyFile from an I2P session.
PrivateKeyFile(File, Destination, PrivateKey, SigningPrivateKey) - Constructor for class net.i2p.data.PrivateKeyFile
Create a new PrivateKeyFile with a destination and keys.
PrivateKeyFile(File, PublicKey, SigningPublicKey, Certificate, PrivateKey, SigningPrivateKey) - Constructor for class net.i2p.data.PrivateKeyFile
Create a new PrivateKeyFile from individual key components.
PrivateKeyFile(File, PublicKey, SigningPublicKey, Certificate, PrivateKey, SigningPrivateKey, byte[]) - Constructor for class net.i2p.data.PrivateKeyFile
Create a new PrivateKeyFile from individual key components with padding.
PrivateKeyFile(InputStream) - Constructor for class net.i2p.data.PrivateKeyFile
Read a PrivateKeyFile from an input stream.
privKey - Variable in class net.i2p.data.PrivateKeyFile
the private key
proactiveRepublishIfHealthy() - Method in class net.i2p.router.tunnel.pool.TunnelPool
Proactively republish the LeaseSet when all tunnels are healthy (all > 5 min expiry).
PROBABLE_FAILURE - Static variable in class org.freenetproject.ForwardPortStatus
The port forward probably failed
PROBABLE_SUCCESS - Static variable in class org.freenetproject.ForwardPortStatus
The port forward probably succeeded.
probeStalePeer(Hash, RouterInfo) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Fire a DirectLookupJob for a stale peer, deduplicated via _activeFloodQueries.
ProbeStalePeerJob - Class in net.i2p.router.networkdb.kademlia
Probes peers to verify they are still alive, using DirectLookupJob to ask for their RouterInfo.
ProbeStalePeerJob(RouterContext, FloodfillNetworkDatabaseFacade) - Constructor for class net.i2p.router.networkdb.kademlia.ProbeStalePeerJob
Constructor.
process(JSONRPC2Request, MessageContext) - Method in class com.thetransactioncompany.jsonrpc2.server.Dispatcher
 
process(JSONRPC2Notification, MessageContext) - Method in class com.thetransactioncompany.jsonrpc2.server.Dispatcher
 
process(JSONRPC2Notification, MessageContext) - Method in interface com.thetransactioncompany.jsonrpc2.server.NotificationHandler
Processes a JSON-RPC 2.0 notification.
process(JSONRPC2Request, MessageContext) - Method in interface com.thetransactioncompany.jsonrpc2.server.RequestHandler
Processes a JSON-RPC 2.0 request.
process(JSONRPC2Request, MessageContext) - Method in class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.AdvancedSettingsHandler
Process an AdvancedSettings request
process(JSONRPC2Request, MessageContext) - Method in class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.AuthenticateHandler
Process an Authenticate request
process(JSONRPC2Request, MessageContext) - Method in class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.EchoHandler
Process an Echo request
process(JSONRPC2Request, MessageContext) - Method in class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.GetRateHandler
Process a GetRate request
process(JSONRPC2Request, MessageContext) - Method in class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.I2PControlHandler
Process an I2PControl request
process(JSONRPC2Request, MessageContext) - Method in class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.NetworkSettingHandler
Process a NetworkSetting request
process(JSONRPC2Request, MessageContext) - Method in class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.RouterInfoHandler
Process a RouterInfo request
process(JSONRPC2Request, MessageContext) - Method in class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.RouterManagerHandler
Process a RouterManager request
process(byte[], int, int, Hash) - Method in class net.i2p.router.tunnel.HopProcessor
Process the data for the current hop, overwriting the original data with what should be sent to the next peer.
process(byte[], int, int) - Method in class net.i2p.router.tunnel.InboundGatewayProcessor
Since we are the inbound gateway, use the IV given to us as the first 16 bytes, ignore the 'prev' hop, and encrypt the message like every other participant.
process(byte[], int, int) - Method in class net.i2p.router.tunnel.OutboundGatewayProcessor
Since we are the outbound gateway, pick a random IV and wrap the preprocessed data so that it will be exposed at the endpoint.
process(long, double) - Method in class org.rrd4j.core.Datasource
 
processBlock() - Method in class org.bouncycastle.crypto.digests.LongDigest
processBlock.
processData() - Method in class org.rrd4j.data.DataProcessor
Method that should be called once all datasources are defined.
processElapsedTimeouts() - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Process all elapsed search timeouts.
processForm() - Method in class net.i2p.router.web.ConfigServiceHandler
 
processForm() - Method in class net.i2p.router.web.ConfigUpdateHandler
 
processForm() - Method in class net.i2p.router.web.FormHandler
Implement this to perform the final processing (in turn, adding formNotice and formError messages, etc) Will only be called if _action is non-null and the nonce is valid.
processForm() - Method in class net.i2p.router.web.helpers.ConfigAdvancedHandler
 
processForm() - Method in class net.i2p.router.web.helpers.ConfigBanHandler
 
processForm() - Method in class net.i2p.router.web.helpers.ConfigClientsHandler
 
processForm() - Method in class net.i2p.router.web.helpers.ConfigFamilyHandler
 
processForm() - Method in class net.i2p.router.web.helpers.ConfigHomeHandler
 
processForm() - Method in class net.i2p.router.web.helpers.ConfigKeyringHandler
 
processForm() - Method in class net.i2p.router.web.helpers.ConfigLoggingHandler
 
processForm() - Method in class net.i2p.router.web.helpers.ConfigNetHandler
processForm.
processForm() - Method in class net.i2p.router.web.helpers.ConfigPeerHandler
 
processForm() - Method in class net.i2p.router.web.helpers.ConfigReseedHandler
 
processForm() - Method in class net.i2p.router.web.helpers.ConfigSidebarHandler
Processes the form submission from the sidebar configuration page.
processForm() - Method in class net.i2p.router.web.helpers.ConfigStatsHandler
 
processForm() - Method in class net.i2p.router.web.helpers.ConfigTunnelsHandler
 
processForm() - Method in class net.i2p.router.web.helpers.ConfigUIHandler
 
processForm() - Method in class net.i2p.router.web.helpers.EventLogHelper
processForm.
processForm() - Method in class net.i2p.router.web.helpers.GraphHelper
This was a HelperBase but now it's a FormHandler
processForm() - Method in class net.i2p.router.web.helpers.NetDbHelper
Now we're a FormHandler
processForm() - Method in class net.i2p.router.web.helpers.WizardHandler
 
processForm() - Method in class net.i2p.router.web.TuningFormHandler
 
processLength(long, long) - Method in class org.bouncycastle.crypto.digests.LongDigest
Process the bit length data.
processLine(String) - Method in class net.i2p.sam.SAMv3Handler
Process a single complete command line dispatched by the pool or the legacy handle() loop.
processMessage(OutNetMessage) - Method in class net.i2p.router.CommSystemFacade
Queue an outbound message for delivery through the appropriate transport.
processMessage(OutNetMessage) - Method in class net.i2p.router.dummy.VMCommSystem
The router wants us to send the given message to the peer.
processMessage(OutNetMessage) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Process and route an outbound message through the transport system.
processOnce() - Method in class net.i2p.internal.QueuedI2CPMessageReader
Non-blocking poll + dispatch.
processPayload(I2PAppContext, RatchetPayload.PayloadCallback, byte[], int, int, boolean) - Static method in class net.i2p.router.crypto.ratchet.RatchetPayload
Process a ratchet payload, calling the callback for each block found.
processPayload(I2PAppContext, NTCP2Payload.PayloadCallback, byte[], int, int, boolean) - Static method in class net.i2p.router.transport.ntcp.NTCP2Payload
Incoming payload.
processPayload(I2PAppContext, SSU2Payload.PayloadCallback, byte[], int, int, boolean, RemoteHostId) - Static method in class net.i2p.router.transport.udp.SSU2Payload
Incoming payload.
processWord(byte[], int) - Method in class org.bouncycastle.crypto.digests.LongDigest
Process a word of input data.
processWrite(NTCPConnection, SelectionKey) - Method in class net.i2p.router.transport.ntcp.EventPumper
processWrite.
PROFILE_BULK - Static variable in interface net.i2p.client.streaming.I2PSocketOptions
Description.
PROFILE_INTERACTIVE - Static variable in interface net.i2p.client.streaming.I2PSocketOptions
Description.
ProfileManager - Interface in net.i2p.router
Manages peer profiles and performance metrics for router peers.
profileManager() - Method in class net.i2p.router.RouterContext
Expose a simple API for various router components to take note of particular events that a peer enacts (sends us a message, agrees to participate in a tunnel, etc).
ProfileManagerImpl - Class in net.i2p.router.peermanager
Methods to update profiles.
ProfileManagerImpl(RouterContext) - Constructor for class net.i2p.router.peermanager.ProfileManagerImpl
ProfileManagerImpl.
ProfileOrganizer - Class in net.i2p.router.peermanager
Categorizes peers into performance tiers (fast, high-capacity, well-integrated) based on historical metrics from PeerProfile.
ProfileOrganizer(RouterContext) - Constructor for class net.i2p.router.peermanager.ProfileOrganizer
Creates a profile organizer with empty tier maps and registers performance tracking statistics for peer classification.
profileOrganizer() - Method in class net.i2p.router.RouterContext
Organize the peers we know about into various tiers, profiling their performance and sorting them accordingly.
ProfileOrganizer.Slice - Enum in net.i2p.router.peermanager
Defines peer selection slicing modes for tier-based peer organization.
ProfileOrganizerRenderer - Class in net.i2p.router.web.helpers
Helper class to refactor HTML rendering from out of the ProfileOrganizer
ProfileOrganizerRenderer(ProfileOrganizer, RouterContext) - Constructor for class net.i2p.router.web.helpers.ProfileOrganizerRenderer
Creates a new ProfileOrganizerRenderer
ProfilePersistenceHelper - Class in net.i2p.router.peermanager
Write profiles to disk at shutdown, read at startup.
ProfilePersistenceHelper(RouterContext) - Constructor for class net.i2p.router.peermanager.ProfilePersistenceHelper
ProfilePersistenceHelper.
ProfilesHelper - Class in net.i2p.router.web.helpers
Helper for peer profiles page rendering and form processing.
ProfilesHelper() - Constructor for class net.i2p.router.web.helpers.ProfilesHelper
 
progname - Variable in class gnu.getopt.Getopt
Name to print as the program name in error messages.
PROP_ACCEPT - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
 
PROP_ACCESS_LIST - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
Comma-separated list of allowed or blocked destination hashes
PROP_ACTION - Static variable in class net.i2p.client.naming.HostTxtEntry
Property key for the action type (e.g.
PROP_ADVANCED - Static variable in class net.i2p.router.web.HelperBase
Property key for advanced mode.
PROP_ALLOW_DIRECT - Static variable in class net.i2p.router.transport.udp.UDPTransport
Do we allow direct SSU connections, sans introducers?
PROP_ALLOW_ZERO_HOP - Static variable in class net.i2p.router.TunnelPoolSettings
don't trust this, always true
PROP_ALLOWED_HOSTS - Static variable in class net.i2p.i2pcontrol.I2PControlController
Allowed hosts config property
PROP_ALLOWED_HOSTS - Static variable in class net.i2p.i2pcontrol.SocketController
Allowed hosts config property
PROP_ALLOWED_HOSTS - Static variable in class net.i2p.router.web.RouterConsoleRunner
P r o p a l l o w e d h o s t s
PROP_ALT_PKF - Static variable in class net.i2p.i2ptunnel.I2PTunnelServer
 
PROP_ANSWER_PINGS - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
Whether to respond to ping messages
PROP_AUTH - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
all auth
PROP_AUTH - Static variable in class net.i2p.router.web.helpers.ConfigClientsHelper
from ClientMessageEventListener
PROP_AUTH - Static variable in class net.i2p.sam.SAMBridge
Property to enable SAM bridge authentication.
PROP_AUTO_START - Static variable in class org.klomp.snark.SnarkManager
 
PROP_AVAIL_BW - Static variable in class net.i2p.router.tunnel.pool.BuildRequestor
Proposal 168 available bandwidth property key
PROP_B32 - Static variable in class net.i2p.client.naming.DummyNamingService
Property to enable b32 lookup
PROP_B64 - Static variable in class net.i2p.util.PasswordManager
stored obfuscated as b64 of the UTF-8 bytes
PROP_BACKLOG_SIZE - Static variable in class net.i2p.router.util.PriBlockingQueue
Property key for backlog threshold
PROP_BACKUP_QUANTITY - Static variable in class net.i2p.router.TunnelPoolSettings
PROP_BACKUP_QUANTITY.
PROP_BANDWIDTH_SHARE_PERCENTAGE - Static variable in class net.i2p.router.Router
PROP_BANDWIDTH_SHARE_PERCENTAGE.
PROP_BATCH_FREQUENCY - Static variable in class net.i2p.router.tunnel.BatchedRouterPreprocessor
How frequently should we flush non-full messages, in milliseconds This goes in I2CP custom options for the pool.
PROP_BIND_INTERFACE - Static variable in class net.i2p.router.transport.ntcp.NTCPTransport
this is rarely if ever used, default is to bind to wildcard address
PROP_BIND_INTERFACE - Static variable in class net.i2p.router.transport.udp.UDPTransport
This is rarely if ever used, default is to bind to wildcard address
PROP_BLACKLIST - Static variable in class net.i2p.client.streaming.impl.ConnectionManager
Blacklist property for streaming.
PROP_BLOCK - Static variable in class net.i2p.router.sybil.Analysis
Property to enable blocking
PROP_BLOCK_MY_COUNTRY - Static variable in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Config property for blocking own-country peers.
PROP_BLOCK_MY_COUNTRY - Static variable in class net.i2p.router.transport.CommSystemFacadeImpl
PROP_BLOCK_MY_COUNTRY.
PROP_BLOCK_MY_COUNTRY - Static variable in class net.i2p.router.transport.GeoIP
PROP_BLOCK_MY_COUNTRY.
PROP_BLOCKLIST_TIME - Static variable in class net.i2p.router.update.NewsFetcher
P r o p b l o c k l i s t t i m e
PROP_BLOCKTIME - Static variable in class net.i2p.router.sybil.Analysis
Property to set the block period
PROP_BOOST_CONNECTION_LIMITS - Static variable in class net.i2p.router.transport.TransportImpl
 
PROP_BUCKET_SIZE - Static variable in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
P r o p b u c k e t s i z e
PROP_BUFFER_SIZE - Static variable in interface net.i2p.client.streaming.I2PSocketOptions
How much data will we accept that hasn't been written out yet.
PROP_CAPABILITIES - Static variable in class net.i2p.data.router.RouterInfo
Property key for capabilities
PROP_CAPACITY - Static variable in class net.i2p.router.transport.udp.UDPAddress
Property key for capabilities.
PROP_CLIENT_HOST - Static variable in class net.i2p.router.client.ClientManagerFacadeImpl
Note that this is different than the property the client side uses, i2cp.tcp.host
PROP_CLIENT_ONLY - Static variable in class net.i2p.router.ClientManagerFacade
Property key for client only
PROP_CLIENT_PORT - Static variable in class net.i2p.router.client.ClientManagerFacadeImpl
Note that this is different than the property the client side uses, i2cp.tcp.port
PROP_CLOAK - Static variable in class net.i2p.i2ptunnel.I2PTunnelIRCServer
 
PROP_CODEL_INTERVAL - Static variable in class net.i2p.router.transport.udp.UDPSender
PROP_CODEL_INTERVAL.
PROP_CODEL_INTERVAL - Static variable in class net.i2p.router.util.CoDelBlockingQueue
PROP_CODEL_INTERVAL.
PROP_CODEL_INTERVAL - Static variable in class net.i2p.router.util.CoDelPriorityBlockingQueue
Property key for CoDel interval
PROP_CODEL_TARGET - Static variable in class net.i2p.router.transport.udp.UDPSender
PROP_CODEL_TARGET.
PROP_CODEL_TARGET - Static variable in class net.i2p.router.util.CoDelBlockingQueue
PROP_CODEL_TARGET.
PROP_CODEL_TARGET - Static variable in class net.i2p.router.util.CoDelPriorityBlockingQueue
Property key for CoDel target delay
PROP_COLLAPSE_PANELS - Static variable in class org.klomp.snark.SnarkManager
 
PROP_COMMAND - Static variable in class net.i2p.i2ptunnel.I2Ping
Config key for the ping command string.
PROP_COMPLETE - Static variable in class net.i2p.router.web.helpers.WizardHelper
PROP_COMPLETE.
PROP_CONCURRING_SERVERS - Static variable in class net.i2p.router.time.RouterTimestamper
PROP_CONCURRING_SERVERS.
PROP_CONFIG - Static variable in class net.i2p.router.web.helpers.HomeHelper
config opts property
PROP_CONFIG_FILE - Static variable in class net.i2p.i2ptunnel.TunnelController
P r o p c o n f i g f i l e
PROP_CONFIG_FILE - Static variable in class net.i2p.router.Router
PROP_CONFIG_FILE.
PROP_CONFIG_FILE - Static variable in class org.klomp.snark.web.I2PSnarkServlet
Config file path property.
PROP_CONGESTION_AVOIDANCE_GROWTH_RATE_FACTOR - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
Congestion avoidance window growth rate factor
PROP_CONNECT_DELAY - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
Delay before starting connection setup, in ms
PROP_CONNECT_TIMEOUT - Static variable in interface net.i2p.client.streaming.I2PSocketOptions
How long wait for the ACK from a SYN, in milliseconds.
PROP_CONNECT_TIMEOUT - Static variable in class net.i2p.util.EepGet
Property name for connect timeout configuration
PROP_CONSOLE_PW - Static variable in class net.i2p.router.web.RouterConsoleRunner
PROP_CONSOLE_PW.
PROP_CONSOLEBUFFERSIZE - Static variable in class net.i2p.util.LogManager
Property name for the console buffer size
PROP_COUNTRY - Static variable in class net.i2p.util.Translate
 
PROP_COUNTRY_BONUS - Static variable in class net.i2p.router.peermanager.CapacityCalculator
Property for bonus applied to peers in the same country
PROP_DATAGRAM_HOST - Static variable in class net.i2p.sam.SAMBridge
Property for the SAM datagram listen address.
PROP_DATAGRAM_PORT - Static variable in class net.i2p.sam.SAMBridge
Property for the SAM datagram listen port.
PROP_DATE - Static variable in class net.i2p.client.naming.HostTxtEntry
Property key for the date timestamp (seconds since epoch)
PROP_DATEFORMAT - Static variable in class net.i2p.util.LogManager
Property name for the date format pattern
PROP_DB_DIR - Static variable in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Config property for database directory.
PROP_DCC - Static variable in class net.i2p.i2ptunnel.I2PTunnelIRCClient
 
PROP_DEBIAN_GEOIP - Static variable in class net.i2p.router.transport.GeoIP
PROP_DEBIAN_GEOIP.
PROP_DEBIAN_GEOIPV6 - Static variable in class net.i2p.router.transport.GeoIP
PROP_DEBIAN_GEOIPV6.
PROP_DEFAULT_RETRIES - Static variable in class net.i2p.util.EepGet
Property name for default retries configuration
PROP_DEFAULTLEVEL - Static variable in class net.i2p.util.LogManager
Property name for the default log level
PROP_DESCR - Static variable in class net.i2p.i2ptunnel.TunnelController
all of these
PROP_DEST - Static variable in class net.i2p.client.naming.HostTxtEntry
Property key for the destination Base64 string
PROP_DEST - Static variable in class net.i2p.i2ptunnel.TunnelController
 
PROP_DEV_SU3_URL - Static variable in class net.i2p.router.web.ConfigUpdateHandler
no default
PROP_DIR - Static variable in class org.klomp.snark.SnarkManager
 
PROP_DISABLE - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
 
PROP_DISABLE_EXTERNAL - Static variable in class net.i2p.router.web.helpers.ConfigClientsHelper
from ClientManager
PROP_DISABLE_HELPER - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
Config key to disable address helper.
PROP_DISABLE_REFRESH - Static variable in class net.i2p.router.web.CSSHelper
PROP_DISABLE_REFRESH.
PROP_DISABLE_REJ_LOG - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
 
PROP_DISABLED - Static variable in class net.i2p.router.time.RouterTimestamper
PROP_DISABLED.
PROP_DISPLAYONSCREEN - Static variable in class net.i2p.util.LogManager
Property name to enable or disable on-screen display
PROP_DISPLAYONSCREENLEVEL - Static variable in class net.i2p.util.LogManager
Property name for the minimum log level displayed on screen
PROP_DOMAIN_SOCKET - Static variable in class net.i2p.client.impl.I2PSessionImpl
Use Unix domain socket (or similar) to connect to a router
PROP_DOWNBW_MAX - Static variable in class org.klomp.snark.SnarkManager
 
PROP_DTG_ENABLED - Static variable in class net.i2p.router.web.RouterConsoleRunner
PROP_DTG_ENABLED.
PROP_DURATION - Static variable in class net.i2p.router.TunnelPoolSettings
PROP_DURATION.
PROP_DYNAMIC_KEYS - Static variable in class net.i2p.router.Router
New router keys at every restart.
PROP_EMBED_APPS - Static variable in class net.i2p.router.web.CSSHelper
 
PROP_ENABLE - Static variable in class net.i2p.desktopgui.Main
Property to enable or disable the desktop GUI.
PROP_ENABLE_ACCESS_LIST - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
Enable destination access list filtering
PROP_ENABLE_ACCESS_LIST - Static variable in class net.i2p.i2ptunnel.ui.GeneralHelper
Property key for enabling access list filtering
PROP_ENABLE_ACCESS_LIST - Static variable in class net.i2p.i2ptunnel.ui.TunnelConfig
 
PROP_ENABLE_ADDCREATE - Static variable in class org.klomp.snark.SnarkManager
 
PROP_ENABLE_BLACKLIST - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
Enable destination blacklist filtering
PROP_ENABLE_BLACKLIST - Static variable in class net.i2p.i2ptunnel.ui.GeneralHelper
Property key for enabling blacklist filtering
PROP_ENABLE_BLACKLIST - Static variable in class net.i2p.i2ptunnel.ui.TunnelConfig
 
PROP_ENABLE_CLIENT_CHANGE - Static variable in class net.i2p.router.web.helpers.ConfigClientsHelper
Enable/disable client configuration changes in the web UI
PROP_ENABLE_LIGHTBOX - Static variable in class org.klomp.snark.SnarkManager
 
PROP_ENABLE_NTCP - Static variable in class net.i2p.router.transport.TransportManager
default true
PROP_ENABLE_PLUGIN_INSTALL - Static variable in class net.i2p.router.web.helpers.ConfigClientsHelper
Enable/disable plugin installation in the web UI
PROP_ENABLE_SORA_FONT - Static variable in class net.i2p.router.web.CSSHelper
 
PROP_ENABLE_SSL - Static variable in interface net.i2p.client.I2PClient
Enable SSL for I2CP connection.
PROP_ENABLE_SSL - Static variable in class net.i2p.router.web.helpers.ConfigClientsHelper
from ClientManager
PROP_ENABLE_UDP - Static variable in class net.i2p.router.transport.TransportManager
default true
PROP_ENABLE_UPNP - Static variable in class net.i2p.router.transport.TransportManager
default true
PROP_ENABLE_UPNP_IPV6 - Static variable in class net.i2p.router.transport.TransportManager
Enable UPnP for IPv6
PROP_ENCRYPT_RI - Static variable in class net.i2p.router.networkdb.kademlia.IterativeSearchJob
PROP_ENCRYPT_RI.
PROP_ENFORCE_PROTO - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
Reject connections without PROTO_STREAMING flag
PROP_ENGINES - Static variable in class net.i2p.router.web.helpers.SearchHelper
Search engines config property
PROP_EXPIRES - Static variable in class net.i2p.client.naming.HostTxtEntry
Property key for the expiry time
PROP_EXPLORE_BREDTH - Static variable in class net.i2p.router.networkdb.kademlia.ExploreJob
Configuration property key for controlling the maximum concurrent exploratory searches.
PROP_EXPLORE_BUCKETS - Static variable in class net.i2p.router.networkdb.kademlia.StartExplorersJob
Property to configure number of buckets to explore
PROP_EXPLORE_DELAY - Static variable in class net.i2p.router.networkdb.kademlia.StartExplorersJob
Property to configure exploration delay
PROP_EXPLORE_QUEUE - Static variable in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
P r o p e x p l o r e q u e u e
PROP_EXTERNAL_HOST - Static variable in class net.i2p.router.transport.udp.UDPTransport
define this to explicitly set an external IP address
PROP_EXTERNAL_PORT - Static variable in class net.i2p.router.transport.udp.UDPTransport
define this to explicitly set an external port
PROP_FAMILY_NAME - Static variable in class net.i2p.router.crypto.FamilyKeyCrypto
Property key for family name
PROP_FAST_RECEIVE - Static variable in interface net.i2p.client.I2PClient
For router->client payloads.
PROP_FAVORITES - Static variable in class net.i2p.router.web.helpers.HomeHelper
favorites list property
PROP_FILE - Static variable in class net.i2p.i2ptunnel.TunnelController
 
PROP_FILENAME - Static variable in class net.i2p.util.LogManager
Property name for the log file name pattern
PROP_FILES_PUBLIC - Static variable in class org.klomp.snark.SnarkManager
 
PROP_FILESIZE - Static variable in class net.i2p.util.LogManager
Property name for the log file size limit
PROP_FILTER - Static variable in class net.i2p.i2ptunnel.TunnelController
 
PROP_FLOODFILL_AT_RESTART - Static variable in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Config property recording floodfill status at previous restart.
PROP_FLOODFILL_PARTICIPANT - Static variable in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Config property for floodfill participation.
PROP_FLOODFILL_PARTICIPANT - Static variable in class net.i2p.router.web.helpers.ConfigAdvancedHelper
The floodfill configuration property.
PROP_FORCE_BWCLASS - Static variable in class net.i2p.router.Router
for testing
PROP_FORCE_EXPLORE - Static variable in class net.i2p.router.networkdb.kademlia.StartExplorersJob
Property to force exploration even when floodfill
PROP_FORCE_FLUSH - Static variable in class net.i2p.sam.SAMStreamSession
PROP_FORCE_FLUSH
PROP_FORCE_INTRODUCERS - Static variable in class net.i2p.router.transport.udp.UDPTransport
Do we require introducers, regardless of our status?
PROP_FORCE_MOBILE_CONSOLE - Static variable in class net.i2p.router.web.CSSHelper
PROP_FORCE_MOBILE_CONSOLE.
PROP_FORCE_UNREACHABLE - Static variable in class net.i2p.router.Router
for testing
PROP_FORMAT - Static variable in class net.i2p.util.LogManager
Property name for the log record format string
PROP_FREQUENCY - Static variable in class net.i2p.router.sybil.Analysis
Property to set the scan frequency
PROP_GEOIP_DIR - Static variable in class net.i2p.router.transport.GeoIP
PROP_GEOIP_DIR.
PROP_GEOIP_ENABLED - Static variable in class net.i2p.router.transport.GeoIP
P r o p g e o i p e n a b l e d
PROP_GZIP - Static variable in interface net.i2p.client.I2PClient
Enable gzip compression for I2CP messages.
PROP_HIDDEN - Static variable in class net.i2p.router.Router
this puts an 'H' in your routerInfo
PROP_HIDDEN_HIDDEN - Static variable in class net.i2p.router.Router
this does not put an 'H' in your routerInfo
PROP_HOST - Static variable in class net.i2p.data.router.RouterAddress
Property key for host
PROP_HOST - Static variable in class net.i2p.router.transport.udp.UDPAddress
Config key for SSU host.
PROP_HOSTNAME - Static variable in class net.i2p.i2ptunnel.I2PTunnelIRCServer
 
PROP_HOSTNAME_DEFAULT - Static variable in class net.i2p.i2ptunnel.I2PTunnelIRCServer
 
PROP_HOSTS_FILE - Static variable in class net.i2p.client.naming.HostsTxtNamingService
If this system property is specified, the tunnel will read the given file for hostname=destKey values when resolving names
PROP_I2CP_HOST - Static variable in class net.i2p.i2ptunnel.TunnelController
 
PROP_I2CP_HOST - Static variable in class org.klomp.snark.SnarkManager
 
PROP_I2CP_OPTS - Static variable in class org.klomp.snark.SnarkManager
 
PROP_I2CP_PORT - Static variable in class net.i2p.i2ptunnel.TunnelController
 
PROP_I2CP_PORT - Static variable in class org.klomp.snark.SnarkManager
 
PROP_I2NP_NTCP_AUTO_IP - Static variable in class net.i2p.router.transport.ntcp.NTCPTransport
PROP_I2NP_NTCP_AUTO_IP.
PROP_I2NP_NTCP_AUTO_IP - Static variable in class net.i2p.router.web.helpers.ConfigNetHelper
NTCP auto IP property
PROP_I2NP_NTCP_AUTO_PORT - Static variable in class net.i2p.router.transport.ntcp.NTCPTransport
PROP_I2NP_NTCP_AUTO_PORT.
PROP_I2NP_NTCP_AUTO_PORT - Static variable in class net.i2p.router.web.helpers.ConfigNetHelper
NTCP auto port property
PROP_I2NP_NTCP_HOSTNAME - Static variable in class net.i2p.router.transport.ntcp.NTCPTransport
PROP_I2NP_NTCP_HOSTNAME.
PROP_I2NP_NTCP_HOSTNAME - Static variable in class net.i2p.router.web.helpers.ConfigNetHelper
copied from various private components
PROP_I2NP_NTCP_PORT - Static variable in class net.i2p.router.transport.ntcp.NTCPTransport
PROP_I2NP_NTCP_PORT.
PROP_I2NP_NTCP_PORT - Static variable in class net.i2p.router.web.helpers.ConfigNetHelper
NTCP port property
PROP_IB_RANDOM_KEY - Static variable in class net.i2p.router.Router
PROP_IB_RANDOM_KEY.
PROP_IMMEDIATE_ACK_DELAY - Static variable in class net.i2p.client.streaming.impl.ConnectionPacketHandler
Prop immediate ack delay.
PROP_IMPL - Static variable in class net.i2p.client.naming.NamingService
what classname should be used as the naming service impl?
PROP_INACTIVITY_ACTION - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
Action to take on inactivity timeout
PROP_INACTIVITY_TIMEOUT - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
Idle time before inactivity action fires, in ms
PROP_INACTIVITY_TIMEOUT - Static variable in class net.i2p.util.EepGet
Property name for inactivity timeout configuration
PROP_INBOUND_BANDWIDTH - Static variable in class net.i2p.router.transport.FIFOBandwidthRefiller
prop inbound bandwidth
PROP_INBOUND_BANDWIDTH_PEAK - Static variable in class net.i2p.router.transport.FIFOBandwidthRefiller
prop inbound bandwidth peak
PROP_INBOUND_BURST_BANDWIDTH - Static variable in class net.i2p.router.transport.FIFOBandwidthRefiller
prop inbound burst bandwidth
PROP_INITIAL_ACK_DELAY - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
Initial delay before sending an ACK, in ms
PROP_INITIAL_OB_QUEUE - Static variable in class net.i2p.router.tunnel.PumpedTunnelGateway
Property key for initial outbound queue size
PROP_INITIAL_RESEND_DELAY - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
Initial delay before retransmitting, in ms
PROP_INITIAL_WINDOW_SIZE - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
Initial congestion window size (messages in flight)
PROP_INTERNAL_PORT - Static variable in class net.i2p.router.transport.udp.UDPTransport
Config key for SSU internal port.
PROP_INTERNAL_SSL - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
 
PROP_INTFC - Static variable in class net.i2p.i2ptunnel.TunnelController
 
PROP_INTRO_EXP_PREFIX - Static variable in class net.i2p.router.transport.udp.UDPAddress
Introduction expiration prefix
PROP_INTRO_HASH_PREFIX - Static variable in class net.i2p.router.transport.udp.UDPAddress
Introduction hash prefix for SSU2
PROP_INTRO_HOST_PREFIX - Static variable in class net.i2p.router.transport.udp.UDPAddress
Introducer host.
PROP_INTRO_KEY - Static variable in class net.i2p.router.transport.udp.UDPAddress
Introduction key.
PROP_INTRO_KEY - Static variable in class net.i2p.router.transport.udp.UDPTransport
Introducer key property.
PROP_INTRO_KEY_PREFIX - Static variable in class net.i2p.router.transport.udp.UDPAddress
Introducer key.
PROP_INTRO_PORT_PREFIX - Static variable in class net.i2p.router.transport.udp.UDPAddress
Introducer port.
PROP_INTRO_TAG - Static variable in class net.i2p.router.transport.udp.UDPAddress
Introducer tag property names indexed by position.
PROP_INTRO_TAG_PREFIX - Static variable in class net.i2p.router.transport.udp.UDPAddress
Introducer tag.
PROP_IP - Static variable in class net.i2p.router.transport.udp.UDPTransport
remember IP changes
PROP_IP_CHANGE - Static variable in class net.i2p.router.transport.udp.UDPTransport
Config key tracking last IP address change.
PROP_IP_COUNTRY - Static variable in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Config property for IP country override.
PROP_IP_COUNTRY - Static variable in class net.i2p.router.time.RouterTimestamper
PROP_IP_COUNTRY.
PROP_IP_COUNTRY - Static variable in class net.i2p.router.transport.CommSystemFacadeImpl
PROP_IP_COUNTRY.
PROP_IP_COUNTRY - Static variable in class net.i2p.router.transport.GeoIP
PROP_IP_COUNTRY.
PROP_IP_RESTRICTION - Static variable in class net.i2p.router.TunnelPoolSettings
PROP_IP_RESTRICTION.
PROP_IPV4_FIREWALLED - Static variable in class net.i2p.router.transport.TransportUtil
PROP_IPV4_FIREWALLED.
PROP_IPV6 - Static variable in class net.i2p.router.transport.udp.UDPTransport
Last IPv6 config.
PROP_IPV6_FIREWALLED - Static variable in class net.i2p.router.transport.TransportImpl
 
PROP_IPV6_FIREWALLED - Static variable in class net.i2p.router.transport.TransportUtil
 
PROP_JUMP_SERVERS - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
Config key for jump server list.
PROP_KAD_B - Static variable in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
P r o p k a d b
PROP_KEEP_MESSAGE_HISTORY - Static variable in class net.i2p.router.MessageHistory
config property determining whether we want to debug with the message history - default false
PROP_KEY_PASSWORD - Static variable in class net.i2p.router.crypto.FamilyKeyCrypto
Property key for key password
PROP_KEY_PASSWORD - Static variable in class net.i2p.router.web.RouterConsoleRunner
PROP_KEY_PASSWORD.
PROP_KEYDIR - Static variable in class net.i2p.router.KeyManager
Property key for keydir
PROP_KEYSTORE_PASSWORD - Static variable in class net.i2p.router.crypto.FamilyKeyCrypto
Property key for keystore password
PROP_KEYSTORE_PASSWORD - Static variable in class net.i2p.router.web.RouterConsoleRunner
PROP_KEYSTORE_PASSWORD.
PROP_LANG - Static variable in class net.i2p.util.Translate
prop lang
PROP_LAPTOP_MODE - Static variable in class net.i2p.router.transport.udp.UDPTransport
Config key for laptop power-saving mode.
PROP_LAST_CHECKED - Static variable in class net.i2p.router.web.NewsHelper
 
PROP_LAST_LANG - Static variable in class net.i2p.router.web.NewsHelper
 
PROP_LAST_NEW_ENTRY - Static variable in class net.i2p.router.web.NewsHelper
 
PROP_LAST_UPDATE_TIME - Static variable in class net.i2p.router.web.NewsHelper
PROP_LAST_UPDATE_TIME.
PROP_LAST_UPDATED - Static variable in class net.i2p.router.web.NewsHelper
 
PROP_LENGTH - Static variable in class net.i2p.router.TunnelPoolSettings
PROP_LENGTH.
PROP_LENGTH_VARIANCE - Static variable in class net.i2p.router.TunnelPoolSettings
PROP_LENGTH_VARIANCE.
PROP_LIMIT_ACTION - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
reset, drop, http, or custom string; default reset @since 0.9.34
PROP_LIMIT_ACTION - Static variable in class net.i2p.i2ptunnel.TunnelController
P r o p l i m i t a c t i o n
PROP_LIMITS_SET - Static variable in class net.i2p.i2ptunnel.TunnelController
 
PROP_LISTEN_PORT - Static variable in class net.i2p.i2ptunnel.TunnelController
 
PROP_LS_TYPE - Static variable in class net.i2p.client.impl.RequestLeaseSetMessageHandler
PROP_LS_TYPE — used for LS2.
PROP_MAX_BW - Static variable in class net.i2p.router.tunnel.pool.BuildRequestor
Proposal 168 maximum bandwidth property key
PROP_MAX_BW - Static variable in class org.klomp.snark.I2PSnarkUtil
Bandwidth throttle property.
PROP_MAX_COMPLETE_FAILS - Static variable in class net.i2p.util.EepGet
Property name for max complete fails configuration
PROP_MAX_CONNECTIONS - Static variable in class org.klomp.snark.Snark
max connections
PROP_MAX_CONNS_DAY - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
Max connections per day from a single peer
PROP_MAX_CONNS_DAY - Static variable in class net.i2p.i2ptunnel.TunnelController
 
PROP_MAX_CONNS_DAY - Static variable in class net.i2p.i2ptunnel.ui.TunnelConfig
 
PROP_MAX_CONNS_HOUR - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
Max connections per hour from a single peer
PROP_MAX_CONNS_HOUR - Static variable in class net.i2p.i2ptunnel.TunnelController
 
PROP_MAX_CONNS_HOUR - Static variable in class net.i2p.i2ptunnel.ui.TunnelConfig
 
PROP_MAX_CONNS_MIN - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
Max connections per minute from a single peer
PROP_MAX_CONNS_MIN - Static variable in class net.i2p.i2ptunnel.TunnelController
all of these are (moved from TunnelConfig)
PROP_MAX_CONNS_MIN - Static variable in class net.i2p.i2ptunnel.ui.TunnelConfig
all of these are @since 0.8.3 (moved from IndexBean)
PROP_MAX_FILES_PER_TORRENT - Static variable in class org.klomp.snark.SnarkManager
 
PROP_MAX_IB_MSGS_PER_PUMP - Static variable in class net.i2p.router.tunnel.PumpedTunnelGateway
Property key for max inbound messages per pump
PROP_MAX_IB_QUEUE - Static variable in class net.i2p.router.tunnel.PumpedTunnelGateway
Property key for max inbound queue size
PROP_MAX_MESSAGE_SIZE - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
Maximum size of a streaming message, in bytes
PROP_MAX_MESSAGES - Static variable in class org.klomp.snark.SnarkManager
 
PROP_MAX_OB_MSGS_PER_PUMP - Static variable in class net.i2p.router.tunnel.PumpedTunnelGateway
Property key for max outbound messages per pump
PROP_MAX_PONG_DELAY - Static variable in class net.i2p.client.streaming.impl.ConnectionManager
P r o p m a x p o n g d e l a y
PROP_MAX_PROFILES - Static variable in class net.i2p.router.peermanager.ProfileOrganizer
PROP_MAX_PROFILES.
PROP_MAX_RESENDS - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
Maximum number of times a message is resent
PROP_MAX_ROUTERINFO_AGE_HOURS - Static variable in class net.i2p.router.peermanager.ProfileOrganizer
PROP_MAX_ROUTERINFO_AGE_HOURS.
PROP_MAX_RTO - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
Prop max rto.
PROP_MAX_RUNNERS - Static variable in class net.i2p.router.JobQueue
router.config parameter to override the max runners
PROP_MAX_SIZE - Static variable in class net.i2p.router.util.PriBlockingQueue
Property key for maximum queue size
PROP_MAX_STREAMS - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
 
PROP_MAX_STREAMS - Static variable in class net.i2p.i2ptunnel.TunnelController
 
PROP_MAX_STREAMS - Static variable in class net.i2p.i2ptunnel.ui.TunnelConfig
 
PROP_MAX_TOTAL_CONNS_DAY - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
Max total connections per day across all peers
PROP_MAX_TOTAL_CONNS_DAY - Static variable in class net.i2p.i2ptunnel.TunnelController
 
PROP_MAX_TOTAL_CONNS_DAY - Static variable in class net.i2p.i2ptunnel.ui.TunnelConfig
 
PROP_MAX_TOTAL_CONNS_HOUR - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
Max total connections per hour across all peers
PROP_MAX_TOTAL_CONNS_HOUR - Static variable in class net.i2p.i2ptunnel.TunnelController
 
PROP_MAX_TOTAL_CONNS_HOUR - Static variable in class net.i2p.i2ptunnel.ui.TunnelConfig
 
PROP_MAX_TOTAL_CONNS_MIN - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
Max total connections per minute across all peers
PROP_MAX_TOTAL_CONNS_MIN - Static variable in class net.i2p.i2ptunnel.TunnelController
 
PROP_MAX_TOTAL_CONNS_MIN - Static variable in class net.i2p.i2ptunnel.ui.TunnelConfig
 
PROP_MAX_TUNNELS - Static variable in class net.i2p.router.RouterThrottleImpl
 
PROP_MAX_WINDOW_SIZE - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
Maximum congestion window size
PROP_MAXIMUM_FAST_PEERS - Static variable in class net.i2p.router.peermanager.ProfileOrganizer
PROP_MAXIMUM_FAST_PEERS.
PROP_MAXIMUM_HIGH_CAPACITY_PEERS - Static variable in class net.i2p.router.peermanager.ProfileOrganizer
PROP_MAXIMUM_HIGH_CAPACITY_PEERS.
PROP_MD5 - Static variable in class net.i2p.util.PasswordManager
stored as the hex of the MD5 hash of the UTF-8 bytes.
PROP_MESSAGE_HISTORY_FILENAME - Static variable in class net.i2p.router.MessageHistory
config property determining where we want to log the message history, if we're keeping one
PROP_METHOD - Static variable in class net.i2p.i2ptunnel.I2PTunnelIRCServer
IRC server config keys.
PROP_METHOD_DEFAULT - Static variable in class net.i2p.i2ptunnel.I2PTunnelIRCServer
 
PROP_MIN_BW - Static variable in class net.i2p.router.tunnel.pool.BuildRequestor
Proposal 168 minimum bandwidth property key
PROP_MIN_ROUTER_VERSION - Static variable in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
P r o p m i n r o u t e r v e r s i o n
PROP_MINIMUM_FAST_PEERS - Static variable in class net.i2p.router.peermanager.ProfileOrganizer
PROP_MINIMUM_FAST_PEERS.
PROP_MINIMUM_HIGH_CAPACITY_PEERS - Static variable in class net.i2p.router.peermanager.ProfileOrganizer
PROP_MINIMUM_HIGH_CAPACITY_PEERS.
PROP_MONITORING - Static variable in class net.i2p.router.web.helpers.HomeHelper
monitoring property
PROP_MTU - Static variable in class net.i2p.router.transport.udp.UDPAddress
Property key for MTU.
PROP_NAME - Static variable in class net.i2p.client.naming.HostTxtEntry
Property key for the hostname
PROP_NAME - Static variable in class net.i2p.i2ptunnel.TunnelController
 
PROP_NETWORK_ID - Static variable in class net.i2p.data.router.RouterInfo
Property key for network id
PROP_NEWS_URL - Static variable in class net.i2p.router.web.ConfigUpdateHandler
Property for news URL
PROP_NICKNAME - Static variable in class net.i2p.router.TunnelPoolSettings
PROP_NICKNAME.
PROP_NONFF - Static variable in class net.i2p.router.sybil.Analysis
Property to analyze all peers
PROP_NORMALIZE_ISP - Static variable in class net.i2p.router.transport.GeoIP
Normalize ISP/org names from ASN database (strip suffixes, abbreviate, title-case)
PROP_NOTIFICATIONS - Static variable in class net.i2p.desktopgui.TrayManager
PROP_NOTIFICATIONS.
PROP_NTCP2_IV - Static variable in class net.i2p.router.transport.ntcp.NTCPTransport
b64 static IV
PROP_NTCP2_SP - Static variable in class net.i2p.router.transport.ntcp.NTCPTransport
b64 static private key
PROP_OB_RANDOM_KEY - Static variable in class net.i2p.router.Router
PROP_OB_RANDOM_KEY.
PROP_OFFLINE_EXPIRATION - Static variable in class net.i2p.data.i2cp.SessionConfig
Seconds since epoch, NOT ms
PROP_OFFLINE_SIGNATURE - Static variable in class net.i2p.data.i2cp.SessionConfig
Base 64, optionally preceded by sig type and ':', default DSA-SHA1
PROP_OLD_AUTO_START - Static variable in class org.klomp.snark.SnarkManager
 
PROP_OLDDEST - Static variable in class net.i2p.client.naming.HostTxtEntry
Property key for the old destination (used in change operations)
PROP_OLDNAME - Static variable in class net.i2p.client.naming.HostTxtEntry
Property key for the old hostname (used in rename operations)
PROP_OLDSIG - Static variable in class net.i2p.client.naming.HostTxtEntry
Property key for the old signature for inner verification
PROP_OPENTRACKERS - Static variable in class org.klomp.snark.SnarkManager
 
PROP_OUTBOUND_BANDWIDTH - Static variable in class net.i2p.router.transport.FIFOBandwidthRefiller
prop outbound bandwidth
PROP_OUTBOUND_BANDWIDTH_PEAK - Static variable in class net.i2p.router.transport.FIFOBandwidthRefiller
prop outbound bandwidth peak
PROP_OUTBOUND_BURST_BANDWIDTH - Static variable in class net.i2p.router.transport.FIFOBandwidthRefiller
prop outbound burst bandwidth
PROP_OUTBOUND_STARTUP_RETRIES - Static variable in class net.i2p.router.tunnel.pool.TunnelPoolManager
P r o p o u t b o u n d s t a r t u p r e t r i e s
PROP_OUTPROXY_AUTH - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
Outproxy auth property
PROP_OUTPROXY_PW - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
Outproxy password property
PROP_OUTPROXY_PW_PREFIX - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
Outproxy password property prefix.
PROP_OUTPROXY_TYPE - Static variable in class net.i2p.i2ptunnel.socks.I2PSOCKSTunnel
 
PROP_OUTPROXY_USER - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
Outproxy username property
PROP_OUTPROXY_USER_PREFIX - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
passwords for specific outproxies may be added with outproxyUsername.fooproxy.i2p=user and outproxyPassword.fooproxy.i2p=pw
PROP_OVERRIDE_IS_SLOW - Static variable in class net.i2p.util.SystemVersion
 
PROP_PAGE_SIZE - Static variable in class org.klomp.snark.SnarkManager
 
PROP_PASSIVE_FLUSH_DELAY - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
Passive flush delay in ms for MessageOutputStream.
PROP_PCAP - Static variable in class net.i2p.client.streaming.impl.I2PSocketManagerFull
The PCAP property
PROP_PEER_PROFILE_DIR - Static variable in class net.i2p.router.peermanager.ProfilePersistenceHelper
PROP_PEER_PROFILE_DIR.
PROP_PEER_TEST_CONCURRENCY - Static variable in class net.i2p.router.peermanager.PeerTestJob
PROP_PEER_TEST_CONCURRENCY.
PROP_PEER_TEST_DELAY - Static variable in class net.i2p.router.peermanager.PeerTestJob
PROP_PEER_TEST_DELAY.
PROP_PEER_TEST_TIMEOUT - Static variable in class net.i2p.router.peermanager.PeerTestJob
PROP_PEER_TEST_TIMEOUT.
PROP_PERSISTENT - Static variable in class net.i2p.router.web.GraphListener
 
PROP_PORT - Static variable in class net.i2p.data.router.RouterAddress
Property key for port
PROP_PORT - Static variable in class net.i2p.router.transport.udp.UDPAddress
Config key for SSU port.
PROP_PREALLOCATE_FILES - Static variable in class org.klomp.snark.SnarkManager
 
PROP_PREALLOCATE_FILES - Static variable in class org.klomp.snark.Storage
Configuration key for enabling file pre-allocation.
PROP_PREFER_HTTPS - Static variable in class net.i2p.util.PortMapper
Property to prefer HTTPS
PROP_PREFER_UDP - Static variable in class net.i2p.router.transport.udp.UDPTransport
Config key to prefer UDP transport.
PROP_PREFIX - Static variable in class net.i2p.router.Tuner
Property prefix for tuner ranges.
PROP_PRIORITY - Static variable in class net.i2p.router.TunnelPoolSettings
PROP_PRIORITY.
PROP_PRIVATETRACKERS - Static variable in class org.klomp.snark.SnarkManager
 
PROP_PROFILE - Static variable in interface net.i2p.client.streaming.I2PSocketOptions
Description.
PROP_PROXIES - Static variable in class net.i2p.i2ptunnel.TunnelController
 
PROP_PROXY_AUTH_ENABLE - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
If true, enable HTTP proxy authentication.
PROP_PROXY_DEFAULT - Static variable in class net.i2p.i2ptunnel.socks.I2PSOCKSTunnel
 
PROP_PROXY_DIGEST_PREFIX - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
new style MD5 auth
PROP_PROXY_DIGEST_SHA256_SUFFIX - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
SHA-256 digest suffix
PROP_PROXY_DIGEST_SUFFIX - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
MD5 digest suffix
PROP_PROXY_ENABLE - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
 
PROP_PROXY_HOST - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
Host for the HTTP proxy used during reseed.
PROP_PROXY_HOST - Static variable in class net.i2p.router.web.ConfigUpdateHandler
Property for update proxy host
PROP_PROXY_PASSWORD - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
Password for HTTP proxy authentication.
PROP_PROXY_PORT - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
Port for the HTTP proxy used during reseed.
PROP_PROXY_PORT - Static variable in class net.i2p.router.web.ConfigUpdateHandler
Property for update proxy port
PROP_PROXY_PREFIX - Static variable in class net.i2p.i2ptunnel.socks.I2PSOCKSTunnel
add "default" or port number
PROP_PROXY_USERNAME - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
 
PROP_PUBLISH_RANKINGS - Static variable in class net.i2p.router.StatisticsManager
PROP_PUBLISH_RANKINGS.
PROP_PW - Static variable in interface net.i2p.client.I2PClient
Password for I2CP authentication.
PROP_PW - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
Proxy password property
PROP_PW - Static variable in class net.i2p.util.PasswordManager
stored as plain text
PROP_PW_ENABLE - Static variable in class i2p.susi.dns.BaseBean
Property for password enable
PROP_PW_ENABLE - Static variable in class net.i2p.router.web.RouterConsoleRunner
PROP_PW_ENABLE.
PROP_PW_PREFIX - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
additional users may be added with proxyPassword.user=pw
PROP_PW_PREFIX - Static variable in class net.i2p.sam.SAMBridge
Property prefix for SAM password hash entries.
PROP_PW_SUFFIX - Static variable in class net.i2p.sam.SAMBridge
Property suffix for SAM password hash entries.
PROP_QUANTITY - Static variable in class net.i2p.router.TunnelPoolSettings
PROP_QUANTITY.
PROP_QUERY_FREQUENCY - Static variable in class net.i2p.router.time.RouterTimestamper
PROP_QUERY_FREQUENCY.
PROP_RANDOM_KEY - Static variable in class net.i2p.router.TunnelPoolSettings
 
PROP_READ_TIMEOUT - Static variable in interface net.i2p.client.streaming.I2PSocketOptions
How long to block on read.
PROP_REBUILD_KEYS - Static variable in class net.i2p.router.Router
New router keys once only.
PROP_RECORD_PREFIX - Static variable in class net.i2p.util.LogManager
Prefix for per-logger level override properties
PROP_REFERER - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
all default to false
PROP_REFRESH - Static variable in class net.i2p.router.web.CSSHelper
PROP_REFRESH.
PROP_REFRESH_DELAY - Static variable in class org.klomp.snark.SnarkManager
 
PROP_REFRESH_FREQUENCY - Static variable in class net.i2p.router.web.ConfigUpdateHandler
Property for news refresh frequency
PROP_RELIABILITY - Static variable in interface net.i2p.client.I2PClient
Reliability property
PROP_RELIABILITY_BEST_EFFORT - Static variable in interface net.i2p.client.I2PClient
Reliability value: best effort
PROP_RELIABILITY_GUARANTEED - Static variable in interface net.i2p.client.I2PClient
Reliability value: guaranteed
PROP_RELIABILITY_NONE - Static variable in interface net.i2p.client.I2PClient
Reliability value: none.
PROP_REMOVETIME - Static variable in class net.i2p.router.sybil.Analysis
Property to set the delete old period
PROP_REQ_BW - Static variable in class net.i2p.router.tunnel.pool.BuildRequestor
Proposal 168 required bandwidth property key
PROP_RESEED_URL - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
 
PROP_ROTATIONLIMIT - Static variable in class net.i2p.util.LogManager
Property name for the log rotation limit
PROP_ROUTER_BATCH_FREQUENCY - Static variable in class net.i2p.router.tunnel.BatchedRouterPreprocessor
This goes in router advanced config
PROP_ROUTER_ENCTYPE - Static variable in class net.i2p.router.startup.CreateRouterInfoJob
Property for router encryption type
PROP_ROUTER_INFO_EXPIRATION_ADJUSTED - Static variable in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
P r o p r o u t e r i n f o e x p i r a t i o n a d j u s t e d
PROP_ROUTER_SIGTYPE - Static variable in class net.i2p.router.startup.CreateRouterInfoJob
Property for router signature type
PROP_RTO_MULTIPLIER - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
RTO multiplier as percentage (e.g.
PROP_SEARCH - Static variable in class net.i2p.router.web.helpers.HomeHelper
search property
PROP_SEPARATOR - Static variable in class net.i2p.client.naming.HostTxtEntry
Separator between individual properties
PROP_SERVER_LIST - Static variable in class net.i2p.router.time.RouterTimestamper
PROP_SERVER_LIST.
PROP_SERVICES - Static variable in class net.i2p.router.web.helpers.HomeHelper
service list property
PROP_SHARED - Static variable in class net.i2p.i2ptunnel.TunnelController
 
PROP_SHASH - Static variable in class net.i2p.util.PasswordManager
Stored as the b64 of the 16 byte salt + the 32 byte hash of the UTF-8 bytes
PROP_SHOULD_PROXY - Static variable in class net.i2p.router.web.ConfigUpdateHandler
Property for update through proxy
PROP_SHOULD_PROXY_NEWS - Static variable in class net.i2p.router.web.ConfigUpdateHandler
Property for fetching news through proxy.
PROP_SHOULD_TEST - Static variable in class net.i2p.router.TunnelPoolSettings
PROP_SHOULD_TEST.
PROP_SHOW_STATUSFILTER - Static variable in class org.klomp.snark.SnarkManager
 
PROP_SHUTDOWN_DELAY_MAX - Static variable in class net.i2p.i2ptunnel.TunnelController
Configuration property for the maximum shutdown delay in seconds.
PROP_SHUTDOWN_DELAY_MIN - Static variable in class net.i2p.i2ptunnel.TunnelController
Configuration property for the minimum shutdown delay in seconds.
PROP_SIDEBAR_GRAPH_CONTINUOUS - Static variable in class net.i2p.router.web.CSSHelper
 
PROP_SIDEBAR_GRAPH_DIRECTION - Static variable in class net.i2p.router.web.CSSHelper
 
PROP_SIDEBAR_GRAPH_LEGACY - Static variable in class net.i2p.router.web.CSSHelper
 
PROP_SIDEBAR_GRAPH_MINUTES - Static variable in class net.i2p.router.web.CSSHelper
 
PROP_SIDEBAR_GRAPH_SPLIT - Static variable in class net.i2p.router.web.CSSHelper
 
PROP_SIG - Static variable in class net.i2p.client.naming.HostTxtEntry
Property key for the signature
PROP_SIGTYPE - Static variable in interface net.i2p.client.I2PClient
Destination signature type property.
PROP_SLOW_START_GROWTH_RATE_FACTOR - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
Slow start window growth rate factor
PROP_SOURCES - Static variable in class net.i2p.router.transport.udp.UDPTransport
allowed sources of address updates
PROP_SPOOFED_HOST - Static variable in class net.i2p.i2ptunnel.TunnelController
 
PROP_SPROXY_AUTH_ENABLE - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
If true, enable SSL proxy authentication.
PROP_SPROXY_ENABLE - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
If true, enable SSL proxy for reseed.
PROP_SPROXY_HOST - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
Host for the SSL proxy used during reseed.
PROP_SPROXY_PASSWORD - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
Password for SSL proxy authentication.
PROP_SPROXY_PORT - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
Port for the SSL proxy used during reseed.
PROP_SPROXY_TYPE - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
 
PROP_SPROXY_USERNAME - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
Username for SSL proxy authentication.
PROP_SSL_DISABLE - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
 
PROP_SSL_OUTPROXIES - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
Property for SSL outproxies.
PROP_SSL_REQUIRED - Static variable in class net.i2p.router.networkdb.reseed.Reseeder
 
PROP_SSL_SET - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
 
PROP_SSU2_IKEY - Static variable in class net.i2p.router.transport.udp.UDPTransport
b64 static IV
PROP_SSU2_SP - Static variable in class net.i2p.router.transport.udp.UDPTransport
b64 static private key
PROP_START - Static variable in class net.i2p.i2ptunnel.TunnelController
 
PROP_STARTUP_DELAY - Static variable in class org.klomp.snark.SnarkManager
 
PROP_STARTUP_DELAY_MAX - Static variable in class net.i2p.i2ptunnel.TunnelController
Configuration property for the maximum startup delay in seconds.
PROP_STARTUP_DELAY_MIN - Static variable in class net.i2p.i2ptunnel.TunnelController
Configuration property for the minimum startup delay in seconds.
PROP_STAT_FULL - Static variable in class net.i2p.stat.StatManager
default false
PROP_STICKY_SIDEBAR - Static variable in class net.i2p.router.web.CSSHelper
 
PROP_SUMMARYBAR - Static variable in class net.i2p.router.web.helpers.SidebarHelper
Property prefix for summary bar section configuration per page
PROP_TAG_THRESHOLD - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
 
PROP_TAGS_TO_SEND - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
 
PROP_TARGET_HOST - Static variable in class net.i2p.i2ptunnel.TunnelController
 
PROP_TARGET_PORT - Static variable in class net.i2p.i2ptunnel.TunnelController
 
PROP_TCP_HOST - Static variable in interface net.i2p.client.I2PClient
Standard host property, defaulting to localhost if not specified
PROP_TCP_HOST - Static variable in class net.i2p.sam.SAMBridge
Property for the SAM TCP listen address.
PROP_TCP_PORT - Static variable in interface net.i2p.client.I2PClient
Standard port number property
PROP_TCP_PORT - Static variable in class net.i2p.sam.SAMBridge
Property for the SAM TCP listen port.
PROP_THEME - Static variable in class org.klomp.snark.SnarkManager
 
PROP_THEME_NAME - Static variable in class net.i2p.router.web.CSSHelper
PROP_THEME_NAME.
PROP_THEME_PFX - Static variable in class net.i2p.router.web.CSSHelper
 
PROP_THRESHOLD - Static variable in class net.i2p.router.sybil.Analysis
Property to set the threshold
PROP_TORRENT_CREATE_FILTERS - Static variable in class org.klomp.snark.SnarkManager
comma delimited list of name=filterPattern for torrent create filters.
PROP_TORRENT_FILTERS_CONFIG - Static variable in class org.klomp.snark.SnarkManager
filename for serialized torrent filters config
PROP_TRACKERS - Static variable in class org.klomp.snark.SnarkManager
comma delimited list of name=announceURL=baseURL for the trackers to be displayed
PROP_TRANSIENT_KEY - Static variable in class net.i2p.data.i2cp.SessionConfig
Base 64, optionally preceded by sig type and ':', default DSA-SHA1
PROP_TRANSLATE - Static variable in class net.i2p.router.web.NewsHelper
Default true
PROP_TRUSTED_KEYS - Static variable in class net.i2p.router.web.ConfigUpdateHandler
Property for trusted update keys
PROP_TUN_GZIP - Static variable in class net.i2p.i2ptunnel.TunnelController
P r o p t u n g z i p
PROP_TYPE - Static variable in class net.i2p.i2ptunnel.TunnelController
 
PROP_UNIFIED_SIDEBAR - Static variable in class net.i2p.router.web.CSSHelper
 
PROP_UNIQUE_LOCAL - Static variable in class net.i2p.i2ptunnel.I2PTunnelServer
Config key to enable unique local address.
PROP_UNIVERSAL_THEMING - Static variable in class net.i2p.router.web.CSSHelper
PROP_UNIVERSAL_THEMING.
PROP_UPBW_MAX - Static variable in class org.klomp.snark.SnarkManager
 
PROP_UPDATE_DEV_SU3 - Static variable in class net.i2p.router.web.ConfigUpdateHandler
default false
PROP_UPDATE_DISABLED - Static variable in class net.i2p.router.web.ConfigUpdateHandler
default false - use for distros
PROP_UPDATE_POLICY - Static variable in class net.i2p.router.web.ConfigUpdateHandler
Property for update policy
PROP_UPDATE_UNSIGNED - Static variable in class net.i2p.router.web.ConfigUpdateHandler
Property for unsigned update flag
PROP_UPDATE_URL - Static variable in class net.i2p.router.web.ConfigUpdateHandler
Property for update URL
PROP_UPLOADERS_TOTAL - Static variable in class org.klomp.snark.SnarkManager
 
PROP_USE_OUTPROXY_PLUGIN - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
Property to use local outproxy plugin.
PROP_USE_SSL - Static variable in class net.i2p.i2ptunnel.I2PTunnelClientBase
Property for SSL enable
PROP_USE_SSL - Static variable in class net.i2p.i2ptunnel.I2PTunnelServer
Config key to enable SSL.
PROP_USE_TRUSTED_LINKS - Static variable in class net.i2p.router.startup.BootCommSystemJob
Property to enable trusted links
PROP_USER - Static variable in interface net.i2p.client.I2PClient
Username for I2CP authentication.
PROP_USER - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
Proxy username property
PROP_USER_AGENT - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
Config key to enable sending User-Agent header.
PROP_VALIDATE_ROUTERS_AFTER - Static variable in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
P r o p v a l i d a t e r o u t e r s a f t e r
PROP_VARY_INBOUND_HOPS - Static variable in class org.klomp.snark.SnarkManager
 
PROP_VARY_OUTBOUND_HOPS - Static variable in class org.klomp.snark.SnarkManager
 
PROP_VIA - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
Config key to enable sending Via header.
PROP_WEBIRC_PASSWORD - Static variable in class net.i2p.i2ptunnel.I2PTunnelIRCServer
 
PROP_WEBIRC_SPOOF_IP - Static variable in class net.i2p.i2ptunnel.I2PTunnelIRCServer
 
PROP_WEBIRC_SPOOF_IP_DEFAULT - Static variable in class net.i2p.i2ptunnel.I2PTunnelIRCServer
 
PROP_WRITE_TIMEOUT - Static variable in interface net.i2p.client.streaming.I2PSocketOptions
How long to block on write/flush
PROP_YK_PRECALC_DELAY - Static variable in class net.i2p.crypto.YKGenerator
Property: delay between precalc operations (ms)
PROP_YK_PRECALC_MAX - Static variable in class net.i2p.crypto.YKGenerator
Property: maximum pool size
PROP_YK_PRECALC_MIN - Static variable in class net.i2p.crypto.YKGenerator
Property: minimum pool threshold
PROP_ZIP_URL - Static variable in class net.i2p.router.web.ConfigUpdateHandler
no default
propagateError(String, Throwable) - Method in class net.i2p.client.impl.I2PSessionImpl
Pass off the error to the listener Misspelled, oh well.
propagateError(String, Throwable) - Method in class net.i2p.client.impl.SubSession
Pass off the error to the listener Misspelled, oh well.
PROPCHANGE - Static variable in class org.cybergarage.upnp.device.NTS
Property change notification
properties - Variable in class i2p.susi.dns.BaseBean
The configuration properties
Property - Class in org.cybergarage.upnp.event
Represents a UPnP event property containing a name-value pair.
Property() - Constructor for class org.cybergarage.upnp.event.Property
Property.
propertyChanged(String, String) - Method in interface net.i2p.util.I2PProperties.I2PPropertyCallback
value).
PROPERTYFONTBOLD - Static variable in interface org.rrd4j.graph.RrdGraphConstants
The name of the bold font, used to define the RrdGraphConstants.DEFAULT_LARGE_FONT.
PROPERTYFONTBOLDURL - Static variable in interface org.rrd4j.graph.RrdGraphConstants
A URL to the bold font, used to define the RrdGraphConstants.DEFAULT_LARGE_FONT.
PROPERTYFONTPLAIN - Static variable in interface org.rrd4j.graph.RrdGraphConstants
The name of the plain font, used to define the RrdGraphConstants.DEFAULT_SMALL_FONT and the RrdGraphConstants.GATOR_FONT.
PROPERTYFONTPLAINURL - Static variable in interface org.rrd4j.graph.RrdGraphConstants
A URL to the plain font, used to define the RrdGraphConstants.DEFAULT_SMALL_FONT and the RrdGraphConstants.GATOR_FONT.
PROPERTYFONTSPROPERTIES - Static variable in interface org.rrd4j.graph.RrdGraphConstants
The file that contains font configuration searched in the class path.
PROPERTYFONTSURL - Static variable in interface org.rrd4j.graph.RrdGraphConstants
A possible URL to a configuration file.
PropertyList - Class in org.cybergarage.upnp.event
A collection of UPnP event properties.
PropertyList() - Constructor for class org.cybergarage.upnp.event.PropertyList
 
props - Variable in class net.i2p.i2ptunnel.socks.SOCKSServer
 
props - Variable in class net.i2p.router.tunnel.pool.BuildReplyHandler.Result
The properties, or null.
PROPS_SEPARATOR - Static variable in class net.i2p.client.naming.HostTxtEntry
Separator between the destination part and the properties part
PROTO_ANY - Static variable in interface net.i2p.client.I2PSession
Any protocol
PROTO_DATAGRAM - Static variable in interface net.i2p.client.I2PSession
A repliable and signed datagram
PROTO_DATAGRAM2 - Static variable in interface net.i2p.client.I2PSession
A repliable and signed datagram.
PROTO_DATAGRAM3 - Static variable in interface net.i2p.client.I2PSession
A repliable but unsigned datagram.
PROTO_DATAGRAM_RAW - Static variable in interface net.i2p.client.I2PSession
A raw (unsigned, unrepliable) datagram
PROTO_STREAMING - Static variable in interface net.i2p.client.I2PSession
Streaming protocol
PROTO_UNSPECIFIED - Static variable in interface net.i2p.client.I2PSession
Unspecified protocol
PROTOCOL - Static variable in exception com.thetransactioncompany.jsonrpc2.JSONRPC2ParseException
Indicates a parse exception caused by a JSON message not conforming to the JSON-RPC 2.0 protocol.
Protocol - Class in edu.internet2.ndt
Class aggregating operations that can be performed for sending/receiving/reading Protocol messages
Protocol(Socket) - Constructor for class edu.internet2.ndt.Protocol
Constructor that accepts socket over which to communicate as parameter
protocol - Variable in class org.freenetproject.ForwardPort
Protocol number.
protocol - Variable in class org.minidns.record.DNSKEY
PROTOCOL_BYTE - Static variable in interface net.i2p.client.I2PClient
protocol flag that must be sent when opening the i2cp connection to the router
PROTOCOL_MSG_READ_SUCCESS - Static variable in class edu.internet2.ndt.NDTConstants
PROTOCOL_RFC4034 - Static variable in class org.minidns.record.DNSKEY
Use the protocol defined in RFC 4034.
PROTOCOL_TCP_IPV4 - Static variable in class org.freenetproject.ForwardPort
PROTOCOL_TCP_IPV4.
PROTOCOL_UDP_IPV4 - Static variable in class org.freenetproject.ForwardPort
PROTOCOL_UDP_IPV4.
PROTOCOL_VERSION - Static variable in class net.i2p.router.transport.udp.SSU2Util
SSU2 protocol version number
ProtocolException(String) - Constructor for exception org.klomp.snark.PeerAcceptor.ProtocolException
 
protocolName - Static variable in class com.southernstorm.noise.protocol.HandshakeState
NTCP2
protocolName10 - Static variable in class com.southernstorm.noise.protocol.HandshakeState
protocolName10.
protocolName11 - Static variable in class com.southernstorm.noise.protocol.HandshakeState
Hybrid SSU2
protocolName12 - Static variable in class com.southernstorm.noise.protocol.HandshakeState
protocolName12.
protocolName2 - Static variable in class com.southernstorm.noise.protocol.HandshakeState
Ratchet
protocolName3 - Static variable in class com.southernstorm.noise.protocol.HandshakeState
Tunnels
protocolName4 - Static variable in class com.southernstorm.noise.protocol.HandshakeState
SSU2
protocolName5 - Static variable in class com.southernstorm.noise.protocol.HandshakeState
Hybrid Ratchet
protocolName6 - Static variable in class com.southernstorm.noise.protocol.HandshakeState
protocolName6.
protocolName7 - Static variable in class com.southernstorm.noise.protocol.HandshakeState
protocolName7.
protocolName8 - Static variable in class com.southernstorm.noise.protocol.HandshakeState
Hybrid NTCP2
protocolName9 - Static variable in class com.southernstorm.noise.protocol.HandshakeState
protocolName9.
protocolNumberToString(int) - Static method in class net.i2p.client.impl.I2PSessionDemultiplexer
Convert a protocol number to a human-readable string.
PROVIDER_NAME - Static variable in class net.i2p.crypto.provider.I2PProvider
PROVIDER_NAME.
PROXY_EDITION - Static variable in class com.maxmind.geoip.DatabaseInfo
Proxy edition
proxyPort(I2PAppContext) - Static method in class net.i2p.router.web.ConfigUpdateHandler
Convenience method for updaters
prtdbl(double) - Static method in class edu.internet2.ndt.NDTUtils
Utility method to print double value up to the hundredth place.
pruneAllPools() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Prune excess tunnels from all pools to stay within budget.
pruneExcessTunnels() - Method in class net.i2p.router.tunnel.pool.TunnelPool
Prune excess tunnels from the pool to stay within budget.
prunePeerMaps(RouterContext) - Static method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Prune expired entries from static peer maps.
PTR - Class in org.minidns.record
DNS PTR (Pointer) record payload.
Used for reverse DNS lookups, mapping IP addresses to domain names.
PTR(String) - Constructor for class org.minidns.record.PTR
 
PTR(DnsName) - Constructor for class org.minidns.record.PTR
 
PUBLIC_RELAY_COUNT - Static variable in class net.i2p.router.transport.udp.UDPTransport
How many relays offered to us will we use at a time?
publicAddress - Variable in class org.freenetproject.DetectedIP
The detected public IP address
PublicKey - Class in net.i2p.data
Cryptographic public key for asymmetric encryption in I2P.
PublicKey() - Constructor for class net.i2p.data.PublicKey
Creates a new PublicKey with the default ElGamal type.
PublicKey(EncType) - Constructor for class net.i2p.data.PublicKey
Construct a new public key.
PublicKey(byte[]) - Constructor for class net.i2p.data.PublicKey
Construct from raw key data.
PublicKey(EncType, byte[]) - Constructor for class net.i2p.data.PublicKey
Construct a new public key.
PublicKey(int, byte[]) - Constructor for class net.i2p.data.PublicKey
Unknown type only.
PublicKey(String) - Constructor for class net.i2p.data.PublicKey
Constructs from base64.
PublicSuffixList - Class in net.i2p.apache.http.conn.util
PublicSuffixList.
PublicSuffixList(List<String>, List<String>) - Constructor for class net.i2p.apache.http.conn.util.PublicSuffixList
PublicSuffixList.
PublicSuffixListParser - Class in net.i2p.apache.http.conn.util
PublicSuffixListParser.
PublicSuffixListParser() - Constructor for class net.i2p.apache.http.conn.util.PublicSuffixListParser
PublicSuffixListParser.
PublicSuffixMatcher - Class in net.i2p.apache.http.conn.util
PublicSuffixMatcher.
PublicSuffixMatcher(Collection<String>, Collection<String>) - Constructor for class net.i2p.apache.http.conn.util.PublicSuffixMatcher
Create public suffix matcher.
publish(LeaseSet) - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
Publish a key to the network
publish(RouterInfo) - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
Publish a key to the network
publish(RouterInfo) - Method in class net.i2p.router.NetworkDatabaseFacade
Publish a RouterInfo to the network database.
publish(LeaseSet) - Method in class net.i2p.router.NetworkDatabaseFacade
Publish a LeaseSet to the network database.
publish(RouterInfo) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Send our RI to the closest floodfill.
publish(LeaseSet) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Publishes a local LeaseSet by storing it and scheduling republishing if applicable.
publish(RouterInfo) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Stores to local db only.
PUBLISH_JOB_DELAY - Static variable in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
This needs to be long enough to give us time to start up, but less than 20m (when we start accepting tunnels and could be a IBGW) Actually no, we need this soon if we are a new router or other routers have forgotten about us, else we can't build IB exploratory tunnels.
PUBLISH_TIMEOUT - Static variable in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
This maybe could be shorter than RepublishLeaseSetJob.REPUBLISH_LEASESET_TIMEOUT, because we are sending direct, but unresponsive floodfills may take a while due to timeouts.
PUBLISHED_VERSION - Static variable in class net.i2p.CoreVersion
The version published in the netdb via StatisticsManager.
PublishLocalRouterInfoJob - Class in net.i2p.router.networkdb
Publish the local router's RouterInfo periodically.
PublishLocalRouterInfoJob(RouterContext) - Constructor for class net.i2p.router.networkdb.PublishLocalRouterInfoJob
PublishLocalRouterInfoJob.
publishStatistics() - Method in class net.i2p.router.StatisticsManager
Retrieve a snapshot of the statistics that should be published.
publishStatistics(Hash) - Method in class net.i2p.router.StatisticsManager
Retrieve a snapshot of the statistics that should be published.
pump(List<PendingGatewayMessage>) - Method in class net.i2p.router.tunnel.PumpedTunnelGateway
Pumps messages from the internal prequeue into the processing queue.
PumpedTunnelGateway - Class in net.i2p.router.tunnel
This class represents a tunnel gateway with multiple hops that accepts messages, then coalesces and fragments them before sending them down the tunnel.
PumpedTunnelGateway(RouterContext, TunnelGateway.QueuePreprocessor, TunnelGateway.Sender, TunnelGateway.Receiver, TunnelGatewayPumper) - Constructor for class net.i2p.router.tunnel.PumpedTunnelGateway
Constructs a PumpedTunnelGateway instance.
purge(long) - Method in class net.i2p.i2ptunnel.access.AccessCounter
Purges old accesses from the list.
purge(long) - Method in class net.i2p.i2ptunnel.access.DestTracker
 
purgeExcessProfiles(Set<Hash>, int) - Method in class net.i2p.router.peermanager.ProfilePersistenceHelper
Delete profile files not in 'keepPeers', if total file count > maxProfiles.
purgeMatchingRouters() - Method in class net.i2p.router.NetworkDatabaseFacade
Trigger a retroactive purge sweep of the NetDb.
purgeMatchingRouters() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Trigger a retroactive purge sweep of the NetDb.
purgeStaleProfileFiles() - Method in class net.i2p.router.peermanager.ProfileOrganizer
purgeStaleProfileFiles.
purpose - Variable in class org.bouncycastle.crypto.digests.KeccakDigest
purpose.
purpose - Variable in class org.bouncycastle.crypto.digests.LongDigest
Crypto operation purpose.
PURPOSE_TEST - Static variable in class net.i2p.router.peermanager.PeerSelectionCriteria
The peers will be used for a test message
push(List<PacketBuilder.Fragment>) - Method in class net.i2p.router.transport.udp.OutboundMessageState
Add fragments up to the number of bytes allowed by setAllowedSendBytes() Side effects: Clears setAllowedSendBytes.
pushBackRTO(int) - Method in class net.i2p.client.streaming.impl.Connection.RetransmitEvent
pushBackRTO.
put(String, Destination, Properties) - Method in class net.i2p.client.naming.HostsTxtNamingService
 
put(String, Destination, Properties) - Method in class net.i2p.client.naming.MetaNamingService
Stores in the last service
put(String, Destination) - Method in class net.i2p.client.naming.NamingService
Add a hostname and Destination to the addressbook.
put(String, Destination, Properties) - Method in class net.i2p.client.naming.NamingService
Add a hostname and Destination to the addressbook.
put(String, Destination, Properties) - Method in class net.i2p.client.naming.SingleFileNamingService
Store a hostname-destination mapping.
put(Object, Object) - Method in class net.i2p.data.EmptyProperties
 
put(I2CPMessage) - Method in class net.i2p.internal.I2CPMessageQueue
Send a message, blocking until space is available.
put(I2CPMessage) - Method in class net.i2p.router.client.I2CPMessageQueueImpl
Send a message, blocking until space is available
put(int, E) - Method in class net.i2p.router.crypto.ratchet.SparseArray
Adds a mapping from the specified key to the specified value, replacing the previous mapping from the specified key if there was one.
put(String, Destination, Properties) - Method in class net.i2p.router.naming.BlockfileNamingService
 
put(Hash, DatabaseEntry) - Method in interface net.i2p.router.networkdb.kademlia.DataStore
Store a database entry with the given key.
put(Hash, DatabaseEntry, boolean) - Method in interface net.i2p.router.networkdb.kademlia.DataStore
Store a database entry with the given key and persistence control.
put(Hash, DatabaseEntry) - Method in class net.i2p.router.networkdb.kademlia.PersistentDataStore
 
put(Hash, DatabaseEntry, boolean) - Method in class net.i2p.router.networkdb.kademlia.PersistentDataStore
 
put(Hash, DatabaseEntry, boolean) - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
for PersistentDataStore only - don't use here
put(Hash, DatabaseEntry) - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
 
put(Hash, SessionKey) - Method in class net.i2p.router.PersistentKeyRing
put.
put(E) - Method in class net.i2p.router.util.CoDelBlockingQueue
put.
put(String, SessionRecord) - Method in class net.i2p.sam.SessionsDB
Store a session record.
put(K, V, SkipList<K, V>) - Method in class net.metanotion.io.block.index.IBSkipSpan
Load whole span from file, do the operation, flush out, then null out in-memory data again.
put(int, K, V, SkipList<K, V>) - Method in class net.metanotion.util.skiplist.SkipLevels
Put a key-value pair into the skip list.
put(K, V) - Method in class net.metanotion.util.skiplist.SkipList
Insert or update a key-value pair in the skip list.
put(K, V, SkipList<K, V>) - Method in class net.metanotion.util.skiplist.SkipSpan
Put a key-value pair into this span.
put(String, String) - Method in class org.jfree.svg.StandardFontMapper
Adds a font family mapping (if the specified alternate is null it has the effect of clearing any existing mapping).
putAll(Map<String, Destination>, Properties) - Method in class net.i2p.client.naming.NamingService
Put all the entries, each with the given options.
putAll(Map<? extends Object, ? extends Object>) - Method in class net.i2p.data.EmptyProperties
 
putCache(String, Destination) - Static method in class net.i2p.client.naming.DummyNamingService
Provide basic static caching for all services
putDupDestOK(String, SessionRecord) - Method in class net.i2p.sam.SessionsDB
Store a session record, allowing duplicate destinations.
putIfAbsent(String, Destination, Properties) - Method in class net.i2p.client.naming.HostsTxtNamingService
 
putIfAbsent(String, Destination, Properties) - Method in class net.i2p.client.naming.MetaNamingService
Stores in the last service
putIfAbsent(String, Destination) - Method in class net.i2p.client.naming.NamingService
Add a hostname and Destination to the addressbook.
putIfAbsent(String, Destination, Properties) - Method in class net.i2p.client.naming.NamingService
Add a hostname and Destination to the addressbook.
putIfAbsent(String, Destination, Properties) - Method in class net.i2p.client.naming.SingleFileNamingService
Store a hostname-destination mapping if not already present.
putIfAbsent(String, Destination, Properties) - Method in class net.i2p.router.naming.BlockfileNamingService
 
putIfAbsent(NodeInfo) - Method in class org.klomp.snark.dht.DHTNodes
Insert a node if absent.
putPiece(PartialPiece) - Method in class org.klomp.snark.Storage
Put the piece in the Storage if it is correct.

Q

qr - Variable in class org.minidns.dnsmessage.DnsMessage
The QR flag of the DNS message header.
QR_CODE_FIELD_256 - Static variable in class com.google.zxing.common.reedsolomon.GenericGF
Galois field for QR Code symbols (256 elements).
QRCode - Class in com.google.zxing.qrcode.encoder
QR Code representation for encoding.
QRCode() - Constructor for class com.google.zxing.qrcode.encoder.QRCode
QRCode.
QRCodeWriter - Class in com.google.zxing.qrcode
This object renders a QR Code as a BitMatrix 2D array of greyscale values.
QRCodeWriter() - Constructor for class com.google.zxing.qrcode.QRCodeWriter
 
QRServlet - Class in net.i2p.imagegen
This servlet generates QR code images.
QRServlet() - Constructor for class net.i2p.imagegen.QRServlet
 
quadrant - Variable in class org.rrd4j.graph.ImageParameters
Quadrant for MRTG-style scaling
QUERY_SOAPACTION - Static variable in class org.cybergarage.upnp.control.Control
SOAP action for querying state variables
QUERY_STATE_VARIABLE - Static variable in class org.cybergarage.upnp.control.Control
Element name for state variable query requests
QUERY_STATE_VARIABLE_RESPONSE - Static variable in class org.cybergarage.upnp.control.Control
Element name for state variable query responses
queryControlReceived(StateVariable) - Method in interface org.cybergarage.upnp.control.QueryListener
Called when a query control is received for a state variable.
QueryListener - Interface in org.cybergarage.upnp.control
Interface for handling UPnP query control events.
QueryRequest - Class in org.cybergarage.upnp.control
Represents a UPnP query request for state variables.
QueryRequest() - Constructor for class org.cybergarage.upnp.control.QueryRequest
Default constructor
QueryRequest(HTTPRequest) - Constructor for class org.cybergarage.upnp.control.QueryRequest
Constructs a QueryRequest from an HTTP request.
QueryResponse - Class in org.cybergarage.upnp.control
Represents a UPnP query response.
QueryResponse() - Constructor for class org.cybergarage.upnp.control.QueryResponse
Default constructor
QueryResponse(SOAPResponse) - Constructor for class org.cybergarage.upnp.control.QueryResponse
Constructs a QueryResponse from a SOAP response.
Question - Class in org.minidns.dnsmessage
A DNS question (request).
Question(CharSequence, Record.TYPE, Record.CLASS, boolean) - Constructor for class org.minidns.dnsmessage.Question
Create a dns question for the given name/type/class.
Question(DnsName, Record.TYPE, Record.CLASS, boolean) - Constructor for class org.minidns.dnsmessage.Question
 
Question(DnsName, Record.TYPE, Record.CLASS) - Constructor for class org.minidns.dnsmessage.Question
Create a dns question for the given name/type/class.
Question(DnsName, Record.TYPE) - Constructor for class org.minidns.dnsmessage.Question
Create a dns question for the given name/type/IN (internet class).
Question(CharSequence, Record.TYPE, Record.CLASS) - Constructor for class org.minidns.dnsmessage.Question
Create a dns question for the given name/type/class.
Question(CharSequence, Record.TYPE) - Constructor for class org.minidns.dnsmessage.Question
Create a dns question for the given name/type/IN (internet class).
Question(DataInputStream, byte[]) - Constructor for class org.minidns.dnsmessage.Question
Parse a byte array and rebuild the dns question from it.
questions - Variable in class org.minidns.dnsmessage.DnsMessage
The question section content.
queuedBytes() - Method in class org.klomp.snark.PeerConnectionOut
Returns the total bytes of piece messages currently queued.
QueuedClientConnectionRunner - Class in net.i2p.router.client
Zero-copy in-JVM.
QueuedClientConnectionRunner(RouterContext, ClientManager, I2CPMessageQueue) - Constructor for class net.i2p.router.client.QueuedClientConnectionRunner
Create a new runner with the given queues
queueDelete(String) - Method in class i2p.susi.webmail.pop3.DelayedDeleter
Queues a UIDL for later deletion.
QueuedI2CPMessageReader - Class in net.i2p.internal
Get messages off an In-JVM queue, zero-copy.
QueuedI2CPMessageReader(I2CPMessageQueue, I2CPMessageReader.I2CPMessageEventListener) - Constructor for class net.i2p.internal.QueuedI2CPMessageReader
Creates a new instance of this QueuedMessageReader and registers with the shared dispatcher.
queuedRecv(ByteBuffer, FIFOBandwidthLimiter.Request) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
We have read the data in the buffer, but we can't process it locally yet, because we're choked by the bandwidth limiter.
queueForDeletion(Collection<String>) - Method in class i2p.susi.webmail.pop3.POP3MailBox
Queue for later deletion.
queueForDeletion(String) - Method in class i2p.susi.webmail.pop3.POP3MailBox
Queue for later deletion.
queueForExploration(Collection<Hash>) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Queue keys for exploration.
queueLookup(byte[]) - Method in class net.i2p.router.CommSystemFacade
Queue a reverse-DNS lookup for the given IP address.
queueLookup(byte[]) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
 
queuePossibleDataPacket(UDPPacket) - Method in class net.i2p.router.transport.udp.InboundEstablishState2
 
queueReceived(UDPPacket) - Method in class net.i2p.router.transport.udp.PacketHandler
Queue a received packet for processing.
queueSocket(I2PSocket) - Method in class net.i2p.sam.SAMv3StreamSession
Put a socket on the accept queue.
quickLocks - Variable in class org.rrd4j.core.RrdSafeFileBackend.Counters
Quick lock count
quotedDate - Variable in class i2p.susi.webmail.Mail
Quoted date in local time zone, longer format
QuotedPrintable - Class in i2p.susi.webmail.encoding
ref: https://en.wikipedia.org/wiki/Quoted-printable
QuotedPrintable() - Constructor for class i2p.susi.webmail.encoding.QuotedPrintable
 
quoteHTML(String) - Static method in class i2p.susi.webmail.WebMail
prepare line for presentation between html tags Escapes html tags

R

r1 - Variable in class net.i2p.router.sybil.Pair
r1.
r2 - Variable in class net.i2p.router.sybil.Pair
r2.
RAComparator() - Constructor for class net.i2p.router.web.helpers.NetDbRenderer.RAComparator
 
RadialGradientPaintKey - Class in org.jfree.svg.util
A wrapper for a RadialGradientPaint that can be used as the key for a Map (including a HashMap).
RadialGradientPaintKey(RadialGradientPaint) - Constructor for class org.jfree.svg.util.RadialGradientPaintKey
Creates a new instance.
rafile - Variable in class org.rrd4j.core.RrdRandomAccessFileBackend
Random access file handle.
RAIFile - Class in net.metanotion.io
Implementation of RandomAccessInterface using RandomAccessFile.
RAIFile(RandomAccessFile) - Constructor for class net.metanotion.io.RAIFile
Constructor.
RAIFile(File, boolean, boolean) - Constructor for class net.metanotion.io.RAIFile
 
random - Variable in class net.i2p.crypto.eddsa.KeyPairGenerator
random.
random() - Method in class net.i2p.I2PAppContext
[insert snarky comment here]
RandomAccessInterface - Interface in net.metanotion.io
Interface for random access file operations.
RandomArt - Class in net.i2p.imagegen
Draw an ASCII-Art representing the fingerprint so human brain can profit from its built-in pattern recognition ability.
RandomArt() - Constructor for class net.i2p.imagegen.RandomArt
 
RandomArtServlet - Class in net.i2p.imagegen
This servlet generates random art (visual identifier) images.
RandomArtServlet() - Constructor for class net.i2p.imagegen.RandomArtServlet
 
RandomIfOldTrimmer<T extends SimpleDataStructure> - Class in net.i2p.kademlia
Removes a random element, but only if the bucket hasn't changed in 5 minutes.
RandomIfOldTrimmer(I2PAppContext, int) - Constructor for class net.i2p.kademlia.RandomIfOldTrimmer
 
RandomIterator<E> - Class in net.i2p.router.util
Random iterator for efficient early-termination iteration over collections.
RandomIterator(List<E>) - Constructor for class net.i2p.router.util.RandomIterator
RandomIterator.
RandomSource - Class in net.i2p.util
Singleton for whatever PRNG i2p uses.
RandomSource(I2PAppContext) - Constructor for class net.i2p.util.RandomSource
Deprecated - do not instantiate this directly, as you won't get the good one (Fortuna).
randomString() - Static method in class net.i2p.crypto.KeyStoreUtil
48 char b32 string (30 bytes of entropy).
RandomTrimmer<T extends SimpleDataStructure> - Class in net.i2p.kademlia
Removes a random element.
RandomTrimmer(I2PAppContext, int) - Constructor for class net.i2p.kademlia.RandomTrimmer
Constructor
range(int, int) - Static method in class net.i2p.router.web.helpers.TunnelRenderer
 
RANGE - Static variable in class org.cybergarage.http.HTTP
Range HTTP header field name
RatchetEntry - Class in net.i2p.router.crypto.ratchet
Container for outbound ratchet encryption data including tag, key, nonce, and optional next session keys for message preparation The object returned from SKM.consumeNextAvailableTag() to the engine encrypt.
RatchetEntry(RatchetSessionTag, SessionKeyAndNonce, int, int) - Constructor for class net.i2p.router.crypto.ratchet.RatchetEntry
outbound - calculated key
RatchetEntry(RatchetSessionTag, SessionKeyAndNonce, int, int, NextSessionKey, NextSessionKey, List<Integer>) - Constructor for class net.i2p.router.crypto.ratchet.RatchetEntry
Full constructor with optional next keys and pending ACKs.
RatchetPayload - Class in net.i2p.router.crypto.ratchet
Ratchet payload generation and parsing
RatchetPayload.AckBlock - Class in net.i2p.router.crypto.ratchet
Acknowledgment block for ratchet payload.
RatchetPayload.AckRequestBlock - Class in net.i2p.router.crypto.ratchet
Acknowledgment request block for ratchet payload.
RatchetPayload.Block - Class in net.i2p.router.crypto.ratchet
Base class for blocks to be transmitted.
RatchetPayload.DateTimeBlock - Class in net.i2p.router.crypto.ratchet
Timestamp block for ratchet payload synchronization and timing.
RatchetPayload.GarlicBlock - Class in net.i2p.router.crypto.ratchet
Garlic clove block for embedding I2NP messages in ratchet payload.
RatchetPayload.NextKeyBlock - Class in net.i2p.router.crypto.ratchet
Next session key block for ratchet key exchange operations.
RatchetPayload.OptionsBlock - Class in net.i2p.router.crypto.ratchet
Options block for ratchet protocol configuration and negotiation.
RatchetPayload.PaddingBlock - Class in net.i2p.router.crypto.ratchet
Padding block for ratchet payload size alignment and obfuscation.
RatchetPayload.PayloadCallback - Interface in net.i2p.router.crypto.ratchet
For all callbacks, recommend throwing exceptions only from the handshake.
RatchetPayload.PNBlock - Class in net.i2p.router.crypto.ratchet
Packet number block for ratchet payload.
RatchetPayload.TerminationBlock - Class in net.i2p.router.crypto.ratchet
Termination block for ratchet session closure with reason codes.
RatchetSessionTag - Class in net.i2p.router.crypto.ratchet
8-byte session tag for ratchet protocol messages with efficient long-based storage representation for memory optimization Does not extend SessionTag or DataStructure to save space
RatchetSessionTag(long) - Constructor for class net.i2p.router.crypto.ratchet.RatchetSessionTag
Constructs tag from a long value for compact 8-byte storage.
RatchetSessionTag(byte[]) - Constructor for class net.i2p.router.crypto.ratchet.RatchetSessionTag
 
RatchetSKM - Class in net.i2p.router.crypto.ratchet
Session key manager for ratchet encryption.
RatchetSKM(RouterContext) - Constructor for class net.i2p.router.crypto.ratchet.RatchetSKM
For the router SKM only.
RatchetSKM(RouterContext, Destination) - Constructor for class net.i2p.router.crypto.ratchet.RatchetSKM
ECIES only.
RatchetSKM(RouterContext, Destination, EncType) - Constructor for class net.i2p.router.crypto.ratchet.RatchetSKM
The session key manager is constructed and accessed through the client manager.
RatchetTagSet - Class in net.i2p.router.crypto.ratchet
Manages session tags and keys for a single ratchet direction with automatic key generation, supporting both inbound lookahead and on-demand outbound operations For outbound, uses very little memory.
RatchetTagSet(HKDF, HandshakeState, SessionKey, SessionKey, long) - Constructor for class net.i2p.router.crypto.ratchet.RatchetTagSet
Outbound NSR Tagset
RatchetTagSet(HKDF, SessionKey, SessionKey, long, int, int) - Constructor for class net.i2p.router.crypto.ratchet.RatchetTagSet
Outbound ES Tagset
RatchetTagSet(HKDF, SessionTagListener, HandshakeState, SessionKey, SessionKey, long, int, int) - Constructor for class net.i2p.router.crypto.ratchet.RatchetTagSet
Inbound NSR Tagset
RatchetTagSet(HKDF, SessionTagListener, PublicKey, SessionKey, SessionKey, long, int, int, int, int) - Constructor for class net.i2p.router.crypto.ratchet.RatchetTagSet
Inbound ES Tagset
RatchetTagSet(SessionTagListener, SessionKey, long, long) - Constructor for class net.i2p.router.crypto.ratchet.RatchetTagSet
For SingleTagSet
Rate - Class in net.i2p.stat
Simple rate calculator for periodically sampled data points - determining an average value over a period, the number of events in that period, the maximum number of events (using the interval between events), and lifetime data.
Rate(long) - Constructor for class net.i2p.stat.Rate
A rate with period shorter than Router.COALESCE_TIME = 50*1000 has to be manually coalesced before values are fetched from it.
Rate(Properties, String, boolean) - Constructor for class net.i2p.stat.Rate
Create a new rate and load its state from the properties, taking data from the data points underneath the given prefix.
rate - Variable in class org.bouncycastle.crypto.digests.KeccakDigest
rate.
RATE_DEPTH - Static variable in class org.klomp.snark.Peer
R a t e d e p t h
RATE_DEPTH - Static variable in class org.klomp.snark.PeerCoordinator
R a t e d e p t h
RateAverages - Class in net.i2p.stat
Storage space for computations of various averages.
RateAverages() - Constructor for class net.i2p.stat.RateAverages
Create a new RateAverages
RateConstants - Class in net.i2p.stat
Centralized rate period constants for memory-optimized statistics collection.
RateInComparator() - Constructor for class net.i2p.router.web.helpers.UDPSorters.RateInComparator
 
RateOutComparator() - Constructor for class net.i2p.router.web.helpers.UDPSorters.RateOutComparator
 
RATES - Static variable in class net.i2p.i2ptunnel.TunnelControllerGroup
Rate stat intervals
RATES - Static variable in class net.i2p.router.peermanager.TunnelHistory
Rate periods for history tracking
RATES - Static variable in class net.i2p.router.transport.udp.UDPSender
Time rate intervals for statistics collection.
RATES - Static variable in class net.i2p.router.transport.udp.UDPTransport
Short-term rate limits for SSU.
RateStat - Class in net.i2p.stat
coordinate a moving rate over various periods
RateStat(String, String, String, long[]) - Constructor for class net.i2p.stat.RateStat
Unique name of the statistic.
RateSummaryListener - Interface in net.i2p.stat
Receive the state of the rate when its coalesced
ratingsEnabled() - Method in class org.klomp.snark.I2PSnarkUtil
 
raw - Variable in class net.i2p.i2ptunnel.udp.I2PSink
 
raw - Variable in class net.i2p.i2ptunnel.udp.I2PSinkAnywhere
 
RAW_SIZE_MAX - Static variable in class net.i2p.sam.SAMRawSession
RAW_SIZE_MAX.
rawReceived(byte[], int, int, int, int, int) - Method in class net.i2p.sam.client.SAMClientEventListenerImpl
 
rawReceived(byte[], int, int, int, int, int) - Method in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
protocol).
rawSession - Variable in class net.i2p.sam.SAMv1Handler
rawSession.
RC_PROP_THEME - Static variable in class org.klomp.snark.SnarkManager
 
RC_PROP_UNIVERSAL_THEMING - Static variable in class org.klomp.snark.SnarkManager
 
RCLASSES - Static variable in class net.i2p.router.RouterCommandLine
RCLASSES.
rdnsCacheSize() - Static method in class net.i2p.router.transport.CommSystemFacadeImpl
rdnsCacheSize.
REACHABILITY - Static variable in class net.i2p.router.util.EventLog
REACHABILITY.
reachable - Variable in class net.i2p.addressbook.HostChecker.PingResult
true if the host was reachable via LeaseSet lookup, ping, or HTTP HEAD
read() - Method in class i2p.susi.util.CountingInputStream
Read a single byte and count it.
read(byte[], int, int) - Method in class i2p.susi.util.CountingInputStream
Read bytes into a buffer and count them.
read() - Method in class i2p.susi.util.EOFOnMatchInputStream
 
read(byte[], int, int) - Method in class i2p.susi.util.EOFOnMatchInputStream
Read bytes into a buffer.
read() - Method in class i2p.susi.util.LimitInputStream
Read a single byte, returning -1 if the limit has been reached.
read(byte[], int, int) - Method in class i2p.susi.util.LimitInputStream
Read bytes into a buffer, limited by the remaining quota.
read() - Method in class net.i2p.client.streaming.impl.MessageInputStream
Reads a single byte from the stream.
read(byte[]) - Method in class net.i2p.client.streaming.impl.MessageInputStream
Reads bytes into the given array.
read(byte[], int, int) - Method in class net.i2p.client.streaming.impl.MessageInputStream
Reads up to length bytes into the target array at offset.
read(InputStream, byte[]) - Static method in class net.i2p.data.DataHelper
This is different than InputStream.read(target), in that it does repeated reads until the full data is received.
read(InputStream, byte[], int, int) - Static method in class net.i2p.data.DataHelper
WARNING - This is different than InputStream.read(target, offset, length) for a nonzero offset, in that it returns the new offset (== old offset + length).
read(InputStream, byte[]) - Method in class net.i2p.data.DataStructureImpl
Repeated reads until buffer is full or IOException is thrown
read(InputStream, byte[]) - Method in class net.i2p.data.SimpleDataStructure
Repeated reads until the buffer is full or IOException is thrown.
read(ByteBuffer) - Method in class net.i2p.sam.SSLSocketChannel
Read bytes from the underlying SSL socket into the given buffer.
read(ByteBuffer[], int, int) - Method in class net.i2p.sam.SSLSocketChannel
Scatter read is not supported by this wrapper.
read() - Method in class net.i2p.sam.UTF8Reader
 
read(char[]) - Method in class net.i2p.sam.UTF8Reader
read(char[], int, int) - Method in class net.i2p.sam.UTF8Reader
read() - Method in class net.i2p.util.LookaheadInputStream
 
read(byte[], int, int) - Method in class net.i2p.util.LookaheadInputStream
 
read() - Method in class net.i2p.util.ResettableGZIPInputStream
 
read(byte[]) - Method in class net.i2p.util.ResettableGZIPInputStream
 
read(byte[], int, int) - Method in class net.i2p.util.ResettableGZIPInputStream
 
read() - Method in class net.i2p.util.TimeoutPipedInputStream
 
read() - Method in class net.i2p.util.TranslateReader
 
read(char[], int, int) - Method in class net.i2p.util.TranslateReader
 
read() - Method in class net.metanotion.io.RAIFile
 
read(byte[]) - Method in class net.metanotion.io.RAIFile
 
read(byte[], int, int) - Method in class net.metanotion.io.RAIFile
 
read() - Method in interface net.metanotion.io.RandomAccessInterface
 
read(byte[]) - Method in interface net.metanotion.io.RandomAccessInterface
 
read(byte[], int, int) - Method in interface net.metanotion.io.RandomAccessInterface
 
read(HTTPSocket) - Method in class org.cybergarage.http.HTTPPacket
Reads and parses HTTP packet from a socket.
read() - Method in class org.cybergarage.http.HTTPRequest
Reads the HTTP request from the underlying socket.
read(DataInputStream, int, int, BandwidthListener) - Method in class org.klomp.snark.PartialPiece
Reads data from the input stream into this piece starting at offset.
read(DataInputStream, BandwidthListener) - Method in class org.klomp.snark.Request
Read from stream
read(long, byte[]) - Method in class org.rrd4j.core.ByteBufferBackend
Reads a number of bytes from the RRD file on the disk
read(ByteBuffer) - Method in class org.rrd4j.core.jrrd.RRDFile
Read bytes
read(long, byte[]) - Method in class org.rrd4j.core.RrdBackend
Reads an array of bytes from the underlying storage starting from the given storage offset.
read(long, byte[]) - Method in class org.rrd4j.core.RrdByteArrayBackend
Read bytes from the in-memory buffer at the given offset.
read(long, byte[]) - Method in class org.rrd4j.core.RrdRandomAccessFileBackend
Reads a number of bytes from the RRD file on the disk
READ_MESSAGE - Static variable in class com.southernstorm.noise.protocol.HandshakeState
The HandshakeState expects the application to read the next message payload from the handshake.
readAll() - Method in class org.rrd4j.core.RrdBackend
Reads all RRD bytes from the underlying storage.
readBlocklist() - Method in class net.i2p.router.sybil.PersistSybil
Read the blocklist
readBoolean() - Method in class net.metanotion.io.RAIFile
 
readBoolean() - Method in interface net.metanotion.io.RandomAccessInterface
 
ReadBuffer - Class in i2p.susi.util
Read-only Buffer for constant data initialized from a byte array.
ReadBuffer(byte[], int, int) - Constructor for class i2p.susi.util.ReadBuffer
Create a ReadBuffer for a portion of a byte array.
readByte() - Method in class net.metanotion.io.RAIFile
 
readByte() - Method in interface net.metanotion.io.RandomAccessInterface
 
readBytes(InputStream) - Method in class net.i2p.crypto.SHA1Hash
readBytes.
readBytes(InputStream) - Method in class net.i2p.data.Certificate
Reads the certificate from an input stream.
readBytes(byte[], int) - Method in class net.i2p.data.Certificate
Reads the certificate from the source array.
readBytes(InputStream) - Method in interface net.i2p.data.DataStructure
Load up the current object with data from the given stream.
readBytes(InputStream) - Method in class net.i2p.data.DateAndFlags
Load up the current object with data from the given stream.
readBytes(InputStream) - Method in class net.i2p.data.EncryptedLeaseSet
This does NOT validate the signature
readBytes(InputStream) - Method in class net.i2p.data.Hash
Reads the hash from an input stream.
readBytes(InputStream) - Method in class net.i2p.data.i2cp.AbuseReason
Reads the abuse reason from a stream.
readBytes(InputStream) - Method in class net.i2p.data.i2cp.AbuseSeverity
Reads the severity level from a stream.
readBytes(InputStream) - Method in class net.i2p.data.i2cp.I2CPMessageImpl
Read the message from the stream, wrapping I2CPMessageException in DataFormatException.
readBytes(InputStream) - Method in class net.i2p.data.i2cp.MessageId
Read the message ID from a stream.
readBytes(InputStream) - Method in class net.i2p.data.i2cp.SessionConfig
Reads the session config from a stream.
readBytes(InputStream) - Method in class net.i2p.data.i2cp.SessionId
Read the session ID from a stream.
readBytes(InputStream) - Method in class net.i2p.data.i2np.DeliveryInstructions
Not supported, use readBytes(byte[], int)
readBytes(byte[], int) - Method in class net.i2p.data.i2np.DeliveryInstructions
readBytes.
readBytes(byte[], int, int, int) - Method in class net.i2p.data.i2np.FastI2NPMessageImpl
Ignore, but save, the checksum, to be used later if necessary.
readBytes(byte[], int) - Method in class net.i2p.data.i2np.GarlicClove
 
readBytes(byte[], int, int) - Method in interface net.i2p.data.i2np.I2NPMessage
Read the body into the data structures, after the initial type byte, using the current class's format as defined by the I2NP specification
readBytes(byte[], int, int, int) - Method in interface net.i2p.data.i2np.I2NPMessage
Read the body into the data structures, after the initial type byte, using the current class's format as defined by the I2NP specification
readBytes(byte[], int, int) - Method in class net.i2p.data.i2np.I2NPMessageImpl
Read the header, then read the rest into buffer, then call readMessage in the implemented message type
readBytes(byte[], int, int, int) - Method in class net.i2p.data.i2np.I2NPMessageImpl
Set a limit on the max to read from the data buffer, so that we can use a large buffer but prevent the reader from reading off the end.
readBytes(InputStream) - Method in class net.i2p.data.KeysAndCert
Reads the keys and certificate from an input stream.
readBytes(InputStream) - Method in class net.i2p.data.Lease
Reads the lease from an input stream.
readBytes(InputStream) - Method in class net.i2p.data.Lease2
 
readBytes(InputStream) - Method in class net.i2p.data.LeaseSet
This does NOT validate the signature
readBytes(InputStream) - Method in class net.i2p.data.LeaseSet2
This does NOT validate the signature
readBytes(InputStream) - Method in class net.i2p.data.MetaLease
Reads the lease from an input stream.
readBytes(InputStream) - Method in class net.i2p.data.MetaLeaseSet
This does NOT validate the signature
readBytes(InputStream) - Method in class net.i2p.data.Payload
Reads this payload from an input stream (4-byte length-prefixed data).
readBytes(InputStream) - Method in class net.i2p.data.router.RouterAddress
As of 0.9.3, expiration MUST be all zeros as it is ignored on readin and the signature will fail.
readBytes(InputStream) - Method in class net.i2p.data.router.RouterInfo
This does NOT validate the signature
readBytes(InputStream, boolean) - Method in class net.i2p.data.router.RouterInfo
If verifySig is true, this validates the signature while reading in, and throws a DataFormatException if the sig is invalid.
readBytes(InputStream) - Method in class net.i2p.data.SimpleDataStructure
Sets the data.
readBytes(InputStream) - Method in class net.i2p.data.TunnelId
Read the tunnel ID from a stream.
readBytes() - Method in class org.rrd4j.core.RrdPrimitive
Raw byte array from backend storage.
readBytesRatchet(byte[], int, int) - Method in class net.i2p.data.i2np.GarlicClove
Short format for ECIES-Ratchet, saves 22 bytes.
readCert(KeyStore, String) - Static method in class net.i2p.i2pcontrol.security.KeyStoreProvider
 
readChar() - Method in class net.metanotion.io.RAIFile
 
readChar() - Method in interface net.metanotion.io.RandomAccessInterface
 
readChunkLength() - Method in class net.i2p.util.EepGet
Parse a chunk length from the HTTP response stream.
readCloveSet(byte[], int) - Method in class net.i2p.router.message.GarlicMessageParser
ElGamal only
readComplete(boolean) - Method in interface i2p.susi.util.Buffer
Top-level reader MUST call this to close the input stream.
readComplete(boolean) - Method in class i2p.susi.util.FileBuffer
Close the input stream.
readComplete(boolean) - Method in class i2p.susi.util.GzipFileBuffer
Close the input stream and record the uncompressed length if successful.
readComplete(boolean) - Method in class i2p.susi.util.MemoryBuffer
 
readComplete(boolean) - Method in class i2p.susi.util.OutputStreamBuffer
Does nothing
readComplete(boolean) - Method in class i2p.susi.util.ReadBuffer
Does nothing
readConfFile() - Method in class net.i2p.i2pcontrol.servlets.configuration.ConfigurationManager
Reads configuration from file, every line is parsed as key=value.
readConfig() - Method in class net.i2p.router.Router
This updates the config with all settings found in the file.
ReadConfigJob - Class in net.i2p.router.tasks
Simply read the router config periodically, so that the user may make config changes externally.
ReadConfigJob(RouterContext) - Constructor for class net.i2p.router.tasks.ReadConfigJob
Create a new configuration reader job.
ReadCounter - Interface in i2p.susi.util
Interface for counting bytes read or skipped.
readDate(InputStream) - Static method in class net.i2p.data.DataHelper
Read in a date from the stream as specified by the I2P data structure spec.
readDouble() - Method in class net.metanotion.io.RAIFile
 
readDouble() - Method in interface net.metanotion.io.RandomAccessInterface
 
readDouble(long) - Method in class org.rrd4j.core.ByteBufferBackend
 
readDouble(long, int) - Method in class org.rrd4j.core.ByteBufferBackend
 
readDouble() - Method in class org.rrd4j.core.jrrd.RRDFile
Double.
readDouble(long) - Method in class org.rrd4j.core.RrdBackend
Reads a double value from the underlying storage at the given offset.
readDouble(long, int) - Method in class org.rrd4j.core.RrdBackend
Reads an array of double values from the underlying storage at the given offset.
readDouble() - Method in class org.rrd4j.core.RrdPrimitive
Double value from backend storage.
readDouble(int) - Method in class org.rrd4j.core.RrdPrimitive
Position in the primitive array.
readDouble(int, int) - Method in class org.rrd4j.core.RrdPrimitive
Starting position in the primitive array.
readEnum(Class<E>) - Method in class org.rrd4j.core.RrdPrimitive
Deserialize an enum value from backend storage.
Reader - Class in com.maxmind.db
Instances of this class provide a reader for the MaxMind DB format.
Reader(File) - Constructor for class com.maxmind.db.Reader
Constructs a Reader for the MaxMind DB format, with no caching.
Reader(File, NodeCache) - Constructor for class com.maxmind.db.Reader
Constructs a Reader for the MaxMind DB format, with the specified backing cache.
Reader(InputStream) - Constructor for class com.maxmind.db.Reader
Constructs a Reader with no caching, as if in mode Reader.FileMode.MEMORY, without using a File instance.
Reader(InputStream, NodeCache) - Constructor for class com.maxmind.db.Reader
Constructs a Reader with the specified backing cache, as if in mode Reader.FileMode.MEMORY, without using a File instance.
Reader(File, Reader.FileMode) - Constructor for class com.maxmind.db.Reader
Constructs a Reader for the MaxMind DB format, with no caching.
Reader(File, Reader.FileMode, NodeCache) - Constructor for class com.maxmind.db.Reader
Constructs a Reader for the MaxMind DB format, with the specified backing cache.
Reader - Class in net.i2p.router.transport.ntcp
Pool of running threads which will process any read bytes on any of the NTCPConnections, including decryption of the data read, connection handshaking, parsing bytes into I2NP messages, etc.
Reader(RouterContext) - Constructor for class net.i2p.router.transport.ntcp.Reader
Constructor.
Reader.FileMode - Enum in com.maxmind.db
The file mode to use when opening a MaxMind DB.
ReaderException - Exception in com.google.zxing
The general exception class throw when something goes wrong during decoding of a barcode.
ReaderException() - Constructor for exception com.google.zxing.ReaderException
Default constructor
ReaderException(Throwable) - Constructor for exception com.google.zxing.ReaderException
 
readError(I2CPMessageReader, Exception) - Method in class net.i2p.client.impl.I2PSessionImpl
The I2CPMessageEventListener callback.
readError(I2CPMessageReader, Exception) - Method in interface net.i2p.data.i2cp.I2CPMessageReader.I2CPMessageEventListener
Notify the listener that an exception was thrown while reading from the given reader.
readError(I2CPMessageReader, Exception) - Method in class net.i2p.router.client.ClientMessageEventListener
Handle notification that there was an error
readExpiration() - Method in class net.i2p.data.i2np.BuildRequestRecord
Reads the expiration time.
readFile(String, String, OutputStream) - Static method in class net.i2p.util.FileUtil
Dump the contents of the given path (relative to the root) to the output stream.
readFloat() - Method in class net.metanotion.io.RAIFile
 
readFloat() - Method in interface net.metanotion.io.RandomAccessInterface
 
readFromProperties(Properties) - Method in class net.i2p.router.ClientTunnelSettings
Load settings from the given properties.
readFromProperties(String, Properties) - Method in class net.i2p.router.TunnelPoolSettings
Defaults in props are NOT honored.
readFully(byte[]) - Method in class net.metanotion.io.RAIFile
 
readFully(byte[], int, int) - Method in class net.metanotion.io.RAIFile
 
readFully(byte[]) - Method in interface net.metanotion.io.RandomAccessInterface
 
readFully(byte[], int, int) - Method in interface net.metanotion.io.RandomAccessInterface
 
readGarlicKeys() - Method in class net.i2p.data.i2np.BuildRequestRecord
Reads the garlic keys for OBEP.
readGeoIPFile(I2PAppContext, Long[], Map<String, String>) - Static method in class net.i2p.router.transport.GeoIPv6
Lookup search items in the geoip file.
readHeader(InputStream) - Method in class net.i2p.data.EncryptedLeaseSet
Overridden because we have a blinded key, not a dest
readHeader(InputStream) - Method in class net.i2p.data.LeaseSet2
Read the LeaseSet2 header from a stream.
readHeaders() - Method in class net.i2p.client.streaming.I2PSocketEepGet
Overridden to disable inline gunzipping
readHeaders(I2PSocket, InputStream, StringBuilder, Set<String>, I2PAppContext, long) - Static method in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
From I2P to server: socket non-null, in null.
readHeaders(I2PSocket, InputStream, StringBuilder, String[], I2PAppContext, long) - Static method in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
Read headers from the input stream, using an array of skip headers.
readHeaders() - Method in class net.i2p.util.EepGet
Read and parse HTTP response headers.
readInt() - Method in class net.metanotion.io.RAIFile
 
readInt() - Method in interface net.metanotion.io.RandomAccessInterface
 
readInt(long) - Method in class org.rrd4j.core.ByteBufferBackend
 
readInt() - Method in class org.rrd4j.core.jrrd.RRDFile
Int.
readInt(long) - Method in class org.rrd4j.core.RrdBackend
Reads an integer value from the underlying storage at the given offset.
readInt() - Method in class org.rrd4j.core.RrdPrimitive
Int value from backend storage.
readIsInboundGateway() - Method in class net.i2p.data.i2np.BuildRequestRecord
Reads whether this hop is an inbound gateway.
readIsOutboundEndpoint() - Method in class net.i2p.data.i2np.BuildRequestRecord
Reads whether this hop is an outbound endpoint.
readIVKey() - Method in class net.i2p.data.i2np.BuildRequestRecord
Reads the tunnel IV encryption key.
readKeyData(File, File) - Static method in class net.i2p.router.startup.LoadRouterInfoJob
Read key data from the specified files.
readLayerEncryptionType() - Method in class net.i2p.data.i2np.BuildRequestRecord
Reads the layer encryption type.
readLayerKey() - Method in class net.i2p.data.i2np.BuildRequestRecord
Reads the tunnel layer encryption key.
readLine(InputStream) - Static method in class net.i2p.data.DataHelper
Read a newline delimited line from the stream, returning the line (without the newline), or null if EOF reached on an empty line Warning - strips \n but not \r Warning - 8KB line length limit as of 0.7.13, @throws IOException if exceeded Warning - not UTF-8
readLine(InputStream, MessageDigest) - Static method in class net.i2p.data.DataHelper
update the hash along the way Warning - strips \n but not \r Warning - 8KB line length limit as of 0.7.13, @throws IOException if exceeded Warning - not UTF-8
readLine(InputStream, StringBuilder) - Static method in class net.i2p.data.DataHelper
Read in a line, placing it into the buffer (excluding the newline).
readLine(InputStream, StringBuilder, MessageDigest) - Static method in class net.i2p.data.DataHelper
update the hash along the way Warning - strips \n but not \r Warning - 8KB line length limit as of 0.7.13, @throws IOException if exceeded Warning - not UTF-8
ReadLine - Class in net.i2p.sam
Modified from I2PTunnelHTTPServer Handles UTF-8.
readLine(Socket, StringBuilder, int) - Static method in class net.i2p.sam.ReadLine
Read a line terminated by newline, with a total read timeout.
readLine() - Method in class net.metanotion.io.RAIFile
 
readLine() - Method in interface net.metanotion.io.RandomAccessInterface
 
readLong(InputStream, int) - Static method in class net.i2p.data.DataHelper
Read the stream for an integer as defined by the I2P data structure specification.
readLong() - Method in class net.metanotion.io.RAIFile
 
readLong() - Method in interface net.metanotion.io.RandomAccessInterface
 
readLong(long) - Method in class org.rrd4j.core.ByteBufferBackend
 
readLong() - Method in class org.rrd4j.core.jrrd.RRDFile
Long.
readLong(long) - Method in class org.rrd4j.core.RrdBackend
Reads a long value from the underlying storage at the given offset.
readLong() - Method in class org.rrd4j.core.RrdPrimitive
Long value from backend storage.
readMessage(byte[], int, int, byte[], int) - Method in class com.southernstorm.noise.protocol.HandshakeState
Reads a message payload during the handshake.
readMessage(InputStream, int, int) - Method in interface net.i2p.data.i2cp.I2CPMessage
Read the contents from the input stream into the current class's format.
readMessage(InputStream) - Method in interface net.i2p.data.i2cp.I2CPMessage
Read the contents from the input stream into the current class's format.
readMessage(InputStream) - Static method in class net.i2p.data.i2cp.I2CPMessageHandler
Read an I2CPMessage from the stream and return the fully populated object.
readMessage(InputStream) - Method in class net.i2p.data.i2cp.I2CPMessageImpl
Validate the type and size of the message, and then read the message into the data structures.
readMessage(InputStream, int, int) - Method in class net.i2p.data.i2cp.I2CPMessageImpl
Read the body into the data structures
readMessage(InputStream, int, int) - Method in class net.i2p.data.i2cp.SendMessageExpiresMessage
Read the body into the data structures
readMessage(InputStream, int, int) - Method in class net.i2p.data.i2cp.SendMessageMessage
Read the body into the data structures
readMessage(byte[], int, int, int) - Method in class net.i2p.data.i2np.DatabaseLookupMessage
readMessage.
readMessage(byte[], int, int, int) - Method in class net.i2p.data.i2np.DatabaseSearchReplyMessage
readMessage.
readMessage(byte[], int, int, int) - Method in class net.i2p.data.i2np.DatabaseStoreMessage
readMessage.
readMessage(byte[], int, int, int) - Method in class net.i2p.data.i2np.DataMessage
 
readMessage(byte[], int, int, int) - Method in class net.i2p.data.i2np.DeliveryStatusMessage
readMessage.
readMessage(byte[], int, int, int) - Method in class net.i2p.data.i2np.GarlicMessage
readMessage.
readMessage(byte[], int, int, int) - Method in interface net.i2p.data.i2np.I2NPMessage
Read the body into the data structures, after the initial type byte and the uniqueId / expiration, using the current class's format as defined by the I2NP specification Implementations must not read more than dataSize, or throw I2NPMessageException or IndexOutOfBoundsException if they do.
readMessage(byte[], int, int, int, I2NPMessageHandler) - Method in interface net.i2p.data.i2np.I2NPMessage
readMessage.
readMessage(byte[]) - Method in class net.i2p.data.i2np.I2NPMessageHandler
Read an I2NPMessage from the byte array and return the fully populated object.
readMessage(byte[], int) - Method in class net.i2p.data.i2np.I2NPMessageHandler
Result is retreived with lastRead() 4 * @param data the data 4 * @param offset the offset 4 * @return the result 4 * @throws net.i2p.data.i2np.I2NPMessageException on error
readMessage(byte[], int, int) - Method in class net.i2p.data.i2np.I2NPMessageHandler
Set a limit on the max to read from the data buffer, so that we can use a large buffer but prevent the reader from reading off the end.
readMessage(byte[], int, int, int, I2NPMessageHandler) - Method in class net.i2p.data.i2np.I2NPMessageImpl
readMessage.
readMessage(byte[], int, int, int) - Method in class net.i2p.data.i2np.OutboundTunnelBuildReplyMessage
readMessage.
readMessage(byte[], int, int, int) - Method in class net.i2p.data.i2np.ShortTunnelBuildMessage
readMessage.
readMessage(byte[], int, int, int) - Method in class net.i2p.data.i2np.ShortTunnelBuildReplyMessage
 
readMessage(byte[], int, int, int) - Method in class net.i2p.data.i2np.TunnelBuildMessageBase
readMessage.
readMessage(byte[], int, int, int) - Method in class net.i2p.data.i2np.TunnelDataMessage
Read and parse the message from raw data into fields
readMessage(byte[], int, int, int) - Method in class net.i2p.data.i2np.TunnelGatewayMessage
Read and parse the message from raw data into fields.
readMessage(byte[], int, int, int, I2NPMessageHandler) - Method in class net.i2p.data.i2np.TunnelGatewayMessage
Note that for efficiency at the IBGW, this does not fully deserialize the included I2NP Message.
readMessage(byte[], int, int, int) - Method in class net.i2p.data.i2np.UnknownI2NPMessage
 
readMessage(byte[], int, int, int) - Method in class net.i2p.data.i2np.VariableTunnelBuildMessage
Parse record count from first byte, then delegate to parent for record data.
readMessage(byte[], int, int, int) - Method in class net.i2p.data.i2np.VariableTunnelBuildReplyMessage
Parse record count from first byte, then delegate to parent for record data.
readMultiPageData(byte[], int, int[], int[]) - Method in class net.metanotion.io.block.BlockFile
Read bytes from multiple pages.
readn(Message, int) - Method in class edu.internet2.ndt.Protocol
Populate Message byte array with specific number of bytes of data from socket input stream
readNextIdentity() - Method in class net.i2p.data.i2np.BuildRequestRecord
Reads the next hop's identity hash.
readNextTunnelId() - Method in class net.i2p.data.i2np.BuildRequestRecord
Reads the next hop's tunnel ID.
readOfflineBytes(InputStream) - Method in class net.i2p.data.EncryptedLeaseSet
Overridden because we have a blinded key, not a dest
readOfflineBytes(InputStream) - Method in class net.i2p.data.LeaseSet2
Read the offline signing section from a stream.
readOnly() - Method in class org.rrd4j.core.RrdDb.Builder
Set the rrd as readonly
readOptions() - Method in class net.i2p.data.i2np.BuildRequestRecord
Reads the tunnel build options.
readPacket(byte[], int, int) - Method in class net.i2p.client.streaming.impl.Packet
Read the packet from the buffer (starting at the offset) and return the number of bytes read.
readProfile(File, long) - Method in class net.i2p.router.peermanager.ProfilePersistenceHelper
 
readProfiles() - Method in class net.i2p.router.peermanager.ProfilePersistenceHelper
readProfiles.
readProperties(InputStream) - Static method in class net.i2p.data.DataHelper
Read a mapping from the stream, as defined by the I2P data structure spec, and store it into a Properties object.
readProperties(InputStream, Properties) - Static method in class net.i2p.data.DataHelper
Ditto, load into an existing properties As of 0.9.18, throws DataFormatException on duplicate key Does NOT enforce key ordering.
readProperties(InputStream, Properties, boolean) - Static method in class net.i2p.data.DataHelper
Ditto, load into an existing properties As of 0.9.18, throws DataFormatException on duplicate key
readProperties(ByteArrayInputStream) - Static method in class net.i2p.router.naming.BlockfileNamingService
Same as DataHelper.readProperties, UTF-8, unsorted, except that values may up to 4K bytes.
readReceiveTunnelId() - Method in class net.i2p.data.i2np.BuildRequestRecord
Reads the tunnel ID this hop should receive messages on.
readReplyIV() - Method in class net.i2p.data.i2np.BuildRequestRecord
Reads the reply IV.
readReplyKey() - Method in class net.i2p.data.i2np.BuildRequestRecord
Reads the reply encryption key.
readReplyMessageId() - Method in class net.i2p.data.i2np.BuildRequestRecord
Reads the reply message ID.
readRequestTime() - Method in class net.i2p.data.i2np.BuildRequestRecord
Reads the request time.
readShort() - Method in class net.metanotion.io.RAIFile
 
readShort() - Method in interface net.metanotion.io.RandomAccessInterface
 
readShort(long) - Method in class org.rrd4j.core.ByteBufferBackend
 
readShort(long) - Method in class org.rrd4j.core.RrdBackend
Reads a short value from the underlying storage at the given offset.
readString(InputStream) - Static method in class net.i2p.data.DataHelper
Read in a string from the stream as specified by the I2P data structure spec.
readString(int) - Method in class org.rrd4j.core.jrrd.RRDFile
String.
readString(long) - Method in class org.rrd4j.core.RrdBackend
Reads a string from the underlying storage at the given offset.
readString() - Method in class org.rrd4j.core.RrdPrimitive
String value from backend storage.
readTextFile(String, int, boolean) - Static method in class net.i2p.util.FileUtil
Read in the last few lines of a (newline delimited) textfile, or null if the file doesn't exist.
readTimeout - Variable in class net.i2p.i2ptunnel.I2PTunnel
Default read timeout for tunnel connections (-1 = no timeout)
readTimeout - Variable in class net.i2p.i2ptunnel.I2PTunnelClient
Idle timeout in milliseconds for I2P socket reads on new connections.
readTimeout - Variable in class net.i2p.i2ptunnel.I2PTunnelIRCClient
 
readTimeout - Variable in class net.i2p.i2ptunnel.I2PTunnelServer
default timeout - override if desired
readTimeout - Variable in class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPServerBase
default timeout to 3 minutes - override if desired
readTypeBitMap(byte[]) - Static method in class org.minidns.record.NSEC
Read type bitmap
readUnsignedByte() - Method in class net.metanotion.io.RAIFile
 
readUnsignedByte() - Method in interface net.metanotion.io.RandomAccessInterface
 
readUnsignedInt() - Method in class net.metanotion.io.RAIFile
Reads an unsigned 32-bit integer from the file.
readUnsignedInt() - Method in interface net.metanotion.io.RandomAccessInterface
Read a 4-byte big-endian unsigned int.
readUnsignedShort() - Method in class net.metanotion.io.RAIFile
 
readUnsignedShort() - Method in interface net.metanotion.io.RandomAccessInterface
 
readUTF() - Method in class net.metanotion.io.RAIFile
Read a UTF encoded string with 4-byte length prefix.
readUTF() - Method in interface net.metanotion.io.RandomAccessInterface
 
ready() - Method in class net.i2p.util.TranslateReader
 
reannounce(String) - Method in class org.klomp.snark.MetaInfo
Creates a copy of this MetaInfo that shares everything except the announce URL.
REASON_AEAD - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
AEAD failure reason
REASON_AEAD - Static variable in class net.i2p.router.transport.udp.SSU2Util
AEAD verification failure
REASON_BANNED - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
Banned reason
REASON_BANNED - Static variable in class net.i2p.router.transport.udp.SSU2Util
Peer is banned
REASON_FRAME_TIMEOUT - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
Frame timeout reason
REASON_FRAME_TIMEOUT - Static variable in class net.i2p.router.transport.udp.SSU2Util
Frame acknowledgment timeout
REASON_FRAMING - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
Framing error reason
REASON_FRAMING - Static variable in class net.i2p.router.transport.udp.SSU2Util
Framing protocol error
REASON_LIMITS - Static variable in class net.i2p.router.transport.udp.SSU2Util
Resource limits exceeded
REASON_MSG1 - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
Message 1 error reason
REASON_MSG1 - Static variable in class net.i2p.router.transport.udp.SSU2Util
Error in session request message
REASON_MSG2 - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
Message 2 error reason
REASON_MSG2 - Static variable in class net.i2p.router.transport.udp.SSU2Util
Error in session created message
REASON_MSG3 - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
Message 3 error reason
REASON_MSG3 - Static variable in class net.i2p.router.transport.udp.SSU2Util
Error in session confirmed message
REASON_NETID - Static variable in class net.i2p.router.transport.udp.SSU2Util
Network ID mismatch
REASON_OPTIONS - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
Options mismatch reason
REASON_OPTIONS - Static variable in class net.i2p.router.transport.udp.SSU2Util
Options parameter mismatch
REASON_PADDING - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
Padding violation reason
REASON_PADDING - Static variable in class net.i2p.router.transport.udp.SSU2Util
Invalid padding
REASON_PAYLOAD - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
Payload error reason
REASON_PAYLOAD - Static variable in class net.i2p.router.transport.udp.SSU2Util
Payload data error
REASON_REPLACED - Static variable in class net.i2p.router.transport.udp.SSU2Util
Session was replaced by a new connection
REASON_S_MISMATCH - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
S mismatch reason
REASON_S_MISMATCH - Static variable in class net.i2p.router.transport.udp.SSU2Util
Session key mismatch
REASON_SHUTDOWN - Static variable in class net.i2p.router.transport.udp.SSU2Util
Router shutting down
REASON_SIGFAIL - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
Signature failure reason
REASON_SIGFAIL - Static variable in class net.i2p.router.transport.udp.SSU2Util
Signature verification failed
REASON_SIGTYPE - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
Signature type mismatch reason
REASON_SIGTYPE - Static variable in class net.i2p.router.transport.udp.SSU2Util
Signature type error or mismatch
REASON_SKEW - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
Clock skew reason
REASON_SKEW - Static variable in class net.i2p.router.transport.udp.SSU2Util
Clock skew exceeds tolerance
REASON_TERMINATION - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
Termination reason
REASON_TERMINATION - Static variable in class net.i2p.router.transport.udp.SSU2Util
Termination requested by remote
REASON_TIMEOUT - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
Timeout reason
REASON_TIMEOUT - Static variable in class net.i2p.router.transport.udp.SSU2Util
Connection timeout
REASON_TOKEN - Static variable in class net.i2p.router.transport.udp.SSU2Util
Token validation error
REASON_UNSPEC - Static variable in class net.i2p.router.transport.ntcp.NTCPConnection
Unspecified reason
REASON_UNSPEC - Static variable in class net.i2p.router.transport.udp.SSU2Util
Unspecified reason
REASON_VERSION - Static variable in class net.i2p.router.transport.udp.SSU2Util
Protocol version mismatch
reasonString - Variable in class org.freenetproject.ForwardPortStatus
A descriptive message explaining the status or reason for failure
rebuildNewIdentity() - Method in class net.i2p.router.Router
Rebuild a new identity the hard way - delete all of our old identity files, then reboot the router.
rebuildRouterInfo() - Method in class net.i2p.router.Router
Rebuild and republish our routerInfo since something significant has changed.
rebuildRouterInfo(boolean) - Method in class net.i2p.router.Router
Rebuild and republish our routerInfo since something significant has changed.
rebuildRouterInfo() - Method in class net.i2p.router.startup.RebuildRouterInfoJob
Rebuild with default settings
rebuildRouterInfo(boolean) - Method in class net.i2p.router.startup.RebuildRouterInfoJob
Rebuild the router info and keys.
RebuildRouterInfoJob - Class in net.i2p.router.startup
This used be called from StartAcceptingClientsJob but is now disabled.
RebuildRouterInfoJob(RouterContext) - Constructor for class net.i2p.router.startup.RebuildRouterInfoJob
RebuildRouterInfoJob.
rebuildTunnels() - Method in interface net.i2p.client.I2PSession
Force immediate tunnel rebuild.
rebuildTunnels() - Method in class net.i2p.client.impl.I2PSessionImpl2
rebuildTunnels.
recalculate() - Method in class net.i2p.stat.Frequency
Recalculate the averages
recalculateLowLatency() - Method in class net.i2p.router.peermanager.PeerProfile
Recalculate the low-latency flag from the accumulated peer test time average.
receive(int) - Method in class net.i2p.client.impl.MessageState
receive.
receive(byte[], Hash) - Method in class net.i2p.router.dummy.VMCommSystem
We send messages between comms as bytes so that we strip any router-local info.
receive(GarlicMessage) - Method in class net.i2p.router.message.GarlicMessageReceiver
Processes a received GarlicMessage by attempting to decrypt it with the appropriate keys.
receive(ByteBuffer) - Method in class net.i2p.router.transport.ntcp.EstablishBase
Parse the contents of the buffer as part of the handshake.
receive(ByteBuffer) - Method in interface net.i2p.router.transport.ntcp.EstablishState
Parse the contents of the buffer as part of the handshake.
receive(ByteBuffer) - Method in class net.i2p.router.transport.ntcp.InboundEstablishState
Entry point for receiving data on an inbound NTCP connection.
receive(ByteBuffer) - Method in class net.i2p.router.transport.ntcp.OutboundNTCP2State
Parse the contents of the buffer as part of the handshake.
receive() - Method in class net.i2p.router.transport.udp.UDPEndpoint
Blocking call to receive the next inbound UDP packet from any peer.
receive(int, byte[], int, int, boolean) - Method in class net.i2p.router.tunnel.FragmentedMessage
Receive a followup fragment, though one of these may arrive at the endpoint prior to the fragment # 0.
receive(byte[], int, int, boolean, Hash, TunnelId) - Method in class net.i2p.router.tunnel.FragmentedMessage
Receive the first fragment (#0) and related metadata.
receive() - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
Receive a multicast packet.
receive() - Method in class org.cybergarage.upnp.ssdp.HTTPUSocket
receive.
receiveComplete(I2NPMessage, Hash, TunnelId) - Method in interface net.i2p.router.tunnel.FragmentHandler.DefragmentedReceiver
Receive a fully formed I2NPMessage out of the tunnel
receiveConnection(Packet) - Method in class net.i2p.client.streaming.impl.ConnectionManager
Create a new connection based on the SYN packet we received.
received(int) - Method in interface net.i2p.router.transport.udp.ACKBitfield
Check if the given fragment has been received.
received() - Method in class net.i2p.router.transport.udp.UDPPacket
Marks the packet as received, recording the current time.
receivedAck() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
Has at least one ACK been received?
receivedACK(PublicKey, int, int) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
Process a received ACK
receiveData(OutboundEstablishState) - Method in class net.i2p.router.transport.udp.EstablishmentManager
A data packet arrived on an outbound connection being established, which means its complete (yay!).
receiveDatagramBytes(Destination, byte[], int, int, int) - Method in class net.i2p.sam.MasterSession
 
receiveDatagramBytes(Destination, byte[], int, int, int) - Method in interface net.i2p.sam.SAMDatagramReceiver
Send a byte array to a SAM client.
receiveDatagramBytes(Destination, byte[], int, int, int) - Method in class net.i2p.sam.SAMv1Handler
Receive datagram bytes from the network and forward them to the SAM client.
receiveDatagramBytes(Destination, byte[], int, int, int) - Method in class net.i2p.sam.SAMv3DatagramSession
Receive a datagram from I2P and forward to the SAM client.
receivedComplete() - Method in interface net.i2p.router.transport.udp.ACKBitfield
Check if the entire message has been received completely.
receivedParticipatingMessage(int, float) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
Check if we should accept an inbound participating message.
receiveEncrypted(byte[]) - Method in class net.i2p.router.tunnel.InboundGatewayReceiver
 
receiveEncrypted(byte[], boolean) - Method in class net.i2p.router.tunnel.InboundGatewayReceiver
receiveEncrypted.
receiveEncrypted(byte[]) - Method in class net.i2p.router.tunnel.OutboundReceiver
receiveEncrypted.
receiveEncrypted(byte[]) - Method in interface net.i2p.router.tunnel.TunnelGateway.Receiver
Forward encrypted data to the next hop.
receiveFragment(byte[], int, int, int, boolean) - Method in class net.i2p.router.transport.udp.InboundMessageState
Receives and stores a fragment.
receiveHolePunch(RemoteHostId, UDPPacket) - Method in class net.i2p.router.transport.udp.EstablishmentManager
Called from PacketHandler.
receiveHolePunch(RemoteHostId, byte[]) - Method in class net.i2p.router.transport.udp.IntroductionManager
We are Alice and we got this from Charlie.
receiveHolePunch() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
Accelerate response to RelayResponse if we haven't sent it yet.
receiveHolePunch() - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
Overridden because we don't have to wait for Relay Response first.
receiveIV(byte[], int, byte[], int) - Method in class net.i2p.router.tunnel.BloomFilterIVValidator
 
receiveIV(byte[], int, byte[], int) - Method in class net.i2p.router.tunnel.DummyValidator
receiveIV.
receiveIV(byte[], int, byte[], int) - Method in interface net.i2p.router.tunnel.IVValidator
receive the IV for the tunnel message, returning true if it is valid, or false if it has already been used (or is otherwise invalid).
receiveMessage(int) - Method in interface net.i2p.client.I2PSession
Receive a message that the router has notified the client about, returning the payload.
receiveMessage(int) - Method in class net.i2p.client.impl.I2PSessionImpl
Pull the unencrypted data from the message that we've already prefetched and notified the user that its available.
receiveMessage(int) - Method in class net.i2p.client.impl.I2PSessionImpl2
pull the unencrypted AND DECOMPRESSED data
receiveMessage(Destination, Destination, Payload) - Method in class net.i2p.router.client.ClientConnectionRunner
Synchronously deliver the message to the current runner Failure indication is available as of 0.9.29.
receiveMessage(Hash, Destination, Payload) - Method in class net.i2p.router.client.ClientConnectionRunner
Synchronously deliver the message to the current runner Failure indication is available as of 0.9.29.
receiveMessage() - Method in class net.i2p.router.client.MessageReceivedJob
Same as runJob() but with a return value
receiveMessage(String, long, long, Hash, boolean) - Method in class net.i2p.router.MessageHistory
We just received a message from the peer
receiveMessage(String, long, long, boolean) - Method in class net.i2p.router.MessageHistory
receiveMessage.
receiveMessage(InboundMessageState) - Method in class net.i2p.router.transport.udp.MessageReceiver
This queues the message for processing.
ReceiveMessageBeginMessage - Class in net.i2p.data.i2cp
Defines the message a client sends to a router when asking the router to start sending a message to it.
ReceiveMessageBeginMessage() - Constructor for class net.i2p.data.i2cp.ReceiveMessageBeginMessage
Default constructor
ReceiveMessageEndMessage - Class in net.i2p.data.i2cp
Defines the message a client sends to a router when asking the router to start sending a message to it.
ReceiveMessageEndMessage() - Constructor for class net.i2p.data.i2cp.ReceiveMessageEndMessage
Construct a new instance.
receiveNewSyn(Packet) - Method in class net.i2p.client.streaming.impl.ConnectionHandler
Non-SYN packets with a zero SendStreamID may also be queued here so that they don't get thrown away while the SYN packet before it is queued.
receiveNext() - Method in class net.i2p.router.transport.udp.PacketHandler
Blocking call to retrieve the next inbound packet, or null if we have shut down.
receivePacket(Packet, Connection) - Method in class net.i2p.client.streaming.impl.ConnectionPacketHandler
Takes ownership of the packet and calls packet.releasePayload() unless it is passed to the MessageInputStream.
receivePacket(Packet) - Method in class net.i2p.client.streaming.impl.PacketHandler
Receives a packet and dispatches it to the appropriate handler.
receivePacket(UDPPacket) - Method in class net.i2p.router.transport.udp.PeerState2
 
receivePacket(RemoteHostId, UDPPacket) - Method in class net.i2p.router.transport.udp.PeerState2
From different than expected source IP/port
receivePacket(UDPPacket) - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
 
receivePacket(RemoteHostId, UDPPacket) - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
 
receivePacketDirect(Packet, boolean) - Method in class net.i2p.client.streaming.impl.PacketHandler
Processes the packet immediately, optionally queuing if no connection is found.
receivePayloadMessage(long) - Method in class net.i2p.router.MessageHistory
Receive a payload message to distribute to a client
receivePing(Connection, Packet) - Method in class net.i2p.client.streaming.impl.ConnectionManager
Process a ping by checking for throttling, etc., then sending a pong.
receivePong(long, ByteArray) - Method in class net.i2p.client.streaming.impl.ConnectionManager
Process a received pong response.
receiveRawBytes(byte[], int, int, int) - Method in class net.i2p.sam.MasterSession
 
receiveRawBytes(byte[], int, int, int) - Method in interface net.i2p.sam.SAMRawReceiver
Send a byte array to a SAM client, without informations regarding the sender.
receiveRawBytes(byte[], int, int, int) - Method in class net.i2p.sam.SAMv1Handler
Receive raw bytes from the network and forward them to the SAM client.
receiveRawBytes(byte[], int, int, int) - Method in class net.i2p.sam.SAMv3RawSession
Receive raw data from I2P and forward to the SAM client.
receiveRelayIntro(PeerState2, Hash, byte[]) - Method in class net.i2p.router.transport.udp.IntroductionManager
Processes a relay introduction message received from another peer.
receiveRelayRequest(PeerState2, byte[]) - Method in class net.i2p.router.transport.udp.IntroductionManager
We are Bob and we got this from Alice.
receiveRelayResponse(PeerState2, long, int, byte[]) - Method in class net.i2p.router.transport.udp.EstablishmentManager
We are Alice, we sent a RelayRequest to Bob and got a RelayResponse back.
receiveRelayResponse(PeerState2, int, byte[]) - Method in class net.i2p.router.transport.udp.IntroductionManager
We are Bob and we got this from Charlie, OR we are Alice and we got this from Bob.
receiveRetry(OutboundEstablishState2, UDPPacket) - Method in class net.i2p.router.transport.udp.EstablishmentManager
Got a Retry (in response to our outbound SessionRequest or TokenRequest) SSU 2 only.
receiveRetry(UDPPacket) - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
Receive a retry packet
receiverOnly() - Method in class com.southernstorm.noise.protocol.CipherStatePair
Destroys the sending CipherState and retains only the receiving CipherState.
receiveSessionConfirmed(InboundEstablishState2, UDPPacket) - Method in class net.i2p.router.transport.udp.EstablishmentManager
got a SessionConfirmed (should only happen as part of an inbound establishment) SSU 2 only.
receiveSessionConfirmed(UDPPacket) - Method in class net.i2p.router.transport.udp.InboundEstablishState2
Receive the last messages in the handshake, and create the PeerState.
receiveSessionCreated(OutboundEstablishState2, UDPPacket) - Method in class net.i2p.router.transport.udp.EstablishmentManager
Got a SessionCreated (in response to our outbound SessionRequest) SSU 2 only.
receiveSessionCreated(UDPPacket) - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
Receive a SessionCreated packet
receiveSessionDestroy(RemoteHostId, PeerState) - Method in class net.i2p.router.transport.udp.EstablishmentManager
Got a SessionDestroy on an established conn SSU 2
receiveSessionDestroy(RemoteHostId, OutboundEstablishState) - Method in class net.i2p.router.transport.udp.EstablishmentManager
Got a SessionDestroy during outbound establish SSU 2
receiveSessionDestroy(RemoteHostId) - Method in class net.i2p.router.transport.udp.EstablishmentManager
Got a SessionDestroy - maybe during an inbound establish? TODO - PacketHandler won't look up inbound establishes As this packet was essentially unauthenticated (i.e.
receiveSessionOrTokenRequest(RemoteHostId, InboundEstablishState2, UDPPacket) - Method in class net.i2p.router.transport.udp.EstablishmentManager
Got a SessionRequest OR a TokenRequest (initiates an inbound establishment) SSU 2 only.
receiveSessionOrTokenRequestAfterRetry(UDPPacket) - Method in class net.i2p.router.transport.udp.InboundEstablishState2
All exceptions thrown from here will be fatal.
receiveSocket() - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
The accept() call.
receiveStatus(int, long, int) - Method in class net.i2p.client.impl.I2PSessionImpl
Receive a message status update
receiveStatus(int, long, int) - Method in class net.i2p.client.impl.I2PSessionImpl2
Only call this with nonzero status, i.e.
receiveStreamBytes(int, ByteBuffer) - Method in interface net.i2p.sam.SAMStreamReceiver
Transmit a byte array from I2P to a SAM client.
receiveStreamBytes(int, ByteBuffer) - Method in class net.i2p.sam.SAMv1Handler
Receive stream bytes from the network and forward them to the SAM client.
receiveTest(RemoteHostId, UDPPacket) - Method in class net.i2p.router.transport.udp.PeerTestManager
Entry point for all out-of-session packets, messages 5-7 only.
receiveTest(RemoteHostId, PeerState2, int, int, Hash, byte[]) - Method in class net.i2p.router.transport.udp.PeerTestManager
Entry point for all in-session incoming packets.
receiveTimestamp - Variable in class net.i2p.router.time.NtpMessage
This is the time at which the request arrived at the server, in seconds since 00:00 1-Jan-1900.
receiveTimestamp - Variable in class org.minidns.dnsmessage.DnsMessage
The receive timestamp.
receiveTunnelFragment(long, int, Object) - Method in class net.i2p.router.MessageHistory
receiveTunnelFragment.
receiveTunnelFragmentComplete(long) - Method in class net.i2p.router.MessageHistory
receiveTunnelFragmentComplete.
receiveTunnelMessage(byte[], int, int) - Method in class net.i2p.router.tunnel.FragmentHandler
Receive the raw preprocessed message at the endpoint, parsing out each of the fragments, using those to fill various FragmentedMessages, and sending the resulting I2NPMessages where necessary.
RECENTLY_QUERIED_COOLDOWN - Static variable in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
R e c e n t l y q u e r i e d c o o l d o w n
RecentStats(long, long, long, long, long, long, long) - Constructor for class net.i2p.router.JobStats.RecentStats
Recent stats
recheck() - Method in class org.klomp.snark.Storage
Blocking.
recheckTorrent(Snark) - Method in class org.klomp.snark.SnarkManager
Threaded.
reclaimIfIdle(double, int, int, double) - Static method in class net.i2p.router.Tuner.BaseParam
Reclaim parked threads from a thread pool that is massively under-utilized.
ReconfigureSessionMessage - Class in net.i2p.data.i2cp
Message to reconfigure an I2CP session.
ReconfigureSessionMessage() - Constructor for class net.i2p.data.i2cp.ReconfigureSessionMessage
ReconfigureSessionMessage.
reconnect() - Method in class net.i2p.client.impl.I2PSessionImpl
Attempt to reconnect to the router
reconnect() - Method in class net.i2p.client.impl.I2PSessionImpl2
Called whenever we want to reconnect (used only in the superclass).
reconnect() - Method in class net.i2p.client.impl.SubSession
 
record(long, long) - Method in class net.i2p.router.BandwidthHistory
Add a sample to the ring buffer.
Record<D extends Data> - Class in org.minidns.record
A generic DNS record.
Record(DnsName, Record.TYPE, Record.CLASS, long, D, boolean) - Constructor for class org.minidns.record.Record
Create a new record.
Record(String, Record.TYPE, Record.CLASS, long, D, boolean) - Constructor for class org.minidns.record.Record
Create a new record.
Record(String, Record.TYPE, int, long, D) - Constructor for class org.minidns.record.Record
Create a new record with a raw class value.
Record(DnsName, Record.TYPE, int, long, D) - Constructor for class org.minidns.record.Record
Create a new record with a raw class value.
Record.CLASS - Enum in org.minidns.record
The symbolic class of a DNS record (usually Record.CLASS.IN for Internet).
Record.TYPE - Enum in org.minidns.record
The resource record type.
RECORD_COUNT - Variable in class net.i2p.data.i2np.TunnelBuildMessageBase
RECORD_COUNT.
RECORD_SIZE - Static variable in class net.i2p.data.i2np.TunnelBuildMessageBase
Description.
recordAccess(long) - Method in class net.i2p.i2ptunnel.access.AccessCounter
records that a connection attempt was made
recordAccess(long) - Method in class net.i2p.i2ptunnel.access.DestTracker
 
recordActivity() - Method in class net.i2p.router.tunnel.pool.PooledTunnelCreatorConfig
Record activity on this tunnel (message processed).
recordEmpty() - Method in class net.i2p.router.transport.crypto.X25519KeyFactory
Record an empty-queue event for demand tracking.
Recorder - Class in net.i2p.i2ptunnel.access
Recorder definition for threshold breach logging.
Recorder(File, Threshold) - Constructor for class net.i2p.i2ptunnel.access.Recorder
 
recordExclusion(Hash, String) - Method in class net.i2p.router.tunnel.pool.ExcluderBase
Record why a peer was excluded, for diagnostic logging.
recordFailedLogin(String) - Method in class net.i2p.servlet.filters.SessionManager
Record a failed login attempt from an IP address.
recordFirstHopFail(RouterContext, Hash) - Static method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Record that a peer failed as first hop (first hop unreachable).
recordHistory(double) - Method in class net.i2p.router.Tuner.BaseParam
Record history.
recordPeerFailure(RouterContext, Hash) - Static method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Record that a peer failed during peer selection (first-hop or adjacent).
recordSuccess(Hash) - Method in class net.i2p.router.tunnel.pool.GhostPeerManager
Record successful tunnel participation by a peer.
recordTimeout(Hash) - Method in class net.i2p.router.tunnel.pool.GhostPeerManager
Record that a peer timed out during tunnel build.
rect - Variable in class org.jfree.svg.SVGGraphics2D
An instance that is lazily instantiated in fillRect and then subsequently reused to avoid creating a lot of garbage.
rectify(BigInteger, int) - Static method in class net.i2p.crypto.SigUtil
Convert a BigInteger to a fixed-length byte array, trimming or zero-padding as needed.
rectify(boolean, int) - Static method in class net.i2p.router.transport.udp.MTU
Rectify the MTU value to valid range and alignment.
recursionAvailable - Variable in class org.minidns.dnsmessage.DnsMessage
True if recursion is possible.
recursionDesired - Variable in class org.minidns.dnsmessage.DnsMessage
True if the server should recurse.
recv(ByteBuffer) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
The contents of the buffer have been read and can be processed asap.
recv - Variable in class net.i2p.sam.SAMDatagramSession
recv.
recv - Variable in class net.i2p.sam.SAMRawSession
recv.
recv - Variable in class net.i2p.sam.SAMStreamSession
recv.
RECV_MESSAGE_BUFSIZE - Static variable in class org.cybergarage.upnp.ssdp.SSDP
Buffer size for receiving SSDP messages in bytes
recv_msg(Message) - Method in class edu.internet2.ndt.Protocol
Receive message at end-point of socket
RecvCountComparator() - Constructor for class net.i2p.router.web.helpers.UDPSorters.RecvCountComparator
 
recvEncryptedI2NP(ByteBuffer) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Connection must be established! The contents of the buffer include some fraction of one or more encrypted and encoded I2NP messages.
RedDSAEngine - Class in net.i2p.crypto.eddsa
Signing and verification for REdDSA using SHA-512 and the Ed25519 curve.
RedDSAEngine() - Constructor for class net.i2p.crypto.eddsa.RedDSAEngine
No specific EdDSA-internal hash requested, allows any EdDSA key.
RedDSAEngine(MessageDigest) - Constructor for class net.i2p.crypto.eddsa.RedDSAEngine
Specific EdDSA-internal hash requested, only matching keys will be allowed.
RedKeyPairGenerator - Class in net.i2p.crypto.eddsa
Default keysize is 256 (Ed25519)
RedKeyPairGenerator() - Constructor for class net.i2p.crypto.eddsa.RedKeyPairGenerator
 
reduce(byte[]) - Static method in class net.i2p.crypto.eddsa.EdDSABlinding
Reduce a 64-byte value modulo l.
reduce(byte[]) - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerScalarOps
 
reduce(byte[]) - Method in class net.i2p.crypto.eddsa.math.ed25519.Ed25519ScalarOps
Reduction modulo the group order $q$.
reduce(byte[]) - Method in interface net.i2p.crypto.eddsa.math.ScalarOps
Reduce the given scalar mod $l$.
reduce() - Method in class org.bouncycastle.pqc.crypto.mlkem.Poly
reduce.
Reduce - Class in org.bouncycastle.pqc.crypto.mlkem
Polynomial reduction operations for ML-KEM cryptography.
Reduce() - Constructor for class org.bouncycastle.pqc.crypto.mlkem.Reduce
 
reduceCacheSize() - Static method in class net.i2p.router.transport.udp.UDPPacket
Reduce cache size.
reducePoly() - Method in class org.bouncycastle.pqc.crypto.mlkem.PolyVec
reducePoly.
ReedSolomonEncoder - Class in com.google.zxing.common.reedsolomon
Implements Reed-Solomon encoding, as the name implies.
ReedSolomonEncoder(GenericGF) - Constructor for class com.google.zxing.common.reedsolomon.ReedSolomonEncoder
ReedSolomonEncoder.
referenceIdentifier - Variable in class net.i2p.router.time.NtpMessage
This is a 4-byte array identifying the particular reference source.
referenceIdentifierToString() - Method in class net.i2p.router.time.NtpMessage
Convert the reference identifier to a human-readable string.
referenceTimestamp - Variable in class net.i2p.router.time.NtpMessage
This is the time at which the local clock was last set or corrected, in seconds since 00:00 1-Jan-1900.
refillBandwidthQueues(List<FIFOBandwidthLimiter.Request>, long, long, long, long) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
More bytes are available - add them to the queue and satisfy any requests we can
reformatIndex(String, Serializer<K>, Serializer<V>, Serializer<K>, Serializer<V>) - Method in class net.metanotion.io.block.BlockFile
Reformat a skiplist with new Serializers if it exists.
refresh - Variable in class org.minidns.record.SOA
A 32 bit time interval before the zone should be refreshed.
refreshConf() - Static method in class org.rrd4j.graph.RrdGraphConstants.FontConstructor
Used for tests
refreshDefault(RouterContext) - Method in class net.i2p.router.Tuner.BaseParam
Re-read the default value from autotune.config — live update after form save.
refreshLeaseSet() - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
refreshLeaseSet() - Method in class net.i2p.router.tunnel.pool.TunnelPool
noop for outbound and exploratory
refreshLeaseSet(boolean) - Method in class net.i2p.router.tunnel.pool.TunnelPool
Refresh the LeaseSet, throttled to prevent flooding but not on initial creation.
refreshPoolSize() - Method in class net.i2p.router.crypto.pqc.MLKEMKeyFactory
Called by the Tuner every 30 seconds.
refreshPoolSize() - Method in class net.i2p.router.crypto.ratchet.Elg2KeyFactory
Called by the Tuner every 30 seconds.
refreshPoolSize() - Method in class net.i2p.router.transport.crypto.X25519KeyFactory
Called by the Tuner every 30 seconds.
refreshRanges(RouterContext) - Method in class net.i2p.router.Tuner.BaseParam
Re-read min/max/step from autotune.config — live update, no restart.
RefreshRoutersJob - Class in net.i2p.router.networkdb.kademlia
RefreshRoutersJob performs router info refresh operations periodically.
RefreshRoutersJob(RouterContext, FloodfillNetworkDatabaseFacade) - Constructor for class net.i2p.router.networkdb.kademlia.RefreshRoutersJob
RefreshRoutersJob.
regeneratePeers(TunnelPoolSettings, List<Hash>) - Method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Regenerate tunnel peers to avoid duplicate sequence.
RegexOutputStream - Class in i2p.susi.util
OutputStream that performs case-insensitive regex replacement during streaming.
RegexOutputStream(OutputStream, String, String, String) - Constructor for class i2p.susi.util.RegexOutputStream
 
region - Variable in class com.maxmind.geoip.Location
region.
Region - Class in com.maxmind.geoip
Represents a I2P region.
Region() - Constructor for class com.maxmind.geoip.Region
 
region - Variable in class com.maxmind.geoip.Region
Region or state code.
REGION_EDITION_REV0 - Static variable in class com.maxmind.geoip.DatabaseInfo
Region edition revision 0
REGION_EDITION_REV1 - Static variable in class com.maxmind.geoip.DatabaseInfo
Region edition revision 1
register(RequestHandler) - Method in class com.thetransactioncompany.jsonrpc2.server.Dispatcher
Registers a new JSON-RPC 2.0 request handler.
register(NotificationHandler) - Method in class com.thetransactioncompany.jsonrpc2.server.Dispatcher
Registers a new JSON-RPC 2.0 notification handler.
register(ClientApp) - Method in interface net.i2p.app.ClientAppManager
Register with the manager under the given name, so that other clients may find it.
register(ClientApp) - Method in class net.i2p.app.ClientAppManagerImpl
Register with the manager under the given name, so that other clients may find it.
register(ClientApp) - Method in class net.i2p.router.startup.RouterAppManager
Register with the manager under the given name, so that other clients may find it.
register(ServerSocketChannel) - Method in class net.i2p.router.transport.ntcp.EventPumper
Register the acceptor.
register(Updater, UpdateType, UpdateMethod, int) - Method in class net.i2p.router.update.ConsoleUpdateManager
Call once for each type/method pair.
register(Checker, UpdateType, UpdateMethod, int) - Method in class net.i2p.router.update.ConsoleUpdateManager
register.
register(UpdatePostProcessor, UpdateType, int) - Method in class net.i2p.router.update.ConsoleUpdateManager
Register a post-processor for this UpdateType and SU3File file type.
register(Handler) - Method in class net.i2p.sam.SAMBridge
Handlers must call on startup
register(SAMv3Handler) - Method in class net.i2p.sam.SAMHandlerPool
Register a v3 handler with the pool.
register(Updater, UpdateType, UpdateMethod, int) - Method in interface net.i2p.update.UpdateManager
Call once for each type/method pair.
register(Checker, UpdateType, UpdateMethod, int) - Method in interface net.i2p.update.UpdateManager
Register a checker for updates.
register(UpdatePostProcessor, UpdateType, int) - Method in interface net.i2p.update.UpdateManager
Register a post-processor for this UpdateType and SU3File file type.
register(String, int) - Method in class net.i2p.util.PortMapper
Add the service
register(String, String, int) - Method in class net.i2p.util.PortMapper
Add the service.
registerAndStart(Transport) - Method in class net.i2p.router.transport.TransportManager
Register and start a pluggable transport.
registerApp(String, String, String, String, String) - Method in interface net.i2p.app.NavService
To register a new client application so that it shows up on the router console's nav bar, it should be registered with this singleton.
registerApp(String, String, String, String, String) - Method in class net.i2p.router.web.NavHelper
To register a new client application so that it shows up on the router console's nav bar, it should be registered with this singleton.
registerCallback(PublicKey, int, int, ReplyCallback) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
Register a callback for an ACK
registerConnect(NTCPConnection) - Method in class net.i2p.router.transport.ntcp.EventPumper
Outbound connection registration with optional retry backoff.
registerConnection(ClientConnectionRunner) - Method in class net.i2p.router.client.ClientManager
Register a new client connection.
registerDelayedLock() - Method in class org.rrd4j.core.RrdSafeFileBackend.Counters
Registers a delayed lock operation.
registerEncryptedDestination(ClientConnectionRunner, Hash) - Method in class net.i2p.router.client.ClientManager
Call after destinationEstablished(), when an encrypted leaseset is created, so we know it's local.
registerEncryptedLS(Hash) - Method in class net.i2p.router.client.ClientConnectionRunner
Call after destinationEstablished(), when an encrypted leaseset is created, so we know it's local.
registerError() - Method in class org.rrd4j.core.RrdSafeFileBackend.Counters
Registers an error operation.
registerHandlerJobBuilder(int, HandlerJobBuilder) - Method in class net.i2p.router.InNetMessagePool
Registers or replaces a HandlerJobBuilder for a given message type.
registerKeys(Destination, SigningPrivateKey, PrivateKey) - Method in class net.i2p.router.KeyManager
Client with a single key
registerKeys(Destination, SigningPrivateKey, List<PrivateKey>) - Method in class net.i2p.router.KeyManager
Client with multiple keys
registerListener(NamingServiceListener) - Method in class net.i2p.client.naming.MetaNamingService
 
registerListener(NamingServiceListener) - Method in class net.i2p.client.naming.NamingService
Register a listener for naming service changes.
registerMetaDest(Destination) - Method in class net.i2p.router.client.ClientManager
Declare that we're going to publish a meta LS for this destination.
registerMetaDest(Destination) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
Declare that we're going to publish a meta LS for this destination.
registerMetaDest(Destination) - Method in class net.i2p.router.ClientManagerFacade
Declare that we're going to publish a meta LS for this destination.
registerOutboundId(Connection) - Method in class net.i2p.client.streaming.impl.ConnectionManager
Register outbound id.
registerPending(MessageSelector, ReplyJob, Job) - Method in class net.i2p.router.transport.OutboundMessageRegistry
Registers a new, empty OutNetMessage, with the reply and timeout jobs specified.
registerPending(OutNetMessage) - Method in class net.i2p.router.transport.OutboundMessageRegistry
Register the message.
registerPublishingJob(RepublishLeaseSetJob) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Register a new job for tracking.
registerQuickLock() - Method in class org.rrd4j.core.RrdSafeFileBackend.Counters
Registers a quick lock operation.
registerSearchTimeout(Hash, IterativeSearchJob, long) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Register a search timeout to be processed in batches.
registerSelf() - Method in class net.i2p.router.networkdb.kademlia.RepublishLeaseSetJob
Attempt to register this job with the facade.
registerShutdownHook() - Method in class org.rrd4j.core.RrdSyncThreadPool
Registers a shutdown hook that destroys the underlying thread pool when when the JVM is about to quit.
registerSignalHandler(RouterContext) - Static method in class net.i2p.router.web.ConfigServiceHandler
Register a handler for signals, so we can handle HUP from the wrapper (wrapper 3.2.0 or higher)
registerTimer(PublicKey, Destination, SimpleTimer2.TimedEvent) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
Side effect - binds this session to the supplied destination.
registerTransport(Transport) - Method in class net.i2p.router.CommSystemFacade
Register a transport for use by the comm system.
registerTransport(Transport) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Pluggable transports.
registerUnlock() - Method in class org.rrd4j.core.RrdSafeFileBackend.Counters
Registers an unlock operation.
registerUpdater(NamingServiceUpdater) - Method in class net.i2p.client.naming.NamingService
Register an updater for the naming service.
registerWrapperNotifier(RouterContext, int, boolean) - Static method in class net.i2p.router.web.ConfigServiceHandler
Register two shutdown hooks, one to rekey and/or tell the wrapper we are stopping, and a final one to tell the wrapper we are stopped.
reinitialize() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
reinitialize.
reinitialize() - Method in class net.i2p.router.transport.FIFOBandwidthRefiller
Reset refill timing and reload configuration.
reinitialize() - Method in class org.klomp.snark.TrackerClient
Call after editing torrent
REJECT - Static variable in class org.klomp.snark.Message
R e j e c t
rejectMessage(int, int, int) - Method in class org.klomp.snark.PeerState
BEP 6
RejectTrimmer<T extends SimpleDataStructure> - Class in net.i2p.kademlia
Removes nothing and always rejects the add.
RejectTrimmer() - Constructor for class net.i2p.kademlia.RejectTrimmer
 
REKEYED - Static variable in class net.i2p.router.util.EventLog
REKEYED.
RELAY_ACCEPT - Static variable in class net.i2p.router.transport.udp.SSU2Util
Relay accepted
RELAY_REJECT_BOB_BANNED_CHARLIE - Static variable in class net.i2p.router.transport.udp.SSU2Util
Rejected by Bob: Charlie is banned
RELAY_REJECT_BOB_LIMIT - Static variable in class net.i2p.router.transport.udp.SSU2Util
Rejected by Bob: limit reached
RELAY_REJECT_BOB_NO_TAG - Static variable in class net.i2p.router.transport.udp.SSU2Util
Rejected by Bob: no tag found
RELAY_REJECT_BOB_SIGFAIL - Static variable in class net.i2p.router.transport.udp.SSU2Util
Rejected by Bob: signature failure
RELAY_REJECT_BOB_UNKNOWN_ALICE - Static variable in class net.i2p.router.transport.udp.SSU2Util
Rejected by Bob: unknown Alice
RELAY_REJECT_BOB_UNSPEC - Static variable in class net.i2p.router.transport.udp.SSU2Util
Rejected by Bob: unspecified reason
RELAY_REJECT_CHARLIE_ADDRESS - Static variable in class net.i2p.router.transport.udp.SSU2Util
Rejected by Charlie: address mismatch
RELAY_REJECT_CHARLIE_BANNED - Static variable in class net.i2p.router.transport.udp.SSU2Util
Rejected by Charlie: banned
RELAY_REJECT_CHARLIE_CONNECTED - Static variable in class net.i2p.router.transport.udp.SSU2Util
Rejected by Charlie: already connected
RELAY_REJECT_CHARLIE_LIMIT - Static variable in class net.i2p.router.transport.udp.SSU2Util
Rejected by Charlie: limit reached
RELAY_REJECT_CHARLIE_SIGFAIL - Static variable in class net.i2p.router.transport.udp.SSU2Util
Rejected by Charlie: signature failure
RELAY_REJECT_CHARLIE_UNKNOWN_ALICE - Static variable in class net.i2p.router.transport.udp.SSU2Util
Rejected by Charlie: unknown Alice
RELAY_REJECT_CHARLIE_UNSPEC - Static variable in class net.i2p.router.transport.udp.SSU2Util
Rejected by Charlie: unspecified reason
RELAY_REQUEST_PROLOGUE - Static variable in class net.i2p.router.transport.udp.SSU2Util
Prologue for relay request signatures
RELAY_RESPONSE_PROLOGUE - Static variable in class net.i2p.router.transport.udp.SSU2Util
Prologue for relay response signatures
RelayIntroBlock(byte[]) - Constructor for class net.i2p.router.transport.udp.SSU2Payload.RelayIntroBlock
RelayIntroBlock.
RelayRequestBlock(byte[]) - Constructor for class net.i2p.router.transport.udp.SSU2Payload.RelayRequestBlock
Create a relay request block.
RelayResponseBlock(byte[]) - Constructor for class net.i2p.router.transport.udp.SSU2Payload.RelayResponseBlock
RelayResponseBlock.
RelayTagBlock(long) - Constructor for class net.i2p.router.transport.udp.SSU2Payload.RelayTagBlock
Create a relay tag block.
RelayTagRequestBlock() - Constructor for class net.i2p.router.transport.udp.SSU2Payload.RelayTagRequestBlock
Create a relay tag request block (no data payload).
release(Mac) - Method in class net.i2p.crypto.HMAC256Generator
Release a Mac back to the pool.
release(MessageDigest) - Method in class net.i2p.crypto.SHA256Generator
Release a digest back to the pool
release(TunnelController, I2PSession) - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Note the fact that the controller is no longer using the session, and if no other controllers are using it, destroy the session.
Release() - Constructor for class net.i2p.router.news.NewsMetadata.Release
 
release() - Method in class net.i2p.router.transport.udp.UDPPacket
Return the packet to the object pool for reuse.
release() - Static method in class net.i2p.stat.RateAverages
Remove the thread-local temp instance.
release(ByteArray) - Method in class net.i2p.util.ByteCache
Put this structure back onto the available cache for reuse
release(ByteArray, boolean) - Method in class net.i2p.util.ByteCache
release.
release(ReusableGZIPInputStream) - Static method in class net.i2p.util.ReusableGZIPInputStream
Release an instance back into the cache (this will reset the state)
release(ReusableGZIPOutputStream) - Static method in class net.i2p.util.ReusableGZIPOutputStream
Release an instance back into the cache (this will discard any state)
release(byte[]) - Static method in class net.i2p.util.SimpleByteCache
Put this array back onto the available cache for reuse
release(T) - Method in class net.i2p.util.TryCache
Try to return the item to the cache.
release() - Method in class org.klomp.snark.PartialPiece
Releases temporary file and resources associated with this piece.
release() - Method in class org.rrd4j.core.DataImporter
 
release() - Method in class org.rrd4j.core.RrdToolReader
Releases the RRDTool reader and closes the underlying RRD database.
release(BloomSHA1.FilterKey) - Method in class org.xlattice.crypto.filters.BloomSHA1
Releases filter key arrays back to the buffer pool.
releaseBuf(ByteBuffer) - Static method in class net.i2p.router.transport.ntcp.EventPumper
Return a read buffer to the pool.
releaseBufs(boolean) - Method in class net.i2p.router.transport.ntcp.EstablishBase
Only call once.
releaseBufs(boolean) - Method in class net.i2p.router.transport.ntcp.InboundEstablishState
Releases buffers and resources held by this state machine.
releaseCurrentThreadIterator() - Method in class net.i2p.router.util.CachedIteratorCollection
Reset the current thread's cached iterator so it is no longer considered "in use".
releaseHash(MessageDigest) - Static method in class com.southernstorm.noise.protocol.Noise
I2P Release a hash object back to the pool.
releaseJobRunners(int, String) - Method in class net.i2p.router.JobQueue
Release previously requested job runners.
releasePayload() - Method in class net.i2p.client.streaming.impl.Packet
does nothing right now
releasePayload() - Method in class net.i2p.client.streaming.impl.PacketLocal
Return the payload to the shared pool instead of letting it GC.
releaseReadLock() - Method in class net.i2p.router.util.DecayingBloomFilter
Release the read lock
releaseResources() - Method in class net.i2p.router.transport.udp.InboundMessageState
Releases all cached fragments and marks this state as released.
releaseRunners(int, String) - Method in class net.i2p.router.JobQueueScaler
Release previously requested runners.
releases - Variable in class net.i2p.router.news.NewsMetadata
I2P metadata
releaseTmp(byte[]) - Method in class net.i2p.crypto.HMACGenerator
releaseTmp.
releaseWriteLock() - Method in class net.i2p.router.util.DecayingBloomFilter
Release the write lock
reload() - Method in class i2p.susi.dns.BaseBean
Reloads the configuration from file.
reload() - Method in class i2p.susi.dns.ConfigBean
Reload the configuration from file.
reloadConfig() - Method in class net.i2p.router.Banlist
Reload configuration from properties.
reloadConfig() - Method in class net.i2p.router.Blocklist
Reload configuration from properties.
reloadConfiguration() - Static method in class i2p.susi.util.Config
Reload the configuration from the properties resource and the susimail.config file in the config directory.
reloadControllers() - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Stop all tunnels, reload config, and restart those configured to do so.
reloadGracePeriod(RouterContext) - Static method in class net.i2p.router.networkdb.kademlia.IterativeSearchJob
Reload grace period from properties (for dynamic tuning).
remaining() - Method in class net.i2p.router.crypto.ratchet.RatchetTagSet
tags remaining
remaining() - Method in class net.i2p.router.crypto.ratchet.SingleTagSet
 
remaining() - Method in class org.klomp.snark.Storage
For efficiency, calculate remaining bytes for all files at once
remaining - Variable in class org.klomp.snark.web.Sorters.FileAndIndex
 
remaining2() - Method in class org.klomp.snark.Storage
For efficiency, calculate remaining bytes for all files at once.
remainingCapacity() - Method in class net.i2p.router.transport.PrioritySendPool
remainingCapacity.
remoteHost - Variable in class net.i2p.i2ptunnel.I2PTunnelServer
 
remoteHost - Variable in class net.i2p.i2ptunnel.udp.UDPSink
 
RemoteHostId - Class in net.i2p.router.transport.udp
Unique ID for a peer - its IP + port, all bundled into a tidy obj.
RemoteHostId(byte[], int) - Constructor for class net.i2p.router.transport.udp.RemoteHostId
direct
RemoteHostId(Hash) - Constructor for class net.i2p.router.transport.udp.RemoteHostId
indirect
remotePort - Variable in class net.i2p.i2ptunnel.I2PTunnelServer
 
remotePort - Variable in class net.i2p.i2ptunnel.udp.UDPSink
 
RemovableSingletonSet<E> - Class in net.i2p.router.util
Singleton set with removable element support and iterator functionality.
RemovableSingletonSet(E) - Constructor for class net.i2p.router.util.RemovableSingletonSet
RemovableSingletonSet.
remove(String) - Method in interface com.docuverse.identicon.IdenticonCache
Removes cached image data for the given key.
remove(Component) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Panel
Remove a component from the panel (no-op in emulation).
remove() - Method in class net.i2p.addressbook.HostTxtIterator
Not supported.
remove() - Method in class net.i2p.addressbook.SubscriptionIterator
Not supported.
remove(String, Properties) - Method in class net.i2p.client.naming.HostsTxtNamingService
 
remove(String, Properties) - Method in class net.i2p.client.naming.MetaNamingService
Removes from all services
remove(String) - Method in class net.i2p.client.naming.NamingService
Delete the entry.
remove(String, Properties) - Method in class net.i2p.client.naming.NamingService
Delete the entry.
remove(String, Destination) - Method in class net.i2p.client.naming.NamingService
Remove a hostname's entry only if it contains the Destination d.
remove(String, Destination, Properties) - Method in class net.i2p.client.naming.NamingService
Remove a hostname's entry only if it contains the Destination d.
remove(String, Properties) - Method in class net.i2p.client.naming.SingleFileNamingService
Remove a hostname from the naming service.
remove(Integer) - Method in class net.i2p.i2ptunnel.socks.SOCKSUDPTunnel
Removes a UDP port from the tunnel and stops its associated resources.
remove(MultiSource.MSink) - Method in class net.i2p.i2ptunnel.streamr.MultiSource
 
remove(T) - Method in interface net.i2p.kademlia.KBucket
Remove the key from the bucket
remove(T) - Method in class net.i2p.kademlia.KBucketImpl
 
remove(T) - Method in class net.i2p.kademlia.KBucketSet
Remove a peer from its bucket.
remove(byte[]) - Method in class net.i2p.router.Blocklist
Remove from the in-memory single-IP blocklist.
remove(int) - Method in class net.i2p.router.crypto.ratchet.SparseArray
remove(String, Properties) - Method in class net.i2p.router.naming.BlockfileNamingService
 
remove(String, Destination, Properties) - Method in class net.i2p.router.naming.BlockfileNamingService
Remove a hostname's entry only if it contains the Destination d.
remove(Hash) - Method in interface net.i2p.router.networkdb.kademlia.DataStore
Remove the entry for the given key.
remove(Hash, boolean) - Method in interface net.i2p.router.networkdb.kademlia.DataStore
Remove the entry for the given key with optional persistence control.
remove(Hash) - Method in class net.i2p.router.networkdb.kademlia.PersistentDataStore
 
remove(Hash, boolean) - Method in class net.i2p.router.networkdb.kademlia.PersistentDataStore
 
remove(Hash, boolean) - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
for PersistentDataStore only - don't use here
remove(Hash) - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
remove.
remove(Object) - Method in class net.i2p.router.PersistentKeyRing
remove.
remove(PeerState) - Method in class net.i2p.router.transport.udp.IntroductionManager
method comment
remove(Object) - Method in class net.i2p.router.tunnel.pool.ExcluderBase
remove.
remove(TunnelCreatorConfig) - Method in class net.i2p.router.tunnel.TunnelDispatcher
Remove a tunnel we created
remove(HopConfig) - Method in class net.i2p.router.tunnel.TunnelDispatcher
Remove a tunnel we're participating in
remove() - Method in class net.i2p.router.util.CachedIteratorCollection.CachedIterator
If nextCalled is true (i.e.
remove(Object) - Method in class net.i2p.router.util.CachedIteratorCollection
Remove the first element matching by identity (==).
remove() - Method in class net.i2p.router.util.RandomIterator
 
remove(Object) - Method in class net.i2p.router.util.RemovableSingletonSet
remove.
remove(String, String) - Method in class net.i2p.router.util.RouterPasswordManager
Remove password, any kind.
remove(String, Properties) - Method in class net.i2p.sam.MasterSession
Remove a session
remove(Object) - Method in class net.i2p.util.ArraySet
 
remove(Object) - Method in class net.i2p.util.ConcurrentHashSet
 
remove(Object) - Method in class net.i2p.util.UnmodifiableSortedSet
 
remove(K, SkipList<K, V>) - Method in class net.metanotion.io.block.index.IBSkipSpan
Load whole span from file, do the operation, flush out, then null out in-memory data again.
remove() - Method in class net.metanotion.util.skiplist.SkipIterator
Not supported.
remove(int, K, SkipList<K, V>) - Method in class net.metanotion.util.skiplist.SkipLevels
Remove a key-value pair from the skip list.
remove(K) - Method in class net.metanotion.util.skiplist.SkipList
Remove a key-value pair from the skip list.
remove(K, SkipList<K, V>) - Method in class net.metanotion.util.skiplist.SkipSpan
Remove a key-value pair from this span.
remove(Object) - Method in class org.klomp.snark.comments.CommentSet
Hides a comment (does not actually remove it from the underlying set).
remove(int) - Method in class org.klomp.snark.comments.CommentSet
Hides a comment by its unique ID (as returned by Comment.getID()).
remove(NID) - Method in class org.klomp.snark.dht.DHTNodes
Remove a node by its ID.
remove(PeerCoordinator) - Method in class org.klomp.snark.PeerCoordinatorSet
Unregister a coordinator.
removeAddress(RouterAddress) - Method in class net.i2p.router.transport.TransportImpl
Remove only this address.
removeAddress(boolean) - Method in class net.i2p.router.transport.TransportImpl
Remove all existing addresses with the specified IP length (4 or 16).
removeAddress(RouterAddress) - Method in class net.i2p.router.transport.udp.UDPTransport
Remove then tell NTCP that we changed.
removeAddress(boolean) - Method in class net.i2p.router.transport.udp.UDPTransport
Remove then tell NTCP that we changed.
removeAlias(Destination) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
removeAlias(Destination) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Remove a destination for the same tunnels as another.
removeAlias(Destination) - Method in interface net.i2p.router.TunnelManagerFacade
Remove another destination to the same tunnels.
removeAll() - Method in interface com.docuverse.identicon.IdenticonCache
Removes all entries from the cache.
removeAll(Collection<?>) - Method in class net.i2p.router.tunnel.pool.ExcluderBase
removeAll.
removeAllAttributes() - Method in class org.cybergarage.xml.Node
Removes all attributes from this node.
removeAllNodes() - Method in class org.cybergarage.xml.Node
Removes all child nodes from this node.
removeArchive(ConsolFun, int) - Method in class org.rrd4j.core.RrdDef
Remove archive
removeArchive(String, String, ConsolFun, int) - Static method in class org.rrd4j.core.RrdToolkit
Creates a new RRD file with one archive removed.
removeArchive(String, ConsolFun, int, boolean) - Static method in class org.rrd4j.core.RrdToolkit
Removes one archive from a RRD file.
removeArchives() - Method in class org.rrd4j.core.RrdDef
Removes all RRA archive definitions.
removeAt(int) - Method in class net.i2p.router.crypto.ratchet.SparseArray
Removes the mapping at the specified index.
removeAtRange(int, int) - Method in class net.i2p.router.crypto.ratchet.SparseArray
Remove a range of mappings as a batch.
removeAttachment(int) - Method in class i2p.susi.webmail.Draft
Removes an attachment by index and deletes its data file.
removeAttribute(Attribute) - Method in class org.cybergarage.xml.Node
Removes the specified attribute from this node.
removeAttribute(String) - Method in class org.cybergarage.xml.Node
Removes the attribute with the specified name from this node.
removeBeginGroupKey(RenderingHints.Key) - Static method in class org.jfree.svg.SVGHints
Removes a key from the list of keys that are synonyms for SVGHints.KEY_BEGIN_GROUP.
removeBlindData(SigningPublicKey) - Method in class net.i2p.router.NetworkDatabaseFacade
For console ConfigKeyringHelper
removeBlindData(SigningPublicKey) - Method in class net.i2p.router.networkdb.kademlia.BlindCache
For console ConfigKeyringHelper.
removeBlindData(SigningPublicKey) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
For console ConfigKeyringHelper
removeCache(String) - Static method in class net.i2p.client.naming.DummyNamingService
Remove a cached destination.
removeCallBack(I2PProperties.I2PPropertyCallback) - Method in class net.i2p.util.I2PProperties
Unregisters a callback.
removeCapabilities(Hash) - Method in class net.i2p.router.dummy.DummyPeerManagerFacade
 
removeCapabilities(Hash) - Method in class net.i2p.router.peermanager.PeerManager
removeCapabilities.
removeCapabilities(Hash) - Method in class net.i2p.router.peermanager.PeerManagerFacadeImpl
removeCapabilities.
removeCapabilities(Hash) - Method in interface net.i2p.router.PeerManagerFacade
peer).
removeCon(NTCPConnection) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
 
removeConfig(TunnelController) - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Remove the configuration of this tunnel only
removeConnection(Connection) - Method in class net.i2p.client.streaming.impl.ConnectionManager
Remove a connection from the manager.
removeConnectionEventListener(I2PTunnel.ConnectionEventListener) - Method in class net.i2p.i2ptunnel.I2PTunnel
Unregisters a connection event listener.
removeController(TunnelController) - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Stop and remove the given tunnel.
removeDatasource(String) - Method in class org.rrd4j.core.RrdDef
Remove datasource
removeDatasource(String, String, String) - Static method in class org.rrd4j.core.RrdToolkit
Creates a new RRD file with one datasource removed.
removeDatasource(String, String, boolean) - Static method in class org.rrd4j.core.RrdToolkit
Removes single datasource from a RRD file.
removeDatasources() - Method in class org.rrd4j.core.RrdDef
Removes all datasource definitions.
removeDevice(Device) - Method in class org.cybergarage.upnp.ControlPoint
Remove a device from the device list.
removeDevice(String) - Method in class org.cybergarage.upnp.ControlPoint
Remove a device by its name or UDN.
removeDeviceChangeListener(DeviceChangeListener) - Method in class org.cybergarage.upnp.ControlPoint
 
removeDisconnectListener(I2PSocketManager.DisconnectListener) - Method in interface net.i2p.client.streaming.I2PSocketManager
lsnr).
removeDisconnectListener(I2PSocketManager.DisconnectListener) - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
 
removeDisconnectListener(I2PSocketManager.DisconnectListener) - Method in class net.i2p.client.streaming.impl.MessageHandler
Remove a disconnect listener
removeEldestEntry(Map.Entry<K, V>) - Method in class net.i2p.util.LHMCache
Evict eldest when over capacity.
removeElement(O) - Method in class i2p.susi.util.Folder
Remove an element from the folder.
removeElements(Collection<O>) - Method in class i2p.susi.util.Folder
Remove elements from the folder.
removeElementTitleKey(RenderingHints.Key) - Static method in class org.jfree.svg.SVGHints
Removes a key from the list of keys that are synonyms for SVGHints.KEY_ELEMENT_TITLE.
removeEndGroupKey(RenderingHints.Key) - Static method in class org.jfree.svg.SVGHints
Removes a key from the list of keys that are synonyms for SVGHints.KEY_END_GROUP.
removeEventListener(EventListener) - Method in class org.cybergarage.upnp.ControlPoint
 
removeExemption(String) - Method in class net.i2p.router.CommSystemFacade
Remove this IP from the exemptions
removeExemption(String) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Remove this IP from the exemptions
removeExpiredDevices() - Method in class org.cybergarage.upnp.ControlPoint
Remove all expired devices
removeFromBuilding(long) - Method in class net.i2p.router.tunnel.pool.BuildExecutor
This returns the PTCC up to a minute after it 'expired', thus allowing us to still use a tunnel if it was accepted, and to update peer stats.
removeFromCache(Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Remove a remote LeaseSet from local cache (e.g.
removeFromExpiration(PooledTunnelCreatorConfig) - Static method in class net.i2p.router.tunnel.pool.ExpireJob
Remove a tunnel from the expiration queue.
removeFromExpiration(PooledTunnelCreatorConfig) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Remove a tunnel from the expiration queue to prevent memory leak
removeFromExpirationHop(HopConfig) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Remove a participating tunnel from the expiration queue.
removeFromExpirationQueue(HopConfig) - Method in class net.i2p.router.tunnel.TunnelDispatcher
Remove a tunnel from the expiration queue.
removeFromExploreKeys(Collection<Hash>) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Remove keys from the exploration set.
removeIdleRunners(int) - Method in class net.i2p.router.JobQueue
Remove idle job runners from the pool.
removeJob(Job) - Method in class net.i2p.router.JobQueue
Remove a job from the job queue.
removeLeaseSet(Destination) - Method in class net.i2p.client.impl.RequestLeaseSetMessageHandler
Remove the cached lease info for the given destination.
removeLeaseSetFromTracking(Hash) - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
Remove a lease set from tracking
removeLeaseSetFromTracking(Hash) - Method in class net.i2p.router.NetworkDatabaseFacade
Remove a LeaseSet from refresh tracking.
removeLeaseSetFromTracking(Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Remove a LeaseSet from refresh tracking.
removeListener(int, int) - Method in interface net.i2p.client.I2PSession
removes the specified listener (only)
removeListener(int, int) - Method in class net.i2p.client.impl.I2PSessionDemultiplexer
Remove a listener for the given protocol and port.
removeListener(int, int) - Method in class net.i2p.client.impl.I2PSessionImpl2
Not supported.
removeListener(int, int) - Method in class net.i2p.client.impl.I2PSessionMuxedImpl
removes the specified listener (only)
removeListener(Timestamper.UpdateListener) - Method in class net.i2p.router.time.RouterTimestamper
removeListener.
removeMagnetStatus(byte[]) - Method in class org.klomp.snark.SnarkManager
Remove the magnet marker from the config file.
removeNamingService(NamingService) - Method in class net.i2p.client.naming.MetaNamingService
 
removeNamingService(NamingService) - Method in class net.i2p.client.naming.NamingService
Only for chaining-capable NamingServices.
removeNode(Node) - Method in class org.cybergarage.xml.Node
Removes a child node from this node.
removeNode(String) - Method in class org.cybergarage.xml.Node
Removes the first child node with the specified name.
removeNotifyListener(NotifyListener) - Method in class org.cybergarage.upnp.ControlPoint
Remove a notify listener.
removeOld() - Method in class net.i2p.router.sybil.PersistSybil
Remove all files older than configured threshold Inline for now, thread later if necessary
removeOOMEventListener(I2PThread.OOMEventListener) - Static method in class net.i2p.util.I2PThread
unregister a component that wants notification of OOM events
removeOOMEventThreadListener(I2PThread.OOMEventListener) - Method in class net.i2p.util.I2PAppThread
Unregister a component that wants notification of OOM events.
removePayload(MessageId) - Method in class net.i2p.router.client.ClientConnectionRunner
Only call if _dontSendMSMOnReceive is false
removePeer(Peer) - Method in class org.klomp.snark.Piece
Removes a peer from those that have this piece.
removePending(Hash) - Method in class net.i2p.router.networkdb.kademlia.SearchState
we didn't actually want to add this peer as part of the pending list...
removePoolState(TunnelPool) - Method in class net.i2p.router.tunnel.pool.BuildExecutor
Remove failure state for a pool that is being removed.
removePresentationURL() - Method in class org.cybergarage.upnp.Device
removePresentationURL.
removeProperty(String) - Method in class net.i2p.router.RouterContext
Remove a property provided during the context construction.
removePublishingJob(Hash, RepublishLeaseSetJob) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Remove a specific job from the tracking set.
removeQueued(String) - Method in class i2p.susi.webmail.pop3.DelayedDeleter
Removes a UIDL from the deletion queue.
removeRateStat(String) - Method in class net.i2p.stat.StatManager
Remove a rate stat by name.
removeRecentlyClosed(PeerStateDestroyed) - Method in class net.i2p.router.transport.udp.UDPTransport
Stop listening for packets on a destroyed connection
removeRequestListener(HTTPRequestListener) - Method in class org.cybergarage.http.HTTPServer
Removes a request listener.
removeReturnOld(int) - Method in class net.i2p.router.crypto.ratchet.SparseArray
Removes the mapping from the specified key, if there was any, returning the old value.
removeRouterInfo(Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Remove a RouterInfo from the local netdb.
removeRunner(int) - Method in class net.i2p.router.JobQueue
Remove a queue runner from the registry.
removes - Variable in class net.i2p.router.news.BlocklistEntries
List of entries to unblock.
removeSearchListener(SearchListener) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocket
removeSearchListener.
removeSearchResponseListener(SearchResponseListener) - Method in class org.cybergarage.upnp.ControlPoint
 
removeSession(I2PSession) - Method in class net.i2p.i2ptunnel.I2PTunnel
Remove a session from the tunnel
removeSession(SessionId) - Method in class net.i2p.router.client.ClientConnectionRunner
Kill the session.
removeShiftListener(RouterClock.ClockShiftListener) - Method in class net.i2p.router.RouterClock
Remove a clock shift listener.
removeShutdownTask(Runnable) - Method in class net.i2p.I2PAppContext
Remove a shutdown task.
removeShutdownTasks() - Method in class net.i2p.router.RouterContext
Remove all shutdown tasks from the context.
removeSocketHandler(int) - Method in class net.i2p.sam.SAMStreamSession
Remove and gracefully close a SAM STREAM session socket handler.
removeStale(long) - Method in class net.i2p.sam.SessionsDB
Remove sessions that have not been accessed for longer than maxAgeMs.
removeSubscriber(Subscriber) - Method in class org.cybergarage.upnp.Service
removeSubscriber.
removeSubsession(I2PSession) - Method in interface net.i2p.client.I2PSession
Remove a subsession.
removeSubsession(I2PSession) - Method in class net.i2p.client.impl.I2PSessionImpl
 
removeSubsession(I2PSession) - Method in class net.i2p.client.impl.SubSession
Unsupported in a subsession.
removeSubsession(I2PSession) - Method in interface net.i2p.client.streaming.I2PSocketManager
Remove a subsession.
removeSubsession(I2PSession) - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
Remove the subsession
removeTorrent(String) - Method in class org.klomp.snark.SnarkManager
Stop the torrent and delete the torrent file itself, but leaving the data behind.
removeTunnel(TunnelInfo) - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
removeTunnel(TunnelInfo) - Method in class net.i2p.router.tunnel.pool.TunnelPool
Remove a tunnel from the pool.
removeTunnels(Destination) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
removeTunnels(Destination) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Must be called AFTER deregistration by the client manager.
removeTunnels(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
This will be called twice, once by the inbound and once by the outbound pool.
removeTunnels(Destination) - Method in interface net.i2p.router.TunnelManagerFacade
Must be called AFTER deregistration by the client manager.
removeTunnelStatusListener(TunnelStatusListener) - Method in interface net.i2p.client.I2PSession
Remove a tunnel status listener.
removeTunnelStatusListener(TunnelStatusListener) - Method in class net.i2p.client.impl.I2PSessionImpl2
removeTunnelStatusListener.
removeTunnelSynchronous(TunnelInfo) - Method in class net.i2p.router.tunnel.pool.TunnelPool
Synchronous tunnel removal for use during recovery or critical situations.
removeUpdateListener(Clock.ClockUpdateListener) - Method in class net.i2p.util.Clock
Unregister a listener for clock offset changes.
removeWriteBuf(ByteBuffer) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Remove the buffer, which _should_ be the one at the head of _writeBufs.
rename(File, File) - Static method in class net.i2p.util.FileUtil
Try to rename, if it doesn't work then copy and delete the old.
renameDatasource(String, String, String) - Static method in class org.rrd4j.core.RrdToolkit
Renames single datasource in the given RRD file.
render(int, int) - Method in interface com.docuverse.identicon.IdenticonRenderer
Returns rendered identicon image for given identicon code encoded as a 32-bit signed integer.
render(BigInteger, int) - Method in interface com.docuverse.identicon.IdenticonRenderer
Returns rendered identicon image for given identicon code.
render(BigInteger, int) - Method in class com.docuverse.identicon.NineBlockIdenticonRenderer2
Render an identicon from a BigInteger hash code.
render(int, int) - Method in class com.docuverse.identicon.NineBlockIdenticonRenderer2
Render an identicon from an integer hash code.
render(OutputStream) - Method in class net.i2p.router.web.GraphRenderer
render.
render(OutputStream, int, int, boolean, boolean, boolean, boolean, int, int, boolean) - Method in class net.i2p.router.web.GraphRenderer
Single graph.
render(OutputStream, int, int, boolean, boolean, boolean, boolean, int, int, boolean, GraphListener, String, boolean) - Method in class net.i2p.router.web.GraphRenderer
Single or two-data-source graph.
render(Graphics) - Method in class org.rrd4j.graph.RrdGraph
Renders this graph onto graphing device
renderAdvancedHTML() - Method in class net.i2p.router.web.helpers.SidebarRenderer
renderAdvancedHTML.
renderAdvancedRouterInfoHTML() - Method in class net.i2p.router.web.helpers.SidebarRenderer
 
renderBandwidthGraphHTML() - Method in class net.i2p.router.web.helpers.SidebarRenderer
Renders the sidebar bandwidth graph HTML.
renderBandwidthHTML() - Method in class net.i2p.router.web.helpers.SidebarRenderer
renderBandwidthHTML.
renderBanlistCompact(Writer) - Method in class net.i2p.router.web.helpers.BanlistRenderer
Render the compact banlist HTML table.
renderClockHTML() - Method in class net.i2p.router.web.helpers.SidebarRenderer
renderClockHTML.
renderCombinedGraph(OutputStream, int, int, boolean, boolean, boolean, boolean, int, int, boolean) - Method in class net.i2p.router.web.GraphGenerator
Render the two-data bandwidth graph with the specified options.
renderCombinedGraph(OutputStream, int, int, boolean, boolean, boolean, boolean, int, int, boolean, boolean) - Method in class net.i2p.router.web.GraphGenerator
Render the two-data bandwidth graph with the specified options.
renderCongestionHTML() - Method in class net.i2p.router.web.helpers.SidebarRenderer
renderCongestionHTML.
renderCPUBarHTML() - Method in class net.i2p.router.web.helpers.SidebarRenderer
 
renderDestinationsHTML() - Method in class net.i2p.router.web.helpers.SidebarRenderer
renderDestinationsHTML.
renderFirewallAndReseedStatusHTML() - Method in class net.i2p.router.web.helpers.SidebarRenderer
renderFirewallAndReseedStatusHTML.
renderGraph(Rate, OutputStream) - Method in class net.i2p.router.web.GraphGenerator
Render a single-data graph with default dimensions and options.
renderGraph(Rate, OutputStream, int, int, boolean, boolean, boolean, boolean, int, int, boolean) - Method in class net.i2p.router.web.GraphGenerator
Render a single-data graph with the specified options.
renderGraph(Rate, OutputStream, int, int, boolean, boolean, boolean, boolean, int, int, boolean, boolean) - Method in class net.i2p.router.web.GraphGenerator
Render a single-data graph with the specified options.
renderGraph(OutputStream, int, int, boolean, boolean, boolean, boolean, int, int, boolean) - Method in class net.i2p.router.web.GraphListener
Single graph.
renderGraph(OutputStream, int, int, boolean, boolean, boolean, boolean, int, int, boolean, GraphListener, String, boolean) - Method in class net.i2p.router.web.GraphListener
Single or two-data-source graph.
renderGraph(OutputStream) - Method in class net.i2p.router.web.GraphListener
Render a graph of the stat data using default settings.
renderGuide(Writer) - Method in class net.i2p.router.web.helpers.TunnelRenderer
Renders an HTML table describing the bandwidth tiers used for tunnels, including their ranges and labels, and writes the output to the provided Writer.
renderHelpAndFAQHTML() - Method in class net.i2p.router.web.helpers.SidebarRenderer
renderHelpAndFAQHTML.
renderI2PInternalsHTML() - Method in class net.i2p.router.web.helpers.SidebarRenderer
renderI2PInternalsHTML.
renderI2PServicesHTML() - Method in class net.i2p.router.web.helpers.SidebarRenderer
renderI2PServicesHTML.
renderLeaseSet(Writer, String, boolean) - Method in class net.i2p.router.web.helpers.NetDbRenderer
Renders a single leaseset by hostname or b32.
renderLeaseSetHTML(Writer, boolean, Hash) - Method in class net.i2p.router.web.helpers.NetDbRenderer
Renders all leasesets.
renderLifetimeBandwidth(Writer, TunnelPool, TunnelPool) - Method in class net.i2p.router.web.helpers.TunnelRenderer
renderLifetimeBandwidth.
renderLocalSummary(Writer) - Method in class net.i2p.router.web.helpers.NetDbRenderer
Renders the local leaseset summary header (hidden until JS shows it).
renderMemoryBarHTML() - Method in class net.i2p.router.web.helpers.SidebarRenderer
 
renderNavBar(String, boolean) - Method in class net.i2p.router.web.helpers.ConfigNavHelper
Render the configuration navigation bar.
renderNavBar(String, boolean) - Method in class net.i2p.router.web.helpers.HelpSectionHelper
Render the help navigation bar
renderNetworkReachabilityHTML() - Method in class net.i2p.router.web.helpers.SidebarRenderer
renderNetworkReachabilityHTML.
renderNewsHeadingsHTML() - Method in class net.i2p.router.web.helpers.SidebarRenderer
 
renderParticipating(Writer, boolean) - Method in class net.i2p.router.web.helpers.TunnelRenderer
renderParticipating.
renderPeerCaps(Hash, boolean) - Method in class net.i2p.router.CommSystemFacade
Render the peer's capabilities as HTML, optionally inline.
renderPeerCaps(Hash, boolean) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Renders the peer's capability HTML block.
renderPeerFlag(Hash) - Method in class net.i2p.router.CommSystemFacade
Render the country flag for the given peer as HTML.
renderPeerFlag(Hash) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
renderPeerFlag.
renderPeerHTML(Hash, boolean) - Method in class net.i2p.router.CommSystemFacade
Render an HTML snippet identifying the given peer, optionally with extended details.
renderPeerHTML(Hash, boolean) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Renders HTML for a peer with optional extended info.
renderPeers(Writer) - Method in class net.i2p.router.web.helpers.TunnelRenderer
renderPeers.
renderPeersHTML() - Method in class net.i2p.router.web.helpers.SidebarRenderer
renderPeersHTML.
renderRestartStatusHTML() - Method in class net.i2p.router.web.helpers.SidebarRenderer
renderRestartStatusHTML.
renderRing(double, String, String) - Static method in class net.i2p.router.web.helpers.RingRenderer
Render a single SVG ring chart.
renderRing(double, String, String, String) - Static method in class net.i2p.router.web.helpers.RingRenderer
Render a single SVG ring chart with a specified color mode.
renderRing(double, String, String, String, double[]) - Static method in class net.i2p.router.web.helpers.RingRenderer
Render a single SVG ring chart with sparkline history.
renderRing(double, String, String, String, double[], String) - Static method in class net.i2p.router.web.helpers.RingRenderer
Render a single SVG ring chart with sparkline history and configurable plot type.
renderRing(double, String, String, String, double[], String, String) - Static method in class net.i2p.router.web.helpers.RingRenderer
Render a ring with an explicit color class override.
renderRing(RingRenderer.RingSection[], String, String) - Static method in class net.i2p.router.web.helpers.RingRenderer
Render a multi-section ring SVG with proportional colored arcs.
renderRingCell(double, String, String, String[]) - Static method in class net.i2p.router.web.helpers.RingRenderer
Render a ring cell (ring + optional tooltip) for use inside a grid.
renderRingCell(double, String, String, String[], String) - Static method in class net.i2p.router.web.helpers.RingRenderer
Render a ring cell with a specified color mode.
renderRingCell(double, String, String, String[], String, double[]) - Static method in class net.i2p.router.web.helpers.RingRenderer
Render a ring cell with sparkline history bars.
renderRingCell(double, String, String, String[], String, double[], String) - Static method in class net.i2p.router.web.helpers.RingRenderer
Render a ring cell with an explicit color class override.
renderRingCell(RingRenderer.RingSection[], String, String, String[]) - Static method in class net.i2p.router.web.helpers.RingRenderer
Render a multi-section ring cell.
renderRouterInfoHTML(Writer, int, int, String, String, String, String, String, String, String, int, int, SigType, EncType, String, String, String, String, int, int) - Method in class net.i2p.router.web.helpers.NetDbRenderer
render router info html.
renderRouterInfoHTML() - Method in class net.i2p.router.web.helpers.SidebarRenderer
renderRouterInfoHTML.
renderRouterInfosInParallel(Collection<RouterInfo>, boolean) - Method in class net.i2p.router.web.helpers.NetDbRenderer
Renders multiple RouterInfo objects in parallel.
renderRoutersToWriter(Collection<RouterInfo>, Writer, boolean, int, int) - Method in class net.i2p.router.web.helpers.NetDbRenderer
Renders a list of RouterInfo objects to given Writer.
renderRoutersToWriter(Collection<RouterInfo>, Writer, boolean, int, int, boolean) - Method in class net.i2p.router.web.helpers.NetDbRenderer
Renders a list of RouterInfo objects to given Writer.
renderSessionTableHTML(Writer) - Method in class net.i2p.sam.SAMBridge
Render the session table and handler summary as HTML.
renderShortRouterInfoHTML() - Method in class net.i2p.router.web.helpers.SidebarRenderer
renderShortRouterInfoHTML.
renderStatus(String, String, HttpSession, String, String) - Static method in class net.i2p.router.web.helpers.ConfigRestartBean
this also initiates the restart/shutdown based on action
renderStatusHTML(Writer) - Method in class net.i2p.crypto.SessionKeyManager
Render status HTML.
renderStatusHTML(Writer) - Method in class net.i2p.router.ClientManagerFacade
renderStatusHTML.
renderStatusHTML(Writer, String, int) - Method in class net.i2p.router.CommSystemFacade
Render the transport status section of the router console page.
renderStatusHTML(Writer) - Method in class net.i2p.router.CommSystemFacade
Render the transport status section of the router console page with default flags.
renderStatusHTML(Writer) - Method in class net.i2p.router.crypto.ratchet.MuxedPQSKM
Renders debug status for both key managers.
renderStatusHTML(Writer) - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
Renders debug status for both key managers.
renderStatusHTML(Writer) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
renderStatusHTML.
renderStatusHTML(Writer) - Method in class net.i2p.router.crypto.TransientSessionKeyManager
Renders inbound/outbound ElGamal session state as debug HTML tables.
renderStatusHTML(Writer) - Method in class net.i2p.router.dummy.DummyPeerManagerFacade
 
renderStatusHTML(Writer) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
renderStatusHTML(Writer, String, int) - Method in class net.i2p.router.dummy.VMCommSystem
 
renderStatusHTML(Writer) - Method in class net.i2p.router.InNetMessagePool
Render the status of this message pool as HTML.
renderStatusHTML(Writer) - Method in class net.i2p.router.NetworkDatabaseFacade
Debug only - all user info moved to NetDbRenderer in router console
renderStatusHTML(Writer) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
renderStatusHTML(Writer) - Method in interface net.i2p.router.Service
Render the status as HTML.
renderStatusHTML(Writer) - Method in class net.i2p.router.startup.RouterAppManager
debug
renderStatusHTML(Writer) - Method in class net.i2p.router.StatisticsManager
renderStatusHTML.
renderStatusHTML(Writer, String, int) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
As of 0.9.31, only outputs UPnP status Warning - blocking, very slow, queries the active UPnP router, will take many seconds if it has vanished.
renderStatusHTML(Writer, String, int) - Method in interface net.i2p.router.transport.Transport
 
renderStatusHTML(Writer) - Method in class net.i2p.router.transport.TransportImpl
Make this stuff pretty
renderStatusHTML(Writer, String, int) - Method in class net.i2p.router.transport.TransportImpl
renderStatusHTML.
renderStatusHTML(Writer, String, int) - Method in class net.i2p.router.transport.TransportManager
Render transport status information as HTML for console display.
renderStatusHTML() - Method in class net.i2p.router.transport.UPnP
warning - slow
renderStatusHTML() - Method in class net.i2p.router.transport.UPnPManager
Warning - blocking, very slow, queries the active router, will take many seconds if it has vanished.
renderStatusHTML(Writer) - Method in class net.i2p.router.update.ConsoleUpdateManager
Render update manager status HTML for debug page.
renderStatusHTML(Writer, int, int, int) - Method in class net.i2p.router.web.helpers.NetDbRenderer
Renders the network database status page.
renderStatusHTML(Writer, int) - Method in class net.i2p.router.web.helpers.ProfileOrganizerRenderer
Render the peer profile status table.
renderStatusHTML(Writer) - Method in class net.i2p.router.web.helpers.TunnelRenderer
renderStatusHTML.
renderStatusHTML(Writer) - Method in interface net.i2p.update.UpdateManager
For debugging
renderStatusHTML(Writer) - Static method in class net.i2p.util.InternalServerSocket
For debugging only
renderStatusHTML(Writer) - Method in class net.i2p.util.PortMapper
For debugging only
renderStatusHTML() - Method in interface org.klomp.snark.dht.DHT
Debug info, HTML formatted.
renderStatusHTML(StringBuilder) - Method in class org.klomp.snark.dht.DHTNodes
Debug info, HTML formatted.
renderStatusHTML(StringBuilder) - Method in class org.klomp.snark.dht.DHTTracker
Debug info, HTML formatted.
renderStatusHTML() - Method in class org.klomp.snark.dht.KRPC
Debug info, HTML formatted.
renderSummaryBar() - Method in class net.i2p.router.web.helpers.SidebarHelper
Render the full summary bar HTML to the output writer
renderSummaryHTML(Writer) - Method in class net.i2p.router.web.helpers.SidebarRenderer
Note - Ensure all links in here are absolute, as the summary bar may be displayed on lower-level directory errors.
renderSybilHTML(Writer, RouterContext, List<Hash>, String) - Static method in class net.i2p.router.web.helpers.SybilRenderer
Called from NetDbRenderer
renderTransitSummary(Writer) - Method in class net.i2p.router.web.helpers.TunnelRenderer
renderTransitSummary.
renderTunnelsHTML() - Method in class net.i2p.router.web.helpers.SidebarRenderer
renderTunnelsHTML.
renderTunnelStatusHTML() - Method in class net.i2p.router.web.helpers.SidebarRenderer
renderTunnelStatusHTML.
renderUpdateStatusHTML() - Method in class net.i2p.router.web.helpers.SidebarRenderer
renderUpdateStatusHTML.
renew(X509Certificate, PrivateKey, int) - Static method in class net.i2p.crypto.SelfSignedGenerator
 
renew() - Method in class org.cybergarage.upnp.event.Subscriber
renew.
renewPrivateKeyCertificate(File, String, String, String, int) - Static method in class net.i2p.crypto.KeyStoreUtil
Renew the the private key certificate in a keystore.
RenewSubscriber - Class in org.cybergarage.upnp.control
Thread for automatically renewing UPnP event subscriptions.
RenewSubscriber(ControlPoint) - Constructor for class org.cybergarage.upnp.control.RenewSubscriber
Constructs a RenewSubscriber for the specified control point.
renewSubscriberService(Device, long) - Method in class org.cybergarage.upnp.ControlPoint
 
renewSubscriberService(long) - Method in class org.cybergarage.upnp.ControlPoint
 
renewSubscriberService() - Method in class org.cybergarage.upnp.ControlPoint
Renew all subscriber services with infinite timeout
reopen() - Method in class org.klomp.snark.Storage
Doesn't really reopen the file descriptors for a restart.
reorganize() - Method in class net.i2p.router.peermanager.ProfileOrganizer
Run a standard reorganize round without coalescing or decay.
reorganize(boolean, boolean) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Reorganizes peer profiles into performance-based tiers (fast, high-capacity, etc.) and expires stale entries.
REORGANIZE_TIME_LONG - Static variable in class net.i2p.router.peermanager.PeerManager
We don't want this much longer than the average connect time, as the CapacityCalculator now includes connection as a factor.
REORGANIZES_PER_DAY - Static variable in class net.i2p.router.peermanager.PeerManager
After first two hours of uptime ~= 246
repaint() - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
No-op stub.
replace(StringBuilder, String, String) - Static method in class net.i2p.data.DataHelper
Replace all instances of "from" with "to" in the StringBuilder buf.
replaceAddress(RouterAddress) - Method in class net.i2p.router.transport.TransportImpl
Replace any existing addresses for the current transport with the same IP length (4 or 16) with the given one.
replaceAddress(RouterAddress) - Method in class net.i2p.router.transport.udp.UDPTransport
Replace then tell NTCP that we changed.
replaceMetaInfo(MetaInfo) - Method in class org.klomp.snark.Snark
Call after editing torrent.
replaceSlowTunnels() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Find and remove tunnels exceeding the latency threshold.
reply - Variable in class i2p.susi.webmail.Mail
Address only, enclosed by <>.
Reply() - Constructor for class net.i2p.socks.SOCKS4Constants.Reply
 
Reply() - Constructor for class net.i2p.socks.SOCKS5Constants.Reply
 
REPLY_IV_LENGTH - Static variable in class net.i2p.router.tunnel.TunnelCreatorConfig
ReplyCallback - Interface in net.i2p.router.crypto.ratchet
Callback interface for ratchet acknowledgment notifications with expiration support
replyFound(DatabaseSearchReplyMessage, Hash) - Method in class net.i2p.router.networkdb.kademlia.ExploreJob
 
replyFound(DatabaseSearchReplyMessage, Hash) - Method in class net.i2p.router.networkdb.kademlia.SearchJob
Found a reply
replyFound(Hash) - Method in class net.i2p.router.networkdb.kademlia.SearchState
how long did it take to get the reply, or -1 if we dont know
ReplyJob - Interface in net.i2p.router
Defines an executable task that can be fired off in reply to a message
replyTimedOut(OutNetMessage) - Method in class net.i2p.router.MessageHistory
The message wanted a reply but no reply came in the time expected
replyTimeout(Hash) - Method in class net.i2p.router.networkdb.kademlia.SearchState
replyTimeout.
replyTimeout(Hash) - Method in class net.i2p.router.networkdb.kademlia.StoreState
replyTimeout.
repoll() - Method in class net.i2p.router.tunnel.pool.BuildExecutor
Signal the executor to repoll for tunnel building opportunities.
reportAbuse(int, int) - Method in interface net.i2p.client.I2PSession
Instruct the router that the message received was abusive (including how abusive on a 1-100 scale) in the hopes the router can do something to minimize receiving abusive messages like that in the future.
reportAbuse(I2PSession, int) - Method in interface net.i2p.client.I2PSessionListener
Instruct the client that the session specified seems to be under attack and that the client may wish to move its destination to another router.
reportAbuse(I2PSession, int) - Method in interface net.i2p.client.I2PSessionMuxedListener
Instruct the client that the session specified seems to be under attack and that the client may wish to move its destination to another router.
reportAbuse(I2PSessionImpl, int, int) - Method in class net.i2p.client.impl.I2CPMessageProducer
Send an abuse report.
reportAbuse(I2PSession, int) - Method in class net.i2p.client.impl.I2PSessionDemultiplexer
 
reportAbuse(int, int) - Method in class net.i2p.client.impl.I2PSessionImpl
Report abuse with regards to the given messageId
reportAbuse(I2PSession, int) - Method in class net.i2p.client.streaming.impl.MessageHandler
Instruct the client that the session specified seems to be under attack and that the client may wish to move its destination to another router.
reportAbuse(I2PSession, int) - Method in class net.i2p.i2ptunnel.I2PTunnelTask
Does nothing here.
reportAbuse(I2PSession, int) - Method in class net.i2p.i2ptunnel.udp.I2PSource.Listener
 
reportAbuse(Destination, String, int) - Method in class net.i2p.router.client.ClientConnectionRunner
Send async abuse message to the client
reportAbuse(Destination, String, int) - Method in class net.i2p.router.client.ClientManager
Unused
reportAbuse(Destination, String, int) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
Instruct the client (or all clients) that they are under attack.
reportAbuse(Destination, String, int) - Method in class net.i2p.router.ClientManagerFacade
Instruct the client (or all clients) that they are under attack.
reportAbuse(Destination, String, int) - Method in class net.i2p.router.dummy.DummyClientManagerFacade
 
reportAbuse(I2PSession, int) - Method in class net.i2p.sam.MasterSession
Called when abuse is reported on the session.
reportAbuse(I2PSession, int) - Method in class org.klomp.snark.dht.KRPC
reportAbuse.
reportAbuse(I2PSession, int) - Method in class org.klomp.snark.UDPTrackerClient
reportAbuse.
ReportAbuseJob - Class in net.i2p.router.client
Async job to send an abuse message to the client
ReportAbuseJob(RouterContext, ClientConnectionRunner, Destination, String, int) - Constructor for class net.i2p.router.client.ReportAbuseJob
Create abuse report
ReportAbuseMessage - Class in net.i2p.data.i2cp
Defines the message a client sends to a router when asking the router what its address visibility is
ReportAbuseMessage() - Constructor for class net.i2p.data.i2cp.ReportAbuseMessage
ReportAbuseMessage.
reportDecryptResult(boolean, boolean) - Method in class net.i2p.router.crypto.ratchet.MuxedPQSKM
Report the result of a slow decrypt attempt.
reportDecryptResult(boolean, boolean) - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
Report the result of a slow decrypt attempt.
reportDetail(String) - Method in interface com.vuze.plugins.mlab.MLabRunner.ToolListener
Report a detail message
reportProcTime(boolean) - Method in class com.thetransactioncompany.jsonrpc2.server.Dispatcher
Controls reporting of request processing time by appending a non-standard "xProcTime" attribute to the JSON-RPC 2.0 response.
reportsProcTime() - Method in class com.thetransactioncompany.jsonrpc2.server.Dispatcher
Returns true if reporting of request processing time is enabled.
reportSummary(String) - Method in interface com.vuze.plugins.mlab.MLabRunner.ToolListener
Report a summary message
repr - Variable in class net.i2p.crypto.eddsa.math.GroupElement
Variable is package private only so that tests run.
Republish - Class in net.i2p.router.tasks
Router information publisher for network database synchronization.
Republish(RouterContext) - Constructor for class net.i2p.router.tasks.Republish
Create a new router info republisher.
REPUBLISH_LEASESET_TIMEOUT_DEFAULT - Static variable in class net.i2p.router.networkdb.kademlia.RepublishLeaseSetJob
Default timeout for LeaseSet publication to floodfills.
RepublishLeaseSetJob - Class in net.i2p.router.networkdb.kademlia
Periodically republishes a local LeaseSet to the network database.
RepublishLeaseSetJob(RouterContext, KademliaNetworkDatabaseFacade, Hash) - Constructor for class net.i2p.router.networkdb.kademlia.RepublishLeaseSetJob
Creates a new job to republish a LeaseSet for the given destination.
REQEST_LINE_DELIM - Static variable in class org.cybergarage.http.HTTP
Request line delimiter (space between method, URI, version)
request(RouterContext, PooledTunnelCreatorConfig, BuildExecutor, long) - Static method in class net.i2p.router.tunnel.pool.BuildRequestor
Initiates a tunnel build request.
REQUEST - Static variable in class org.klomp.snark.Message
R e q u e s t
request() - Method in class org.klomp.snark.Peer
Update the request queue.
Request - Class in org.klomp.snark
Holds all information needed for a partial piece request.
Request(PartialPiece, int, int) - Constructor for class org.klomp.snark.Request
Creates a new Request.
Request(PartialPiece, int) - Constructor for class org.klomp.snark.Request
Dummy Request for PeerState.returnPartialPieces().
request() - Method in class org.klomp.snark.WebPeer
 
REQUEST - Static variable in class org.minidns.edns.Nsid
NSID request instance with empty payload.
requestData(DataProcessor) - Method in class org.rrd4j.graph.CDef
 
requestData(DataProcessor) - Method in class org.rrd4j.graph.Def
Request data
requestData(DataProcessor) - Method in class org.rrd4j.graph.PDef
Data processor to register the datasource with.
requestData(DataProcessor) - Method in class org.rrd4j.graph.Source
Requests data from this source and provides it to the data processor.
requestData(DataProcessor) - Method in class org.rrd4j.graph.TDef
Data processor to register the datasource with.
requestData(DataProcessor) - Method in class org.rrd4j.graph.VDef
 
requestExpeditedTest() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
Set expedited test flag - called when tunnel appears slow.
RequestHandler - Interface in com.thetransactioncompany.jsonrpc2.server
Interface for handling JSON-RPC 2.0 requests.
requestInbound(int, String) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
Request some bytes.
requestJobRunners(int, String, long) - Method in class net.i2p.router.JobQueue
Request additional job runners for an anticipated burst.
requestLeaseSet(Hash, LeaseSet, long, Job, Job) - Method in class net.i2p.router.client.ClientConnectionRunner
Request that a particular client authorize the Leases contained in the LeaseSet, after which the onCreateJob is queued up.
requestLeaseSet(Destination, LeaseSet, long, Job, Job) - Method in class net.i2p.router.client.ClientManager
Request that a particular client authorize the Leases contained in the LeaseSet, after which the onCreateJob is queued up.
requestLeaseSet(Hash, LeaseSet) - Method in class net.i2p.router.client.ClientManager
Request that a particular client authorize the Leases contained in the LeaseSet.
requestLeaseSet(Destination, LeaseSet, long, Job, Job) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
Request that a particular client authorize the Leases contained in the LeaseSet, after which the onCreateJob is queued up.
requestLeaseSet(Hash, LeaseSet) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
Request that a particular client authorize the Leases contained in the LeaseSet.
requestLeaseSet(Destination, LeaseSet, long, Job, Job) - Method in class net.i2p.router.ClientManagerFacade
Request that a particular client authorize the Leases contained in the LeaseSet, after which the onCreateJob is queued up.
requestLeaseSet(Hash, LeaseSet) - Method in class net.i2p.router.ClientManagerFacade
Request that the client authorize the Leases contained in the LeaseSet, identified by destination hash.
requestLeaseSet(Destination, LeaseSet, long, Job, Job) - Method in class net.i2p.router.dummy.DummyClientManagerFacade
 
requestLeaseSet(Hash, LeaseSet) - Method in class net.i2p.router.dummy.DummyClientManagerFacade
 
RequestLeaseSetJob - Class in net.i2p.router.client
Async job to walk the client through generating a lease set.
RequestLeaseSetJob(RouterContext, ClientConnectionRunner, LeaseRequestState) - Constructor for class net.i2p.router.client.RequestLeaseSetJob
 
RequestLeaseSetMessage - Class in net.i2p.data.i2cp
Defines the message a router sends to a client to request that a leaseset be created and signed.
RequestLeaseSetMessage() - Constructor for class net.i2p.data.i2cp.RequestLeaseSetMessage
RequestLeaseSetMessage.
RequestLeaseSetMessageHandler - Class in net.i2p.client.impl
Handle I2CP RequestLeaseSetMessage from the router by granting all leases, using the specified expiration time for each lease.
RequestLeaseSetMessageHandler(I2PAppContext) - Constructor for class net.i2p.client.impl.RequestLeaseSetMessageHandler
RequestLeaseSetMessageHandler.
RequestLeaseSetMessageHandler(I2PAppContext, int) - Constructor for class net.i2p.client.impl.RequestLeaseSetMessageHandler
For extension
requestMessage(int, int, int) - Method in class org.klomp.snark.PeerState
Handle a request message from the peer
requestOutbound(int, int, String) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
Request some bytes.
requestOutboundBandwidth() - Method in class net.i2p.router.transport.udp.UDPPacket
Request outbound bandwidth.
requestReseed() - Method in class net.i2p.router.networkdb.reseed.ReseedChecker
Starts a reseed if one is not already in progress.
requestReseed(URI) - Method in class net.i2p.router.networkdb.reseed.ReseedChecker
Starts a reseed from a zip or su3 URI if one is not already in progress.
requestReseed(InputStream) - Method in class net.i2p.router.networkdb.reseed.ReseedChecker
Performs a blocking reseed from a zip or su3 InputStream.
requestReseed() - Method in class net.i2p.router.networkdb.reseed.Reseeder
Start a reseed using the default reseed URLs.
requestReseed(URI) - Method in class net.i2p.router.networkdb.reseed.Reseeder
Start a reseed from a single zip or su3 URL only.
requestReseed(InputStream) - Method in class net.i2p.router.networkdb.reseed.Reseeder
Start a reseed from a zip or su3 input stream.
requestRrdDb(String) - Method in class org.rrd4j.core.RrdDbPool
Requests a RrdDb reference for the given RRD path.
requestRrdDb(URI) - Method in class org.rrd4j.core.RrdDbPool
Requests a RrdDb reference for the given RRD URI.
requestRrdDb(URI, RrdBackendFactory) - Method in class org.rrd4j.core.RrdDbPool
Request RRD
requestRrdDb(RrdDef, RrdBackendFactory) - Method in class org.rrd4j.core.RrdDbPool
Request RRD from definition
requestRrdDb(URI, RrdBackendFactory, DataImporter) - Method in class org.rrd4j.core.RrdDbPool
Request RRD with import
requestRrdDb(RrdDef) - Method in class org.rrd4j.core.RrdDbPool
Requests a RrdDb reference for the given RRD definition object.
requestRrdDb(String, String) - Method in class org.rrd4j.core.RrdDbPool
Requests a RrdDb reference for the given path.
requestRrdDb(URI, String) - Method in class org.rrd4j.core.RrdDbPool
Requests a RrdDb reference for the given URI.
requestRunners(int, String, long) - Method in class net.i2p.router.JobQueueScaler
Request additional runners for an anticipated burst.
requestSent() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
note that we just sent the SessionRequest packet
requestSent(DatagramPacket) - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
Note that we just sent the SessionRequest packet and save it for retransmission
RequestThrottler - Class in net.i2p.router.tunnel.pool
Throttles incoming tunnel requests earlier than ParticipatingThrottler, with higher limits and more frequent cleanup.
RequestThrottler(RouterContext) - Constructor for class net.i2p.router.tunnel.pool.RequestThrottler
Creates a new RequestThrottler bound to the given router context.
requestUpdate(Properties) - Method in class net.i2p.client.naming.NamingService
Ask any registered updaters to update now
RequestValidator - Class in net.i2p.i2ptunnel
Validates HTTP requests for security and policy compliance.
RequestValidator(Log, String, Properties, BlocklistManager) - Constructor for class net.i2p.i2ptunnel.RequestValidator
Creates a new RequestValidator.
RequestValidator.ValidationResult - Class in net.i2p.i2ptunnel
Encapsulates the result of hostname validation.
RequestVariableLeaseSetMessage - Class in net.i2p.data.i2cp
Defines the message a router sends to a client to request that a leaseset be created and signed.
RequestVariableLeaseSetMessage() - Constructor for class net.i2p.data.i2cp.RequestVariableLeaseSetMessage
RequestVariableLeaseSetMessage.
RequestVariableLeaseSetMessageHandler - Class in net.i2p.client.impl
Handle I2CP RequestVariableLeaseSetMessage from the router by granting all leases, retaining the individual expiration time for each lease.
RequestVariableLeaseSetMessageHandler(I2PAppContext) - Constructor for class net.i2p.client.impl.RequestVariableLeaseSetMessageHandler
RequestVariableLeaseSetMessageHandler.
RequestWrapper - Class in net.i2p.servlet
Refactored in 0.9.33 to use Servlet 3.0 API and remove dependency on old Jetty 5 MultiPartRequest code.
RequestWrapper(HttpServletRequest) - Constructor for class net.i2p.servlet.RequestWrapper
 
requeue(long) - Method in class net.i2p.router.JobImpl
Requeue this job to run after the specified delay.
requeueRepublish() - Method in class net.i2p.router.networkdb.kademlia.RepublishLeaseSetJob
Requeue republish
REQUIRE_ORDER - Static variable in class gnu.getopt.Getopt
Describe how to deal with options that follow non-option ARGV-elements.
REQUIRED_ARGUMENT - Static variable in class gnu.getopt.LongOpt
Constant value used for the "has_arg" constructor argument.
requireKeys(JsonKey...) - Method in class org.json.simple.JsonObject
Ensures the given keys are present.
requiresLS2(I2PSessionImpl) - Method in class net.i2p.client.impl.RequestLeaseSetMessageHandler
Do we send a LeaseSet or a LeaseSet2? As of 0.9.69, always use LS2 unless the router doesn't support it Side effect: sets _ls2Type
rereadConfig() - Method in class net.i2p.util.LogManager
Called periodically by the LogWriter thread to reload the config file.
rescan() - Method in class net.i2p.router.NetworkDatabaseFacade
Rescan the network database.
rescan() - Method in interface net.i2p.router.networkdb.kademlia.DataStore
Rescan the storage for any changes.
rescan() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Rescan the netdb directory for new RouterInfo files.
rescan() - Method in class net.i2p.router.networkdb.kademlia.PersistentDataStore
 
rescan() - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
rescan.
rescan() - Method in class net.i2p.router.transport.UPnPManager
Call when IP or network connectivity might have changed.
reschedule(long, Connection) - Method in class net.i2p.client.streaming.impl.SchedulerImpl
Schedule a connection event to occur after the specified delay.
reschedule(long) - Method in class net.i2p.router.transport.udp.PeerTestEvent
Just to consolidate the logging
reschedule(long) - Method in class net.i2p.util.SimpleTimer2.TimedEvent
Use the earliest of the new time and the old time May be called from within timeReached(), but schedule() is better there.
reschedule(long, boolean) - Method in class net.i2p.util.SimpleTimer2.TimedEvent
May be called from within timeReached(), but schedule() is better there.
RESEED - Static variable in class net.i2p.router.util.EventLog
RESEED.
ReseedBundler - Class in net.i2p.router.networkdb.reseed
Copy a random selection of 'count' router infos from configDir/netDb to 'toDir'.
ReseedBundler(RouterContext) - Constructor for class net.i2p.router.networkdb.reseed.ReseedBundler
ReseedBundler.
reseedChecker() - Method in class net.i2p.router.NetworkDatabaseFacade
 
reseedChecker() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
ReseedChecker - Class in net.i2p.router.networkdb.reseed
Checks whether reseeding of the network database is necessary and initiates reseed requests.
ReseedChecker(RouterContext) - Constructor for class net.i2p.router.networkdb.reseed.ReseedChecker
Constructor.
reseedCount - Variable in class gnu.crypto.prng.FortunaStandalone
number of reseeds performed
Reseeder - Class in net.i2p.router.networkdb.reseed
Reseed handler that fetches router infos from configured seed URLs.
Reseeder(RouterContext, ReseedChecker) - Constructor for class net.i2p.router.networkdb.reseed.Reseeder
Holds context and checker references for reseed operations.
ReseedGenerator - Class in net.i2p.router.web.helpers
Handler to create a i2preseed.zip file
ReseedGenerator() - Constructor for class net.i2p.router.web.helpers.ReseedGenerator
 
ReseedHandler - Class in net.i2p.router.web.helpers
Handler to deal with reseed requests.
ReseedHandler() - Constructor for class net.i2p.router.web.helpers.ReseedHandler
ReseedHandler.
ReseedHandler(RouterContext) - Constructor for class net.i2p.router.web.helpers.ReseedHandler
ReseedHandler.
ResendComparator() - Constructor for class net.i2p.router.web.helpers.UDPSorters.ResendComparator
 
ResendPacketEvent(PacketLocal) - Constructor for class net.i2p.client.streaming.impl.Connection.ResendPacketEvent
ResendPacketEvent.
ReservedLdhLabel - Class in org.minidns.dnslabel
A reserved LDH label (R-LDH label), which have the property that they contain "--" in the third and fourth characters.
ReservedLdhLabel(String) - Constructor for class org.minidns.dnslabel.ReservedLdhLabel
ReservedLdhLabel.
reset(byte[], int) - Method in class com.southernstorm.noise.crypto.Poly1305
Resets the message authenticator with a new key.
reset() - Method in interface net.i2p.client.streaming.I2PSocket
Resets and closes this socket.
reset() - Method in class net.i2p.client.streaming.impl.I2PSocketFull
Resets and closes this socket.
reset() - Method in class net.i2p.i2ptunnel.socks.SocketWrapper
Just calls close()
reset() - Method in class net.i2p.router.transport.udp.IntroductionManager
method comment
reset() - Method in class net.i2p.stat.RateAverages
Reset all fields to zero.
reset() - Method in class net.i2p.util.ByteArrayStream
Resets this stream to the beginning.
reset() - Method in class net.i2p.util.ResettableGZIPOutputStream
Reinitialze everything so we can write a brand new gzip output stream again.
reset() - Method in class net.i2p.util.ReusableGZIPOutputStream
clear the data so we can start again afresh
reset() - Method in class net.i2p.util.TranslateReader
 
reset() - Method in interface org.bouncycastle.crypto.Digest
reset the digest back to it's initial state.
reset() - Method in class org.bouncycastle.crypto.digests.KeccakDigest
reset.
reset() - Method in class org.bouncycastle.crypto.digests.LongDigest
reset.
reset() - Method in class org.bouncycastle.crypto.digests.SHA512Digest
reset the chaining variables
reset(Memoable) - Method in class org.bouncycastle.crypto.digests.SHA512Digest
 
reset(Memoable) - Method in interface org.bouncycastle.util.Memoable
Restore a copied object state into this object.
reset(Graphics2D) - Method in class org.rrd4j.graph.BufferedImageWorker
Reset the allocator state
reset() - Method in class org.rrd4j.graph.ImageWorker
Reset the graphics state.
reset(Graphics2D) - Method in class org.rrd4j.graph.ImageWorker
Reset the graphics state using the given context.
reset(Graphics2D) - Method in class org.rrd4j.graph.SVGImageWorker
Reset the allocator state
resetBegin() - Method in class net.i2p.router.transport.udp.UDPPacket
Reset initialization time.
resetCreatedTime() - Method in class net.i2p.router.OutNetMessage
Reset creation time for dispatch age tracking on requeue
resetReceived() - Method in class net.i2p.client.streaming.impl.Connection
Notify that a reset was received.
resetState() - Method in class org.rrd4j.graph.ImageWorker
Resets cached state tracking.
ResettableGZIPInputStream - Class in net.i2p.util
GZIP implementation per RFC 1952, reusing java's standard CRC32 and Inflater and InflaterInputStream implementations.
ResettableGZIPInputStream() - Constructor for class net.i2p.util.ResettableGZIPInputStream
Build a new GZIP stream without a bound compressed stream.
ResettableGZIPInputStream(InputStream) - Constructor for class net.i2p.util.ResettableGZIPInputStream
Warning - blocking!
ResettableGZIPOutputStream - Class in net.i2p.util
GZIP implementation per RFC 1952, reusing java's standard CRC32 and Deflater implementations.
ResettableGZIPOutputStream(OutputStream) - Constructor for class net.i2p.util.ResettableGZIPOutputStream
 
resetTimer() - Method in class net.i2p.util.SocketTimeout
Call when there is activity
resize(int) - Method in class net.i2p.util.ByteCache
Resize the cache to a new capacity.
resize(int) - Method in class net.i2p.util.TryCache
Resize the cache to a new capacity.
resize(int, int) - Method in class org.rrd4j.graph.BufferedImageWorker
Resizes the worker to the specified dimensions.
resize(int, int) - Method in class org.rrd4j.graph.ImageWorker
Resize the image to the given dimensions.
resize(int, int) - Method in class org.rrd4j.graph.SVGImageWorker
Resize
resizeArchive(String, String, ConsolFun, int, int) - Static method in class org.rrd4j.core.RrdToolkit
Creates new RRD file based on the existing one, but with a different size (number of rows) for a single archive.
resizeArchive(String, ConsolFun, int, int, boolean) - Static method in class org.rrd4j.core.RrdToolkit
Modifies existing RRD file, by resizing its chosen archive.
resizeClientExecutor(int) - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Resize the client executor max pool size.
resizePumperQueue(int) - Static method in class net.i2p.router.tunnel.TunnelDispatcher
 
resizeQueue(int) - Method in class net.i2p.router.tunnel.TunnelGatewayPumper
Resize the pumper queue.
resizeRunningQueue(int) - Static method in class net.i2p.router.tunnel.TunnelGatewayPumper
Resize the running instance's queue.
resizeSendPool() - Method in class net.i2p.router.transport.TransportImpl
Resize the NTCP send pool if needed.
resizeServerExecutor(int) - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Resize the shared server executor pool.
resolve(URI, URI, boolean) - Method in class org.rrd4j.core.RrdBackendFactory
Try to match an URI against a root URI using a few rules: scheme must match if they are given.
resolve(ImageParameters) - Static method in class org.rrd4j.graph.LogService
Resolve the appropriate logarithmic function for the data range
resolvedText - Variable in class org.rrd4j.graph.CommentText
Text after variable substitution and marker processing
resolveMonthsMinutes(int) - Method in class org.rrd4j.core.timespec.TimeScanner
Resolve ambiguous MONTHS_MINUTES token to months or minutes.
resolveSymbol(double) - Static method in class org.rrd4j.graph.FindUnit
Resolves the appropriate SI unit symbol for the given magnitude.
resolveText(Locale, DataProcessor, ValueScaler) - Method in class org.rrd4j.graph.CommentText
Resolves the text with variable substitution and marker processing.
resolveText(Locale, DataProcessor, ValueScaler) - Method in class org.rrd4j.graph.PrintText
 
resolveUnit(int) - Static method in enum org.rrd4j.graph.TimeUnit
 
RESPONDER - Static variable in class com.southernstorm.noise.protocol.HandshakeState
Enumerated value that indicates that the handshake object is handling the responder role.
RESPONSE - Static variable in class org.cybergarage.soap.SOAP
RESPONSE.
responseCode - Variable in class org.minidns.dnsmessage.DnsMessage
The response code of this dns message.
responseTime - Variable in class net.i2p.addressbook.HostChecker.PingResult
response time in milliseconds, or -1 if not available
restart() - Method in class net.i2p.crypto.ElGamalEngine
This is now a noop.
restart(RouterContext) - Static method in class net.i2p.desktopgui.router.RouterManager
Restart the running I2P instance immediately.
restart() - Method in class net.i2p.router.client.ClientManager
Restart the client manager, disconnecting and reconnecting all clients.
restart() - Method in class net.i2p.router.client.ClientManagerFacadeImpl
Restart the service
restart() - Method in class net.i2p.router.ClientMessagePool
Restart the client message pool.
restart() - Method in class net.i2p.router.dummy.DummyClientManagerFacade
 
restart() - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
restart.
restart() - Method in class net.i2p.router.dummy.DummyPeerManagerFacade
 
restart() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
restart() - Method in class net.i2p.router.dummy.VMCommSystem
Restart the service
restart() - Method in class net.i2p.router.InNetMessagePool
Restart the message pool by shutting down and then starting up again.
restart() - Method in class net.i2p.router.peermanager.PeerManagerFacadeImpl
restart.
restart() - Method in class net.i2p.router.Router
A "soft" restart, primarily of the comm system, after a port change or large step-change in system time.
restart() - Method in interface net.i2p.router.Service
Perform a soft restart.
restart() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Restart the communication system.
restart() - Method in class net.i2p.router.transport.OutboundMessageRegistry
 
restart() - Method in class net.i2p.router.transport.TransportManager
Restart all transports (stop, wait, start).
restart() - Method in class net.i2p.router.tunnel.pool.BuildExecutor
Restart the build executor, clearing recent build state.
restart() - Method in class net.i2p.router.tunnel.pool.BuildHandler
 
restart() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Restart all tunnel handlers and rebuild all tunnels
restart() - Method in class net.i2p.router.tunnel.TunnelDispatcher
Restart the TunnelDispatcher
restart() - Method in class org.cybergarage.util.ThreadCore
Restarts the thread by stopping it first and then starting it again.
restart() - Method in class org.klomp.snark.ConnectionAcceptor
Effectively unused, would only be called if we changed I2CP host/port, which is hidden in the gui if in router context
restart() - Method in class org.klomp.snark.PeerCoordinator
Restart after halt.
restartAcceptor() - Method in class org.klomp.snark.Snark
Restart the connection acceptor.
restartAllControllers() - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Restart all tunnels.
Restarter - Class in net.i2p.router.tasks
Router restarter implementation.
Restarter(RouterContext) - Constructor for class net.i2p.router.tasks.Restarter
Create a new router restarter.
restartGracefully(RouterContext) - Static method in class net.i2p.desktopgui.router.RouterManager
Restart the running I2P instance gracefully.
restartTunnel() - Method in class net.i2p.i2ptunnel.TunnelController
Stops and restarts the tunnel.
restoreDefaults() - Method in class net.i2p.router.Tuner
Restore all params to factory defaults (code-level, not persisted)
restoreLog() - Method in class net.i2p.i2ptunnel.TunnelController
Restore log messages after restart
restoreSession(String, String, long) - Method in class net.i2p.servlet.filters.SessionManager
Restore a persisted session with its original token.
restoreState(byte[]) - Method in class org.bouncycastle.crypto.digests.LongDigest
restoreState.
restoreState() - Method in class org.rrd4j.core.timespec.TimeScanner
Restore previously saved tokenizer position.
RESTRICTED_CONE_NAT - Static variable in class org.freenetproject.DetectedIP
Restricted cone NAT.
Result(int, Properties) - Constructor for class net.i2p.router.tunnel.pool.BuildReplyHandler.Result
Create a new Result.
RESULT_DECRYPTION_FAILURE - Static variable in interface net.i2p.client.LookupResult
b33 requires per-client auth private key, the router has a key, but decryption failed; please supply a new key in a blinding info message
RESULT_DECRYPTION_FAILURE - Static variable in class net.i2p.data.i2cp.HostReplyMessage
Decryption failure result code.
RESULT_DEFERRED - Static variable in interface net.i2p.client.LookupResult
For async calls only.
RESULT_FAILURE - Static variable in interface net.i2p.client.LookupResult
general failure, probably a local hostname lookup failure, or a b32 lookup timeout
RESULT_FAILURE - Static variable in class net.i2p.data.i2cp.HostReplyMessage
generic fail, other codes TBD
RESULT_KEY_REQUIRED - Static variable in interface net.i2p.client.LookupResult
b33 requires per-client auth private key but the router does not have it cached; please supply in a blinding info message
RESULT_KEY_REQUIRED - Static variable in class net.i2p.data.i2cp.HostReplyMessage
Request key required result code.
RESULT_LEASESET_LOOKUP_FAILURE - Static variable in class net.i2p.data.i2cp.HostReplyMessage
 
RESULT_LOOKUP_TYPE_UNSUPPORTED - Static variable in class net.i2p.data.i2cp.HostReplyMessage
 
RESULT_SECRET_AND_KEY_REQUIRED - Static variable in interface net.i2p.client.LookupResult
b33 requires a lookup password and per-client auth private key but the router does not have them cached; please supply in a blinding info message
RESULT_SECRET_AND_KEY_REQUIRED - Static variable in class net.i2p.data.i2cp.HostReplyMessage
Request secret and key required result code.
RESULT_SECRET_REQUIRED - Static variable in interface net.i2p.client.LookupResult
b33 requires a lookup password but the router does not have it cached; please supply in a blinding info message
RESULT_SECRET_REQUIRED - Static variable in class net.i2p.data.i2cp.HostReplyMessage
Request secret required result code.
RESULT_SUCCESS - Static variable in interface net.i2p.client.LookupResult
getDestination() will be non-null
RESULT_SUCCESS - Static variable in class net.i2p.data.i2cp.HostReplyMessage
RESULT_SUCCESS.
resultSize() - Method in class i2p.susi.dns.AddressbookBean
Gets the size of the lookup result.
resultSize() - Method in class i2p.susi.dns.NamingServiceBean
Gets the size of the lookup result.
RESULTSTATUS - Static variable in class org.cybergarage.soap.SOAP
RESULTSTATUS.
ResultsTextPane - Class in edu.internet2.ndt
Text pane component used as the chief results window that summarizes test results.
ResultsTextPane() - Constructor for class edu.internet2.ndt.ResultsTextPane
 
resumeIncoming(int) - Method in interface net.i2p.i2ptunnel.irc.DCCHelper
An incoming RESUME request
resumeIncoming(int) - Method in class net.i2p.i2ptunnel.irc.I2PTunnelDCCServer
An incoming RESUME request
resumeOutgoing(int) - Method in class net.i2p.i2ptunnel.irc.DCCClientManager
Handle an outgoing DCC RESUME request.
resumeOutgoing(int) - Method in interface net.i2p.i2ptunnel.irc.DCCHelper
An outgoing RESUME request
resumeRunner() - Method in class net.i2p.data.i2cp.I2CPMessageReader.I2CPMessageReaderRunner
deprecated unused
retainAll(Collection<?>) - Method in class net.i2p.router.tunnel.pool.ExcluderBase
retainAll.
RETRANSMISSION_PERIOD_WIDTH - Static variable in class net.i2p.router.transport.udp.PeerState
how many packets will be considered within the retransmission rate calculation
RetransmissionTimer - Class in net.i2p.client.streaming.impl
Per-destination timer for scheduling packet retransmissions.
RetransmissionTimer(I2PAppContext, String) - Constructor for class net.i2p.client.streaming.impl.RetransmissionTimer
 
RETRANSMIT_DELAY - Static variable in class net.i2p.router.transport.udp.InboundEstablishState
Basic delay before backoff Transmissions at 0, 1, 3, 7 sec.
RETRANSMIT_DELAY - Static variable in class net.i2p.router.transport.udp.OutboundEstablishState
Flat delay between all retransmits (no exponential backoff).
RetransmitEvent() - Constructor for class net.i2p.client.streaming.impl.Connection.RetransmitEvent
Retransmit event
retransmitRequests() - Method in class org.klomp.snark.Peer
Retransmit outstanding requests if necessary
retransmitRequests(List<Request>) - Method in class org.klomp.snark.PeerConnectionOut
Retransmit requests that haven't been received within REQ_TIMEOUT.
retransmitRequests() - Method in class org.klomp.snark.PeerState
Retransmit outstanding requests if necessary.
retransmitRequests() - Method in class org.klomp.snark.WebPeer
retransmitRequests.
retrievePreprocessedData(byte[], int, int, Hash) - Method in class net.i2p.router.tunnel.InboundEndpointProcessor
Undo all of the encryption done by the peers in the tunnel, recovering the preprocessed data sent by the gateway.
retry - Variable in class org.minidns.record.SOA
A 32 bit time interval that should elapse before a failed refresh should be retried.
RETRY_DELAY_DEFAULT - Static variable in class net.i2p.router.networkdb.kademlia.RepublishLeaseSetJob
Default base delay before retrying a failed publish.
RETRY_FLAG_BYTE - Static variable in class net.i2p.router.transport.udp.SSU2Util
Message type flag for retry
RETRY_MAX_DELAY_DEFAULT - Static variable in class net.i2p.router.networkdb.kademlia.RepublishLeaseSetJob
Maximum backoff delay for publish retries.
retryPacketSent() - Method in class net.i2p.router.transport.udp.InboundEstablishState2
note that we just sent a Retry packet
RETURN - Static variable in class org.cybergarage.upnp.control.Control
Element name for return value in responses
RETURN_IN_ORDER - Static variable in class gnu.getopt.Getopt
RETURN_IN_ORDER is an option available to programs that were written to expect options and other ARGV-elements in any order and that care about the ordering of the two.
returnBadRequest() - Method in class org.cybergarage.http.HTTPRequest
Sends an HTTP 400 Bad Request response with no content.
returnOK() - Method in class org.cybergarage.http.HTTPRequest
Sends an HTTP 200 OK response with no content.
returnPartialPieces() - Method in class org.klomp.snark.PeerState
Get partial pieces, give them back to PeerCoordinator.
returnResponse(int) - Method in class org.cybergarage.http.HTTPRequest
Sends an HTTP response with the specified status code and no content.
returnUnused(KeyPair) - Method in class net.i2p.router.crypto.pqc.MLKEMKeyFactory
Return an unused key pair to be put back onto the queue for reuse.
returnUnused(Elg2KeyPair) - Method in class net.i2p.router.crypto.ratchet.Elg2KeyFactory
Return an unused DH key builder to be put back onto the queue for reuse.
returnUnused(KeyPair) - Method in class net.i2p.router.transport.crypto.X25519KeyFactory
Return an unused DH key builder to be put back onto the queue for reuse.
ReusableGZIPInputStream - Class in net.i2p.util
Provide a cache of reusable GZIP unzipper streams.
ReusableGZIPOutputStream - Class in net.i2p.util
Provide a cache of reusable GZIP streams, each handling up to 40 KB output without expansion.
reverse() - Method in class com.google.zxing.common.BitArray
Reverses all bits in the array.
reverseFlags(short) - Static method in class com.southernstorm.noise.protocol.Pattern
Reverses the local and remote flags for a pattern.
reverseIpAddressOf(Inet6Address) - Static method in class org.minidns.util.InetAddressUtil
Creates the reverse DNS name for the given IPv6 address.
reverseIpAddressOf(Inet4Address) - Static method in class org.minidns.util.InetAddressUtil
Creates the reverse DNS name for the given IPv4 address.
reverseLookup(Destination, Properties) - Method in class net.i2p.client.naming.MetaNamingService
 
reverseLookup(Destination) - Method in class net.i2p.client.naming.NamingService
Reverse lookup a destination.
reverseLookup(Hash) - Method in class net.i2p.client.naming.NamingService
Reverse lookup a hash.
reverseLookup(Destination, Properties) - Method in class net.i2p.client.naming.NamingService
Same as reverseLookup(dest) but with options This implementation returns null.
reverseLookup(Destination, Properties) - Method in class net.i2p.client.naming.SingleFileNamingService
Reverse lookup a destination to a hostname.
reverseLookup(Destination, Properties) - Method in class net.i2p.router.naming.BlockfileNamingService
Look up a hostname from a Destination's hash.
reverseLookup(Hash) - Method in class net.i2p.router.naming.BlockfileNamingService
Look up a hostname from a hash.
reverseLookupAll(Hash) - Method in class net.i2p.client.naming.NamingService
Reverse lookup a hash.
reverseLookupAll(Destination) - Method in class net.i2p.client.naming.NamingService
Reverse lookup a destination This implementation returns reverseLookupAll(dest, null).
reverseLookupAll(Destination, Properties) - Method in class net.i2p.client.naming.NamingService
Same as reverseLookupAll(dest) but with options This implementation returns the result from reverseLookup, or null.
reverseLookupAll(Destination, Properties) - Method in class net.i2p.router.naming.BlockfileNamingService
Return all hostnames registered for this Destination's hash.
reverseLookupAll(Hash) - Method in class net.i2p.router.naming.BlockfileNamingService
Return all hostnames registered for this hash.
revokeClients(String[]) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
Multiple entries in form
rewriteAnnounce(String) - Method in class org.klomp.snark.I2PSnarkUtil
Given http://KEY.i2p/foo/announce turn it into http://i2p/KEY/foo/announce Given http://tracker.blah.i2p/foo/announce leave it alone
RFC3339Date - Class in net.i2p.router.news
RFC 3339 date parsing utility for Atom feed compatibility.
RFC3339Date() - Constructor for class net.i2p.router.news.RFC3339Date
 
RFC822Date - Class in net.i2p.util
Moved from NewsFetcher
RFC822Date() - Constructor for class net.i2p.util.RFC822Date
 
RFC_1323_DISABLED - Static variable in class edu.internet2.ndt.NDTConstants
RFC 1323 window scaling disabled.
RFC_1323_ENABLED - Static variable in class edu.internet2.ndt.NDTConstants
RFC 1323 window scaling enabled.
RFC_1323_PEER_DISABLED - Static variable in class edu.internet2.ndt.NDTConstants
RFC 1323 window scaling peer-disabled by remote.
RFC_1323_SELF_DISABLED - Static variable in class edu.internet2.ndt.NDTConstants
RFC 1323 window scaling self-disabled by endpoint.
RFC_2018_ENABLED - Static variable in class edu.internet2.ndt.NDTConstants
RFC 2018 selective acknowledgment enabled.
RFC_3168_ENABLED - Static variable in class edu.internet2.ndt.NDTConstants
RFC 3168 explicit congestion notification enabled.
RFC_3168_PEER_DISABLED - Static variable in class edu.internet2.ndt.NDTConstants
RFC 3168 ECN peer-disabled.
RFC_3168_SELF_DISABLED - Static variable in class edu.internet2.ndt.NDTConstants
RFC 3168 ECN self-disabled.
RFC_896_ENABLED - Static variable in class edu.internet2.ndt.NDTConstants
RFC 896 Nagle algorithm enabled.
rho - Variable in class org.bouncycastle.pqc.crypto.mlkem.MLKEMPrivateKeyParameters
Public key rho component.
rho - Variable in class org.bouncycastle.pqc.crypto.mlkem.MLKEMPublicKeyParameters
Random seed
RI_FILTER - Static variable in class net.i2p.router.networkdb.kademlia.PersistentDataStore
File filter for RouterInfo files.
RIBlock(RouterInfo, boolean) - Constructor for class net.i2p.router.transport.ntcp.NTCP2Payload.RIBlock
RIBlock.
RIBlock(byte[], boolean, boolean) - Constructor for class net.i2p.router.transport.udp.SSU2Payload.RIBlock
Create a complete (non-fragmented) RouterInfo block.
RIBlock(byte[], int, int, boolean, boolean, int, int) - Constructor for class net.i2p.router.transport.udp.SSU2Payload.RIBlock
Create a fragment of a RouterInfo block.
rigid - Variable in class org.rrd4j.graph.RrdGraphDef
Whether to prevent automatic expansion of axis limits.
RingRenderer - Class in net.i2p.router.web.helpers
Reusable SVG ring chart generator for health-ring dashboards.
RingRenderer() - Constructor for class net.i2p.router.web.helpers.RingRenderer
 
RingRenderer.RingSection - Class in net.i2p.router.web.helpers
A section of a multi-section ring with a proportion and color class.
RingSection(double, String) - Constructor for class net.i2p.router.web.helpers.RingRenderer.RingSection
RingSection.
rmdir(String, boolean) - Static method in class net.i2p.util.FileUtil
Delete the path as well as any files or directories underneath it.
rmdir(File, boolean) - Static method in class net.i2p.util.FileUtil
Delete the path as well as any files or directories underneath it.
rname - Variable in class org.minidns.record.SOA
A domain name which specifies the mailbox of the person responsible for this zone.
rng - Static variable in class net.metanotion.util.skiplist.SkipList
Random number generator.
Robin - Interface in org.rrd4j.core
Class to represent archive values for a single datasource.
RobinArray - Class in org.rrd4j.core
Class to represent archive values for a single datasource.
RobinArray(Archive, int, boolean) - Constructor for class org.rrd4j.core.RobinArray
Create robin array
RobinMatrix - Class in org.rrd4j.core
Class to represent archive values for a single datasource.
RobinMatrix(Archive, RrdDoubleMatrix<Archive>, RrdInt<Archive>, int) - Constructor for class org.rrd4j.core.RobinMatrix
Create robin matrix
rollover() - Method in class net.i2p.router.networkdb.kademlia.BlindCache
Refresh all the data at midnight
ROOT - Static variable in class org.minidns.dnsname.DnsName
ROOT.
root - Variable in class org.rrd4j.core.XmlTemplate
 
ROOT_DEVICE - Static variable in class org.cybergarage.upnp.device.ST
ROOT_DEVICE.
ROOT_ELEMENT - Static variable in interface org.cybergarage.upnp.RootDescription
ROOT_ELEMENT.
ROOT_ELEMENT_NAMESPACE - Static variable in interface org.cybergarage.upnp.RootDescription
ROOT_ELEMENT_NAMESPACE.
rootDelay - Variable in class net.i2p.router.time.NtpMessage
This value indicates the total roundtrip delay to the primary reference source, in seconds.
RootDescription - Interface in org.cybergarage.upnp
Root description for UPnP devices.
ROOTDEVICE - Static variable in class org.cybergarage.upnp.device.NT
rootdevice
ROOTDEVICE - Static variable in class org.cybergarage.upnp.device.USN
ROOTDEVICE.
rootDispersion - Variable in class net.i2p.router.time.NtpMessage
This value indicates the nominal error relative to the primary reference source, in seconds.
rotate(double) - Method in class org.jfree.svg.SVGGraphics2D
Applies a rotation (anti-clockwise) about (0, 0).
rotate(double, double, double) - Method in class org.jfree.svg.SVGGraphics2D
Applies a rotation (anti-clockwise) about (x, y).
rotate180() - Method in class com.google.zxing.common.BitMatrix
Modifies this BitMatrix to represent the same but rotated 180 degrees
rotateBuffer() - Method in class gnu.crypto.prng.AsyncFortunaStandalone
make the next available filled buffer current, scheduling any unfilled buffers for refill, and blocking until at least one buffer is ready
Router - Class in net.i2p.router
Core router implementation that manages I2P node lifecycle, configuration, and subsystem coordination.
Router() - Constructor for class net.i2p.router.Router
Instantiation only.
Router(Properties) - Constructor for class net.i2p.router.Router
Instantiation only.
Router(String) - Constructor for class net.i2p.router.Router
Instantiation only.
Router(String, Properties) - Constructor for class net.i2p.router.Router
Instantiation only.
router() - Method in class net.i2p.router.RouterContext
what router is this context working for?
ROUTER_BUNDLE_NAME - Static variable in class net.i2p.router.CommSystemFacade
 
RouterAddress - Class in net.i2p.data.router
Defines a method of communicating with a router For efficiency, the options methods and structures here are unsynchronized.
RouterAddress() - Constructor for class net.i2p.data.router.RouterAddress
 
RouterAddress(String, OrderedProperties, int) - Constructor for class net.i2p.data.router.RouterAddress
For efficiency when created by a Transport.
RouterApp - Interface in net.i2p.router.app
If a class started via clients.config implements this interface, it will be used to manage the client, instead of starting with main() Clients implementing this interface MUST provide the following constructor: public MyClientApp(RouterContext context, ClientAppManager listener, String[] args) {...} All parameters are non-null.
routerAppManager() - Method in class net.i2p.router.RouterContext
The RouterAppManager.
RouterAppManager - Class in net.i2p.router.startup
Notify the router of events, and provide methods for client apps to find each other.
RouterAppManager(RouterContext) - Constructor for class net.i2p.router.startup.RouterAppManager
RouterAppManager.
RouterAppManager.Shutdown - Class in net.i2p.router.startup
Shutdown task for router applications.
RouterClock - Class in net.i2p.router
Alternate location for determining the time which takes into account an offset.
RouterClock(RouterContext) - Constructor for class net.i2p.router.RouterClock
Does not start.
RouterClock.ClockShiftListener - Interface in net.i2p.router
Listener interface for receiving notifications when the router clock shifts.
RouterCommandLine - Class in net.i2p.router
Simple command line access to various utilities.
RouterCommandLine() - Constructor for class net.i2p.router.RouterCommandLine
RouterCommandLine.
ROUTERCONSOLE - Static variable in class net.i2p.router.web.RouterConsoleRunner
ROUTERCONSOLE.
RouterConsoleRunner - Class in net.i2p.router.web
Start the router console.
RouterConsoleRunner(RouterContext, ClientAppManager, String[]) - Constructor for class net.i2p.router.web.RouterConsoleRunner
non-SSL: RouterConsoleRunner RouterConsoleRunner 7657 RouterConsoleRunner 7657 127.0.0.1 RouterConsoleRunner 7657 127.0.0.1,::1 RouterConsoleRunner 7657 127.0.0.1,::1 ./webapps/ SSL: RouterConsoleRunner -s 7657 RouterConsoleRunner -s 7657 127.0.0.1 RouterConsoleRunner -s 7657 127.0.0.1,::1 RouterConsoleRunner -s 7657 127.0.0.1,::1 ./webapps/ If using both, non-SSL must be first: RouterConsoleRunner 7657 127.0.0.1 -s 7667 RouterConsoleRunner 7657 127.0.0.1 -s 7667 127.0.0.1 RouterConsoleRunner 7657 127.0.0.1,::1 -s 7667 127.0.0.1,::1 RouterConsoleRunner 7657 127.0.0.1,::1 -s 7667 127.0.0.1,::1 ./webapps/
RouterContext - Class in net.i2p.router
Extended application context that provides centralized resource coordination for router instances.
RouterContext(Router) - Constructor for class net.i2p.router.RouterContext
Caller MUST call initAll() after instantiation.
RouterContext(Router, Properties) - Constructor for class net.i2p.router.RouterContext
Caller MUST call initAll() after instantiation.
RouterContext(Router, Properties, boolean) - Constructor for class net.i2p.router.RouterContext
Caller MUST call initAll() after instantiation.
routerDisconnected() - Method in interface net.i2p.i2ptunnel.I2PTunnel.ConnectionEventListener
routerDisconnected().
routerDisconnected() - Method in class net.i2p.i2ptunnel.I2PTunnel
Called when the router disconnects unexpectedly.
routerDisconnected() - Method in class net.i2p.i2ptunnel.I2PTunnelTask
 
RouterException(String) - Constructor for exception org.klomp.snark.Snark.RouterException
With message only.
RouterException(String, Throwable) - Constructor for exception org.klomp.snark.Snark.RouterException
With message and cause.
routerHash() - Method in class net.i2p.router.RouterContext
Convenience method for getting the router hash.
RouterIdentity - Class in net.i2p.data.router
Defines the unique identifier of a router, including any certificate or public key.
RouterIdentity() - Constructor for class net.i2p.data.router.RouterIdentity
 
routerIdentity - Variable in class net.i2p.router.startup.LoadRouterInfoJob.KeyData
routerIdentity.
RouterInfo - Class in net.i2p.data.router
Defines the data that a router either publishes to the global routing table or provides to trusted peers.
RouterInfo() - Constructor for class net.i2p.data.router.RouterInfo
Constructor with default address list and options properties.
RouterInfo(RouterInfo) - Constructor for class net.i2p.data.router.RouterInfo
Used only by Router and PublishLocalRouterInfoJob.
RouterInfoComparator - Class in net.i2p.router.web.helpers
Sorts in true binary order, not Base64 string order.
RouterInfoComparator() - Constructor for class net.i2p.router.web.helpers.RouterInfoComparator
 
routerInfoFileLock - Variable in class net.i2p.router.Router
not for external use
RouterInfoHandler - Class in net.i2p.i2pcontrol.servlets.jsonrpc2handlers
JSON-RPC2 handler for the RouterInfo method.
RouterInfoHandler(RouterContext, JSONRPC2Helper) - Constructor for class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.RouterInfoHandler
RouterInfoHandler.
routerInfoPublishSuccessful() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Set the last time we successfully published our RI.
RouterKeyGenerator - Class in net.i2p.data.router
Generates routing keys from hashes using date-based modification to prevent Sybil attacks.
RouterKeyGenerator(I2PAppContext) - Constructor for class net.i2p.data.router.RouterKeyGenerator
Constructor that initializes GMT date formatter and generates current routing key modifier data.
routerKeyGenerator() - Method in class net.i2p.router.RouterContext
Get the routing key generator for this context.
RouterLaunch - Class in net.i2p.router
This is the class called by the runplain.sh script on linux and the i2p.exe launcher on Windows.
RouterLaunch() - Constructor for class net.i2p.router.RouterLaunch
 
RouterManager - Class in net.i2p.desktopgui.router
Handle communications with the router instance.
RouterManager() - Constructor for class net.i2p.desktopgui.router.RouterManager
 
RouterManagerHandler - Class in net.i2p.i2pcontrol.servlets.jsonrpc2handlers
JSON-RPC2 handler for the RouterManager method.
RouterManagerHandler(RouterContext, JSONRPC2Helper) - Constructor for class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.RouterManagerHandler
RouterManagerHandler.
RouterManagerHandler.UpdateWrapperManagerTask - Class in net.i2p.i2pcontrol.servlets.jsonrpc2handlers
Task to update the wrapper manager with a specific exit code
RouterPasswordManager - Class in net.i2p.router.util
Comprehensive password management for router configuration with migration support.
RouterPasswordManager(RouterContext) - Constructor for class net.i2p.router.util.RouterPasswordManager
 
RouterPrivateKeyFile - Class in net.i2p.data.router
Handles router private key files, extending PrivateKeyFile to provide RouterIdentity access instead of Destination.
RouterPrivateKeyFile(File) - Constructor for class net.i2p.data.router.RouterPrivateKeyFile
Constructor with the router private key file path.
RouterRestartException - Exception in net.i2p.client.streaming
An I2PException thrown from I2PServerSocket.accept() when the router is restarting.
RouterRestartException() - Constructor for exception net.i2p.client.streaming.RouterRestartException
 
RouterThrottle - Interface in net.i2p.router
Controls router load by throttling message processing and tunnel participation.
RouterThrottleImpl - Class in net.i2p.router
Simple throttle that basically stops accepting messages or nontrivial requests if the jobQueue lag is too large.
RouterThrottleImpl(RouterContext) - Constructor for class net.i2p.router.RouterThrottleImpl
 
RouterTimestamper - Class in net.i2p.router.time
Periodically query a series of NTP servers and update any associated listeners.
RouterTimestamper(I2PAppContext) - Constructor for class net.i2p.router.time.RouterTimestamper
Does not start.
RouterTimestamper(I2PAppContext, Timestamper.UpdateListener) - Constructor for class net.i2p.router.time.RouterTimestamper
Does not start.
RouterTimestamper(I2PAppContext, Timestamper.UpdateListener, boolean) - Constructor for class net.i2p.router.time.RouterTimestamper
Does not start.
RouterVersion - Class in net.i2p.router
Expose a version string
RouterVersion() - Constructor for class net.i2p.router.RouterVersion
 
RouterWatchdog - Class in net.i2p.router.tasks
Router health monitor and automatic recovery system.
RouterWatchdog(RouterContext) - Constructor for class net.i2p.router.tasks.RouterWatchdog
Create a new router watchdog.
routingKeyChanged() - Method in class net.i2p.router.NetworkDatabaseFacade
Notify the netDB that the routing key changed at midnight UTC
routingKeyChanged() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Notify the netDB that the routing key changed at midnight UTC
RoutingKeyGenerator - Class in net.i2p.data
Interface for transforming hashes into routing keys for I2P network database operations.
RoutingKeyGenerator() - Constructor for class net.i2p.data.RoutingKeyGenerator
 
routingKeyGenerator() - Method in class net.i2p.I2PAppContext
Determine how much do we want to mess with the keys to turn them into something we can route.
routingKeyGenerator() - Method in class net.i2p.router.RouterContext
Determine how much do we want to mess with the keys to turn them into something we can route.
rowCount - Variable in class org.rrd4j.core.jrrd.Archive
Data row count.
rows - Variable in class org.rrd4j.core.Archive
Number of archive rows
RpnCalculator - Class in org.rrd4j.data
Reverse Polish Notation (RPN) expression calculator.
Evaluates mathematical expressions on RRD data sources using RPN notation for efficient computation.
RpnCalculator(String, String, DataProcessor) - Constructor for class org.rrd4j.data.RpnCalculator
Rpn calculator
rraCount - Variable in class org.rrd4j.core.jrrd.Header
Number of archives within file
RRD4J_DIR - Static variable in class org.rrd4j.core.Util
 
RRD_DIR - Static variable in class net.i2p.router.web.GraphListener
note that .jrb files are NOT compatible with .rrd files
RRD_DOUBLE - Static variable in class org.rrd4j.core.RrdPrimitive
Type identifier for double RRD primitives.
RRD_INT - Static variable in class org.rrd4j.core.RrdPrimitive
Type identifier for integer RRD primitives.
RRD_LONG - Static variable in class org.rrd4j.core.RrdPrimitive
Type identifier for long RRD primitives.
RRD_PREFIX - Static variable in class net.i2p.router.web.GraphListener
R r d p r e f i x
RRD_PRIM_SIZES - Static variable in class org.rrd4j.core.RrdPrimitive
Array containing the size in bytes for each RRD primitive type.
RRD_STRING - Static variable in class org.rrd4j.core.RrdPrimitive
Type identifier for string RRD primitives.
RRD_SUFFIX - Static variable in class net.i2p.router.web.GraphListener
R r d s u f f i x
RrdAllocator - Class in org.rrd4j.core
An internal usage class.
RrdAllocator() - Constructor for class org.rrd4j.core.RrdAllocator
 
RRDatabase - Class in org.rrd4j.core.jrrd
Instances of this class model Round Robin Database (RRD) files.
RRDatabase(String) - Constructor for class org.rrd4j.core.jrrd.RRDatabase
Creates a database to read from.
RRDatabase(File) - Constructor for class org.rrd4j.core.jrrd.RRDatabase
Creates a database to read from.
RrdBackend - Class in org.rrd4j.core
Base implementation class for all backend classes.
RrdBackend(String) - Constructor for class org.rrd4j.core.RrdBackend
Creates backend for a RRD storage with the given path.
RrdBackendAnnotation - Annotation Type in org.rrd4j.core
Description of a RrdBackendFactory
RrdBackendException - Exception in org.rrd4j.core
Wrap a exception generated by the backend store
RrdBackendException(String) - Constructor for exception org.rrd4j.core.RrdBackendException
RrdBackendException.
RrdBackendException(String, Throwable) - Constructor for exception org.rrd4j.core.RrdBackendException
RrdBackendException.
RrdBackendFactory - Class in org.rrd4j.core
Base (abstract) backend factory class which holds references to all concrete backend factories and defines abstract methods which must be implemented in all concrete factory implementations.
RrdBackendFactory() - Constructor for class org.rrd4j.core.RrdBackendFactory
RrdBackendFactory.
RrdByteArrayBackend - Class in org.rrd4j.core
Abstract byte array based backend.
RrdByteArrayBackend(String) - Constructor for class org.rrd4j.core.RrdByteArrayBackend
Path to the RRD file.
rrdClose() - Method in class org.rrd4j.core.ByteBufferBackend
 
rrdClose() - Method in class org.rrd4j.core.RrdBackend
Closes the underlying backend.
RrdDb - Class in org.rrd4j.core
Main class used to create and manipulate round robin databases (RRDs).
RrdDb.Builder - Class in org.rrd4j.core
Builder for RrdDb instances.
RrdDbPool - Class in org.rrd4j.core
This class should be used to synchronize access to RRD files in a multithreaded environment.
RrdDbPool() - Constructor for class org.rrd4j.core.RrdDbPool
Constructor for RrdDbPool.
RrdDbPool(RrdBackendFactory) - Constructor for class org.rrd4j.core.RrdDbPool
Constructor for RrdDbPool.
RrdDef - Class in org.rrd4j.core
Class to represent definition of new Round Robin Database (RRD).
RrdDef(String) - Constructor for class org.rrd4j.core.RrdDef
Creates new RRD definition object with the given path.
RrdDef(URI) - Constructor for class org.rrd4j.core.RrdDef
Creates new RRD definition object with the given path.
RrdDef(String, long) - Constructor for class org.rrd4j.core.RrdDef
Creates new RRD definition object with the given path and step.
RrdDef(URI, long) - Constructor for class org.rrd4j.core.RrdDef
Creates new RRD definition object with the given path and step.
RrdDef(String, long, long) - Constructor for class org.rrd4j.core.RrdDef
Creates new RRD definition object with the given path, starting timestamp and step.
RrdDef(URI, long, long) - Constructor for class org.rrd4j.core.RrdDef
Creates new RRD definition object with the given path, starting timestamp and step.
RrdDef(String, long, long, int) - Constructor for class org.rrd4j.core.RrdDef
Creates new RRD definition object with the given path, starting timestamp, step and version.
RrdDef(URI, long, long, int) - Constructor for class org.rrd4j.core.RrdDef
Creates new RRD definition object with the given path, starting timestamp, step and version.
RrdDefTemplate - Class in org.rrd4j.core
Class used to create an arbitrary number of RrdDef (RRD definition) objects from a single XML template.
RrdDefTemplate(InputSource) - Constructor for class org.rrd4j.core.RrdDefTemplate
Creates RrdDefTemplate object from any parsable XML input source.
RrdDefTemplate(String) - Constructor for class org.rrd4j.core.RrdDefTemplate
Creates RrdDefTemplate object from the string containing XML template.
RrdDefTemplate(File) - Constructor for class org.rrd4j.core.RrdDefTemplate
Creates RrdDefTemplate object from the file containing XML template.
RrdDouble<U extends RrdUpdater<U>> - Class in org.rrd4j.core
RRD double primitive type.
RrdDouble(RrdUpdater<U>, boolean) - Constructor for class org.rrd4j.core.RrdDouble
 
RrdDouble(RrdUpdater<U>) - Constructor for class org.rrd4j.core.RrdDouble
 
RrdDoubleArray<U extends RrdUpdater<U>> - Class in org.rrd4j.core
RRD primitive type for handling arrays of double values.
RrdDoubleArray(RrdUpdater<U>, int) - Constructor for class org.rrd4j.core.RrdDoubleArray
 
RrdDoubleMatrix<U extends RrdUpdater<U>> - Class in org.rrd4j.core
RRD primitive type for handling matrices of double values.
RrdDoubleMatrix(RrdUpdater<U>, int, int, boolean) - Constructor for class org.rrd4j.core.RrdDoubleMatrix
 
RrdEnum<U extends RrdUpdater<U>,E extends Enum<E>> - Class in org.rrd4j.core
RRD primitive type for handling enum values.
RrdEnum(RrdUpdater<U>, boolean, Class<E>) - Constructor for class org.rrd4j.core.RrdEnum
 
RrdEnum(RrdUpdater<U>, Class<E>) - Constructor for class org.rrd4j.core.RrdEnum
 
RrdException - Exception in org.rrd4j.core
A general purpose RRD4J exception.
RrdException(String) - Constructor for exception org.rrd4j.core.RrdException
Creates a new RRD exception with the specified message.
RrdException(String, Throwable) - Constructor for exception org.rrd4j.core.RrdException
Creates a new RRD exception with the specified message and cause.
rrdFile - Variable in class org.rrd4j.core.jrrd.RRDatabase
The RRD file
RRDFile - Class in org.rrd4j.core.jrrd
This class is used read information from an RRD file.
RRDFile(String) - Constructor for class org.rrd4j.core.jrrd.RRDFile
Open RRD file
RRDFile(File) - Constructor for class org.rrd4j.core.jrrd.RRDFile
Open RRD file
RrdFileBackend - Interface in org.rrd4j.core
An abstract backend which is used to store RRD data to ordinary files on the disk.
RrdFileBackendFactory - Class in org.rrd4j.core
An abstract backend factory which is used to store RRD data to ordinary files on the disk.
RrdFileBackendFactory() - Constructor for class org.rrd4j.core.RrdFileBackendFactory
 
RrdGraph - Class in org.rrd4j.graph
Class which actually creates Rrd4j graphs (does the hard work).
RrdGraph(RrdGraphDef) - Constructor for class org.rrd4j.graph.RrdGraph
Creates graph from the corresponding RrdGraphDef object.
RrdGraph(RrdGraphDef, ImageWorker) - Constructor for class org.rrd4j.graph.RrdGraph
Create graph from a custom image worker
RrdGraph(RrdGraphDef, ImageWriter, ImageWriteParam) - Constructor for class org.rrd4j.graph.RrdGraph
Creates graph from the corresponding RrdGraphDef object.
RrdGraphConstants - Interface in org.rrd4j.graph
Class to represent various constants used for graphing.
RrdGraphConstants.FontConstructor - Class in org.rrd4j.graph
Font constructor, to use embedded fonts.
RrdGraphConstants.FontTag - Enum in org.rrd4j.graph
RrdGraphDef - Class in org.rrd4j.graph
Class which should be used to define new Rrd4j graph.
RrdGraphDef(long, long) - Constructor for class org.rrd4j.graph.RrdGraphDef
Creates RrdGraphDef object.
RrdGraphDef(TemporalAmount) - Constructor for class org.rrd4j.graph.RrdGraphDef
Creates new DataProcessor object for the given time duration.
RrdGraphDef.ImageSource - Interface in org.rrd4j.graph
Implementations of this class can be used to generate image than can be layered on graph.
RrdGraphGenerator - Class in org.rrd4j.graph
Core graph generation engine for RRD graphs.
RrdGraphGenerator(RrdGraphDef, ImageWorker, DataProcessor) - Constructor for class org.rrd4j.graph.RrdGraphGenerator
 
RrdGraphInfo - Class in org.rrd4j.graph
Class to represent successfully created Rrd4j graph.
RrdGraphInfo() - Constructor for class org.rrd4j.graph.RrdGraphInfo
Prevent instantiation
RrdInt<U extends RrdUpdater<U>> - Class in org.rrd4j.core
RRD integer primitive type.
RrdInt(RrdUpdater<U>, boolean) - Constructor for class org.rrd4j.core.RrdInt
Creates a new RRD integer primitive.
RrdInt(RrdUpdater<U>) - Constructor for class org.rrd4j.core.RrdInt
Creates a new RRD integer primitive.
RrdLong<U extends RrdUpdater<U>> - Class in org.rrd4j.core
RRD primitive type for handling long integer values.
RrdLong(RrdUpdater<U>, boolean) - Constructor for class org.rrd4j.core.RrdLong
 
RrdLong(RrdUpdater<U>) - Constructor for class org.rrd4j.core.RrdLong
 
RrdMemoryBackend - Class in org.rrd4j.core
Backend to be used to store all RRD bytes in memory.
RrdMemoryBackend(String, AtomicReference<ByteBuffer>) - Constructor for class org.rrd4j.core.RrdMemoryBackend
Path to the RRD file.
RrdMemoryBackendFactory - Class in org.rrd4j.core
Factory class which creates actual RrdMemoryBackend objects.
RrdMemoryBackendFactory() - Constructor for class org.rrd4j.core.RrdMemoryBackendFactory
 
RrdNioBackend - Class in org.rrd4j.core
Backend which is used to store RRD data to ordinary disk files using java.nio.* package.
RrdNioBackend(String, boolean, RrdSyncThreadPool, int) - Constructor for class org.rrd4j.core.RrdNioBackend
Creates RrdFileBackend object for the given file path, backed by java.nio.* classes.
RrdNioBackendFactory - Class in org.rrd4j.core
Factory class which creates actual RrdNioBackend objects.
RrdNioBackendFactory() - Constructor for class org.rrd4j.core.RrdNioBackendFactory
Creates a new RrdNioBackendFactory with default settings.
RrdNioBackendFactory(int) - Constructor for class org.rrd4j.core.RrdNioBackendFactory
Creates a new RrdNioBackendFactory, using a default RrdSyncThreadPool.
RrdNioBackendFactory(int, int) - Constructor for class org.rrd4j.core.RrdNioBackendFactory
Creates a new RrdNioBackendFactory.
RrdNioBackendFactory(int, ScheduledExecutorService) - Constructor for class org.rrd4j.core.RrdNioBackendFactory
Creates a new RrdNioBackendFactory.
RrdNioBackendFactory(int, RrdSyncThreadPool) - Constructor for class org.rrd4j.core.RrdNioBackendFactory
Creates a new RrdNioBackendFactory.
RrdPrimitive<U extends RrdUpdater<U>> - Class in org.rrd4j.core
Abstract base class for all RRD primitive data types.
RrdPrimitive(RrdUpdater<U>, int, boolean) - Constructor for class org.rrd4j.core.RrdPrimitive
 
RrdPrimitive(RrdUpdater<U>, int, int, boolean) - Constructor for class org.rrd4j.core.RrdPrimitive
 
RrdRandomAccessFileBackend - Class in org.rrd4j.core
Backend which is used to store RRD data to ordinary files on the disk.
RrdRandomAccessFileBackend(String, boolean) - Constructor for class org.rrd4j.core.RrdRandomAccessFileBackend
Creates RrdFileBackend object for the given file path, backed by RandomAccessFile object.
RrdRandomAccessFileBackendFactory - Class in org.rrd4j.core
Factory class which creates actual RrdRandomAccessFileBackend objects.
RrdRandomAccessFileBackendFactory() - Constructor for class org.rrd4j.core.RrdRandomAccessFileBackendFactory
 
RrdSafeFileBackend - Class in org.rrd4j.core
Backend which is used to store RRD data to ordinary files on the disk, using locking.
RrdSafeFileBackend(String, long, long) - Constructor for class org.rrd4j.core.RrdSafeFileBackend
Creates RrdFileBackend object for the given file path, backed by RandomAccessFile object.
RrdSafeFileBackend.Counters - Class in org.rrd4j.core
Internal counters for tracking file locking operations.
RrdSafeFileBackendFactory - Class in org.rrd4j.core
Factory class which creates actual RrdSafeFileBackend objects.
RrdSafeFileBackendFactory() - Constructor for class org.rrd4j.core.RrdSafeFileBackendFactory
Generate a factory using the default system wide lock settings
RrdSafeFileBackendFactory(long, long) - Constructor for class org.rrd4j.core.RrdSafeFileBackendFactory
Generate a factory with custom lock settings
RrdString<U extends RrdUpdater<U>> - Class in org.rrd4j.core
RRD primitive type for handling string values.
RrdString(RrdUpdater<U>, boolean) - Constructor for class org.rrd4j.core.RrdString
 
RrdString(RrdUpdater<U>) - Constructor for class org.rrd4j.core.RrdString
 
RrdSyncThreadPool - Class in org.rrd4j.core
Thread pool used by RrdNioBackend instances to periodically sync the mapped file to disk.
RrdSyncThreadPool() - Constructor for class org.rrd4j.core.RrdSyncThreadPool
Creates a new RrdSyncThreadPool with a default pool size of 6.
RrdSyncThreadPool(ScheduledExecutorService) - Constructor for class org.rrd4j.core.RrdSyncThreadPool
Creates a new RrdSyncThreadPool with a user-provided ScheduledExecutorService.
RrdSyncThreadPool(int) - Constructor for class org.rrd4j.core.RrdSyncThreadPool
Creates a new RrdSyncThreadPool with the given pool size.
RrdSyncThreadPool(int, ThreadFactory) - Constructor for class org.rrd4j.core.RrdSyncThreadPool
Creates a new RrdSyncThreadPool with the given pool size.
RrdSyncThreadPool.DaemonThreadFactory - Class in org.rrd4j.core
Daemon thread factory used by the monitor executors.
RRDTOOL_VERSION1 - Static variable in class org.rrd4j.core.Header
Version identifier for RRDTool version 1 compatibility.
RRDTOOL_VERSION3 - Static variable in class org.rrd4j.core.Header
Version identifier for RRDTool version 3 compatibility.
RrdToolkit - Class in org.rrd4j.core
Class used to perform various complex operations on RRD files.
RrdToolReader - Class in org.rrd4j.core
Reader for RRDTool format RRD files.
RrdToolReader(String) - Constructor for class org.rrd4j.core.RrdToolReader
Creates a new RRDTool reader.
RrdUpdater<T extends RrdUpdater<T>> - Interface in org.rrd4j.core
Interface for RRD components that can update their state.
RRSIG - Class in org.minidns.record
DNS RRSIG (Resource Record Signature) record payload for DNSSEC.
Contains cryptographic signature covering a set of DNS records to provide authenticity and integrity verification.
RRSIG(Record.TYPE, int, byte, long, Date, Date, int, DnsName, byte[]) - Constructor for class org.minidns.record.RRSIG
RRSIG.
RRSIG(Record.TYPE, int, byte, long, Date, Date, int, String, byte[]) - Constructor for class org.minidns.record.RRSIG
RRSIG.
RRSIG(Record.TYPE, DnssecConstants.SignatureAlgorithm, byte, long, Date, Date, int, DnsName, byte[]) - Constructor for class org.minidns.record.RRSIG
RRSIG.
RRSIG(Record.TYPE, DnssecConstants.SignatureAlgorithm, byte, long, Date, Date, int, String, byte[]) - Constructor for class org.minidns.record.RRSIG
RRSIG.
RRWithTarget - Class in org.minidns.record
Abstract base class for DNS resource records that point to a target domain name.
Extended by record types like CNAME, NS, and others that contain a target field.
RRWithTarget(DnsName) - Constructor for class org.minidns.record.RRWithTarget
RRWithTarget.
RSAConstants - Class in net.i2p.crypto
Constants for RSA
RSAConstants() - Constructor for class net.i2p.crypto.RSAConstants
 
RSASigningPrivateCrtKey - Class in net.i2p.crypto
A SigningPrivateKey that retains the Chinese Remainder Theorem parameters, so it can be converted back to a Java CRT key.
rtag - Variable in class net.i2p.router.networkdb.kademlia.MessageWrapper.OneTimeSession
non-null for ratchet
RTOComparator() - Constructor for class net.i2p.router.web.helpers.UDPSorters.RTOComparator
 
RTTComparator() - Constructor for class net.i2p.router.web.helpers.UDPSorters.RTTComparator
 
rttsec - Variable in class edu.internet2.ndt.Tcpbw100
Packet loss rate.
Rule - Class in org.rrd4j.graph
Abstract base class for rule elements in RRD graphs.
Rule(Paint, LegendText, BasicStroke) - Constructor for class org.rrd4j.graph.Rule
Creates a new rule with specified color, legend, and stroke.
run() - Method in class edu.internet2.ndt.OsfwWorker
run() method of this SFW Worker thread.
run() - Method in class edu.internet2.ndt.Tcpbw100.TestWorker
run.
run() - Method in class gnu.crypto.prng.AsyncFortunaStandalone
The refiller thread
run(String[]) - Method in class net.i2p.addressbook.Daemon
 
run() - Method in class net.i2p.addressbook.DaemonThread
 
run() - Method in class net.i2p.client.impl.ClientWriterRunner
 
run() - Method in class net.i2p.client.impl.I2PSessionImpl.AvailabilityNotifier
 
run() - Method in class net.i2p.client.impl.I2PSessionMuxedImpl.MuxedAvailabilityNotifier
run.
run() - Method in class net.i2p.data.i2cp.I2CPMessageReader.I2CPMessageReaderRunner
run.
run() - Method in class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.RouterManagerHandler.UpdateWrapperManagerTask
run.
run() - Method in class net.i2p.i2ptunnel.I2Ping
Overrides super.
run() - Method in class net.i2p.i2ptunnel.I2PTunnelClientBase
Non-final since 0.9.11.
run() - Method in class net.i2p.i2ptunnel.I2PTunnelOutproxyRunner
Start forwarding data bidirectionally between the external socket and the I2P socket.
run() - Method in class net.i2p.i2ptunnel.I2PTunnelRunner
run.
run() - Method in class net.i2p.i2ptunnel.I2PTunnelServer
Runs the I2PTunnelServer to accept and handle incoming connections asynchronously.
run() - Method in class net.i2p.i2ptunnel.InternalSocketRunner
run.
run() - Method in class net.i2p.i2ptunnel.irc.IrcInboundFilter
Run the inbound filter loop.
run() - Method in class net.i2p.i2ptunnel.irc.IrcOutboundFilter
Run the outbound filter loop.
run() - Method in class net.i2p.i2ptunnel.streamr.Pinger
Main run loop that periodically sends subscribe messages.
run() - Method in class net.i2p.i2ptunnel.udp.UDPSource
Receives UDP datagrams in a loop and forwards them to the configured sink.
run() - Method in class net.i2p.router.client.ClientListenerRunner
 
run() - Method in class net.i2p.router.client.ClientWriterRunner
 
run() - Method in class net.i2p.router.crypto.pqc.MLKEMKeyFactory
 
run() - Method in class net.i2p.router.crypto.ratchet.Elg2KeyFactory
Execute the task
run() - Method in class net.i2p.router.JobQueueRunner
 
run() - Method in class net.i2p.router.JobQueueScaler
Main scaling loop.
run() - Method in class net.i2p.router.startup.RouterAppManager.Shutdown
run.
run() - Method in class net.i2p.router.sybil.Analysis
Executes the background Sybil analysis, stores results, and removes old data.
run() - Method in class net.i2p.router.tasks.GracefulShutdown
 
run() - Method in class net.i2p.router.tasks.Restarter
Perform a soft restart of the router.
run() - Method in class net.i2p.router.tasks.RouterWatchdog
Main watchdog monitoring loop.
run() - Method in class net.i2p.router.tasks.ShutdownHook
Perform emergency shutdown when JVM is terminating.
run() - Method in class net.i2p.router.tasks.Spinner
Keep JVM alive for shutdown tasks to complete.
run() - Method in class net.i2p.router.time.RouterTimestamper
run.
run() - Method in class net.i2p.router.transport.crypto.X25519KeyFactory
run.
run() - Method in class net.i2p.router.transport.FIFOBandwidthRefiller
 
run() - Method in class net.i2p.router.transport.ntcp.EventPumper
run.
run() - Method in class net.i2p.router.transport.udp.PacketPusher
The main loop for the packet pusher thread.
run() - Method in class net.i2p.router.tunnel.pool.BuildExecutor
Starts the tunnel building process in a loop and takes care of error handling.
run() - Method in class net.i2p.router.tunnel.pool.BuildHandler
Thread to handle inbound requests
run() - Method in class net.i2p.router.tunnel.TunnelGatewayPumper
Primary thread run loop.
run() - Method in class net.i2p.router.update.NewsFetcher
run.
run() - Method in class net.i2p.router.update.UnsignedUpdateChecker
run.
run() - Method in class net.i2p.router.update.UpdateRunner
run.
run() - Method in class net.i2p.router.web.GraphGenerator
run.
run() - Method in class net.i2p.router.web.PluginStarter
run.
run() - Method in class net.i2p.router.web.PluginStopper
run.
run() - Method in class net.i2p.sam.SAMBridge
Accept incoming SAM connections and dispatch to handlers.
run() - Method in class net.i2p.sam.SAMHandler
Register with the bridge, call handle(), unregister with the bridge.
run() - Method in class net.i2p.sam.SAMStreamSession.SAMStreamSessionServer
run.
run() - Method in class net.i2p.sam.SAMStreamSession.SAMStreamSessionSocketReader
Run the socket reader loop.
run() - Method in class net.i2p.sam.SAMStreamSession.SAMv1StreamSessionSocketReader
run.
run() - Method in class net.i2p.sam.SAMStreamSession.StreamSender
run().
run() - Method in class net.i2p.sam.SAMv2StreamSession.SAMv2StreamSessionSocketReader
run.
run() - Method in class net.i2p.time.Timestamper
dummy
run() - Method in class net.i2p.util.EepGet.Gunzipper
run.
run() - Method in class net.i2p.util.I2PThread
run.
run() - Method in class net.i2p.util.LogWriter
run.
run() - Method in class net.i2p.util.SimpleTimer2.TimedEvent
run() - Method in class org.cybergarage.http.HTTPServer
run.
run() - Method in class org.cybergarage.http.HTTPServerThread
Runs the thread to handle HTTP requests from the client.
run() - Method in class org.cybergarage.upnp.control.RenewSubscriber
Main thread loop that periodically renews subscriptions.
run() - Method in class org.cybergarage.upnp.device.Advertiser
 
run() - Method in class org.cybergarage.upnp.device.Disposer
 
run() - Method in class org.cybergarage.upnp.ssdp.SSDPNotifySocket
run.
run() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket
run.
run() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocket
run.
run() - Method in class org.cybergarage.util.ThreadCore
The main execution method of the thread.
run() - Method in class org.klomp.snark.ConnectionAcceptor
 
run() - Method in class org.klomp.snark.PeerCheckerTask
 
run() - Method in class org.klomp.snark.PeerConnectionIn
Read and dispatch incoming BitTorrent messages until disconnect.
run() - Method in class org.klomp.snark.PeerConnectionOut
Pull messages from the send queue and deliver to the peer.
run() - Method in class org.klomp.snark.TrackerClient
run.
run() - Method in class org.klomp.snark.web.FetchAndAdd
Set off by startTorrent().
run2() - Method in class net.i2p.data.i2cp.I2CPMessageReader.I2CPMessageReaderRunner
Called by run()
run_test() - Method in class edu.internet2.ndt.Tcpbw100
"Remote Control" function - invoke NDT' runtest() method from the API
runClient(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Run the client on the given port number pointing at the specified destination (either the base64 of the destination or file:fileNameContainingDestination).
runClient(String, String, String[], RouterContext, Log) - Static method in class net.i2p.router.startup.LoadClientAppsJob
Run client in a new thread.
runClient(String, String, String[], RouterContext, Log, ThreadGroup, ClassLoader) - Static method in class net.i2p.router.startup.LoadClientAppsJob
Run client in a new thread.
runClientInline(String, String, String[], Log) - Static method in class net.i2p.router.startup.LoadClientAppsJob
Run client in this thread.
runClientInline(String, String, String[], Log, ClassLoader) - Static method in class net.i2p.router.startup.LoadClientAppsJob
Run client in this thread.
runClientOptions(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Configure the extra I2CP options to use in any subsequent I2CP sessions.
runClose(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Close the given task (or all tasks), optionally forcing them to die a hard death Event "closeResult" = "ok" after the closing is complete
runCommand(String) - Method in class net.i2p.i2ptunnel.I2Ping
 
runCommand(String, Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Parses and executes a tunnel management command.
runConnectClient(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Run a CONNECT client on the given port number
runConnection(Socket) - Method in class net.i2p.router.client.ClientListenerRunner
Handle the connection by passing it off to a ClientConnectionRunner
runConnection(I2PSnarkUtil, PeerListener, BandwidthListener, BitField, MagnetState, boolean) - Method in class org.klomp.snark.Peer
Runs the connection to the other peer.
runConnection(I2PSnarkUtil, PeerListener, BandwidthListener, BitField, MagnetState, boolean) - Method in class org.klomp.snark.WebPeer
Runs the connection to the other peer.
runHttpBidirServer(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Run the HTTP server pointing at the host and port specified using the private i2p destination loaded from the specified file, replacing the HTTP headers so that the Host: specified is the one spoofed.
runHttpClient(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Run an HTTP client on the given port number Event "httpclientTaskId" = Integer(taskId) after the tunnel has been started (or -1 on error).
runHttpServer(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Run the HTTP server pointing at the host and port specified using the private i2p destination loaded from the specified file, replacing the HTTP headers so that the Host: specified is the one spoofed.
runIrcClient(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Run an IRC client on the given port number Event "ircclientTaskId" = Integer(taskId) after the tunnel has been started (or -1 on error).
runIrcServer(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Same args as runServer (we should stop duplicating all this code...)
runIt() - Method in class edu.internet2.ndt.Tcpbw100
 
runJob() - Method in class net.i2p.router.client.CreateSessionJob
Execute the job
runJob() - Method in class net.i2p.router.client.LookupDestJob
Execute the job
runJob() - Method in class net.i2p.router.client.MessageReceivedJob
 
runJob() - Method in class net.i2p.router.client.ReportAbuseJob
Execute the job
runJob() - Method in class net.i2p.router.client.RequestLeaseSetJob
Execute the job
runJob() - Method in interface net.i2p.router.Job
Actually perform the task.
runJob() - Method in class net.i2p.router.message.HandleGarlicMessageJob
Entry point for the job.
runJob() - Method in class net.i2p.router.message.OutboundClientMessageOneShotJob
 
runJob() - Method in class net.i2p.router.message.SendMessageDirectJob
 
runJob() - Method in class net.i2p.router.networkdb.HandleDatabaseLookupMessageJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.CleanupLURoutersJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.ContactDrivenRefreshJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.DirectLookupJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.ExpireLeasesJob
runJob.
runJob() - Method in class net.i2p.router.networkdb.kademlia.ExpireRoutersJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.FloodfillMonitorJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.FloodfillRouterInfoFloodJob
runJob.
runJob() - Method in class net.i2p.router.networkdb.kademlia.FloodfillVerifyStoreJob
Query a random floodfill for the leaseset or routerinfo that we just stored to a (hopefully different) floodfill peer.
runJob() - Method in class net.i2p.router.networkdb.kademlia.FloodOnlyLookupMatchJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.FloodOnlyLookupTimeoutJob
runJob.
runJob() - Method in class net.i2p.router.networkdb.kademlia.FloodOnlySearchJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.FloodSearchJob
Deprecated, unused, see FOSJ override
runJob() - Method in class net.i2p.router.networkdb.kademlia.HandleFloodfillDatabaseStoreMessageJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.IterativeLookupJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.IterativeSearchJob
Execute the iterative search, selecting floodfill peers from the k-buckets and sending DatabaseLookupMessages to each.
runJob() - Method in class net.i2p.router.networkdb.kademlia.IterativeTimeoutJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.ProbeStalePeerJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.RefreshRoutersJob
Entry point for the job execution.
runJob() - Method in class net.i2p.router.networkdb.kademlia.RepublishLeaseSetJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.SearchJob.FailedJob
Notify the search of a peer timeout and optionally penalize.
runJob() - Method in class net.i2p.router.networkdb.kademlia.SearchJob
Execute the next step of the iterative search.
runJob() - Method in class net.i2p.router.networkdb.kademlia.SearchReplyJob
runJob.
runJob() - Method in class net.i2p.router.networkdb.kademlia.SearchUpdateReplyFoundJob
runJob.
runJob() - Method in class net.i2p.router.networkdb.kademlia.SingleLookupJob
runJob.
runJob() - Method in class net.i2p.router.networkdb.kademlia.SingleSearchJob
 
runJob() - Method in class net.i2p.router.networkdb.kademlia.StartExplorersJob
Runs the job, determines if exploration should occur, how many explorations to run, selects keys to explore, creates and queues ExploreJobs, and schedules the next run.
runJob() - Method in class net.i2p.router.networkdb.kademlia.StoreJob
Execute the job to start sending to the next batch of peers.
runJob() - Method in class net.i2p.router.networkdb.PublishLocalRouterInfoJob
runJob.
runJob() - Method in class net.i2p.router.peermanager.PeerTestJob
Main job execution loop that performs peer testing with adaptive scheduling.
runJob() - Method in class net.i2p.router.startup.BootCommSystemJob
 
runJob() - Method in class net.i2p.router.startup.BootNetworkDbJob
 
runJob() - Method in class net.i2p.router.startup.BootPeerManagerJob
 
runJob() - Method in class net.i2p.router.startup.BuildTrustedLinksJob
 
runJob() - Method in class net.i2p.router.startup.CreateRouterInfoJob
 
runJob() - Method in class net.i2p.router.startup.LoadClientAppsJob
runJob.
runJob() - Method in class net.i2p.router.startup.LoadRouterInfoJob
runJob.
runJob() - Method in class net.i2p.router.startup.RebuildRouterInfoJob
runJob.
runJob() - Method in class net.i2p.router.startup.StartAcceptingClientsJob
runJob.
runJob() - Method in class net.i2p.router.startup.StartupJob
runJob.
runJob() - Method in class net.i2p.router.sybil.Analysis
 
runJob() - Method in class net.i2p.router.tasks.PersistRouterInfoJob
Save the current router information to disk.
runJob() - Method in class net.i2p.router.tasks.ReadConfigJob
Check for and reload router configuration if file has changed.
runJob() - Method in class net.i2p.router.tasks.UpdateRoutingKeyModifierJob
Update the routing key modifier if needed.
runJob() - Method in class net.i2p.router.tunnel.pool.ExpireJob
 
runJob() - Method in class net.i2p.router.tunnel.pool.TestJob
runJob.
runJob() - Method in class net.i2p.router.web.helpers.NetDbCachingJob
runJob.
runListenOn(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Specify the hostname / IP address of the interface that the tunnels should bind to Event "listen_onResult" = "ok" or "error" after the interface has been specified
runNDT(MLabRunner.ToolListener) - Method in class com.vuze.plugins.mlab.MLabRunner
Non-blocking, spawns a thread and returns immediately.
runNDT(MLabRunner.ToolListener, boolean, String) - Method in class com.vuze.plugins.mlab.MLabRunner
Non-blocking, spawns a thread and returns immediately.
RUNNERS - Static variable in class net.i2p.router.JobQueue
How many when we go parallel
running - Variable in class net.i2p.i2ptunnel.streamr.Pinger
 
RUNNING - Static variable in class net.i2p.i2ptunnel.ui.GeneralHelper
Tunnel is fully operational
RUNNING - Static variable in class net.i2p.i2ptunnel.web.IndexBean
Tunnel status: running.
runningLock - Variable in class net.i2p.sam.SAMStreamSession.SAMStreamSessionSocketReader
runningLock.
runPlugin() - Method in class net.i2p.router.transport.UPnP
runPlugin.
runQueue(int) - Method in class net.i2p.router.JobQueue
Start the job queue with the specified number of runner threads.
runReadTimeout(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Specify the read timeout going to be used for newly-created I2PSockets Event "read_timeoutResult" = "ok" or "error" after the interface has been specified
runRouter() - Method in class net.i2p.router.Router
This must be called after instantiation.
runs - Variable in class net.i2p.router.JobStats.RecentStats
Number of runs
runServer(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Run the server pointing at the host and port specified using the private i2p destination loaded from the specified file.
runServer() - Method in class net.i2p.router.client.ClientListenerRunner
Start up the socket listener, listens for connections, and fires those connections off via runConnection.
runServer() - Method in class net.i2p.router.client.SSLClientListenerRunner
Create (if necessary) and load the key store, then run.
runSOCKSIRCTunnel(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Run an SOCKS IRC tunnel on the given port number
runSOCKSTunnel(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Run an SOCKS tunnel on the given port number Event "sockstunnelTaskId" = Integer(taskId) after the tunnel has been started (or -1 on error).
RunStandalone - Class in org.klomp.snark.standalone
Standalone runner for I2PSnark.
runStreamrClient(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Streamr client
runStreamrServer(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Streamr server
runtest() - Method in class edu.internet2.ndt.Tcpbw100
Run the Thread that calls the "dottcp" method to run tests.
runTest(PeerState) - Method in class net.i2p.router.transport.udp.PeerTestManager
The next few methods are for when we are Alice
runTextServer(String[], Logging) - Method in class net.i2p.i2ptunnel.I2PTunnel
Run the server pointing at the host and port specified using the private i2p destination loaded from the given base64 stream.
RuntimeCryptoException - Exception in org.bouncycastle.crypto
the foundation class for the exceptions thrown by the crypto packages.
RuntimeCryptoException() - Constructor for exception org.bouncycastle.crypto.RuntimeCryptoException
base constructor.
RuntimeCryptoException(String) - Constructor for exception org.bouncycastle.crypto.RuntimeCryptoException
create a RuntimeCryptoException with the given message.
rwin - Variable in class edu.internet2.ndt.Tcpbw100
Packet ordering metric.
RWINTIME - Static variable in class edu.internet2.ndt.NDTConstants
Receive window time variable name as sent by the NDT server.
rwintime - Variable in class edu.internet2.ndt.Tcpbw100
Packet ordering metric.
RyuDouble - Class in org.jfree.svg.util
An implementation of Ryu for double.
RyuDouble() - Constructor for class org.jfree.svg.util.RyuDouble
 

S

S - Static variable in class com.southernstorm.noise.protocol.Pattern
Token code: S
s - Variable in class net.i2p.router.tunnel.pool.ExcluderBase
s.
s - Variable in class org.bouncycastle.pqc.crypto.mlkem.MLKEMPrivateKeyParameters
Secret vector s.
SACKSRCVD - Static variable in class edu.internet2.ndt.NDTConstants
SACKs received variable name as sent by the NDT server.
SafeCharSequence - Class in org.minidns.util
A CharSequence whose toString() output is guaranteed safe to expose.
SafeCharSequence() - Constructor for class org.minidns.util.SafeCharSequence
 
safeDecrypt(byte[], SessionKey, byte[]) - Method in class net.i2p.crypto.AESEngine
See safeEncrypt() for description.
safeEncrypt(byte[], SessionKey, byte[], int) - Method in class net.i2p.crypto.AESEngine
Encrypt SHA-256 Hash of IV, 4 byte length, and payload, with random padding up to paddedSize, rounded up to next multiple of 16.
safeEquals(String, String) - Static method in class i2p.susi.webmail.WebMail
safeEquals.
SALT_LENGTH - Static variable in class net.i2p.util.PasswordManager
SALT_LENGTH.
SAMBridge - Class in net.i2p.sam
SAM bridge implementation.
SAMBridge(I2PAppContext, ClientAppManager, String[]) - Constructor for class net.i2p.sam.SAMBridge
For ClientApp interface.
SAMBridge(String, int, boolean, Properties, String, File) - Constructor for class net.i2p.sam.SAMBridge
Build a new SAM bridge.
SAMBridge(String, int, boolean, Properties, String, File, SAMSecureSessionInterface) - Constructor for class net.i2p.sam.SAMBridge
Build a new SAM bridge.
SAMClientEventListenerImpl - Class in net.i2p.sam.client
Basic noop client event listener
SAMClientEventListenerImpl() - Constructor for class net.i2p.sam.client.SAMClientEventListenerImpl
 
SAMDatagramReceiver - Interface in net.i2p.sam
Interface for sending datagram data to a SAM client.
SAMDatagramSession - Class in net.i2p.sam
SAM DATAGRAM session class.
SAMDatagramSession(String, Properties, SAMDatagramReceiver) - Constructor for class net.i2p.sam.SAMDatagramSession
Create a new SAM DATAGRAM session.
SAMDatagramSession(InputStream, Properties, SAMDatagramReceiver) - Constructor for class net.i2p.sam.SAMDatagramSession
Create a new SAM DATAGRAM session.
SAMDatagramSession(I2PSession, Properties, int, SAMDatagramReceiver) - Constructor for class net.i2p.sam.SAMDatagramSession
Create a new SAM DATAGRAM session on an existing I2P session.
SAMDebugHelper - Class in net.i2p.router.web.helpers
Helper for the /samdebug page - shows SAM bridge status with rings and a session table.
SAMDebugHelper() - Constructor for class net.i2p.router.web.helpers.SAMDebugHelper
SAMDebugHelper.
sameFilePath(String, String) - Static method in class org.rrd4j.core.Util
Same file path
sameID(PeerID) - Method in class org.klomp.snark.PeerID
Returns true if and only if this peerID and the given peerID have the same destination hash
SameSiteCookieFilter - Class in net.i2p.servlet.filters
Adds SameSite=Lax to all cookies in Set-Cookie headers as defense-in-depth.
SameSiteCookieFilter() - Constructor for class net.i2p.servlet.filters.SameSiteCookieFilter
 
SAMEventHandler - Class in net.i2p.sam.client
Simple helper implementation of a the SAMClientEventListener
SAMEventHandler(I2PAppContext) - Constructor for class net.i2p.sam.client.SAMEventHandler
SAMEventHandler.
SAMException - Exception in net.i2p.sam
Exception thrown by SAM methods
SAMException() - Constructor for exception net.i2p.sam.SAMException
SAMException.
SAMException(String) - Constructor for exception net.i2p.sam.SAMException
SAMException.
SAMException(String, Throwable) - Constructor for exception net.i2p.sam.SAMException
 
SAMHandler - Class in net.i2p.sam
Base class for SAM protocol handlers.
SAMHandler(SocketChannel, int, int, Properties, SAMBridge) - Constructor for class net.i2p.sam.SAMHandler
SAMHandler constructor (to be called by subclasses)
SAMHandlerFactory - Class in net.i2p.sam
SAM handler factory class.
SAMHandlerFactory() - Constructor for class net.i2p.sam.SAMHandlerFactory
 
SAMHandlerPool - Class in net.i2p.sam
Shared NIO selector-based handler pool for SAM v3 control connections.
SAMHandlerPool() - Constructor for class net.i2p.sam.SAMHandlerPool
Create the pool
SAMInvalidDirectionException - Exception in net.i2p.sam
Exception thrown by SAM methods when an application tries to create outgoing connections through a receive-only SAM session.
SAMInvalidDirectionException() - Constructor for exception net.i2p.sam.SAMInvalidDirectionException
SAMInvalidDirectionException.
SAMInvalidDirectionException(String) - Constructor for exception net.i2p.sam.SAMInvalidDirectionException
SAMInvalidDirectionException.
SAMMessageSess - Interface in net.i2p.sam
Base interface for SAMMessageSession, which is the base for v1/v3 datagram and raw sessions.
SAMMessageSession - Class in net.i2p.sam
Base abstract class for SAM message-based sessions.
SAMMessageSession(String, Properties) - Constructor for class net.i2p.sam.SAMMessageSession
Initialize a new SAM message-based session.
SAMMessageSession(InputStream, Properties) - Constructor for class net.i2p.sam.SAMMessageSession
Initialize a new SAM message-based session.
SAMMessageSession(I2PSession, int, int) - Constructor for class net.i2p.sam.SAMMessageSession
Initialize a new SAM message-based session using an existing I2PSession.
Sample - Class in org.rrd4j.core
Class to represent data source values for the given timestamp.
Sample(RrdDb, long) - Constructor for class org.rrd4j.core.Sample
Creates a new sample for the specified RRD database and time.
SAMPLE_INTERVAL - Static variable in class net.i2p.router.BandwidthHistory
Sample once per second
SAMRawReceiver - Interface in net.i2p.sam
Interface for sending raw data to a SAM client
SAMRawSession - Class in net.i2p.sam
SAM RAW session class.
SAMRawSession(String, Properties, SAMRawReceiver) - Constructor for class net.i2p.sam.SAMRawSession
Create a new SAM RAW session.
SAMRawSession(InputStream, Properties, SAMRawReceiver) - Constructor for class net.i2p.sam.SAMRawSession
Create a new SAM RAW session.
SAMRawSession(I2PSession, Properties, int, int, SAMRawReceiver) - Constructor for class net.i2p.sam.SAMRawSession
Create a new SAM RAW session on an existing I2P session.
SAMReader - Class in net.i2p.sam.client
Read from a socket, producing events for any SAM message read
SAMReader(I2PAppContext, InputStream, SAMReader.SAMClientEventListener) - Constructor for class net.i2p.sam.client.SAMReader
SAMReader.
SAMReader.SAMClientEventListener - Interface in net.i2p.sam.client
Async event notification interface for SAM clients
SAMSecureSession - Class in net.i2p.sam
This is the "default" implementation of the SAMSecureSession @interface that behaves exactly like SAM without interactive authentication.
SAMSecureSession() - Constructor for class net.i2p.sam.SAMSecureSession
 
SAMSecureSessionInterface - Interface in net.i2p.sam
SAMSecureSessionInterface is used for implementing interactive authentication to SAM applications.
SAMStreamReceiver - Interface in net.i2p.sam
Interface for sending streaming data to a SAM client
SAMStreamSend - Class in net.i2p.sam.client
Swiss army knife tester.
SAMStreamSend(I2PAppContext, String, String, String, String) - Constructor for class net.i2p.sam.client.SAMStreamSend
SAMStreamSend.
SAMStreamSession - Class in net.i2p.sam
SAM STREAM session class.
SAMStreamSession(String, String, Properties, SAMStreamReceiver) - Constructor for class net.i2p.sam.SAMStreamSession
Create a new SAM STREAM session.
SAMStreamSession(InputStream, String, Properties, SAMStreamReceiver) - Constructor for class net.i2p.sam.SAMStreamSession
Create a new SAM STREAM session.
SAMStreamSession(I2PSocketManager, Properties, SAMStreamReceiver, int) - Constructor for class net.i2p.sam.SAMStreamSession
Create a new SAM STREAM session on an existing socket manager.
SAMStreamSession.DisconnectListener - Class in net.i2p.sam
DisconnectListener.
SAMStreamSession.SAMStreamSessionServer - Class in net.i2p.sam
SAMStreamSessionServer
SAMStreamSession.SAMStreamSessionSocketReader - Class in net.i2p.sam
SAMStreamSessionSocketReader
SAMStreamSession.SAMv1StreamSessionSocketReader - Class in net.i2p.sam
SAMv1StreamSessionSocketReader
SAMStreamSession.StreamSender - Class in net.i2p.sam
Lets us push data through the stream without blocking, (even after exceeding the I2PSocket's buffer).
SAMStreamSessionServer() - Constructor for class net.i2p.sam.SAMStreamSession.SAMStreamSessionServer
Create a new SAM STREAM session server
SAMStreamSessionSocketReader(I2PSocket, int) - Constructor for class net.i2p.sam.SAMStreamSession.SAMStreamSessionSocketReader
Create a new SAM STREAM session socket reader
SAMStreamSink - Class in net.i2p.sam.client
Swiss army knife tester.
SAMStreamSink(I2PAppContext, String, String, String, String) - Constructor for class net.i2p.sam.client.SAMStreamSink
SAMStreamSink.
SAMUtils - Class in net.i2p.sam
Miscellaneous utility methods used by SAM protocol handlers.
SAMUtils() - Constructor for class net.i2p.sam.SAMUtils
 
SAMv1Handler - Class in net.i2p.sam
Class able to handle a SAM version 1 client connections.
SAMv1Handler(SocketChannel, int, int, SAMBridge) - Constructor for class net.i2p.sam.SAMv1Handler
Create a new SAM version 1 handler.
SAMv1Handler(SocketChannel, int, int, Properties, SAMBridge) - Constructor for class net.i2p.sam.SAMv1Handler
Create a new SAM version 1 handler.
SAMv1StreamSessionSocketReader(I2PSocket, int) - Constructor for class net.i2p.sam.SAMStreamSession.SAMv1StreamSessionSocketReader
Create a new SAM STREAM session socket reader
SAMv2Handler - Class in net.i2p.sam
SAM version 2 handler.
SAMv2Handler(SocketChannel, int, int, SAMBridge) - Constructor for class net.i2p.sam.SAMv2Handler
Create a new SAM version 2 handler with default I2CP properties.
SAMv2Handler(SocketChannel, int, int, Properties, SAMBridge) - Constructor for class net.i2p.sam.SAMv2Handler
Create a new SAM version 2 handler.
SAMv2StreamSession - Class in net.i2p.sam
SAMv2 STREAM session class.
SAMv2StreamSession(String, String, Properties, SAMStreamReceiver) - Constructor for class net.i2p.sam.SAMv2StreamSession
Create a new SAM STREAM session.
SAMv2StreamSession(InputStream, String, Properties, SAMStreamReceiver) - Constructor for class net.i2p.sam.SAMv2StreamSession
Create a new SAM STREAM session.
SAMv2StreamSession.SAMv2StreamSessionSocketReader - Class in net.i2p.sam
SAM STREAM socket reader, running in its own thread.
SAMv2StreamSessionSocketReader(I2PSocket, int) - Constructor for class net.i2p.sam.SAMv2StreamSession.SAMv2StreamSessionSocketReader
Create a new SAM STREAM session socket reader
SAMv3DatagramServer - Class in net.i2p.sam
This is the thread listening on 127.0.0.1:7655 or as specified by sam.udp.host and sam.udp.port properties.
SAMv3DatagramServer(SAMBridge, String, int, Properties) - Constructor for class net.i2p.sam.SAMv3DatagramServer
Does not start listener.
SAMv3DatagramSession - Class in net.i2p.sam
SAM v3 datagram session implementation.
SAMv3DatagramSession(String, SAMv3DatagramServer) - Constructor for class net.i2p.sam.SAMv3DatagramSession
build a DatagramSession according to informations registered with the given nickname Caller MUST call start().
SAMv3DatagramSession(String, Properties, SAMv3Handler, I2PSession, int, SAMv3DatagramServer) - Constructor for class net.i2p.sam.SAMv3DatagramSession
Build a Datagram Session on an existing i2p session registered with the given nickname Caller MUST call start().
SAMv3Handler - Class in net.i2p.sam
Class able to handle a SAM version 3 client connection.
SAMv3Handler(SocketChannel, int, int, SAMBridge) - Constructor for class net.i2p.sam.SAMv3Handler
Create a new SAM version 3 handler.
SAMv3Handler(SocketChannel, int, int, Properties, SAMBridge) - Constructor for class net.i2p.sam.SAMv3Handler
Create a new SAM version 3 handler.
SAMv3RawSession - Class in net.i2p.sam
SAM v3 raw session implementation.
SAMv3RawSession(String, SAMv3DatagramServer) - Constructor for class net.i2p.sam.SAMv3RawSession
Build a Raw Datagram Session according to information registered with the given nickname Caller MUST call start().
SAMv3RawSession(String, Properties, SAMv3Handler, I2PSession, int, int, SAMv3DatagramServer) - Constructor for class net.i2p.sam.SAMv3RawSession
Build a Raw Session on an existing i2p session registered with the given nickname Caller MUST call start().
SAMv3StreamSession - Class in net.i2p.sam
SAMv3 STREAM session class.
SAMv3StreamSession(String) - Constructor for class net.i2p.sam.SAMv3StreamSession
Create a new SAM STREAM session, according to information registered with the given nickname Caller MUST call start().
SAMv3StreamSession(String, Properties, SAMv3Handler, I2PSocketManager, int) - Constructor for class net.i2p.sam.SAMv3StreamSession
Build a Stream Session on an existing I2P session registered with the given nickname Caller MUST call start().
sanitizeFilename(String) - Static method in class i2p.susi.util.FilenameUtil
Convert the UTF-8 to ASCII suitable for inclusion in a header and for use as a cross-platform filename.
sanitizeQuery(String) - Static method in class net.i2p.servlet.util.ServletUtil
Sanitize an encoded String from getQueryString().
SAT - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "sat", "saturday" - seventh day of week
satisfiableRanges(Enumeration<?>, long) - Static method in class org.klomp.snark.web.InclusiveByteRange
 
SATURDAY - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Constant to represent Saturday
save() - Method in class net.i2p.router.BandwidthHistory
Write the ring buffer to disk.
save() - Method in class net.i2p.router.Tuner.AutotuneConfig
Write to disk only if dirty and ≥5min since last write.
save(String, String, String) - Method in class net.i2p.router.util.RouterPasswordManager
Same as saveHash()
save(File) - Method in class org.klomp.snark.comments.CommentSet
Saves this CommentSet to a gzipped file.
save_dbl_values(String, double) - Method in class edu.internet2.ndt.Tcpbw100
Save double values of various keys from the test results string.
save_int_values(String, int) - Method in class edu.internet2.ndt.Tcpbw100
Save integer values of various keys from the test results string.
save_long_values(String, long) - Method in class edu.internet2.ndt.Tcpbw100
Save long values of various keys from the test results string.
saveApps(RouterContext, String, Collection<App>, boolean) - Static method in class net.i2p.router.web.helpers.HomeHelper
Context.
saveB64(String, String, String) - Method in class net.i2p.router.util.RouterPasswordManager
This will fail if if user contains '#' or '=' or starts with '!'
saveCert(Certificate, File) - Static method in class net.i2p.crypto.CertUtil
Write a certificate to a file in base64 format.
saveChunk(int, byte[], int, int) - Method in class org.klomp.snark.MagnetState
Save a chunk of data to the magnet state.
saveConfig(TunnelController) - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Save the configuration of this tunnel only, may be new.
saveConfig(I2PAppContext, TunnelControllerGroup, int) - Static method in class net.i2p.i2ptunnel.ui.GeneralHelper
Save the configuration for an existing tunnel to disk.
saveConfig() - Method in class net.i2p.router.Router
Save the current config options (returning true if save was successful, false otherwise) Synchronized with file read in getConfig()
saveConfig(String, String) - Method in class net.i2p.router.Router
Updates the current config with the given key/value and then saves it.
saveConfig(Map, Collection<String>) - Method in class net.i2p.router.Router
Updates the current config and then saves it.
saveConfig() - Method in class net.i2p.sam.SAMBridge
Save the current configuration to disk.
saveConfig() - Method in class net.i2p.util.LogManager
Save the current logging configuration to disk.
saveConfig() - Method in class org.klomp.snark.SnarkManager
 
saveConfiguration(Properties) - Static method in class i2p.susi.util.Config
Saves the properties.
saveCRL(X509CRL, File) - Static method in class net.i2p.crypto.CertUtil
Write a CRL to a file in base64 format.
saveDHT(DHTNodes, boolean, File) - Static method in class org.klomp.snark.dht.PersistDHT
Save the DHT to a file.
saveHash(String, String, String) - Method in class net.i2p.router.util.RouterPasswordManager
This will fail if user contains '#' or '=' or starts with '!'
saveImage(String) - Method in class org.rrd4j.graph.ImageWorker
Save the image to the given file path.
saveLocalAddress(InetAddress) - Method in class net.i2p.router.transport.TransportImpl
Save a local address we were notified about before we started.
saveMagnetStatus(byte[], String, String, String) - Method in class org.klomp.snark.SnarkManager
Just remember we have it.
saveMail(Mail) - Method in class i2p.susi.webmail.PersistentMailCache
Save data to disk.
saveMD5(String, String, String, String) - Method in class net.i2p.router.web.ConsolePasswordManager
Straight MD5, no salt Compatible with Jetty and RFC 2617.
saveNotes() - Method in class i2p.susi.dns.NamingServiceBean
Save notes for a destination.
saveOpenTrackers(List<String>) - Method in class org.klomp.snark.SnarkManager
 
savePartialPieces(Peer, List<Request>) - Method in class org.klomp.snark.PeerCoordinator
Save partial pieces on peer disconnection and hopefully restart it later.
savePartialPieces(Peer, List<Request>) - Method in interface org.klomp.snark.PeerListener
Called when the peer has disconnected and the peer task may have a partially downloaded piece that the PeerCoordinator can save
savePlain(String, String, String) - Method in class net.i2p.router.util.RouterPasswordManager
This will fail if pw contains a '#' or if user contains '#' or '=' or starts with '!'
savePrivateTrackers(List<String>) - Method in class org.klomp.snark.SnarkManager
 
saveSeed() - Method in class net.i2p.util.RandomSource
saveSeed.
saveSingleDatasource(String) - Method in class org.rrd4j.core.RrdDef
Save single datasource
saveState() - Method in class org.rrd4j.core.timespec.TimeScanner
Save current tokenizer position for backtracking.
saveSummaryBarSections(RouterContext, String, Map<Integer, String>) - Static method in class net.i2p.router.web.helpers.SidebarHelper
Save the summary bar section order to router config
saveTorrentCreateFilterMap() - Method in class org.klomp.snark.SnarkManager
 
saveTorrentStatus(Snark) - Method in class org.klomp.snark.SnarkManager
Save the completion status of a torrent and other data in the config file for that torrent.
saveTrackerMap() - Method in class org.klomp.snark.SnarkManager
 
saveTunnel(int, TunnelConfig) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Save the configuration for a new or existing tunnel to disk.
saveTunnel(I2PAppContext, TunnelControllerGroup, int, TunnelConfig) - Static method in class net.i2p.i2ptunnel.ui.GeneralHelper
Save the configuration for a new or existing tunnel to disk.
scalarMult(ECPoint, BigInteger, EllipticCurve) - Static method in class net.i2p.crypto.ECUtil
Scalar multiplication on the curve.
scalarMultiply(byte[]) - Method in class net.i2p.crypto.eddsa.math.GroupElement
$h = a * B$ where $a = a[0]+256*a[1]+\dots+256^{31} a[31]$ and $B$ is this point.
ScalarOps - Interface in net.i2p.crypto.eddsa.math
Interface for scalar operations in EdDSA.
scale(double, double) - Method in class org.jfree.svg.SVGGraphics2D
Applies a scale transformation.
scale(double, boolean) - Method in class org.rrd4j.graph.ValueScaler
Scales a value with appropriate unit selection.
Scaled(double, String) - Constructor for class org.rrd4j.graph.ValueScaler.Scaled
 
scaledstep - Variable in class org.rrd4j.graph.ImageParameters
Scaled step size for axis calculations
scaleForSystem(int, int, int) - Static method in class net.i2p.router.Tuner
Compute a system-scaled value: base * factor, bounded by min and max.
scanner - Variable in class org.rrd4j.core.timespec.TimeParser
Input scanner
schedule() - Method in class net.i2p.router.sybil.Analysis
Schedules the next Sybil analysis run based on configured frequency, router uptime, and previous run time.
schedule(RouterContext) - Static method in class net.i2p.router.web.helpers.NetDbCachingJob
Schedule this job to run periodically.
schedule(long) - Method in class net.i2p.util.SimpleTimer2.TimedEvent
Schedule this event.
scheduleConnectionEvent(long) - Method in class net.i2p.client.streaming.impl.Connection
Called from SchedulerImpl
scheduledGracefulExitCode() - Method in class net.i2p.router.Router
What exit code do we plan on using when we shut down (or -1, if there isn't a graceful shutdown planned)
scheduleExpiration(RouterContext, PooledTunnelCreatorConfig) - Static method in class net.i2p.router.tunnel.pool.ExpireJob
Schedule a tunnel for batched expiration.
scheduleIfNotRunning(long) - Method in class net.i2p.client.streaming.impl.Connection.RetransmitEvent
scheduleIfNotRunning.
schedulePriorityTests(List<Hash>) - Method in class net.i2p.router.peermanager.PeerTestJob
Schedule peers for priority testing (e.g., from slow tunnels).
SchedulerChooser - Class in net.i2p.client.streaming.impl
Examine a connection's state and pick the right scheduler for it.
SchedulerChooser(I2PAppContext) - Constructor for class net.i2p.client.streaming.impl.SchedulerChooser
Create a new scheduler chooser with all available schedulers.
SchedulerClosed - Class in net.i2p.client.streaming.impl
Scheduler used for after both sides have had their close packets ACKed, but the final timeout hasn't passed.
SchedulerClosed(I2PAppContext) - Constructor for class net.i2p.client.streaming.impl.SchedulerClosed
SchedulerClosed.
SchedulerClosing - Class in net.i2p.client.streaming.impl
Scheduler used for after both SYNs have been ACKed and both sides have closed the stream, but either we haven't ACKed their close or they haven't ACKed ours.
SchedulerClosing(I2PAppContext) - Constructor for class net.i2p.client.streaming.impl.SchedulerClosing
SchedulerClosing.
SchedulerConnectedBulk - Class in net.i2p.client.streaming.impl
Scheduler used for after our SYN has been sent and ACKed but one (or more) sides haven't closed the stream yet.
SchedulerConnectedBulk(I2PAppContext) - Constructor for class net.i2p.client.streaming.impl.SchedulerConnectedBulk
SchedulerConnectedBulk.
SchedulerConnecting - Class in net.i2p.client.streaming.impl
Scheduler used once we've sent our SYN but it hasn't been ACKed yet.
SchedulerConnecting(I2PAppContext) - Constructor for class net.i2p.client.streaming.impl.SchedulerConnecting
SchedulerConnecting.
SchedulerDead - Class in net.i2p.client.streaming.impl
Scheduler used for after the final timeout has passed or the connection was reset.
SchedulerDead(I2PAppContext) - Constructor for class net.i2p.client.streaming.impl.SchedulerDead
SchedulerDead.
SchedulerHardDisconnected - Class in net.i2p.client.streaming.impl
Scheduler used after we've locally done a hard disconnect, but the final timeout hasn't passed.
SchedulerHardDisconnected(I2PAppContext) - Constructor for class net.i2p.client.streaming.impl.SchedulerHardDisconnected
SchedulerHardDisconnected.
SchedulerImpl - Class in net.i2p.client.streaming.impl
Base class for connection state schedulers.
SchedulerImpl(I2PAppContext) - Constructor for class net.i2p.client.streaming.impl.SchedulerImpl
Create a new scheduler with the given context.
SchedulerPreconnect - Class in net.i2p.client.streaming.impl
Scheduler used for locally created connections where we have not yet sent the initial SYN packet.
SchedulerPreconnect(I2PAppContext) - Constructor for class net.i2p.client.streaming.impl.SchedulerPreconnect
SchedulerPreconnect.
SchedulerReceived - Class in net.i2p.client.streaming.impl
Scheduler used after receiving an inbound connection but before we have sent our own SYN.
SchedulerReceived(I2PAppContext) - Constructor for class net.i2p.client.streaming.impl.SchedulerReceived
SchedulerReceived.
scheduleSoftFailureRetransmit() - Method in class net.i2p.client.streaming.impl.Connection
Trigger immediate retransmission of unacked packets after a soft failure (e.g., tunnel expiry, no tunnels).
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.rrd4j.core.RrdSyncThreadPool
Schedule sync task
scheme - Variable in class org.rrd4j.core.RrdBackendFactory
scheme.
SCLASSES - Static variable in class org.klomp.snark.SnarkCommandLine
List of storage class specifiers.
scompare(Mail, Mail) - Static method in class i2p.susi.webmail.Sorters.DateSorter
Use as fallback in other sorters
score - Variable in class net.i2p.router.Tuner.SubsystemScore
Health score 0.0-1.0.
SCPD_ROOTNODE - Static variable in class org.cybergarage.upnp.Service
Root node name for service control point documents.
SCPD_ROOTNODE_NS - Static variable in class org.cybergarage.upnp.Service
Namespace for service control point documents.
SDSCache<V extends SimpleDataStructure> - Class in net.i2p.data
A least recently used cache with a max size, for SimpleDataStructures.
SDSCache(Class<V>, int, int) - Constructor for class net.i2p.data.SDSCache
Class that we are storing, i.e.
SE - Static variable in class com.southernstorm.noise.protocol.Pattern
Token code: SE
search - Variable in class i2p.susi.dns.AddressbookBean
The search string
search(Hash, Job, Job, long, boolean) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Lookup using exploratory tunnels.
search(Hash, Job, Job, long, boolean, Hash) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Lookup using the client's tunnels.
search(Hash, Job, Job, long, boolean) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Begin a kademlia style search for the key specified, which can take up to timeoutMs and will fire the appropriate jobs on success or timeout (or if the kademlia search completes without any match) Unused - called only by FNDF.searchFull() from FloodSearchJob which is overridden - don't use this.
search(Hash, Job, Job, long, boolean, Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Unused - see FNDF
search() - Method in class net.i2p.router.transport.UPnP
We override search() to update the SSDPSearchResponseSocketList, SSDPNotifySocketList, and HTTPServerList every time.
search(String, int) - Method in class org.cybergarage.upnp.ControlPoint
 
search(String) - Method in class org.cybergarage.upnp.ControlPoint
 
search() - Method in class org.cybergarage.upnp.ControlPoint
Search for all root devices
searchComplete(Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
The search for the given key is no longer active.
SearchHelper - Class in net.i2p.router.web.helpers
Helper for searches.
SearchHelper() - Constructor for class net.i2p.router.web.helpers.SearchHelper
 
SearchJob - Class in net.i2p.router.networkdb.kademlia
Base class for iterative network database search operations.
SearchJob(RouterContext, KademliaNetworkDatabaseFacade, Hash, Job, Job, long, boolean, boolean, long) - Constructor for class net.i2p.router.networkdb.kademlia.SearchJob
Create a new search for the routingKey specified
SearchJob.FailedJob - Class in net.i2p.router.networkdb.kademlia
Called when a particular peer failed to respond before the timeout was reached, or if the peer could not be contacted at all.
SearchListener - Interface in org.cybergarage.upnp.device
Interface for receiving SSDP search request messages.
SearchMessageSelector - Class in net.i2p.router.networkdb.kademlia
Message selector for matching search operation responses from specific peers.
SearchMessageSelector(RouterContext, RouterInfo, long, SearchState) - Constructor for class net.i2p.router.networkdb.kademlia.SearchMessageSelector
SearchMessageSelector.
searchNext() - Method in class net.i2p.router.networkdb.kademlia.SearchJob
Send the next search, or stop if its completed
SearchReplyJob - Class in net.i2p.router.networkdb.kademlia
Processes DatabaseSearchReplyMessage responses from floodfill peers.
SearchReplyJob(RouterContext, SearchJob, DatabaseSearchReplyMessage, Hash, long) - Constructor for class net.i2p.router.networkdb.kademlia.SearchReplyJob
SearchReplyJob.
SearchResponseListener - Interface in org.cybergarage.upnp.device
Interface for receiving SSDP search response messages.
searchResponseReceived(SSDPPacket) - Method in class org.cybergarage.upnp.ControlPoint
 
SearchState - Class in net.i2p.router.networkdb.kademlia
Manages state for network database search operations.
SearchState(RouterContext, Hash) - Constructor for class net.i2p.router.networkdb.kademlia.SearchState
SearchState.
SearchUpdateReplyFoundJob - Class in net.i2p.router.networkdb.kademlia
Called after a match to a db search is found Used only by SearchJob which is only used by ExploreJob
SearchUpdateReplyFoundJob(RouterContext, RouterInfo, SearchState, KademliaNetworkDatabaseFacade, SearchJob) - Constructor for class net.i2p.router.networkdb.kademlia.SearchUpdateReplyFoundJob
Create job with no tunnel info
SearchUpdateReplyFoundJob(RouterContext, RouterInfo, SearchState, KademliaNetworkDatabaseFacade, SearchJob, TunnelInfo, TunnelInfo) - Constructor for class net.i2p.router.networkdb.kademlia.SearchUpdateReplyFoundJob
Create job with tunnel info for reply routing
sec - Variable in class org.rrd4j.core.timespec.TimeSpec
 
SECOND - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Constant to represent second
secondary_value - Variable in class org.rrd4j.core.jrrd.CDPStatusBlock
Secondary value
SECONDS - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "second", "seconds", "sec", "s" - seconds multiplier
SECONDS_1900_TO_EPOCH - Static variable in class net.i2p.router.time.NtpClient
difference between the unix epoch and jan 1 1900 (NTP uses that)
secPerPix - Variable in class org.rrd4j.graph.TimeAxisSetting
 
SecretWithEncapsulation - Interface in org.bouncycastle.crypto
Interface describing secret with encapsulation details.
SecretWithEncapsulationImpl - Class in org.bouncycastle.pqc.crypto.util
Implementation of SecretWithEncapsulation for post-quantum cryptography.
SecretWithEncapsulationImpl(byte[], byte[]) - Constructor for class org.bouncycastle.pqc.crypto.util.SecretWithEncapsulationImpl
SecretWithEncapsulationImpl.
SECTION_NAMES - Static variable in class net.i2p.router.web.helpers.SidebarRenderer
Section name map
SECURE_NID - Static variable in class org.klomp.snark.dht.KRPC
When true, generated NIDs must satisfy a cryptographic puzzle.
SecureDirectory - Class in net.i2p.util
Same as File but sets the file mode after mkdir() so it can be read and written by the owner only (i.e.
SecureDirectory(String) - Constructor for class net.i2p.util.SecureDirectory
SecureDirectory.
SecureDirectory(String, String) - Constructor for class net.i2p.util.SecureDirectory
SecureDirectory.
SecureDirectory(File, String) - Constructor for class net.i2p.util.SecureDirectory
SecureDirectory.
SecureFile - Class in net.i2p.util
Same as SecureDirectory but sets the file mode after createNewFile() and createTempFile() also.
SecureFile(String) - Constructor for class net.i2p.util.SecureFile
SecureFile.
SecureFile(String, String) - Constructor for class net.i2p.util.SecureFile
SecureFile.
SecureFile(File, String) - Constructor for class net.i2p.util.SecureFile
SecureFile.
SecureFileOutputStream - Class in net.i2p.util
Same as FileOutputStream but sets the file mode so it can only be read and written by the owner only (i.e.
SecureFileOutputStream(String) - Constructor for class net.i2p.util.SecureFileOutputStream
Sets output file to mode 600
SecureFileOutputStream(String, boolean) - Constructor for class net.i2p.util.SecureFileOutputStream
Sets output file to mode 600 whether append = true or false
SecureFileOutputStream(File) - Constructor for class net.i2p.util.SecureFileOutputStream
Sets output file to mode 600
SecureFileOutputStream(File, boolean) - Constructor for class net.i2p.util.SecureFileOutputStream
Sets output file to mode 600 only if append = false (otherwise it is presumed to be 600 already)
secureSession() - Method in class net.i2p.sam.SAMBridge
Returns the interactive Secure Session manager which requires SAM applications to seek "approval" for their initial connections from the user before they can start the session.
SecurityHeaderBuilder - Class in net.i2p.i2ptunnel
Builds and manages HTTP security headers for server responses.
SecurityHeaderBuilder() - Constructor for class net.i2p.i2ptunnel.SecurityHeaderBuilder
 
SecurityManager - Class in net.i2p.i2pcontrol.security
Manage the password storing for I2PControl.
SecurityManager(I2PAppContext, KeyStoreProvider, ConfigurationManager) - Constructor for class net.i2p.i2pcontrol.security.SecurityManager
 
seed(byte[]) - Method in class gnu.crypto.prng.AsyncFortunaStandalone
the seed is only propogated once the prng is started with startup()
SEED - Static variable in class gnu.crypto.prng.FortunaStandalone
property name for the seed attribute
seed(byte[]) - Method in class gnu.crypto.prng.FortunaStandalone
Unused, see AsyncFortunaStandalone.
seed - Variable in class org.bouncycastle.pqc.crypto.mlkem.MLKEMPrivateKeyParameters
Optional seed for deterministic key gen.
seek(long) - Method in class net.metanotion.io.RAIFile
 
seek(long) - Method in interface net.metanotion.io.RandomAccessInterface
 
seek(long) - Method in class org.rrd4j.core.jrrd.RRDFile
seek.
seekAndLoadData() - Method in class net.metanotion.io.block.index.IBSkipSpan
Seek to the start of the span and load the data Package private so BSkipIterator can call it
seekToEndOfFile() - Method in class org.rrd4j.core.jrrd.RRDFile
seekToEndOfFile.
SegmentedNetworkDatabaseFacade - Class in net.i2p.router.networkdb.kademlia
SegmentedNetworkDatabaseFacade This class implements an interface for managing many netDbs as part of a single I2P instance, each representing its own view of the network.
SegmentedNetworkDatabaseFacade() - Constructor for class net.i2p.router.networkdb.kademlia.SegmentedNetworkDatabaseFacade
 
select(int, int) - Method in class net.i2p.crypto.eddsa.math.GroupElement
Look up $16^i r_i B$ in the precomputed table.
selectActiveNotFailingPeers(int, Set<Hash>, Set<Hash>) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Select from currently connected (established) not-failing peers.
selectActiveNotFailingPeers(int, Set<Hash>, Set<Hash>, int, MaskedIPSet) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Select from currently connected peers with IP-subnet diversity.
selectAll() - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JTextArea
no-op
selectAllNotFailingPeers(int, Set<Hash>, Set<Hash>, boolean) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Select from all not-failing peers randomly, falling through to general peers if the not-failing set is insufficient.
selectAllPeers() - Method in class net.i2p.router.peermanager.ProfileOrganizer
Gather the union of all peers from fast, high-capacity, and not-failing tiers.
selectAnyInboundTunnel() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
selectAnyInboundTunnel() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Pick a random inbound tunnel from any pool — client pools first, then exploratory.
selectAnyInboundTunnel() - Method in interface net.i2p.router.TunnelManagerFacade
Pick a random inbound tunnel from any pool — client pools first, then exploratory.
selectAnyOutboundTunnel() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
selectAnyOutboundTunnel() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Pick a random outbound tunnel from any pool — client pools first, then exploratory.
selectAnyOutboundTunnel() - Method in interface net.i2p.router.TunnelManagerFacade
Pick a random outbound tunnel from any pool — client pools first, then exploratory.
selected - Variable in class com.vuze.plugins.mlab.tools.ndt.swingemu.JCheckBox
 
SELECTED - Static variable in class net.i2p.router.web.HelperBase
Selected attribute for HTML select options.
selectExplicit(TunnelPoolSettings, int) - Method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
For debugging, also possibly for restricted routes.
selectFastPeers(int, Set<Hash>, Set<Hash>) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Select up to howMany fast-tier peers, filling shortfalls from high-capacity.
selectFastPeers(int, Set<Hash>, Set<Hash>, int, MaskedIPSet) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Select fast-tier peers with IP-subnet diversity constraints.
selectFastPeers(int, Set<Hash>, Set<Hash>, SessionKey, ProfileOrganizer.Slice, int, MaskedIPSet) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Select fast-tier peers deterministically sliced by a random key.
selectFloodfillParticipants(KBucketSet<Hash>) - Method in class net.i2p.router.networkdb.kademlia.FloodfillPeerSelector
List will not include our own hash.
selectFloodfillParticipants(Hash, int, KBucketSet<Hash>) - Method in class net.i2p.router.networkdb.kademlia.FloodfillPeerSelector
Sort the floodfills.
selectFloodfillParticipants(Hash, int, Set<Hash>, KBucketSet<Hash>) - Method in class net.i2p.router.networkdb.kademlia.FloodfillPeerSelector
See above for description List will not include our own hash Returns new list, may be modified.
selectHighBandwidthPeers(int, Set<Hash>, Set<Hash>) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Select up to howMany peers from O/P/X bandwidth tiers (high shared bandwidth) that are not failing.
selectHighBandwidthPeers(int, Set<Hash>, Set<Hash>, boolean, int, MaskedIPSet) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Select high-bandwidth peers with tier-exclusion and IP-subnet diversity.
selectHighCapacityPeers(int, Set<Hash>, Set<Hash>) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Select high-capacity peers, filling shortfalls from not-failing peers.
selectHighCapacityPeers(int, Set<Hash>, Set<Hash>, int, MaskedIPSet) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Select high-capacity peers with IP-subnet diversity.
selectInboundExploratoryTunnel(Hash) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
selectInboundExploratoryTunnel(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Pick the inbound exploratory tunnel with the gateway closest to the given hash.
selectInboundExploratoryTunnel(Hash) - Method in interface net.i2p.router.TunnelManagerFacade
Pick the inbound exploratory tunnel with the gateway closest to the given hash.
selectInboundTunnel(Hash) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
selectInboundTunnel(Hash, Hash) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
selectInboundTunnel() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Pick a random inbound exploratory tunnel.
selectInboundTunnel(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Pick a random inbound tunnel from the given destination's pool.
selectInboundTunnel(Hash, Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Pick the inbound tunnel with the gateway closest to the given hash from the given destination's pool.
selectInboundTunnel() - Method in interface net.i2p.router.TunnelManagerFacade
Pick a random inbound exploratory tunnel
selectInboundTunnel(Hash) - Method in interface net.i2p.router.TunnelManagerFacade
Pick a random inbound tunnel from the given destination's pool
selectInboundTunnel(Hash, Hash) - Method in interface net.i2p.router.TunnelManagerFacade
Pick the inbound tunnel with the gateway closest to the given hash from the given destination's pool.
SelectionCollector<T extends SimpleDataStructure> - Interface in net.i2p.kademlia
Visit kbuckets, gathering matches
selectMostReliablePeers(Hash, int, Set<Hash>, KBucketSet<Hash>) - Method in class net.i2p.router.networkdb.kademlia.FloodfillPeerSelector
Pick out peers with the floodfill capacity set, returning them first, but then after they're complete, sort via kademlia.
selectMostReliablePeers(Hash, int, Set<Hash>, KBucketSet<Hash>) - Method in class net.i2p.router.networkdb.kademlia.PeerSelector
List
selectNearest(Hash, int, Set<Hash>, KBucketSet<Hash>) - Method in class net.i2p.router.networkdb.kademlia.FloodfillPeerSelector
Floodfill peers only.
selectNearest(Hash, int, Set<Hash>, KBucketSet<Hash>) - Method in class net.i2p.router.networkdb.kademlia.PeerSelector
List
selectNearestExplicit(Hash, int, Set<Hash>, KBucketSet<Hash>) - Method in class net.i2p.router.networkdb.kademlia.FloodfillPeerSelector
Pick out peers with the floodfill capacity set, returning them first, but then after they're complete, sort via kademlia.
selectNearestExplicit(Hash, int, Set<Hash>, KBucketSet<Hash>) - Method in class net.i2p.router.networkdb.kademlia.PeerSelector
List
selectNearestExplicitThin(Hash, int, Set<Hash>, KBucketSet<Hash>) - Method in class net.i2p.router.networkdb.kademlia.FloodfillPeerSelector
 
selectNearestExplicitThin(Hash, int, Set<Hash>, KBucketSet<Hash>, boolean) - Method in class net.i2p.router.networkdb.kademlia.FloodfillPeerSelector
Pick out peers with the floodfill capacity set, returning them first, but then after they're complete, sort via kademlia.
selectNearestExplicitThin(Hash, int, Set<Hash>, KBucketSet<Hash>) - Method in class net.i2p.router.networkdb.kademlia.PeerSelector
List
selectNotFailingPeers(int, Set<Hash>, Set<Hash>) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Select from not-failing peers, excluding high-capacity tier if requested.
selectNotFailingPeers(int, Set<Hash>, Set<Hash>, int, MaskedIPSet) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Select from not-failing peers with IP-subnet diversity.
selectNotFailingPeers(int, Set<Hash>, Set<Hash>, boolean) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Select from not-failing peers, optionally excluding the high-capacity tier.
selectNotFailingPeers(int, Set<Hash>, Set<Hash>, boolean, int, MaskedIPSet) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Full-parameter select from not-failing peers.
selector - Variable in class org.minidns.record.TLSA
selector.
selectorByte - Variable in class org.minidns.record.TLSA
Which part of the TLS certificate presented by the server will be matched against the association data.
selectOutboundExploratoryTunnel(Hash) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
selectOutboundExploratoryTunnel(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Pick the outbound exploratory tunnel with the endpoint closest to the given hash.
selectOutboundExploratoryTunnel(Hash) - Method in interface net.i2p.router.TunnelManagerFacade
Pick the outbound exploratory tunnel with the endpoint closest to the given hash.
selectOutboundTunnel() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
selectOutboundTunnel(Hash) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
selectOutboundTunnel(Hash, Hash) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
selectOutboundTunnel() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Pick a random outbound exploratory tunnel.
selectOutboundTunnel(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Pick a random outbound tunnel from the given destination's pool.
selectOutboundTunnel(Hash, Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Pick the outbound tunnel with the endpoint closest to the given hash from the given destination's pool.
selectOutboundTunnel() - Method in interface net.i2p.router.TunnelManagerFacade
Pick a random outbound exploratory tunnel
selectOutboundTunnel(Hash) - Method in interface net.i2p.router.TunnelManagerFacade
Pick a random outbound tunnel from the given destination's pool
selectOutboundTunnel(Hash, Hash) - Method in interface net.i2p.router.TunnelManagerFacade
Pick the outbound tunnel with the endpoint closest to the given hash from the given destination's pool.
selectPeers() - Method in class net.i2p.router.peermanager.PeerManager
 
selectPeers(PeerSelectionCriteria) - Method in class net.i2p.router.peermanager.PeerManager
Find some peers that meet the criteria and we have the netDb info for locally.
selectPeers(TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.ClientPeerSelector
Returns ENDPOINT FIRST, GATEWAY LAST!!!! In: us ..
selectPeers(TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.ExploratoryPeerSelector
Returns ENDPOINT FIRST, GATEWAY LAST!!!! In: us ..
selectPeers(TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Which peers should go into the next tunnel for the given settings?
selectPeersInTooManyTunnels() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
selectPeersInTooManyTunnels() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
For reliability reasons, don't allow a peer in more than x% of client and exploratory tunnels.
selectPeersInTooManyTunnels() - Method in interface net.i2p.router.TunnelManagerFacade
 
selectProxy(String) - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
Selects an appropriate outproxy for the given host from the proxy pool.
selectRandomPort(RouterContext, String) - Static method in class net.i2p.router.transport.TransportUtil
Pick a random port between the configured boundaries
selectSSLProxy(String) - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
Selects an SSL-capable outproxy for HTTPS connections.
selectTunnel() - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
selectTunnel(Hash) - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
selectTunnel() - Method in class net.i2p.router.tunnel.pool.TunnelPool
Pull a random tunnel out of the pool.
selectTunnel(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPool
Return the tunnel from the pool that is XOR-closest to the target.
SelfSignedGenerator - Class in net.i2p.crypto
Generate keys and a selfsigned certificate, suitable for storing in a Keystore with KeyStoreUtil.storePrivateKey().
SelfSignedGenerator() - Constructor for class net.i2p.crypto.SelfSignedGenerator
 
send(byte[], int, int) - Method in class net.i2p.client.streaming.impl.ConnectionDataReceiver
Send some data through the connection, attaching any appropriate flags onto the packet.
send(byte[], int, int, boolean) - Method in class net.i2p.client.streaming.impl.ConnectionDataReceiver
Called externally from Connection with args (null, 0, 0, true) to send an empty data packet
send(Destination, int, int, byte[]) - Method in class net.i2p.i2ptunnel.socks.MultiSink
Send to a single sink looked up by toPort May throw RuntimeException from underlying sinks
send(Destination, int, int, byte[]) - Method in class net.i2p.i2ptunnel.socks.SOCKSUDPPort
May throw RuntimeException from underlying sink
send(Destination, int, int, byte[]) - Method in class net.i2p.i2ptunnel.socks.SOCKSUDPUnwrapper
May throw RuntimeException from underlying sink
send(Destination, int, int, byte[]) - Method in class net.i2p.i2ptunnel.socks.SOCKSUDPWrapper
Use the cached header, which should have the host string and port May throw RuntimeException from underlying sink
send(Destination, int, int, byte[]) - Method in class net.i2p.i2ptunnel.streamr.MultiSource
May throw RuntimeException from underlying sinks
send(Destination, int, int, byte[]) - Method in class net.i2p.i2ptunnel.streamr.Subscriber
Handles subscription or unsubscription requests.
send(Destination, int, int, byte[]) - Method in class net.i2p.i2ptunnel.udp.I2PSink
Sends data to the fixed destination configured in the constructor.
send(Destination, byte[]) - Method in class net.i2p.i2ptunnel.udp.I2PSinkAnywhere
Sends data to the specified destination using default ports.
send(Destination, int, int, byte[]) - Method in class net.i2p.i2ptunnel.udp.I2PSinkAnywhere
Sends data to the specified destination using the given ports.
send(Destination, int, int, byte[]) - Method in interface net.i2p.i2ptunnel.udp.Sink
 
send(Destination, int, int, byte[]) - Method in class net.i2p.i2ptunnel.udp.UDPSink
 
send(Destination, int, int, byte[]) - Method in class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPClientBase
Sends data through the I2P sink to the configured destination.
send(Destination, int, int, byte[]) - Method in class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPServerBase
Sends data through the I2P sink.
send(OutNetMessage) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
toss the message onto the connection's send queue
send(OutNetMessage) - Method in interface net.i2p.router.transport.Transport
Asynchronously send a message to the specified peer.
send(OutNetMessage) - Method in class net.i2p.router.transport.TransportImpl
Asynchronously send the message as requested in the message and, if the send is successful, queue up any msg.getOnSendJob job, and register it with the OutboundMessageRegistry (if it has a reply selector).
send(UDPPacket) - Method in class net.i2p.router.transport.udp.PacketPusher
Sends a single UDP packet directly out by selecting an appropriate UDPEndpoint.
send(UDPPacket) - Method in class net.i2p.router.transport.udp.UDPEndpoint
Add the packet to the outobund queue to be sent ASAP (as allowed by the bandwidth limiter) BLOCKING if queue is full.
send(UDPPacket) - Method in class net.i2p.router.transport.udp.UDPTransport
This sends it directly out, bypassing OutboundMessageFragments.
send(OutNetMessage) - Method in class net.i2p.router.transport.udp.UDPTransport
 
send(I2NPMessage, PeerState) - Method in class net.i2p.router.transport.udp.UDPTransport
"injected" message from the EstablishmentManager.
send(I2NPMessage, List<OutNetMessage>, PeerState) - Method in class net.i2p.router.transport.udp.UDPTransport
"injected" message from the EstablishmentManager, plus pending messages to send, so the messages may be bundled efficiently.
send(List<I2NPMessage>, PeerState) - Method in class net.i2p.router.transport.udp.UDPTransport
"injected" messages from the EstablishmentManager.
send(List<PendingGatewayMessage>, int, int, TunnelGateway.Sender, TunnelGateway.Receiver) - Method in class net.i2p.router.tunnel.BatchedPreprocessor
Preprocess the messages from the pending list, grouping items startAt through sendThrough (though only part of the last one may be fully sent), delivering them through the sender/receiver.
send(SocketAddress, ByteBuffer) - Method in class net.i2p.sam.SAMv3DatagramServer
send.
send(String, String, int) - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
Send a multicast message.
send(String) - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
Send a multicast message using default bind settings.
SEND_DELAY_CHOKE - Static variable in class net.i2p.client.streaming.impl.Packet
SEND_DELAY_CHOKE.
send_json_login_msg(byte, byte[]) - Method in class edu.internet2.ndt.Protocol
Send protocol messages given their type and data byte array
send_json_msg(byte, byte) - Method in class edu.internet2.ndt.Protocol
Send message given its Type and data byte
send_json_msg(byte, byte[]) - Method in class edu.internet2.ndt.Protocol
Send protocol messages given their type and data byte array
send_msg(byte, byte) - Method in class edu.internet2.ndt.Protocol
Send message given its Type and data byte
send_msg(byte, byte[]) - Method in class edu.internet2.ndt.Protocol
Send protocol messages given their type and data byte array
sendAck0() - Method in class net.i2p.router.transport.udp.PeerState2
Send immediate ACK 0 of Session Confirmed.
sendAlive() - Method in class org.klomp.snark.PeerConnectionOut
Queue a keepalive message if the queue is empty.
sendAvailable() - Method in class net.i2p.client.streaming.impl.Connection
Flush any data that we can.
sendBestEffort(Destination, byte[], SessionKey, Set<SessionTag>, long) - Method in class net.i2p.client.impl.I2PSessionImpl2
Send a message with best effort delivery.
sendBestEffort(Destination, byte[], long, int) - Method in class net.i2p.client.impl.I2PSessionImpl2
TODO - Don't need to save MessageState since actuallyWait is false...
sendBitfield(BitField) - Method in class org.klomp.snark.PeerConnectionOut
Queue a bitfield, have_all, or have_none message as appropriate.
sendBlindingInfo(BlindData) - Method in interface net.i2p.client.I2PSession
Send blinding info to the router.
sendBlindingInfo(BlindData) - Method in class net.i2p.client.impl.I2PSessionImpl
 
sendBytes(String, byte[], int, int, int) - Method in class net.i2p.sam.SAMDatagramSession
Send bytes through a SAM DATAGRAM session.
sendBytes(String, byte[], int, int, int, boolean, int, int, int) - Method in class net.i2p.sam.SAMDatagramSession
Send bytes through a SAM DATAGRAM session.
sendBytes(String, byte[], int, int, int) - Method in interface net.i2p.sam.SAMMessageSess
Send bytes through a SAM message-based session.
sendBytes(String, byte[], int, int, int, boolean, int, int, int) - Method in interface net.i2p.sam.SAMMessageSess
Send bytes through a SAM message-based session.
sendBytes(String, byte[], int, int, int) - Method in class net.i2p.sam.SAMMessageSession
Send bytes through a SAM message-based session.
sendBytes(String, byte[], int, int, int) - Method in class net.i2p.sam.SAMRawSession
Send bytes through a SAM RAW session.
sendBytes(String, byte[], int, int, int, boolean, int, int, int) - Method in class net.i2p.sam.SAMRawSession
Send bytes through a SAM RAW session.
sendBytes(int, InputStream, int) - Method in class net.i2p.sam.SAMStreamSession
Send bytes through a SAM STREAM session.
sendBytes(String, byte[], int, int, int) - Method in class net.i2p.sam.SAMStreamSession
Unsupported
sendBytes(String, byte[], int, int, int, boolean, int, int, int) - Method in class net.i2p.sam.SAMStreamSession
Unsupported
sendBytes(InputStream, int) - Method in class net.i2p.sam.SAMStreamSession.StreamSender
Send bytes through the SAM STREAM session socket sender
sendBytesThroughMessageSession(String, byte[], int, int, int) - Method in class net.i2p.sam.SAMMessageSession
Actually send bytes through the SAM message-based session I2PSession (er...).
sendBytesThroughMessageSession(String, byte[], int, int, int, boolean, int, int, int) - Method in class net.i2p.sam.SAMMessageSession
Actually send bytes through the SAM message-based session I2PSession, using per-message extended options.
sendCancel(Request) - Method in class org.klomp.snark.PeerConnectionOut
Send a cancel message and remove any matching request from the queue.
sendChoke(boolean) - Method in class org.klomp.snark.PeerConnectionOut
Queue a choke or unchoke message, cancelling any pending inverse.
sendClosest(Hash, Set<Hash>, Hash, TunnelId) - Method in class net.i2p.router.networkdb.HandleDatabaseLookupMessageJob
Send the closest routers to the requesting peer.
sendClosest(Hash, Set<Hash>, Hash, TunnelId) - Method in class net.i2p.router.networkdb.kademlia.HandleFloodfillDatabaseLookupMessageJob
We extend this here to send our routerInfo back as well, if we are not floodfill.
sendCommentReq(Peer, int) - Static method in class org.klomp.snark.ExtensionHandler
Sends a comment request to a peer.
sendCommentReq(Peer) - Method in class org.klomp.snark.PeerCoordinator
Send a commment request message to the peer, if he supports it.
sendComplete(OutNetMessage) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
queue up afterSend call, which can take some time w/ jobs, etc
SendCountComparator() - Constructor for class net.i2p.router.web.helpers.UDPSorters.SendCountComparator
 
sendData(HttpServletRequest, HttpServletResponse, BasicServlet.HttpContent) - Method in class org.klomp.snark.web.BasicServlet
Sends the content to the client, handling range requests.
sendDestroy(PeerState, int) - Method in class net.i2p.router.transport.udp.UDPTransport
Send a session destroy message, bypassing OMF and PacketPusher.
sendDHT(Peer, int, int) - Static method in class org.klomp.snark.ExtensionHandler
Sends DHT port numbers to a peer.
sendDHT(Peer) - Method in class org.klomp.snark.PeerCoordinator
Send a DHT message to the peer, if we both support DHT.
sendDirectory(HttpServletRequest, HttpServletResponse, Resource, String) - Method in class net.i2p.servlet.I2PDefaultServlet
Copied and modified from DefaultServlet.java.
sender - Variable in class i2p.susi.webmail.Mail
As received, trimmed only, not HTML escaped
senderOnly() - Method in class com.southernstorm.noise.protocol.CipherStatePair
Destroys the receiving CipherState and retains only the sending CipherState.
SenderSorter(MailCache) - Constructor for class i2p.susi.webmail.Sorters.SenderSorter
Sorts by sender field.
sendExtension(int, byte[]) - Method in class org.klomp.snark.Peer
Sends a protocol extension message to the peer.
sendExtension(int, byte[]) - Method in class org.klomp.snark.PeerConnectionOut
Queue an extension message.
sendHave(int) - Method in class org.klomp.snark.PeerConnectionOut
Queue a have message for the given piece.
sendIfEstablished(OutNetMessage) - Method in class net.i2p.router.transport.udp.UDPTransport
Send only if established, otherwise fail immediately.
sendInterest(boolean) - Method in class org.klomp.snark.PeerConnectionOut
Queue an interested or not-interested message, cancelling any pending inverse.
sendLeaseSearch(RouterInfo) - Method in class net.i2p.router.networkdb.kademlia.SearchJob
we're (probably) searching for a LeaseSet, so to be (overly) cautious, we're sending the request out through a tunnel w/ reply back through another tunnel.
sendMail(String, int, String, String, String, List<String>, StringBuilder, List<Attachment>, String) - Method in class i2p.susi.webmail.smtp.SMTPClient
 
sendMessage(Destination, byte[]) - Method in interface net.i2p.client.I2PSession
Send a new message to the given destination, containing the specified payload, returning true if the router feels confident that the message was delivered.
sendMessage(Destination, byte[], int, int) - Method in interface net.i2p.client.I2PSession
Send a new message to the given destination, containing the specified payload, returning true if the router feels confident that the message was delivered.
sendMessage(Destination, byte[], int, int, int) - Method in interface net.i2p.client.I2PSession
See I2PSessionMuxedImpl for proto/port details.
sendMessage(Destination, byte[], SessionKey, Set<SessionTag>) - Method in interface net.i2p.client.I2PSession
End-to-End Crypto is disabled, tags and keys are ignored! Like sendMessage above, except the key used and the tags sent are exposed to the application.
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>) - Method in interface net.i2p.client.I2PSession
End-to-End Crypto is disabled, tags and keys are ignored.
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, long) - Method in interface net.i2p.client.I2PSession
End-to-End Crypto is disabled, tags and keys are ignored.
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, int, int, int) - Method in interface net.i2p.client.I2PSession
See I2PSessionMuxedImpl for proto/port details.
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, long, int, int, int) - Method in interface net.i2p.client.I2PSession
See I2PSessionMuxedImpl for proto/port details.
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, long, int, int, int, int) - Method in interface net.i2p.client.I2PSession
See I2PSessionMuxedImpl for proto/port details.
sendMessage(Destination, byte[], int, int, int, int, int, SendMessageOptions) - Method in interface net.i2p.client.I2PSession
See I2PSessionMuxedImpl for proto/port details.
sendMessage(Destination, byte[], int, int, int, int, int, SendMessageOptions, SendMessageStatusListener) - Method in interface net.i2p.client.I2PSession
Send a message and request an asynchronous notification of delivery status.
sendMessage(I2PSessionImpl, Destination, long, byte[], SessionTag, SessionKey, Set<SessionTag>, SessionKey, long) - Method in class net.i2p.client.impl.I2CPMessageProducer
Send an I2CP message.
sendMessage(I2PSessionImpl, Destination, long, byte[], long, int) - Method in class net.i2p.client.impl.I2CPMessageProducer
Send an I2CP message.
sendMessage(I2PSessionImpl, Destination, long, byte[], SendMessageOptions) - Method in class net.i2p.client.impl.I2CPMessageProducer
Send an I2CP message.
sendMessage(I2CPMessage) - Method in class net.i2p.client.impl.I2PSessionImpl
Deliver an I2CP message to the router As of 0.9.3, may block for several seconds if the write queue to the router is full
sendMessage(Destination, byte[], int, int, int) - Method in class net.i2p.client.impl.I2PSessionImpl2
Not supported.
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, int, int, int) - Method in class net.i2p.client.impl.I2PSessionImpl2
Not supported.
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, long, int, int, int) - Method in class net.i2p.client.impl.I2PSessionImpl2
Not supported.
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, long, int, int, int, int) - Method in class net.i2p.client.impl.I2PSessionImpl2
Not supported.
sendMessage(Destination, byte[], int, int, int, int, int, SendMessageOptions) - Method in class net.i2p.client.impl.I2PSessionImpl2
Not supported.
sendMessage(Destination, byte[], int, int, int, int, int, SendMessageOptions, SendMessageStatusListener) - Method in class net.i2p.client.impl.I2PSessionImpl2
Not supported.
sendMessage(Destination, byte[]) - Method in class net.i2p.client.impl.I2PSessionImpl2
unused, see MuxedImpl override
sendMessage(Destination, byte[], int, int) - Method in class net.i2p.client.impl.I2PSessionImpl2
sendMessage.
sendMessage(Destination, byte[], SessionKey, Set<SessionTag>) - Method in class net.i2p.client.impl.I2PSessionImpl2
Send a message with session key and tags.
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>) - Method in class net.i2p.client.impl.I2PSessionImpl2
Send a message with session key and tags.
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, long) - Method in class net.i2p.client.impl.I2PSessionImpl2
Unused? see MuxedImpl override
sendMessage(Destination, byte[]) - Method in class net.i2p.client.impl.I2PSessionMuxedImpl
sendMessage.
sendMessage(Destination, byte[], int, int, int) - Method in class net.i2p.client.impl.I2PSessionMuxedImpl
sendMessage.
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, long) - Method in class net.i2p.client.impl.I2PSessionMuxedImpl
Send a message with session key and tags.
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, int, int, int) - Method in class net.i2p.client.impl.I2PSessionMuxedImpl
Send a message with session key and tags.
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, long, int, int, int) - Method in class net.i2p.client.impl.I2PSessionMuxedImpl
Send a message with protocol and port information.
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, long, int, int, int, int) - Method in class net.i2p.client.impl.I2PSessionMuxedImpl
Send a message with protocol, port, and flags.
sendMessage(Destination, byte[], int, int, int, int, int, SendMessageOptions) - Method in class net.i2p.client.impl.I2PSessionMuxedImpl
See SendMessageOptions for option details.
sendMessage(Destination, byte[], int, int, int, int, int, SendMessageOptions, SendMessageStatusListener) - Method in class net.i2p.client.impl.I2PSessionMuxedImpl
Send a message and request an asynchronous notification of delivery status.
sendMessage(I2CPMessage) - Method in class net.i2p.client.impl.SubSession
Deliver an I2CP message to the router May block for several seconds if the write queue to the router is full
sendMessage(String, long, long, Hash, boolean, String) - Method in class net.i2p.router.MessageHistory
We just sent a message to the peer
sendMessage(I2NPMessage, Hash, TunnelId) - Method in class net.i2p.router.networkdb.HandleDatabaseLookupMessageJob
Send an I2NP message to the specified peer.
sendMessage(DataOutputStream) - Method in class org.klomp.snark.Message
Sends this message through the given DataOutputStream.
sendMessage_unchecked(I2CPMessage) - Method in class net.i2p.client.impl.I2PSessionImpl
Deliver an I2CP message to the router.
sendMessage_unchecked(I2CPMessage) - Method in class net.i2p.client.impl.SubSession
Deliver an I2CP message to the router.
SendMessageDirectJob - Class in net.i2p.router.message
Send a message directly to another router (not through a tunnel).
SendMessageDirectJob(RouterContext, I2NPMessage, Hash, int, int) - Constructor for class net.i2p.router.message.SendMessageDirectJob
Send a message directly to a peer.
SendMessageDirectJob(RouterContext, I2NPMessage, Hash, int, int, long) - Constructor for class net.i2p.router.message.SendMessageDirectJob
Send a message directly to a peer with an XOR mask.
SendMessageDirectJob(RouterContext, I2NPMessage, Hash, ReplyJob, Job, MessageSelector, int, int) - Constructor for class net.i2p.router.message.SendMessageDirectJob
Send a message directly to a peer with reply handling.
SendMessageDirectJob(RouterContext, I2NPMessage, Hash, ReplyJob, Job, MessageSelector, int, int, long) - Constructor for class net.i2p.router.message.SendMessageDirectJob
Send a message directly to a peer with reply handling and XOR mask.
SendMessageDirectJob(RouterContext, I2NPMessage, Hash, Job, ReplyJob, Job, MessageSelector, int, int, long) - Constructor for class net.i2p.router.message.SendMessageDirectJob
Send a message directly to a peer with full options.
SendMessageExpiresMessage - Class in net.i2p.data.i2cp
Same as SendMessageMessage, but with an expiration to be passed to the router As of 0.8.4, retrofitted to use DateAndFlags.
SendMessageExpiresMessage() - Constructor for class net.i2p.data.i2cp.SendMessageExpiresMessage
For reading.
SendMessageExpiresMessage(SessionId, Destination, Payload, long) - Constructor for class net.i2p.data.i2cp.SendMessageExpiresMessage
For writing
SendMessageExpiresMessage(SessionId, Destination, Payload, long, DateAndFlags) - Constructor for class net.i2p.data.i2cp.SendMessageExpiresMessage
For writing
SendMessageMessage - Class in net.i2p.data.i2cp
Defines the message a client sends to a router to ask it to deliver a new message
SendMessageMessage() - Constructor for class net.i2p.data.i2cp.SendMessageMessage
For reading.
SendMessageMessage(SessionId, Destination, Payload, long) - Constructor for class net.i2p.data.i2cp.SendMessageMessage
For writing
SendMessageOptions - Class in net.i2p.client
Advanced options attached to a single outgoing I2CP message.
SendMessageOptions() - Constructor for class net.i2p.client.SendMessageOptions
 
SendMessageOptions.GzipOption - Enum in net.i2p.client
Overrides i2cp.gzip session option and size threshold for this message only.
SendMessageOptions.Reliability - Enum in net.i2p.client
Reliability bits 9-10.
SendMessageStatusListener - Interface in net.i2p.client
Asynchronously notify the client of the status of a sent message.
sendNoEffort(Destination, byte[], long, int) - Method in class net.i2p.client.impl.I2PSessionImpl2
Same as sendBestEffort(), except we do not expect any MessageStatusMessage responses - not for accepted, or success, or failure.
sendOurRouterInfo(boolean) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
NTCP2 only
sendPacket(PacketLocal) - Method in class net.i2p.client.streaming.impl.Connection
This sends all 'normal' packets (acks and data) for the first time.
sendPayloadMessage(long, boolean, long) - Method in class net.i2p.router.MessageHistory
Note that the sending of a payload message completed (successfully or as a failure)
sendPeers(Peer) - Method in class org.klomp.snark.PeerCoordinator
Send a PEX message to the peer, if he supports PEX.
sendPEX(Peer, List<Peer>) - Static method in class org.klomp.snark.ExtensionHandler
Sends a PEX message with the given peer list.
sendPiece(int, int, int, DataLoader) - Method in class org.klomp.snark.PeerConnectionOut
Queue a piece message with a callback to load the data from disk when required.
sendPort(int) - Method in class org.klomp.snark.PeerConnectionOut
Queue a port message.
sendPorts - Variable in class net.i2p.sam.SAMv3Handler
package-visible for SAMHandlerPool
sendPreprocessed(byte[], TunnelGateway.Receiver) - Method in class net.i2p.router.tunnel.InboundSender
sendPreprocessed.
sendPreprocessed(byte[], TunnelGateway.Receiver) - Method in class net.i2p.router.tunnel.OutboundSender
 
sendPreprocessed(byte[], TunnelGateway.Receiver) - Method in interface net.i2p.router.tunnel.TunnelGateway.Sender
Encrypt and forward preprocessed data to the receiver.
sendReject(int, int, int) - Method in class org.klomp.snark.PeerConnectionOut
Queue a reject message.
sendRequest(SocketTimeout) - Method in class net.i2p.client.streaming.I2PSocketEepGet
Look up the address, get a socket from the I2PSocketManager supplied in the constructor, and send the request.
sendRequest(SocketTimeout) - Method in class net.i2p.util.EepGet
Open connection and send HTTP request.
sendRequest(SocketTimeout) - Method in class net.i2p.util.SSLEepGet
sendRequest.
sendRequest(Request) - Method in class org.klomp.snark.PeerConnectionOut
Queue a request message, checking for duplicates.
sendRequests(List<Request>) - Method in class org.klomp.snark.PeerConnectionOut
Send all requests in the list.
sendRouterSearch(RouterInfo) - Method in class net.i2p.router.networkdb.kademlia.SearchJob
We're searching for a router, so we can just send direct
sendSearch(RouterInfo) - Method in class net.i2p.router.networkdb.kademlia.SearchJob
Send a search to the given peer
sendStore(Hash, DatabaseEntry, Job, Job, long, Set<Hash>) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Send out a store.
sendStore(Hash, DatabaseEntry, Job, Job, long, Set<Hash>) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
See implementation in FNDF
sendTerminationAndClose() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
NTCP2.
sendtime - Variable in class edu.internet2.ndt.Tcpbw100
Packet ordering metric.
sendTime - Variable in class org.klomp.snark.Request
Send time
sendUrgentData(int) - Method in class net.i2p.client.streaming.impl.StandardSocket
 
sentMessagesSize() - Method in class net.i2p.router.transport.udp.PeerState2
 
sentParticipatingMessage(int, float) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
We intend to send traffic for a participating tunnel with the given size and adjustment factor.
SEP - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "sep", "september" - ninth month
SEQ - Static variable in class org.cybergarage.http.HTTP
SEQ (Sequence Number) header for UPnP eventing
serial - Variable in class i2p.susi.dns.BaseBean
The serial number
serial - Variable in class org.minidns.record.SOA
The unsigned 32 bit version number of the original copy of the zone.
serialize(Object) - Static method in class org.json.simple.Jsoner
A convenience method that assumes a StringWriter.
serialize(Object, Writer) - Static method in class org.json.simple.Jsoner
Serializes values according to the RFC 4627 JSON specification.
serialize(DataOutputStream) - Method in class org.minidns.record.Data
The internal method used to serialize Data subclasses.
serialize(DataOutputStream) - Method in class org.minidns.record.DelegatingDnssecRR
serialize.
serialize(DataOutputStream) - Method in class org.minidns.record.DNSKEY
serialize.
serialize(DataOutputStream) - Method in class org.minidns.record.InternetAddressRR
serialize.
serialize(DataOutputStream) - Method in class org.minidns.record.MX
serialize.
serialize(DataOutputStream) - Method in class org.minidns.record.NSEC
serialize.
serialize(DataOutputStream) - Method in class org.minidns.record.NSEC3
serialize.
serialize(DataOutputStream) - Method in class org.minidns.record.NSEC3PARAM
serialize.
serialize(DataOutputStream) - Method in class org.minidns.record.OPENPGPKEY
 
serialize(DataOutputStream) - Method in class org.minidns.record.OPT
serialize.
serialize(DataOutputStream) - Method in class org.minidns.record.RRSIG
serialize.
serialize(DataOutputStream) - Method in class org.minidns.record.RRWithTarget
 
serialize(DataOutputStream) - Method in class org.minidns.record.SOA
serialize.
serialize(DataOutputStream) - Method in class org.minidns.record.SRV
serialize.
serialize(DataOutputStream) - Method in class org.minidns.record.TLSA
serialize.
serialize(DataOutputStream) - Method in class org.minidns.record.TXT
serialize.
serialize(DataOutputStream) - Method in class org.minidns.record.UNKNOWN
serialize.
serializeCarelessly(Object, Writer) - Static method in class org.json.simple.Jsoner
Serializes like the first version of this library.
Serializer<T> - Interface in net.metanotion.io
Interface for serializing and deserializing objects to/from byte arrays.
serializeStrictly(Object, Writer) - Static method in class org.json.simple.Jsoner
Serializes JSON values and only JSON values according to the RFC 4627 JSON specification.
serveLocalFile(I2PAppContext, I2PSocketManager, OutputStream, String, String, String, String, boolean) - Static method in class net.i2p.i2ptunnel.localServer.LocalHTTPServer
Very simple web server.
server - Variable in class net.i2p.sam.SAMStreamSession
server.
SERVER - Static variable in class org.cybergarage.http.HTTP
Server HTTP header field name
SERVER_RETRY_COUNT - Static variable in class org.cybergarage.upnp.UPnP
Number of retry attempts for server operations.
service(HttpServletRequest, HttpServletResponse) - Method in class net.i2p.addressbook.servlet.Servlet
Handle service requests.
Service - Interface in net.i2p.router
Defines the lifecycle interface for router subsystems.
Service - Class in org.cybergarage.upnp
Service.
Service() - Constructor for class org.cybergarage.upnp.Service
Creates a new empty Service instance.
Service(Node) - Constructor for class org.cybergarage.upnp.Service
Creates a Service instance from an existing XML node.
SERVICE_LIST_ELEMENT - Static variable in interface org.cybergarage.upnp.RootDescription
SERVICE_LIST_ELEMENT.
ServiceData - Class in org.cybergarage.upnp.xml
Data container for UPnP service information and metadata.
ServiceData() - Constructor for class org.cybergarage.upnp.xml.ServiceData
ServiceData.
ServiceList - Class in org.cybergarage.upnp
A collection of UPnP services.
ServiceList() - Constructor for class org.cybergarage.upnp.ServiceList
 
serviceSearchResponse(SSDPPacket) - Method in class org.cybergarage.upnp.Service
serviceSearchResponse.
ServiceStateTable - Class in org.cybergarage.upnp
A collection of UPnP service state variables.
ServiceStateTable() - Constructor for class org.cybergarage.upnp.ServiceStateTable
 
Servlet - Class in net.i2p.addressbook.servlet
A wrapper for addressbook to allow it to be started as a web application.
Servlet() - Constructor for class net.i2p.addressbook.servlet.Servlet
 
ServletUtil - Class in net.i2p.servlet.util
Simple utilities for servlets.
sess - Variable in class net.i2p.i2ptunnel.udp.I2PSink
 
sess - Variable in class net.i2p.i2ptunnel.udp.I2PSinkAnywhere
 
sess - Variable in class net.i2p.i2ptunnel.udp.I2PSource
The I2P session
Session - Interface in net.i2p.sam
A V3 session.
SESSION_ATTR_USER - Static variable in class net.i2p.servlet.filters.SessionManager
SESSION_ATTR_USER.
SESSION_CONFIRMED_FLAG_BYTE - Static variable in class net.i2p.router.transport.udp.SSU2Util
Message type flag for session confirmed
SESSION_COOKIE_NAME - Static variable in class net.i2p.servlet.filters.SessionManager
SESSION_COOKIE_NAME.
SESSION_CREATED_FLAG_BYTE - Static variable in class net.i2p.router.transport.udp.SSU2Util
Message type flag for session created
SESSION_ERROR - Static variable in class net.i2p.sam.SAMv1Handler
SESSION_ERROR.
SESSION_HEADER_SIZE - Static variable in class net.i2p.router.transport.udp.SSU2Util
64 bytes, combined long header and key
SESSION_LIFETIME_MAX_MS - Static variable in class net.i2p.router.crypto.ratchet.RatchetSKM
Keep unused inbound session tags around for this long (a few minutes longer than session tags are used on the outbound side so that no reasonable network lag can cause failed decrypts) This is also the max idle time for an outbound session.
SESSION_PENDING_DURATION_MS - Static variable in class net.i2p.router.crypto.ratchet.RatchetSKM
S e s s i o n p e n d i n g d u r a t i o n m s
SESSION_REQUEST_FLAG_BYTE - Static variable in class net.i2p.router.transport.udp.SSU2Util
The message types, 0-11, as bytes.
SESSION_STATUS_DUPLICATE_DEST - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
SESSION_STATUS_DUPLICATE_DEST.
SESSION_STATUS_I2P_ERROR - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
SESSION_STATUS_I2P_ERROR.
SESSION_STATUS_INVALID_KEY - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
SESSION_STATUS_INVALID_KEY.
SESSION_STATUS_OK - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
SESSION_STATUS_OK.
SESSION_TAG_DURATION_MS - Static variable in class net.i2p.router.crypto.ratchet.RatchetSKM
Let outbound session tags sit around for this long before expiring them.
SessionCheckServlet - Class in net.i2p.router.web.servlets
Lightweight session validation endpoint for AJAX polling.
SessionCheckServlet() - Constructor for class net.i2p.router.web.servlets.SessionCheckServlet
 
SessionConfig - Class in net.i2p.data.i2cp
Defines the information a client must provide to create a session
SessionConfig() - Constructor for class net.i2p.data.i2cp.SessionConfig
SessionConfig.
SessionConfig(Destination) - Constructor for class net.i2p.data.i2cp.SessionConfig
SessionConfig.
sessionDisconnected() - Method in interface net.i2p.client.streaming.I2PSocketManager.DisconnectListener
sessionDisconnected().
sessionDisconnected() - Method in class net.i2p.sam.SAMStreamSession.DisconnectListener
sessionDisconnected.
sessionDisconnected() - Method in class org.klomp.snark.I2PSnarkUtil
sessionDisconnected.
sessionDisconnected() - Method in class org.klomp.snark.SnarkManager
DisconnectListener interface
sessionEstablished(SessionConfig) - Method in class net.i2p.router.client.ClientConnectionRunner
Caller must send a SessionStatusMessage to the client with the returned code.
sessionId() - Method in class net.i2p.data.i2cp.BlindingInfoMessage
Return the SessionId for this message.
sessionId() - Method in class net.i2p.data.i2cp.CreateLeaseSetMessage
Return the SessionId for this message.
sessionId() - Method in class net.i2p.data.i2cp.DestroySessionMessage
Return the SessionId for this message.
sessionId() - Method in class net.i2p.data.i2cp.HostLookupMessage
Return the SessionId for this message.
sessionId() - Method in class net.i2p.data.i2cp.HostReplyMessage
Return the SessionId for this message.
sessionId() - Method in interface net.i2p.data.i2cp.I2CPMessage
Return the SessionId for this type of message.
sessionId() - Method in class net.i2p.data.i2cp.I2CPMessageImpl
Return the SessionId for this type of message.
sessionId() - Method in class net.i2p.data.i2cp.MessagePayloadMessage
Return the SessionId for this message.
sessionId() - Method in class net.i2p.data.i2cp.MessageStatusMessage
Return the SessionId for this message.
sessionId() - Method in class net.i2p.data.i2cp.ReceiveMessageBeginMessage
Return the SessionId for this message.
sessionId() - Method in class net.i2p.data.i2cp.ReceiveMessageEndMessage
Return the SessionId for this message.
sessionId() - Method in class net.i2p.data.i2cp.ReconfigureSessionMessage
Return the SessionId for this message.
sessionId() - Method in class net.i2p.data.i2cp.ReportAbuseMessage
Return the SessionId for this message.
sessionId() - Method in class net.i2p.data.i2cp.RequestLeaseSetMessage
Return the SessionId for this message.
sessionId() - Method in class net.i2p.data.i2cp.RequestVariableLeaseSetMessage
Return the SessionId for this message.
sessionId() - Method in class net.i2p.data.i2cp.SendMessageMessage
Return the SessionId for this message.
SessionId - Class in net.i2p.data.i2cp
Defines the token passed between the router and client to associate messages with a particular session.
SessionId() - Constructor for class net.i2p.data.i2cp.SessionId
Creates a new SessionId with default value -1.
SessionId(int) - Constructor for class net.i2p.data.i2cp.SessionId
0-65535.
sessionId() - Method in class net.i2p.data.i2cp.SessionStatusMessage
Return the SessionId for this message.
SessionIdleTimer - Class in net.i2p.client.impl
Reduce tunnels or shutdown the session on idle if so configured
SessionIdleTimer(I2PAppContext, I2PSessionImpl, boolean, boolean) - Constructor for class net.i2p.client.impl.SessionIdleTimer
reduce, shutdown, or both must be true
SessionKey - Class in net.i2p.data
Cryptographic session key for symmetric encryption in I2P.
SessionKey() - Constructor for class net.i2p.data.SessionKey
 
SessionKey(byte[]) - Constructor for class net.i2p.data.SessionKey
Key data.
SessionKeyAndNonce - Class in net.i2p.router.crypto.ratchet
Session key with nonce and optional handshake state for ratchet message encryption and decryption operations, supporting nonces up to 65535 This is what is returned from RatchetTagSet.consume().
SessionKeyAndNonce(byte[], int) - Constructor for class net.i2p.router.crypto.ratchet.SessionKeyAndNonce
For outbound Existing Session
SessionKeyAndNonce(byte[], int, int, PublicKey) - Constructor for class net.i2p.router.crypto.ratchet.SessionKeyAndNonce
For inbound Existing Session
SessionKeyAndNonce(HandshakeState) - Constructor for class net.i2p.router.crypto.ratchet.SessionKeyAndNonce
For New Session Replies
SessionKeyManager - Class in net.i2p.crypto
Manage the session keys and session tags used for encryption and decryption.
SessionKeyManager() - Constructor for class net.i2p.crypto.SessionKeyManager
A dummy SessionKeyManager for testing or for passing to ElGamalAESEngine.decrypt()
SessionKeyManager(I2PAppContext) - Constructor for class net.i2p.crypto.SessionKeyManager
A dummy SessionKeyManager for testing or for passing to ElGamalAESEngine.decrypt()
sessionKeyManager() - Method in class net.i2p.I2PAppContext
The session key manager which coordinates the sessionKey / sessionTag data.
SessionManager - Class in net.i2p.servlet.filters
Simple session manager for console authentication.
SessionRecord - Class in net.i2p.sam
A record of a SAM session stored in the SessionsDB.
SessionRecord(String, Properties, SAMv3Handler) - Constructor for class net.i2p.sam.SessionRecord
Create a new session record.
SessionRecord(SessionRecord) - Constructor for class net.i2p.sam.SessionRecord
Copy constructor.
sessionRequestReceived() - Method in class net.i2p.router.transport.udp.InboundEstablishState
Whether the SessionRequest message has been received from Alice.
SessionsDB - Class in net.i2p.sam
A database of SAM sessions, mapping nicknames to SessionRecords.
SessionsDB() - Constructor for class net.i2p.sam.SessionsDB
Create a new empty sessions database.
SessionsDB.ExistingDestException - Exception in net.i2p.sam
Exception thrown when attempting to create a session with an existing destination.
SessionsDB.ExistingIdException - Exception in net.i2p.sam
Exception thrown when attempting to create a session with an existing ID.
SessionStatusMessage - Class in net.i2p.data.i2cp
Defines the message a router sends to a client indicating the status of the session.
SessionStatusMessage() - Constructor for class net.i2p.data.i2cp.SessionStatusMessage
SessionStatusMessage.
SessionStatusMessageHandler - Class in net.i2p.client.impl
Handle I2CP SessionStatusMessagese from the router, updating the session as necssary.
SessionStatusMessageHandler(I2PAppContext) - Constructor for class net.i2p.client.impl.SessionStatusMessageHandler
SessionStatusMessageHandler.
sessionStatusReceived(String, String, String) - Method in class net.i2p.sam.client.SAMClientEventListenerImpl
 
sessionStatusReceived(String, String, String) - Method in class net.i2p.sam.client.SAMEventHandler
may be called twice, first for CREATE and second for ADD
sessionStatusReceived(String, String, String) - Method in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
message).
SessionTag - Class in net.i2p.data
32 bytes, usually of random data.
SessionTag() - Constructor for class net.i2p.data.SessionTag
Instantiate the data array and fill it with random data.
SessionTag(boolean) - Constructor for class net.i2p.data.SessionTag
Instantiate the data array and fill it with random data.
SessionTag(byte[]) - Constructor for class net.i2p.data.SessionTag
As of 0.9.44, non-null.
SessionTagListener - Interface in net.i2p.router.crypto.ratchet
Interface for managing session tag lifecycle in ratchet tag sets
set(int) - Method in class com.google.zxing.common.BitArray
Sets bit i.
set(int, int) - Method in class com.google.zxing.common.BitMatrix
Sets the given bit to true.
set(int, int, byte) - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
Sets the value at the specified coordinates.
set(int, int, int) - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
Sets the value at the specified coordinates using an int value.
set(int, int, boolean) - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
Sets the value at the specified coordinates using a boolean value.
set(long) - Method in class net.i2p.router.transport.udp.SSU2Bitfield
Sets the given bit to true.
set(V) - Method in class net.metanotion.util.skiplist.SkipIterator
Not supported.
set(InputStream, boolean) - Method in class org.cybergarage.http.HTTPPacket
Parses HTTP packet data from an input stream.
set(InputStream) - Method in class org.cybergarage.http.HTTPPacket
Parses HTTP packet data from an input stream including content.
set(HTTPSocket) - Method in class org.cybergarage.http.HTTPPacket
Parses HTTP packet data from an HTTP socket.
set(HTTPPacket) - Method in class org.cybergarage.http.HTTPPacket
Copies all data from another HTTP packet to this packet.
set(HTTPRequest) - Method in class org.cybergarage.http.HTTPRequest
Copies the contents of the given HTTP request into this request.
set(String) - Method in class org.cybergarage.http.HTTPStatus
Parses a status line string and sets the version, code, and reason phrase.
set(StateVariable) - Method in class org.cybergarage.upnp.StateVariable
set.
set(Attribute) - Method in class org.cybergarage.xml.Attribute
Copies the name and value from another attribute to this attribute.
set(Node) - Method in class org.cybergarage.xml.Node
Copies all properties from another node to this node.
set(int) - Method in class org.klomp.snark.BitField
Sets the given bit to true.
set(double) - Method in class org.rrd4j.core.RrdDouble
Store a double value with optional caching.
set(int, double) - Method in class org.rrd4j.core.RrdDoubleArray
Sets a double value at the specified index.
set(int, double, int) - Method in class org.rrd4j.core.RrdDoubleArray
 
set(int, int, double) - Method in class org.rrd4j.core.RrdDoubleMatrix
 
set(int, int, double, int) - Method in class org.rrd4j.core.RrdDoubleMatrix
 
set(int, int, double[]) - Method in class org.rrd4j.core.RrdDoubleMatrix
 
set(E) - Method in class org.rrd4j.core.RrdEnum
Store an enum value with optional caching.
set(int) - Method in class org.rrd4j.core.RrdInt
Sets the integer value.
set(long) - Method in class org.rrd4j.core.RrdLong
Store a long value with optional caching.
set(String) - Method in class org.rrd4j.core.RrdString
Store a string value with optional caching.
set(String) - Method in class org.rrd4j.core.Sample
Sets sample timestamp and data source values in a fashion similar to RRDTool.
set(Font, Font[]) - Method in enum org.rrd4j.graph.RrdGraphConstants.FontTag
Set
SET_BOTH - Static variable in class net.i2p.router.LeaseSetKeys
Unmodifiable, ElGamal and ECIES-X25519.
SET_EC - Static variable in class net.i2p.router.LeaseSetKeys
Unmodifiable, ECIES-X25519 only
SET_EC_PQ1 - Static variable in class net.i2p.router.LeaseSetKeys
Unmodifiable, ECIES-X25519 and PQ only
SET_EC_PQ2 - Static variable in class net.i2p.router.LeaseSetKeys
Unmodifiable, ECIES-X25519 and PQ only
SET_EC_PQ3 - Static variable in class net.i2p.router.LeaseSetKeys
Unmodifiable, ECIES-X25519 and PQ only
SET_EC_PQ_ALL - Static variable in class net.i2p.router.LeaseSetKeys
Unmodifiable, ECIES-X25519 and PQ only
SET_ELG - Static variable in class net.i2p.router.LeaseSetKeys
Unmodifiable, ElGamal only
SET_PQ1 - Static variable in class net.i2p.router.LeaseSetKeys
Unmodifiable, PQ only
SET_PQ2 - Static variable in class net.i2p.router.LeaseSetKeys
Unmodifiable, PQ only
SET_PQ3 - Static variable in class net.i2p.router.LeaseSetKeys
Unmodifiable, PQ only
setAcceptTimeout(long) - Method in interface net.i2p.client.streaming.I2PSocketManager
How long should we wait for the client to .accept() a socket before sending back a NACK/Close?
setAcceptTimeout(int) - Method in class net.i2p.client.streaming.impl.ConnectionHandler
 
setAcceptTimeout(long) - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
How long should we wait for the client to .accept() a socket before sending back a NACK/Close?
setAccessList(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setAccessList(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setAccessMode(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
Controls how other tunnels are checked for access.
setAccessMode(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setAccumValue(double) - Method in class org.rrd4j.core.ArcState
Set the accumulated value.
setAckFrequency(int) - Static method in class net.i2p.router.transport.udp.PeerState
ACK frequency.
setAckFrequencyDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the ACK_FREQUENCY tuning parameter.
setAckFrequencyMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the ACK_FREQUENCY tuning parameter.
setAckFrequencyMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the ACK_FREQUENCY tuning parameter.
setAckFrequencyOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the ACK_FREQUENCY tuning parameter.
setAckFrequencyStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the ACK_FREQUENCY tuning parameter.
setAckThrough(long) - Method in class net.i2p.client.streaming.impl.Packet
 
setAction(String) - Method in class i2p.susi.dns.BaseBean
Sets the action.
setAction(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
Set the action to process.
setAction(String) - Method in class net.i2p.router.web.FormHandler
Action value.
setAction(String) - Method in class net.i2p.router.web.helpers.SidebarHelper
Form action, HTML-stripped before storing.
setActionListener(ActionListener) - Method in class org.cybergarage.upnp.Action
Sets the action listener for this action.
setActionListener(ActionListener) - Method in class org.cybergarage.upnp.Device
setActionListener.
setActionListener(ActionListener, boolean) - Method in class org.cybergarage.upnp.Device
setActionListener.
setActionListener(ActionListener) - Method in class org.cybergarage.upnp.Service
setActionListener.
setActionListener(ActionListener) - Method in class org.cybergarage.upnp.xml.ActionData
Sets the action listener for this action data.
setActive(boolean) - Method in class net.i2p.client.streaming.impl.ConnectionHandler
Set whether this handler is actively accepting new connections.
setActiveFactories(RrdBackendFactory...) - Static method in class org.rrd4j.core.RrdBackendFactory
Set the list of active factories, i.e.
setActiveTransformator(IdnaTransformator) - Static method in class org.minidns.idna.MiniDnsIdna
Sets the active IDNA transformator implementation.
setActivity(long) - Method in class org.klomp.snark.Storage
Set the activity timestamp.
setActualEnd(long) - Method in class net.i2p.router.JobTiming
Set the actual end time when the job finished execution.
setActualStart(long) - Method in class net.i2p.router.JobTiming
Set the actual start time when the job began execution.
setAddClient(boolean) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setAddClient(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setAdditionalResourceRecords(Collection<Record<? extends Data>>) - Method in class org.minidns.dnsmessage.DnsMessage.Builder
setAdditionalResourceRecords.
setAddresses(Collection<RouterAddress>) - Method in class net.i2p.data.router.RouterInfo
Specify a set of RouterAddress structures at which this router can be contacted.
setAdvertiser(Advertiser) - Method in class org.cybergarage.upnp.xml.DeviceData
setAdvertiser.
setAESReplyKeys(int, SessionKey, byte[]) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
Key and IV to encrypt the reply sent for the tunnel creation crypto.
setAliasOf(Hash) - Method in class net.i2p.router.TunnelPoolSettings
Set other destination that this is an alias of (or null).
setAlice(PeerState2) - Method in class net.i2p.router.transport.udp.PeerTestState
Set Alice's PeerState2 (SSU2 only).
setAlice(InetAddress, int, Hash) - Method in class net.i2p.router.transport.udp.PeerTestState
Set Alice's IP, port, and hash.
setAliceIntroKey(SessionKey) - Method in class net.i2p.router.transport.udp.PeerTestState
Set Alice's intro key.
setAliceIPFromCharlie(InetAddress) - Method in class net.i2p.router.transport.udp.PeerTestState
Set Alice's IP as reported by Charlie.
setAliceKeys(SessionKey, SessionKey) - Method in class net.i2p.router.transport.udp.PeerTestState
Set Alice's cipher and MAC keys.
setAlicePortFromCharlie(int) - Method in class net.i2p.router.transport.udp.PeerTestState
Set Alice's port as reported by Charlie.
setAlignmentY(float) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JLabel
Set the alignment Y value.
setAll() - Method in class org.klomp.snark.BitField
Sets all bits to true.
setAllocatedBW(int) - Method in class net.i2p.router.tunnel.HopConfig
Set the allocated bandwidth for this hop.
setAllowAccept(boolean) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setAllowAccept(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setAllowedValueList(AllowedValueList) - Method in class org.cybergarage.upnp.StateVariable
This method ovverride the value of the AllowedValueList Node
of this object.
setAllowedValueRange(AllowedValueRange) - Method in class org.cybergarage.upnp.StateVariable
This method ovverride the value of the AllowedValueRange Node
of this object.
setAllowIncomingConnections(boolean) - Method in class net.i2p.client.streaming.impl.ConnectionManager
Enable or disable acceptance of incoming connections.
setAllowInternalSSL(boolean) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setAllowInternalSSL(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setAllowReferer(boolean) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setAllowReferer(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setAllowUserAgent(boolean) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setAllowUserAgent(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setAltAutoscale(boolean) - Method in class org.rrd4j.graph.RrdGraphDef
Computes Y range based on function absolute minimum and maximum values.
setAltAutoscaleMax(boolean) - Method in class org.rrd4j.graph.RrdGraphDef
Computes Y range based on function absolute minimum and maximum values.
setAltAutoscaleMin(boolean) - Method in class org.rrd4j.graph.RrdGraphDef
Computes Y range based on function absolute minimum and maximum values.
setAltPrivKeyFile(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
What filename is this server tunnel's alternate private keys stored in
setAltPrivKeyFile(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
What filename is this server tunnel's alternate private keys stored in
setAltYGrid(boolean) - Method in class org.rrd4j.graph.RrdGraphDef
Places Y grid dynamically based on graph Y range.
setAltYMrtg(boolean) - Method in class org.rrd4j.graph.RrdGraphDef
Use this method to request MRTG-like graph (false by default)
setAndUpdate(String) - Method in class org.rrd4j.core.Sample
Creates sample with the timestamp and data source values supplied in the argument string and stores sample in the corresponding RRD.
setAnswerPings(boolean) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
setAnswers(Collection<Record<? extends Data>>) - Method in class org.minidns.dnsmessage.DnsMessage.Builder
setAnswers.
setAntiAliasing(boolean) - Method in class org.rrd4j.graph.ImageWorker
Enable or disable anti-aliasing.
setAntiAliasing(boolean) - Method in class org.rrd4j.graph.RrdGraphDef
Controls if the chart area of the image should be antialiased or not.
setAPI(String, String) - Method in class org.klomp.snark.I2PSnarkUtil
Set the api.
setAppend(boolean) - Method in class net.i2p.jetty.I2PRequestLog
setAppend.
setArcXff(String, ConsolFun, int, double) - Static method in class org.rrd4j.core.RrdToolkit
Sets single archive's X-files factor to a new value.
setArgumentList(ArgumentList) - Method in class org.cybergarage.upnp.Action
Sets the argument list for this action.
setArgumentValue(String, String) - Method in class org.cybergarage.upnp.Action
Sets the value of an argument by name.
setArgumentValue(String, int) - Method in class org.cybergarage.upnp.Action
Sets the value of an argument by name using an integer value.
setArgv(String[]) - Method in class gnu.getopt.Getopt
Since in GNU getopt() the argument vector is passed back in to the function every time, the caller can swap out argv on the fly.
setArrival(long) - Method in class net.i2p.data.i2np.DeliveryStatusMessage
Misnamed, as it is generally (always?) set by the creator to the current time, in some future usage it could be set on arrival
setAttribute(String, String) - Method in class org.cybergarage.xml.Node
Sets an attribute value.
setAttribute(String, int) - Method in class org.cybergarage.xml.Node
Sets an attribute value as an integer.
setAuthChallenge(String) - Method in class net.i2p.util.EepGet.AuthState
May be called multiple times, save the best one.
setAuthenticData(boolean) - Method in class org.minidns.dnsmessage.DnsMessage.Builder
Set the authentic data flag on this DNS message.
setAuthoritativeAnswer(boolean) - Method in class org.minidns.dnsmessage.DnsMessage.Builder
Set the authoritative answer flag.
setAuthRequired() - Method in class net.i2p.data.BlindData
Marks that authentication is required for this blinded key.
setAutoStoppable(boolean) - Method in class org.klomp.snark.Snark
Set whether the torrent is auto-stoppable.
setAverage(double) - Method in class net.i2p.stat.RateAverages
Set the weighted average.
setB64(boolean) - Method in class net.i2p.jetty.I2PRequestLog
 
setBackendFactory(RrdBackendFactory) - Method in class org.rrd4j.core.RrdDb.Builder
Set the backend factory for this RRD.
setBackground(Color) - Method in class org.jfree.svg.SVGGraphics2D
Sets the background color.
setBackgroundColor(Color) - Method in class com.docuverse.identicon.NineBlockIdenticonRenderer2
Set the background color of the identicon.
setBackgroundImage(String) - Method in class org.rrd4j.graph.RrdGraphDef
Sets background image.
setBackgroundImage(URL) - Method in class org.rrd4j.graph.RrdGraphDef
Sets background image.
setBackgroundImage(RrdGraphDef.ImageSource) - Method in class org.rrd4j.graph.RrdGraphDef
Sets background image.
setBackupQuantity(int) - Method in class net.i2p.router.TunnelPoolSettings
setBackupQuantity.
setBadPacketDuration(String) - Method in class net.i2p.router.web.helpers.ConfigBanHandler
Set the bad packet ban duration.
setBase(double) - Method in class org.rrd4j.graph.RrdGraphDef
Sets default base for magnitude scaling.
setBaseLogfilename(String) - Method in class net.i2p.util.LogManager
 
setBegin(String) - Method in class i2p.susi.dns.AddressbookBean
Sets the beginning index.
setBinary(String, byte[]) - Method in class net.i2p.router.web.NavHelper
Store binary icon for a plugin
setBindHost(String) - Method in class org.cybergarage.http.HTTPRequest
I2P - bind HTTP socket to specified local host address
setBlankHash(Hash) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
Checksum for blank record
setBlindData(BlindData) - Method in class net.i2p.router.NetworkDatabaseFacade
 
setBlindData(BlindData) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
setBlinded(Destination, SigType, String) - Method in class net.i2p.router.networkdb.kademlia.BlindCache
Mark a destination as known to be blinded
setBlinded(Destination) - Method in class net.i2p.router.networkdb.kademlia.BlindCache
Add the destination to the cache entry.
setBlindedHash(Hash) - Method in class net.i2p.data.LeaseSet2
Set this on creation if known
setBlindedPassword(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setBlindedWhenPublished() - Method in class net.i2p.data.LeaseSet2
Set if the unencrypted LS, when published, will be blinded/encrypted
setBody(byte[]) - Method in class edu.internet2.ndt.Message
Set Message body, given a byte array input
setBody(byte[], int) - Method in class edu.internet2.ndt.Message
Set Message body, given a byte array and a size parameter.
setBody(Buffer) - Method in class i2p.susi.webmail.Draft
Overridden to process attachment and Bcc headers
setBody(Buffer) - Method in class i2p.susi.webmail.Mail
 
setBook(String) - Method in class i2p.susi.dns.AddressbookBean
Sets the book name.
setBootId(int) - Method in class org.cybergarage.upnp.ssdp.SSDPRequest
setBootId.
setBootId(int) - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
setBootId.
setBorder(Component) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
No-op stub.
setBuffer(byte[]) - Method in class org.rrd4j.core.RrdByteArrayBackend
Byte array to wrap as backend storage.
setBufferSize(int) - Method in class net.i2p.client.streaming.impl.MessageOutputStream
Requests resizing the buffer to the specified size.
setBuildFirstHopTimeoutDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the BUILD_FIRST_HOP_TIMEOUT tuning parameter.
setBuildFirstHopTimeoutMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the BUILD_FIRST_HOP_TIMEOUT tuning parameter.
setBuildFirstHopTimeoutMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the BUILD_FIRST_HOP_TIMEOUT tuning parameter.
setBuildFirstHopTimeoutOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the BUILD_FIRST_HOP_TIMEOUT tuning parameter.
setBuildFirstHopTimeoutStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the BUILD_FIRST_HOP_TIMEOUT tuning parameter.
setBuildHandlerMaxQueueDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the BUILD_HANDLER_MAX_QUEUE tuning parameter.
setBuildHandlerMaxQueueMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the BUILD_HANDLER_MAX_QUEUE tuning parameter.
setBuildHandlerMaxQueueMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the BUILD_HANDLER_MAX_QUEUE tuning parameter.
setBuildHandlerMaxQueueOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the BUILD_HANDLER_MAX_QUEUE tuning parameter.
setBuildHandlerMaxQueueStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the BUILD_HANDLER_MAX_QUEUE tuning parameter.
setBuildHandlerThreads(int) - Static method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Set the number of build handler threads.
setBuildRequestTimeoutDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the BUILD_REQUEST_TIMEOUT tuning parameter.
setBuildRequestTimeoutMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the BUILD_REQUEST_TIMEOUT tuning parameter.
setBuildRequestTimeoutMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the BUILD_REQUEST_TIMEOUT tuning parameter.
setBuildRequestTimeoutOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the BUILD_REQUEST_TIMEOUT tuning parameter.
setBuildRequestTimeoutStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the BUILD_REQUEST_TIMEOUT tuning parameter.
setBulk(int, int) - Method in class com.google.zxing.common.BitArray
Sets a block of 32 bits, starting at bit i.
setBurstThreshold(int) - Static method in class net.i2p.router.networkdb.kademlia.LookupBanHammer
 
setByteBuffer(ByteBuffer) - Method in class org.rrd4j.core.ByteBufferBackend
Set the byte buffer to use for backing storage.
setBytes(byte[]) - Method in class org.cybergarage.upnp.Icon
Sets the raw image data for this icon.
setC(String) - Method in class net.i2p.router.web.helpers.GraphHelper
 
setC2sSFWTestResults(int) - Method in class edu.internet2.ndt.Tcpbw100
Set Client->Server fire-wall test results.
setCacheControl(String) - Method in class org.cybergarage.http.HTTPPacket
Set the Cache-Control header.
setCacheControl(String, int) - Method in class org.cybergarage.http.HTTPPacket
Set the Cache-Control header with a directive and value.
setCacheControl(int) - Method in class org.cybergarage.http.HTTPPacket
Set the Cache-Control header with a max-age value.
setCallback(String) - Method in class org.cybergarage.upnp.event.SubscriptionRequest
setCallback.
setCanvasImage(String) - Method in class org.rrd4j.graph.RrdGraphDef
Sets canvas background image.
setCanvasImage(URL) - Method in class org.rrd4j.graph.RrdGraphDef
Sets canvas background image.
setCanvasImage(RrdGraphDef.ImageSource) - Method in class org.rrd4j.graph.RrdGraphDef
Sets canvas background image.
setCapabilities(Hash, String) - Method in class net.i2p.router.dummy.DummyPeerManagerFacade
 
setCapabilities(Hash, String) - Method in class net.i2p.router.peermanager.PeerManager
 
setCapabilities(Hash, String) - Method in class net.i2p.router.peermanager.PeerManagerFacadeImpl
 
setCapabilities(Hash, String) - Method in interface net.i2p.router.PeerManagerFacade
caps).
setCapacity(int) - Method in class net.i2p.router.transport.PrioritySendPool
Resize the pool.
setCapacity(String) - Method in class net.i2p.router.web.helpers.ConfigPeerHandler
Set the capacity bonus.
setCapacity(int) - Method in class org.rrd4j.core.RrdDbPool
Sets the maximum number of simultaneously open RRD.
setCapacityBonus(int) - Method in class net.i2p.router.peermanager.PeerProfile
 
setCapacityBonusLastUpdate(long) - Method in class net.i2p.router.peermanager.PeerProfile
 
setCaps(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
Set the capabilities filter.
setCert(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setCertificate(Certificate) - Method in class net.i2p.data.i2np.GarlicClove
setCertificate.
setCertificate(Certificate) - Method in class net.i2p.data.KeysAndCert
Certificate to set.
setCertificateType(int) - Method in class net.i2p.data.Certificate
Certificate type to set.
setCertType(int) - Method in class net.i2p.data.PrivateKeyFile
Change cert type - caller must also call write().
setChaChaReplyKeys(int, SessionKey, byte[]) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
Set ECIES reply key and IV
setChannel(SocketChannel) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Set the socket channel.
setCharlie(InetAddress, int, Hash) - Method in class net.i2p.router.transport.udp.PeerTestState
Set Charlie's IP, port, and hash.
setCharlieIntroKey(SessionKey) - Method in class net.i2p.router.transport.udp.PeerTestState
Set Charlie's intro key.
setCharliePort(int) - Method in class net.i2p.router.transport.udp.PeerTestState
Set Charlie's port.
setCheckingDisabled(boolean) - Method in class org.minidns.dnsmessage.DnsMessage.Builder
Change the check status of this packet.
setCheckStrokeControlHint(boolean) - Method in class org.jfree.svg.SVGGraphics2D
Sets the flag that controls whether or not this object will observe the KEY_STROKE_CONTROL rendering hint.
setChoked(boolean) - Method in class net.i2p.client.streaming.impl.Connection
Set or clear if we are being choked by the other side.
setChoking(boolean) - Method in class net.i2p.client.streaming.impl.Connection
Set or clear if we are choking the other side.
setChoking(boolean) - Method in class org.klomp.snark.Peer
Sets whether or not we are choking the peer.
setChoking(boolean) - Method in class org.klomp.snark.PeerState
Sets whether or not we are choking the peer.
setChoking(boolean) - Method in class org.klomp.snark.WebPeer
setChoking.
setChunkSize(int) - Static method in class org.cybergarage.http.HTTP
Sets the default chunk size for HTTP operations.
setCleanTimeMs(long) - Static method in class net.i2p.router.networkdb.kademlia.LookupBanHammer
 
setClientHost(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
I2CP host the router is on, ignored when in router context
setClientHost(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
I2CP host the router is on, ignored when in router context
setclientKey(String[]) - Method in class net.i2p.i2ptunnel.web.IndexBean
Set client keys for access control (multiple entries in form).
setClientOptions(Properties) - Method in class net.i2p.i2ptunnel.I2PTunnel
Generic options used for clients and servers.
setClientPage(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
Set the client page.
setClientPort(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
I2CP port the router is on, ignored when in router context
setClientport(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
I2CP port the router is on, ignored when in router context
setClientPrivateKey(PrivateKey) - Method in class net.i2p.data.EncryptedLeaseSet
Must be set before verify for per-client auth.
setClientRunnerMax(int) - Static method in class net.i2p.i2ptunnel.TunnelControllerGroup
 
setClientVersion(String) - Method in class net.i2p.router.client.ClientConnectionRunner
The client version.
setClientVersion(String) - Method in class net.i2p.router.client.QueuedClientConnectionRunner
Does nothing.
setClip(Shape) - Method in class org.jfree.svg.SVGGraphics2D
Sets the user clipping region.
setClip(int, int, int, int) - Method in class org.jfree.svg.SVGGraphics2D
Sets the user clipping region to the specified rectangle.
setClose(boolean) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setClose(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setCloseTime(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setCloseTime(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setCloveId(long) - Method in class net.i2p.data.i2np.GarlicClove
setCloveId.
setCode(int) - Method in class org.cybergarage.upnp.UPnPStatus
Sets the status code.
setCodelIntervalDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the CODEL_INTERVAL tuning parameter.
setCodelIntervalMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the CODEL_INTERVAL tuning parameter.
setCodelIntervalMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the CODEL_INTERVAL tuning parameter.
setCodelIntervalOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the CODEL_INTERVAL tuning parameter.
setCodelIntervalStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the CODEL_INTERVAL tuning parameter.
setCodelTargetDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the CODEL_TARGET tuning parameter.
setCodelTargetMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the CODEL_TARGET tuning parameter.
setCodelTargetMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the CODEL_TARGET tuning parameter.
setCodelTargetOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the CODEL_TARGET tuning parameter.
setCodelTargetStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the CODEL_TARGET tuning parameter.
setCoeffIndex(int, short) - Method in class org.bouncycastle.pqc.crypto.mlkem.Poly
setCoeffIndex.
setCoeffs(short[]) - Method in class org.bouncycastle.pqc.crypto.mlkem.Poly
setCoeffs.
setCollapsePanels(boolean) - Method in class org.klomp.snark.I2PSnarkUtil
 
setColor(Color) - Method in class org.jfree.svg.SVGGraphics2D
Sets the foreground color.
setColor(int, Paint) - Method in class org.rrd4j.graph.RrdGraphDef
Overrides the colors for the standard elements of the graph.
setColor(ElementsNames, Paint) - Method in class org.rrd4j.graph.RrdGraphDef
Overrides the colors for the standard elements of the graph.
setCommentsEnabled(boolean) - Method in class org.klomp.snark.I2PSnarkUtil
 
setCommentsName(String) - Method in class org.klomp.snark.I2PSnarkUtil
 
setCompleteListener(FIFOBandwidthLimiter.CompleteListener) - Method in interface net.i2p.router.transport.FIFOBandwidthLimiter.Request
lsnr).
setComposite(Composite) - Method in class org.jfree.svg.SVGGraphics2D
Sets the composite (only AlphaComposite is handled).
setConf(String, int) - Method in class net.i2p.i2pcontrol.servlets.configuration.ConfigurationManager
Set a specific int setting
setConf(String, String) - Method in class net.i2p.i2pcontrol.servlets.configuration.ConfigurationManager
Set a specific string setting
setConf(String, boolean) - Method in class net.i2p.i2pcontrol.servlets.configuration.ConfigurationManager
Set a specific boolean setting
setConfig(String) - Method in class i2p.susi.dns.ConfigBean
Set the configuration content.
setConfig(Properties, String) - Method in class net.i2p.i2ptunnel.TunnelController
As of 0.9.1, updates the options on an existing session
setConfig(String) - Method in class net.i2p.util.LogManager
Set the logger config file path and reload configuration.
setConfigFile(File) - Method in class net.i2p.i2ptunnel.TunnelController
Set the config file.
setConfiguration(Properties) - Method in class net.i2p.client.naming.NamingService
Warning - unimplemented in any subclass.
setCongestionAvoidanceGrowthDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the CONGESTION_AVOIDANCE_GROWTH tuning parameter.
setCongestionAvoidanceGrowthOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the CONGESTION_AVOIDANCE_GROWTH tuning parameter.
setCongestionAvoidanceGrowthRateFactor(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
{_congestionAvoidanceGrowthRateFactor
setCongestionWindowEnd(long) - Method in class net.i2p.client.streaming.impl.Connection
{_congestionWindowEnd
setConnectDelay(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
setConnectDelay(boolean) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setConnectDelay(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setConnection(String) - Method in class org.cybergarage.http.HTTPPacket
Sets the Connection header.
setConnectionError(String) - Method in class net.i2p.client.streaming.impl.Connection
Set the connection error message.
setConnectTimeout(long) - Method in interface net.i2p.client.streaming.I2PSocketOptions
Define how long we will wait for the ACK from a SYN, in milliseconds.
setConnectTimeout(long) - Method in class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
Define how long we will wait for the ACK from a SYN, in milliseconds.
setConnectTimeoutMultiplier(int) - Static method in class net.i2p.client.streaming.impl.Connection
 
setConsoleNonce(String) - Method in class net.i2p.router.web.helpers.SidebarHelper
Console nonce, HTML-stripped before storing.
setConsoleNonce(String) - Method in class net.i2p.router.web.UpdateHandler
Alias for setUpdateNonce for session-based nonce support
setContent(String) - Method in class i2p.susi.dns.BlacklistBean
Set the blacklist content
setContent(String) - Method in class i2p.susi.dns.SubscriptionsBean
Set the subscriptions content.
setContent(byte[], boolean) - Method in class org.cybergarage.http.HTTPPacket
Sets the content of this HTTP packet.
setContent(byte[]) - Method in class org.cybergarage.http.HTTPPacket
Sets the content of this HTTP packet.
setContent(String, boolean) - Method in class org.cybergarage.http.HTTPPacket
Sets the content of this HTTP packet from a string.
setContent(String) - Method in class org.cybergarage.http.HTTPPacket
Sets the content of this HTTP packet from a string.
setContent(Node) - Method in class org.cybergarage.soap.SOAPRequest
Set the XML content from a node.
setContent(Node) - Method in class org.cybergarage.soap.SOAPResponse
Set the content from an XML node.
setContentInputStream(InputStream) - Method in class org.cybergarage.http.HTTPPacket
Sets the content input stream.
setContentLanguage(String) - Method in class org.cybergarage.http.HTTPPacket
Sets the Content-Language header.
setContentLength(long) - Method in class org.cybergarage.http.HTTPPacket
Sets the Content-Length header.
setContentRange(long, long, long) - Method in class org.cybergarage.http.HTTPPacket
Sets the Content-Range header.
setContents(StringSelection, StringSelection) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Clipboard
Set the clipboard contents.
setContentType(String) - Method in class org.cybergarage.http.HTTPPacket
Sets the Content-Type header.
setContext(RouterContext) - Method in class net.i2p.router.web.helpers.LogsHelper
setContext.
setContext(boolean) - Method in class org.rrd4j.core.timespec.TimeScanner
Switch token context between words and multipliers
setContextId(String) - Method in class net.i2p.router.web.ConfigUpdateHelper
hook this so we can call dontInstall() once after getting a context
setContextId(String) - Method in class net.i2p.router.web.FormHandler
Configure this bean to query a particular router context
setContextId(String) - Method in class net.i2p.router.web.HelperBase
Configure this bean to query a particular router context.
setContextId(String) - Method in class net.i2p.router.web.helpers.ConfigLoggingHelper
 
setContextId(String) - Method in class net.i2p.router.web.helpers.ConfigStatsHelper
Configure this bean to query a particular router context
setContextId(String) - Method in class net.i2p.router.web.helpers.EventLogHelper
set the defaults after we have a context
setContextId(String) - Method in class net.i2p.router.web.helpers.GraphHelper
set the defaults after we have a context
setContextId(String) - Method in class net.i2p.router.web.helpers.WizardHelper
Overriden to only do this once.
setContextId(String) - Method in class net.i2p.router.web.UpdateHandler
Configure this bean to query a particular router context
setControlPoint(ControlPoint) - Method in class org.cybergarage.upnp.control.RenewSubscriber
Sets the control point for this subscriber.
setControlPoint(ControlPoint) - Method in class org.cybergarage.upnp.device.Disposer
Set the control point.
setControlPoint(ControlPoint) - Method in class org.cybergarage.upnp.ssdp.SSDPNotifySocket
setControlPoint.
setControlPoint(ControlPoint) - Method in class org.cybergarage.upnp.ssdp.SSDPNotifySocketList
setControlPoint.
setControlPoint(ControlPoint) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket
setControlPoint.
setControlPoint(ControlPoint) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList
setControlPoint.
setControlResponse(ControlResponse) - Method in class org.cybergarage.upnp.xml.ActionData
Sets the control response for this action data.
setControlURL(String) - Method in class org.cybergarage.upnp.Service
Sets the control URL for this service.
setCost(int) - Method in class net.i2p.data.MetaLease
Set the cost of this lease.
setCost(int) - Method in class net.i2p.data.router.RouterAddress
Configure the weighted cost of using the address.
setCost(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
Set the cost filter.
setCountry(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
Set the country filter.
setCreation(long) - Method in class net.i2p.router.tunnel.HopConfig
Set the tunnel creation time
setCreationDate(Date) - Method in class net.i2p.data.i2cp.SessionConfig
setCreationDate.
setCurrent(double) - Method in class net.i2p.stat.RateAverages
Set the current period average.
setCurrentPage(int) - Method in class i2p.susi.util.Folder
Set the current page number.
setCurrentTunnelPair(I2PSession.TunnelPair) - Method in interface net.i2p.client.I2PSession
Set the tunnel IDs actively in use by this session.
setCurrentTunnelPair(I2PSession.TunnelPair) - Method in class net.i2p.client.impl.I2PSessionImpl2
setCurrentTunnelPair.
setCursor(Cursor) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
No-op stub.
setCustomCapabilityBans(String) - Method in class net.i2p.router.web.helpers.ConfigBanHandler
Set custom capability bans.
setCustomCountryCodes(String) - Method in class net.i2p.router.web.helpers.ConfigBanHandler
Set custom country codes.
setCustomOptions(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
what I2P session overrides should be used
setData(Object) - Method in exception com.thetransactioncompany.jsonrpc2.JSONRPC2Error
Sets the specified data to a JSON-RPC 2.0 error.
setData(byte[]) - Method in class net.i2p.crypto.SHA1Hash
IllegalArgumentException if data is not 20 bytes (null is ok).
setData(byte[]) - Method in class net.i2p.data.ByteArray
Sets the underlying byte array.
setData(byte[]) - Method in class net.i2p.data.Hash
IllegalArgumentException if data is not 32 bytes (null is ok).
setData(byte[]) - Method in class net.i2p.data.i2np.DataMessage
Set the data payload.
setData(I2NPMessage) - Method in class net.i2p.data.i2np.GarlicClove
setData.
setData(byte[]) - Method in class net.i2p.data.i2np.GarlicMessage
 
setData(byte[]) - Method in class net.i2p.data.i2np.TunnelDataMessage
 
setData(byte[]) - Method in class net.i2p.data.SessionKey
Sets the data.
setData(byte[]) - Method in class net.i2p.data.SimpleDataStructure
Sets the data.
setDataMessageTimeout(long) - Static method in class net.i2p.router.transport.udp.UDPTransport
Data message timeout.
setDataMessageTimeoutDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the DATA_MESSAGE_TIMEOUT tuning parameter.
setDataMessageTimeoutMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the DATA_MESSAGE_TIMEOUT tuning parameter.
setDataMessageTimeoutMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the DATA_MESSAGE_TIMEOUT tuning parameter.
setDataMessageTimeoutOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the DATA_MESSAGE_TIMEOUT tuning parameter.
setDataMessageTimeoutStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the DATA_MESSAGE_TIMEOUT tuning parameter.
setDataSetLine(DownSampler.DataSet, int, long, double) - Method in class eu.bengreen.data.utility.DownSampleImpl
Populate a single element in the downsampled data set.
setDataType(String) - Method in class org.cybergarage.upnp.StateVariable
setDataType.
setDate(long) - Method in class net.i2p.data.BlindData
Creation date.
setDate(long) - Method in class net.i2p.data.DateAndFlags
Set the date from a long timestamp.
setDate(Date) - Method in class net.i2p.data.DateAndFlags
Set the date from a Date object.
setDate(Date) - Method in class net.i2p.data.i2cp.SetDateMessage
setDate.
setDate(long) - Method in class net.i2p.router.crypto.ratchet.RatchetTagSet
For inbound and outbound: set last used time
setDate(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
Set the date filter.
setDate(Calendar) - Method in class org.cybergarage.http.HTTPPacket
Set the Date header.
setDateFormat(String) - Method in class net.i2p.util.LogManager
Update the date format Do not log here, deadlock of LogWriter via rereadConfig().
SetDateMessage - Class in net.i2p.data.i2cp
Tell the other side what time it is.
SetDateMessage() - Constructor for class net.i2p.data.i2cp.SetDateMessage
SetDateMessage.
SetDateMessage(String) - Constructor for class net.i2p.data.i2cp.SetDateMessage
Router's version String to be sent to the client; may be null.
SetDateMessageHandler - Class in net.i2p.client.impl
Handle I2CP time messages from the router
SetDateMessageHandler(I2PAppContext) - Constructor for class net.i2p.client.impl.SetDateMessageHandler
SetDateMessageHandler.
setDBHistory(DBHistory) - Method in class net.i2p.router.peermanager.PeerProfile
Set the DB history.
setDCC(boolean) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setDCC(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setDebugEnabled(boolean) - Method in class net.i2p.jetty.I2PLogger
 
setDecayFactor(int) - Static method in class net.i2p.client.streaming.impl.SimpleBandwidthEstimator
Sets the EWMA decay factor for new estimators.
setDecayFactor(int) - Static method in class net.i2p.router.transport.udp.SimpleBandwidthEstimator
Sets the EWMA decay factor for new estimators.
setDefaultCongestionAvoidanceGrowthRateFactor(int) - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
_defaultCongestionAvoidanceGrowthRateFactor
setDefaultHighMaxConcurrentEstablish(int) - Static method in class net.i2p.router.transport.udp.EstablishmentManager
Set the default high max concurrent establish, bounded 64-8192
setDefaultInactivityTimeout(int) - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
_defaultInactivityTimeout
setDefaultInactivityTimeout(int) - Static method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
 
setDefaultInitialAckDelay(int) - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
_defaultInitialAckDelay
setDefaultInitialAckDelay(int) - Static method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
 
setDefaultLimit(String) - Method in class net.i2p.util.LogManager
 
setDefaultloglevel(String) - Method in class net.i2p.router.web.helpers.ConfigLoggingHandler
The default log level.
setDefaultLowMaxConcurrentEstablish(int) - Static method in class net.i2p.router.transport.udp.EstablishmentManager
Set the default low max concurrent establish, bounded 32-4096
setDefaultMaxFastPeers(int) - Static method in class net.i2p.router.peermanager.ProfileOrganizer
 
setDefaultMaxHighCapPeers(int) - Static method in class net.i2p.router.peermanager.ProfileOrganizer
 
setDefaultMaxProfiles(int) - Static method in class net.i2p.router.peermanager.ProfileOrganizer
 
setDefaultMaxTunnels(int) - Static method in class net.i2p.router.RouterThrottleImpl
 
setDefaultMinFastPeers(int) - Static method in class net.i2p.router.peermanager.ProfileOrganizer
 
setDefaultOptions(I2PSocketOptions) - Method in interface net.i2p.client.streaming.I2PSocketManager
Update the options on a running socket manager.
setDefaultOptions(I2PSocketOptions) - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
Update the options on a running socket manager.
setDefaultPassiveFlushDelay(int) - Static method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
 
setDefaultPassiveFlushDelay(int) - Static method in class net.i2p.client.streaming.impl.MessageOutputStream
 
setDefaultResendDelay(int) - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
_defaultRetransmitDelay
setDefaultSlowStartGrowthRateFactor(int) - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
_defaultSlowStartGrowthRateFactor
setDefaultTorrentCreateFilterMap() - Method in class org.klomp.snark.SnarkManager
 
setDefaultTrackerMap() - Method in class org.klomp.snark.SnarkManager
 
setDefaultValue(String) - Method in class org.cybergarage.upnp.StateVariable
This method ovverride the value of the DefaultValue of this object.
setDefsKeyPrefix(String) - Method in class org.jfree.svg.SVGGraphics2D
Sets the prefix that will be used for all keys in the DEFS element.
setDelayOpen(boolean) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setDelayOpen(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setDelayRequested(boolean) - Method in class net.i2p.data.i2np.DeliveryInstructions
default false Obsolete — delay not implemented in this release.
setDelaySeconds(long) - Method in class net.i2p.data.i2np.DeliveryInstructions
default 0 Obsolete — delay not implemented in this release.
setDeliveryMode(int) - Method in class net.i2p.data.i2np.DeliveryInstructions
 
setDeliveryURL(String) - Method in class org.cybergarage.upnp.event.Subscriber
setDeliveryURL.
setDepth(String) - Method in class org.cybergarage.upnp.Icon
Sets the color depth of the icon as a string.
setDepth(int) - Method in class org.cybergarage.upnp.Icon
Sets the color depth of the icon as an integer.
setDescription(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
one line description
setDescription(String) - Method in class org.cybergarage.upnp.UPnPStatus
Sets the status description.
setDescriptionFile(File) - Method in class org.cybergarage.upnp.xml.DeviceData
setDescriptionFile.
setDescriptionURI(String) - Method in class org.cybergarage.upnp.xml.DeviceData
setDescriptionURI.
setDescriptionURL(String) - Method in class org.cybergarage.upnp.Service
Sets the description URL for this service.
setDescriptionURL(String) - Method in class org.cybergarage.upnp.xml.ServiceData
setDescriptionURL.
setDestination(String) - Method in class i2p.susi.dns.AddressbookBean
Sets the destination string.
setDestination(Destination) - Method in class net.i2p.data.BlindData
Sets the destination for this blinded data.
setDestination(Destination) - Method in class net.i2p.data.EncryptedLeaseSet
Overridden to set the blinded key.
setDestination(Hash) - Method in class net.i2p.data.i2np.DeliveryInstructions
required for DESTINATION
setDestination(Destination) - Method in class net.i2p.data.LeaseSet
Sets the destination for this leaseset.
setDestination(Destination) - Method in class net.i2p.data.PrivateKeyFile
Set the destination.
setDestination(Destination) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
This is easier than requiring TunnelConfig to talk to TunnelControllerGroup and TunnelController.
setDestination(Destination) - Method in class org.klomp.snark.dht.NodeInfo
This can come in later but the hash must match.
setDestinationNickname(String) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
Set an optional display nickname for this tunnel (e.g.
setDestinationNickname(String) - Method in class net.i2p.router.TunnelPoolSettings
setDestinationNickname.
setDestroyReason(int) - Method in class net.i2p.router.transport.udp.PeerState2
 
setDestroyReason(int) - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
setDestroyReason.
setDestroyReason(int) - Method in interface net.i2p.router.transport.udp.SSU2Sender
 
setDevice(Device) - Method in class org.cybergarage.upnp.device.Advertiser
Sets the device to advertise.
setDeviceDisposer(Disposer) - Method in class org.cybergarage.upnp.ControlPoint
Set the device disposer.
setDeviceNode(Node) - Method in class org.cybergarage.upnp.Device
setDeviceNode.
setDeviceType(String) - Method in class org.cybergarage.upnp.Device
setDeviceType.
setDevSU3URL(String) - Method in class net.i2p.router.web.ConfigUpdateHandler
Set the development SU3 URL.
setDirection(String) - Method in class net.i2p.router.web.helpers.StreamHelper
setDirection.
setDirection(String) - Method in class org.cybergarage.upnp.Argument
Sets the direction of this argument (in or out).
setDisable(int) - Static method in class org.cybergarage.upnp.UPnP
Disables a specific UPnP framework feature or configuration option.
setDisabled(I2PAppContext) - Static method in class net.i2p.router.web.GraphGenerator
Disable graph generation until restart
setDisabled() - Method in class net.i2p.router.web.GraphGenerator
Disable graph generation until restart
setDisabled() - Method in class org.klomp.snark.Piece
Disables this piece so it will not be downloaded.
setDisableRefresh(String) - Method in class net.i2p.router.web.CSSHelper
change disable refresh boolean and save it
setDisableRejectLogging(boolean) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
setDisableUDP(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
Set whether UDP transport is disabled.
setDnssecOk(boolean) - Method in class org.minidns.edns.Edns.Builder
Sets the DNSSEC OK flag.
setDnssecOk() - Method in class org.minidns.edns.Edns.Builder
Sets the DNSSEC OK flag to true.
setDone() - Method in class net.i2p.i2ptunnel.util.LimitOutputStream
flush(), call the callback, and set _isDone
setDontIncludePeers(Collection<Hash>) - Method in class net.i2p.data.i2np.DatabaseLookupMessage
Replace the dontInclude set with this set.
setDownBWLimit(long) - Method in class org.klomp.snark.BandwidthManager
Current limit in Bps
setDownsampler(DownSampler) - Method in class org.rrd4j.graph.RrdGraphDef
Allows to set a downsampler, used to improved the visual representation of graph.
setDrawXGrid(boolean) - Method in class org.rrd4j.graph.RrdGraphDef
Sets visibility of the X-axis grid.
setDrawYGrid(boolean) - Method in class org.rrd4j.graph.RrdGraphDef
Sets visibility of the Y-axis grid.
setDsHeartbeat(String, String, long) - Static method in class org.rrd4j.core.RrdToolkit
Sets datasource heartbeat to a new value.
setDsHeartbeat(String, int, long) - Static method in class org.rrd4j.core.RrdToolkit
Sets datasource heartbeat to a new value.
setDsMaxValue(String, String, double, boolean) - Static method in class org.rrd4j.core.RrdToolkit
Sets datasource max value to a new value.
setDsMinMaxValue(String, String, double, double, boolean) - Static method in class org.rrd4j.core.RrdToolkit
Updates valid value range for the given datasource.
setDsMinValue(String, String, double, boolean) - Static method in class org.rrd4j.core.RrdToolkit
Sets datasource min value to a new value
setDsName(String) - Method in class org.rrd4j.core.Datasource
Sets datasource name to a new value
setDsType(DsType) - Method in class org.rrd4j.core.Datasource
Setter for the field dsType.
setDynamicKeys(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
Set that the user wants dynamic keys.
setE(String) - Method in class net.i2p.router.web.helpers.GraphHelper
 
setECLevel(ErrorCorrectionLevel) - Method in class com.google.zxing.qrcode.encoder.QRCode
setECLevel.
setEdhPrecalcMinDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the EDH_PRECALC_MIN tuning parameter.
setEdhPrecalcMinMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the EDH_PRECALC_MIN tuning parameter.
setEdhPrecalcMinMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the EDH_PRECALC_MIN tuning parameter.
setEdhPrecalcMinStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the EDH_PRECALC_MIN tuning parameter.
setEdit(String) - Method in class net.i2p.router.web.helpers.ConfigClientsHelper
Set the edit mode for a specific client or for adding a new client.
setEditable(boolean) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
No-op stub.
setElements(O[]) - Method in class i2p.susi.util.Folder
Set the array of objects the folder should manage.
setEmbedApps(String) - Method in class net.i2p.router.web.helpers.ConfigUIHandler
Enables embedded application display.
setEnable(int) - Static method in class org.cybergarage.upnp.UPnP
Enables a specific UPnP framework feature or configuration option.
setEnableAddCreate(boolean) - Method in class org.klomp.snark.I2PSnarkUtil
 
setEnableBadPacketBan(String) - Method in class net.i2p.router.web.helpers.ConfigBanHandler
Enable or disable bad packet banning.
setEnableBlocklist(String) - Method in class net.i2p.router.web.helpers.ConfigBanHandler
Enable or disable the blocklist.
setEnableBlockMyCountry(String) - Method in class net.i2p.router.web.helpers.ConfigBanHandler
Enable or disable blocking of the router's own country.
setEnableCorruptConnectionBan(String) - Method in class net.i2p.router.web.helpers.ConfigBanHandler
Enable or disable corrupt connection banning.
setEnableCountryBan(String) - Method in class net.i2p.router.web.helpers.ConfigBanHandler
Enable or disable country banning.
setEnabled(boolean) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
No-op stub.
setEnableExcessiveTunnelRequestsBan(String) - Method in class net.i2p.router.web.helpers.ConfigBanHandler
Enable or disable excessive tunnel requests banning.
setEnableLightbox(boolean) - Method in class org.klomp.snark.I2PSnarkUtil
 
setEnableloadtesting(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
Enable load testing.
setEnableLuBan(String) - Method in class net.i2p.router.web.helpers.ConfigBanHandler
Enable or disable LU banning.
setEnableNoVersionBan(String) - Method in class net.i2p.router.web.helpers.ConfigBanHandler
Enable or disable no-version banning.
setEnablePortHoppingBan(String) - Method in class net.i2p.router.web.helpers.ConfigBanHandler
Enable or disable port hopping banning.
setEnableTorBlocklist(String) - Method in class net.i2p.router.web.helpers.ConfigBanHandler
Enable or disable the Tor blocklist.
setEnableUnresponsiveFloodfillBan(String) - Method in class net.i2p.router.web.helpers.ConfigBanHandler
Enable or disable unresponsive floodfill banning.
setEnableVaryInboundHops(boolean) - Method in class org.klomp.snark.I2PSnarkUtil
 
setEnableVaryOutboundHops(boolean) - Method in class org.klomp.snark.I2PSnarkUtil
 
setEnableXgBan(String) - Method in class net.i2p.router.web.helpers.ConfigBanHandler
Enable or disable XG banning.
setEncrypt(boolean) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setEncrypt(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setEncryptedData(byte[]) - Method in class net.i2p.data.Payload
the real data
setEncryptionKey(PublicKey) - Method in class net.i2p.data.LeaseSet
Sets the encryption key for this leaseset.
setEncryptionKey(PublicKey) - Method in class net.i2p.data.MetaLeaseSet
UnsupportedOperationException always.
setEncryptKey(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setEncryptKey(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setEncryptMode(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setEncryptMode(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
Set the LeaseSet encryption mode.
setEncryptMode(String) - Method in class net.i2p.router.web.helpers.ConfigKeyringHandler
Set the encryption type mode from form.
setEncType(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
Adds to existing, comma separated
setEncType(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
Adds to existing, comma separated
setEnd(String) - Method in class i2p.susi.dns.AddressbookBean
Sets the ending index.
setEndDate(Date) - Method in class net.i2p.data.i2cp.RequestLeaseSetMessage
setEndDate.
setEndDate(Date) - Method in class net.i2p.data.Lease
Convenience wrapper, prefer the long overload for new code.
setEndDate(long) - Method in class net.i2p.data.Lease
Sets the lease end date.
setEndTime(long) - Method in interface org.rrd4j.core.DataHolder
Sets the time when the graph should end.
setEndTime(long) - Method in class org.rrd4j.data.DataProcessor
Ending timestamp.
setEndTime(long) - Method in class org.rrd4j.graph.RrdGraphDef
Sets the time when the graph should end.
setEnforceProtocol(boolean) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
setEngine(String) - Method in class net.i2p.router.web.helpers.SearchHelper
setEngine.
setEnqueueTime(long) - Method in class net.i2p.router.OutNetMessage
For CDQ
setEnqueueTime(long) - Method in class net.i2p.router.transport.udp.InboundMessageState
Sets enqueue time for queueing.
setEnqueueTime(long) - Method in class net.i2p.router.transport.udp.OutboundMessageState
For CDQ
setEnqueueTime(long) - Method in class net.i2p.router.transport.udp.UDPPacket
Enqueue timestamp.
setEnqueueTime(long) - Method in class net.i2p.router.tunnel.PendingGatewayMessage
For CDQ
setEnqueueTime(long) - Method in interface net.i2p.router.util.CDQEntry
To be set by the queue
setEntry(DatabaseEntry) - Method in class net.i2p.data.i2np.DatabaseStoreMessage
This also sets the key
setEntry(Map<String, List<String>>, String, String) - Static method in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
Remove the other matching entries and set this entry as the only one.
setEnvelopeNode(Node) - Method in class org.cybergarage.soap.SOAPRequest
Set the SOAP envelope node.
setEnvelopeNode(Node) - Method in class org.cybergarage.soap.SOAPResponse
Set the SOAP envelope node.
setError(JSONRPC2Error) - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Response
Indicates a failed JSON-RPC 2.0 request and sets the error details.
setError(String) - Method in class net.i2p.router.networkdb.reseed.ReseedChecker
Sets the error message for the last or current reseed attempt.
setErrorResponse(int) - Method in class org.cybergarage.upnp.event.SubscriptionResponse
setErrorResponse.
setEstablishTimeout(int) - Static method in class net.i2p.router.transport.ntcp.NTCPTransport
Set the NTCP establish timeout, bounded 1500-10000ms.
setEstimatedDowntime(long) - Method in class net.i2p.router.Router
Only for soft restart.
setEtag(String) - Method in class net.i2p.addressbook.Subscription
Set the etag header.
setEtype(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
Set the encryption type filter.
setEventSubURI(String) - Method in class org.cybergarage.upnp.ControlPoint
 
setEventSubURL(String) - Method in class org.cybergarage.upnp.Service
Sets the event subscription URL for this service.
setExecutor(Executor) - Method in class net.i2p.i2ptunnel.I2PTunnelRunner
Set the executor for submitting forwarder tasks.
setExpiration(long) - Method in class net.i2p.data.BlindData
Expiration date.
setExpiration(Date) - Method in class net.i2p.data.i2cp.SendMessageExpiresMessage
setExpiration.
setExpiration(long) - Method in class net.i2p.data.i2cp.SendMessageExpiresMessage
Sets the message expiration time.
setExpiration(long) - Method in class net.i2p.data.i2np.GarlicClove
setExpiration.
setExpiration(long) - Method in class net.i2p.router.transport.UPnP.IPv6ForwardPort
 
setExpiration(long) - Method in class net.i2p.router.tunnel.HopConfig
Set the tunnel expiration time
setExpiration(long) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
setExpiration.
setExpiration(long) - Method in interface net.i2p.router.TunnelInfo
Set the tunnel's expiration time.
setExpiredDeviceMonitoringInterval(long) - Method in class org.cybergarage.upnp.ControlPoint
Set the expired device monitoring interval.
setExpireEvent(SimpleTimer2.TimedEvent) - Method in class net.i2p.router.tunnel.FragmentedMessage
setExpireEvent.
setExplTunnelsReady() - Method in class net.i2p.router.Router
Only for Tunnel Building, after we have non-zero-hop expl.
setExport(String) - Method in class net.i2p.router.web.helpers.StatHelper
Export format (csv or xml).
setExtended(boolean) - Method in class net.i2p.jetty.I2PRequestLog
setExtended.
setExternalPath(String) - Method in class org.rrd4j.core.RrdDb.Builder
Set when the builder will be used to import external data with a predefined source: XML or RRDTool.
setFailedLookups(long) - Method in class net.i2p.router.peermanager.DBHistory
setFailedLookups.
setFailsafeIterationFreq(long) - Static method in class net.i2p.router.transport.ntcp.EventPumper
Set the failsafe iteration frequency, bounded by MIN-MAX
setFailsafeIterationFreq(long) - Static method in class net.i2p.router.transport.ntcp.NTCPTransport
Set the failsafe iteration frequency, bounded by MIN-MAX
setFamily(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
Set the family filter.
setFaultResponse(int, String) - Method in class org.cybergarage.upnp.control.ControlResponse
Sets a fault response with the specified error code and description.
setFaultResponse(int) - Method in class org.cybergarage.upnp.control.ControlResponse
Sets a fault response with the specified error code.
setFetchData(FetchData) - Method in class org.rrd4j.data.Def
Fetch data.
setFetchRequestResolution(long) - Method in class org.rrd4j.data.DataProcessor
Sets desired RRD archive step in seconds to be used internally while fetching data from RRD files.
setFf(String) - Method in class net.i2p.router.web.helpers.ConfigAdvancedHandler
Set the floodfill status from form submission.
setField(Field) - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerLittleEndianEncoding
 
setField(Field) - Method in class net.i2p.crypto.eddsa.math.Encoding
Set the field.
setFilename(String) - Method in class net.i2p.jetty.I2PRequestLog
 
setFilename(String) - Method in class org.rrd4j.graph.RrdGraphDef
Sets the name of the graph to generate.
setFilenameDateFormat(String) - Method in class net.i2p.jetty.I2PRequestLog
Set the log file date format.
setFilePrefix(String) - Method in class org.jfree.svg.SVGGraphics2D
Sets the prefix used to generate a filename for any image that is referenced from the SVG element.
setFilePriorities(int[]) - Method in class org.klomp.snark.Storage
Set the file priorities array.
setFileSize(int) - Method in class net.i2p.util.LogManager
Update the log file size limit
setFilesPublic(boolean) - Method in class org.klomp.snark.I2PSnarkUtil
 
setFileSuffix(String) - Method in class org.jfree.svg.SVGGraphics2D
Sets the suffix used to generate a filename for any image that is referenced from the SVG element.
setFilter(String) - Method in class i2p.susi.dns.AddressbookBean
Sets the filter string.
setFilter(String...) - Method in class org.rrd4j.core.FetchRequest
Sets request filter in order to fetch data only for the specified array of datasources (datasource names).
setFilter(Set<String>) - Method in class org.rrd4j.core.FetchRequest
Sets request filter in order to fetch data only for the specified set of datasources (datasource names).
setFilter(String) - Method in class org.rrd4j.core.FetchRequest
Sets request filter in order to fetch data only for a single datasource (datasource name).
setFilterDefinition(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setFilterDefinition(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setFirstDayOfWeek(int) - Method in class org.rrd4j.graph.RrdGraphDef
Sets first day of the week.
setFirstHeardAbout(long) - Method in class net.i2p.router.peermanager.PeerProfile
Set when did we first heard about this peer, only if older.
setFirstPeerExclusions(Set<Hash>) - Method in class net.i2p.router.TunnelPoolSettings
Set the first peer exclusions for diversity.
setFlag(int) - Method in class net.i2p.client.streaming.impl.Packet
 
setFlag(int, boolean) - Method in class net.i2p.client.streaming.impl.Packet
 
setFlags(int) - Method in class net.i2p.data.DateAndFlags
Sets the flags value.
setFlags(int) - Method in class net.i2p.data.i2cp.SendMessageExpiresMessage
Sets the message flags.
setFloodfillEnabled(boolean) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Public, called from console.
setFloodfillEnabledFromMonitor(boolean) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Package private, called from FloodfillMonitorJob.
setFlushInterval(long) - Method in class net.i2p.util.LogWriter
Set the flush interval for the log writer.
setFont(Font) - Method in class org.jfree.svg.SVGGraphics2D
Sets the font to be used for drawing text.
setFont(RrdGraphConstants.FontTag, Font) - Method in class org.rrd4j.graph.RrdGraphDef
Sets font to be used for a specific font tag.
setFont(RrdGraphConstants.FontTag, Font, boolean) - Method in class org.rrd4j.graph.RrdGraphDef
Sets font.
setFont(RrdGraphConstants.FontTag, Font, boolean, boolean) - Method in class org.rrd4j.graph.RrdGraphDef
Sets font.
setFont(String, Font) - Method in class org.rrd4j.graph.RrdGraphDef
Sets font.
setFont(String, Font, boolean) - Method in class org.rrd4j.graph.RrdGraphDef
Sets font.
setFont(String, Font, boolean, boolean) - Method in class org.rrd4j.graph.RrdGraphDef
Sets font.
setFontMapper(FontMapper) - Method in class org.jfree.svg.SVGGraphics2D
Sets the font mapper.
setFontSet(boolean) - Method in class org.rrd4j.graph.RrdGraphDef
This method reset the font set to it's default values.
setFontSizeUnits(SVGUnits) - Method in class org.jfree.svg.SVGGraphics2D
Sets the font size units.
setForceMobileConsole(String) - Method in class net.i2p.router.web.helpers.ConfigUIHandler
Forces the mobile console interface.
setForceRulesLegend(boolean) - Method in class org.rrd4j.graph.RrdGraphDef
Force the generation of HRULE and VRULE legend even if those HRULE or VRULE will not be drawn because out of graph boundaries.
setForeground(Color) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
No-op stub.
setFormat(char[]) - Method in class net.i2p.util.LogManager
 
setFragmentCount(int) - Method in class net.i2p.router.transport.udp.UDPPacket
Fragment count
setFriendlyName(String) - Method in class org.cybergarage.upnp.Device
setFriendlyName.
setFrom(Hash) - Method in class net.i2p.data.i2np.DatabaseLookupMessage
 
setFrom(String) - Method in class net.i2p.router.web.helpers.EventLogHelper
Set the from.
setFromHash(Hash) - Method in class net.i2p.data.i2np.DatabaseSearchReplyMessage
setFromHash.
setFull(String) - Method in class net.i2p.router.web.helpers.InfoHelper
setFull.
setFull(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
Set the full display mode.
setFull(String) - Method in class net.i2p.router.web.helpers.ProfilesHelper
setFull.
setFull(String) - Method in class net.i2p.router.web.helpers.StatHelper
Set full flag for stats generation
SetFullException() - Constructor for exception net.i2p.util.ArraySet.SetFullException
Constructs a SetFullException.
setFuzz(int) - Method in class net.i2p.util.SimpleTimer2.TimedEvent
Set reschedule threshold in ms.
setG2d(Graphics2D) - Method in class org.rrd4j.graph.ImageWorker
Sets the graphics context for drawing operations.
setGarlicReplyKeys(MessageWrapper.OneTimeSession) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
ECIES short OBEP record only.
setGateway(Hash) - Method in class net.i2p.data.Lease
Configure the router at which the destination can be contacted
setGdef(RrdGraphDef) - Method in class org.rrd4j.graph.BufferedImageWorker.Builder
Sets the graph definition for this worker.
setGeometryDP(int) - Method in class org.jfree.svg.SVGGraphics2D
Sets the number of decimal places used to write the coordinates of geometrical shapes in the SVG output.
setGlobalContext(I2PAppContext) - Static method in class net.i2p.I2PAppContext
Default context, unless there is one already.
setGlobalContext(RouterContext) - Static method in class net.i2p.router.RouterContext
Sets the default context, unless there is one already.
setGlobalMaxWindowSize(int) - Static method in class net.i2p.client.streaming.impl.Connection
 
setGlowEnabled(boolean) - Method in class org.jfree.svg.SVGGraphics2D
Enables or disables the glow effect for subsequent draw(Path2D) calls.
setGoodDeficitThrottleDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the GOOD_DEFICIT_THROTTLE tuning parameter.
setGoodDeficitThrottleMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the GOOD_DEFICIT_THROTTLE tuning parameter.
setGoodDeficitThrottleMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the GOOD_DEFICIT_THROTTLE tuning parameter.
setGoodDeficitThrottleOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the GOOD_DEFICIT_THROTTLE tuning parameter.
setGoodDeficitThrottleStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the GOOD_DEFICIT_THROTTLE tuning parameter.
setGraphGlow(String) - Method in class net.i2p.router.web.helpers.GraphHelper
 
setGraphList(String[]) - Method in class net.i2p.router.web.helpers.ConfigStatsHandler
 
setGridStroke(Stroke) - Method in class org.rrd4j.graph.RrdGraphDef
Set the Stroke used to draw grid
setGroupPerms(File) - Static method in class net.i2p.util.SecureFileOutputStream
Tries to set the permissions to 660 (owner+group rw), ignores errors.
setGzip(boolean) - Method in class net.i2p.client.SendMessageOptions
Enable or disable gzip compression.
setGzip(boolean) - Method in class net.i2p.util.LogManager
Enable or disable gzip compression for rotated log files.
setH(String) - Method in class i2p.susi.dns.NamingServiceBean
Sets the hostname for lookup.
setH(String) - Method in class net.i2p.router.web.helpers.GraphHelper
 
setHandshakeMap(Map<String, BEValue>) - Method in class org.klomp.snark.Peer
Sets the extension handshake data and updates the request pipeline limit.
setHeader(Buffer) - Method in class i2p.susi.webmail.Mail
 
setHeader(String, String) - Method in class org.cybergarage.http.HTTPPacket
Sets the value of a header.
setHeader(String, int) - Method in class org.cybergarage.http.HTTPPacket
Sets the value of a header from an integer.
setHeader(String, long) - Method in class org.cybergarage.http.HTTPPacket
Sets the value of a header from a long.
setHeader(HTTPHeader) - Method in class org.cybergarage.http.HTTPPacket
Sets the value of a header from an HTTP header object.
setHeaderOnly(boolean) - Method in interface i2p.susi.webmail.pop3.POP3MailBox.FetchRequest
 
setHealth(Tuner.SystemHealth) - Method in class net.i2p.router.Tuner.BaseParam
The current system health score for this update cycle.
setHeartbeat(long) - Method in class org.rrd4j.core.Datasource
Sets datasource heartbeat to a new value.
setHeight(String) - Method in class net.i2p.router.web.helpers.GraphHelper
setHeight.
setHeight(String) - Method in class org.cybergarage.upnp.Icon
Sets the height of the icon as a string.
setHeight(int) - Method in class org.cybergarage.upnp.Icon
Sets the height of the icon as an integer.
setHeight(int) - Method in class org.rrd4j.graph.BufferedImageWorker.Builder
Sets the height of the image.
setHeight(int) - Method in class org.rrd4j.graph.RrdGraphDef
Sets height of the drawing area within the graph.
setHidden() - Method in class org.klomp.snark.comments.Comment
Mark this comment as hidden.
setHideLegend(String) - Method in class net.i2p.router.web.helpers.GraphHelper
 
setHideRestarts(String) - Method in class net.i2p.router.web.helpers.GraphHelper
 
setHighLoadCpuPct(int) - Static method in class net.i2p.router.tunnel.pool.RequestThrottler
Set the high-load CPU threshold percentage.
setHighLoadLagMs(int) - Static method in class net.i2p.router.tunnel.pool.RequestThrottler
Set the high-load job lag threshold in milliseconds.
setHighLoadSysLoadPct(int) - Static method in class net.i2p.router.tunnel.pool.RequestThrottler
Set the high-load system load threshold percentage.
setHisMTU(int) - Method in class net.i2p.router.transport.udp.PeerState
Remote peer's MTU.
setHost(String, int) - Method in class org.cybergarage.http.HTTPPacket
Set the Host header.
setHostname(String) - Method in class i2p.susi.dns.AddressbookBean
Sets the hostname string.
setHostname(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
Set the hostname.
setHTTPBindAddress(InetAddress[]) - Method in class org.cybergarage.upnp.Device
setHTTPBindAddress.
setHTTPBindAddress(InetAddress[]) - Method in class org.cybergarage.upnp.xml.DeviceData
setHTTPBindAddress.
setHTTPPort(int) - Method in class org.cybergarage.upnp.ControlPoint
Set the HTTP port.
setHTTPPort(int) - Method in class org.cybergarage.upnp.Device
setHTTPPort.
setHTTPPort(int) - Method in class org.cybergarage.upnp.xml.DeviceData
setHTTPPort.
setI2CPConfig(String, int, Map) - Method in class org.klomp.snark.I2PSnarkUtil
 
setI2PDatagramMaker(I2PSession) - Method in class net.i2p.client.datagram.I2PDatagramMaker
Does NOT support LS2 offline keys!
setIbEstablishTimeDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the IB_ESTABLISH_TIME tuning parameter.
setIbEstablishTimeMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the IB_ESTABLISH_TIME tuning parameter.
setIbEstablishTimeMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the IB_ESTABLISH_TIME tuning parameter.
setIbEstablishTimeOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the IB_ESTABLISH_TIME tuning parameter.
setIbEstablishTimeStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the IB_ESTABLISH_TIME tuning parameter.
setIbMsgsPerPumpDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the IB_MSGS_PER_PUMP tuning parameter.
setIbMsgsPerPumpMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the IB_MSGS_PER_PUMP tuning parameter.
setIbMsgsPerPumpMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the IB_MSGS_PER_PUMP tuning parameter.
setIbMsgsPerPumpOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the IB_MSGS_PER_PUMP tuning parameter.
setIbMsgsPerPumpStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the IB_MSGS_PER_PUMP tuning parameter.
setID(Object) - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Request
Sets the request identifier (ID).
setID(Object) - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Response
Sets the request identifier echoed back to the caller.
setId(int) - Method in class net.i2p.i2ptunnel.I2PTunnelTask
 
setID(byte[]) - Method in class org.klomp.snark.PeerID
for connecting out to peer based on desthash @since 0.8.1
setId(int) - Method in class org.minidns.dnsmessage.DnsMessage.Builder
Set the current DNS message id.
setIdentity(RouterIdentity) - Method in class net.i2p.data.router.RouterInfo
Configure the identity of the router represented
setIgnorePaths(String[]) - Method in class net.i2p.jetty.I2PRequestLog
setIgnorePaths.
setImageFormat(String) - Method in class org.rrd4j.graph.RrdGraphDef
Sets image format.
setImageInfo(String) - Method in class org.rrd4j.graph.RrdGraphDef
Creates additional image information.
setImageQuality(float) - Method in class org.rrd4j.graph.RrdGraphDef
Sets image quality.
setImageWriteParam(ImageWriteParam) - Method in class org.rrd4j.graph.BufferedImageWorker.Builder
Sets the image write parameters for encoding.
setImmediateAckDelay(int) - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
Immediate ack delay.
setImmediateAckDelayDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the IMMEDIATE_ACK_DELAY tuning parameter.
setImmediateAckDelayMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the IMMEDIATE_ACK_DELAY tuning parameter.
setImmediateAckDelayMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the IMMEDIATE_ACK_DELAY tuning parameter.
setImmediateAckDelayOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the IMMEDIATE_ACK_DELAY tuning parameter.
setImmediateAckDelayStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the IMMEDIATE_ACK_DELAY tuning parameter.
setImporter(DataImporter) - Method in class org.rrd4j.core.RrdDb.Builder
Set when the builder will be used to import external data with a custom source.
setInactivityAction(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
{_inactivityAction
setInactivityTimeout(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
{_inactivityTimeout
setInactivityTimeout(long) - Method in class net.i2p.util.SocketTimeout
Changes the delay provided in the constructor
setInArgumentValues(ArgumentList) - Method in class org.cybergarage.upnp.Action
Sets the values of input arguments.
setInboundBufferSize(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
{_inboundBufferSize
setInboundBurstBytes(int) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
Set inbound burst bytes
setInboundBurstKBps(int) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
Set inbound burst KBps
setInboundRandomKey(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
Random keys
setInboundrate(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
Set the inbound rate.
setInboundSettings(TunnelPoolSettings) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
setInboundSettings(Hash, TunnelPoolSettings) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
setInboundSettings(TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Set the inbound exploratory tunnel pool settings.
setInboundSettings(Hash, TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Set settings for a client's inbound tunnel pool.
setInboundSettings(TunnelPoolSettings) - Method in interface net.i2p.router.TunnelManagerFacade
settings).
setInboundSettings(Hash, TunnelPoolSettings) - Method in interface net.i2p.router.TunnelManagerFacade
settings).
setIndeterminate(boolean) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JProgressBar
Set the indeterminate state.
setInetMask(int) - Static method in class com.docuverse.identicon.IdenticonUtil
Sets current IP address mask.
setInetSalt(String) - Static method in class com.docuverse.identicon.IdenticonUtil
Sets current inetSalt value.
setInfo(String) - Method in class org.rrd4j.core.Header
Override the info portion of the RRD signature.
setInfo(String) - Method in class org.rrd4j.core.RrdDb
setInfo.
setInitConcurrentMsgs(int) - Static method in class net.i2p.router.transport.udp.PeerState
Initial concurrent messages per peer (called by Tuner).
setInitialAckDelayDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the INITIAL_ACK_DELAY tuning parameter.
setInitialAckDelayMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the INITIAL_ACK_DELAY tuning parameter.
setInitialAckDelayMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the INITIAL_ACK_DELAY tuning parameter.
setInitialAckDelayOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the INITIAL_ACK_DELAY tuning parameter.
setInitialAckDelayStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the INITIAL_ACK_DELAY tuning parameter.
setInitialResendDelayDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the INITIAL_RESEND_DELAY tuning parameter.
setInitialResendDelayMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the INITIAL_RESEND_DELAY tuning parameter.
setInitialResendDelayMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the INITIAL_RESEND_DELAY tuning parameter.
setInitialResendDelayOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the INITIAL_RESEND_DELAY tuning parameter.
setInitialResendDelayStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the INITIAL_RESEND_DELAY tuning parameter.
setInitialRTO(int) - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
Initial rto.
setInitialRTO(int) - Static method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
 
setInitialRTODefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the INITIAL_RTO tuning parameter.
setInitialRTOMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the INITIAL_RTO tuning parameter.
setInitialRTOMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the INITIAL_RTO tuning parameter.
setInitialRTOOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the INITIAL_RTO tuning parameter.
setInitialRTOStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the INITIAL_RTO tuning parameter.
setInitialWindowSize(int) - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
Initial window size.
setInitialWindowSize(int) - Static method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
 
setInitialWindowSizeDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the INITIAL_WINDOW_SIZE tuning parameter.
setInitialWindowSizeMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the INITIAL_WINDOW_SIZE tuning parameter.
setInitialWindowSizeMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the INITIAL_WINDOW_SIZE tuning parameter.
setInitialWindowSizeOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the INITIAL_WINDOW_SIZE tuning parameter.
setInitialWindowSizeStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the INITIAL_WINDOW_SIZE tuning parameter.
setInitParams(WebAppContext, Map<?, ?>) - Static method in class net.i2p.router.web.LocaleWebAppHandler
Copy init params from map to WebAppContext.
setInitRTO(int) - Static method in class net.i2p.router.transport.udp.PeerState
Initial RTO for new peers (called by Tuner).
setInOrder(boolean) - Method in class org.klomp.snark.Storage
Enable or disable in-order download mode.
setInputStream(InputStream) - Method in class net.i2p.util.InternalSocket
Input stream
setInstance(HostChecker) - Static method in class net.i2p.addressbook.HostCheckerBridge
Set HostChecker instance (should be called by Daemon.java)
setInstructions(DeliveryInstructions) - Method in class net.i2p.data.i2np.GarlicClove
setInstructions.
setIntegerHeader(String, int) - Method in class org.cybergarage.http.HTTPPacket
Sets an integer header value.
setIntegrationBonus(int) - Method in class net.i2p.router.peermanager.PeerProfile
 
setInterest(SelectionKey, int) - Static method in class net.i2p.router.transport.ntcp.EventPumper
setInterest.
setInteresting(boolean) - Method in class org.klomp.snark.PeerState
Sets whether or not we are interested in pieces from this peer.
setInterface(String) - Static method in class org.cybergarage.net.HostInterface
setInterface.
setInterfaceAddress(String) - Method in class org.cybergarage.upnp.event.Subscriber
setInterfaceAddress.
setInterlaced(boolean) - Method in class org.rrd4j.graph.RrdGraphDef
Creates interlaced or progressive mode image.
setInternalQueueSize(int) - Static method in class net.i2p.router.Tuner
Set the I2CP internal queue size (called by Tuner).
setInterpolationMethod(LinearInterpolator.Method) - Method in class org.rrd4j.data.LinearInterpolator
Sets interpolation method to be used.
setInterval(long) - Method in class net.i2p.router.util.CoDelBlockingQueue
Sets the current CoDel interval in ms.
setInterval(long) - Method in class net.i2p.router.util.CoDelPriorityBlockingQueue
Sets the current CoDel interval in ms.
setIntroducerTime() - Method in class net.i2p.router.transport.udp.PeerState
Record the last time we used them as an introducer.
setIntroNonce(long) - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
setIntros(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
Set the intro count filter.
setIntroState(Hash, OutboundEstablishState2.IntroState) - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
Set the current state for the SSU2 introducer specified
setIP(Hash, byte[]) - Method in class net.i2p.router.transport.TransportImpl
IP of the peer from the last connection (in or out, any transport).
setIp(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
Set the IP address filter.
setIPv4Firewalled(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
Set whether IPv4 is firewalled.
setIpv6(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
Set the IPv6 mode configuration.
setIpv6(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
Set the IPv6 prefix filter.
setIPv6Address(String) - Static method in class org.cybergarage.upnp.ssdp.SSDP
Sets the IPv6 multicast address to use for SSDP operations.
setIPv6Firewalled(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
Set whether IPv6 is firewalled.
setIsAlive() - Method in class net.i2p.router.Router
Only for Restarter, after soft restart is complete.
setIsAlive(boolean) - Method in class net.i2p.router.transport.udp.PeerTestEvent
Caller MUST also call schedule(), reschedule(), forceRunSoon(), or forceRunImmediately()
setIsFull(String) - Method in class net.i2p.router.web.helpers.ConfigStatsHandler
 
setIsSuccessful(boolean) - Method in class net.i2p.router.client.LeaseRequestState
Set whether the request was successful.
setIVKey(SessionKey) - Method in class net.i2p.router.tunnel.HopConfig
Set the IV encryption key
setJsonSupport(boolean) - Method in class edu.internet2.ndt.Protocol
 
setJumpList(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setJumpList(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setKeepAlive(boolean) - Method in class net.i2p.client.streaming.impl.StandardSocket
 
setKey(String, String, PublicKey) - Method in class net.i2p.crypto.DirKeyRing
Unimplemented, unused.
setKey(String, String, PublicKey) - Method in interface net.i2p.crypto.KeyRing
Store a key.
setKey(SelectionKey) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Set the selection key.
setKey(String) - Method in class net.i2p.router.web.helpers.ConfigKeyringHandler
Set the encryption key from form.
setKey1(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
Random keys, hidden in forms
setKey2(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setKey3(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setKey4(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setKeyCert(SigType) - Method in class net.i2p.data.PrivateKeyFile
Change cert type - caller must also call write().
setKeys(byte[], int, byte[], int) - Method in class com.southernstorm.noise.protocol.Curve25519DHState
Sets the private and public keys for this object.
setKeys(byte[], int, byte[], int) - Method in interface com.southernstorm.noise.protocol.DHState
Sets the private and public keys for this object.
setKeys(PublicKey, PrivateKey, SigningPublicKey, SigningPrivateKey) - Method in class net.i2p.router.KeyManager
Configure the router's keys.
setKillVMOnEnd(boolean) - Method in class net.i2p.router.Router
Configure the router to kill the JVM when the router shuts down, as well as whether to explicitly halt the JVM during the hard fail process.
setLang(String) - Method in class net.i2p.router.web.ContentHelper
setLang.
setLang(String) - Method in class net.i2p.router.web.CSSHelper
change default language for the router AND save it
setLanguage(String, String) - Static method in class net.i2p.util.Translate
Only for use by standalone apps in App Context.
setLaptop(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
Set that the user wants laptop mode enabled.
setLast(double) - Method in class net.i2p.stat.RateAverages
Set the last period average.
setLastBadSkew(long) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
A positive number means our clock is ahead of theirs.
setLastChanged() - Method in interface net.i2p.kademlia.KBucket
Update the last-changed timestamp to now.
setLastChanged() - Method in class net.i2p.kademlia.KBucketImpl
Update the last-changed timestamp to now.
setLastExploreNewDate(long) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
setLastFetched(long) - Method in class net.i2p.addressbook.Subscription
Set when the subscription was last fetched.
setLastHeardAbout(long) - Method in class net.i2p.router.peermanager.PeerProfile
Set when did we last hear about this peer, only if unset or newer.
setLastHeardFrom(long) - Method in class net.i2p.router.peermanager.PeerProfile
Set when we last heard from the peer.
setLastLatency(int) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
Set last test latency
setLastLS2SignTime(long) - Method in class net.i2p.client.impl.I2PSessionImpl
The published timestamp of the last LS2 we signed
setLastModified(String) - Method in class net.i2p.addressbook.Subscription
Set the last-modified header.
setLastPeerExclusions(Set<Hash>) - Method in class net.i2p.router.TunnelPoolSettings
Set the last peer exclusions for diversity.
setLastPingTime(long) - Method in class net.i2p.router.transport.udp.PeerState
Last ping time.
setLastReceiveTime(long) - Method in class net.i2p.router.transport.udp.PeerState
Last receive time.
setLastResort() - Method in class net.i2p.router.tunnel.pool.PooledTunnelCreatorConfig
Mark this tunnel as a last-resort fallback.
setLastSeen() - Method in class org.klomp.snark.dht.NID
Updates the last seen timestamp and resets failure count.
setLastSeen(long) - Method in class org.klomp.snark.dht.Peer
Updates the timestamp when this peer was last seen.
setLastSendFailed(long) - Method in class net.i2p.router.peermanager.PeerProfile
Set when we last had a problem sending to this peer.
setLastSendSuccessful(long) - Method in class net.i2p.router.peermanager.PeerProfile
Set when we last sent to this peer successfully.
setLastSendTime(long) - Method in class net.i2p.router.transport.udp.PeerState
Last send time.
setLastSendTime(long) - Method in class net.i2p.router.transport.udp.PeerTestState
Set the time we last sent a packet.
setLastTested(boolean) - Method in class net.i2p.router.transport.udp.PeerTestEvent
Set the last-tested timer to now
setLastTestStarted(long) - Method in class net.i2p.router.peermanager.PeerProfile
 
setLastThroughputUpdate(long) - Method in class net.i2p.router.peermanager.PeerProfile
 
setLastUpdateTime(long) - Method in class org.rrd4j.core.Header
Sets the last update time of the RRD.
setLatencyMs(int) - Method in class net.i2p.router.transport.TransportBid
setLatencyMs.
setLayerKey(SessionKey) - Method in class net.i2p.router.tunnel.HopConfig
Set the layer encryption key
setLayout(BorderLayout) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
No-op stub.
setLayout(BoxLayout) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
No-op stub.
setLazy(boolean) - Method in class org.rrd4j.graph.RrdGraphDef
Creates graph only if the current graph is out of date or not existent.
setLease(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
Set the lease display mode.
setLeaseSet(LeaseSet) - Method in class net.i2p.client.impl.I2PSessionImpl
Lease set published by this session.
setLeaseSet(LeaseSet) - Method in class net.i2p.data.i2cp.CreateLeaseSetMessage
Lease set being created.
setLeaseset(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
Set the leaseset hostname for lookup.
setLeaseSetPrivateKey(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setLeaseSetSigningPrivateKey(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setLeaseTime(int) - Method in class org.cybergarage.upnp.Device
setLeaseTime.
setLeaseTime(int) - Method in class org.cybergarage.upnp.ssdp.SSDPRequest
setLeaseTime.
setLeaseTime(int) - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
setLeaseTime.
setLeaseTime(int) - Method in class org.cybergarage.upnp.xml.DeviceData
setLeaseTime.
setLegendVisibility(double, double, boolean) - Method in class org.rrd4j.graph.HRule
Sets legend visibility based on value range and force setting.
setLegendVisibility(double, double, boolean) - Method in class org.rrd4j.graph.HSpan
Control legend visibility based on current axis range.
setLegendVisibility(long, long, boolean) - Method in class org.rrd4j.graph.VRule
Sets legend visibility based on timestamp range and force setting.
setLegendVisibility(long, long, boolean) - Method in class org.rrd4j.graph.VSpan
 
setLength(int) - Method in class net.i2p.router.TunnelPoolSettings
How many remote hops should be in the tunnel NOT including us
setLength(long) - Method in class net.metanotion.io.RAIFile
 
setLength(long) - Method in interface net.metanotion.io.RandomAccessInterface
 
setLength(long) - Method in class org.rrd4j.core.RrdBackend
Sets the number of bytes in the underlying RRD storage.
setLength(long) - Method in class org.rrd4j.core.RrdByteArrayBackend
Sets the number of bytes in the underlying RRD storage.
setLength(long) - Method in class org.rrd4j.core.RrdMemoryBackend
 
setLength(long) - Method in class org.rrd4j.core.RrdNioBackend
Sets the number of bytes in the underlying RRD storage.
setLength(long) - Method in class org.rrd4j.core.RrdRandomAccessFileBackend
Sets the number of bytes in the underlying RRD storage.
setLengthOverride(int) - Method in class net.i2p.router.TunnelPoolSettings
A temporary length to be used due to network conditions.
setLengthVariance(int) - Method in class net.i2p.router.TunnelPoolSettings
setLengthVariance.
setLevel(int) - Method in class net.i2p.util.ReusableGZIPOutputStream
setLevel.
setLevels(String) - Method in class net.i2p.router.web.helpers.ConfigLoggingHandler
The log levels configuration string.
setLimit(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
Set the result limit.
setLimit(int) - Method in class net.i2p.router.web.NewsFeedHelper
Less than or equal to zero means all.
setLimit(long, boolean) - Method in class net.i2p.sam.SAMv2StreamSession.SAMv2StreamSessionSocketReader
setLimit.
setLimit(int) - Method in class net.i2p.util.LogLimit
setLimit.
setLimitDay(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setLimitDay(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setLimitHour(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setLimitHour(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setLimitMinute(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setLimitMinute(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setLimits(Properties) - Method in class net.i2p.util.LogManager
Update the existing limit overrides
setListener(I2CPMessageReader.I2CPMessageEventListener) - Method in class net.i2p.data.i2cp.I2CPMessageReader
setListener.
setListener(TransportEventListener) - Method in interface net.i2p.router.transport.Transport
Set the event listener for transport-related notifications.
setListener(TransportEventListener) - Method in class net.i2p.router.transport.TransportImpl
Who to notify on message availability
setListenHosts(Set<String>) - Method in class net.i2p.i2pcontrol.HostCheckHandler
Set the legal hosts.
setListenHosts(Set<String>) - Method in class net.i2p.router.web.HostCheckHandler
Set the legal hosts.
setListenHosts(Set<String>) - Method in class org.klomp.snark.standalone.HostCheckHandler
Unused, we can't get here from RunStandalone
setListenPort(int) - Method in class net.i2p.router.transport.udp.UDPEndpoint
setListenPort.
setLoadWeight(int) - Static method in class net.i2p.router.tunnel.pool.ParticipatingThrottler
The load weight.
setLocalAddress(String) - Method in class org.cybergarage.upnp.ssdp.HTTPUSocket
setLocalAddress.
setLocalAddress(String) - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
setLocalAddress.
setLocalAddress(String) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchRequest
setLocalAddress.
setLocale(Locale) - Method in class org.rrd4j.graph.RrdGraphDef
Set the locale used for the legend.
setLocalPort(int) - Method in interface net.i2p.client.streaming.I2PSocketOptions
The local port.
setLocalPort(int) - Method in class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
The local port.
setLocalPort(int) - Method in class net.i2p.client.streaming.impl.Packet
Must be called to change the port, not set by readPacket() as the port is out-of-band in the I2CP header.
setLocation(String) - Method in class org.cybergarage.upnp.Device
setLocation.
setLocation(String) - Method in class org.cybergarage.upnp.ssdp.SSDPRequest
setLocation.
setLocation(String) - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
setLocation.
setLocation(String) - Method in class org.cybergarage.upnp.xml.DeviceData
setLocation.
setLockRetryPeriod(long) - Static method in class org.rrd4j.core.RrdSafeFileBackendFactory
Sets time between two consecutive file locking attempts.
setLockWaitTime(long) - Static method in class org.rrd4j.core.RrdSafeFileBackendFactory
Sets time this backend will wait for a file lock.
setLogarithmic(boolean) - Method in class org.rrd4j.graph.RrdGraphDef
Sets logarithmic y-axis scaling.
setLogcompress(String) - Method in class net.i2p.router.web.helpers.ConfigLoggingHandler
Set whether to compress log files.
setLogCookies(boolean) - Method in class net.i2p.jetty.I2PRequestLog
setLogCookies.
setLogDateFormat(String) - Method in class net.i2p.jetty.I2PRequestLog
 
setLogdateformat(String) - Method in class net.i2p.router.web.helpers.ConfigLoggingHandler
The log date format pattern.
setLogfilename(String) - Method in class net.i2p.router.web.helpers.ConfigLoggingHandler
The log file name.
setLogfilesize(String) - Method in class net.i2p.router.web.helpers.ConfigLoggingHandler
The log file size limit.
setLogformat(String) - Method in class net.i2p.router.web.helpers.ConfigLoggingHandler
The log record format.
setLogged(String) - Method in class i2p.susi.dns.LogBean
Set the log content.
setLogLatency(boolean) - Method in class net.i2p.jetty.I2PRequestLog
setLogLatency.
setLogLocale(Locale) - Method in class net.i2p.jetty.I2PRequestLog
setLogLocale.
setLogManager(LogManager) - Method in class net.i2p.I2PAppContext
Overwrites the LogManager instance to be used by the router.
setLogServer(boolean) - Method in class net.i2p.jetty.I2PRequestLog
setLogServer.
setLogTimeZone(String) - Method in class net.i2p.jetty.I2PRequestLog
setLogTimeZone.
setLongHeader(String, long) - Method in class org.cybergarage.http.HTTPPacket
Sets a long header value.
setLowLatency(boolean) - Method in class net.i2p.router.peermanager.PeerProfile
Set the low latency flag.
setManufacture(String) - Method in class org.cybergarage.upnp.Device
setManufacture.
setManufactureURL(String) - Method in class org.cybergarage.upnp.Device
setManufactureURL.
setMarkedForDeletion(String) - Method in class i2p.susi.dns.AddressbookBean
Marks an entry for deletion.
setMaskPattern(int) - Method in class com.google.zxing.qrcode.encoder.QRCode
setMaskPattern.
setMatrix(ByteMatrix) - Method in class com.google.zxing.qrcode.encoder.QRCode
setMatrix.
setMaxBufferSize(int) - Method in interface net.i2p.client.streaming.I2PSocketOptions
How much data will we accept that hasn't been written out yet.
setMaxBufferSize(int) - Method in class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
How much data will we accept that hasn't been written out yet.
setMaxConcurrentBuilds(int) - Static method in class net.i2p.router.tunnel.pool.BuildExecutor
Set the maximum number of concurrent builds allowed.
setMaxConcurrentDefault(int) - Static method in class net.i2p.router.networkdb.kademlia.IterativeSearchJob
Sets the maximum concurrent default value.
setMaxConcurrentEstablishDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the MAX_CONCURRENT_ESTABLISH tuning parameter.
setMaxConcurrentEstablishMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the MAX_CONCURRENT_ESTABLISH tuning parameter.
setMaxConcurrentEstablishMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the MAX_CONCURRENT_ESTABLISH tuning parameter.
setMaxConcurrentEstablishOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the MAX_CONCURRENT_ESTABLISH tuning parameter.
setMaxConcurrentEstablishStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the MAX_CONCURRENT_ESTABLISH tuning parameter.
setMaxConcurrentMessages(int) - Static method in class net.i2p.router.transport.udp.PeerState
Max concurrent messages per peer (called by Tuner).
setMaxConnections(int) - Method in class org.klomp.snark.I2PSnarkUtil
 
setMaxEntries(int) - Static method in class net.i2p.router.networkdb.kademlia.LookupBanHammer
 
setMaxFastPeersDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the MAX_FAST_PEERS tuning parameter.
setMaxFastPeersMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the MAX_FAST_PEERS tuning parameter.
setMaxFastPeersMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the MAX_FAST_PEERS tuning parameter.
setMaxFastPeersStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the MAX_FAST_PEERS tuning parameter.
setMaxFilesPerTorrent(int) - Method in class org.klomp.snark.I2PSnarkUtil
 
setMaxHandlers(int) - Static method in class net.i2p.router.transport.udp.PacketHandler
Sets the target max packet handler threads.
setMaxHighCapPeersDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the MAX_HIGH_CAP_PEERS tuning parameter.
setMaxHighCapPeersMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the MAX_HIGH_CAP_PEERS tuning parameter.
setMaxHighCapPeersMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the MAX_HIGH_CAP_PEERS tuning parameter.
setMaxHighCapPeersStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the MAX_HIGH_CAP_PEERS tuning parameter.
setMaxIbEstablishTime(long) - Static method in class net.i2p.router.transport.udp.UDPTransport
Inbound establish timeout.
setMaxIbMsgsPerPump(int) - Static method in class net.i2p.router.tunnel.PumpedTunnelGateway
Set the max inbound messages per pump
setMaxIbMsgsPerPump(int) - Static method in class net.i2p.router.tunnel.TunnelDispatcher
 
setMaximum(int) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JProgressBar
Set the maximum value.
setMaximum(String) - Method in class org.cybergarage.upnp.AllowedValueRange
Sets the maximum value for this allowed value range.
setMaximumRequired(int) - Method in class net.i2p.router.peermanager.PeerSelectionCriteria
Set the maximum number of peers required
setMaxInitialMessageSize(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
setMaxLeaseSetLookupTime(int) - Static method in class net.i2p.router.networkdb.kademlia.IterativeSearchJob
 
setMaxLines(String) - Method in class net.i2p.router.web.ContentHelper
setMaxLines.
setMaxMessageSize(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
setMaxMessageSize.
setMaxObEstablishTime(long) - Static method in class net.i2p.router.transport.udp.UDPTransport
Outbound establish timeout.
setMaxObMsgsPerPump(int) - Static method in class net.i2p.router.tunnel.PumpedTunnelGateway
Set the max outbound messages per pump
setMaxObMsgsPerPump(int) - Static method in class net.i2p.router.tunnel.TunnelDispatcher
 
setMaxOffenses(String) - Method in class net.i2p.router.web.helpers.ConfigBanHandler
Set the maximum offenses.
setMaxParticipatingTunnelsDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the MAX_PARTICIPATING_TUNNELS tuning parameter.
setMaxParticipatingTunnelsMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the MAX_PARTICIPATING_TUNNELS tuning parameter.
setMaxParticipatingTunnelsMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the MAX_PARTICIPATING_TUNNELS tuning parameter.
setMaxParticipatingTunnelsOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the MAX_PARTICIPATING_TUNNELS tuning parameter.
setMaxParticipatingTunnelsStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the MAX_PARTICIPATING_TUNNELS tuning parameter.
setMaxProfilesDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the MAX_PROFILES tuning parameter.
setMaxProfilesMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the MAX_PROFILES tuning parameter.
setMaxProfilesMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the MAX_PROFILES tuning parameter.
setMaxProfilesOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the MAX_PROFILES tuning parameter.
setMaxProfilesStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the MAX_PROFILES tuning parameter.
setMaxPumpers(int) - Static method in class net.i2p.router.tunnel.TunnelGatewayPumper
Set the max pumper threads.
setMaxQueue(int) - Static method in class net.i2p.router.tunnel.pool.BuildHandler
 
setMaxQueuedOutbound(int) - Static method in class net.i2p.router.transport.udp.EstablishmentManager
Set the max queued outbound connections (called by Tuner).
setMaxResendDelay(int) - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
 
setMaxResendDelayDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the MAX_RESEND_DELAY tuning parameter.
setMaxResendDelayMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the MAX_RESEND_DELAY tuning parameter.
setMaxResendDelayMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the MAX_RESEND_DELAY tuning parameter.
setMaxResendDelayOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the MAX_RESEND_DELAY tuning parameter.
setMaxResendDelayStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the MAX_RESEND_DELAY tuning parameter.
setMaxResends(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
{_maxResends
setMaxRetransmissions(int) - Static method in class net.i2p.client.streaming.impl.Connection
 
setMaxRetransmissionsDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the MAX_RETRANSMISSIONS tuning parameter.
setMaxRetransmissionsMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the MAX_RETRANSMISSIONS tuning parameter.
setMaxRetransmissionsMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the MAX_RETRANSMISSIONS tuning parameter.
setMaxRetransmissionsOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the MAX_RETRANSMISSIONS tuning parameter.
setMaxRetransmissionsStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the MAX_RETRANSMISSIONS tuning parameter.
setMaxRouterInfoLookupTime(int) - Static method in class net.i2p.router.networkdb.kademlia.IterativeSearchJob
 
setMaxRTO(int) - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
 
setMaxRTO(int) - Static method in class net.i2p.router.transport.udp.PeerState
Maximum RTO ceiling (called by Tuner).
setMaxRTODefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the MAX_RTO tuning parameter.
setMaxRTOMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the MAX_RTO tuning parameter.
setMaxRTOMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the MAX_RTO tuning parameter.
setMaxRTOOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the MAX_RTO tuning parameter.
setMaxRTOStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the MAX_RTO tuning parameter.
setMaxRtt(int) - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
_maxRTT
setMaxRttDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the MAX_RTT tuning parameter.
setMaxRttMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the MAX_RTT tuning parameter.
setMaxRttMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the MAX_RTT tuning parameter.
setMaxRttOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the MAX_RTT tuning parameter.
setMaxRttStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the MAX_RTT tuning parameter.
setMaxSendWindow(int) - Static method in class net.i2p.router.transport.udp.PeerState
Max send window / CWIN (called by Tuner).
setMaxSize(int) - Method in class net.i2p.router.crypto.pqc.MLKEMKeyFactory
Sets the maximum precalc queue size.
setMaxSize(int) - Method in class net.i2p.router.crypto.ratchet.Elg2KeyFactory
Sets the maximum precalc queue size.
setMaxSize(int) - Method in class net.i2p.router.transport.crypto.X25519KeyFactory
Sets the maximum precalc queue size.
setMaxSlowStartWindow(int) - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
Max slow start window.
setMaxSlowStartWindowDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the MAX_SLOW_START_WINDOW tuning parameter.
setMaxSlowStartWindowMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the MAX_SLOW_START_WINDOW tuning parameter.
setMaxSlowStartWindowMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the MAX_SLOW_START_WINDOW tuning parameter.
setMaxSlowStartWindowOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the MAX_SLOW_START_WINDOW tuning parameter.
setMaxSlowStartWindowStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the MAX_SLOW_START_WINDOW tuning parameter.
setMaxStreams(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setMaxStreams(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setMaxSynResends(int) - Static method in class net.i2p.client.streaming.impl.Connection
 
setMaxThreads(int) - Static method in class net.i2p.router.transport.ntcp.NTCPSendFinisher
Sets the max send finisher threads for new instances.
setMaxUpBW(int) - Method in class org.klomp.snark.I2PSnarkUtil
This updates ALL the session options (not just the bw) and tells the router
setMaxUploaders(int) - Method in class org.klomp.snark.I2PSnarkUtil
 
setMaxValue(double, boolean) - Method in class org.rrd4j.core.Datasource
Sets maximum allowed value for this datasource.
setMaxValue(double) - Method in class org.rrd4j.graph.RrdGraphDef
Defines the value normally located at the upper border of the graph.
setMaxWindowSize(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
A value of 0 or less resets to the Tuner-managed global default.
setMaxWriteBufs(int) - Static method in class net.i2p.router.transport.ntcp.NTCPConnection
Set the max write buffers per NTCP connection (called by Tuner).
setMayDisconnect() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Sets to true.
setMayDisconnect() - Method in class net.i2p.router.transport.udp.PeerState
May disconnect to true.
setMessage(I2NPMessage) - Method in class net.i2p.data.i2np.TunnelGatewayMessage
 
setMessage(I2NPMessage) - Method in class net.i2p.router.networkdb.kademlia.DirectLookupMatchJob
Override to not call failed() in setMessage(), as it will be called from runJob()
setMessage(I2NPMessage) - Method in class net.i2p.router.networkdb.kademlia.FloodOnlyLookupMatchJob
 
setMessage(I2NPMessage) - Method in class net.i2p.router.networkdb.kademlia.SearchUpdateReplyFoundJob
setMessage.
setMessage(I2NPMessage) - Method in interface net.i2p.router.ReplyJob
Called by InNetMessagePool when an I2NPMessage matching a MessageSelector registered with the OutboundMessageRegistry is received
setMessage(SidebarHelper.NetworkState, String) - Method in class net.i2p.router.web.helpers.SidebarHelper.NetworkStateMessage
Update the state and message
setMessageExpiration(long) - Method in interface net.i2p.data.i2np.I2NPMessage
exp).
setMessageExpiration(long) - Method in class net.i2p.data.i2np.I2NPMessageImpl
The expiration is set to one minute from now in the constructor but it can be overridden here.
setMessageExpiration(long) - Static method in class net.i2p.router.transport.udp.OutboundMessageState
Set outbound message expiration.
setMessageId(MessageId) - Method in class net.i2p.client.impl.MessageState
Set the message ID.
setMessageId(long) - Method in class net.i2p.data.i2cp.MessageId
Set the message ID.
setMessageId(long) - Method in class net.i2p.data.i2cp.MessageStatusMessage
This is the router's ID for the message
setMessageId(long) - Method in class net.i2p.data.i2cp.ReceiveMessageBeginMessage
Message identifier for delivery tracking.
setMessageId(long) - Method in class net.i2p.data.i2cp.ReceiveMessageEndMessage
Set the message id.
setMessageId(MessageId) - Method in class net.i2p.data.i2cp.ReportAbuseMessage
setMessageId.
setMessageId(long) - Method in class net.i2p.data.i2np.DeliveryStatusMessage
Set the message ID for this delivery status.
setMessageReceiverThreads(int) - Static method in class net.i2p.router.transport.udp.UDPTransport
Target MessageReceiver thread count.
setMessageType(int) - Method in class net.i2p.router.transport.udp.UDPPacket
Message type
setMetaInfo(MetaInfo) - Method in class org.klomp.snark.MagnetState
Sets the MetaInfo for a completed magnet download.
setMetaInfo(MetaInfo) - Method in class org.klomp.snark.Peer
Switches from magnet mode to normal mode with metainfo.
setMetaInfo(MetaInfo) - Method in class org.klomp.snark.PeerState
Switch from magnet mode to normal mode.
setMethod(String) - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Notification
Sets the name of the requested method.
setMethod(String) - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Request
Sets the name of the requested method.
setMethod(String) - Method in class org.cybergarage.http.HTTPRequest
Sets the HTTP method (e.g., GET, POST).
setMimeType(String) - Method in class org.cybergarage.upnp.Icon
Sets the MIME type of the icon.
setMinConcurrentMsgs(int) - Static method in class net.i2p.router.transport.udp.PeerState
Minimum concurrent messages per peer (called by Tuner).
setMinFastPeersDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the MIN_FAST_PEERS tuning parameter.
setMinFastPeersMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the MIN_FAST_PEERS tuning parameter.
setMinFastPeersMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the MIN_FAST_PEERS tuning parameter.
setMinFastPeersOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the MIN_FAST_PEERS tuning parameter.
setMinFastPeersStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the MIN_FAST_PEERS tuning parameter.
setMinHighCapacityPeers(int) - Static method in class net.i2p.router.peermanager.ProfileOrganizer
 
setMinHighCapPeersDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the MIN_HIGH_CAP_PEERS tuning parameter.
setMinHighCapPeersMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the MIN_HIGH_CAP_PEERS tuning parameter.
setMinHighCapPeersMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the MIN_HIGH_CAP_PEERS tuning parameter.
setMinHighCapPeersStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the MIN_HIGH_CAP_PEERS tuning parameter.
setMinimum(int) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JProgressBar
Set the minimum value.
setMinimum(int) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.SpinnerNumberModel
The minimum (no-op).
setMinimum(String) - Method in class org.cybergarage.upnp.AllowedValueRange
Sets the minimum value for this allowed value range.
setMinimumPriority(int) - Method in class net.i2p.util.Log
Set the minimum priority for logging.
setMinimumRequired(int) - Method in class net.i2p.router.peermanager.PeerSelectionCriteria
Set the minimum number of peers required
setMinMaxValue(double, double, boolean) - Method in class org.rrd4j.core.Datasource
Sets min/max values allowed for this datasource.
setMinPacingRate(long) - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
_minPacingRate
setMinPacingRateKBps(int) - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
KB/s wrapper for Tuner int reflection
setMinResendDelay(int) - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
 
setMinResendDelayDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the MIN_RESEND_DELAY tuning parameter.
setMinResendDelayOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the MIN_RESEND_DELAY tuning parameter.
setMinRTO(int) - Static method in class net.i2p.router.transport.udp.PeerState
Minimum RTO floor (called by Tuner).
setMinSize(int) - Method in class net.i2p.router.crypto.pqc.MLKEMKeyFactory
Sets the minimum precalc queue size.
setMinSize(int) - Method in class net.i2p.router.crypto.ratchet.Elg2KeyFactory
Sets the minimum precalc queue size.
setMinSize(int) - Method in class net.i2p.router.transport.crypto.X25519KeyFactory
Sets the minimum precalc queue size.
setMinValue(double, boolean) - Method in class org.rrd4j.core.Datasource
Sets minimum allowed value for this datasource.
setMinValue(double) - Method in class org.rrd4j.graph.RrdGraphDef
Sets the lower limit of a graph.
setMlkemPrecalcMinDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the MLKEM_PRECALC_MIN tuning parameter.
setMlkemPrecalcMinMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the MLKEM_PRECALC_MIN tuning parameter.
setMlkemPrecalcMinMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the MLKEM_PRECALC_MIN tuning parameter.
setMlkemPrecalcMinStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the MLKEM_PRECALC_MIN tuning parameter.
setMode(Mode) - Method in class com.google.zxing.qrcode.encoder.QRCode
setMode.
setMode(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
Set the mode filter.
setModel(SpinnerNumberModel) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JSpinner
Set the spinner model.
setModelDescription(String) - Method in class org.cybergarage.upnp.Device
setModelDescription.
setModelName(String) - Method in class org.cybergarage.upnp.Device
setModelName.
setModelNumber(String) - Method in class org.cybergarage.upnp.Device
setModelNumber.
setModelURL(String) - Method in class org.cybergarage.upnp.Device
setModelURL.
setModerateLoadCpuPct(int) - Static method in class net.i2p.router.tunnel.pool.RequestThrottler
Set the moderate-load CPU threshold percentage.
setModerateLoadLagMs(int) - Static method in class net.i2p.router.tunnel.pool.RequestThrottler
Set the moderate-load job lag threshold in milliseconds.
setModerateLoadSysLoadPct(int) - Static method in class net.i2p.router.tunnel.pool.RequestThrottler
Set the moderate-load system load threshold percentage.
setMovingAction() - Method in class net.i2p.router.web.helpers.ConfigSidebarHandler
Scans settings to detect move button actions and sets the _action field accordingly.
setMsgid(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
Set the message ID for clearing messages.
setMtu(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
Set the MTU filter.
setMulticastIPv4Address(String) - Method in class org.cybergarage.upnp.Device
 
setMulticastIPv4Address(String) - Method in class org.cybergarage.upnp.xml.DeviceData
Sets the IPv4 multicast address.
setMulticastIPv6Address(String) - Method in class org.cybergarage.upnp.Device
 
setMulticastIPv6Address(String) - Method in class org.cybergarage.upnp.xml.DeviceData
Sets the IPv6 multicast address.
setMultihome(boolean) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setMultihome(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setMYNAME(String) - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
setMYNAME.
setNacks(long[]) - Method in class net.i2p.client.streaming.impl.Packet
 
setName(String) - Method in interface net.i2p.client.streaming.I2PSocketManager
For logging / diagnostics only
setName(String) - Method in class net.i2p.client.streaming.impl.I2PSocketManagerFull
For logging / diagnostics only
setName(String) - Method in class net.i2p.i2ptunnel.I2PTunnelTask
 
setName(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
Short name of the tunnel
setName(String) - Method in class org.cybergarage.http.HTTPHeader
Sets the header name.
setName(String) - Method in class org.cybergarage.http.Parameter
Sets the parameter name.
setName(String) - Method in class org.cybergarage.upnp.Action
Sets name of this action.
setName(String) - Method in class org.cybergarage.upnp.Argument
Sets the name of this argument.
setName(String) - Method in class org.cybergarage.upnp.event.Property
setName.
setName(String) - Method in class org.cybergarage.upnp.StateVariable
Sets name of this state variable.
setName(String) - Method in class org.cybergarage.xml.Attribute
Sets the name of this attribute.
setName(String) - Method in class org.cybergarage.xml.Node
Sets the name of this node.
setName(String, String) - Method in class org.cybergarage.xml.Node
Sets the namespace and name of this node.
setNamedParams(Map<String, Object>) - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Notification
Sets the named (JSON object) request parameters.
setNamedParams(Map<String, Object>) - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Request
Sets the named (JSON object) request parameters.
setNameserverRecords(Collection<Record<? extends Data>>) - Method in class org.minidns.dnsmessage.DnsMessage.Builder
setNameserverRecords.
setNameSpace(String, String) - Method in class org.cybergarage.xml.Node
Sets a namespace attribute for this node.
setNanSteps(long) - Method in class org.rrd4j.core.ArcState
Set the NaN steps count.
setNetDBMaxConcurrentDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the NET_DBMAX_CONCURRENT tuning parameter.
setNetDBMaxConcurrentMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the NET_DBMAX_CONCURRENT tuning parameter.
setNetDBMaxConcurrentMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the NET_DBMAX_CONCURRENT tuning parameter.
setNetDBMaxConcurrentOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the NET_DBMAX_CONCURRENT tuning parameter.
setNetDBMaxConcurrentStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the NET_DBMAX_CONCURRENT tuning parameter.
setNetDbReady() - Method in class net.i2p.router.Router
Only for NetDB, after RIs are loaded.
setNetDBSearchLimitDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the NET_DBSEARCH_LIMIT tuning parameter.
setNetDBSearchLimitMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the NET_DBSEARCH_LIMIT tuning parameter.
setNetDBSearchLimitMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the NET_DBSEARCH_LIMIT tuning parameter.
setNetDBSearchLimitOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the NET_DBSEARCH_LIMIT tuning parameter.
setNetDBSearchLimitStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the NET_DBSEARCH_LIMIT tuning parameter.
setNetDBSingleSearchTimeDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the NET_DBSINGLE_SEARCH_TIME tuning parameter.
setNetDBSingleSearchTimeMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the NET_DBSINGLE_SEARCH_TIME tuning parameter.
setNetDBSingleSearchTimeMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the NET_DBSINGLE_SEARCH_TIME tuning parameter.
setNetDBSingleSearchTimeOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the NET_DBSINGLE_SEARCH_TIME tuning parameter.
setNetDBSingleSearchTimeStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the NET_DBSINGLE_SEARCH_TIME tuning parameter.
setNew(boolean) - Method in class i2p.susi.webmail.Mail
 
setNewClientKey(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setNewDest(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
Controls how ephemeral the I2P Destination of a client tunnel is.
setNewDest(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setNewlogclass(String) - Method in class net.i2p.router.web.helpers.ConfigLoggingHandler
Set a new class name for log level override.
setNewloglevel(String) - Method in class net.i2p.router.web.helpers.ConfigLoggingHandler
Set the log level for a new class override.
setNewMailListener(NewMailListener) - Method in class i2p.susi.webmail.pop3.POP3MailBox
Relay from the checker to the webmail session object, which relays to MailCache, which will fetch the mail from us in a big circle
setNews(String) - Method in class net.i2p.router.web.CSSHelper
Show / hide news on home page
setNewsThroughProxy(String) - Method in class net.i2p.router.web.ConfigUpdateHandler
Set whether to fetch news through proxy.
setNewsURL(String) - Method in class net.i2p.router.web.ConfigUpdateHandler
 
setNextPage(int) - Method in class net.metanotion.io.block.FreeListBlock
Set and write the next page only
setNextSendTime(long) - Method in class net.i2p.client.streaming.impl.Connection
If the next send time is currently >= 0 (i.e.
setNMPRMode(boolean) - Method in class org.cybergarage.upnp.ControlPoint
Set the NMPR mode flag.
setNMPRMode(boolean) - Method in class org.cybergarage.upnp.Device
setNMPRMode.
setNode(Node) - Method in class org.cybergarage.upnp.xml.NodeData
Set the XML node.
setNode(String) - Method in class org.cybergarage.xml.Node
Ensures a child node with the specified name exists.
setNode(String, String) - Method in class org.cybergarage.xml.Node
Ensures a child node with the specified name exists and sets its value.
setNofilter_blindedPassword(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
Set the blinded password for hidden encrypted LeaseSets.
setNofilter_blindedPassword(String) - Method in class net.i2p.router.web.helpers.ConfigKeyringHandler
Set the blinded lookup password from form.
setNofilter_clientName(String[]) - Method in class net.i2p.i2ptunnel.web.IndexBean
Set client names for access control (multiple entries in form).
setNofilter_config(String) - Method in class net.i2p.router.web.helpers.ConfigAdvancedHandler
Set the config text.
setNofilter_customOptions(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
what I2P session overrides should be used
setNofilter_description(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
One line host description
setNofilter_name(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
Short name of the tunnel
setNofilter_newClientName(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setNofilter_notes(String) - Method in class i2p.susi.dns.NamingServiceBean
Sets the notes for the destination.
setNofilter_oldConfig(String) - Method in class net.i2p.router.web.helpers.ConfigAdvancedHandler
Set the previous config text for diff comparison.
setNofilter_outproxyPassword(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setNofilter_proxyPassword(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setNoLegend(boolean) - Method in class org.rrd4j.graph.RrdGraphDef
Suppress generation of legend, only render the graph.
setNoMinorGrid(boolean) - Method in class org.rrd4j.graph.RrdGraphDef
Use this method to turn off minor grid lines (printed by default)
setNonce(long) - Method in class com.southernstorm.noise.protocol.ChaChaPolyCipherState
 
setNonce(long) - Method in interface com.southernstorm.noise.protocol.CipherState
Sets the nonce value.
setNonce(long) - Method in class net.i2p.data.i2cp.MessageStatusMessage
This is the client's ID for the message
setNonce(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
Set the current nonce.
setNonce(String) - Method in class net.i2p.router.web.FormHandler
Nonce value.
setNonce(String) - Method in class net.i2p.router.web.helpers.TuningHelper
setNonce.
setNotificationSent(boolean) - Method in class org.klomp.snark.Snark
Mark that a completion notification has been sent.
setNotifyCount(int) - Method in class org.cybergarage.upnp.event.Subscriber
setNotifyCount.
setNow(long, int) - Method in class net.i2p.router.RouterClock
Set the current time, used by the timestamper when synchronizing.
setNow(long, int) - Method in interface net.i2p.time.Timestamper.UpdateListener
Set the current time.
setNow(long) - Method in class net.i2p.util.Clock
Set the clock to the given real time, computing the offset.
setNow(long, int) - Method in class net.i2p.util.Clock
Warning - overridden in RouterClock
setNT(String) - Method in class org.cybergarage.upnp.event.NotifyRequest
setNT.
setNT(String) - Method in class org.cybergarage.upnp.event.SubscriptionRequest
setNT.
setNT(String) - Method in class org.cybergarage.upnp.ssdp.SSDPRequest
setNT.
setNtcpAutoIP(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
Set the NTCP auto IP mode.
setNtcpAutoPort(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
Set the NTCP auto port mode.
setNtcphost(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
Set the NTCP hostname.
setNtcpport(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
Set the NTCP port.
setNtcpQueueCapacityDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the NTCP_QUEUE_CAPACITY tuning parameter.
setNtcpQueueCapacityMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the NTCP_QUEUE_CAPACITY tuning parameter.
setNtcpQueueCapacityMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the NTCP_QUEUE_CAPACITY tuning parameter.
setNtcpQueueCapacityOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the NTCP_QUEUE_CAPACITY tuning parameter.
setNtcpQueueCapacityStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the NTCP_QUEUE_CAPACITY tuning parameter.
setNtcpThreadsDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the NTCP_THREADS tuning parameter.
setNtcpThreadsMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the NTCP_THREADS tuning parameter.
setNtcpThreadsMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the NTCP_THREADS tuning parameter.
setNtcpThreadsOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the NTCP_THREADS tuning parameter.
setNtcpThreadsStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the NTCP_THREADS tuning parameter.
setNTS(String) - Method in class org.cybergarage.upnp.event.NotifyRequest
setNTS.
setNTS(String) - Method in class org.cybergarage.upnp.ssdp.SSDPRequest
setNTS.
setObEstablishTimeDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the OB_ESTABLISH_TIME tuning parameter.
setObEstablishTimeMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the OB_ESTABLISH_TIME tuning parameter.
setObEstablishTimeMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the OB_ESTABLISH_TIME tuning parameter.
setObEstablishTimeOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the OB_ESTABLISH_TIME tuning parameter.
setObEstablishTimeStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the OB_ESTABLISH_TIME tuning parameter.
setObMsgsPerPumpDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the OB_MSGS_PER_PUMP tuning parameter.
setObMsgsPerPumpMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the OB_MSGS_PER_PUMP tuning parameter.
setObMsgsPerPumpMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the OB_MSGS_PER_PUMP tuning parameter.
setObMsgsPerPumpOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the OB_MSGS_PER_PUMP tuning parameter.
setObMsgsPerPumpStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the OB_MSGS_PER_PUMP tuning parameter.
setOffenseWindow(String) - Method in class net.i2p.router.web.helpers.ConfigBanHandler
Set the offense window.
setOfflineData(long, SigningPublicKey, Signature, SigningPrivateKey) - Method in class net.i2p.data.PrivateKeyFile
Side effect - zeroes out the current signing private key
setOfflineSignature(long, SigningPublicKey, Signature) - Method in class net.i2p.data.i2cp.SessionConfig
Set the offline signing data.
setOfflineSignature(long, SigningPublicKey, Signature) - Method in class net.i2p.data.LeaseSet2
Destination must be previously set.
setOffset(int) - Method in class net.i2p.data.ByteArray
Sets the offset into the byte array.
setOffset(long, boolean) - Method in class net.i2p.router.RouterClock
Specify how far away from the "correct" time the computer is - a positive value means that the system time is slow, while a negative value means the system time is fast.
setOffset(int) - Method in class net.i2p.router.tunnel.PendingGatewayMessage
Move the offset.
setOffset(long) - Method in class net.i2p.util.Clock
Specify how far away from the "correct" time the computer is - a positive value means that the system time is slow, while a negative value means the system time is fast.
setOffset(long, boolean) - Method in class net.i2p.util.Clock
Specify how far away from the "correct" time the computer is - a positive value means that the system time is slow, while a negative value means the system time is fast.
setOnFailedReplyJob(Job) - Method in class net.i2p.router.OutNetMessage
setOnFailedReplyJob.
setOnFailedSendJob(Job) - Method in class net.i2p.router.OutNetMessage
setOnFailedSendJob.
setOnlyGraph(boolean) - Method in class org.rrd4j.graph.RrdGraphDef
Suppresses anything but the graph, works only for height < 64.
setOnReplyJob(ReplyJob) - Method in class net.i2p.router.OutNetMessage
setOnReplyJob.
setOnSendJob(Job) - Method in class net.i2p.router.OutNetMessage
setOnSendJob.
setOOBInline(boolean) - Method in class net.i2p.client.streaming.impl.StandardSocket
 
setOpcode(DnsMessage.OPCODE) - Method in class org.minidns.dnsmessage.DnsMessage.Builder
setOpcode.
setOpenTrackers(List<String>) - Method in class org.klomp.snark.I2PSnarkUtil
 
setOpterr(boolean) - Method in class gnu.getopt.Getopt
Normally Getopt will print a message to the standard error when an invalid option is encountered.
setOptind(int) - Method in class gnu.getopt.Getopt
This method allows the optind index to be set manually.
setOption(SocketOption<T>, T) - Method in class net.i2p.sam.SSLServerSocketChannel
Set a socket option.
setOption(SocketOption<T>, T) - Method in class net.i2p.sam.SSLSocketChannel
Set a socket option.
setOptionalDelay(int) - Method in class net.i2p.client.streaming.impl.Packet
Caller must also call setFlag(FLAG_DELAY_REQUESTED)
setOptionalFrom() - Method in class net.i2p.client.streaming.impl.PacketLocal
This sets the from field in the packet to the Destination for the session provided in the constructor.
setOptionalMaxSize(int) - Method in class net.i2p.client.streaming.impl.Packet
This also sets flag FLAG_MAX_PACKET_SIZE_INCLUDED
setOptionalSignature(Signature) - Method in class net.i2p.client.streaming.impl.Packet
This also sets flag FLAG_SIGNATURE_INCLUDED
setOptions(I2PSocketOptions) - Method in interface net.i2p.client.streaming.I2PSocket
Configure the socket
setOptions(ConnectionOptions) - Method in class net.i2p.client.streaming.impl.Connection
Set the ConnectionOptions.
setOptions(I2PSocketOptions) - Method in class net.i2p.client.streaming.impl.I2PSocketFull
 
setOptions(Properties) - Method in class net.i2p.data.i2cp.SessionConfig
Configure the session with the given options; keys and values 255 bytes (not chars) max each Defaults in SessionConfig options are, in general, NOT honored.
setOptions(Properties) - Method in class net.i2p.data.LeaseSet2
Configure a set of options or statistics that the router can expose.
setOptions(Properties) - Method in class net.i2p.data.router.RouterInfo
Configure a set of options or statistics that the router can expose.
setOptions(I2PSocketOptions) - Method in class net.i2p.i2ptunnel.socks.SocketWrapper
Does nothing
setOptstring(String) - Method in class gnu.getopt.Getopt
In GNU getopt, it is possible to change the string containg valid options on the fly because it is passed as an argument to getopt() each time.
setOurAddress(byte[], int) - Method in class net.i2p.router.transport.udp.PeerState2
For initialization by IES2/OES2 only.
setOutArgumentValues(ArgumentList) - Method in class org.cybergarage.upnp.Action
Sets the values of output arguments.
setOutboundBurstBytes(int) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
Set outbound burst bytes
setOutboundBurstKBps(int) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
Set outbound burst KBps
setOutboundMsgExpiration(long) - Static method in class net.i2p.router.transport.udp.PeerState
Bridge to OutboundMessageState.setMessageExpiration for Tuner (different package).
setOutboundRandomKey(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setOutboundrate(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
Set the outbound rate.
setOutboundSettings(TunnelPoolSettings) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
setOutboundSettings(Hash, TunnelPoolSettings) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
setOutboundSettings(TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Set the outbound exploratory tunnel pool settings.
setOutboundSettings(Hash, TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Set settings for a client's outbound tunnel pool.
setOutboundSettings(TunnelPoolSettings) - Method in interface net.i2p.router.TunnelManagerFacade
settings).
setOutboundSettings(Hash, TunnelPoolSettings) - Method in interface net.i2p.router.TunnelManagerFacade
settings).
setOutproxyAuth(boolean) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
Sets whether authentication is required for any of the configured outproxies.
setOutproxyAuth(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setOutproxyPassword(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setOutproxyType(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setOutproxyType(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setOutproxyUsername(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setOutproxyUsername(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setOutputStream(OutputStream) - Method in class net.i2p.util.InternalSocket
Output stream
setOverlayImage(String) - Method in class org.rrd4j.graph.RrdGraphDef
Sets overlay image.
setOverlayImage(URL) - Method in class org.rrd4j.graph.RrdGraphDef
Sets overlay image.
setOverlayImage(RrdGraphDef.ImageSource) - Method in class org.rrd4j.graph.RrdGraphDef
Sets overlay image.
setOverride(int) - Method in class net.i2p.router.Tuner.BaseParam
Set a manual override value.
setOverride(String, int) - Method in class net.i2p.router.Tuner
Set an override value for a param.
setOverride(int) - Method in interface net.i2p.router.Tuner.TunableParam
Set an override.
setPacketHandlerMaxThreads(int) - Static method in class net.i2p.router.transport.udp.UDPTransport
Max packet handler threads.
setPadding(byte[]) - Method in class net.i2p.data.KeysAndCert
Padding bytes to set.
setPage(String) - Method in class net.i2p.router.web.ContentHelper
Caution, use absolute paths only, do not assume files are in CWD
setPage(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
Set the page number.
setPageSize(int) - Method in class i2p.susi.util.Folder
Set page size and recalculate page counts.
setPaint(Paint) - Method in class org.jfree.svg.SVGGraphics2D
Sets the paint used to draw or fill shapes (or text).
setPaintMode() - Method in class org.jfree.svg.SVGGraphics2D
Does nothing in this SVGGraphics2D implementation.
setPairedGW(TunnelId) - Method in class net.i2p.router.tunnel.pool.PooledTunnelCreatorConfig
The ID of the gateway of the paired tunnel used to send/receive the build request
setPairedPool(TunnelPool) - Method in class net.i2p.router.tunnel.pool.TunnelPool
Paired pool (inbound <-> outbound for same destination).
setParentNode(Node) - Method in class org.cybergarage.xml.Node
Sets the parent node of this node.
setParticipatingMaxLimit(int) - Static method in class net.i2p.router.tunnel.pool.ParticipatingThrottler
The participating maximum limit.
setParticipatingMinLimit(int) - Static method in class net.i2p.router.tunnel.pool.ParticipatingThrottler
The participating minimum limit.
setParticipatingPctLimit(int) - Static method in class net.i2p.router.tunnel.pool.ParticipatingThrottler
The participating percent limit.
setPassiveFlushDelay(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
setPassiveFlushDelay(int) - Method in class net.i2p.client.streaming.impl.MessageOutputStream
Dynamically adjust the passive flush delay.
setPassiveFlushDelayDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the PASSIVE_FLUSH_DELAY tuning parameter.
setPassiveFlushDelayMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the PASSIVE_FLUSH_DELAY tuning parameter.
setPassiveFlushDelayMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the PASSIVE_FLUSH_DELAY tuning parameter.
setPassiveFlushDelayOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the PASSIVE_FLUSH_DELAY tuning parameter.
setPassiveFlushDelayStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the PASSIVE_FLUSH_DELAY tuning parameter.
setPasswd(String) - Method in class net.i2p.i2pcontrol.security.SecurityManager
Set new password.
setPatchSize(float) - Method in class com.docuverse.identicon.NineBlockIdenticonRenderer2
Set the size for each patch and rebuild the patch shapes.
setPath(String) - Method in class org.rrd4j.core.RrdDb.Builder
Set the path to an existing RRD.
setPath(URI) - Method in class org.rrd4j.core.RrdDb.Builder
Set the URI to an existing RRD.
setPath(String) - Method in class org.rrd4j.core.RrdDef
Sets path to RRD.
setPath(URI) - Method in class org.rrd4j.core.RrdDef
Sets URI to RRD.
setPayload(ByteArray) - Method in class net.i2p.client.streaming.impl.Packet
 
setPayload(byte[]) - Method in class net.i2p.data.Certificate
Certificate payload to set.
setPayload(MessageId, Payload) - Method in class net.i2p.router.client.ClientConnectionRunner
Only call if _dontSendMSMOnReceive is false
setPeakThroughputKBps(float) - Method in class net.i2p.router.peermanager.PeerProfile
Only for restoration from persisted profile.
setPeakTunnel1mThroughputKBps(float) - Method in class net.i2p.router.peermanager.PeerProfile
Only for restoration from persisted profile.
setPeakTunnelThroughputKBps(float) - Method in class net.i2p.router.peermanager.PeerProfile
Only for restoration from persisted profile.
setPeer(int, Hash) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
setPeer.
setPeer(String) - Method in class net.i2p.router.web.helpers.ConfigKeyringHandler
Set the peer destination from form.
setPeer(String) - Method in class net.i2p.router.web.helpers.ConfigPeerHandler
Set the peer hash.
setPeer(String) - Method in class net.i2p.router.web.helpers.StatHelper
Caller should strip HTML (XSS)
setPeerOutboundQueueDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the PEER_OUTBOUND_QUEUE tuning parameter.
setPeerOutboundQueueMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the PEER_OUTBOUND_QUEUE tuning parameter.
setPeerOutboundQueueMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the PEER_OUTBOUND_QUEUE tuning parameter.
setPeerOutboundQueueOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the PEER_OUTBOUND_QUEUE tuning parameter.
setPeerOutboundQueueStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the PEER_OUTBOUND_QUEUE tuning parameter.
setPeers(Set<Hash>) - Method in class net.i2p.data.router.RouterInfo
Specify a set of SHA-256 hashes of RouterIdentities from routers this router can be reached through.
setPeerTestTimeAverage(float) - Method in class net.i2p.router.peermanager.PeerProfile
 
setPerformancePreferences(int, int, int) - Method in class net.i2p.client.streaming.impl.StandardServerSocket
Does nothing.
setPerformancePreferences(int, int, int) - Method in class net.i2p.client.streaming.impl.StandardSocket
Does nothing.
setPeriodCount(String) - Method in class net.i2p.router.web.helpers.GraphHelper
setPeriodCount.
setPerms() - Method in class net.i2p.util.SecureDirectory
Tries to set the permissions to 700, ignores errors
setPerms() - Method in class net.i2p.util.SecureFile
Tries to set the permissions to 600, ignores errors
setPerms(File) - Static method in class net.i2p.util.SecureFileOutputStream
Tries to set the permissions to 600, ignores errors
setPersistent(String) - Method in class net.i2p.router.web.helpers.GraphHelper
 
setPerTunnelBweDivisorDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the PER_TUNNEL_BWE_DIVISOR tuning parameter.
setPerTunnelBweDivisorMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the PER_TUNNEL_BWE_DIVISOR tuning parameter.
setPerTunnelBweDivisorMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the PER_TUNNEL_BWE_DIVISOR tuning parameter.
setPerTunnelBweDivisorOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the PER_TUNNEL_BWE_DIVISOR tuning parameter.
setPerTunnelBweDivisorStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the PER_TUNNEL_BWE_DIVISOR tuning parameter.
setPexLastSent(long) - Method in class org.klomp.snark.Peer
Sets the timestamp when PEX peers were last sent to this peer.
setPixelCount(int) - Method in class org.rrd4j.data.DataProcessor
Sets the number of pixels (target graph width).
setPool(SimpleTimer2) - Method in class net.i2p.util.SimpleTimer2.TimedEvent
Set the timer pool.
setPool(RrdDbPool) - Method in interface org.rrd4j.core.DataHolder
Defines the RrdDbPool to use.
setPool(RrdDbPool) - Method in class org.rrd4j.core.RrdDb.Builder
Set the pool that will be used and set usePool to true.
setPool(RrdDbPool) - Method in class org.rrd4j.data.DataProcessor
Defines the RrdDbPool to use.
setPool(RrdDbPool) - Method in class org.rrd4j.graph.RrdGraphDef
 
setPoolBackoffMs(long) - Static method in class net.i2p.router.tunnel.pool.BuildExecutor
Set the pool backoff time in milliseconds.
setPoolFailureThreshold(int) - Static method in class net.i2p.router.tunnel.pool.BuildExecutor
Set the pool failure threshold.
setPoolInternal(RrdDbPool) - Method in class org.rrd4j.core.RrdDb.Builder
Internal method used to memorize the pool, without generating a loop
setPoolUsed(boolean) - Method in interface org.rrd4j.core.DataHolder
Sets the RrdDbPool usage policy.
setPoolUsed(boolean) - Method in class org.rrd4j.data.DataProcessor
Sets the RrdDbPool usage policy.
setPoolUsed(boolean) - Method in class org.rrd4j.graph.RrdGraphDef
Sets RrdDbPool usage policy (defaults to true).
setPort(int) - Method in interface net.i2p.client.streaming.I2PSocketOptions
The remote port.
setPort(int) - Method in class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
The remote port.
setPort(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
what port should this client/httpclient/ircclient listen on
setPort(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
what port should this client/httpclient/ircclient listen on
setPort(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
Set the port filter (single port or range).
setPositionalParams(List<Object>) - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Notification
Sets the positional (JSON array) request parameters.
setPositionalParams(List<Object>) - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Request
Sets the positional (JSON array) request parameters.
setPostBanTime(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setPostBanTime(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setPostCheckTime(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setPostCheckTime(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setPostData(String, String) - Method in class net.i2p.util.EepGet
Set post data (string body).
setPostData(String, File) - Method in class net.i2p.util.EepGet
Set post data (file body).
setPostData(String, byte[]) - Method in class net.i2p.util.EepGet
Set post data (binary body).
setPostMax(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
POST limits
setPostMax(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
POST limits
setPostRTOWindowMTUs(int) - Static method in class net.i2p.router.transport.udp.PeerState
Send-window restart size after an RTO-timeout collapse (called by Tuner).
setPostTotalBanTime(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setPostTotalBanTime(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setPostTotalMax(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setPostTotalMax(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setPreallocateFiles(boolean) - Method in class org.klomp.snark.I2PSnarkUtil
 
setPreferProxiedForAddress(boolean) - Method in class net.i2p.jetty.I2PRequestLog
setPreferProxiedForAddress.
setPreferredSize(Dimension) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
No-op stub.
setPrefix(String) - Static method in class i2p.susi.util.Config
Set the configuration key prefix.
setPreparedKey(Object) - Method in class net.i2p.data.SessionKey
Set the internal prepared AES key representation.
setPresentationListener(PresentationListener) - Method in class org.cybergarage.upnp.Device
setPresentationListener.
setPresentationURL(String) - Method in class org.cybergarage.upnp.Device
setPresentationURL.
setPriority(int) - Method in class net.i2p.router.transport.udp.UDPPacket
Priority level.
setPriority(int) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
Outbound message priority - for outbound tunnels only
setPriority(int) - Method in class org.klomp.snark.Piece
Sets the priority level for this piece.
setPriority(int, int) - Method in class org.klomp.snark.Storage
Must call Snark.updatePiecePriorities() (which calls getPiecePriorities()) after calling this.
setPrivateKey(PrivateKey) - Method in class net.i2p.data.i2cp.CreateLeaseSetMessage
ElGamal encryption key.
setPrivKeyFile(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
What filename is this server tunnel's private keys stored in
setPrivKeyFile(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
What filename is this server tunnel's private keys stored in
setProfile(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
{_profile
setProfile(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setProfile(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setProperties(Properties) - Method in class i2p.susi.dns.AddressBean
Sets the properties for this address entry.
setProperties(Properties) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
Update from properties — only applies explicitly set values.
setProperties(Properties) - Method in class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
Sets max buffer size, connect timeout, read timeout, and write timeout from properties.
setProperty(String, String) - Method in class net.i2p.data.EmptyProperties
 
setProperty(String, String) - Method in class net.i2p.router.Tuner.AutotuneConfig
Set a property.
setProperty(String, String) - Method in class net.i2p.util.I2PProperties
Sets a property and notifies registered callbacks.
setProtocolsAndCiphers(SSLSocket) - Static method in class net.i2p.util.I2PSSLSocketFactory
Select protocols and cipher suites to be used based on configured inclusion and exclusion lists as well as enabled and supported protocols and cipher suites.
setProtocolsAndCiphers(SSLServerSocket) - Static method in class net.i2p.util.I2PSSLSocketFactory
Select protocols and cipher suites to be used based on configured inclusion and exclusion lists as well as enabled and supported protocols and cipher suites.
setProxyAuth(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
Sets whether authentication should be used for client proxy tunnels.
setProxyAuth(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
all proxy auth @since 0.8.2
setProxyHost(String) - Method in class net.i2p.router.web.ConfigUpdateHandler
 
setProxyList(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
what HTTP outproxies should be used (httpclient specific)
setProxyList(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
what HTTP outproxies should be used (httpclient specific)
setProxyPassword(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setProxyPort(String) - Method in class net.i2p.router.web.ConfigUpdateHandler
 
setProxyUsername(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setProxyUsername(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setPublicKey(byte[], int) - Method in class com.southernstorm.noise.protocol.Curve25519DHState
 
setPublicKey(byte[], int) - Method in interface com.southernstorm.noise.protocol.DHState
Sets the public key for this object.
setPublicKey(byte[], int) - Method in class com.southernstorm.noise.protocol.MLKEMDHState
 
setPublicKey(PublicKey) - Method in class net.i2p.data.KeysAndCert
Public key to set.
setPublished(long) - Method in class net.i2p.data.LeaseSet2
Set published timestamp.
setPublished(long) - Method in class net.i2p.data.router.RouterInfo
Date on which it was published, in milliseconds since Midnight GMT on Jan 01, 1970
setPumperMaxThreads(int) - Static method in class net.i2p.router.tunnel.TunnelDispatcher
 
setPumperQueueCapacity(int) - Static method in class net.i2p.router.tunnel.TunnelDispatcher
 
setPurpose(int) - Method in class net.i2p.router.peermanager.PeerSelectionCriteria
Set the purpose for which the peers will be used
setQrFlag(boolean) - Method in class org.minidns.dnsmessage.DnsMessage.Builder
Set the QR flag.
setQuantity(int) - Method in class net.i2p.router.TunnelPoolSettings
setQuantity.
setQuery(String) - Method in class net.i2p.router.web.helpers.SearchHelper
setQuery.
setQueryListener(QueryListener) - Method in class org.cybergarage.upnp.Device
setQueryListener.
setQueryListener(QueryListener, boolean) - Method in class org.cybergarage.upnp.Device
setQueryListener.
setQueryListener(QueryListener) - Method in class org.cybergarage.upnp.Service
setQueryListener.
setQueryListener(QueryListener) - Method in class org.cybergarage.upnp.StateVariable
setQueryListener.
setQueryListener(QueryListener) - Method in class org.cybergarage.upnp.xml.StateVariableData
setQueryListener.
setQueryResponse(QueryResponse) - Method in class org.cybergarage.upnp.xml.StateVariableData
setQueryResponse.
setQuestion(Question) - Method in class org.minidns.dnsmessage.DnsMessage.Builder
Set the question part of this message.
setQuestions(List<Question>) - Method in class org.minidns.dnsmessage.DnsMessage.Builder
Set the question part of this message.
setQueueCapacity(int) - Static method in class net.i2p.router.transport.ntcp.NTCPSendFinisher
Sets the send finisher queue capacity for new instances.
setQueueCapacity(int) - Static method in class net.i2p.router.tunnel.TunnelGatewayPumper
Set the pumper queue capacity.
setQueueSize(int) - Static method in class net.i2p.router.client.ClientWriterRunner
Set the queue size.
setRange(int, int) - Method in class com.google.zxing.common.BitArray
Sets a range of bits.
setRate(long, long[]) - Static method in class org.klomp.snark.PeerCoordinator
Push a value onto a RATE_DEPTH deep stack.
setRateHistory() - Method in class org.klomp.snark.Peer
Push the total uploaded/downloaded onto a RATE_DEPTH deep stack.
setRateHistory(long, long) - Method in class org.klomp.snark.PeerCoordinator
Push the total uploaded/downloaded onto a RATE_DEPTH deep stack.
setRatesOnly(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
Set rates-only mode (skip IP/transport changes).
setRateStat(RateStat) - Method in class net.i2p.stat.Rate
Set the rate stat this rate belongs to.
setRatingsEnabled(boolean) - Method in class org.klomp.snark.I2PSnarkUtil
 
setRdnsCorePoolSize(int) - Static method in class net.i2p.router.transport.CommSystemFacadeImpl
Set the rDNS executor core pool size, bounded 2-8.
setRdnsMaxPoolSize(int) - Static method in class net.i2p.router.transport.CommSystemFacadeImpl
Set the rDNS executor max pool size, bounded 2-8.
setReachabilityStatus(CommSystemFacade.Status, boolean) - Method in class net.i2p.router.transport.udp.UDPTransport
 
setReachableBy(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
what interface should this client/httpclient/ircclient listen on
setReachableBy(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
what interface should this client/httpclient/ircclient listen on
setReadOnly(boolean) - Method in class org.rrd4j.core.RrdDb.Builder
Set whether the RRD is read-only.
setReadTimeout(long) - Method in interface net.i2p.client.streaming.I2PSocket
Define how long we will wait blocked on a read() operation (-1 will make the socket wait forever).
setReadTimeout(long) - Method in interface net.i2p.client.streaming.I2PSocketOptions
What is the longest we'll block on the input stream while waiting for more data.
setReadTimeout(long) - Method in class net.i2p.client.streaming.impl.I2PSocketFull
 
setReadTimeout(long) - Method in class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
What is the longest we'll block on the input stream while waiting for more data.
setReadTimeout(int) - Method in class net.i2p.client.streaming.impl.MessageInputStream
Sets the read timeout in milliseconds.
setReadTimeout(long) - Method in class net.i2p.i2ptunnel.I2PTunnelClient
Set the read idle timeout for newly-created connections (in milliseconds).
setReadTimeout(long) - Method in class net.i2p.i2ptunnel.I2PTunnelServer
Set the read idle timeout for newly-created connections (in milliseconds).
setReadTimeout(long) - Method in class net.i2p.i2ptunnel.socks.SocketWrapper
setReadTimeout.
setReadTimeout(long) - Method in class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPServerBase
Sets the read idle timeout for newly-created connections (in milliseconds).
setReadTimeout(int) - Method in class net.i2p.util.TimeoutPipedInputStream
Must be called before blocking read call.
setReason(String) - Method in class net.i2p.data.i2cp.AbuseReason
Set abuse reason.
setReason(String) - Method in class net.i2p.data.i2cp.DisconnectMessage
setReason.
setReason(AbuseReason) - Method in class net.i2p.data.i2cp.ReportAbuseMessage
setReason.
setReasonPhrase(String) - Method in class org.cybergarage.http.HTTPStatus
Sets the reason phrase.
setReceiveAliceTime(long) - Method in class net.i2p.router.transport.udp.PeerTestState
Set the time we last received from Alice.
setReceiveBobTime(long) - Method in class net.i2p.router.transport.udp.PeerTestState
Set the time we last received from Bob.
setReceiveBufferSize(int) - Method in class net.i2p.client.streaming.impl.StandardServerSocket
Does nothing.
setReceiveBufferSize(int) - Method in class net.i2p.client.streaming.impl.StandardSocket
Does nothing.
setReceiveCharlieTime(long) - Method in class net.i2p.router.transport.udp.PeerTestState
Set the time we last received from Charlie.
setReceivedAsPublished() - Method in class net.i2p.data.DatabaseEntry
Marks this entry as received via published mode.
setReceivedAsReply() - Method in class net.i2p.data.DatabaseEntry
Marks this entry as received via reply.
setReceivedAsReply() - Method in class net.i2p.data.i2np.DatabaseStoreMessage
set to true
setReceivedBy(Hash) - Method in class net.i2p.data.DatabaseEntry
Sets the local client that received this entry.
setReceivedBy(Hash) - Method in class net.i2p.data.LeaseSet
As of 0.9.65, no longer sets receivedAsReply to true
setReceiveFrom(Hash) - Method in class net.i2p.router.tunnel.HopConfig
Do not set for gateway
setReceiveLimit(int, long, boolean) - Method in class net.i2p.sam.SAMStreamSession
Set a receive limit for a stream.
setReceiveLimit(int, long, boolean) - Method in class net.i2p.sam.SAMv2StreamSession
Set a receive limit on a stream.
setReceiveStreamId(long) - Method in class net.i2p.client.streaming.impl.Connection
 
setReceiveStreamId(long) - Method in class net.i2p.client.streaming.impl.Packet
 
setReceiveTimestamp(long) - Method in class org.minidns.dnsmessage.DnsMessage.Builder
setReceiveTimestamp.
setReceiveTunnelId(TunnelId) - Method in class net.i2p.router.tunnel.HopConfig
Set the receive tunnel ID
setReceiveTunnelId(long) - Method in class net.i2p.router.tunnel.HopConfig
Set the receive tunnel ID.
setRecheckReachability(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
Set that the user wants to recheck reachability.
setRecipient(RouterInfo) - Method in class net.i2p.router.message.GarlicConfig
Router to receive and process this clove - the router that will open the delivery instructions and decide what to do process it locally as an I2NPMessage, forward it as an I2NPMessage to a router, forward it as an I2NPMessage to a Destination, or forward it as an I2NPMessage to a tunnel.
setRecipientPublicKey(PublicKey) - Method in class net.i2p.router.message.GarlicConfig
Public key of the router to receive and process this clove.
setRecord(int, EncryptedBuildRecord) - Method in class net.i2p.data.i2np.OutboundTunnelBuildReplyMessage
 
setRecord(int, EncryptedBuildRecord) - Method in class net.i2p.data.i2np.ShortTunnelBuildMessage
 
setRecord(int, EncryptedBuildRecord) - Method in class net.i2p.data.i2np.ShortTunnelBuildReplyMessage
 
setRecord(int, EncryptedBuildRecord) - Method in class net.i2p.data.i2np.TunnelBuildMessageBase
 
setRecursionAvailable(boolean) - Method in class org.minidns.dnsmessage.DnsMessage.Builder
Set the recursion available flog from this DNS message.
setRecursionDesired(boolean) - Method in class org.minidns.dnsmessage.DnsMessage.Builder
Set the recursion desired flag on this message.
setReduce(boolean) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setReduce(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setReduceCount(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setReduceCount(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setReduced() - Method in class net.i2p.client.impl.I2PSessionImpl
Mark the session as reduced
setReduced() - Method in class net.i2p.client.impl.SubSession
 
setReduceTime(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setReduceTime(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setRefresh(String) - Method in class net.i2p.router.web.CSSHelper
change refresh and save it
setRefreshDelay(String) - Method in class net.i2p.router.web.helpers.GraphHelper
setRefreshDelay.
setRefreshFrequency(String) - Method in class net.i2p.router.web.ConfigUpdateHandler
 
setRegion(int, int, int, int) - Method in class com.google.zxing.common.BitMatrix
Sets a square region of the bit matrix to true.
setRejectInproxy(boolean) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setRejectInproxy(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setRejectReferer(boolean) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setRejectReferer(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setRejectSteepness(int) - Static method in class net.i2p.router.tunnel.pool.ParticipatingThrottler
The rejection steepness.
setRejectThreshold(int) - Static method in class net.i2p.router.tunnel.pool.ParticipatingThrottler
The rejection threshold.
setRejectUserAgents(boolean) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setRejectUserAgents(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setRelatedStateVariableName(String) - Method in class org.cybergarage.upnp.Argument
Sets the name of the related state variable for this argument.
setReliability(SendMessageOptions.Reliability) - Method in class net.i2p.client.SendMessageOptions
Set message delivery reliability.
setRemotePeer(Destination) - Method in class net.i2p.client.streaming.impl.Connection
 
setRemotePeer(RouterIdentity) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Valid for outbound; valid for inbound after handshake
setRemotePort(int) - Method in class net.i2p.client.streaming.impl.Packet
Must be called to change the port, not set by readPacket() as the port is out-of-band in the I2CP header.
setRemoteTransientSPK(SigningPublicKey) - Method in class net.i2p.client.streaming.impl.Connection
 
setRemoveConfirm(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
If called with any value (and the form submitted with action=Remove), we really do want to stop and remove the tunnel.
setRenderingHint(RenderingHints.Key, Object) - Method in class org.jfree.svg.SVGGraphics2D
Sets the value for a hint.
setRenderingHints(Map<?, ?>) - Method in class org.jfree.svg.SVGGraphics2D
Sets the rendering hints to the specified collection.
setRenewRequest(Service, String, long) - Method in class org.cybergarage.upnp.event.SubscriptionRequest
setRenewRequest.
setRenewSubscriber(RenewSubscriber) - Method in class org.cybergarage.upnp.ControlPoint
 
setReplenishFrequency(long) - Static method in class net.i2p.router.transport.FIFOBandwidthRefiller
Set the replenish frequency, bounded 5-200ms
setReplenishFrequencyDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the REPLENISH_FREQUENCY tuning parameter.
setReplenishFrequencyMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the REPLENISH_FREQUENCY tuning parameter.
setReplenishFrequencyMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the REPLENISH_FREQUENCY tuning parameter.
setReplenishFrequencyOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the REPLENISH_FREQUENCY tuning parameter.
setReplenishFrequencyStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the REPLENISH_FREQUENCY tuning parameter.
setReplyGateway(Hash) - Method in class net.i2p.data.i2np.DatabaseStoreMessage
Set the reply gateway.
setReplyMessageId(long) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
setReplyMessageId.
setReplyOrder(List<Integer>) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
setReplyOrder.
setReplySelector(MessageSelector) - Method in class net.i2p.router.OutNetMessage
setReplySelector.
setReplySession(SessionKey, SessionTag) - Method in class net.i2p.data.i2np.DatabaseLookupMessage
Only worthwhile if sending reply via tunnel
setReplySession(SessionKey, RatchetSessionTag) - Method in class net.i2p.data.i2np.DatabaseLookupMessage
Ratchet
setReplySession(PublicKey) - Method in class net.i2p.data.i2np.DatabaseLookupMessage
Ratchet.
setReplyToken(long) - Method in class net.i2p.data.i2np.DatabaseStoreMessage
Update the reply token.
setReplyTunnel(TunnelId) - Method in class net.i2p.data.i2np.DatabaseLookupMessage
 
setReplyTunnel(TunnelId) - Method in class net.i2p.data.i2np.DatabaseStoreMessage
Set the reply tunnel.
setReqArgs(ArgumentList) - Method in class org.cybergarage.upnp.ArgumentList
Set all the Argument which are Input Argoument to the given value in the argument list
setRequest(HttpServletRequest) - Method in class net.i2p.router.web.helpers.SidebarHelper
Servlet request.
setRequest(Action, ArgumentList) - Method in class org.cybergarage.upnp.control.ActionRequest
Sets the request with the specified action and argument list.
setRequest(StateVariable) - Method in class org.cybergarage.upnp.control.QueryRequest
Sets up the query request for the specified state variable.
setRequest(Subscriber, String, String) - Method in class org.cybergarage.upnp.event.NotifyRequest
setRequest.
setRequestBurst1sThreshold(int) - Static method in class net.i2p.router.tunnel.pool.RequestThrottler
Set the burst threshold for 1-second sliding window.
setRequested(Peer, boolean) - Method in class org.klomp.snark.Piece
Marks a peer as requesting or no longer requesting this piece.
setRequestHost(String) - Method in class org.cybergarage.http.HTTPRequest
Sets the host for this request.
setRequestHost(Service) - Method in class org.cybergarage.upnp.control.ControlRequest
Sets the request host and port for the specified service.
setRequestLoadWeight(int) - Static method in class net.i2p.router.tunnel.pool.RequestThrottler
Set the load weight percentage.
setRequestMaxLimit(int) - Static method in class net.i2p.router.tunnel.pool.RequestThrottler
Set the maximum request limit per peer.
setRequestMinLimit(int) - Static method in class net.i2p.router.tunnel.pool.RequestThrottler
Set the minimum request limit per peer.
setRequestPctLimit(int) - Static method in class net.i2p.router.tunnel.pool.RequestThrottler
Set the request limit as percentage of participating tunnel count.
setRequestPort(int) - Method in class org.cybergarage.http.HTTPRequest
Sets the port for this request.
setRequestRejectSteepness(int) - Static method in class net.i2p.router.tunnel.pool.RequestThrottler
Set the rejection steepness (100=linear, 500=max curve).
setRequestRejectThreshold(int) - Static method in class net.i2p.router.tunnel.pool.RequestThrottler
Set the rejection threshold percentage.
setRequestURI(String) - Method in class net.i2p.router.web.helpers.JobQueueHelper
Set the request URI.
setRequestURI(String) - Method in class net.i2p.router.web.helpers.SidebarHelper
Request URI, HTML-stripped before storing.
setRequestWrapper(RequestWrapper) - Method in class net.i2p.router.web.FormHandler
Only set by formhandler.jsi for multipart/form-data
setRequeueTime(long) - Static method in class net.i2p.router.tunnel.TunnelDispatcher
 
setRequeueTime(long) - Static method in class net.i2p.router.tunnel.TunnelGatewayPumper
 
setRequeueTimeDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the REQUEUE_TIME tuning parameter.
setRequeueTimeMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the REQUEUE_TIME tuning parameter.
setRequeueTimeMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the REQUEUE_TIME tuning parameter.
setRequeueTimeOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the REQUEUE_TIME tuning parameter.
setRequeueTimeStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the REQUEUE_TIME tuning parameter.
setRequireFullySigned(boolean) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
setRequireIntroductions(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
Set that the user wants to require introducers.
setResArgs(ArgumentList) - Method in class org.cybergarage.upnp.ArgumentList
Set all the Argument which are Output Argoument to the given value in the argument list
setReseedNonce(String) - Method in class net.i2p.router.web.helpers.ReseedHandler
storeSession MUST be called first
setResendDelay(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
setResendDelay.
setResendDelay(int) - Method in class net.i2p.client.streaming.impl.Packet
Unused.
setResetDeletionMarks(String) - Method in class i2p.susi.dns.AddressbookBean
Resets the deletion marks.
setResizable(boolean) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
No-op stub.
setResourceBase(File) - Method in class org.klomp.snark.web.BasicServlet
Files are served from here.
setResponse(Action) - Method in class org.cybergarage.upnp.control.ActionResponse
Sets the response for the specified action.
setResponse(StateVariable) - Method in class org.cybergarage.upnp.control.QueryResponse
Sets the response using the specified state variable.
setResponse(int) - Method in class org.cybergarage.upnp.event.SubscriptionResponse
setResponse.
setResponseCode(DnsMessage.RESPONSE_CODE) - Method in class org.minidns.dnsmessage.DnsMessage.Builder
setResponseCode.
setRestartPending() - Method in class net.i2p.client.streaming.impl.ConnectionHandler
The router told us it's going to restart.
setResult(Object) - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Response
Indicates a successful JSON-RPC 2.0 request and sets the result.
setRetainDays(int) - Method in class net.i2p.jetty.I2PRequestLog
setRetainDays.
setReuseAddress(boolean) - Method in class net.i2p.client.streaming.impl.StandardServerSocket
Does nothing.
setReuseAddress(boolean) - Method in class net.i2p.client.streaming.impl.StandardSocket
Does nothing.
setReused() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
Note that we reused this tunnel
setReused() - Method in interface net.i2p.router.TunnelInfo
Note that we reused this tunnel
setRevokeClient(String[]) - Method in class net.i2p.i2ptunnel.web.IndexBean
Revoke access for specified clients (multiple entries in form, values are integers).
setRevokeClient(String[]) - Method in class net.i2p.router.web.helpers.ConfigKeyringHandler
Set the list of destinations to revoke from keyring.
setRigid(boolean) - Method in class org.rrd4j.graph.RrdGraphDef
Sets rigid boundaries mode.
setRootNode(Node) - Method in class org.cybergarage.upnp.Device
setRootNode.
setRouter(Hash) - Method in class net.i2p.data.i2np.DeliveryInstructions
required for ROUTER or TUNNEL
setRouter(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
Set the router hash prefix for lookup.
setRouterInfo(RouterInfo) - Method in class net.i2p.router.Router
Caller must ensure info is valid - no validation done here.
setRow(int, BitArray) - Method in class com.google.zxing.common.BitMatrix
Sets a row of the matrix from a BitArray.
setRows(int) - Method in class org.rrd4j.core.ArcDef
Set the number of rows.
setRrdDef(RrdDef) - Method in class org.rrd4j.core.RrdDb.Builder
Set the RRD definition for creating a new RRD.
setRrdToolImporter(String) - Method in class org.rrd4j.core.RrdDb.Builder
Set when the builder will be used to import a RRDTool file.
setRTOMultiplier(int) - Static method in class net.i2p.client.streaming.impl.ConnectionOptions
 
setS2cSFWTestResults(int) - Method in class edu.internet2.ndt.Tcpbw100
Set server->Client fire-wall test results.
setSave(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
Set that the user wants to save.
setSavedCommentsEnabled(Snark, boolean) - Method in class org.klomp.snark.SnarkManager
Set setting for comments enabled in the config file.
setSCPDNode(Node) - Method in class org.cybergarage.upnp.xml.ServiceData
setSCPDNode.
setSCPDURL(String) - Method in class org.cybergarage.upnp.Service
Sets the SCPD URL for this service.
setSearch(String) - Method in class i2p.susi.dns.AddressbookBean
Sets the search string.
setSearchKey(Hash) - Method in class net.i2p.data.i2np.DatabaseLookupMessage
 
setSearchKey(Hash) - Method in class net.i2p.data.i2np.DatabaseSearchReplyMessage
 
setSearchMx(int) - Method in class org.cybergarage.upnp.ControlPoint
 
setSearchType(DatabaseLookupMessage.Type) - Method in class net.i2p.data.i2np.DatabaseLookupMessage
Defines the type of data being searched for.
setSecret(String) - Method in class net.i2p.data.EncryptedLeaseSet
Must be set before sign or verify.
setSecretRequired() - Method in class net.i2p.data.BlindData
Marks that a secret is required for this blinded key.
setSeed(byte[]) - Method in class net.i2p.util.FortunaRandomSource
Seed the Fortuna PRNG.
setSeed(boolean) - Method in class org.klomp.snark.dht.Peer
Sets whether this peer is a seed.
setSelected(boolean) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JCheckBox
Selection state.
setSelectedIndex(int) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JComboBox
Selected index.
setSelectionEnd(int) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JTextPane
The selection end (no-op).
setSelectionStart(int) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JTextPane
The selection start (no-op).
setSelectorLoopDelay(long) - Static method in class net.i2p.router.transport.ntcp.EventPumper
Set the selector loop delay, bounded 1-SELECTOR_MAX_DELAY ms.
setSelectorLoopDelay(long) - Static method in class net.i2p.router.transport.ntcp.NTCPTransport
Set the selector loop delay, bounded 1-100ms
setSelectorLoopDelayDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the SELECTOR_LOOP_DELAY tuning parameter.
setSelectorLoopDelayMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the SELECTOR_LOOP_DELAY tuning parameter.
setSelectorLoopDelayMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the SELECTOR_LOOP_DELAY tuning parameter.
setSelectorLoopDelayOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the SELECTOR_LOOP_DELAY tuning parameter.
setSelectorLoopDelayStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the SELECTOR_LOOP_DELAY tuning parameter.
setSendAckDelay(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
{_ackDelay
setSendAliceTime(long) - Method in class net.i2p.router.transport.udp.PeerTestState
Set when we last sent to Alice (SSU2 Bob only).
setSendBufferSize(int) - Method in class net.i2p.client.streaming.impl.StandardSocket
Does nothing.
setSendCharlieTime(long) - Method in class net.i2p.router.transport.udp.PeerTestState
Set when we last sent to Charlie (SSU2 Alice only).
setSendEvents(boolean) - Method in class org.cybergarage.upnp.StateVariable
setSendEvents.
setSendFinisherMaxThreads(int) - Static method in class net.i2p.router.transport.ntcp.NTCPTransport
Set the send finisher max threads
setSendFinisherQueueCapacity(int) - Static method in class net.i2p.router.transport.ntcp.NTCPTransport
Set the send finisher queue capacity
setSendLeaseSet(boolean) - Method in class net.i2p.client.SendMessageOptions
default true
setSendPoolCapacity(int) - Static method in class net.i2p.router.transport.TransportImpl
Set the NTCP send pool capacity (called by Tuner).
setSendStreamId(long) - Method in class net.i2p.client.streaming.impl.Connection
 
setSendStreamId(long) - Method in class net.i2p.client.streaming.impl.Packet
 
setSendTo(Hash) - Method in class net.i2p.router.tunnel.HopConfig
Do not set for endpoint
setSendTunnelId(TunnelId) - Method in class net.i2p.router.tunnel.HopConfig
Set the send tunnel ID.
setSendTunnelId(long) - Method in class net.i2p.router.tunnel.HopConfig
Set the send tunnel ID.
setSentMessagesCleanTime(long) - Static method in class net.i2p.router.transport.udp.PeerState
Bridge to PeerState2.setSentMessagesCleanTime for Tuner (different package).
setSentMessagesCleanTime(long) - Static method in class net.i2p.router.transport.udp.PeerState2
Set sent-messages cleanup interval.
setSentRelayTag(long) - Method in class net.i2p.router.transport.udp.InboundEstablishState
Set the relay tag to include in the SessionCreated message.
setSEQ(long) - Method in class org.cybergarage.upnp.event.NotifyRequest
setSEQ.
setSeqNum(long) - Method in class net.i2p.router.OutNetMessage
For CDPQ
setSeqNum(long) - Method in class net.i2p.router.transport.udp.OutboundMessageState
For CDPQ
setSeqNum(long) - Method in class net.i2p.router.transport.udp.UDPPacket
Packet sequence number.
setSeqNum(long) - Method in class net.i2p.router.tunnel.OutboundGatewayMessage
For CDPQ
setSeqNum(long) - Method in interface net.i2p.router.util.PQEntry
Set the sequence number for FIFO ordering.
setSequenceNum(long) - Method in class net.i2p.client.streaming.impl.Packet
 
setSerial(String) - Method in class i2p.susi.dns.BaseBean
Sets the serial.
setSerialNumber(String) - Method in class org.cybergarage.upnp.Device
setSerialNumber.
setServer(String) - Method in class org.cybergarage.http.HTTPPacket
Set the Server header.
setServerHandlerThreads(int) - Static method in class net.i2p.i2ptunnel.TunnelControllerGroup
 
setService(Service) - Method in class org.cybergarage.upnp.Action
Sets the service this action belongs to.
setService(Service) - Method in class org.cybergarage.upnp.Argument
Sets the service this argument belongs to.
setServiceID(String) - Method in class org.cybergarage.upnp.Service
Sets service ID of this service.
setServiceNode(Node) - Method in class org.cybergarage.upnp.StateVariable
Sets service node this state variable belongs to.
setServiceType(String) - Method in class org.cybergarage.upnp.Service
Sets service type of this service.
setSession(HttpSession) - Method in class net.i2p.i2ptunnel.web.IndexBean
For session-bound nonce generation and validation
setSession(SAMv3RawSession) - Method in class net.i2p.sam.SAMv3Handler
For subsessions created by MasterSession
setSession(SAMv3DatagramSession) - Method in class net.i2p.sam.SAMv3Handler
For subsessions created by MasterSession
setSession(SAMv3StreamSession) - Method in class net.i2p.sam.SAMv3Handler
For subsessions created by MasterSession
setSessionConfig(SessionConfig) - Method in class net.i2p.data.i2cp.CreateSessionMessage
setSessionConfig.
setSessionConfig(SessionConfig) - Method in class net.i2p.data.i2cp.ReconfigureSessionMessage
setSessionConfig.
setSessionId(SessionId) - Method in class net.i2p.client.impl.I2PSessionImpl
Session ID assigned by the router.
setSessionId(SessionId) - Method in class net.i2p.data.i2cp.CreateLeaseSetMessage
Session identifier for this message.
setSessionId(SessionId) - Method in class net.i2p.data.i2cp.DestroySessionMessage
setSessionId.
setSessionId(long) - Method in class net.i2p.data.i2cp.MessageStatusMessage
Sets the session ID.
setSessionId(long) - Method in class net.i2p.data.i2cp.ReceiveMessageBeginMessage
Sets the session ID.
setSessionId(long) - Method in class net.i2p.data.i2cp.ReceiveMessageEndMessage
Sets the session ID for this message.
setSessionId(SessionId) - Method in class net.i2p.data.i2cp.ReconfigureSessionMessage
setSessionId.
setSessionId(SessionId) - Method in class net.i2p.data.i2cp.ReportAbuseMessage
setSessionId.
setSessionId(SessionId) - Method in class net.i2p.data.i2cp.RequestLeaseSetMessage
setSessionId.
setSessionId(SessionId) - Method in class net.i2p.data.i2cp.RequestVariableLeaseSetMessage
setSessionId.
setSessionId(int) - Method in class net.i2p.data.i2cp.SessionId
Set the session ID.
setSessionId(SessionId) - Method in class net.i2p.data.i2cp.SessionStatusMessage
setSessionId.
setSessionId(Hash, SessionId) - Method in class net.i2p.router.client.ClientConnectionRunner
To be called only by ClientManager.
setSessionListener(I2PSessionListener) - Method in interface net.i2p.client.I2PSession
Instruct the I2PSession where it should send event notifications WARNING: It is recommended that you use a method that specifies the protocol and ports.
setSessionListener(I2PSessionListener) - Method in class net.i2p.client.impl.I2PSessionImpl
configure the listener
setSessionListener(I2PSessionListener) - Method in class net.i2p.client.impl.I2PSessionMuxedImpl
listen on all protocols and ports
setSettings(TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.TunnelPool
Update the settings for this pool
setSettings(Map) - Method in class net.i2p.router.web.FormHandler
For many forms, it's easiest just to put all the parameters here.
setSeverity(int) - Method in class net.i2p.data.i2cp.AbuseSeverity
Set the severity level.
setSeverity(AbuseSeverity) - Method in class net.i2p.data.i2cp.ReportAbuseMessage
setSeverity.
setShapeRendering(String) - Method in class org.jfree.svg.SVGGraphics2D
Sets the value of the 'shape-rendering' property that will be written to the SVG element.
setShared(boolean) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setShared(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setShared(boolean) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setSharePercentage(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
Set the share percentage.
setShouldsave(String) - Method in class net.i2p.router.web.helpers.ConfigAdvancedHandler
Set whether to save configuration.
setShouldsave(String) - Method in class net.i2p.router.web.helpers.ConfigLoggingHandler
Whether to save the configuration.
setShouldsave(String) - Method in class net.i2p.router.web.helpers.ConfigTunnelsHandler
Set whether the form should trigger a save
setShouldsave(String) - Method in class net.i2p.router.web.helpers.ConfigUIHandler
Sets the save flag for configuration changes.
setShow(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
Set by show= param (alternative to f=N).
setShow(String) - Method in class net.i2p.router.web.helpers.ProfilesHelper
Set by show=fast|highcap|floodfill|banned param (alternative to f=N).
setShowEvents(String) - Method in class net.i2p.router.web.helpers.GraphHelper
setShowEvents.
setShowSignature(boolean) - Method in class org.rrd4j.graph.RrdGraphDef
Shows or hides graph signature (gator) in the top right corner of the graph
setShowStatusFilter(boolean) - Method in class org.klomp.snark.I2PSnarkUtil
 
setShutdownDelayMax(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setShutdownDelayMax(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setShutdownDelayMin(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setShutdownDelayMin(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setShutdownStatus() - Method in interface net.i2p.router.RouterThrottle
 
setShutdownStatus() - Method in class net.i2p.router.RouterThrottleImpl
 
setSID(String) - Method in class org.cybergarage.upnp.event.NotifyRequest
setSID.
setSID(String) - Method in class org.cybergarage.upnp.event.Subscriber
setSID.
setSID(String) - Method in class org.cybergarage.upnp.event.SubscriptionRequest
setSID.
setSID(String) - Method in class org.cybergarage.upnp.event.SubscriptionResponse
setSID.
setSID(String) - Method in class org.cybergarage.upnp.Service
setSID.
setSID(String) - Method in class org.cybergarage.upnp.xml.ServiceData
setSID.
setSignature(Signature) - Method in class net.i2p.data.DatabaseEntry
Configure the proof that the entity stands behind the info here
setSignature(Signature) - Method in class net.i2p.data.i2cp.SessionConfig
setSignature.
setSignature(String) - Method in class org.rrd4j.graph.RrdGraphDef
Sets the signature string that runs along the right-side of the graph.
setSignedCert(PrivateKeyFile) - Method in class net.i2p.data.PrivateKeyFile
Sign this dest by dest found in pkf2 - caller must also call write().
setSigner(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setSigningKey(SigningPublicKey) - Method in class net.i2p.data.EncryptedLeaseSet
Overridden to set the blinded key.
setSigningKey(SigningPublicKey) - Method in class net.i2p.data.LeaseSet
The revocation key.
setSigningKey(SigningPublicKey) - Method in class net.i2p.data.LeaseSet2
The revocation key.
setSigningPrivateKey(SigningPrivateKey) - Method in class net.i2p.data.i2cp.CreateLeaseSetMessage
Signing private key for the lease set.
setSigningPublicKey(SigningPublicKey) - Method in class net.i2p.data.KeysAndCert
Signing public key to set.
setSigType(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setSigType(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setSink(Sink) - Method in class net.i2p.i2ptunnel.socks.MultiSink
Don't use this - put sinks in the cache
setSink(Sink) - Method in class net.i2p.i2ptunnel.socks.SOCKSUDPPort
Sets the sink for incoming UDP datagrams from I2P.
setSink(Sink) - Method in class net.i2p.i2ptunnel.socks.SOCKSUDPUnwrapper
Sets the sink for outgoing unwrapped UDP datagrams.
setSink(Sink) - Method in class net.i2p.i2ptunnel.socks.SOCKSUDPWrapper
Sets the sink for outgoing wrapped UDP datagrams.
setSink(Sink) - Method in class net.i2p.i2ptunnel.streamr.MultiSource
Sets the destination sink for all outgoing data.
setSink(Sink) - Method in class net.i2p.i2ptunnel.streamr.Pinger
Sets the destination sink for ping messages.
setSink(Sink) - Method in class net.i2p.i2ptunnel.udp.I2PSource
Sets the sink for received I2P datagrams.
setSink(Sink) - Method in interface net.i2p.i2ptunnel.udp.Source
Sets the sink for received data.
setSink(Sink) - Method in class net.i2p.i2ptunnel.udp.UDPSource
Sets the sink for received UDP datagrams.
setSink(Sink) - Method in class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPClientBase
Sets the receiver of the UDP datagrams from I2P.
setSink(Sink) - Method in class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPServerBase
Sets the receiver of the UDP datagrams from I2P.
setSize(int, int) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
No-op stub.
setSize(long) - Method in class i2p.susi.webmail.Draft
 
setSize(long) - Method in class i2p.susi.webmail.Mail
 
setSize(long) - Method in class net.i2p.data.i2cp.MessageStatusMessage
setSize.
setSlowStartGrowthDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the SLOW_START_GROWTH tuning parameter.
setSlowStartGrowthOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the SLOW_START_GROWTH tuning parameter.
setSlowStartGrowthRateFactor(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
{_slowStartGrowthRateFactor
setSOAPAction(String) - Method in class org.cybergarage.soap.SOAPRequest
Set the SOAP action header.
setSocket(I2PSocketFull) - Method in class net.i2p.client.streaming.impl.Connection
Set the socket associated with this connection.
setSocket(Socket) - Method in class net.i2p.util.SocketTimeout
If non-null, will be closed when the timer expires.
setSocket(HTTPSocket) - Method in class org.cybergarage.http.HTTPRequest
Sets the HTTPSocket for this request.
setSocketConnectTimeout(int) - Static method in class net.i2p.i2ptunnel.TunnelControllerGroup
 
setSocketErrorListener(I2PSocket.SocketErrorListener) - Method in interface net.i2p.client.streaming.I2PSocket
Deprecated, unimplemented, does nothing.
setSocketErrorListener(I2PSocket.SocketErrorListener) - Method in class net.i2p.client.streaming.impl.I2PSocketFull
Deprecated, unimplemented, does nothing.
setSocketErrorListener(I2PSocket.SocketErrorListener) - Method in class net.i2p.i2ptunnel.socks.SocketWrapper
Deprecated, unimplemented, does nothing
setSoLinger(boolean, int) - Method in class net.i2p.client.streaming.impl.StandardSocket
Does nothing.
setSoLinger(boolean, int) - Method in class net.i2p.util.InternalSocket
Does nothing as of 0.9.33, prior to that threw UnsupportedOperationException
setSoraDisplayFont() - Method in class net.i2p.router.web.CSSHelper
Save config for alternative display font if enabled
setSort(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
Set the sort field.
setSort(String) - Method in class net.i2p.router.web.helpers.PeerHelper
setSort.
setSortBy(String, Folder.SortOrder) - Method in class i2p.susi.util.Folder
Activates sorting by the chosen Comparator.
setSoTimeout(long) - Method in interface net.i2p.client.streaming.I2PServerSocket
Set Sock Option accept timeout
setSoTimeout(long) - Method in class net.i2p.client.streaming.impl.ConnectionManager
Set the socket accept() timeout.
setSoTimeout(long) - Method in class net.i2p.client.streaming.impl.I2PServerSocketFull
 
setSoTimeout(int) - Method in class net.i2p.client.streaming.impl.StandardServerSocket
 
setSoTimeout(int) - Method in class net.i2p.client.streaming.impl.StandardSocket
 
setSoTimeout(int) - Method in class net.i2p.util.InternalServerSocket
warning - unsupported
setSoTimeout(int) - Method in class net.i2p.util.InternalSocket
Supported as of 0.9.34, if constructed with TimeoutPipedInputStream and TimeoutPipedOutputStream.
setSpeed(String) - Method in class net.i2p.router.web.helpers.ConfigPeerHandler
Set the speed bonus.
setSpeedBonus(int) - Method in class net.i2p.router.peermanager.PeerProfile
setSpoofedHost(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
What host does this http server tunnel spoof
setSpoofedHost(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
What host does this http server tunnel spoof
setSSDPBindAddress(InetAddress[]) - Method in class org.cybergarage.upnp.Device
 
setSSDPBindAddress(InetAddress[]) - Method in class org.cybergarage.upnp.xml.DeviceData
Sets the SSDP bind addresses.
setSSDPPacket(SSDPPacket) - Method in class org.cybergarage.upnp.Device
setSSDPPacket.
setSSDPPacket(SSDPPacket) - Method in class org.cybergarage.upnp.xml.DeviceData
setSSDPPacket.
setSSDPPort(int) - Method in class org.cybergarage.upnp.ControlPoint
Set the SSDP port.
setSSDPPort(int) - Method in class org.cybergarage.upnp.Device
 
setSSDPPort(int) - Method in class org.cybergarage.upnp.xml.DeviceData
Sets the SSDP port for binding.
setSslProxies(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setSslProxies(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setSsucaps(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
Set the SSU capabilities filter.
setST(String) - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
setST.
setStart(int) - Method in class net.i2p.router.web.NewsFeedHelper
Starting index.
setStartAfter(long) - Method in class net.i2p.router.JobTiming
WARNING - this does not force a resort of the job queue any more...
setStartAtBeginning(String) - Method in class net.i2p.router.web.ContentHelper
setStartAtBeginning.
setStarting() - Method in class org.klomp.snark.Snark
Set startup in progress.
setStartOnLoad(boolean) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
If called with any value, we want this tunnel to start whenever it is loaded (aka right now and whenever the router is started up)
setStartOnLoad(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
If called with any value, we want this tunnel to start whenever it is loaded (aka right now and whenever the router is started up)
setStartTime(long) - Method in interface org.rrd4j.core.DataHolder
Sets the time when the graph should start.
setStartTime(long) - Method in class org.rrd4j.core.RrdDef
Sets RRD's starting timestamp.
setStartTime(Date) - Method in class org.rrd4j.core.RrdDef
Sets RRD's starting timestamp.
setStartTime(Calendar) - Method in class org.rrd4j.core.RrdDef
Sets RRD's starting timestamp.
setStartTime(long) - Method in class org.rrd4j.data.DataProcessor
Starting timestamp.
setStartTime(long) - Method in class org.rrd4j.graph.RrdGraphDef
Sets the time when the graph should begin.
setStartupDelay(int) - Method in class org.klomp.snark.I2PSnarkUtil
 
setStartupDelayEndTime(long) - Method in class net.i2p.i2ptunnel.TunnelController
Set the startup delay end time.
setStartupDelayMax(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setStartupDelayMax(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setStartupDelayMin(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setStartupDelayMin(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setStartupGrace(String) - Method in class net.i2p.router.web.helpers.ConfigBanHandler
Set the startup grace period.
setStat(String) - Method in class net.i2p.router.web.helpers.GraphHelper
For single stat page
setStatFilter(String) - Method in class net.i2p.router.web.helpers.StatHelper
Optional stat name filter (substring match, case-insensitive).
setStatus(int) - Method in class net.i2p.data.i2cp.MessageStatusMessage
Sets the status code.
setStatus(int) - Method in class net.i2p.data.i2cp.SessionStatusMessage
setStatus.
setStatus(String) - Method in class net.i2p.router.networkdb.reseed.ReseedChecker
Sets the status message for the current reseed attempt.
setStatus(int) - Method in class net.i2p.router.transport.udp.PeerTestState
Set the status code sent to Alice (SSU2 Bob only).
setStatus(int, String) - Method in class org.cybergarage.upnp.Action
Sets the status code and description for this action.
setStatus(int) - Method in class org.cybergarage.upnp.Action
Sets the status code for this action using the default description.
setStatus(int, String) - Method in class org.cybergarage.upnp.StateVariable
setStatus.
setStatus(int) - Method in class org.cybergarage.upnp.StateVariable
setStatus.
setStatusCode(int) - Method in class org.cybergarage.http.HTTPResponse
Sets the HTTP status code of this response.
setStatusCode(int) - Method in class org.cybergarage.http.HTTPStatus
Sets the status code.
setStep(String) - Method in class org.cybergarage.upnp.AllowedValueRange
Sets the step value for this allowed value range.
setStep(long) - Method in interface org.rrd4j.core.DataHolder
Set the step for timestamp interval.
setStep(long) - Method in class org.rrd4j.core.RrdDef
Sets RRD's time step.
setStep(long) - Method in class org.rrd4j.data.DataProcessor
Once data are fetched, the step value will be used to generate values.
setStep(long) - Method in class org.rrd4j.graph.RrdGraphDef
Suggests which time step should be used by Rrd4j while processing data from RRD files.
setStorage(Storage) - Method in class org.klomp.snark.PeerCoordinator
Sets the storage after transition out of magnet mode Snark calls this after we call gotMetaInfo()
setStoredLeaseDate(long) - Method in class net.i2p.router.networkdb.kademlia.SearchState
setStoredLeaseDate.
setString(String) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JProgressBar
Set the progress bar string.
setStringHeader(String, String, String, String) - Method in class org.cybergarage.http.HTTPPacket
Sets a string header value, wrapping it with the specified delimiters if not already wrapped.
setStringHeader(String, String) - Method in class org.cybergarage.http.HTTPPacket
Sets a string header value, wrapping it with double quotes if not already wrapped.
setStringPainted(boolean) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JProgressBar
Set whether the progress bar string should be painted.
setStroke(Stroke) - Method in class org.jfree.svg.SVGGraphics2D
Sets the stroke that will be used to draw shapes.
setSubscribeRequest(Service, String, long) - Method in class org.cybergarage.upnp.event.SubscriptionRequest
setSubscribeRequest.
setSubscriptionTime(long) - Method in class org.cybergarage.upnp.event.Subscriber
setSubscriptionTime.
setSuccess(boolean) - Method in interface i2p.susi.webmail.pop3.POP3MailBox.FetchRequest
 
setSuccessCallback(I2PTunnelRunner.SuccessCallback) - Method in class net.i2p.i2ptunnel.I2PTunnelRunner
Sets a callback to be invoked on successful data transfer.
setSuccessfulLookups(long) - Method in class net.i2p.router.peermanager.DBHistory
setSuccessfulLookups.
setSummaryListener(RateSummaryListener) - Method in class net.i2p.stat.Rate
Set the listener to notify on coalesce.
setSustainedHighLoadMs(long) - Static method in class net.i2p.router.tunnel.pool.RequestThrottler
Set the duration (ms) high load must persist before gating requests.
setSustainedModerateLoadMs(long) - Static method in class net.i2p.router.tunnel.pool.RequestThrottler
Set the duration (ms) moderate load must persist before disconnecting low-share peers.
setSybil(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
Set the Sybil analysis filter.
setSybil2(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
For form, same as above but with a length check.
setSyncPeriod(int) - Static method in class org.rrd4j.core.RrdNioBackendFactory
Sets time between consecutive background synchronizations.
setSyncPoolSize(int) - Static method in class org.rrd4j.core.RrdNioBackendFactory
Sets the number of synchronizing threads.
setTagsToSend(int) - Method in class net.i2p.client.SendMessageOptions
If we are low on tags, send this many.
setTagThreshold(int) - Method in class net.i2p.client.SendMessageOptions
Low tag threshold.
setTarget(long) - Method in class net.i2p.router.util.CoDelBlockingQueue
Sets the current CoDel target delay in ms.
setTarget(long) - Method in class net.i2p.router.util.CoDelPriorityBlockingQueue
Sets the current CoDel target delay in ms.
setTargetDestination(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
What peer does this client tunnel point at
setTargetDestination(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
What peer does this client tunnel point at
setTargetHost(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
What host does this server tunnel point at
setTargetHost(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
What host does this server tunnel point at
setTargetPort(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
What port does this server tunnel point at
setTargetPort(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
What port does this server tunnel point at
setTcpNoDelay(boolean) - Method in class net.i2p.client.streaming.impl.StandardSocket
Does nothing.
setTcpPort(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
Set the TCP port.
setTestData(byte[]) - Method in class net.i2p.router.transport.udp.PeerTestState
Save the test data for retransmission.
setTestFailed() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
Called when a test fails.
setTestFailed() - Method in interface net.i2p.router.TunnelInfo
Set the test status when a test fails.
setTestOverBudget() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
Mark tunnel as scheduled for early expiry due to pool being over budget.
setTestStarted() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
Called when a test is started.
setTestStarted() - Method in interface net.i2p.router.TunnelInfo
Set the test status when a test is started.
setTestTooSlow() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
Mark tunnel as scheduled for early expiry (pruned from pool).
setText(String) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JLabel
Set the label text.
setText(String) - Method in class edu.internet2.ndt.StatusPanel
Sets a string explaining progress of tests
setTextAntiAliasing(boolean) - Method in class org.rrd4j.graph.ImageWorker
Enable or disable text anti-aliasing.
setTextAntiAliasing(boolean) - Method in class org.rrd4j.graph.RrdGraphDef
Controls if the text should be antialiased or not.
setTextRendering(String) - Method in class org.jfree.svg.SVGGraphics2D
Sets the value of the 'text-rendering' property that will be written to the SVG element.
setTheme(String) - Method in class net.i2p.router.web.helpers.ConfigUIHandler
Sets the theme name for configuration.
setTheyRelayToUsAs(long) - Method in class net.i2p.router.transport.udp.PeerState
If they have offered to serve as an introducer to us, this is the tag we can use to publish that fact.
setThreadCount(int) - Static method in class net.i2p.router.transport.ntcp.Reader
Set the reader thread count, bounded by MIN_THREADS-MAX_THREADS
setThreadCount(int) - Static method in class net.i2p.router.transport.ntcp.Writer
Set the writer thread count, bounded by MIN_THREADS-MAX_THREADS
setThreadCount(int) - Static method in class net.i2p.router.transport.udp.MessageReceiver
Sets the target thread count.
setThreadFactory(ThreadFactory) - Static method in class org.rrd4j.core.RrdNioBackendFactory
Set a custom thread factory for the default sync pool.
setThreadObject(Thread) - Method in class org.cybergarage.util.ThreadCore
Sets the internal Thread object.
setThreadsDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the THREADS tuning parameter.
setThreadsMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the THREADS tuning parameter.
setThreadsMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the THREADS tuning parameter.
setThreadsOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the THREADS tuning parameter.
setThreadsStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the THREADS tuning parameter.
setThrottleRejectExponentDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the THROTTLE_REJECT_EXPONENT tuning parameter.
setThrottleRejectExponentMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the THROTTLE_REJECT_EXPONENT tuning parameter.
setThrottleRejectExponentMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the THROTTLE_REJECT_EXPONENT tuning parameter.
setThrottleRejectExponentOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the THROTTLE_REJECT_EXPONENT tuning parameter.
setThrottleRejectExponentStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the THROTTLE_REJECT_EXPONENT tuning parameter.
setTickStroke(Stroke) - Method in class org.rrd4j.graph.RrdGraphDef
Set the stroke used to draw ticks
setTime(long) - Method in class org.rrd4j.core.Sample
Sets sample timestamp.
setTimeAxis(int, int, int, int, int, int, int, String) - Method in class org.rrd4j.graph.RrdGraphDef
Configures x-axis grid and labels.
setTimeAxis(int, int, int, int, int, int, int, TimeLabelFormat) - Method in class org.rrd4j.graph.RrdGraphDef
It configure the x-axis grid in the same way than RrdGraphDef.setTimeAxis(int, int, int, int, int, int, int, String), but it allows to use a TimeLabelFormat to format the date label.
setTimeLabelFormat(TimeLabelFormat) - Method in class org.rrd4j.graph.RrdGraphDef
This allows to keep the default major and minor grid unit, but with changing only the label formatting, using a TimeLabelFormat
setTimeLabelFormatter(Function<TimeUnit, Optional<TimeLabelFormat>>) - Method in class org.rrd4j.graph.RrdGraphDef
This allows to keep the default major and minor grid unit, but with changing only the label formatting, that will be formatted differently according to TimeUnit chosen for the time axis.
setTimeout(int) - Method in class net.i2p.client.streaming.impl.PacketLocal
 
setTimeout(int) - Method in class org.cybergarage.http.HTTPServer
Sets the socket timeout value.
setTimeOut(long) - Method in class org.cybergarage.upnp.event.Subscriber
setTimeOut.
setTimeout(long) - Method in class org.cybergarage.upnp.event.SubscriptionRequest
setTimeout.
setTimeout(long) - Method in class org.cybergarage.upnp.event.SubscriptionResponse
setTimeout.
setTimeout(long) - Method in class org.cybergarage.upnp.Service
setTimeout.
setTimeout(long) - Method in class org.cybergarage.upnp.xml.ServiceData
setTimeout.
setTimeoutCommand(Runnable) - Method in class net.i2p.util.SocketTimeout
If non-null, will be run when the timer expires.
setTimeSpan(long, long) - Method in interface org.rrd4j.core.DataHolder
Sets starting and ending time for the for the graph.
setTimeSpan(long, long) - Method in class org.rrd4j.data.DataProcessor
 
setTimeSpan(long, long) - Method in class org.rrd4j.graph.RrdGraphDef
Sets starting and ending time for the for the graph.
setTimeSpan(long[]) - Method in class org.rrd4j.graph.RrdGraphDef
Sets starting and ending time for the for the graph.
setTimeStamp(long) - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
setTimeStamp.
setTimestamps(long[]) - Method in class org.rrd4j.core.FetchData
Sets the timestamps for the fetched data.
setTimestamps(long[]) - Method in class org.rrd4j.data.Source
Sets the timestamps.
setTimeToLive(int) - Static method in class org.cybergarage.upnp.UPnP
Sets the time-to-live value for multicast packets.
setTimeZone(TimeZone) - Method in interface org.rrd4j.core.DataHolder
Set the time zone used for the legend.
setTimeZone(TimeZone) - Method in class org.rrd4j.data.DataProcessor
setTimeZone.
setTimeZone(TimeZone) - Method in class org.rrd4j.graph.RrdGraphDef
Set the time zone used for the legend.
setTitle(String) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
No-op stub.
setTitle(String) - Method in class org.rrd4j.graph.RrdGraphDef
Defines a title to be written into the graph.
setToNullPublicKey() - Method in class com.southernstorm.noise.protocol.Curve25519DHState
 
setToNullPublicKey() - Method in interface com.southernstorm.noise.protocol.DHState
Sets this object to the null public key and clears the private key.
setToNullPublicKey() - Method in class com.southernstorm.noise.protocol.MLKEMDHState
 
setTotalCommentsSent(int) - Method in class org.klomp.snark.Peer
Sets the total number of UT comments sent to this peer.
setTotalDay(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setTotalDay(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setTotalEventCount(long) - Method in class net.i2p.stat.RateAverages
Set the total event count.
setTotalHour(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setTotalHour(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setTotalMinute(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setTotalMinute(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setTotalTimeoutPeriod(long) - Method in class net.i2p.util.SocketTimeout
If greater than zero, must be greater than the inactivity timeout.
setTotalValues(double) - Method in class net.i2p.stat.RateAverages
Set the total values sum.
setTrackerProblems(String) - Method in class org.klomp.snark.Snark
Set the tracker problems string.
setTrackerSeenPeers(int) - Method in class org.klomp.snark.Snark
Set the tracker seen peers count.
setTrafficClass(int) - Method in class net.i2p.client.streaming.impl.StandardSocket
Does nothing.
setTransferEncoding(String) - Method in class org.cybergarage.http.HTTPPacket
Set the Transfer-Encoding header.
setTransform(AffineTransform) - Method in class org.jfree.svg.SVGGraphics2D
Sets the transform.
setTransformDP(int) - Method in class org.jfree.svg.SVGGraphics2D
Sets the number of decimal places used to write the transformation matrices in the SVG output.
setTransitThrottleFactorDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the TRANSIT_THROTTLE_FACTOR tuning parameter.
setTransitThrottleFactorMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the TRANSIT_THROTTLE_FACTOR tuning parameter.
setTransitThrottleFactorMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the TRANSIT_THROTTLE_FACTOR tuning parameter.
setTransitThrottleFactorOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the TRANSIT_THROTTLE_FACTOR tuning parameter.
setTransitThrottleFactorStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the TRANSIT_THROTTLE_FACTOR tuning parameter.
setTransport(Transport) - Method in class net.i2p.router.transport.TransportBid
setTransport.
setTransport(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
Set the transport filter.
setTransport(String) - Method in class net.i2p.router.web.helpers.PeerHelper
 
setTransportQueued(long) - Method in class net.i2p.router.OutNetMessage
When the message entered the transport queue (set by transport send()).
setTrClass(int) - Method in class i2p.susi.dns.AddressbookBean
Sets the table row class.
setTruncated(boolean) - Method in class org.minidns.dnsmessage.DnsMessage.Builder
Set the truncation bit on this DNS message.
setTrustedKeys(String) - Method in class net.i2p.router.web.ConfigUpdateHandler
 
setTunnel(I2PTunnel) - Method in class net.i2p.i2ptunnel.I2PTunnelTask
for apps that use multiple I2PTunnel instances
setTunnel(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
Set the tunnel number.
setTunnelBackupQuantity(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
how many tunnels to hold in reserve to guard against failures In or both in/out
setTunnelBackupQuantity(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
How many tunnels to hold in reserve to guard against failures In or both in/out
setTunnelBackupQuantityOut(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
how many tunnels to hold in reserve to guard against failures
setTunnelBackupQuantityOut(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
How many outbound tunnels to hold in reserve to guard against failures
setTunnelDepth(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
how many hops to use for inbound tunnels In or both in/out
setTunnelDepth(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
How many hops to use for inbound tunnels In or both in/out
setTunnelDepthOut(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
how many hops to use for outbound tunnels
setTunnelDepthOut(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
How many hops to use for outbound tunnels
setTunnelGrowthFactorDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the TUNNEL_GROWTH_FACTOR tuning parameter.
setTunnelGrowthFactorMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the TUNNEL_GROWTH_FACTOR tuning parameter.
setTunnelGrowthFactorMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the TUNNEL_GROWTH_FACTOR tuning parameter.
setTunnelGrowthFactorOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the TUNNEL_GROWTH_FACTOR tuning parameter.
setTunnelGrowthFactorStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the TUNNEL_GROWTH_FACTOR tuning parameter.
setTunnelHistory(TunnelHistory) - Method in class net.i2p.router.peermanager.PeerProfile
Set the tunnel history.
setTunnelId(TunnelId) - Method in class net.i2p.data.i2np.DeliveryInstructions
required for TUNNEL
setTunnelId(long) - Method in class net.i2p.data.i2np.TunnelDataMessage
(correctly) Invalidates stored checksum
setTunnelId(TunnelId) - Method in class net.i2p.data.i2np.TunnelDataMessage
(correctly) Invalidates stored checksum
setTunnelId(TunnelId) - Method in class net.i2p.data.i2np.TunnelGatewayMessage
 
setTunnelId(TunnelId) - Method in class net.i2p.data.Lease
Configure the tunnel on the gateway to communicate with
setTunnelId(TunnelId) - Method in class net.i2p.data.MetaLease
UnsupportedOperationException always.
setTunnelId(long) - Method in class net.i2p.data.TunnelId
Sets the tunnel ID for this lease.
setTunnelQuantity(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
how many parallel inbound tunnels to use In or both in/out
setTunnelQuantity(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
How many parallel inbound tunnels to use In or both in/out
setTunnelQuantityOut(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
how many parallel outbound tunnels to use
setTunnelQuantityOut(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
How many parallel outbound tunnels to use
setTunnelStatus(String) - Method in interface net.i2p.router.RouterThrottle
Update the tunnel acceptance status message.
setTunnelStatus(String) - Method in class net.i2p.router.RouterThrottleImpl
setTunnelStatus.
setTunnelTestTimeAverage(float) - Method in class net.i2p.router.peermanager.PeerProfile
Set the tunnel test time average.
setTunnelTestTimeAvgLastUpdate(long) - Method in class net.i2p.router.peermanager.PeerProfile
Set the timestamp of the last tunnel test time average update.
setTunnelVariance(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
how much randomisation to apply to the depth of tunnels In or both in/out
setTunnelVariance(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
How much randomisation to apply to the depth of tunnels In or both in/out
setTunnelVarianceOut(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
how much randomisation to apply to the depth of tunnels
setTunnelVarianceOut(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
How much randomisation to apply to the depth of outbound tunnels
setType(byte) - Method in class edu.internet2.ndt.Message
Set Message Type
setType(int) - Method in class net.i2p.data.MetaLease
Set the type of this lease.
setType(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
What type of tunnel (httpclient, ircclient, client, or server).
setType(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
What type of tunnel (httpclient, ircclient, client, or server).
setType(String) - Method in class net.i2p.router.web.helpers.EventLogHelper
Set the type.
setType(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
Set the signature type filter.
setUDN(String) - Method in class org.cybergarage.upnp.Device
setUDN.
setUdpAutoIP(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
setUdpAutoIP.
setUDPEnabled(boolean) - Method in class org.klomp.snark.I2PSnarkUtil
 
setUdpHandlerThreadsDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the UDP_HANDLER_THREADS tuning parameter.
setUdpHandlerThreadsMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the UDP_HANDLER_THREADS tuning parameter.
setUdpHandlerThreadsMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the UDP_HANDLER_THREADS tuning parameter.
setUdpHandlerThreadsOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the UDP_HANDLER_THREADS tuning parameter.
setUdpHandlerThreadsStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the UDP_HANDLER_THREADS tuning parameter.
setUdpHost1(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
Set the first UDP host.
setUdpPayloadSize(int) - Method in class org.minidns.edns.Edns.Builder
Sets the UDP payload size.
setUdpPort(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
Set the UDP port.
setUID(int) - Method in class net.i2p.router.transport.UPnP.IPv6ForwardPort
 
setUnencryptedData(byte[]) - Method in class net.i2p.data.Payload
Populate the message body with data.
setUniqueId(long) - Method in interface net.i2p.data.i2np.I2NPMessage
id).
setUniqueId(long) - Method in class net.i2p.data.i2np.I2NPMessageImpl
The ID is set to a random value when written but it can be overridden here.
setUniqueLocal(boolean) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setUniqueLocal(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setUnit(String) - Method in class org.rrd4j.graph.RrdGraphDef
Sets unit to be displayed on y axis.
setUnitsExponent(int) - Method in class org.rrd4j.graph.RrdGraphDef
Sets the 10**unitsExponent scaling of the y-axis values.
setUnitsLength(int) - Method in class org.rrd4j.graph.RrdGraphDef
Sets the character width on the left side of the graph for y-axis values.
setUniversalTheming(String) - Method in class net.i2p.router.web.helpers.ConfigUIHandler
Enables universal theming support.
setUnpromptedDbStoreNew(long) - Method in class net.i2p.router.peermanager.DBHistory
setUnpromptedDbStoreNew.
setUnpromptedDbStoreOld(long) - Method in class net.i2p.router.peermanager.DBHistory
setUnpromptedDbStoreOld.
setUnpublished() - Method in class net.i2p.data.LeaseSet2
Marks this leaseset as unpublished.
setUnsubscribeRequest(Service) - Method in class org.cybergarage.upnp.event.SubscriptionRequest
setUnsubscribeRequest.
setup(Map<String, byte[]>) - Method in class gnu.crypto.prng.BasePRNGStandalone
Set up this PRNG instance with the given attributes.
setup(Map<String, byte[]>) - Method in class gnu.crypto.prng.FortunaStandalone
Set up the PRNG instance.
setUpBWLimit(long) - Method in class org.klomp.snark.BandwidthManager
Current limit in Bps
setUPC(String) - Method in class org.cybergarage.upnp.Device
setUPC.
setUpdateAction(String) - Method in class net.i2p.router.web.UpdateHandler
These two can be set in either order, so call checkUpdateAction() twice
setUpdateDevSU3(String) - Method in class net.i2p.router.web.ConfigUpdateHandler
Set whether to update development SU3 builds.
setUpdateNonce(String) - Method in class net.i2p.router.web.helpers.SidebarHelper
Update nonce, HTML-stripped before storing.
setUpdateNonce(String) - Method in class net.i2p.router.web.UpdateHandler
setUpdateNonce.
setUpdatePolicy(String) - Method in class net.i2p.router.web.ConfigUpdateHandler
 
setUpdateThroughProxy(String) - Method in class net.i2p.router.web.ConfigUpdateHandler
 
setUpdateUnsigned(String) - Method in class net.i2p.router.web.ConfigUpdateHandler
 
setUpdateURL(String) - Method in class net.i2p.router.web.ConfigUpdateHandler
 
setUploaded(long) - Method in class org.klomp.snark.PeerCoordinator
Sets the initial total of uploaded bytes of all peers (from a saved status)
setUploaders(int, int) - Method in class org.klomp.snark.PeerCoordinator
Set the uploaders and interestedUploaders counts
setUpnp(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
Set that the user wants UPnP enabled.
setUPnPScannerCallback(UPnPScannerCallback) - Method in class net.i2p.router.Router
For Android only.
setupServer() - Method in class net.i2p.i2ptunnel.socks.SOCKS4aServer
 
setupServer() - Method in class net.i2p.i2ptunnel.socks.SOCKS5Server
 
setupServer() - Method in class net.i2p.i2ptunnel.socks.SOCKSServer
Perform server initialization (expecially regarding protected variables).
setURI(String, boolean) - Method in class org.cybergarage.http.HTTPRequest
Sets the URI for this HTTP request.
setURI(String) - Method in class org.cybergarage.http.HTTPRequest
Sets the URI for this HTTP request without relative URL conversion.
setURL(String) - Method in class org.cybergarage.upnp.Icon
Sets the URL where the icon image can be retrieved.
setUrlBase(String) - Method in class net.i2p.router.web.helpers.PeerHelper
setUrlBase.
setUs(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Set the local router hash for self-exclusion from peer selection.
setUs(Hash) - Method in class net.i2p.router.peermanager.ProfilePersistenceHelper
setUs.
setUseDHT(boolean) - Method in class org.klomp.snark.I2PSnarkUtil
 
setUseLeaseSetCheck(boolean) - Method in class net.i2p.addressbook.HostChecker
Set whether to use LeaseSet checking
setUseOpenTrackers(boolean) - Method in class org.klomp.snark.I2PSnarkUtil
 
setUseOutproxyPlugin(boolean) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setUseOutproxyPlugin(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setUsePool(boolean) - Method in class org.rrd4j.core.RrdDb.Builder
Set whether to use the pool.
setUserAgent(String) - Method in class edu.internet2.ndt.Tcpbw100
Set UserAgent String.
setUserAgents(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setUserAgents(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setUserData(Object) - Method in class org.cybergarage.upnp.Action
Sets user-defined data for this action.
setUserData(Object) - Method in class org.cybergarage.upnp.Argument
Sets user-defined data for this argument.
setUserData(Object) - Method in class org.cybergarage.upnp.ControlPoint
 
setUserData(Object) - Method in class org.cybergarage.upnp.Device
setUserData.
setUserData(Object) - Method in class org.cybergarage.upnp.Icon
Sets user-defined data associated with this icon.
setUserData(Object) - Method in class org.cybergarage.upnp.Service
setUserData.
setUserData(Object) - Method in class org.cybergarage.upnp.StateVariable
setUserData.
setUserData(Object) - Method in class org.cybergarage.xml.Node
Sets user data for this node.
setUseSoraFont(String) - Method in class net.i2p.router.web.helpers.ConfigUIHandler
Enables Sora font usage.
setUseSSL(boolean) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setUseSSL(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setUseUtc(String) - Method in class net.i2p.router.web.helpers.GraphHelper
 
setUSN(String) - Method in class org.cybergarage.upnp.ssdp.SSDPRequest
setUSN.
setUSN(String) - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
setUSN.
setValid(int) - Method in class net.i2p.data.ByteArray
Sets the number of valid bytes.
setValue(int) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JProgressBar
Set the progress bar value.
setValue(int) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.SpinnerNumberModel
The value.
setValue(XmlParser.Node, String, String) - Static method in class net.i2p.jetty.JettyXmlConfigurationParser
Recursively go through the entire tree starting at node.
setValue(String) - Method in class org.cybergarage.http.HTTPHeader
Sets the header value.
setValue(String) - Method in class org.cybergarage.http.Parameter
Sets the parameter value.
setValue(String) - Method in class org.cybergarage.upnp.AllowedValue
Sets the value for this allowed value element.
setValue(String) - Method in class org.cybergarage.upnp.Argument
Sets the string value of this argument.
setValue(int) - Method in class org.cybergarage.upnp.Argument
Sets the integer value of this argument.
setValue(String) - Method in class org.cybergarage.upnp.event.Property
setValue.
setValue(String) - Method in class org.cybergarage.upnp.StateVariable
setValue.
setValue(int) - Method in class org.cybergarage.upnp.StateVariable
setValue.
setValue(long) - Method in class org.cybergarage.upnp.StateVariable
setValue.
setValue(String) - Method in class org.cybergarage.upnp.xml.ArgumentData
Set the argument value.
setValue(String) - Method in class org.cybergarage.upnp.xml.StateVariableData
setValue.
setValue(String) - Method in class org.cybergarage.xml.Attribute
Sets the value of this attribute.
setValue(String) - Method in class org.cybergarage.xml.Node
Sets the value of this node.
setValue(int) - Method in class org.cybergarage.xml.Node
Sets the value of this node as an integer.
setValue(int, double) - Method in interface org.rrd4j.core.Robin
Sets the i-th value in the Robin archive.
setValue(int, double) - Method in class org.rrd4j.core.RobinArray
Sets the i-th value in the Robin archive.
setValue(int, double) - Method in class org.rrd4j.core.RobinMatrix
Sets the i-th value in the Robin archive.
setValue(String, double) - Method in class org.rrd4j.core.Sample
Sets single data source value in the sample.
setValue(int, double) - Method in class org.rrd4j.core.Sample
Sets single datasource value using data source index.
setValueAt(int, E) - Method in class net.i2p.router.crypto.ratchet.SparseArray
Given an index in the range 0...size()-1, sets a new value for the indexth key-value mapping that this SparseArray stores.
setValueAxis(double, int) - Method in class org.rrd4j.graph.RrdGraphDef
Sets vertical axis grid and labels.
setValues(double[][]) - Method in class org.rrd4j.core.FetchData
Sets the values for the fetched data.
setValues(double...) - Method in interface org.rrd4j.core.Robin
Updates archived values in bulk.
setValues(double) - Method in interface org.rrd4j.core.Robin
(Re)sets all values in this archive to the same value.
setValues(double...) - Method in class org.rrd4j.core.RobinArray
Updates archived values in bulk.
setValues(double) - Method in class org.rrd4j.core.RobinArray
(Re)sets all values in this archive to the same value.
setValues(double...) - Method in class org.rrd4j.core.RobinMatrix
Updates archived values in bulk.
setValues(double) - Method in class org.rrd4j.core.RobinMatrix
(Re)sets all values in this archive to the same value.
setValues(double...) - Method in class org.rrd4j.core.Sample
Sets some (possibly all) data source values in bulk.
setValues(double[]) - Method in class org.rrd4j.data.Source
Sets the data values.
setVariable(String, String) - Method in class org.rrd4j.core.XmlTemplate
Sets value for a single XML template variable.
setVariable(String, int) - Method in class org.rrd4j.core.XmlTemplate
Sets value for a single XML template variable.
setVariable(String, long) - Method in class org.rrd4j.core.XmlTemplate
Sets value for a single XML template variable.
setVariable(String, double) - Method in class org.rrd4j.core.XmlTemplate
Sets value for a single XML template variable.
setVariable(String, Color) - Method in class org.rrd4j.core.XmlTemplate
Sets value for a single XML template variable.
setVariable(String, Date) - Method in class org.rrd4j.core.XmlTemplate
Sets value for a single XML template variable.
setVariable(String, Calendar) - Method in class org.rrd4j.core.XmlTemplate
Sets value for a single XML template variable.
setVariable(String, boolean) - Method in class org.rrd4j.core.XmlTemplate
Sets value for a single XML template variable.
setVaryInboundHops(boolean) - Method in class org.klomp.snark.I2PSnarkUtil
 
setVaryOutboundHops(boolean) - Method in class org.klomp.snark.I2PSnarkUtil
 
setVerifySignature(boolean) - Method in class net.i2p.crypto.SU3File
Should the signature be verified? Default true
setVersion(Version) - Method in class com.google.zxing.qrcode.encoder.QRCode
setVersion.
setVersion(int) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Set version 2 from InboundEstablishState.
setVersion(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
Set the router version filter.
setVersion(String) - Method in class org.cybergarage.http.HTTPPacket
Sets the HTTP version for this packet.
setVersion(String) - Method in class org.cybergarage.http.HTTPStatus
Sets the HTTP version.
setVersion(int) - Method in class org.rrd4j.core.RrdDef
Sets RRD's file version.
setVerticalLabel(String) - Method in class org.rrd4j.graph.RrdGraphDef
Sets vertical label on the left side of the graph.
setVisible(boolean) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
No-op stub.
setW(String) - Method in class net.i2p.router.web.helpers.GraphHelper
 
setWantedPieces() - Method in class org.klomp.snark.PeerCoordinator
Rebuild the wanted pieces list from storage.
setWantedPieces(Storage) - Method in class org.klomp.snark.Snark
StorageListener callback to update the coordinator's wanted piece set.
setWantedPieces(Storage) - Method in interface org.klomp.snark.StorageListener
Resets the peer's wanted pieces table.
setWarBase(String) - Method in class org.klomp.snark.web.BasicServlet
Only paths starting with this in the path are served.
setWebAppConfiguration(WebAppContext, boolean) - Static method in class net.i2p.router.web.WebAppStarter
 
setWeRelayToThemAs(long) - Method in class net.i2p.router.transport.udp.PeerState
If we are serving as an introducer to them, this is the the tag that they can publish that, when presented to us, will cause us to send a relay introduction to the current peer
setWestwoodDecayFactorDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the WESTWOOD_DECAY_FACTOR tuning parameter.
setWestwoodDecayFactorMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the WESTWOOD_DECAY_FACTOR tuning parameter.
setWestwoodDecayFactorMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the WESTWOOD_DECAY_FACTOR tuning parameter.
setWestwoodDecayFactorOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the WESTWOOD_DECAY_FACTOR tuning parameter.
setWestwoodDecayFactorStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the WESTWOOD_DECAY_FACTOR tuning parameter.
setWidth(String) - Method in class net.i2p.router.web.helpers.GraphHelper
setWidth.
setWidth(String) - Method in class org.cybergarage.upnp.Icon
Sets the width of the icon as a string.
setWidth(int) - Method in class org.cybergarage.upnp.Icon
Sets the width of the icon as an integer.
setWidth(int) - Method in class org.rrd4j.graph.BufferedImageWorker.Builder
Sets the width of the image.
setWidth(int) - Method in class org.rrd4j.graph.RrdGraphDef
Sets width of the drawing area within the graph.
setWindowMultiplier(int) - Static method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Set the Tuner-controlled activity-window multiplier.
setWindowSize(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
setWirelessMode(boolean) - Method in class org.cybergarage.upnp.Device
setWirelessMode.
setWizardHelper(WizardHelper) - Method in class net.i2p.router.web.helpers.WizardHandler
Bind the helper (scope session) to this handler (scope request)
setWriteErrorToOutput() - Method in class net.i2p.util.EepGet
If called (before calling fetch()), data from the server or proxy will be written to the output file or stream even on an error response code (4xx, 5xx, etc).
setWriter(ImageWriter) - Method in class org.rrd4j.graph.BufferedImageWorker.Builder
Sets the image writer for encoding the image.
setWriterQueueSize(int) - Static method in class net.i2p.router.client.ClientManagerFacadeImpl
 
setWriterQueueSizeDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the WRITER_QUEUE_SIZE tuning parameter.
setWriterQueueSizeMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the WRITER_QUEUE_SIZE tuning parameter.
setWriterQueueSizeMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the WRITER_QUEUE_SIZE tuning parameter.
setWriterQueueSizeOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the WRITER_QUEUE_SIZE tuning parameter.
setWriterQueueSizeStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the WRITER_QUEUE_SIZE tuning parameter.
setWriteTimeout(long) - Method in interface net.i2p.client.streaming.I2PSocketOptions
What is the longest we'll block on the output stream while waiting for the data to flush.
setWriteTimeout(long) - Method in class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
What is the longest we'll block on the output stream while waiting for the data to flush.
setWriteTimeout(int) - Method in class net.i2p.client.streaming.impl.MessageOutputStream
Sets the write timeout in milliseconds for blocking write operations.
setXdhPreCalcMinDefault(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the factory-default value for the XDH_PRE_CALC_MIN tuning parameter.
setXdhPreCalcMinMax(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the maximum value for the XDH_PRE_CALC_MIN tuning parameter.
setXdhPreCalcMinMin(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the minimum value for the XDH_PRE_CALC_MIN tuning parameter.
setXdhPreCalcMinOverride(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the override control for the XDH_PRE_CALC_MIN tuning parameter.
setXdhPreCalcMinStep(String) - Method in class net.i2p.router.web.TuningFormHandler
Sets the step value for the XDH_PRE_CALC_MIN tuning parameter.
setXff(double) - Method in class org.rrd4j.core.Archive
Sets X-files factor to a new value.
setXHTMLMode(NewsXMLParser.XHTMLMode) - Method in class net.i2p.router.news.NewsXMLParser
Sets the action taken when encountering a non-whitelisted XHTML element in the feed content.
setXMLParser(Parser) - Static method in class org.cybergarage.soap.SOAP
setXMLParser.
setXMLParser(Parser) - Static method in class org.cybergarage.upnp.UPnP
Sets the XML parser to be used by the UPnP framework.
setXORMode(Color) - Method in class org.jfree.svg.SVGGraphics2D
Does nothing in this SVGGraphics2D implementation.
setZeroStrokeWidth(double) - Method in class org.jfree.svg.SVGGraphics2D
Sets the width to use for the SVG stroke when the current AWT stroke has a width of 0.0.
setZipURL(String) - Method in class net.i2p.router.web.ConfigUpdateHandler
 
SevenBit - Class in i2p.susi.webmail.encoding
Decode only.
SevenBit() - Constructor for class i2p.susi.webmail.encoding.SevenBit
 
SFW_NOFIREWALL - Static variable in class edu.internet2.ndt.NDTConstants
Simple Firewall test result code: no firewall detected.
SFW_NOTTESTED - Static variable in class edu.internet2.ndt.NDTConstants
Simple Firewall test result code: not yet tested.
SFW_POSSIBLE - Static variable in class edu.internet2.ndt.NDTConstants
Simple Firewall test result code: firewall likely present.
SFW_PREDEFINED_TEST_MESSAGE - Static variable in class edu.internet2.ndt.NDTConstants
Predefined message text for the simple firewall test.
SFW_UNKNOWN - Static variable in class edu.internet2.ndt.NDTConstants
Simple Firewall test result code: firewall presence unknown.
sha() - Method in class net.i2p.I2PAppContext
Our SHA256 instance (see the hmac discussion for why its context specific)
SHA1 - Class in net.i2p.crypto
Implementation of the SHA-1 secure hash algorithm as specified in FIPS PUB 180-2.
SHA1() - Constructor for class net.i2p.crypto.SHA1
Creates a SHA1 object with default initial state.
SHA1Hash - Class in net.i2p.crypto
I2P data structure for SHA-1 hash values.
SHA1Hash() - Constructor for class net.i2p.crypto.SHA1Hash
Create an empty SHA-1 hash (data is null).
SHA1Hash(byte[]) - Constructor for class net.i2p.crypto.SHA1Hash
Create a SHA-1 hash from the given data.
SHA256Generator - Class in net.i2p.crypto
Defines a wrapper for SHA-256 operation.
SHA256Generator(I2PAppContext) - Constructor for class net.i2p.crypto.SHA256Generator
Unused.
sha256Hex(String, String, String) - Static method in class net.i2p.util.PasswordManager
Straight SHA256, no salt Will return the SHA256 sum of "user:subrealm:pw", compatible with RFC 7616.
sha256Hex(String) - Static method in class net.i2p.util.PasswordManager
Return the SHA256 sum of the data, compatible with RFC 7616.
sha256Sum(byte[]) - Static method in class net.i2p.util.PasswordManager
Standard SHA-256 checksum
SHA3Digest - Class in org.bouncycastle.crypto.digests
implementation of SHA-3 based on following KeccakNISTInterface.c from https://keccak.noekeon.org/
SHA3Digest() - Constructor for class org.bouncycastle.crypto.digests.SHA3Digest
SHA3Digest.
SHA3Digest(CryptoServicePurpose) - Constructor for class org.bouncycastle.crypto.digests.SHA3Digest
SHA3Digest.
SHA3Digest(int) - Constructor for class org.bouncycastle.crypto.digests.SHA3Digest
SHA3Digest.
SHA3Digest(int, CryptoServicePurpose) - Constructor for class org.bouncycastle.crypto.digests.SHA3Digest
SHA3Digest.
SHA3Digest(SHA3Digest) - Constructor for class org.bouncycastle.crypto.digests.SHA3Digest
SHA3Digest.
SHA512Digest - Class in org.bouncycastle.crypto.digests
FIPS 180-2 implementation of SHA-512.
SHA512Digest() - Constructor for class org.bouncycastle.crypto.digests.SHA512Digest
Standard constructor
SHA512Digest(CryptoServicePurpose) - Constructor for class org.bouncycastle.crypto.digests.SHA512Digest
Standard constructor, with purpose
SHA512Digest(SHA512Digest) - Constructor for class org.bouncycastle.crypto.digests.SHA512Digest
Copy constructor.
SHA512Digest(byte[]) - Constructor for class org.bouncycastle.crypto.digests.SHA512Digest
State constructor - create a digest initialised with the state of a previous one.
SHAKEDigest - Class in org.bouncycastle.crypto.digests
implementation of SHAKE based on following KeccakNISTInterface.c from https://keccak.noekeon.org/
SHAKEDigest() - Constructor for class org.bouncycastle.crypto.digests.SHAKEDigest
SHAKEDigest.
SHAKEDigest(CryptoServicePurpose) - Constructor for class org.bouncycastle.crypto.digests.SHAKEDigest
SHAKEDigest.
SHAKEDigest(int) - Constructor for class org.bouncycastle.crypto.digests.SHAKEDigest
Base constructor.
SHAKEDigest(int, CryptoServicePurpose) - Constructor for class org.bouncycastle.crypto.digests.SHAKEDigest
Base constructor.
SHAKEDigest(SHAKEDigest) - Constructor for class org.bouncycastle.crypto.digests.SHAKEDigest
Clone constructor
ShakeSymmetric() - Constructor for class org.bouncycastle.pqc.crypto.mlkem.Symmetric.ShakeSymmetric
Create shake symmetric.
SHARED_CLIENT_NICKNAME - Static variable in class net.i2p.i2ptunnel.ui.TunnelConfig
Nickname for the shared client tunnel config.
SHASH_LENGTH - Static variable in class net.i2p.util.PasswordManager
Stored hash length in bytes (salt + session key, 48).
shear(double, double) - Method in class org.jfree.svg.SVGGraphics2D
Applies a shear transformation.
ShellCommand - Class in net.i2p.util
Passes a command to the OS shell for execution and manages the input and output.
ShellCommand() - Constructor for class net.i2p.util.ShellCommand
 
ShellService - Class in net.i2p.router.web
Alternative to ShellCommand for plugins based on ProcessBuilder, which manages a process and keeps track of it's state by maintaining a Process object.
ShellService(I2PAppContext, ClientAppManager, String[]) - Constructor for class net.i2p.router.web.ShellService
Creates a ShellService from command-line args, validating the executable and setting up log files.
SHORT_HEADER_FLAGS_LEN - Static variable in class net.i2p.router.transport.udp.SSU2Util
Length of short header flags in bytes
SHORT_HEADER_FLAGS_OFFSET - Static variable in class net.i2p.router.transport.udp.SSU2Util
Offset of short header flags
SHORT_HEADER_SIZE - Static variable in class net.i2p.router.transport.udp.SSU2Util
16 bytes, short (data) header size
SHORT_RECORD_SIZE - Static variable in class net.i2p.data.i2np.OutboundTunnelBuildReplyMessage
SHORT_RECORD_SIZE.
SHORT_RECORD_SIZE - Static variable in class net.i2p.data.i2np.ShortTunnelBuildMessage
SHORT_RECORD_SIZE.
SHORT_RECORD_SIZE - Static variable in class net.i2p.data.i2np.ShortTunnelBuildReplyMessage
SHORT_RECORD_SIZE.
SHORT_REMOVE_TIME - Static variable in class net.i2p.router.sybil.Analysis
Short remove time
SHORT_TERM_RATES - Static variable in class net.i2p.stat.RateConstants
Short-term rate periods for real-time metrics: 1 minute, 10 minutes, and 1 hour.
ShortEncryptedBuildRecord - Class in net.i2p.data.i2np
Small records.
ShortEncryptedBuildRecord(byte[]) - Constructor for class net.i2p.data.i2np.ShortEncryptedBuildRecord
 
shortSender - Variable in class i2p.susi.webmail.Mail
Sender name or address truncated with …
shortSubject - Variable in class i2p.susi.webmail.Mail
Subject truncated with ….
shortToBigEndian(short) - Static method in class org.bouncycastle.util.Pack
Convert a short to a big-endian byte array.
shortToBigEndian(short, byte[], int) - Static method in class org.bouncycastle.util.Pack
Write a short to a byte array in big-endian order.
shortToLittleEndian(short) - Static method in class org.bouncycastle.util.Pack
Convert a short to a little-endian byte array.
shortToLittleEndian(short, byte[], int) - Static method in class org.bouncycastle.util.Pack
Write a short to a byte array in little-endian order.
ShortTunnelBuildMessage - Class in net.i2p.data.i2np
Variable size, small records.
ShortTunnelBuildMessage(I2PAppContext) - Constructor for class net.i2p.data.i2np.ShortTunnelBuildMessage
zero record count, will be set with readMessage()
ShortTunnelBuildMessage(I2PAppContext, int) - Constructor for class net.i2p.data.i2np.ShortTunnelBuildMessage
ShortTunnelBuildMessage.
ShortTunnelBuildReplyMessage - Class in net.i2p.data.i2np
Internal use only, to convert an inbound STBM to a reply.
ShortTunnelBuildReplyMessage(I2PAppContext, int) - Constructor for class net.i2p.data.i2np.ShortTunnelBuildReplyMessage
ShortTunnelBuildReplyMessage.
sHostName - Variable in class edu.internet2.ndt.Tcpbw100
S host name
shouldAllowInboundEstablishment() - Method in class net.i2p.router.transport.udp.EstablishmentManager
Should we allow another inbound establishment?
shouldAutoStart() - Method in interface org.klomp.snark.CompleteListener
 
shouldAutoStart() - Method in class org.klomp.snark.SnarkManager
 
shouldAutoStart() - Method in class org.klomp.snark.UpdateRunner
Whether to auto-start
shouldBan(Hash, TunnelId) - Method in class net.i2p.router.networkdb.kademlia.LookupBanHammer
Record a lookup and check if the requester should be banned.
shouldBanlistByCapability(String) - Method in class net.i2p.router.Banlist
Check if router capabilities match any of the custom ban patterns.
shouldBanLookup(Hash, TunnelId) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Check if lookup from a peer should be banned.
shouldBlockRequest(StringBuilder) - Method in class net.i2p.i2ptunnel.BlocklistManager
Checks if a request should be blocked based on the URL blocklist.
shouldCompress(int) - Method in class net.i2p.client.impl.I2PSessionImpl2
Return whether compression should be used.
shouldCompress() - Method in class net.i2p.i2ptunnel.HTTPResponseOutputStream
 
shouldDebug() - Method in class net.i2p.util.Log
Check if DEBUG level logging is enabled.
shouldDelay(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
shouldDelayConnect(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Check whether the tunnel has a streaming connect delay configured.
shouldDropDuplicates() - Method in class net.i2p.util.LogManager
Whether duplicate log records should be dropped.
shouldDropParticipatingInboundMessage(TunnelDispatcher.Location, int, int, SyntheticREDQueue) - Method in class net.i2p.router.tunnel.TunnelDispatcher
Check if we should drop an inbound participating tunnel message.
shouldDropParticipatingMessage(TunnelDispatcher.Location, int, int, SyntheticREDQueue) - Method in class net.i2p.router.tunnel.TunnelDispatcher
Implement RED (Random Early Discard) to enforce bandwidth limits.
shouldError() - Method in class net.i2p.util.Log
Check if ERROR level logging is enabled.
shouldExclude(RouterContext, RouterInfo) - Static method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Should the peer be excluded based on its published caps, crypto, and version?
shouldGzip() - Method in class net.i2p.util.LogManager
Check if gzip compression should be used for rotated log files.
shouldInfo() - Method in class net.i2p.util.Log
Check if INFO level logging is enabled.
shouldInstall() - Method in class net.i2p.router.update.ConsoleUpdateManager
from NewsFetcher
shouldLog(int) - Method in class net.i2p.util.Log
Check if messages at the given priority should be logged.
shouldPlot() - Method in class org.rrd4j.graph.RrdGraphDef
Returns whether there are any plot elements or valid graph comments to render.
shouldPreallocateFiles() - Method in class org.klomp.snark.SnarkManager
 
shouldProcessDSRM() - Method in class net.i2p.router.networkdb.kademlia.DirectLookupJob
 
shouldProcessDSRM() - Method in class net.i2p.router.networkdb.kademlia.FloodOnlySearchJob
 
shouldProcessDSRM() - Method in class net.i2p.router.networkdb.kademlia.SingleSearchJob
 
shouldPublishLeaseSet(Hash) - Method in class net.i2p.router.client.ClientManager
Determine if we should publish a leaseSet for this hash.
shouldPublishLeaseSet(Hash) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
 
shouldPublishLeaseSet(Hash) - Method in class net.i2p.router.ClientManagerFacade
Does the client specified want their leaseSet published?
shouldPurgeExistingRouters() - Method in class net.i2p.router.Banlist
Check if a retroactive NetDb purge sweep is needed.
shouldReadBody() - Method in class net.i2p.util.EepGet
Whether to read the response body.
shouldReadBody() - Method in class net.i2p.util.EepHead
Should we read the body of the response?
shouldReconnect() - Method in class net.i2p.client.impl.I2PSessionImpl
Whether the session should attempt reconnection on disconnect.
shouldRejectInproxy(Map<String, List<String>>) - Method in class net.i2p.i2ptunnel.RequestValidator
Checks if the request should be rejected based on inproxy headers.
shouldRejectReferer(Map<String, List<String>>) - Method in class net.i2p.i2ptunnel.RequestValidator
Checks if the request should be rejected based on referer header.
shouldRejectUserAgent(Map<String, List<String>>) - Method in class net.i2p.i2ptunnel.RequestValidator
Checks if the request should be rejected based on user-agent header.
shouldRequest(Peer, int) - Method in interface org.klomp.snark.BandwidthListener
Checks if we should request the given number of bytes from a peer.
shouldRequest(Peer, int) - Method in class org.klomp.snark.BandwidthManager
Should we request this many bytes?
shouldRequest(int) - Method in class org.klomp.snark.Peer
Should we request this many bytes?
shouldRequest(Peer, int) - Method in class org.klomp.snark.Peer
Should we request this many bytes?
shouldRequest(Peer, int) - Method in class org.klomp.snark.PeerCoordinator
Should we request this many bytes?
shouldRequest(int) - Method in class org.klomp.snark.WebPeer
Should we request this many bytes?
shouldRequestImmediateAck() - Method in class net.i2p.router.transport.udp.PeerState
SSU 2 only
shouldSchedule(RouterContext, PooledTunnelCreatorConfig) - Static method in class net.i2p.router.tunnel.pool.TestJob
Static method to check if a TestJob should be created and scheduled.
shouldSelectExplicit(TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
For debugging, also possibly for restricted routes? Needs analysis and testing
shouldSend(int) - Method in interface org.klomp.snark.BandwidthListener
Checks if we should send the given number of bytes.
shouldSend(int) - Method in class org.klomp.snark.BandwidthManager
Should we send this many bytes? Do NOT call uploaded() if this returns true.
shouldSend(int) - Method in class org.klomp.snark.Peer
Should we send this many bytes? Do NOT call uploaded() after this.
shouldSend(int) - Method in class org.klomp.snark.PeerCoordinator
Should we send this many bytes? Do NOT call uploaded() if this returns true.
shouldSendTags(PublicKey, SessionKey) - Method in class net.i2p.crypto.SessionKeyManager
Determine if tags should be sent to the target.
shouldSendTags(PublicKey, SessionKey, int) - Method in class net.i2p.crypto.SessionKeyManager
Determine if tags should be sent to the target with the specified threshold.
shouldSendTags(PublicKey, SessionKey) - Method in class net.i2p.router.crypto.ratchet.MuxedPQSKM
ElG only
shouldSendTags(PublicKey, SessionKey, int) - Method in class net.i2p.router.crypto.ratchet.MuxedPQSKM
ElG only
shouldSendTags(PublicKey, SessionKey) - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
ElG only
shouldSendTags(PublicKey, SessionKey, int) - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
ElG only
shouldSendTags(PublicKey, SessionKey, int) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
 
shouldSendTags(PublicKey, SessionKey, int) - Method in class net.i2p.router.crypto.TransientSessionKeyManager
 
shouldSendXFrame() - Method in class net.i2p.router.web.CSSHelper
Should we send X_Frame_Options=SAMEORIGIN Default true
shouldSetInterest(int) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Check if the given interest op is not already set
shouldShowBandwidthConfig() - Method in class net.i2p.router.web.helpers.HomeHelper
True if bandwidth is not yet configured.
shouldShowCancelGraceful() - Method in class net.i2p.router.web.ConfigServiceHandler
Should we show the cancel button?
shouldShowHTTPProxy() - Method in class net.i2p.router.web.helpers.ConfigReseedHelper
Determine if any HTTP reseed URLs are configured.
shouldShowHTTPSProxy() - Method in class net.i2p.router.web.helpers.ConfigReseedHelper
Determine if any HTTPS reseed URLs are configured.
shouldShowNews() - Method in class net.i2p.router.web.NewsHelper
Is the news newer than the last time it was hidden?
shouldShowNews(RouterContext) - Static method in class net.i2p.router.web.NewsHelper
 
shouldShowSearch() - Method in class net.i2p.router.web.helpers.HomeHelper
True if search should be shown.
shouldShowSelect() - Method in class net.i2p.router.web.helpers.ConfigReseedHelper
Determine if both HTTP and HTTPS reseed URLs are available.
shouldShowSystray() - Method in class net.i2p.router.web.ConfigServiceHandler
Should we show the systray controls?
shouldShowWelcome() - Method in class net.i2p.router.web.helpers.HomeHelper
True if no language has been configured.
shouldSign() - Method in class net.i2p.client.streaming.impl.PacketLocal
 
shouldStartAutomatically(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
Check whether the tunnel is configured to start automatically.
shouldStop() - Method in class net.i2p.sam.SAMHandler
Should the handler be stopped?
shouldStoreEncLS2To(RouterInfo) - Static method in class net.i2p.router.networkdb.kademlia.StoreJob
Is it new enough?
shouldStoreInitial() - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
shouldStoreLS2To(RouterInfo) - Static method in class net.i2p.router.networkdb.kademlia.StoreJob
Is it new enough?
shouldStoreTo(RouterInfo) - Static method in class net.i2p.router.networkdb.kademlia.StoreJob
Is it new enough?
shouldTest() - Method in class net.i2p.router.TunnelPoolSettings
Should tunnels in this pool be tested?
shouldThrottle(Hash) - Method in class net.i2p.client.streaming.impl.ConnThrottler
Checks both individual and total.
shouldThrottle(Hash) - Method in class net.i2p.i2ptunnel.ConnThrottler
Checks if a peer or the total connection rate exceeds configured limits.
shouldThrottle(Hash) - Method in class net.i2p.router.networkdb.kademlia.FloodThrottler
Increments the counter and checks if the hash should be throttled
shouldThrottle(Hash, TunnelId) - Method in class net.i2p.router.networkdb.kademlia.LookupThrottler
Increment and check throttling for the given peer and tunnel.
shouldThrottle(byte[]) - Method in class net.i2p.router.transport.udp.IPThrottler
Increments before checking
shouldThrottle(Hash) - Method in class net.i2p.router.tunnel.pool.ParticipatingThrottler
Determines whether to throttle tunnel participation for the given router.
shouldThrottle(Hash) - Method in class net.i2p.router.tunnel.pool.RequestThrottler
Checks if the given router's tunnel requests should be throttled.
shouldThrottleFlood(Hash) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Increments and tests.
shouldThrottleLookup(Hash, TunnelId) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Increments and tests.
shouldUpdateStored(LeaseSet) - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
shouldUseDHT() - Method in class org.klomp.snark.I2PSnarkUtil
 
shouldUseOpenTrackers() - Method in class org.klomp.snark.I2PSnarkUtil
 
shouldValidateHeader(String) - Method in class org.rrd4j.core.RrdBackendFactory
Determines if the header should be validated.
shouldValidateHeader(URI) - Method in class org.rrd4j.core.RrdBackendFactory
Determines if the header should be validated.
shouldWarn() - Method in class net.i2p.util.Log
Check if WARN level logging is enabled.
showDocument(URL) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.AppletContext
Request that the browser show the document at the given URL.
showFirewallWarning() - Method in class net.i2p.router.web.helpers.SidebarHelper
Should we warn about a possible firewall problem?
showMessageDialog(Object, String) - Static method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JOptionPane
Show a message dialog (no-op).
showMessageDialog(Object, String, String, int) - Static method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JOptionPane
Show a message dialog with title and type (no-op).
showNews(boolean) - Method in class net.i2p.router.web.NewsHelper
Save config with the timestamp of the current news to hide, or 0 to show
showNews(RouterContext, boolean) - Static method in class net.i2p.router.web.NewsHelper
Save config with the timestamp of the current news to hide, or 0 to show
showPlugins() - Method in class net.i2p.router.web.helpers.ConfigClientsHelper
Whether plugins are enabled.
showSignature - Variable in class org.rrd4j.graph.RrdGraphDef
Whether to show the signature on the graph.
showStatus(String) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JApplet
Status text.
showStatus(String) - Method in class edu.internet2.ndt.Tcpbw100
Display current status in Applet window.
showStatusFilter() - Method in class org.klomp.snark.I2PSnarkUtil
 
shrink(int) - Method in class net.i2p.util.TryCache
Shrink the cache to the target size, evicting excess items.
shrinkDBProfile() - Method in class net.i2p.router.peermanager.PeerProfile
Shrink the DB-specific part of the profile.
shrinkProfile() - Method in class net.i2p.router.peermanager.PeerProfile
Shrink the profile by dropping the RateStat objects.
shutdown() - Method in class gnu.crypto.prng.AsyncFortunaStandalone
Stop the PRNG
shutdown(String[]) - Method in interface net.i2p.app.ClientApp
Do not take a long time.
shutdown(String[]) - Method in class net.i2p.apps.systray.UrlLauncher
ClientApp interface
shutdown() - Method in class net.i2p.client.naming.MetaNamingService
 
shutdown() - Method in class net.i2p.client.naming.NamingService
Parent will call when removed.
shutdown() - Method in class net.i2p.client.naming.SingleFileNamingService
 
shutdown() - Method in class net.i2p.client.streaming.impl.ConnectionManager
Kill all connections and the timers.
shutdown() - Method in class net.i2p.crypto.ElGamalEngine
Note that this stops the precalc thread and it cannot be restarted.
shutdown() - Method in class net.i2p.crypto.SessionKeyManager
Called when the system is closing down, instructing the session key manager to take whatever precautions are necessary (saving state, etc)
shutdown() - Method in class net.i2p.crypto.YKGenerator
Stop the background precalc thread.
shutdown(String[]) - Method in class net.i2p.desktopgui.ExternalMain
 
shutdown(String[]) - Method in class net.i2p.desktopgui.Main
 
shutDown(RouterContext) - Static method in class net.i2p.desktopgui.router.RouterManager
Stop the running I2P instance immediately.
shutdown(String[]) - Method in class net.i2p.i2pcontrol.I2PControlController
Stop the Jetty server
shutdown(String[]) - Method in class net.i2p.i2pcontrol.SocketController
Stop the socket server
shutdown(String[]) - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
ClientApp interface
shutdown(boolean) - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Warning - destroys the singleton! Caller must root a new context before calling instance() or main() again.
shutdown() - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Convenience method - calls shutdown(true) to wait for.
shutdown(String[]) - Method in class net.i2p.jetty.JettyStart
 
shutdown() - Static method in class net.i2p.router.BanLogger
Shutdown the ban logger — close the writer and release resources.
shutdown(String) - Method in class net.i2p.router.client.ClientManager
Shutdown the client manager, disconnecting all clients.
shutdown() - Method in class net.i2p.router.client.ClientManagerFacadeImpl
shutdown.
shutdown(String) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
 
shutdown(String) - Method in class net.i2p.router.ClientManagerFacade
Shut down the client manager with a reason message.
shutdown() - Method in class net.i2p.router.ClientMessagePool
Shutdown the client message pool and clear all caches.
shutdown() - Method in class net.i2p.router.crypto.FamilyKeyCrypto
Clears the caches
shutdown() - Method in class net.i2p.router.crypto.pqc.MLKEMKeyFactory
Note that this stops the singleton precalc thread.
shutdown() - Method in class net.i2p.router.crypto.ratchet.ECIESAEADEngine
Cannot be restarted
shutdown() - Method in class net.i2p.router.crypto.ratchet.Elg2KeyFactory
Note that this stops the singleton precalc thread.
shutdown() - Method in class net.i2p.router.crypto.ratchet.MuxedPQSKM
Shuts down both ECIES and PQ key managers.
shutdown() - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
Shuts down both ElGamal and ECIES key managers.
shutdown() - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
Cannot be restarted
shutdown() - Method in class net.i2p.router.crypto.TransientSessionKeyManager
shutdown.
shutdown() - Method in class net.i2p.router.dummy.DummyClientManagerFacade
 
shutdown(String) - Method in class net.i2p.router.dummy.DummyClientManagerFacade
 
shutdown() - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
Shut down and release resources
shutdown() - Method in class net.i2p.router.dummy.DummyNetworkDatabaseSegmentor
 
shutdown() - Method in class net.i2p.router.dummy.DummyPeerManagerFacade
 
shutdown() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
shutdown() - Method in class net.i2p.router.dummy.VMCommSystem
Shut down and release resources
shutdown() - Method in class net.i2p.router.InNetMessagePool
Shutdown the message pool, stopping all dispatchers and clearing queued messages.
shutdown() - Method in class net.i2p.router.JobQueue
Shutdown the job queue, stopping all runners and clearing all jobs.
shutdown() - Method in class net.i2p.router.JobQueueScaler
Shutdown the scaler gracefully.
shutdown() - Method in class net.i2p.router.MessageHistory
Shutdown the message history.
shutdown() - Method in class net.i2p.router.MessageValidator
Stop the message validator and clean up resources.
shutdown() - Method in class net.i2p.router.naming.BlockfileNamingService
Shut down the naming service and close the backing store.
shutdown() - Method in class net.i2p.router.networkdb.kademlia.BlindCache
May be restarted by calling startup() again.
shutdown() - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
If we are floodfill, turn it off and tell everybody.
shutdown() - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseSegmentor
If we are floodfill, turn it off and tell everybody for the _mainDbid
shutdown() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
shutdown() - Method in class net.i2p.router.networkdb.kademlia.SegmentedNetworkDatabaseFacade
Shut down the network databases
shutdown(String[]) - Method in class net.i2p.router.news.NewsManager
ClientApp interface
shutdown() - Method in class net.i2p.router.peermanager.PeerManagerFacadeImpl
shutdown.
shutdown(int) - Method in class net.i2p.router.Router
Shutdown with no chance of cancellation.
shutdown() - Method in interface net.i2p.router.Service
Instruct the service that the router is shutting down and that it should do whatever is necessary to go down gracefully.
shutdown() - Method in class net.i2p.router.startup.RouterAppManager
Shut down all running client applications.
Shutdown() - Constructor for class net.i2p.router.startup.RouterAppManager.Shutdown
 
shutdown(String[]) - Method in class net.i2p.router.sybil.Analysis
Stops the Sybil analysis service and changes state to STOPPED.
shutdown() - Method in class net.i2p.router.tasks.RouterWatchdog
Shutdown the watchdog gracefully.
shutdown() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Cannot be restarted after calling this.
shutdown() - Method in class net.i2p.router.transport.crypto.X25519KeyFactory
Note that this stops the singleton precalc thread.
shutdown() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
Shut down the bandwidth limiter
shutdown() - Method in class net.i2p.router.transport.FIFOBandwidthRefiller
Shut down the bandwidth refiller
shutdown() - Method in class net.i2p.router.transport.GeoIP
Shutdown and release resources.
shutdown() - Method in class net.i2p.router.transport.OutboundMessageRegistry
Does something @since 0.8.8
shutdown() - Method in class net.i2p.router.transport.TransportManager
Cannot be restarted.
shutdown() - Method in class net.i2p.router.transport.udp.EstablishmentManager
shutdown.
shutdown() - Method in class net.i2p.router.transport.udp.InboundMessageFragments
shutdown.
shutdown() - Method in class net.i2p.router.transport.udp.MessageReceiver
shutdown.
shutdown() - Method in class net.i2p.router.transport.udp.OutboundMessageFragments
shutdown.
shutdown() - Method in class net.i2p.router.transport.udp.PacketHandler
Shut down the packet handler.
shutdown() - Method in class net.i2p.router.transport.udp.PacketPusher
Stops the packet pusher thread.
shutdown() - Method in class net.i2p.router.transport.udp.UDPEndpoint
shutdown.
shutdown() - Method in class net.i2p.router.transport.udp.UDPReceiver
Stop the receiver thread and cease reading from the socket.
shutdown() - Method in class net.i2p.router.transport.udp.UDPSender
Gracefully shuts down the UDP sender thread.
shutdown() - Method in class net.i2p.router.transport.udp.UDPTransport
Stop all UDP endpoints, handlers, and background threads.
shutdown() - Method in class net.i2p.router.Tuner
Flush on shutdown — unconditional write if dirty
shutdown() - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
shutdown() - Method in class net.i2p.router.tunnel.pool.BuildExecutor
Cannot be restarted.
shutdown(int) - Method in class net.i2p.router.tunnel.pool.BuildHandler
Cannot be restarted.
shutdown() - Method in class net.i2p.router.tunnel.pool.IdleTunnelMonitor
Shut down the monitor and clean up resources.
shutdown() - Method in class net.i2p.router.tunnel.pool.TunnelPool
Shut down the pool and clean up resources.
shutdown() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Cannot be restarted
shutdown() - Method in class net.i2p.router.tunnel.TunnelDispatcher
Shut down TunnelDispatcher
shutdown() - Method in class net.i2p.router.update.ConsoleUpdateManager
UpdateManager interface
shutdown(String[]) - Method in class net.i2p.router.update.ConsoleUpdateManager
ClientApp interface
shutdown() - Method in class net.i2p.router.update.UpdateRunner
shutdown.
shutdown(String[]) - Method in class net.i2p.router.web.GraphGenerator
Does nothing, we aren't tracked
shutdown(String[]) - Method in class net.i2p.router.web.NavHelper
 
shutdown(String[]) - Method in class net.i2p.router.web.RouterConsoleRunner
 
shutdown(String[]) - Method in class net.i2p.router.web.ShellService
Shut down the process by calling Process.destroy()
shutdown(String[]) - Method in class net.i2p.sam.SAMBridge
As of 0.9.20, stops running handlers and sessions.
shutDown() - Method in class net.i2p.sam.SAMDatagramSession
Shut down the datagram session.
shutDown() - Method in class net.i2p.sam.SAMMessageSession
Do whatever is needed to shutdown the SAM session
shutDown() - Method in class net.i2p.sam.SAMRawSession
Shut down the raw session.
shutdown() - Method in class net.i2p.servlet.filters.SessionManager
shutdown.
shutdown() - Method in class net.i2p.stat.StatManager
Shut down the statistics manager and clear all statistics.
shutdown() - Method in interface net.i2p.update.UpdateManager
Shutdown the update manager.
shutdown() - Method in interface net.i2p.update.UpdateTask
Shutdown the task.
shutdown() - Method in class net.i2p.util.FortunaRandomSource
Note - methods may hang or NPE or throw IllegalStateExceptions after this
shutdown() - Method in class net.i2p.util.LogManager
Shut down the log manager, flushing and stopping the writer.
shutdown() - Method in interface org.klomp.snark.ShutdownListener
Called when the SnarkShutdown hook has finished shutting down all subcomponents.
shutdown() - Method in class org.klomp.snark.Snark
SnarkShutdown callback unused
shutdown(String[]) - Method in class org.klomp.snark.SnarkManager
ClientApp method.
shutdown() - Static method in class org.klomp.snark.standalone.RunStandalone
 
shutdown() - Method in class org.klomp.snark.UpdateRunner
shutdown.
shutdown() - Method in class org.rrd4j.core.RrdSyncThreadPool
Shuts down this thread pool in an orderly manner.
shutdown2(int) - Method in class net.i2p.router.Router
Cancel the JVM runtime hook before calling this.
shutDownGracefully(RouterContext) - Static method in class net.i2p.desktopgui.router.RouterManager
Stop the running I2P instance gracefully.
shutdownGracefully() - Method in class net.i2p.router.Router
Non-blocking shutdown.
shutdownGracefully(int) - Method in class net.i2p.router.Router
Non-blocking shutdown.
shutDownGracefully() - Method in class net.i2p.sam.SAMStreamSession.StreamSender
Stop a SAM STREAM session socket sender gracefully: stop the sender thread once all pending data has been sent.
ShutdownHook - Class in net.i2p.router.tasks
Emergency shutdown hook for JVM termination.
ShutdownHook(RouterContext) - Constructor for class net.i2p.router.tasks.ShutdownHook
Create a new shutdown hook for emergency router shutdown.
shutdownInput() - Method in class net.i2p.client.streaming.impl.StandardSocket
shutdownInput.
shutdownInput() - Method in class net.i2p.sam.SSLSocketChannel
Shut down the input stream of the underlying SSL socket.
shutdownInput() - Method in class net.i2p.util.InternalSocket
Supported as of 0.9.33, prior to that threw UnsupportedOperationException
ShutdownListener - Interface in org.klomp.snark
Callback interface for the end of the shutdown sequence.
shutdownOutput() - Method in class net.i2p.client.streaming.impl.StandardSocket
shutdownOutput.
shutdownOutput() - Method in class net.i2p.sam.SSLSocketChannel
Shut down the output stream of the underlying SSL socket.
shutdownOutput() - Method in class net.i2p.util.InternalSocket
Flushes (as the Socket javadocs advise) and closes.
SID - Static variable in class org.cybergarage.http.HTTP
SID (Session ID) header for UPnP eventing
SIDEBAR_RATES - Static variable in class net.i2p.stat.RateConstants
Extended rate periods including 5 minutes for sidebar display.
SidebarHelper - Class in net.i2p.router.web.helpers
Simple helper to query the appropriate router for data necessary to render the summary sections on the router console.
SidebarHelper() - Constructor for class net.i2p.router.web.helpers.SidebarHelper
 
SidebarHelper.NetworkState - Enum in net.i2p.router.web.helpers
Enumeration of network reachability state values.
SidebarHelper.NetworkStateMessage - Class in net.i2p.router.web.helpers
State message to be displayed to the user in the summary bar.
SidebarRenderer - Class in net.i2p.router.web.helpers
Helper for sidebar rendering and navigation.
SidebarRenderer(RouterContext, SidebarHelper) - Constructor for class net.i2p.router.web.helpers.SidebarRenderer
SidebarRenderer.
sig - Variable in class net.i2p.router.news.BlocklistEntries
Signature in type:base64 format.
SigAlgo - Enum in net.i2p.crypto
Base signature algorithm type
sigBytesToASN1(BigInteger, BigInteger) - Static method in class net.i2p.crypto.SigUtil
http://download.oracle.com/javase/1.5.0/docs/guide/security/CryptoSpec.html
SigContext - Enum in net.i2p.crypto
Defines the context for signing with personalized hashes.
SigContext.SigContextSpec - Class in net.i2p.crypto
Algorithm parameter specification for personalized hash contexts in digital signatures.
SigContextSpec(String) - Constructor for class net.i2p.crypto.SigContext.SigContextSpec
Creates a signature context specification from the given context string.
sign(SigningPrivateKey) - Method in class net.i2p.client.naming.HostTxtEntry
Sign and set the "sig" property Must have been constructed with non-null properties.
sign(byte[], SigningPrivateKey) - Method in class net.i2p.crypto.DSAEngine
Sign using any key type.
sign(byte[], int, int, SigningPrivateKey) - Method in class net.i2p.crypto.DSAEngine
Sign using any key type as of 0.9.12 (DSA-SHA1 only prior to that)
sign(InputStream, SigningPrivateKey) - Method in class net.i2p.crypto.DSAEngine
Sign using DSA-SHA1 ONLY.
sign(SHA1Hash, SigningPrivateKey) - Method in class net.i2p.crypto.DSAEngine
Sign using DSA-SHA1 ONLY.
sign(Hash, SigningPrivateKey) - Method in class net.i2p.crypto.DSAEngine
Nonstandard.
sign(SimpleDataStructure, SigningPrivateKey) - Method in class net.i2p.crypto.DSAEngine
Generic signature type.
sign(SimpleDataStructure, PrivateKey, SigType) - Method in class net.i2p.crypto.DSAEngine
Generic signature type.
sign(String, String, String, String) - Method in class net.i2p.crypto.TrustedUpdate
Uses the given private key to sign the given input file along with its version string using DSA.
sign(String, String, SigningPrivateKey, String) - Method in class net.i2p.crypto.TrustedUpdate
Uses the given SigningPrivateKey to sign the given input file along with its version string using DSA.
sign(SigningPrivateKey) - Method in class net.i2p.data.DatabaseEntry
Sign the structure using the supplied signing key
sign(SigningPrivateKey) - Method in class net.i2p.data.EncryptedLeaseSet
Sign the structure using the supplied signing key.
sign(SigningPrivateKey, int, List<? extends SimpleDataStructure>) - Method in class net.i2p.data.EncryptedLeaseSet
Sign the structure using the supplied signing key.
sign(SigningPrivateKey) - Method in class net.i2p.data.LeaseSet2
Sign the structure using the supplied signing key.
sign(String, Hash) - Method in class net.i2p.router.crypto.FamilyKeyCrypto
Caller must add family to RI also.
sign(I2PAppContext, byte[], Hash, Hash, byte[], int, SigningPrivateKey) - Static method in class net.i2p.router.transport.udp.SSU2Util
Sign the relay or peer test data, using the prologue and hash as the initial data, and then the provided data.
sign(SigningPrivateKey) - Method in class net.i2p.util.ByteArrayStream
Signs the written data.
sign(I2PAppContext, SigningPrivateKey) - Method in class net.i2p.util.ByteArrayStream
Signs the written data.
Signature - Class in net.i2p.data
Cryptographic signature implementation for I2P data structures and identity verification.
Signature() - Constructor for class net.i2p.data.Signature
Creates a new Signature with the default DSA-SHA1 type.
Signature(SigType) - Constructor for class net.i2p.data.Signature
Unknown type not allowed as we won't know the length to read in the data.
Signature(byte[]) - Constructor for class net.i2p.data.Signature
Creates a new Signature from byte data with default type.
Signature(SigType, byte[]) - Constructor for class net.i2p.data.Signature
Should we allow an unknown type here?
SIGNATURE - Static variable in class org.rrd4j.core.Header
RRD4J signature string used to identify RRD4J files.
signature - Variable in class org.rrd4j.graph.RrdGraphDef
Signature string displayed on the graph.
SIGNATURE_ALGORITHM - Static variable in class net.i2p.crypto.eddsa.EdDSAEngine
The signature algorithm name.
SIGNATURE_BYTES - Static variable in class net.i2p.data.Signature
Default signature length in bytes.
SIGNATURE_LENGTH - Static variable in class org.rrd4j.core.Header
Length of the RRD signature string.
signatureExpiration - Variable in class org.minidns.record.RRSIG
The date and time this RRSIG records expires.
signatureInception - Variable in class org.minidns.record.RRSIG
The date and time this RRSIG records starts to be valid.
signedNextInt() - Method in class net.i2p.util.FortunaRandomSource
 
signedNextInt() - Method in class net.i2p.util.RandomSource
This code unused, see FortunaRandomSource override
signer - Variable in class net.i2p.router.news.BlocklistEntries
Signer certificate name.
signerName - Variable in class org.minidns.record.RRSIG
The owner name of the DNSKEY RR that a validator is supposed to use.
SigningPrivateKey - Class in net.i2p.data
Cryptographic private key for digital signature generation in I2P.
SigningPrivateKey() - Constructor for class net.i2p.data.SigningPrivateKey
Creates a new SigningPrivateKey with the default DSA-SHA1 type.
SigningPrivateKey(SigType) - Constructor for class net.i2p.data.SigningPrivateKey
 
SigningPrivateKey(byte[]) - Constructor for class net.i2p.data.SigningPrivateKey
Creates a new SigningPrivateKey from byte data with default type.
SigningPrivateKey(SigType, byte[]) - Constructor for class net.i2p.data.SigningPrivateKey
 
SigningPrivateKey(String) - Constructor for class net.i2p.data.SigningPrivateKey
constructs from base64
signingPrivateKey - Variable in class net.i2p.router.startup.LoadRouterInfoJob.KeyData
signingPrivateKey.
signingPrivKey - Variable in class net.i2p.data.PrivateKeyFile
the signing private key
SigningPublicKey - Class in net.i2p.data
Cryptographic public key for digital signature verification in I2P.
SigningPublicKey() - Constructor for class net.i2p.data.SigningPublicKey
Creates a new SigningPublicKey with the default DSA-SHA1 type.
SigningPublicKey(SigType) - Constructor for class net.i2p.data.SigningPublicKey
If null, type is unknown.
SigningPublicKey(byte[]) - Constructor for class net.i2p.data.SigningPublicKey
Creates a new SigningPublicKey from byte data with default type.
SigningPublicKey(SigType, byte[]) - Constructor for class net.i2p.data.SigningPublicKey
If null, type is unknown.
SigningPublicKey(String) - Constructor for class net.i2p.data.SigningPublicKey
constructs from base64
signInner(SigningPrivateKey) - Method in class net.i2p.client.naming.HostTxtEntry
Sign and set the "oldsig" property Must have been constructed with non-null properties.
signLeaseSet(LeaseSet, boolean, I2PSessionImpl) - Method in class net.i2p.client.impl.RequestLeaseSetMessageHandler
Finish creating and signing the new LeaseSet
signOneShot(byte[]) - Method in class net.i2p.crypto.eddsa.EdDSAEngine
To efficiently sign all the data in one shot, if it is available, use this method, which will avoid copying the data.
signOneShot(byte[], int, int) - Method in class net.i2p.crypto.eddsa.EdDSAEngine
To efficiently sign all the data in one shot, if it is available, use this method, which will avoid copying the data.
signRemove(SigningPrivateKey) - Method in class net.i2p.client.naming.HostTxtEntry
Sign as a "remove" line #!dest=dest#name=name#k1=v1#sig=sig...] Must have been constructed with non-null properties.
signSessionConfig(SigningPrivateKey) - Method in class net.i2p.data.i2cp.SessionConfig
Sign the structure using the supplied private key
SigType - Enum in net.i2p.crypto
Defines the properties for various signature types that I2P supports or may someday support.
SigUtil - Class in net.i2p.crypto
Comprehensive utility class for I2P signing keys and digital signatures.
SimpleBandwidthEstimator - Class in net.i2p.client.streaming.impl
A Westwood+ bandwidth estimator with a first stage anti-aliasing low pass filter based on RTT, and the time-varying Westwood filter based on inter-arrival time.
SimpleBandwidthEstimator(I2PAppContext, ConnectionOptions) - Constructor for class net.i2p.client.streaming.impl.SimpleBandwidthEstimator
SimpleBandwidthEstimator
SimpleBandwidthEstimator - Class in net.i2p.router.transport.udp
A Westwood+ bandwidth estimator with: <ul> <li>A first-stage anti-aliasing low-pass filter based on RTT</li> <li>A time-varying EWMA filter based on inter-arrival time</li> </ul> <p>This estimator is adapted from the Linux kernel's <code>tcp_westwood.c</code> implementation and the Westwood+ research paper.</p> <p>Ref: <em>TCP Westwood: End-to-End Congestion Control for Wired/Wireless Networks</em> - Casetti et al.</p> <p>Ref: <em>End-to-End Bandwidth Estimation for Congestion Control in Packet Networks</em> - Grieco and Mascolo.</p> <p>Adapted for I2P streaming transport in 0.9.49.</p>
SimpleBandwidthEstimator(I2PAppContext, PeerState) - Constructor for class net.i2p.router.transport.udp.SimpleBandwidthEstimator
Creates a new bandwidth estimator for the given peer.
SimpleByteCache - Class in net.i2p.util
Like ByteCache but works directly with byte arrays, not ByteArrays.
SimpleDataStructure - Class in net.i2p.data
Base class for I2P data structures containing a single fixed-length byte array.
SimpleDataStructure() - Constructor for class net.i2p.data.SimpleDataStructure
A new instance with the data set to null.
SimpleDataStructure(byte[]) - Constructor for class net.i2p.data.SimpleDataStructure
Creates a SimpleDataStructure with the given data.
SimpleTimeLabelFormat - Class in org.rrd4j.graph
Simple time label using a format similar to strftime.
SimpleTimeLabelFormat(String) - Constructor for class org.rrd4j.graph.SimpleTimeLabelFormat
Create a new instance using a format string that is either an strftime patter or a simple date format pattern.
simpleTimer2() - Method in class net.i2p.I2PAppContext
Use instead of SimpleTimer2.getInstance()
SimpleTimer2 - Class in net.i2p.util
Scheduled event executor backed by ScheduledThreadPoolExecutor.
SimpleTimer2(I2PAppContext) - Constructor for class net.i2p.util.SimpleTimer2
To be instantiated by the context.
SimpleTimer2(I2PAppContext, String) - Constructor for class net.i2p.util.SimpleTimer2
To be instantiated by the context.
SimpleTimer2(I2PAppContext, String, boolean) - Constructor for class net.i2p.util.SimpleTimer2
To be instantiated by the context.
SimpleTimer2.TimedEvent - Class in net.i2p.util
Base class for timer events.
SingleFileNamingService - Class in net.i2p.client.naming
A naming service based on a single file using the "hosts.txt" format.
SingleFileNamingService(I2PAppContext, String) - Constructor for class net.i2p.client.naming.SingleFileNamingService
Application context.
SingleLookupJob - Class in net.i2p.router.networkdb.kademlia
Performs targeted followup lookups for RouterInfo entries from search replies.
SingleLookupJob(RouterContext, DatabaseSearchReplyMessage) - Constructor for class net.i2p.router.networkdb.kademlia.SingleLookupJob
SingleLookupJob.
SingleSearchJob - Class in net.i2p.router.networkdb.kademlia
Performs a targeted lookup to a single peer for a specific key.
SingleSearchJob(RouterContext, Hash, Hash) - Constructor for class net.i2p.router.networkdb.kademlia.SingleSearchJob
 
SingleTagSet - Class in net.i2p.router.crypto.ratchet
Single-use tag set for handling inbound Existing Session messages in database replies with fixed nonce of 0, designed for DSM/DSRM response processing
SingleTagSet(SessionTagListener, SessionKey, RatchetSessionTag, long, long) - Constructor for class net.i2p.router.crypto.ratchet.SingleTagSet
For outbound Existing Session
sink - Variable in class net.i2p.i2ptunnel.streamr.Pinger
 
sink - Variable in class net.i2p.i2ptunnel.udp.I2PSource
The sink to receive datagrams
Sink - Interface in net.i2p.i2ptunnel.udp
Sink interface for streaming data destinations.
sink - Variable in class net.i2p.i2ptunnel.udp.UDPSource
 
SipHash - Class in net.i2p.util
Wrapper around SipHashInline with constant per-JVM keys
SipHash() - Constructor for class net.i2p.util.SipHash
 
SipHashInline - Class in net.i2p.crypto
SipHash implementation with hand inlining the SIPROUND.
size() - Method in class com.thetransactioncompany.jsonrpc2.util.NamedParamsRetriever
 
size() - Method in class com.thetransactioncompany.jsonrpc2.util.ParamsRetriever
Returns the parameter count.
size() - Method in class com.thetransactioncompany.jsonrpc2.util.PositionalParamsRetriever
 
size(Properties) - Method in class net.i2p.client.naming.MetaNamingService
All services aggregated
size() - Method in class net.i2p.client.naming.NamingService
Get the number of entries in this naming service.
size(Properties) - Method in class net.i2p.client.naming.NamingService
This implementation returns -1.
size(Properties) - Method in class net.i2p.client.naming.SingleFileNamingService
Return the number of entries.
size() - Method in class net.i2p.data.Certificate
Serialized size in bytes.
size() - Method in class net.i2p.data.Destination
Serialized size of this destination.
size() - Method in class net.i2p.data.EncryptedLeaseSet
Number of bytes, NOT including signature
size() - Method in class net.i2p.data.LeaseSet
Number of bytes, NOT including signature
size() - Method in class net.i2p.data.LeaseSet2
Number of bytes, NOT including signature
size() - Method in class net.i2p.data.MetaLeaseSet
Number of bytes, NOT including signature
size() - Method in class net.i2p.kademlia.KBucketSet
The current number of entries.
size() - Method in class net.i2p.router.crypto.ratchet.RatchetTagSet
unused tags generated
size() - Method in class net.i2p.router.crypto.ratchet.SingleTagSet
 
size() - Method in class net.i2p.router.crypto.ratchet.SparseArray
Returns the number of key-value mappings that this SparseArray currently stores.
size(Properties) - Method in class net.i2p.router.naming.BlockfileNamingService
 
size() - Method in interface net.i2p.router.networkdb.kademlia.DataStore
 
size() - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
 
size() - Method in class net.i2p.router.transport.PrioritySendPool
size.
size() - Method in class net.i2p.router.transport.udp.SSU2Bitfield
size.
size() - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
size() - Method in class net.i2p.router.tunnel.pool.ExcluderBase
size.
size() - Method in class net.i2p.router.tunnel.pool.TunnelPool
duplicate of getTunnelCount(), let's pick one
size - Variable in class net.i2p.router.util.CachedIteratorCollection
Size of the collection
size() - Method in class net.i2p.router.util.CachedIteratorCollection
Return size of current collection
size() - Method in class net.i2p.router.util.RemovableSingletonSet
size.
size() - Method in class net.i2p.sam.SessionsDB
Get the number of registered sessions.
size() - Method in class net.i2p.util.ArraySet
 
size() - Method in class net.i2p.util.ConcurrentHashSet
 
size() - Method in class net.i2p.util.TryCache
Get the current number of cached items.
size - Variable in class net.metanotion.util.skiplist.SkipList
Number of items in the list.
size() - Method in class net.metanotion.util.skiplist.SkipList
Return the number of items.
size() - Method in class org.klomp.snark.BitField
Returns the size of the BitField.
size() - Method in class org.klomp.snark.comments.CommentSet
Returns the number of non-hidden comments.
size() - Method in interface org.klomp.snark.dht.DHT
Known nodes, not estimated total network size.
size() - Method in class org.klomp.snark.dht.DHTNodes
Number of known nodes, not total net size.
size() - Method in class org.klomp.snark.dht.KRPC
Known nodes, not estimated total network size.
size() - Method in class org.minidns.dnsname.DnsName
size.
size - Variable in class org.rrd4j.core.jrrd.CDPStatusBlock
Size of block in bytes
size() - Method in class org.xlattice.crypto.filters.BloomSHA1
Returns the number of keys which have been inserted.
SIZE_OF_DOUBLE - Static variable in interface org.rrd4j.core.jrrd.Constants
Constant SIZE_OF_DOUBLE=8
SizeSorter(MailCache) - Constructor for class i2p.susi.webmail.Sorters.SizeSorter
Sorts by message size.
SkewComparator() - Constructor for class net.i2p.router.web.helpers.UDPSorters.SkewComparator
 
skip(long) - Method in class i2p.susi.util.CountingInputStream
Skip bytes and count them.
skip(long) - Method in class i2p.susi.util.EOFOnMatchInputStream
Skip bytes in the stream.
skip(long) - Method in class i2p.susi.util.LimitInputStream
Skip bytes, limited by the remaining quota.
skip(InputStream, long) - Static method in class net.i2p.data.DataHelper
This is different than InputStream.skip(), in that it does repeated reads until the full amount is skipped.
skip(long) - Method in class net.i2p.util.LookaheadInputStream
 
skip(long) - Method in class net.i2p.util.TranslateReader
 
skipBytes(int) - Method in class net.metanotion.io.RAIFile
 
skipBytes(int) - Method in interface net.metanotion.io.RandomAccessInterface
 
skipBytes(int) - Method in class org.rrd4j.core.jrrd.RRDFile
Skip bytes
SkipIterator<K extends Comparable<? super K>,V> - Class in net.metanotion.util.skiplist
A basic iterator for a skip list.
SkipIterator() - Constructor for class net.metanotion.util.skiplist.SkipIterator
Constructor for subclass use.
SkipIterator(SkipSpan<K, V>, int) - Constructor for class net.metanotion.util.skiplist.SkipIterator
Constructor.
SkipLevels<K extends Comparable<? super K>,V> - Class in net.metanotion.util.skiplist
Manages the level structure for a skip list data structure.
SkipLevels() - Constructor for class net.metanotion.util.skiplist.SkipLevels
Protected constructor for subclasses.
SkipLevels(int, SkipSpan<K, V>) - Constructor for class net.metanotion.util.skiplist.SkipLevels
Create a new SkipLevels with the specified size.
SkipList<K extends Comparable<? super K>,V> - Class in net.metanotion.util.skiplist
Skip list data structure implementation for efficient key-value storage and retrieval.
SkipList() - Constructor for class net.metanotion.util.skiplist.SkipList
Constructor for subclass use.
SkipList(int) - Constructor for class net.metanotion.util.skiplist.SkipList
Create a new skip list.
skipMultiPageBytes(int, int, int[], int[]) - Method in class net.metanotion.io.block.BlockFile
Skip length bytes across multiple pages.
skipPage - Variable in class net.metanotion.io.block.index.BSkipList
Page number of this skiplist header
SkipSpan<K extends Comparable<? super K>,V> - Class in net.metanotion.util.skiplist
Represents a span or node in a skip list data structure.
SkipSpan() - Constructor for class net.metanotion.util.skiplist.SkipSpan
Protected constructor for subclasses.
SkipSpan(int) - Constructor for class net.metanotion.util.skiplist.SkipSpan
Create a new SkipSpan with the specified capacity.
SLASH - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "/" - date separator
slide(byte[]) - Static method in class net.i2p.crypto.eddsa.math.GroupElement
Calculates a sliding-windows base 2 representation for a given value $a$.
slock - Variable in class net.i2p.i2ptunnel.I2PTunnelServer
 
slock - Variable in class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPServerBase
 
SMTPClient - Class in i2p.susi.webmail.smtp
SMTP client for sending email through SMTP servers over I2P.
SMTPClient() - Constructor for class i2p.susi.webmail.smtp.SMTPClient
Default constructor
snapshot() - Method in class net.i2p.router.Tuner.BaseParam
Capture snapshot of current tunable state for display.
snapshot() - Method in interface net.i2p.router.Tuner.TunableParam
Snapshot of this param.
Snark - Class in org.klomp.snark
Main Snark program startup class.
Snark(I2PSnarkUtil, String, String, int, StorageListener, CoordinatorListener, CompleteListener, PeerCoordinatorSet, ConnectionAcceptor, String) - Constructor for class org.klomp.snark.Snark
multitorrent
Snark(I2PSnarkUtil, String, String, int, StorageListener, CoordinatorListener, CompleteListener, PeerCoordinatorSet, ConnectionAcceptor, String, File) - Constructor for class org.klomp.snark.Snark
multitorrent
Snark(I2PSnarkUtil, String, byte[], String, CompleteListener, PeerCoordinatorSet, ConnectionAcceptor, boolean, String) - Constructor for class org.klomp.snark.Snark
multitorrent, magnet, Used by snark-rpc plugin
Snark(I2PSnarkUtil, String, byte[], String, CompleteListener, PeerCoordinatorSet, ConnectionAcceptor, String) - Constructor for class org.klomp.snark.Snark
multitorrent, magnet
Snark.RouterException - Exception in org.klomp.snark
A unique exception class to blame the router that can be caught by SnarkManager
SnarkCommandLine - Class in org.klomp.snark
Simple command line access to various utilities.
SnarkCommandLine() - Constructor for class org.klomp.snark.SnarkCommandLine
 
SnarkManager - Class in org.klomp.snark
Central manager for multiple torrent downloads and the I2PSnark application.
SnarkManager(I2PAppContext) - Constructor for class org.klomp.snark.SnarkManager
For embedded.
SnarkManager(I2PAppContext, String, String) - Constructor for class org.klomp.snark.SnarkManager
For webapp.
SOA - Class in org.minidns.record
DNS SOA (Start of Authority) record payload.
Contains authoritative information about a DNS zone including primary nameserver, admin email, and timing parameters.
SOA(String, String, long, int, int, int, long) - Constructor for class org.minidns.record.SOA
SOA.
SOA(DnsName, DnsName, long, int, int, int, long) - Constructor for class org.minidns.record.SOA
SOA.
SOAP - Class in org.cybergarage.soap
Utility class for SOAP (Simple Object Access Protocol) message handling.
SOAP() - Constructor for class org.cybergarage.soap.SOAP
 
SOAP_ACTION - Static variable in class org.cybergarage.http.HTTP
SOAPAction HTTP header field name
SOAPRequest - Class in org.cybergarage.soap
Represents a SOAP (Simple Object Access Protocol) request message.
SOAPRequest() - Constructor for class org.cybergarage.soap.SOAPRequest
SOAPRequest.
SOAPRequest(HTTPRequest) - Constructor for class org.cybergarage.soap.SOAPRequest
SOAPRequest.
SOAPResponse - Class in org.cybergarage.soap
Represents a SOAP (Simple Object Access Protocol) response message.
SOAPResponse() - Constructor for class org.cybergarage.soap.SOAPResponse
SOAPResponse.
SOAPResponse(HTTPResponse) - Constructor for class org.cybergarage.soap.SOAPResponse
SOAPResponse.
SOAPResponse(SOAPResponse) - Constructor for class org.cybergarage.soap.SOAPResponse
SOAPResponse.
sock - Variable in class net.i2p.i2ptunnel.udp.UDPSink
 
sock - Variable in class net.i2p.i2ptunnel.udp.UDPSource
 
socket - Variable in class net.i2p.sam.SAMHandler
socket.
socket() - Method in class net.i2p.sam.SSLServerSocketChannel
Return the underlying SSL server socket.
socket() - Method in class net.i2p.sam.SSLSocketChannel
Return the underlying SSL socket.
SOCKET_FREE_PORT_INDICATOR - Static variable in class edu.internet2.ndt.NDTConstants
Socket free port indicator (bind to any available port).
SOCKET_HANDLER_BUF_SIZE - Static variable in class net.i2p.sam.SAMStreamSession
SOCKET_HANDLER_BUF_SIZE.
SocketController - Class in net.i2p.i2pcontrol
This handles the starting and stopping of a ServerSocket from a single static class so it can be called via clients.config.
SocketController(RouterContext, ClientAppManager) - Constructor for class net.i2p.i2pcontrol.SocketController
RouterApp (new way)
SocketListener - Interface in net.i2p.router.transport.udp
Listener for socket events.
socketMgr - Variable in class net.i2p.sam.SAMStreamSession
socketMgr.
SocketTimeout - Class in net.i2p.util
Implements one or two timers; one for inactivity, that is reset by resetTimer(), and optionally, a total time since instantiation, that is configured by setTotalTimeoutPeriod().
SocketTimeout(long) - Constructor for class net.i2p.util.SocketTimeout
 
SocketTimeout(Socket, long) - Constructor for class net.i2p.util.SocketTimeout
If socket is non-null, or is set later by setSocket(), it will be closed when the timer expires.
SocketWrapper - Class in net.i2p.i2ptunnel.socks
Wrapper around the Socket obtained from the Outproxy, which is a wrapper around the Orchid Stream.
SocketWrapper(Socket) - Constructor for class net.i2p.i2ptunnel.socks.SocketWrapper
 
sockLock - Variable in class net.i2p.i2ptunnel.I2PTunnelClientBase
Guards sockMgr and mySockets
sockMgr - Variable in class net.i2p.i2ptunnel.I2PTunnelClientBase
The socket manager
sockMgr - Variable in class net.i2p.i2ptunnel.I2PTunnelServer
 
SOCKS4aServer - Class in net.i2p.i2ptunnel.socks
SOCKS4a server implementation for handling SOCKS version 4/4a connections.
SOCKS4aServer(I2PAppContext, Socket, Properties) - Constructor for class net.i2p.i2ptunnel.socks.SOCKS4aServer
Create a SOCKS4a server that communicates with the client using the specified socket.
SOCKS4Client - Class in net.i2p.socks
A simple SOCKS 4/4a client.
SOCKS4Constants - Class in net.i2p.socks
Constants for SOCKS4 protocol.
SOCKS4Constants.Command - Class in net.i2p.socks
SOCKS4 command codes.
SOCKS4Constants.Reply - Class in net.i2p.socks
SOCKS4 reply codes.
SOCKS5Client - Class in net.i2p.socks
A simple SOCKS 5 client.
SOCKS5Constants - Class in net.i2p.socks
Constants for SOCKS5 protocol.
SOCKS5Constants.AddressType - Class in net.i2p.socks
SOCKS5 address types.
SOCKS5Constants.Command - Class in net.i2p.socks
SOCKS5 command codes.
SOCKS5Constants.Method - Class in net.i2p.socks
SOCKS5 authentication methods.
SOCKS5Constants.Reply - Class in net.i2p.socks
SOCKS5 reply codes.
SOCKS5Server - Class in net.i2p.i2ptunnel.socks
SOCKS5 server implementation with comprehensive protocol support and authentication.
SOCKS5Server(I2PAppContext, Socket, Properties) - Constructor for class net.i2p.i2ptunnel.socks.SOCKS5Server
Create a SOCKS5 server that communicates with the client using the specified socket.
SOCKS_VERSION_4 - Static variable in class net.i2p.socks.SOCKS4Constants
SOCKS_VERSION_4.
SOCKS_VERSION_5 - Static variable in class net.i2p.socks.SOCKS5Constants
SOCKS_VERSION_5.
SOCKSException - Exception in net.i2p.socks
Exception thrown by socket methods
SOCKSException() - Constructor for exception net.i2p.socks.SOCKSException
SOCKSException.
SOCKSException(String) - Constructor for exception net.i2p.socks.SOCKSException
SOCKSException.
SOCKSException(String, Throwable) - Constructor for exception net.i2p.socks.SOCKSException
Create a new SOCKS exception with a message and cause.
SOCKSHeader - Class in net.i2p.i2ptunnel.socks
Save the SOCKS header from a datagram Ref: RFC 1928
SOCKSHeader(byte[]) - Constructor for class net.i2p.i2ptunnel.socks.SOCKSHeader
 
SOCKSHeader(Destination, int) - Constructor for class net.i2p.i2ptunnel.socks.SOCKSHeader
Make a dummy header from a dest, for those cases where we want to receive unsolicited datagrams.
SOCKSServer - Class in net.i2p.i2ptunnel.socks
Abstract base class used by all SOCKS servers.
SOCKSServer(I2PAppContext, Socket, Properties) - Constructor for class net.i2p.i2ptunnel.socks.SOCKSServer
 
SOCKSServerFactory - Class in net.i2p.i2ptunnel.socks
Factory class for creating SOCKS forwarders through I2P
SOCKSServerFactory() - Constructor for class net.i2p.i2ptunnel.socks.SOCKSServerFactory
 
SOCKSUDPPort - Class in net.i2p.i2ptunnel.socks
Implements a UDP port and Socks encapsulation / decapsulation.
SOCKSUDPPort(InetAddress, int, Map<Integer, SOCKSUDPPort>) - Constructor for class net.i2p.i2ptunnel.socks.SOCKSUDPPort
 
SOCKSUDPTunnel - Class in net.i2p.i2ptunnel.socks
A Datagram Tunnel that can have multiple bidirectional ports on the UDP side.
SOCKSUDPTunnel(I2PTunnel) - Constructor for class net.i2p.i2ptunnel.socks.SOCKSUDPTunnel
Set up a tunnel with no UDP side yet.
SOCKSUDPUnwrapper - Class in net.i2p.i2ptunnel.socks
Strip a SOCKS header off a datagram, convert it to a Destination and port Ref: RFC 1928
SOCKSUDPUnwrapper(Map<I2PSocketAddress, SOCKSHeader>) - Constructor for class net.i2p.i2ptunnel.socks.SOCKSUDPUnwrapper
 
SOCKSUDPWrapper - Class in net.i2p.i2ptunnel.socks
Put a SOCKS header on a datagram Ref: RFC 1928
SOCKSUDPWrapper(Map<I2PSocketAddress, SOCKSHeader>) - Constructor for class net.i2p.i2ptunnel.socks.SOCKSUDPWrapper
 
SOFT_RESTART - Static variable in class net.i2p.router.util.EventLog
SOFT_RESTART.
sort() - Method in class i2p.susi.util.Folder
Sorts the elements according to the order given by Folder.addSorter(String, Comparator) and Folder.setSortBy(String, SortOrder).
sort(List<T>, Comparator<? super T>) - Static method in class net.i2p.data.DataHelper
Same as Collections.sort(), but guaranteed not to throw an IllegalArgumentException if the sort is unstable.
sort(T[], Comparator<? super T>) - Static method in class net.i2p.data.DataHelper
Same as Arrays.sort(), but guaranteed not to throw an IllegalArgumentException if the sort is unstable.
SORT_DATE - Static variable in class i2p.susi.webmail.WebMail
S o r t d a t e
SORT_DEFAULT - Static variable in class i2p.susi.webmail.WebMail
S o r t d e f a u l t
SORT_ID - Static variable in class i2p.susi.webmail.WebMail
S o r t i d
SORT_ORDER_DEFAULT - Static variable in class i2p.susi.webmail.WebMail
S o r t o r d e r d e f a u l t
SORT_SENDER - Static variable in class i2p.susi.webmail.WebMail
S o r t s e n d e r
SORT_SIZE - Static variable in class i2p.susi.webmail.WebMail
S o r t s i z e
SORT_SUBJECT - Static variable in class i2p.susi.webmail.WebMail
S o r t s u b j e c t
sortedObjects() - Method in class net.i2p.util.ObjectCounterUnsafe
 
sorter - Static variable in class i2p.susi.dns.AddressbookBean
Comparator for sorting addresses
Sorters - Class in i2p.susi.webmail
Collection of comparators for sorting email messages by various criteria.
Sorters() - Constructor for class i2p.susi.webmail.Sorters
 
Sorters - Class in org.klomp.snark.web
Comparators for various columns
Sorters() - Constructor for class org.klomp.snark.web.Sorters
 
Sorters.DateSorter - Class in i2p.susi.webmail
Sorts Mail objects by date field.
Sorters.FileAndIndex - Class in org.klomp.snark.web
Class to precompute and efficiently sort data on a torrent file entry.
Sorters.SenderSorter - Class in i2p.susi.webmail
Sorts Mail objects by sender field.
Sorters.SizeSorter - Class in i2p.susi.webmail
Sorts Mail objects by message size.
Sorters.SubjectSorter - Class in i2p.susi.webmail
Sorts Mail objects by subject field.
Sorters.ToSorter - Class in i2p.susi.webmail
Sorts Mail objects by recipient fields.
SortHelper - Class in net.i2p.data.router
Utility class for sorting DataStructure objects by their hash.
SortHelper() - Constructor for class net.i2p.data.router.SortHelper
 
sortStructureList(List<? extends DataStructure>) - Static method in class net.i2p.data.router.SortHelper
See above.
sortStructures(Collection<T>) - Static method in class net.i2p.data.router.SortHelper
Sort based on the Hash of the DataStructure.
Source - Interface in net.i2p.i2ptunnel.udp
Source interface for streaming data sources.
Source - Class in org.rrd4j.data
Abstract base class for RRD data sources.
Provides common functionality for storing and managing time-series data with timestamps and values.
Source(String) - Constructor for class org.rrd4j.data.Source
Creates a new Source with the given name.
Source - Class in org.rrd4j.graph
Abstract base class for data sources in RRD graphs.
Source(String) - Constructor for class org.rrd4j.graph.Source
Creates a new data source with the specified name.
SourcedPlotElement - Class in org.rrd4j.graph
Represents a plot element that obtains data from a named source.
SourcedPlotElement(String, Paint) - Constructor for class org.rrd4j.graph.SourcedPlotElement
Create a SourcedPlotElement.
SourcedPlotElement(String, Paint, SourcedPlotElement) - Constructor for class org.rrd4j.graph.SourcedPlotElement
Create a SourcedPlotElement with a parent.
sources - Variable in class org.rrd4j.graph.RrdGraphDef
List of data source definitions for the graph.
SOUTH - Static variable in class com.vuze.plugins.mlab.tools.ndt.swingemu.BorderLayout
South region constant
spaceFor(int) - Static method in class net.i2p.crypto.elgamal.impl.ElGamalPublicKeyImpl
Calculate the TLV space for a value of the given length.
Span - Class in org.rrd4j.graph
Abstract base class for span elements in RRD graphs.
Span(Paint, LegendText) - Constructor for class org.rrd4j.graph.Span
 
spanHash - Variable in class net.metanotion.io.block.index.BSkipList
Span cache
spanPage - Variable in class net.metanotion.io.block.index.BSkipLevels
Page number of the associated span
spanSize - Variable in class net.metanotion.io.block.BlockFile
Default span size for new skiplists
spanSize - Variable in class net.metanotion.io.block.index.BSkipSpan
Number of keys this span can hold
SparseArray<E> - Class in net.i2p.router.crypto.ratchet
Memory-efficient sparse array implementation for integer-to-object mappings using binary search lookup, optimized for collections with up to hundreds of items
SparseArray() - Constructor for class net.i2p.router.crypto.ratchet.SparseArray
Creates a new SparseArray containing no mappings.
SparseArray(int) - Constructor for class net.i2p.router.crypto.ratchet.SparseArray
Creates a new SparseArray containing no mappings that will not require any additional memory allocation to store the specified number of mappings.
spd - Variable in class edu.internet2.ndt.Tcpbw100
Packet loss rate.
spec - Variable in class org.rrd4j.core.timespec.TimeParser
Parsed time spec
SPEC_VERSION - Static variable in class org.cybergarage.upnp.Service
XML element name for specification version.
specials - Variable in class org.rrd4j.core.timespec.TimeScanner
 
SPECVERSION_ELEMENT - Static variable in interface org.cybergarage.upnp.RootDescription
SPECVERSION_ELEMENT.
SpeedCalculator - Class in net.i2p.router.peermanager
Quantify how fast the peer is based on advertised bandwidth tier, measured latency, congestion capability, and actual tunnel throughput.
SpeedComparator - Class in net.i2p.router.peermanager
Order profiles by their speed (lowest first).
SpeedComparator() - Constructor for class net.i2p.router.peermanager.SpeedComparator
 
Spinner - Class in net.i2p.router.tasks
Shutdown delay thread to ensure complete router termination.
Spinner() - Constructor for class net.i2p.router.tasks.Spinner
Create a new shutdown spinner thread.
SpinnerNumberModel - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Emulation of javax.swing.SpinnerNumberModel for the NDT (Network Diagnostic Tool) plugin.
SpinnerNumberModel() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.SpinnerNumberModel
 
SPLIT - Static variable in class com.southernstorm.noise.protocol.HandshakeState
The handshake is over and the application is expected to call split() and begin data session communications.
split() - Method in class com.southernstorm.noise.protocol.HandshakeState
Splits the transport encryption CipherState objects out of this HandshakeState object once the handshake completes.
split(byte[], int, int) - Method in class com.southernstorm.noise.protocol.HandshakeState
Splits the transport encryption CipherState objects out of this HandshakeObject after mixing in a secondary symmetric key.
split() - Method in class com.southernstorm.noise.protocol.SymmetricState
Splits the symmetric state into two ciphers for session encryption.
split(byte[], int, int) - Method in class com.southernstorm.noise.protocol.SymmetricState
Splits the symmetric state into two ciphers for session encryption, and optionally mixes in a secondary symmetric key.
split(String, String) - Static method in class net.i2p.data.DataHelper
Same as s.split(regex) but caches the compiled pattern for speed.
split(String, String, int) - Static method in class net.i2p.data.DataHelper
Same as s.split(regex, limit) but caches the compiled pattern for speed.
split(String) - Static method in class org.rrd4j.core.RrdToolkit
Splits single RRD file with several datasources into a number of smaller RRD files with a single datasource in it.
SplitKeys - Class in net.i2p.router.crypto.ratchet
Container for Noise protocol split keys that prevents duplicate HKDF calculations by sharing derived keys between engine and session key manager components
SplitKeys(HandshakeState, HKDF) - Constructor for class net.i2p.router.crypto.ratchet.SplitKeys
Derives ck, k_ab, k_ba from Noise handshake split stage.
sprintf(Locale, String, Object...) - Static method in class org.rrd4j.core.Util
Equivalent of the C-style sprintf function.
square() - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
 
square() - Method in class net.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElement
$h = f * f$
square() - Method in class net.i2p.crypto.eddsa.math.FieldElement
Squares this field element.
squareAndDouble() - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
 
squareAndDouble() - Method in class net.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElement
$h = 2 * f * f$
squareAndDouble() - Method in class net.i2p.crypto.eddsa.math.FieldElement
Squares this field element and doubles the result.
squeeze(byte[], int, long) - Method in class org.bouncycastle.crypto.digests.KeccakDigest
squeeze.
squeezing - Variable in class org.bouncycastle.crypto.digests.KeccakDigest
squeezing.
SRC_CONN_ID_OFFSET - Static variable in class net.i2p.router.transport.udp.SSU2Util
Offset of source connection ID in long header
srcName - Variable in class org.rrd4j.graph.SourcedPlotElement
The source name.
SRV - Class in org.minidns.record
DNS SRV (Service) record payload for service discovery.
Specifies the location of services for a given domain with priority, weight, and port information for load balancing.
SRV(int, int, int, String) - Constructor for class org.minidns.record.SRV
SRV.
SRV(int, int, int, DnsName) - Constructor for class org.minidns.record.SRV
SRV.
SRV_QUEUE - Static variable in class edu.internet2.ndt.MessageType
Server queue
SRV_QUEUE_HEARTBEAT - Static variable in class edu.internet2.ndt.NDTConstants
SRV_QUEUE message body value: heartbeat keepalive.
SRV_QUEUE_SERVER_BUSY - Static variable in class edu.internet2.ndt.NDTConstants
SRV_QUEUE message body value: server busy.
SRV_QUEUE_SERVER_BUSY_60s - Static variable in class edu.internet2.ndt.NDTConstants
SRV_QUEUE message body value: server busy, retry after 60s.
SRV_QUEUE_SERVER_FAULT - Static variable in class edu.internet2.ndt.NDTConstants
SRV_QUEUE message body value: server fault.
SRV_QUEUE_TEST_STARTS_NOW - Static variable in class edu.internet2.ndt.NDTConstants
SRV_QUEUE message body value: test starts now.
SS - Static variable in class com.southernstorm.noise.protocol.Pattern
Token code: SS
ss - Variable in class net.i2p.i2ptunnel.I2PTunnelClientBase
Server socket
ss - Variable in class net.metanotion.util.skiplist.SkipIterator
The current span being iterated over.
SSDP - Class in org.cybergarage.upnp.ssdp
Constants and utility methods for Simple Service Discovery Protocol (SSDP).
This class defines SSDP protocol constants including multicast addresses, ports, and utility methods for parsing SSDP cache control headers.
SSDP() - Constructor for class org.cybergarage.upnp.ssdp.SSDP
 
SSDPNotifyRequest - Class in org.cybergarage.upnp.ssdp
Represents an SSDP NOTIFY request for device advertisement.
SSDPNotifyRequest() - Constructor for class org.cybergarage.upnp.ssdp.SSDPNotifyRequest
 
SSDPNotifySocket - Class in org.cybergarage.upnp.ssdp
This class identifies a SSDP socket only for notifing packet.
SSDPNotifySocket(String) - Constructor for class org.cybergarage.upnp.ssdp.SSDPNotifySocket
SSDPNotifySocket.
SSDPNotifySocketList - Class in org.cybergarage.upnp.ssdp
A list of SSDP notification sockets for receiving SSDP notify messages.
This class manages multiple SSDPNotifySocket instances to handle SSDP notifications across different network interfaces and addresses.
SSDPNotifySocketList() - Constructor for class org.cybergarage.upnp.ssdp.SSDPNotifySocketList
SSDPNotifySocketList.
SSDPNotifySocketList(InetAddress[]) - Constructor for class org.cybergarage.upnp.ssdp.SSDPNotifySocketList
 
SSDPPacket - Class in org.cybergarage.upnp.ssdp
Represents an SSDP packet received over UDP.
SSDPPacket(byte[], int) - Constructor for class org.cybergarage.upnp.ssdp.SSDPPacket
SSDPPacket.
SSDPRequest - Class in org.cybergarage.upnp.ssdp
Base class for SSDP request messages.
SSDPRequest() - Constructor for class org.cybergarage.upnp.ssdp.SSDPRequest
SSDPRequest.
SSDPRequest(InputStream) - Constructor for class org.cybergarage.upnp.ssdp.SSDPRequest
SSDPRequest.
SSDPResponse - Class in org.cybergarage.upnp.ssdp
Represents an SSDP response message.
SSDPResponse() - Constructor for class org.cybergarage.upnp.ssdp.SSDPResponse
SSDPResponse.
SSDPResponse(InputStream) - Constructor for class org.cybergarage.upnp.ssdp.SSDPResponse
SSDPResponse.
SSDPSearchRequest - Class in org.cybergarage.upnp.ssdp
Represents an SSDP M-SEARCH request for device discovery.
SSDPSearchRequest(String, int) - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchRequest
SSDPSearchRequest.
SSDPSearchRequest(String) - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchRequest
SSDPSearchRequest.
SSDPSearchRequest() - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchRequest
SSDPSearchRequest.
SSDPSearchResponse - Class in org.cybergarage.upnp.ssdp
Represents an SSDP search response message.
SSDPSearchResponse() - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchResponse
 
SSDPSearchResponseSocket - Class in org.cybergarage.upnp.ssdp
Socket for receiving SSDP search responses from UPnP devices.
SSDPSearchResponseSocket() - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket
SSDPSearchResponseSocket.
SSDPSearchResponseSocket(String, int) - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket
SSDPSearchResponseSocket.
SSDPSearchResponseSocketList - Class in org.cybergarage.upnp.ssdp
A list of SSDP search response sockets for handling SSDP search responses.
This class manages multiple SSDPSearchResponseSocket instances to send SSDP search requests and receive responses across different network interfaces.
SSDPSearchResponseSocketList() - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList
SSDPSearchResponseSocketList.
SSDPSearchResponseSocketList(InetAddress[]) - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList
 
SSDPSearchSocket - Class in org.cybergarage.upnp.ssdp
Socket for sending SSDP search requests and receiving responses.
SSDPSearchSocket(String, int, String) - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchSocket
 
SSDPSearchSocket(InetAddress) - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchSocket
 
SSDPSearchSocketList - Class in org.cybergarage.upnp.ssdp
A collection of SSDP search sockets.
SSDPSearchSocketList() - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchSocketList
Default constructor.
SSDPSearchSocketList(InetAddress[]) - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchSocketList
Constructor with bind addresses.
SSDPSearchSocketList(InetAddress[], int, String, String) - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchSocketList
Create SSDP search socket list.
sSessionsHash - Static variable in class net.i2p.sam.SAMv3Handler
sSessionsHash
ssl - Variable in class net.i2p.router.news.NewsMetadata.Update
Stored as of 0.9.52, but there is no registered handler
SSLClientListenerRunner - Class in net.i2p.router.client
SSL version of ClientListenerRunner
SSLClientListenerRunner(RouterContext, ClientManager, int) - Constructor for class net.i2p.router.client.SSLClientListenerRunner
 
SSLClientUtil - Class in net.i2p.i2ptunnel
SSL server socket utilities for I2PTunnel clients.
SSLClientUtil() - Constructor for class net.i2p.i2ptunnel.SSLClientUtil
 
SSLEepGet - Class in net.i2p.util
HTTPS only, no retries, no min and max size options, no timeout option As of 0.9.45, supports redirect to https (redirect to http will still fail).
SSLEepGet(I2PAppContext, OutputStream, String) - Constructor for class net.i2p.util.SSLEepGet
A new SSLEepGet with a new SSLState
SSLEepGet(I2PAppContext, OutputStream, String, SSLEepGet.SSLState) - Constructor for class net.i2p.util.SSLEepGet
 
SSLEepGet(I2PAppContext, OutputStream, String, long, SSLEepGet.SSLState) - Constructor for class net.i2p.util.SSLEepGet
 
SSLEepGet(I2PAppContext, String, String) - Constructor for class net.i2p.util.SSLEepGet
A new SSLEepGet with a new SSLState
SSLEepGet(I2PAppContext, String, String, SSLEepGet.SSLState) - Constructor for class net.i2p.util.SSLEepGet
 
SSLEepGet(I2PAppContext, SSLEepGet.ProxyType, String, int, OutputStream, String) - Constructor for class net.i2p.util.SSLEepGet
Use a proxy.
SSLEepGet(I2PAppContext, SSLEepGet.ProxyType, String, int, OutputStream, String, SSLEepGet.SSLState) - Constructor for class net.i2p.util.SSLEepGet
Use a proxy.
SSLEepGet(I2PAppContext, SSLEepGet.ProxyType, String, int, String, String) - Constructor for class net.i2p.util.SSLEepGet
Use a proxy.
SSLEepGet(I2PAppContext, SSLEepGet.ProxyType, String, int, String, String, SSLEepGet.SSLState) - Constructor for class net.i2p.util.SSLEepGet
Use a proxy.
SSLEepGet.ProxyType - Enum in net.i2p.util
Not all may be supported.
SSLEepGet.SSLState - Class in net.i2p.util
An opaque class for the caller to pass to repeated instantiations of SSLEepGet.
SSLHelper - Class in net.i2p.i2ptunnel.web
Helper class for SSL configuration and certificate management in the tunnel web interface
SSLHelper() - Constructor for class net.i2p.i2ptunnel.web.SSLHelper
 
sslLock - Variable in class net.i2p.i2ptunnel.I2PTunnelServer
 
SSLServerSocketChannel - Class in net.i2p.sam
Simple wrapper for a SSLServerSocket.
SSLServerSocketChannel(SSLServerSocket) - Constructor for class net.i2p.sam.SSLServerSocketChannel
Create a new SSLServerSocketChannel wrapping the given SSL server socket.
SSLSocketChannel - Class in net.i2p.sam
Simple wrapper for a SSLSocket.
SSLSocketChannel(SSLSocket) - Constructor for class net.i2p.sam.SSLSocketChannel
Create a new SSLSocketChannel wrapping the given SSL socket.
SSLUtil - Class in net.i2p.sam.client
Utilities for SAM SSL server sockets.
SSLUtil() - Constructor for class net.i2p.sam.client.SSLUtil
 
SSLUtil - Class in net.i2p.sam
Utilities for SAM SSL server sockets.
SSLUtil() - Constructor for class net.i2p.sam.SSLUtil
 
SsthreshComparator() - Constructor for class net.i2p.router.web.helpers.UDPSorters.SsthreshComparator
 
SSU2_INT_VERSION - Static variable in class net.i2p.router.transport.udp.UDPTransport
SSU2 protocol version.
SSU2_VERSION - Static variable in class net.i2p.router.transport.udp.UDPTransport
"2"
SSU2_VERSION_ALT - Static variable in class net.i2p.router.transport.udp.UDPTransport
"2,"
SSU2Bitfield - Class in net.i2p.router.transport.udp
Container of a long array representing set and unset bits.
SSU2Bitfield(int, long) - Constructor for class net.i2p.router.transport.udp.SSU2Bitfield
Creates a new SSU2Bitfield that represents size unset bits.
SSU2Bitfield.Callback - Interface in net.i2p.router.transport.udp
Callback interface for bitfield operations.
SSU2Header - Class in net.i2p.router.transport.udp
Encrypt/decrypt headers
SSU2Header.Header - Class in net.i2p.router.transport.udp
A temporary structure returned from trial decrypt, with methods to access the fields.
SSU2Payload - Class in net.i2p.router.transport.udp
SSU2 Payload generation and parsing utilities.
SSU2Payload() - Constructor for class net.i2p.router.transport.udp.SSU2Payload
 
SSU2Payload.AckBlock - Class in net.i2p.router.transport.udp
Block containing acknowledgment data.
SSU2Payload.AddressBlock - Class in net.i2p.router.transport.udp
Block containing IP address and port information.
SSU2Payload.Block - Class in net.i2p.router.transport.udp
Base class for blocks to be transmitted.
SSU2Payload.DateTimeBlock - Class in net.i2p.router.transport.udp
Block containing the current date and time.
SSU2Payload.FirstFragBlock - Class in net.i2p.router.transport.udp
Same format as I2NPBlock
SSU2Payload.FollowFragBlock - Class in net.i2p.router.transport.udp
Follow-on fragment block for SSU2 payload.
SSU2Payload.I2NPBlock - Class in net.i2p.router.transport.udp
Block containing I2NP message data.
SSU2Payload.NewTokenBlock - Class in net.i2p.router.transport.udp
Block containing a new session token.
SSU2Payload.OptionsBlock - Class in net.i2p.router.transport.udp
Block containing session options.
SSU2Payload.PaddingBlock - Class in net.i2p.router.transport.udp
Block containing padding data.
SSU2Payload.PathChallengeBlock - Class in net.i2p.router.transport.udp
Path challenge block for SSU2 payload.
SSU2Payload.PathResponseBlock - Class in net.i2p.router.transport.udp
Path response block for SSU2 payload.
SSU2Payload.PayloadCallback - Interface in net.i2p.router.transport.udp
For all callbacks, recommend throwing exceptions only from the handshake.
SSU2Payload.PeerTestBlock - Class in net.i2p.router.transport.udp
Block containing peer test data.
SSU2Payload.RelayIntroBlock - Class in net.i2p.router.transport.udp
Block containing relay introduction data.
SSU2Payload.RelayRequestBlock - Class in net.i2p.router.transport.udp
Block containing relay request data.
SSU2Payload.RelayResponseBlock - Class in net.i2p.router.transport.udp
Block containing relay response data.
SSU2Payload.RelayTagBlock - Class in net.i2p.router.transport.udp
Block containing relay tag data.
SSU2Payload.RelayTagRequestBlock - Class in net.i2p.router.transport.udp
Block containing relay tag request data.
SSU2Payload.RIBlock - Class in net.i2p.router.transport.udp
Block containing router information data.
SSU2Payload.TerminationBlock - Class in net.i2p.router.transport.udp
Block containing session termination data.
SSU2Sender - Interface in net.i2p.router.transport.udp
Basic interface over top of PeerState2 and PeerStateDestroyed, so we can pass them both to PacketBuilder2 to send packets.
SSU2Util - Class in net.i2p.router.transport.udp
SSU2 Utils and constants
SSU_IPV6_CONFIG - Static variable in class net.i2p.router.transport.TransportUtil
SSU_IPV6_CONFIG.
ST - Static variable in class org.cybergarage.http.HTTP
ST (Search Target) header for UPnP discovery
ST - Class in org.cybergarage.upnp.device
Utility class for SSDP ST (Search Target) header values and validation.
ST() - Constructor for class org.cybergarage.upnp.device.ST
 
stack - Variable in class net.metanotion.util.skiplist.SkipList
Level stack above the first span.
stack(String, Paint) - Method in class org.rrd4j.graph.RrdGraphDef
Does the same as RrdGraphDef.line(String, java.awt.Paint), but the graph gets stacked on top of the previous LINE, AREA or STACK graph.
stack(String, Paint, String) - Method in class org.rrd4j.graph.RrdGraphDef
Does the same as RrdGraphDef.line(String, java.awt.Paint, String), but the graph gets stacked on top of the previous LINE, AREA or STACK graph.
Stack - Class in org.rrd4j.graph
Represents a stacked plot element in RRD graphs.
Stack(SourcedPlotElement, String, Paint) - Constructor for class org.rrd4j.graph.Stack
Creates a stacked plot element with the specified parent, source name, and color.
stackValues(DataProcessor) - Method in class org.rrd4j.graph.SourcedPlotElement
Stack values on top of parent values.
STANDARD_RATES - Static variable in class net.i2p.stat.RateConstants
Standard optimized rate periods: 1 minute, 1 hour, and 24 hours.
StandardFontMapper - Class in org.jfree.svg
A default implementation of the FontMapper interface.
StandardFontMapper() - Constructor for class org.jfree.svg.StandardFontMapper
Creates a new instance with mappings for the Java logical fonts.
StandardServerSocket - Class in net.i2p.client.streaming.impl
Bridge to I2PServerSocket.
StandardServerSocket(I2PServerSocketFull) - Constructor for class net.i2p.client.streaming.impl.StandardServerSocket
Doesn't really throw IOE but super() does
StandardSocket - Class in net.i2p.client.streaming.impl
Bridge to I2PSocket.
StandardSocket(I2PSocket) - Constructor for class net.i2p.client.streaming.impl.StandardSocket
StandardSocket
STANDBY - Static variable in class net.i2p.i2ptunnel.ui.GeneralHelper
Tunnel is alive but idle, ready for activity
STANDBY - Static variable in class net.i2p.i2ptunnel.web.IndexBean
Tunnel status: standby.
start() - Method in class com.southernstorm.noise.protocol.HandshakeState
Starts the handshake running.
start() - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JApplet
Start the applet.
start() - Method in class net.i2p.addressbook.HostChecker
Start periodic ping testing
start() - Method in class net.i2p.client.naming.NamingService
Parent will call when added.
start() - Method in interface net.i2p.client.streaming.StatefulConnectionFilter
Tells this filter to start
start() - Method in class net.i2p.crypto.YKGenerator
Start the background precalc thread.
start() - Static method in class net.i2p.desktopgui.router.RouterManager
Start an I2P router instance.
start() - Method in class net.i2p.i2ptunnel.access.AccessFilter
Starts the filter's background tasks.
start() - Method in class net.i2p.i2ptunnel.ConnThrottler
Starts the throttler by scheduling the cleanup timer.
start() - Method in class net.i2p.i2ptunnel.socks.MultiSink
 
start() - Method in class net.i2p.i2ptunnel.socks.SOCKSUDPPort
Starts the UDP source to begin receiving datagrams.
start() - Method in class net.i2p.i2ptunnel.socks.SOCKSUDPUnwrapper
Starts the unwrapper.
start() - Method in class net.i2p.i2ptunnel.socks.SOCKSUDPWrapper
Starts the wrapper.
start() - Method in class net.i2p.i2ptunnel.streamr.MultiSource
Initializes the multi-source.
start() - Method in class net.i2p.i2ptunnel.streamr.Pinger
Starts the pinger thread to send periodic subscribe messages.
start() - Method in class net.i2p.i2ptunnel.udp.I2PSource
Starts the source to begin receiving datagrams.
start() - Method in interface net.i2p.i2ptunnel.udp.Source
Starts the source.
start() - Method in interface net.i2p.i2ptunnel.udp.Stream
Starts the stream.
start() - Method in class net.i2p.i2ptunnel.udp.UDPSource
Starts the source thread to begin receiving UDP datagrams.
start() - Method in class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPClientBase
Starts the I2P source to begin receiving datagrams.
start() - Method in class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPServerBase
Starts the I2P source to begin receiving datagrams.
start() - Method in class net.i2p.router.client.ClientManager
Start the listeners.
start() - Method in class net.i2p.router.JobTiming
Record the current time as the actual start.
start() - Method in class net.i2p.router.RouterClock
Start the router clock and its associated timestamper.
start() - Method in class net.i2p.router.transport.ntcp.NTCPSendFinisher
Starts the thread pool executor for processing send finish tasks.
start() - Method in class net.i2p.router.transport.UPnPManager
Blocking, may take a while.
start() - Method in class net.i2p.router.update.ConsoleUpdateManager
UpdateManager interface
start() - Method in class net.i2p.sam.MasterSession
Overridden to start the acceptor.
start() - Method in class net.i2p.sam.SAMHandlerPool
Start the selector thread.
start() - Method in interface net.i2p.sam.SAMMessageSess
Start a SAM message-based session.
start() - Method in class net.i2p.sam.SAMMessageSession
Start the SAM message session handler.
start() - Method in class net.i2p.sam.SAMStreamSession
Start the SAM STREAM session server, if applicable.
start() - Method in class net.i2p.sam.SAMv3DatagramServer
Only call once.
start() - Method in interface net.i2p.update.UpdateManager
Start the update manager.
start() - Method in interface net.i2p.update.UpdateTask
Tasks must not start themselves in the constructor.
start() - Method in class net.i2p.util.I2PThread
Overridden to provide useful info to users on OOM, and to prevent shutting down the whole JVM for what is most likely not a heap issue.
start() - Method in class org.cybergarage.http.HTTPServer
Starts the HTTP server thread.
start() - Method in class org.cybergarage.http.HTTPServerList
Starts all HTTP servers in this list.
start(String, int) - Method in class org.cybergarage.upnp.ControlPoint
 
start(String) - Method in class org.cybergarage.upnp.ControlPoint
 
start() - Method in class org.cybergarage.upnp.ControlPoint
Start with default search target
start() - Method in class org.cybergarage.upnp.Device
start.
start() - Method in class org.cybergarage.upnp.ssdp.SSDPNotifySocket
start.
start() - Method in class org.cybergarage.upnp.ssdp.SSDPNotifySocketList
start.
start() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket
start.
start() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList
start.
start() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocket
start.
start() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocketList
Starts all search sockets.
start() - Method in class org.cybergarage.util.ThreadCore
Starts the thread if it's not already running.
start() - Method in class org.klomp.snark.dht.DHTNodes
Start the DHT node manager.
start() - Method in class org.klomp.snark.dht.DHTTracker
 
start() - Method in class org.klomp.snark.dht.KRPC
Start the DHT.
start() - Method in class org.klomp.snark.SnarkManager
Caller _must_ call loadConfig(file) before this if setting new values for i2cp host/port or i2psnark.dir
start() - Method in class org.klomp.snark.standalone.RunStandalone
Starts the standalone I2PSnark server and optionally opens the system browser.
start() - Method in class org.klomp.snark.TrackerClient
Start the tracker client thread.
start() - Method in class org.klomp.snark.UDPTrackerClient
Can't be restarted after stopping?
start() - Method in class org.klomp.snark.UpdateRunner
start.
START - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "start" or "s" - beginning of time range
start - Variable in class org.rrd4j.graph.HSpan
 
start - Variable in class org.rrd4j.graph.ImageParameters
Start and end timestamps for graph range
start - Variable in class org.rrd4j.graph.VSpan
 
startAccepting() - Method in class org.klomp.snark.ConnectionAcceptor
May be called even when already running.
StartAcceptingClientsJob - Class in net.i2p.router.startup
start I2CP interface
StartAcceptingClientsJob(RouterContext) - Constructor for class net.i2p.router.startup.StartAcceptingClientsJob
StartAcceptingClientsJob.
startAllControllers() - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Start all tunnels.
startAllTorrents() - Method in class org.klomp.snark.SnarkManager
Always thread it
startAutomatically(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
startConsole() - Method in class net.i2p.router.web.RouterConsoleRunner
http://irc.codehaus.org/display/JETTY/Porting+to+jetty6
startCreateSessionJob(SessionConfig) - Method in class net.i2p.router.client.ClientMessageEventListener
Override for testing
STARTED - Static variable in class net.i2p.router.util.EventLog
STARTED.
started() - Method in class org.klomp.snark.TrackerClient
Check if this tracker client has been started.
StartExplorersJob - Class in net.i2p.router.networkdb.kademlia
This job initiates exploration of the network database by selecting keys to explore and queuing ExploreJobs up to a maximum per run.
StartExplorersJob(RouterContext, KademliaNetworkDatabaseFacade) - Constructor for class net.i2p.router.networkdb.kademlia.StartExplorersJob
Constructs a StartExplorersJob to manage peer exploration scheduling.
startForwardingIncoming(Properties, boolean) - Method in class net.i2p.sam.MasterSession
 
startForwardingIncoming(Properties, boolean) - Method in class net.i2p.sam.SAMv3StreamSession
Forward sockets from I2P to the host/port provided.
startHandling() - Method in class net.i2p.sam.SAMHandler
Start handling the SAM connection, detaching a handling thread.
STARTING - Static variable in class net.i2p.i2ptunnel.ui.GeneralHelper
Tunnel is in the process of starting up
STARTING - Static variable in class net.i2p.i2ptunnel.web.IndexBean
Tunnel status: starting.
startListeners() - Method in class net.i2p.router.client.ClientManager
Call from synchronized method Todo: Start a 3rd listener for IPV6?
startListening() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
Starts the NTCP transport listening process, ensuring only one pumper is running by checking existing state since the caller may not stop the transport correctly.
startListening() - Method in interface net.i2p.router.transport.Transport
Start accepting connections.
startListening() - Method in class net.i2p.router.transport.TransportManager
Void
startListening() - Method in class net.i2p.router.transport.udp.UDPTransport
Start the transport listener.
startListening() - Method in class net.i2p.router.web.GraphListener
 
startManager() - Method in class net.i2p.desktopgui.InternalTrayManager
 
startManager() - Method in class net.i2p.desktopgui.TrayManager
Add the tray icon to the system tray and start everything up.
startNDT() - Method in class net.i2p.router.web.helpers.WizardHelper
Start the test.
startOffset - Variable in class org.rrd4j.core.jrrd.DataChunk
Row number offset relative to current row.
startPeriodicChecking() - Static method in class net.i2p.addressbook.HostCheckerBridge
Start periodic ping checking
startPlugin(RouterContext, String) - Static method in class net.i2p.router.web.PluginStarter
 
startPlugins(RouterContext) - Static method in class net.i2p.router.web.PluginStarter
this shouldn't throw anything
startPumping() - Method in class net.i2p.router.transport.ntcp.EventPumper
startPumping.
startReading() - Method in class net.i2p.data.i2cp.I2CPMessageReader
Instruct the reader to begin reading messages off the stream
startReading() - Method in class net.i2p.internal.QueuedI2CPMessageReader
Register with the shared dispatcher.
startReading(int) - Method in class net.i2p.router.transport.ntcp.Reader
Description.
startReading() - Method in class net.i2p.sam.client.SAMReader
startReading.
startRunning() - Method in class net.i2p.i2ptunnel.I2PTunnelClient
Actually start working on incoming connections.
startRunning() - Method in class net.i2p.i2ptunnel.I2PTunnelClientBase
Actually open the local socket and start working on incoming connections.
startRunning() - Method in class net.i2p.i2ptunnel.I2PTunnelConnectClient
Starts the CONNECT proxy and registers with port mapper.
startRunning() - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
Actually start working on incoming connections.
startRunning() - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
Start the tunnel and initialize timing and throttling.
startRunning() - Method in class net.i2p.i2ptunnel.I2PTunnelIRCClient
startRunning.
startRunning() - Method in class net.i2p.i2ptunnel.I2PTunnelServer
Start running the I2PTunnelServer.
startRunning() - Method in class net.i2p.i2ptunnel.socks.SOCKSUDPTunnel
Starts the tunnel and begins processing datagrams.
startRunning() - Method in class net.i2p.i2ptunnel.streamr.StreamrConsumer
Starts the consumer and begins receiving data.
startRunning() - Method in class net.i2p.i2ptunnel.streamr.StreamrProducer
Starts the UDP server and begins forwarding data.
startRunning() - Method in class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPClientBase
Starts the tunnel and begins processing datagrams.
startRunning() - Method in class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPServerBase
Starts the tunnel and begins processing datagrams.
startRunning() - Method in class net.i2p.router.client.ClientConnectionRunner
Actually run the connection - listen for I2CP messages and respond.
startRunning() - Method in class net.i2p.router.client.QueuedClientConnectionRunner
Starts the reader thread.
startRunning() - Method in class net.i2p.router.JobQueueRunner
Start the runner.
startTag(String) - Method in class org.rrd4j.core.XmlWriter
Opens XML tag
startTesting(PeerManager) - Method in class net.i2p.router.peermanager.PeerTestJob
Starts the peer testing process with adaptive initial delay.
startTime - Variable in class org.rrd4j.graph.RrdGraphDef
Start and end timestamps for the graph (seconds since epoch).
startTimeoutProcessor() - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Start the batched timeout processor.
startTimestamper() - Method in class net.i2p.router.time.RouterTimestamper
startTimestamper.
startTorrent() - Method in class org.klomp.snark.Snark
Start up contacting peers and querying the tracker.
startTorrent(byte[]) - Method in class org.klomp.snark.SnarkManager
If not connected, thread it, otherwise inline
startTorrent(Snark) - Method in class org.klomp.snark.SnarkManager
If not connected, thread it, otherwise inline
startTorrent() - Method in class org.klomp.snark.web.FetchAndAdd
 
startTunnel() - Method in class net.i2p.i2ptunnel.TunnelController
Start up the tunnel (if it isn't already running)
startTunnelBackground() - Method in class net.i2p.i2ptunnel.TunnelController
Starts the tunnel in a background thread.
startup() - Method in class gnu.crypto.prng.AsyncFortunaStandalone
Start the PRNG
startup() - Method in interface net.i2p.app.ClientApp
Do not take a long time.
startup() - Method in class net.i2p.apps.systray.UrlLauncher
ClientApp interface As of 0.9.46, stops immediately if JVM is a Windows or Linux Service.
startup() - Method in class net.i2p.desktopgui.ExternalMain
 
startup() - Method in class net.i2p.desktopgui.Main
 
startup() - Method in class net.i2p.i2pcontrol.I2PControlController
Start the Jetty server
startup() - Method in class net.i2p.i2pcontrol.SocketController
Start the socket server
startup() - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
ClientApp interface
startup() - Method in class net.i2p.jetty.JettyStart
 
startup() - Method in class net.i2p.router.Blocklist
Loads the following files in-order: $I2P/blocklist.txt $I2P/blocklist_tor.txt ~/.i2p/blocklist.txt ~/.i2p/docs/feed/blocklist/blocklist.txt ~/.i2p/blocklist-countries.txt File if specified with router.blocklist.file
startup() - Method in class net.i2p.router.client.ClientManagerFacadeImpl
startup.
startup() - Method in class net.i2p.router.crypto.ratchet.ECIESAEADEngine
May be called multiple times
startup() - Method in class net.i2p.router.dummy.DummyClientManagerFacade
 
startup() - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
startup.
startup() - Method in class net.i2p.router.dummy.DummyNetworkDatabaseSegmentor
 
startup() - Method in class net.i2p.router.dummy.DummyPeerManagerFacade
 
startup() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
startup() - Method in class net.i2p.router.dummy.VMCommSystem
Start up and initialize
startup() - Method in class net.i2p.router.InNetMessagePool
Startup the message pool and, if configured, start dispatcher threads.
startup() - Method in class net.i2p.router.JobQueue
Initialize and start the job queue pumper thread.
startup() - Method in class net.i2p.router.JobQueueScaler
Start the scaler thread.
startup() - Method in class net.i2p.router.MessageValidator
Start the message validator, initializing the duplicate detection filter.
startup() - Method in class net.i2p.router.networkdb.kademlia.BlindCache
Load persistent cache from disk.
startup() - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Start monitor jobs, throttle, and optional router refresh.
startup() - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseSegmentor
Start up the _mainDbid
startup() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
startup() - Method in class net.i2p.router.networkdb.kademlia.SegmentedNetworkDatabaseFacade
Start up the network databases
startup() - Method in class net.i2p.router.news.NewsManager
ClientApp interface
startup() - Method in class net.i2p.router.peermanager.PeerManagerFacadeImpl
startup.
startup() - Method in interface net.i2p.router.Service
Instruct the service that it should start normal operation.
startup() - Method in class net.i2p.router.sybil.Analysis
Initializes and starts the Sybil analysis service.
startup() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Start the communication system and all transport protocols.
startup() - Method in class net.i2p.router.transport.udp.EstablishmentManager
startup.
startup() - Method in class net.i2p.router.transport.udp.InboundMessageFragments
startup.
startup() - Method in class net.i2p.router.transport.udp.MessageReceiver
startup.
startup() - Method in class net.i2p.router.transport.udp.OutboundMessageFragments
startup.
startup() - Method in class net.i2p.router.transport.udp.PacketHandler
Start the packet handler.
startup() - Method in class net.i2p.router.transport.udp.PacketPusher
Starts the packet pusher thread.
startup() - Method in class net.i2p.router.transport.udp.UDPEndpoint
Caller should call getListenPort() after this to get the actual bound port and determine success .
startup() - Method in class net.i2p.router.transport.udp.UDPReceiver
Cannot be restarted (socket is final).
startup() - Method in class net.i2p.router.transport.udp.UDPSender
Starts the UDP sender thread.
startup() - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
startup() - Method in class net.i2p.router.tunnel.pool.TunnelPool
Warning, this may be called more than once (without an intervening shutdown()) if the tunnel is stopped and then restarted by the client manager with the same Destination (i.e.
startup() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Start the tunnel pool manager and build initial tunnels
startup() - Method in class net.i2p.router.tunnel.TunnelDispatcher
Start up the TunnelDispatcher
startup() - Method in class net.i2p.router.update.ConsoleUpdateManager
ClientApp interface
startup() - Method in class net.i2p.router.web.GraphGenerator
Does nothing, we aren't tracked
startup() - Method in class net.i2p.router.web.NavHelper
 
startup() - Method in class net.i2p.router.web.RouterConsoleRunner
 
startup() - Method in class net.i2p.router.web.ShellService
Determine if a ShellService corresponding to the wrapped application has been started yet.
startup(String, boolean, int, String, String, String) - Method in class net.i2p.sam.client.SAMStreamSend
startup.
startup(String, boolean, int, String, String, String) - Method in class net.i2p.sam.client.SAMStreamSink
startup.
startup() - Method in class net.i2p.sam.SAMBridge
Start the bridge
startup() - Method in class org.klomp.snark.PeerConnectionOut
Start the sender thread.
startup() - Method in class org.klomp.snark.SnarkManager
ClientApp method.
STARTUP_WARNING_SUPPRESS_MS - Static variable in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Duration in ms to suppress startup warnings
StartupJob - Class in net.i2p.router.startup
The StartupJob should be run once on router startup to initialize the system and set things in motion.
StartupJob(RouterContext) - Constructor for class net.i2p.router.startup.StartupJob
StartupJob.
startVerifyUsage() - Method in class net.i2p.client.impl.I2PSessionImpl
Fire up a periodic task to check for unclaimed messages
startVerifyUsage() - Method in class net.i2p.client.impl.I2PSessionImpl2
Fire up a periodic task to check for unclaimed messages
startWebApp(RouterContext, ContextHandlerCollection, String, String) - Static method in class net.i2p.router.web.WebAppStarter
Adds and starts.
startWebApp(RouterContext, ContextHandlerCollection, String, String, String) - Static method in class net.i2p.router.web.WebAppStarter
Adds and starts.
startWriting() - Method in class net.i2p.client.impl.ClientWriterRunner
 
startWriting(int) - Method in class net.i2p.router.transport.ntcp.Writer
startWriting.
STAT_PERIOD - Static variable in class net.i2p.router.Tuner
Period for short-term bandwidth stats.
STAT_PERIOD_LONG - Static variable in class net.i2p.router.Tuner
Period for long-term bandwidth stats.
state - Variable in class net.i2p.router.transport.udp.PacketBuilder.Fragment
state.
state - Variable in class org.bouncycastle.crypto.digests.KeccakDigest
state.
state - Variable in class org.klomp.snark.Peer
` Keeps state for in/out connections.
StatefulConnectionFilter - Interface in net.i2p.client.streaming
A ConnectionFilter that may hold state, can be started and stopped
STATES_DONE - Static variable in class net.i2p.router.transport.ntcp.EstablishBase
STATES_DONE.
StateVariable - Class in org.cybergarage.upnp
StateVariable.
StateVariable() - Constructor for class org.cybergarage.upnp.StateVariable
Creates a new StateVariable with default initialization.
StateVariable(Node, Node) - Constructor for class org.cybergarage.upnp.StateVariable
Creates a StateVariable with specified service and state variable nodes.
StateVariableData - Class in org.cybergarage.upnp.xml
Data container for UPnP state variable information.
StateVariableData() - Constructor for class org.cybergarage.upnp.xml.StateVariableData
StateVariableData.
StatHelper - Class in net.i2p.router.web.helpers
Helper for statistics page rendering and form processing.
StatHelper() - Constructor for class net.i2p.router.web.helpers.StatHelper
 
statHistory - Variable in class net.i2p.router.Tuner.ParamSnapshot
Stat history.
staticIsClient(int) - Static method in class net.i2p.i2ptunnel.web.EditBean
Is it a client or server in the UI and I2P side? Note that a streamr client is a UI and I2P client but a server on the localhost side.
StaticSnark - Class in org.klomp.snark
Main snark startup class for staticly linking with gcj.
StaticSnark() - Constructor for class org.klomp.snark.StaticSnark
 
StatisticsManager - Class in net.i2p.router
Collects and publishes router performance statistics to the network database.
StatisticsManager(RouterContext) - Constructor for class net.i2p.router.StatisticsManager
StatisticsManager.
statManager() - Method in class net.i2p.I2PAppContext
The statistics component with which we can track various events over time.
StatManager - Class in net.i2p.stat
Coordinate the management of various frequencies and rates within I2P components, both allowing central update and retrieval, as well as distributed creation and use.
StatManager(I2PAppContext) - Constructor for class net.i2p.stat.StatManager
 
statPublisher() - Method in class net.i2p.router.RouterContext
If the router is configured to, gather up some particularly tasty morsels regarding the stats managed and offer to publish them into the routerInfo.
StatsGenerator - Class in net.i2p.router.web.helpers
Dump the stats to the web admin interface
StatsGenerator(RouterContext) - Constructor for class net.i2p.router.web.helpers.StatsGenerator
StatsGenerator.
STATUS - Static variable in class net.i2p.router.RouterVersion
for example: "beta", "alpha", "rc"
status() - Method in class net.i2p.router.web.NewsHelper
 
status(RouterContext) - Static method in class net.i2p.router.web.NewsHelper
 
status(RouterContext, HttpSession) - Static method in class net.i2p.router.web.NewsHelper
 
status - Variable in class org.freenetproject.ForwardPortStatus
The current status of the port forwarding operation
STATUS_AVAILABLE - Static variable in class net.i2p.data.i2cp.MessageStatusMessage
For incoming messages.
STATUS_CANCELLED - Static variable in interface net.i2p.client.SendMessageStatusListener
I2CP status codes are 0 - 255.
STATUS_CONNECTION_RESET - Static variable in exception net.i2p.client.streaming.I2PSocketException
Router and I2CP status codes are 0 - 511.
STATUS_CREATED - Static variable in class net.i2p.data.i2cp.SessionStatusMessage
STATUS_CREATED.
STATUS_DESTROYED - Static variable in class net.i2p.data.i2cp.SessionStatusMessage
STATUS_DESTROYED.
STATUS_DIFFERENT - Static variable in class net.i2p.router.CommSystemFacade
We are behind a symmetric NAT which will make our 'from' address look differently when we talk to multiple people
STATUS_DISCONNECTED - Static variable in class net.i2p.router.CommSystemFacade
We have no network interface at all enabled transports
STATUS_DUP_DEST - Static variable in class net.i2p.data.i2cp.SessionStatusMessage
Used internally, not in spec, will be remapped to STATUS_INVALID before being sent.
STATUS_HOSED - Static variable in class net.i2p.router.CommSystemFacade
Our detection system is broken (SSU bind port failed)
STATUS_INVALID - Static variable in class net.i2p.data.i2cp.SessionStatusMessage
STATUS_INVALID.
STATUS_IPV4_DISABLED_IPV6_FIREWALLED - Static variable in class net.i2p.router.CommSystemFacade
We have an IPv6 transport enabled and a public IPv6 address.
STATUS_IPV4_DISABLED_IPV6_OK - Static variable in class net.i2p.router.CommSystemFacade
We have an IPv6 transport enabled and a public IPv6 address.
STATUS_IPV4_DISABLED_IPV6_UNKNOWN - Static variable in class net.i2p.router.CommSystemFacade
We have an IPv6 transport enabled and a public IPv6 address.
STATUS_IPV4_FIREWALLED_IPV6_OK - Static variable in class net.i2p.router.CommSystemFacade
We have an IPv6 transport enabled and a public IPv6 address.
STATUS_IPV4_FIREWALLED_IPV6_UNKNOWN - Static variable in class net.i2p.router.CommSystemFacade
We have an IPv6 transport enabled and a public IPv6 address.
STATUS_IPV4_OK_IPV6_FIREWALLED - Static variable in class net.i2p.router.CommSystemFacade
We have an IPv6 transport enabled and a public IPv6 address.
STATUS_IPV4_OK_IPV6_UNKNOWN - Static variable in class net.i2p.router.CommSystemFacade
We have an IPv6 transport enabled and a public IPv6 address.
STATUS_IPV4_SNAT_IPV6_OK - Static variable in class net.i2p.router.CommSystemFacade
We are behind a symmetric NAT which will make our 'from' address look differently when we talk to multiple people We can receive unsolicited connections on IPv6.
STATUS_IPV4_SNAT_IPV6_UNKNOWN - Static variable in class net.i2p.router.CommSystemFacade
We are behind a symmetric NAT which will make our 'from' address look differently when we talk to multiple people We might be able to receive unsolicited connections on IPv6.
STATUS_IPV4_UNKNOWN_IPV6_FIREWALLED - Static variable in class net.i2p.router.CommSystemFacade
We have an IPv6 transport enabled and a public IPv6 address.
STATUS_IPV4_UNKNOWN_IPV6_OK - Static variable in class net.i2p.router.CommSystemFacade
We have an IPv6 transport enabled and a public IPv6 address.
STATUS_LINE_DELIM - Static variable in class org.cybergarage.http.HTTP
Status line delimiter (space between version, code, phrase)
STATUS_OK - Static variable in class net.i2p.router.CommSystemFacade
These must be increasing in "badness" (see TransportManager.java), but UNKNOWN must be last.
STATUS_REFUSED - Static variable in class net.i2p.data.i2cp.SessionStatusMessage
Session refused status.
STATUS_REJECT_UNSOLICITED - Static variable in class net.i2p.router.CommSystemFacade
We are able to talk to peers that we initiate communication with, but cannot receive unsolicited connections, i.e.
STATUS_SEND_ACCEPTED - Static variable in class net.i2p.data.i2cp.MessageStatusMessage
STATUS_SEND_ACCEPTED.
STATUS_SEND_BEST_EFFORT_FAILURE - Static variable in class net.i2p.data.i2cp.MessageStatusMessage
A probable failure, but we don't know for sure.
STATUS_SEND_BEST_EFFORT_SUCCESS - Static variable in class net.i2p.data.i2cp.MessageStatusMessage
unused
STATUS_SEND_FAILURE_BAD_LEASESET - Static variable in class net.i2p.data.i2cp.MessageStatusMessage
We got the far-end leaseset but something strange is wrong with it.
STATUS_SEND_FAILURE_BAD_MESSAGE - Static variable in class net.i2p.data.i2cp.MessageStatusMessage
The message payload is invalid or zero-length or too big.
STATUS_SEND_FAILURE_BAD_OPTIONS - Static variable in class net.i2p.data.i2cp.MessageStatusMessage
Something is invalid in the message options, or the expiration is too far in the future.
STATUS_SEND_FAILURE_BAD_SESSION - Static variable in class net.i2p.data.i2cp.MessageStatusMessage
The session is invalid or closed.
STATUS_SEND_FAILURE_DESTINATION - Static variable in class net.i2p.data.i2cp.MessageStatusMessage
Something strange is wrong with the far-end destination.
STATUS_SEND_FAILURE_EXPIRED - Static variable in class net.i2p.data.i2cp.MessageStatusMessage
Message expired before it could be sent.
STATUS_SEND_FAILURE_EXPIRED_LEASESET - Static variable in class net.i2p.data.i2cp.MessageStatusMessage
We got the far-end leaseset but it's expired and can't get a new one.
STATUS_SEND_FAILURE_LOCAL - Static variable in class net.i2p.data.i2cp.MessageStatusMessage
The far-end destination is local but delivery failed for some reason.
STATUS_SEND_FAILURE_LOCAL_LEASESET - Static variable in class net.i2p.data.i2cp.MessageStatusMessage
Local leaseset problems.
STATUS_SEND_FAILURE_LOOPBACK - Static variable in class net.i2p.data.i2cp.MessageStatusMessage
Message was attempted to be sent to the same Destination.
STATUS_SEND_FAILURE_META_LEASESET - Static variable in class net.i2p.data.i2cp.MessageStatusMessage
The far-end destination's lease set was a meta lease set, and cannot be sent to.
STATUS_SEND_FAILURE_NETWORK - Static variable in class net.i2p.data.i2cp.MessageStatusMessage
The PC apparently has no network connectivity at all.
STATUS_SEND_FAILURE_NO_LEASESET - Static variable in class net.i2p.data.i2cp.MessageStatusMessage
Could not find the far-end destination's lease set.
STATUS_SEND_FAILURE_NO_TUNNELS - Static variable in class net.i2p.data.i2cp.MessageStatusMessage
Local problems - no outbound tunnel to send through, or no inbound tunnel if a reply is required.
STATUS_SEND_FAILURE_OVERFLOW - Static variable in class net.i2p.data.i2cp.MessageStatusMessage
Some queue or buffer in the router is full and the message was dropped.
STATUS_SEND_FAILURE_ROUTER - Static variable in class net.i2p.data.i2cp.MessageStatusMessage
The router is not ready, has shut down, or has major problems.
STATUS_SEND_FAILURE_UNSUPPORTED_ENCRYPTION - Static variable in class net.i2p.data.i2cp.MessageStatusMessage
The certs or options in the destination or leaseset indicate that it uses an encryption format that we don't support, so we can't talk to it.
STATUS_SEND_GUARANTEED_FAILURE - Static variable in class net.i2p.data.i2cp.MessageStatusMessage
Generic failure, specific cause unknown.
STATUS_SEND_GUARANTEED_SUCCESS - Static variable in class net.i2p.data.i2cp.MessageStatusMessage
Generic success.
STATUS_SEND_SUCCESS_LOCAL - Static variable in class net.i2p.data.i2cp.MessageStatusMessage
The far-end destination is local and we are pretty darn sure the delivery succeeded.
STATUS_UNKNOWN - Static variable in class net.i2p.router.CommSystemFacade
Our reachability is unknown on all
STATUS_UPDATED - Static variable in class net.i2p.data.i2cp.SessionStatusMessage
STATUS_UPDATED.
StatusPanel - Class in edu.internet2.ndt
StatusPanel.
StatusPanel(int, String) - Constructor for class edu.internet2.ndt.StatusPanel
StatusPanel.
STDDEV() - Constructor for class org.rrd4j.data.Variable.STDDEV
 
stealSocket() - Method in class net.i2p.sam.SAMv3Handler
For SAMv3StreamSession connect and accept
step - Variable in class net.i2p.router.Tuner.ParamSnapshot
Adjustment step size.
step - Variable in class org.rrd4j.data.Normalizer
Time step in seconds between data points
step - Variable in class org.rrd4j.graph.RrdGraphDef
Suggested time step for processing RRD data.
steps - Variable in class org.rrd4j.core.Archive
Number of archive steps
stillRunning - Variable in class net.i2p.sam.SAMStreamSession.SAMStreamSessionSocketReader
stillRunning.
stolenSocket - Variable in class net.i2p.sam.SAMv3Handler
Stolen socket.
stop() - Method in class net.i2p.addressbook.Daemon
Stop the daemon.
stop() - Method in class net.i2p.addressbook.HostChecker
Stop periodic ping testing
stop() - Method in class net.i2p.client.streaming.impl.RetransmissionTimer
Stop the dedicated timer.
stop() - Method in class net.i2p.client.streaming.impl.TCBShare
Cannot be restarted.
stop() - Method in interface net.i2p.client.streaming.StatefulConnectionFilter
Tells this filter to stop and release any resources
stop() - Method in class net.i2p.i2ptunnel.access.AccessFilter
Stops the filter's background tasks.
stop() - Method in class net.i2p.i2ptunnel.ConnThrottler
Stops the throttler and resets all state.
stop() - Method in class net.i2p.i2ptunnel.irc.I2PTunnelDCCClient
Stop listening for new sockets.
stop() - Method in class net.i2p.i2ptunnel.socks.SOCKSUDPPort
Stops the UDP source and sink, closing the underlying sockets.
stop() - Method in class net.i2p.i2ptunnel.streamr.MultiSource
Stops the multi-source and clears all registered sinks.
stop() - Method in class net.i2p.i2ptunnel.streamr.Pinger
Stops the pinger thread and sends an unsubscribe message.
stop() - Method in interface net.i2p.i2ptunnel.udp.Stream
Stops the stream.
stop() - Method in class net.i2p.i2ptunnel.udp.UDPSink
Closes the underlying DatagramSocket.
stop() - Method in class net.i2p.i2ptunnel.udp.UDPSource
Stops the source thread and closes the socket.
stop() - Method in interface net.i2p.router.networkdb.kademlia.DataStore
Stop the data store and release resources.
stop() - Method in class net.i2p.router.networkdb.kademlia.NegativeLookupCache
Stops the timer.
stop() - Method in class net.i2p.router.networkdb.kademlia.PersistentDataStore
 
stop() - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
stop.
stop() - Method in class net.i2p.router.tasks.GracefulShutdown
Stop the shutdown thread gracefully.
stop() - Method in class net.i2p.router.transport.ntcp.NTCPSendFinisher
Stops the thread pool executor, waiting briefly for termination.
stop() - Method in class net.i2p.router.transport.UPnPManager
Blocking, may take a while, up to 20 seconds
stop() - Method in class net.i2p.router.web.GraphGenerator
stop.
stop() - Method in class net.i2p.sam.SAMHandlerPool
Stop the pool, interrupt selector, wait for workers.
stop() - Method in class net.i2p.util.SimpleTimer2
Stops the timer.
stop() - Method in class org.cybergarage.http.HTTPServer
Stops the HTTP server thread.
stop() - Method in class org.cybergarage.http.HTTPServerList
Stops all HTTP servers in this list.
stop() - Method in class org.cybergarage.upnp.ControlPoint
 
stop() - Method in class org.cybergarage.upnp.Device
stop.
stop() - Method in class org.cybergarage.upnp.ssdp.SSDPNotifySocket
stop.
stop() - Method in class org.cybergarage.upnp.ssdp.SSDPNotifySocketList
stop.
stop() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket
stop.
stop() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList
stop.
stop() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocket
stop.
stop() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocketList
Stops all search sockets.
stop() - Method in class org.cybergarage.util.ThreadCore
Stops the thread safely using interruption.
stop() - Method in interface org.klomp.snark.dht.DHT
Stop everything.
stop() - Method in class org.klomp.snark.dht.DHTNodes
Stop the DHT node manager.
stop() - Method in class org.klomp.snark.dht.DHTTracker
Stop the tracker
stop() - Method in class org.klomp.snark.dht.KRPC
Stop everything.
stop() - Method in class org.klomp.snark.SnarkManager
Called by the webapp at Jetty shutdown.
stop() - Method in class org.klomp.snark.standalone.RunStandalone
Stops the embedded Jetty server.
stop() - Method in class org.klomp.snark.UDPTrackerClient
Stop everything.
stopAcceptingClients() - Method in class net.i2p.router.dummy.DummyClientManagerFacade
empty dummy implementation
stopAllControllers() - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Stop all tunnels.
stopAllTorrents(boolean) - Method in class org.klomp.snark.SnarkManager
Stop all running torrents, and close the tunnel after a delay to allow for announces.
stopAndUnregister(Transport) - Method in class net.i2p.router.transport.TransportManager
Stop and unregister a pluggable transport.
stopargs - Variable in class net.i2p.router.startup.ClientAppConfig
The stop arguments.
stopCheck(UpdateType) - Method in class net.i2p.router.update.ConsoleUpdateManager
Stop this check
stopCheck(UpdateType, String) - Method in class net.i2p.router.update.ConsoleUpdateManager
Stop this check
stopChecks() - Method in class net.i2p.router.update.ConsoleUpdateManager
Stop all checks in progress
stopCleanupJob() - Method in class net.i2p.router.transport.TransportImpl
 
stopDatagramReceiving() - Method in class net.i2p.sam.MasterSession
Does nothing.
stopDatagramReceiving() - Method in interface net.i2p.sam.SAMDatagramReceiver
Stop receiving data.
stopDatagramReceiving() - Method in class net.i2p.sam.SAMv1Handler
Stop receiving datagram bytes and close the client socket.
stopDatagramReceiving() - Method in class net.i2p.sam.SAMv3DatagramSession
Stop receiving datagrams.
stopDecaying() - Method in class net.i2p.router.util.DecayingBloomFilter
Stop the decay process
stopDecaying() - Method in class net.i2p.router.util.DecayingHashSet
super doesn't call clear, but neither do the users, so it seems like we should here
stopFetching() - Method in class net.i2p.util.EepGet
Stop the fetch in progress.
stopForwardingIncoming() - Method in class net.i2p.sam.MasterSession
does nothing
stopForwardingIncoming() - Method in class net.i2p.sam.SAMv3StreamSession
stop Forwarding Incoming connection coming from I2P
stopHandler - Variable in class net.i2p.sam.SAMHandler
stopHandler.
stopHandling() - Method in interface net.i2p.sam.Handler
Stop the handler
stopHandling() - Method in class net.i2p.sam.SAMHandler
Stop the SAM handler, close the client socket, unregister with the bridge.
stopHandling() - Method in class net.i2p.sam.SAMv3DatagramServer
Cannot be restarted.
stopHandling() - Method in class net.i2p.sam.SAMv3Handler
Stop the SAM handler, close the socket (unless stolen), unregister from the bridge and the handler pool.
stopListening() - Method in class net.i2p.router.client.ClientListenerRunner
Stop listening for connections.
stopListening() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
This doesn't (completely) block, caller should check isAlive() before calling startListening() or restartListening()
stopListening() - Method in interface net.i2p.router.transport.Transport
Stop accepting connections.
stopListening() - Method in class net.i2p.router.transport.TransportManager
Can be restarted.
stopListening() - Method in class net.i2p.router.transport.udp.UDPTransport
Stop listening.
stopListening() - Method in class net.i2p.router.web.GraphListener
Stop listening and close the RRD database.
stopLock - Variable in class net.i2p.sam.SAMHandler
stopLock.
stopManager() - Method in class net.i2p.desktopgui.TrayManager
Remove the tray icon from the system tray
stopNotifying() - Method in class net.i2p.client.impl.I2PSessionImpl.AvailabilityNotifier
Stop notifying
stopNotifying() - Method in class net.i2p.client.impl.I2PSessionMuxedImpl.MuxedAvailabilityNotifier
stopNotifying.
STOPPED - Static variable in class net.i2p.router.util.EventLog
STOPPED.
stopPeriodicChecking() - Static method in class net.i2p.addressbook.HostCheckerBridge
Stop periodic ping checking
stopPlugin(RouterContext, String) - Static method in class net.i2p.router.web.PluginStarter
 
stopPlugin(RouterContext, Server, String) - Static method in class net.i2p.router.web.PluginStarter
 
stopPublishing(Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
stopPumping() - Method in class net.i2p.router.transport.ntcp.EventPumper
stopPumping.
stopPumping() - Method in class net.i2p.router.tunnel.TunnelGatewayPumper
Requests a graceful stop for pump threads.
stopRawReceiving() - Method in class net.i2p.sam.MasterSession
Does nothing.
stopRawReceiving() - Method in interface net.i2p.sam.SAMRawReceiver
Stop receiving data.
stopRawReceiving() - Method in class net.i2p.sam.SAMv1Handler
Stop receiving raw bytes and close the client socket.
stopRawReceiving() - Method in class net.i2p.sam.SAMv3RawSession
Stop receiving raw data.
stopReading() - Method in class net.i2p.data.i2cp.I2CPMessageReader
Cancel reading.
stopReading() - Method in class net.i2p.internal.QueuedI2CPMessageReader
Unregister from the shared dispatcher.
stopReading() - Method in class net.i2p.router.transport.ntcp.Reader
Description.
stopReading() - Method in class net.i2p.sam.client.SAMReader
stopReading.
stopRunning() - Method in class net.i2p.i2ptunnel.InternalSocketRunner
Stop the server socket and mark as closed
stopRunning() - Method in class net.i2p.router.client.ClientConnectionRunner
Die a horrible death.
stopRunning() - Method in class net.i2p.router.client.QueuedClientConnectionRunner
Calls super() to stop the reader, and sends a poison message to the client.
stopRunning() - Method in class net.i2p.router.JobQueueRunner
Stop the runner.
stopRunning() - Method in class net.i2p.sam.SAMStreamSession.SAMStreamSessionServer
Stop a SAM STREAM session server
stopRunning() - Method in class net.i2p.sam.SAMStreamSession.SAMStreamSessionSocketReader
Stop a SAM STREAM session socket reader thread immediately.
stopRunning() - Method in class net.i2p.sam.SAMStreamSession.SAMv1StreamSessionSocketReader
Stop a SAM STREAM session socket reader thead immediately.
stopRunning() - Method in class net.i2p.sam.SAMStreamSession.StreamSender
Stop a SAM STREAM session socket sender thread immediately
stopStreamReceiving() - Method in interface net.i2p.sam.SAMStreamReceiver
Stop receiving data.
stopStreamReceiving() - Method in class net.i2p.sam.SAMv1Handler
Stop receiving stream bytes and close the client socket.
stopTesting() - Method in class net.i2p.router.peermanager.PeerTestJob
Stops the peer testing process gracefully.
stopTimedEvents() - Method in class net.i2p.i2pcontrol.security.SecurityManager
Stop the periodic auth token cleanup timer and clear all tokens
stopTorrent() - Method in class org.klomp.snark.Snark
Stop contacting the tracker and talking with peers
stopTorrent(boolean) - Method in class org.klomp.snark.Snark
Stop contacting the tracker and talking with peers
stopTorrent(String, boolean) - Method in class org.klomp.snark.SnarkManager
Stop the torrent, leaving it on the list of torrents unless told to remove it.
stopTorrent(Snark, boolean) - Method in class org.klomp.snark.SnarkManager
Stop the torrent, leaving it on the list of torrents unless told to remove it.
stopTorrent(Snark) - Method in class org.klomp.snark.SnarkManager
Stop the torrent only, leaving it on the list of torrents.
stopTorrent() - Method in class org.klomp.snark.web.FetchAndAdd
 
stopTunnel() - Method in class net.i2p.i2ptunnel.TunnelController
May be restarted with restartTunnel() or startTunnel() later.
stopUpdate(UpdateType) - Method in class net.i2p.router.update.ConsoleUpdateManager
Stop this download
stopUpdate(UpdateType, String) - Method in class net.i2p.router.update.ConsoleUpdateManager
Stop this download
stopUpdates() - Method in class net.i2p.router.update.ConsoleUpdateManager
Stop all downloads in progress
stopWebApp(RouterContext, String) - Static method in class net.i2p.router.web.WebAppStarter
Stop it and remove the context.
stopWebApp(RouterContext, Server, String) - Static method in class net.i2p.router.web.WebAppStarter
Stop it and remove the context.
stopWriting() - Method in class net.i2p.client.impl.ClientWriterRunner
No more messages - don't even try to send what we have
stopWriting() - Method in class net.i2p.router.client.ClientWriterRunner
No more messages - don't even try to send what we have
stopWriting() - Method in class net.i2p.router.transport.ntcp.Writer
stopWriting.
stopWriting() - Method in class net.i2p.util.LogWriter
Stop the log writer thread
storage - Variable in class org.klomp.snark.PeerCoordinator
Will be null when in magnet mode.
Storage - Class in org.klomp.snark
Storage manages torrent data files on disk for I2PSnark.
Storage(I2PSnarkUtil, File, MetaInfo, StorageListener, boolean) - Constructor for class org.klomp.snark.Storage
Creates a new storage based on the supplied MetaInfo.
Storage(I2PSnarkUtil, File, String, List<List<String>>, String, boolean, StorageListener, List<TorrentCreateFilter>) - Constructor for class org.klomp.snark.Storage
Creates a storage from the existing file or directory.
Storage(I2PSnarkUtil, File, String, List<List<String>>, String, boolean, List<String>, String, StorageListener, List<TorrentCreateFilter>) - Constructor for class org.klomp.snark.Storage
Creates a storage from the existing file or directory.
storageAllChecked(Storage) - Method in class org.klomp.snark.Snark
StorageListener callback called when all pieces have been checked.
storageAllChecked(Storage) - Method in interface org.klomp.snark.StorageListener
Called when all pieces in the storage have been checked.
storageAllocated(Storage, long) - Method in class org.klomp.snark.Snark
does nothing
storageAllocated(Storage, long) - Method in interface org.klomp.snark.StorageListener
Called to indicate that length bytes have been allocated.
storageChecked(Storage, int, boolean) - Method in class org.klomp.snark.Snark
StorageListener callback called when a piece check completes.
storageChecked(Storage, int, boolean) - Method in interface org.klomp.snark.StorageListener
Called when storage is being checked and the num piece of that total pieces has been checked.
storageCompleted - Variable in class org.klomp.snark.Snark
Whether the torrent storage has reported completion.
storageCompleted(Storage) - Method in class org.klomp.snark.Snark
StorageListener callback called when the torrent has completed.
storageCompleted(Storage) - Method in interface org.klomp.snark.StorageListener
Called the one time when the data is completely received and checked.
storageCreateFile(Storage, String, long) - Method in class org.klomp.snark.Snark
StorageListener no-op
storageCreateFile(Storage, String, long) - Method in interface org.klomp.snark.StorageListener
Called when the storage creates a new file of a given length.
StorageListener - Interface in org.klomp.snark
Callback interface for monitoring Storage state changes and progress.
store(Hash, LeaseSet) - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
Store a key locally
store(Hash, RouterInfo) - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
Store a key locally
store(Hash, LeaseSet) - Method in class net.i2p.router.NetworkDatabaseFacade
 
store(Hash, RouterInfo) - Method in class net.i2p.router.NetworkDatabaseFacade
 
store(Hash, DatabaseEntry) - Method in class net.i2p.router.NetworkDatabaseFacade
Store a DatabaseEntry in the network database.
store(Hash, LeaseSet) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
store(Hash, LeaseSet, boolean) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Store the leaseSet.
store(Hash, RouterInfo) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Store the routerInfo.
store(Hash, RouterInfo, boolean) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Store the routerInfo.
store(I2PAppContext, List<Node>) - Static method in class net.i2p.router.news.PersistNews
Store each entry.
store(OutputStream) - Method in class net.i2p.router.peermanager.DBHistory
write out the data from the profile to the stream including comments
store(OutputStream, boolean) - Method in class net.i2p.router.peermanager.DBHistory
write out the data from the profile to the stream
store(OutputStream) - Method in class net.i2p.router.peermanager.TunnelHistory
store.
store(OutputStream, boolean) - Method in class net.i2p.router.peermanager.TunnelHistory
write out the data from the profile to the stream
store(long, Map<Hash, Points>) - Method in class net.i2p.router.sybil.PersistSybil
Store each entry.
store(StringBuilder) - Method in class net.i2p.stat.Frequency
Appends the data of this frequency to the specified StringBuilder
store(OutputStream, String) - Method in class net.i2p.stat.FrequencyStat
Serializes this FrequencyStat to the provided OutputStream
store(String, StringBuilder) - Method in class net.i2p.stat.Rate
Stores the rate data to a string builder.
store(String, StringBuilder, boolean) - Method in class net.i2p.stat.Rate
Stores the rate data to a string builder.
store(OutputStream, String) - Method in class net.i2p.stat.RateStat
Includes comment lines
store(OutputStream, String, boolean) - Method in class net.i2p.stat.RateStat
Stores the rate statistics to an output stream.
store(OutputStream, String) - Method in class net.i2p.stat.StatManager
Serializes all Frequencies and Rates to the provided OutputStream
store(double) - Method in interface org.rrd4j.core.Robin
store.
store(double) - Method in class org.rrd4j.core.RobinArray
store.
store(double) - Method in class org.rrd4j.core.RobinMatrix
store.
store(Sample) - Method in class org.rrd4j.core.RrdDb
Store sample
storeBlocklist(Set<String>, long) - Method in class net.i2p.router.sybil.PersistSybil
Write the blocklist.
storeEntries(List<Node>) - Method in class net.i2p.router.news.NewsManager
Store each entry.
storeFailed() - Method in class net.i2p.router.peermanager.DBHistory
Note that floodfill verify failed
StoreJob - Class in net.i2p.router.networkdb.kademlia
Abstract base class for network database store operations.
StoreJob(RouterContext, KademliaNetworkDatabaseFacade, Hash, DatabaseEntry, Job, Job, long) - Constructor for class net.i2p.router.networkdb.kademlia.StoreJob
Send a data structure to the floodfills
StoreJob(RouterContext, KademliaNetworkDatabaseFacade, Hash, DatabaseEntry, Job, Job, long, Set<Hash>) - Constructor for class net.i2p.router.networkdb.kademlia.StoreJob
Send a data structure to the floodfills, skipping certain peers
StoreMessageSelector - Class in net.i2p.router.networkdb.kademlia
Message selector for matching database store operation confirmations.
StoreMessageSelector(RouterContext, long, RouterInfo, long, long) - Constructor for class net.i2p.router.networkdb.kademlia.StoreMessageSelector
Creates a new message selector for database store confirmations.
storeMethod(String) - Method in class i2p.susi.dns.BaseBean
Store the HTTP method.
storeMethod(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
Store request method for P-R-G pattern
storeMethod(String) - Method in class net.i2p.router.web.FormHandler
Call this to prevent changes using GET
storeNewsHelper(NewsHelper) - Method in class net.i2p.router.web.helpers.SidebarHelper
NewsHelper to store for sidebar rendering.
storePluginProperties(Properties) - Static method in class net.i2p.router.web.PluginStarter
plugins.config
storePrivateKey(File, String, String, String, PrivateKey, List<X509Certificate>) - Static method in class net.i2p.crypto.KeyStoreUtil
Import the private key and certificate chain to a keystore.
storeProfiles() - Method in class net.i2p.router.peermanager.PeerManager
Write active profiles to disk
storeProps(Properties, File) - Static method in class net.i2p.data.DataHelper
Writes the props to the file, unsorted (unless props is an OrderedProperties) Note that this does not escape the \r or \n that are unescaped in loadProps() above.
storeProps(Properties, File) - Static method in class org.klomp.snark.I2PSnarkUtil
Same as DataHelper.loadProps() but allows '#' in values, so we can have filenames with '#' in them in torrent config files.
storeSession(HttpSession) - Method in class net.i2p.router.web.ConfigUpdateHelper
For nonce validation and session-bound nonce generation
storeSession(HttpSession) - Method in class net.i2p.router.web.FormHandler
For nonce validation
storeSession(HttpSession) - Method in class net.i2p.router.web.helpers.ReseedHandler
For form validation
storeSession(HttpSession) - Method in class net.i2p.router.web.helpers.SidebarHelper
For form validation and session-bound nonce generation
storeSession(HttpSession) - Method in class net.i2p.router.web.UpdateHandler
For form validation
StoreState - Class in net.i2p.router.networkdb.kademlia
Manages state for network database store operations.
StoreState(RouterContext, Hash, DatabaseEntry) - Constructor for class net.i2p.router.networkdb.kademlia.StoreState
StoreState.
StoreState(RouterContext, Hash, DatabaseEntry, Set<Hash>) - Constructor for class net.i2p.router.networkdb.kademlia.StoreState
Constructs a new StoreState for tracking store operations.
storeSuccessful() - Method in class net.i2p.router.peermanager.DBHistory
Note that we successfully stored to a floodfill peer and verified the result by asking another floodfill peer
storeWebAppProperties(RouterContext, Properties) - Static method in class net.i2p.router.web.RouterConsoleRunner
storeWebAppProperties.
storeWriter(Writer) - Method in class net.i2p.router.web.FormHandler
Store the output writer for inline form processing.
storeWriter(Writer) - Method in class net.i2p.router.web.HelperBase
Store the writer for output.
STR_CRIT - Static variable in class net.i2p.util.Log
STR_CRIT.
STR_DEBUG - Static variable in class net.i2p.util.Log
STR_DEBUG.
STR_ERROR - Static variable in class net.i2p.util.Log
STR_ERROR.
STR_INFO - Static variable in class net.i2p.util.Log
STR_INFO.
STR_WARN - Static variable in class net.i2p.util.Log
STR_WARN.
stratum - Variable in class net.i2p.router.time.NtpMessage
This value indicates the stratum level of the local clock, with values defined as follows: Stratum Meaning ---------------------------------------------- 0 unspecified or unavailable 1 primary reference (e.g., radio clock) 2-15 secondary reference (via NTP or SNTP) 16-255 reserved
stream - Variable in class com.maxmind.geoip2.DatabaseReader.Builder
Stream
Stream - Interface in net.i2p.i2ptunnel.udp
Stream interface for managing streaming data flow.
STREAM_CLOSED_CANT_REACH_PEER - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
STREAM_CLOSED_CANT_REACH_PEER.
STREAM_CLOSED_I2P_ERROR - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
STREAM_CLOSED_I2P_ERROR.
STREAM_CLOSED_OK - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
STREAM_CLOSED_OK.
STREAM_CLOSED_PEER_NOT_FOUND - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
STREAM_CLOSED_PEER_NOT_FOUND.
STREAM_CLOSED_TIMEOUT - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
STREAM_CLOSED_TIMEOUT.
STREAM_ID_UNKNOWN - Static variable in class net.i2p.client.streaming.impl.Packet
The receiveStreamId will be set to this when the packet doesn't know what ID will be assigned by the remote peer (aka this is the initial synchronize packet)
STREAM_STATUS_CANT_REACH_PEER - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
STREAM_STATUS_CANT_REACH_PEER.
STREAM_STATUS_I2P_ERROR - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
STREAM_STATUS_I2P_ERROR.
STREAM_STATUS_INVALID_KEY - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
STREAM_STATUS_INVALID_KEY.
STREAM_STATUS_OK - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
STREAM_STATUS_OK.
STREAM_STATUS_TIMEOUT - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
STREAM_STATUS_TIMEOUT.
streamClosedReceived(String, String, String) - Method in class net.i2p.sam.client.SAMClientEventListenerImpl
 
streamClosedReceived(String, String, String) - Method in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
message).
streamConnectedReceived(String, String) - Method in class net.i2p.sam.client.SAMClientEventListenerImpl
 
streamConnectedReceived(String, String) - Method in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
id).
streamDataReceived(String, byte[], int, int) - Method in class net.i2p.sam.client.SAMClientEventListenerImpl
 
streamDataReceived(String, byte[], int, int) - Method in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
length).
streamDone() - Method in class net.i2p.i2ptunnel.I2PTunnelRunner
The DoneCallback for the I2P socket.
streamDone() - Method in interface net.i2p.i2ptunnel.util.LimitOutputStream.DoneCallback
Called when the stream operation completes
streamErrorOccurred(IOException) - Method in class net.i2p.client.streaming.impl.MessageInputStream
Records a stream error and marks the stream as locally closed.
streamErrorOccurred(IOException) - Method in class net.i2p.client.streaming.impl.MessageOutputStream
Records a stream error and clears buffered data.
streamForwardingSocket - Variable in class net.i2p.sam.SAMv3Handler
Stream forwarding socket.
StreamHelper - Class in net.i2p.router.web.helpers
Helper for the /streams page - shows active I2P streaming connections.
StreamHelper() - Constructor for class net.i2p.router.web.helpers.StreamHelper
StreamHelper.
StreamrConsumer - Class in net.i2p.i2ptunnel.streamr
Streamr consumer that acts as an I2P client and UDP server, receiving data from I2P destinations and forwarding it to a configured UDP host/port
StreamrConsumer(InetAddress, int, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.streamr.StreamrConsumer
Creates a Streamr consumer that receives data from I2P and forwards it to a UDP destination.
StreamrProducer - Class in net.i2p.i2ptunnel.streamr
Streamr producer that acts as an I2P server and UDP client, receiving UDP data on a configured port and forwarding it through I2P
StreamrProducer(int, File, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.streamr.StreamrProducer
Creates a Streamr producer that receives UDP data and forwards it through I2P.
streamSendAnswer(int, String, String) - Method in interface net.i2p.sam.SAMStreamReceiver
Sends the result of a stream send operation
streamSendAnswer(int, String, String) - Method in class net.i2p.sam.SAMv1Handler
Notify the SAM client of the result of a stream SEND operation.
StreamSender(I2PSocket, int) - Constructor for class net.i2p.sam.SAMStreamSession.StreamSender
Create a new StreamSender.
streamSession - Variable in class net.i2p.sam.SAMv1Handler
streamSession.
streamStatusReceived(String, String, String) - Method in class net.i2p.sam.client.SAMClientEventListenerImpl
 
streamStatusReceived(String, String, String) - Method in class net.i2p.sam.client.SAMEventHandler
streamStatusReceived.
streamStatusReceived(String, String, String) - Method in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
message).
StrictCountries - Class in net.i2p.router.transport
Maintains list of countries with strict application restrictions.
STRING_BEGIN - Static variable in class org.json.simple.Yylex
STRING_BEGIN.
STRING_LENGTH - Static variable in class org.rrd4j.core.RrdPrimitive
Maximum length of string values stored in RRD primitives.
StringBuilderWriter - Class in i2p.susi.util
Writer implementation backed by StringBuilder.
StringBuilderWriter() - Constructor for class i2p.susi.util.StringBuilderWriter
Create a StringBuilderWriter with default capacity.
StringBuilderWriter(int) - Constructor for class i2p.susi.util.StringBuilderWriter
Create a StringBuilderWriter with specified capacity.
StringBytes - Class in net.metanotion.io.data
String serializer using US-ASCII encoding.
StringBytes() - Constructor for class net.metanotion.io.data.StringBytes
 
StringFormatter() - Constructor for class net.i2p.router.web.CSSHelper.StringFormatter
 
StringSelection - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Emulation of java.awt.datatransfer.StringSelection for the NDT (Network Diagnostic Tool) plugin.
StringSelection(String) - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.StringSelection
String data.
StringUtil - Class in org.cybergarage.util
Utility class for string manipulation and conversion operations.
StringUtil() - Constructor for class org.cybergarage.util.StringUtil
 
stripComments(String) - Static method in class net.i2p.addressbook.ConfigParser
Strip the comments from a String.
stripHTML(String) - Static method in class net.i2p.data.DataHelper
Strip out any HTML (simply removing any less than / greater than symbols)
stripHTML(Properties, String) - Static method in class net.i2p.router.web.helpers.ConfigClientsHelper
Like in DataHelper but doesn't convert null to "" There's a lot worse things a plugin could do but...
stripHTML(Properties, String) - Static method in class net.i2p.router.web.PluginStarter
Like in DataHelper but doesn't convert null to "" There's a lot worse things a plugin could do but...
stripToLabels(int) - Method in class org.minidns.dnsname.DnsName
stripToLabels.
stroke - Variable in class org.rrd4j.graph.Line
Stroke definition for line rendering
stroke - Variable in class org.rrd4j.graph.Rule
Stroke style for drawing the rule line
STYLE - Static variable in class net.i2p.router.transport.ntcp.NTCPTransport
STYLE.
style - Variable in class net.i2p.router.transport.TransportManager.Port
Transport style
STYLE - Static variable in class net.i2p.router.transport.udp.UDPTransport
SSU transport style identifier.
STYLE2 - Static variable in class net.i2p.router.transport.ntcp.NTCPTransport
STYLE2.
STYLE2 - Static variable in class net.i2p.router.transport.udp.UDPTransport
SSU2 transport style identifier.
StyledDocument - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Emulation of javax.swing.text.StyledDocument for the NDT (Network Diagnostic Tool) plugin.
StyledDocument() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.StyledDocument
 
SU3File - Class in net.i2p.crypto
I2P update file format handler for .su3 files.
SU3File(String) - Constructor for class net.i2p.crypto.SU3File
 
SU3File(File) - Constructor for class net.i2p.crypto.SU3File
 
SU3File(I2PAppContext, File) - Constructor for class net.i2p.crypto.SU3File
 
sub(GroupElement) - Method in class net.i2p.crypto.eddsa.math.GroupElement
GroupElement subtraction using the twisted Edwards addition law with extended coordinates (Hisil2008).
SUB_CONGESTION - Static variable in class net.i2p.router.Tuner
Congestion subsystem identifier.
SUB_CRYPTO - Static variable in class net.i2p.router.Tuner
Crypto subsystem identifier.
SUB_I2CP - Static variable in class net.i2p.router.Tuner
I2CP subsystem identifier.
SUB_NETDB - Static variable in class net.i2p.router.Tuner
NetDB subsystem identifier.
SUB_PEER - Static variable in class net.i2p.router.Tuner
Peers subsystem identifier.
SUB_ROUTER - Static variable in class net.i2p.router.Tuner
Router subsystem identifier.
SUB_STREAMING - Static variable in class net.i2p.router.Tuner
Streaming subsystem identifier.
SUB_TRANSIT - Static variable in class net.i2p.router.Tuner
Transit subsystem identifier.
SUB_TRANSPORT - Static variable in class net.i2p.router.Tuner
Subsystem labels for grouping in the UI
SUB_TUNNEL - Static variable in class net.i2p.router.Tuner
Tunnel subsystem identifier.
subject - Variable in class i2p.susi.webmail.Mail
As received, trimmed only, not HTML escaped.
SubjectSorter(MailCache) - Constructor for class i2p.susi.webmail.Sorters.SubjectSorter
Sorts by subject field.
SUBSCRIBE - Static variable in class org.cybergarage.http.HTTP
SUBSCRIBE HTTP method (used by UPnP eventing)
subscribe(Service, long) - Method in class org.cybergarage.upnp.ControlPoint
 
subscribe(Service) - Method in class org.cybergarage.upnp.ControlPoint
 
subscribe(Service, String, long) - Method in class org.cybergarage.upnp.ControlPoint
 
subscribe(Service, String) - Method in class org.cybergarage.upnp.ControlPoint
 
SUBSCRIBE_METHOD - Static variable in class org.cybergarage.upnp.event.Subscription
SUBSCRIBE_METHOD.
Subscriber - Class in net.i2p.i2ptunnel.streamr
Server-mode subscriber that manages multiple data sources and handles incoming connections
Subscriber(MultiSource) - Constructor for class net.i2p.i2ptunnel.streamr.Subscriber
Creates a new subscriber for managing data source connections.
Subscriber - Class in org.cybergarage.upnp.event
Represents a UPnP event subscriber.
Subscriber() - Constructor for class org.cybergarage.upnp.event.Subscriber
Subscriber.
SubscriberList - Class in org.cybergarage.upnp.event
A collection of UPnP event subscribers.
SubscriberList() - Constructor for class org.cybergarage.upnp.event.SubscriberList
 
Subscription - Class in net.i2p.addressbook
A subscription to a remote address book.
Subscription(String, String, String, String) - Constructor for class net.i2p.addressbook.Subscription
Construct a Subscription pointing to the address book at location, that was last read at the time represented by etag and lastModified.
Subscription - Class in org.cybergarage.upnp.event
Utility class for UPnP event subscription management.
Subscription() - Constructor for class org.cybergarage.upnp.event.Subscription
 
SubscriptionIterator - Class in net.i2p.addressbook
An iterator over the subscriptions in a SubscriptionList.
SubscriptionIterator(List<Subscription>, long, String, int) - Constructor for class net.i2p.addressbook.SubscriptionIterator
Construct a SubscriptionIterator using the Subscriptions in List subscriptions.
SubscriptionList - Class in net.i2p.addressbook
A list of Subscriptions loaded from a file.
SubscriptionList(File, File, File, File, long, List<String>, String, int) - Constructor for class net.i2p.addressbook.SubscriptionList
Construct a SubscriptionList using the urls from locationsFile and, if available, the etags and last-modified headers loaded from etagsFile and lastModifiedFile.
SubscriptionList(String) - Constructor for class net.i2p.addressbook.SubscriptionList
Testing only.
SubscriptionRequest - Class in org.cybergarage.upnp.event
Represents a UPnP event subscription request.
SubscriptionRequest() - Constructor for class org.cybergarage.upnp.event.SubscriptionRequest
SubscriptionRequest.
SubscriptionRequest(HTTPRequest) - Constructor for class org.cybergarage.upnp.event.SubscriptionRequest
SubscriptionRequest.
SubscriptionResponse - Class in org.cybergarage.upnp.event
Represents a UPnP event subscription response.
SubscriptionResponse() - Constructor for class org.cybergarage.upnp.event.SubscriptionResponse
SubscriptionResponse.
SubscriptionResponse(HTTPResponse) - Constructor for class org.cybergarage.upnp.event.SubscriptionResponse
SubscriptionResponse.
SubscriptionsBean - Class in i2p.susi.dns
Bean for managing address book subscription sources and updates.
SubscriptionsBean() - Constructor for class i2p.susi.dns.SubscriptionsBean
 
subSequence(int, int) - Method in class org.minidns.util.SafeCharSequence
subSequence.
SubSession - Class in net.i2p.client.impl
An additional session using another session's connection.
SubSession(I2PSession, InputStream, Properties) - Constructor for class net.i2p.client.impl.SubSession
Must be a I2PSessionMuxedImpl.
subSet(E, E) - Method in class net.i2p.util.UnmodifiableSortedSet
 
subsystem - Variable in class net.i2p.router.Tuner.ParamSnapshot
Subsystem identifier.
SubsystemScore(String, String, double, String[]) - Constructor for class net.i2p.router.Tuner.SubsystemScore
 
subtract(FieldElement) - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
 
subtract(FieldElement) - Method in class net.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElement
$h = f - g$
subtract(FieldElement) - Method in class net.i2p.crypto.eddsa.math.FieldElement
Subtracts another field element from this one.
subtractOne() - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
 
subtractOne() - Method in class net.i2p.crypto.eddsa.math.FieldElement
Subtracts one from this field element.
succeed() - Method in class net.i2p.router.networkdb.kademlia.FloodfillStoreJob
 
succeed() - Method in class net.i2p.router.networkdb.kademlia.StoreJob
Handle successful completion of the store operation.
succeeded(OutboundMessageState) - Method in class net.i2p.router.transport.udp.UDPTransport
Handle a successful outbound message.
SUCCEEDED - Static variable in class net.i2p.socks.SOCKS4Constants.Reply
SUCCEEDED.
SUCCEEDED - Static variable in class net.i2p.socks.SOCKS5Constants.Reply
SUCCEEDED.
success() - Method in class net.i2p.router.networkdb.kademlia.DirectLookupJob
 
success() - Method in class net.i2p.router.networkdb.kademlia.FloodOnlySearchJob
 
success() - Method in class net.i2p.router.networkdb.kademlia.FloodSearchJob
Deprecated, unused, see FOSJ override
success() - Method in class net.i2p.router.networkdb.kademlia.IterativeFollowupJob
 
success() - Method in class net.i2p.router.networkdb.kademlia.IterativeSearchJob
Called when the search completes successfully.
success() - Method in class net.i2p.router.networkdb.kademlia.SingleSearchJob
 
SUCCESS_RESPONSE - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
HTTP 200 response for established CONNECT tunnels
SUGGEST - Static variable in class org.klomp.snark.Message
S u g g e s t
suggestMessage(int) - Method in class org.klomp.snark.PeerState
BEP 6 Treated as "have" for now
suggestName(String) - Static method in class net.i2p.util.EepGet
Parse URL for a viable filename.
sum(double, double) - Static method in class org.rrd4j.core.Util
Calculates sum of two doubles, but treats NaNs as zeros.
summary - Variable in class net.i2p.router.news.NewsEntry
summary.
SUN - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "sun", "sunday" - first day of week
SUNDAY - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Constant to represent Sunday
supdated - Variable in class net.i2p.router.news.BlocklistEntries
Updated timestamp as ISO 3339 date string.
SUPPORTED_API_VERSIONS - Static variable in class net.i2p.i2pcontrol.I2PControlVersion
The supported versions of the I2PControl API
supportedOptions() - Method in class net.i2p.sam.SSLServerSocketChannel
Get the set of supported socket options.
supportedOptions() - Method in class net.i2p.sam.SSLSocketChannel
Get the set of supported socket options.
supportsCSP(String) - Static method in class i2p.susi.webmail.CSPDetector
ref: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy
supportsDetails - Variable in class org.klomp.snark.Tracker
 
supportsEncryptedReplies(RouterInfo) - Static method in class net.i2p.data.i2np.DatabaseLookupMessage
Does this router support encrypted replies?
supportsFast() - Method in class org.klomp.snark.Peer
Returns whether the peer supports the FAST protocol extension (BEP 6).
supportsLS2() - Method in class net.i2p.client.impl.I2PSessionImpl
Does this session support LS2?
supportsNTCP2(RouterContext, Hash) - Static method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Check if a peer supports NTCP2 transport.
supportsRatchetReplies(RouterInfo) - Static method in class net.i2p.data.i2np.DatabaseLookupMessage
Does this router support ratchet replies?
suppressLog() - Method in class net.i2p.i2ptunnel.TunnelController
Suppress log messages during restart
SVC_BOB - Static variable in class net.i2p.util.PortMapper
BOB service
SVC_CONSOLE - Static variable in class net.i2p.util.PortMapper
Console service
SVC_EEPSITE - Static variable in class net.i2p.util.PortMapper
Eepsite service
SVC_HTTP_I2PCONTROL - Static variable in class net.i2p.util.PortMapper
HTTP I2PControl service name.
SVC_HTTP_PROXY - Static variable in class net.i2p.util.PortMapper
HTTP proxy service
SVC_HTTPS_CONSOLE - Static variable in class net.i2p.util.PortMapper
HTTPS console service
SVC_HTTPS_EEPSITE - Static variable in class net.i2p.util.PortMapper
HTTPS eepsite service name.
SVC_HTTPS_I2PCONTROL - Static variable in class net.i2p.util.PortMapper
HTTPS I2PControl service name.
SVC_HTTPS_PROXY - Static variable in class net.i2p.util.PortMapper
HTTPS proxy service
SVC_I2CP - Static variable in class net.i2p.util.PortMapper
not necessary, already in config?
SVC_I2CP_SSL - Static variable in class net.i2p.util.PortMapper
I2CP-SSL service name.
SVC_I2PSNARK - Static variable in class net.i2p.util.PortMapper
To indicate presence, alternative to WebAppStarter.isWebappRunning().
SVC_I2PTUNNEL - Static variable in class net.i2p.util.PortMapper
To indicate presence, alternative to WebAppStarter.isWebappRunning().
SVC_IMAGEGEN - Static variable in class net.i2p.util.PortMapper
To indicate presence, alternative to WebAppStarter.isWebappRunning().
SVC_IRC - Static variable in class net.i2p.util.PortMapper
IRC service
SVC_JSONRPC - Static variable in class net.i2p.util.PortMapper
To indicate presence, alternative to WebAppStarter.isWebappRunning().
SVC_POP - Static variable in class net.i2p.util.PortMapper
POP3 service
SVC_SAM - Static variable in class net.i2p.util.PortMapper
SAM service
SVC_SAM_SSL - Static variable in class net.i2p.util.PortMapper
SAM-SSL service name.
SVC_SAM_UDP - Static variable in class net.i2p.util.PortMapper
SAM-UDP service name.
SVC_SMTP - Static variable in class net.i2p.util.PortMapper
SMTP service
SVC_SOCKS - Static variable in class net.i2p.util.PortMapper
SOCKS service
SVC_SUSIDNS - Static variable in class net.i2p.util.PortMapper
To indicate presence, alternative to WebAppStarter.isWebappRunning().
SVC_SUSIMAIL - Static variable in class net.i2p.util.PortMapper
To indicate presence, alternative to WebAppStarter.isWebappRunning().
SVC_TAHOE - Static variable in class net.i2p.util.PortMapper
Tahoe-LAFS service
SVGGraphics2D - Class in org.jfree.svg
A Graphics2D implementation that creates SVG output.
SVGGraphics2D(int, int) - Constructor for class org.jfree.svg.SVGGraphics2D
Creates a new instance with the specified width and height.
SVGGraphics2D(int, int, SVGUnits) - Constructor for class org.jfree.svg.SVGGraphics2D
Creates a new instance with the specified width and height in the given units.
SVGGraphics2D(int, int, StringBuilder) - Constructor for class org.jfree.svg.SVGGraphics2D
Creates a new instance with the specified width and height that will populate the supplied StringBuilder instance.
SVGGraphics2D(int, int, SVGUnits, StringBuilder) - Constructor for class org.jfree.svg.SVGGraphics2D
Creates a new instance with the specified width and height that will populate the supplied StringBuilder instance.
SVGGraphicsConfiguration - Class in org.jfree.svg
A graphics configuration for the SVGGraphics2D class.
SVGGraphicsConfiguration(int, int) - Constructor for class org.jfree.svg.SVGGraphicsConfiguration
Creates a new instance.
SVGGraphicsDevice - Class in org.jfree.svg
A graphics device for JFreeSVG.
SVGGraphicsDevice(String, GraphicsConfiguration) - Constructor for class org.jfree.svg.SVGGraphicsDevice
Creates a new instance.
SVGHints - Class in org.jfree.svg
Defines the rendering hints that can be used with the SVGGraphics2D class.
SVGHints.Key - Class in org.jfree.svg
A key for hints used by the SVGGraphics2D class.
SVGImageWorker - Class in org.rrd4j.graph
I2P adapter for jfreesvg.
SVGImageWorker(int, int) - Constructor for class org.rrd4j.graph.SVGImageWorker
Image width in pixels.
SVGImageWorker(int, int, boolean) - Constructor for class org.rrd4j.graph.SVGImageWorker
Image width in pixels.
SVGUnits - Enum in org.jfree.svg
An enumeration of the values for SVG units.
SVGUtils - Class in org.jfree.svg
Utility methods related to the SVGGraphics2D implementation.
swap() - Method in class com.southernstorm.noise.protocol.CipherStatePair
Swaps the sender and receiver.
swin - Variable in class edu.internet2.ndt.Tcpbw100
Packet ordering metric.
switchToNewTunnel() - Method in interface net.i2p.client.I2PSession
Switch to a new tunnel for this session.
switchToNewTunnel() - Method in class net.i2p.client.impl.I2PSessionImpl2
switchToNewTunnel.
SybilRenderer - Class in net.i2p.router.web.helpers
Renders Sybil attack analysis and detection information for debugging.
SybilRenderer(RouterContext) - Constructor for class net.i2p.router.web.helpers.SybilRenderer
SybilRenderer.
symbol - Variable in class org.rrd4j.graph.ImageParameters
SI unit symbol character
Symmetric - Class in org.bouncycastle.pqc.crypto.mlkem
Abstract base class for symmetric cryptographic primitives in ML-KEM.
Symmetric(int) - Constructor for class org.bouncycastle.pqc.crypto.mlkem.Symmetric
Create symmetric.
Symmetric.ShakeSymmetric - Class in org.bouncycastle.pqc.crypto.mlkem
SHAKE-based symmetric implementation for ML-KEM operations.
SYMMETRIC_NAT - Static variable in class org.freenetproject.DetectedIP
Symmetric NAT.
SYMMETRIC_UDP_FIREWALL - Static variable in class org.freenetproject.DetectedIP
Symmetric UDP firewall.
SymmetricState - Class in com.southernstorm.noise.protocol
Symmetric state for helping manage a Noise handshake.
SymmetricState(NoiseInit.PatternID) - Constructor for class com.southernstorm.noise.protocol.SymmetricState
Constructs a new symmetric state object.
SymmetricState(SymmetricState) - Constructor for class com.southernstorm.noise.protocol.SymmetricState
Copy constructor for cloning
sync() - Method in class org.rrd4j.core.RrdNioBackend
Override sync to disable unbuffered flush.
SyntheticREDQueue - Class in net.i2p.util
A "synthetic" queue that does not store data but estimates the average queue size assuming a fixed output bandwidth, and applies the Random Early Detection (RED) algorithm to decide probabilistically whether to accept or drop packets.
SyntheticREDQueue(I2PAppContext, int) - Constructor for class net.i2p.util.SyntheticREDQueue
Construct with default queue size thresholds based on bandwidth.
SyntheticREDQueue(I2PAppContext, int, int, int) - Constructor for class net.i2p.util.SyntheticREDQueue
Construct specifying bandwidth and queue size thresholds.
SystemHealth(RouterContext) - Constructor for class net.i2p.router.Tuner.SystemHealth
System health
SystemVersion - Class in net.i2p.util
Methods to find out what system we are running on
SystemVersion() - Constructor for class net.i2p.util.SystemVersion
 

T

t - Variable in class net.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElement
Variable is package private for encoding.
T - Variable in class net.i2p.crypto.eddsa.math.GroupElement
Variable is package private only so that tests run.
t - Variable in class org.bouncycastle.pqc.crypto.mlkem.MLKEMPrivateKeyParameters
Public key t component.
t - Variable in class org.bouncycastle.pqc.crypto.mlkem.MLKEMPublicKeyParameters
Polynomial coefficients
T1_STR - Static variable in class edu.internet2.ndt.NDTConstants
Human-readable label for T1 data rate.
T3_STR - Static variable in class edu.internet2.ndt.NDTConstants
Human-readable label for T3 data rate.
TAB - Static variable in class org.cybergarage.http.HTTP
Tab character
table - Static variable in class i2p.susi.util.HexTable
Three character strings, upper case, e.g.
tag - Variable in class net.i2p.router.crypto.ratchet.RatchetEntry
The session tag
tag - Variable in class net.i2p.router.networkdb.kademlia.MessageWrapper.OneTimeSession
non-null for ElG
tagsAcked(PublicKey, SessionKey, TagSetHandle) - Method in class net.i2p.crypto.SessionKeyManager
Acknowledge tags for the given target, key, and tag set handle.
tagsAcked(PublicKey, SessionKey, TagSetHandle) - Method in class net.i2p.router.crypto.ratchet.MuxedPQSKM
ElG only
tagsAcked(PublicKey, SessionKey, TagSetHandle) - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
ElG only
tagsAcked(PublicKey, SessionKey, TagSetHandle) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
 
tagsAcked(PublicKey, SessionKey, TagSetHandle) - Method in class net.i2p.router.crypto.TransientSessionKeyManager
Mark these tags as acked, start to use them (if we haven't already) If the set was previously failed, it will be added back in.
tagsDelivered(PublicKey, SessionKey, Set<SessionTag>) - Method in class net.i2p.crypto.SessionKeyManager
Take note of the fact that the given sessionTags associated with the key for encryption to the target have definitely been received at the target (aka call this method after receiving an ack to a message delivering them)
tagsDelivered(PublicKey, SessionKey, Set<SessionTag>) - Method in class net.i2p.router.crypto.ratchet.MuxedPQSKM
ElG only
tagsDelivered(PublicKey, SessionKey, Set<SessionTag>) - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
ElG only
tagsDelivered(PublicKey, SessionKey, Set<SessionTag>) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
 
tagsDelivered(PublicKey, SessionKey, Set<SessionTag>) - Method in class net.i2p.router.crypto.TransientSessionKeyManager
Take note of the fact that the given sessionTags associated with the key for encryption to the target have been sent.
TagSetHandle - Interface in net.i2p.crypto
An opaque handle to a TagSet returned by the SessionKeyManager, so that OCMOSJ can report that the tags were later acked, or not.
tagsReceived(SessionKey, Set<SessionTag>) - Method in class net.i2p.crypto.SessionKeyManager
Accept the given tags and associate them with the given key for decryption, with the default expiration.
tagsReceived(SessionKey, Set<SessionTag>, long) - Method in class net.i2p.crypto.SessionKeyManager
Accept the given tags and associate them with the given key for decryption, with specified expiration.
tagsReceived(SessionKey, Set<SessionTag>) - Method in class net.i2p.router.crypto.ratchet.MuxedPQSKM
ElG only
tagsReceived(SessionKey, Set<SessionTag>, long) - Method in class net.i2p.router.crypto.ratchet.MuxedPQSKM
ElG only
tagsReceived(SessionKey, RatchetSessionTag, long) - Method in class net.i2p.router.crypto.ratchet.MuxedPQSKM
EC only.
tagsReceived(SessionKey, Set<SessionTag>) - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
ElG only
tagsReceived(SessionKey, Set<SessionTag>, long) - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
ElG only
tagsReceived(SessionKey, RatchetSessionTag, long) - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
EC only One time session
tagsReceived(SessionKey, Set<SessionTag>) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
 
tagsReceived(SessionKey, Set<SessionTag>, long) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
 
tagsReceived(SessionKey, RatchetSessionTag, long) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
One time session
tagsReceived(SessionKey, Set<SessionTag>) - Method in class net.i2p.router.crypto.TransientSessionKeyManager
Accept the given tags and associate them with the given key for decryption
tagsReceived(SessionKey, Set<SessionTag>, long) - Method in class net.i2p.router.crypto.TransientSessionKeyManager
Accept the given tags and associate them with the given key for decryption
tailSet(E) - Method in class net.i2p.util.UnmodifiableSortedSet
 
take() - Method in class net.i2p.internal.I2CPMessageQueue
Receive a message, blocking until one is available.
take() - Method in class net.i2p.router.client.I2CPMessageQueueImpl
Receive a message, blocking until one is available
take() - Method in class net.i2p.router.util.CoDelBlockingQueue
take.
take() - Method in class net.i2p.router.util.CoDelPriorityBlockingQueue
take.
takePage() - Method in class net.metanotion.io.block.FreeListBlock
Takes next page and writes new len to disk
target - Variable in class org.minidns.record.MX
The name of the target server.
target - Variable in class org.minidns.record.RRWithTarget
The target domain name
TARGET1 - Static variable in class edu.internet2.ndt.NDTConstants
Mailto parameter key name for target URL.
TARGET2 - Static variable in class edu.internet2.ndt.NDTConstants
Mailto parameter key name for host.
task - Variable in class net.i2p.i2ptunnel.I2PTunnelServer
HTTP bidirectional server task, null for standard tunnel server.
TaskScheduler - Interface in net.i2p.client.streaming.impl
Coordinates what we do 'next'.
TCBShare - Class in net.i2p.client.streaming.impl
Share important TCP Control Block parameters across Connections to the same remote peer.
TCBShare(I2PAppContext, SimpleTimer2) - Constructor for class net.i2p.client.streaming.impl.TCBShare
Creates a new TCB share cache.
TCP_MAX_RECV_WIN_SIZE - Static variable in class edu.internet2.ndt.NDTConstants
Maximum TCP receive window size in bytes (16-bit field).
Tcpbw100 - Class in edu.internet2.ndt
Main Applet class that creates UI, defines tests and interprets results from the tests.
Tcpbw100(boolean) - Constructor for class edu.internet2.ndt.Tcpbw100
Tcpbw100.
Tcpbw100.TestWorker - Class in edu.internet2.ndt
Class to start tests in a thread.
TCPBW100_MSGS - Static variable in class edu.internet2.ndt.NDTConstants
Resource bundle base name for Tcpbw100 message translations.
TDef - Class in org.rrd4j.graph
Definition for a data source in a graph.
TDef(String, String, FetchData) - Constructor for class org.rrd4j.graph.TDef
 
TEATIME - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "teatime" - represents 16:00:00 of today or tomorrow
TempDirScanner - Class in net.i2p.util
Prevent systemd from deleting our temp dir or any dirs or files in it.
TempDirScanner(I2PAppContext) - Constructor for class net.i2p.util.TempDirScanner
Schedules itself
TEN_MINUTES - Static variable in class net.i2p.stat.RateConstants
Convenience constant for 10 minutes (600,000 ms)
TENGIGABIT_ETHERNET_STR - Static variable in class edu.internet2.ndt.NDTConstants
Human-readable label for 10 Gigabit Ethernet data rate.
terminate() - Method in class net.i2p.router.transport.UPnP
WARNING - Blocking up to 2 seconds
terminateBits(int, BitArray) - Static method in class com.google.zxing.qrcode.encoder.Encoder
Terminate bits as described in 8.4.8 and 8.4.9 of JISX0510:2004 (p.24).
TerminationBlock(int) - Constructor for class net.i2p.router.crypto.ratchet.RatchetPayload.TerminationBlock
 
TerminationBlock(int, long) - Constructor for class net.i2p.router.transport.ntcp.NTCP2Payload.TerminationBlock
TerminationBlock.
TerminationBlock(int, long) - Constructor for class net.i2p.router.transport.udp.SSU2Payload.TerminationBlock
Create a session termination block.
terminationCodeToString(int) - Static method in class net.i2p.router.transport.udp.SSU2Util
Convert a termination reason code to a human-readable string
test() - Static method in class net.i2p.addressbook.Daemon
Run a self-test: create a context, run one update cycle, and flush logs.
TEST_ACCEPT - Static variable in class net.i2p.router.transport.udp.SSU2Util
Peer test accepted
TEST_C2S - Static variable in class edu.internet2.ndt.NDTConstants
Test type bitmask: client-to-server bandwidth test.
test_c2s(Protocol) - Method in class edu.internet2.ndt.Tcpbw100
Client to server throughput test.
TEST_FINALIZE - Static variable in class edu.internet2.ndt.MessageType
Test finalize
TEST_META - Static variable in class edu.internet2.ndt.NDTConstants
Test type bitmask: META data exchange test.
test_meta(Protocol, String) - Method in class edu.internet2.ndt.Tcpbw100
The META test allows the Client to send an additional information to the Server that basically gets included along with the overall set of test results.
TEST_MID - Static variable in class edu.internet2.ndt.NDTConstants
Test type bitmask: middlebox test.
test_mid(Protocol) - Method in class edu.internet2.ndt.Tcpbw100
test_mid.
TEST_MSG - Static variable in class edu.internet2.ndt.MessageType
Test message
TEST_PREPARE - Static variable in class edu.internet2.ndt.MessageType
Test prepare
TEST_REJECT_BOB_ADDRESS - Static variable in class net.i2p.router.transport.udp.SSU2Util
Rejected by Bob: address mismatch
TEST_REJECT_BOB_LIMIT - Static variable in class net.i2p.router.transport.udp.SSU2Util
Rejected by Bob: limit reached
TEST_REJECT_BOB_NO_CHARLIE - Static variable in class net.i2p.router.transport.udp.SSU2Util
Rejected by Bob: no Charlie
TEST_REJECT_BOB_SIGFAIL - Static variable in class net.i2p.router.transport.udp.SSU2Util
Rejected by Bob: signature failure
TEST_REJECT_BOB_UNSPEC - Static variable in class net.i2p.router.transport.udp.SSU2Util
Rejected by Bob: unspecified reason
TEST_REJECT_CHARLIE_ADDRESS - Static variable in class net.i2p.router.transport.udp.SSU2Util
Rejected by Charlie: address mismatch
TEST_REJECT_CHARLIE_BANNED - Static variable in class net.i2p.router.transport.udp.SSU2Util
Rejected by Charlie: banned
TEST_REJECT_CHARLIE_CONNECTED - Static variable in class net.i2p.router.transport.udp.SSU2Util
Rejected by Charlie: already connected
TEST_REJECT_CHARLIE_LIMIT - Static variable in class net.i2p.router.transport.udp.SSU2Util
Rejected by Charlie: limit reached
TEST_REJECT_CHARLIE_SIGFAIL - Static variable in class net.i2p.router.transport.udp.SSU2Util
Rejected by Charlie: signature failure
TEST_REJECT_CHARLIE_UNKNOWN_ALICE - Static variable in class net.i2p.router.transport.udp.SSU2Util
Rejected by Charlie: unknown Alice
TEST_REJECT_CHARLIE_UNSPEC - Static variable in class net.i2p.router.transport.udp.SSU2Util
Rejected by Charlie: unspecified reason
TEST_S2C - Static variable in class edu.internet2.ndt.NDTConstants
Test type bitmask: server-to-client bandwidth test.
test_s2c(Protocol, Socket) - Method in class edu.internet2.ndt.Tcpbw100
S2C throughput test to measure network bandwidth from server to client.
TEST_SFW - Static variable in class edu.internet2.ndt.NDTConstants
Test type bitmask: simple firewall test.
test_sfw(Protocol) - Method in class edu.internet2.ndt.Tcpbw100
test_sfw.
TEST_START - Static variable in class edu.internet2.ndt.MessageType
Test start
TEST_STATUS - Static variable in class edu.internet2.ndt.NDTConstants
Test type bitmask: status test.
testClient(String, ClassLoader) - Static method in class net.i2p.router.startup.LoadClientAppsJob
Use to test if the class is present, to propagate an error back to the user, since runClient() runs in a separate thread.
testDestination(String) - Method in class net.i2p.addressbook.HostChecker
Test a single destination immediately If LeaseSet lookup succeeds, we don't overwrite the result with failed ping/eephead
TestJob - Class in net.i2p.router.tunnel.pool
Repeatedly tests a single tunnel for its lifetime to ensure it remains functional.
TestJob(RouterContext, PooledTunnelCreatorConfig, TunnelPool) - Constructor for class net.i2p.router.tunnel.pool.TestJob
TestJob.
testJobSuccessful(int) - Method in class net.i2p.router.tunnel.pool.PooledTunnelCreatorConfig
called from TestJob
testResults(String) - Method in class edu.internet2.ndt.Tcpbw100
Method that interprets test results.
testSuccessful(int) - Method in class net.i2p.router.tunnel.pool.TestJob
Called when the tunnel test completes successfully.
testSuccessful(int) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
testSuccessful.
testSuccessful(int) - Method in interface net.i2p.router.TunnelInfo
Record that the tunnel successfully processed a test with the given response time.
TestWorker() - Constructor for class edu.internet2.ndt.Tcpbw100.TestWorker
 
text - Variable in class org.rrd4j.graph.CommentText
Original text before resolution
TEXT_NAME - Static variable in class net.i2p.router.news.XMLParser
TEXT_NAME.
textAntiAliasing - Variable in class org.rrd4j.graph.RrdGraphDef
Whether to enable text anti-aliasing.
THINSP - Static variable in class net.i2p.router.web.helpers.SidebarHelper
Thin space separator
THIRTY_MINUTES - Static variable in class net.i2p.stat.RateConstants
Convenience constant for 30 minutes (1,800,000 ms)
thread - Variable in class net.i2p.i2ptunnel.streamr.Pinger
 
thread - Variable in class net.i2p.i2ptunnel.udp.UDPSource
 
thread - Variable in class net.i2p.sam.SAMHandler
thread.
THREAD - Static variable in class net.i2p.util.LogManager
THREAD.
ThreadCore - Class in org.cybergarage.util
Base class for managing thread lifecycle and execution.
ThreadCore() - Constructor for class org.cybergarage.util.ThreadCore
Creates a new ThreadCore instance.
ThreadDump - Class in net.i2p.router.tasks
Thread dump utility for debugging hung router instances.
threadNumber - Variable in class org.rrd4j.core.RrdSyncThreadPool.DaemonThreadFactory
Thread number
threshold - Variable in class eu.bengreen.data.utility.DownSampleImpl
Number of data points to downsample to.
threshold - Variable in class net.i2p.i2ptunnel.access.FilterDefinitionElement
 
Threshold - Class in net.i2p.i2ptunnel.access
Connection threshold definition.
Threshold(int, int) - Constructor for class net.i2p.i2ptunnel.access.Threshold
Threshold
throttle() - Method in class net.i2p.router.RouterContext
Get the router throttle controller for managing load.
ThrottledPumpedTunnelGateway - Class in net.i2p.router.tunnel
Specialized pumped tunnel gateway for inbound gateways (IBGWs) that throttles messages by checking bandwidth usage before queuing them.
ThrottledPumpedTunnelGateway(RouterContext, TunnelGateway.QueuePreprocessor, TunnelGateway.Sender, TunnelGateway.Receiver, TunnelGatewayPumper, HopConfig) - Constructor for class net.i2p.router.tunnel.ThrottledPumpedTunnelGateway
Constructs a ThrottledPumpedTunnelGateway with bandwidth throttling.
throwBadTagException() - Static method in class com.southernstorm.noise.protocol.Noise
Throws an instance of AEADBadTagException.
THU - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "thu", "thursday" - fifth day of week
THURSDAY - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Constant to represent Thursday
TICK_STROKE - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Stroke used to draw ticks
tickStroke - Variable in class org.rrd4j.graph.RrdGraphDef
Stroke used to draw tick marks.
TimeAxis - Class in org.rrd4j.graph
Represents the time axis (x-axis) in RRD graphs.
TimeAxis(RrdGraph, ImageWorker) - Constructor for class org.rrd4j.graph.TimeAxis
Used for tests
TimeAxis(RrdGraphGenerator) - Constructor for class org.rrd4j.graph.TimeAxis
 
timeAxisSetting - Variable in class org.rrd4j.graph.RrdGraphDef
Configuration for the time axis grid and labels.
TimeAxisSetting - Class in org.rrd4j.graph
Configuration settings for time axis in RRD graphs.
TimeAxisSetting(long, TimeUnit, int, TimeUnit, int, TimeUnit, int, int, TimeLabelFormat) - Constructor for class org.rrd4j.graph.TimeAxisSetting
 
TimeAxisSetting(long, TimeUnit, int, TimeUnit, int, TimeUnit, int, int) - Constructor for class org.rrd4j.graph.TimeAxisSetting
 
TimeAxisSetting(TimeAxisSetting) - Constructor for class org.rrd4j.graph.TimeAxisSetting
 
TimeAxisSetting(int, int, int, int, int, int, int, TimeLabelFormat) - Constructor for class org.rrd4j.graph.TimeAxisSetting
 
TimedEvent() - Constructor for class net.i2p.util.SimpleTimer2.TimedEvent
Create a new timed event without scheduling.
TimedEvent(SimpleTimer2) - Constructor for class net.i2p.util.SimpleTimer2.TimedEvent
Create a new timed event.
TimedEvent(SimpleTimer2, long) - Constructor for class net.i2p.util.SimpleTimer2.TimedEvent
Create a new timed event and automatically schedules it.
timeLabelFormat - Variable in class org.rrd4j.graph.RrdGraphDef
Custom time label format for the x-axis.
TimeLabelFormat - Interface in org.rrd4j.graph
Simplified version of DateFormat for just defining how to map a timestamp into a label for presentation.
TIMEOUT - Static variable in class org.cybergarage.http.HTTP
TIMEOUT header for UPnP event subscription
timeout - Variable in class org.cybergarage.http.HTTPServer
Store the current TCP timeout value The variable should be accessed by getter and setter metho
timeout() - Method in class org.klomp.snark.dht.NID
Records a timeout and checks if the node should be considered problematic.
TIMEOUT_HEADER - Static variable in class org.cybergarage.upnp.event.Subscription
TIMEOUT_HEADER.
timeoutMs() - Method in class net.i2p.router.networkdb.kademlia.SearchJob
 
TimeoutPipedInputStream - Class in net.i2p.util
Adds setReadTimeout().
TimeoutPipedInputStream(int) - Constructor for class net.i2p.util.TimeoutPipedInputStream
TimeoutPipedInputStream.
TimeoutPipedOutputStream - Class in net.i2p.util
Helper for TimeoutPipedInputStream.
TimeoutPipedOutputStream(TimeoutPipedInputStream) - Constructor for class net.i2p.util.TimeoutPipedOutputStream
TimeoutPipedOutputStream.
TimeParser - Class in org.rrd4j.core.timespec
Parser for at-style time specifications used in RRDTool commands.
TimeParser(String) - Constructor for class org.rrd4j.core.timespec.TimeParser
Constructs TimeParser instance from the given input string.
timeReached() - Method in class net.i2p.client.impl.SessionIdleTimer
timeReached.
timeReached() - Method in class net.i2p.client.streaming.impl.Connection.AckDupEvent
timeReached.
timeReached() - Method in class net.i2p.client.streaming.impl.Connection.ConEvent
timeReached.
timeReached() - Method in class net.i2p.client.streaming.impl.Connection.ResendPacketEvent
timeReached.
timeReached() - Method in class net.i2p.client.streaming.impl.Connection.RetransmitEvent
timeReached.
timeReached() - Method in class net.i2p.router.BandwidthHistory
Sample bandwidth limiter and record.
timeReached() - Method in class net.i2p.router.crypto.ratchet.ACKTimer
 
timeReached() - Method in class net.i2p.router.startup.LoadClientAppsJob.DelayedRunClient
timeReached.
timeReached() - Method in class net.i2p.router.tasks.CoalesceStatsEvent
Collect and coalesce router statistics.
timeReached() - Method in class net.i2p.router.tasks.MarkLiveliness
Update the ping file with current timestamp if router is alive.
timeReached() - Method in class net.i2p.router.tasks.Republish
Publish the router's info to the network database.
timeReached() - Method in class net.i2p.router.transport.udp.PeerTestEvent
timeReached.
timeReached() - Method in class net.i2p.router.Tuner
Expire entries and reschedule the next check.
timeReached() - Method in class net.i2p.router.tunnel.pool.IdleTunnelMonitor
 
timeReached() - Method in class net.i2p.router.tunnel.TunnelGateway.DelayedFlush
timeReached.
timeReached() - Method in class net.i2p.router.update.NewsTimerTask
timeReached.
timeReached() - Method in class net.i2p.router.web.DeadlockDetector
timeReached.
timeReached() - Method in class net.i2p.util.SimpleTimer2.TimedEvent
Called when this event's scheduled time arrives.
timeReached() - Method in class net.i2p.util.SocketTimeout
 
timeReached() - Method in class net.i2p.util.TempDirScanner
 
timeReached() - Method in class org.klomp.snark.IdleChecker
 
TimerUtil - Class in org.cybergarage.util
Utility class providing timer and thread sleeping functionality.
TimerUtil() - Constructor for class org.cybergarage.util.TimerUtil
 
TimeScanner - Class in org.rrd4j.core.timespec
Tokenizes at-style time specification strings into tokens.
TimeScanner(String) - Constructor for class org.rrd4j.core.timespec.TimeScanner
At-style time specification string to tokenize.
timesec - Variable in class edu.internet2.ndt.Tcpbw100
Packet loss rate.
timeSent(Hash) - Method in class net.i2p.router.networkdb.kademlia.IterativeSearchJob
When did we send the query to the peer?
TimeSpec - Class in org.rrd4j.core.timespec
Represents time specifications parsed from at-style date strings.
TimeSpec(String) - Constructor for class org.rrd4j.core.timespec.TimeSpec
 
timestamp - Variable in class net.i2p.addressbook.HostChecker.PingResult
timestamp of when this result was recorded (Java time)
timestamp(String) - Method in class net.i2p.router.OutNetMessage
Stamp the message's progress.
timestamp(E) - Method in class net.i2p.router.util.CoDelPriorityBlockingQueue
timestamp.
timestamp(E) - Method in class net.i2p.router.util.PriBlockingQueue
Assigns a unique sequence number to the element to maintain FIFO ordering among elements of the same priority.
timestamp - Variable in class org.rrd4j.data.Variable.PercentElem
Timestamp of the data point
timestamp - Variable in class org.rrd4j.data.Variable.Value
timestamp.
timestamp - Variable in class org.rrd4j.graph.VRule
The timestamp at which to draw the vertical rule
Timestamper - Class in net.i2p.time
Dummy.
Timestamper() - Constructor for class net.i2p.time.Timestamper
dummy
Timestamper.UpdateListener - Interface in net.i2p.time
Interface to receive update notifications for when we query the time Only used by Clock.
timestampNow() - Method in class net.i2p.router.time.RouterTimestamper
Update the time immediately.
timestampNow() - Method in class net.i2p.time.Timestamper
Update the time immediately.
timestamps - Variable in class org.rrd4j.data.Source
timestamps corresponding to data values
timestamps - Variable in class org.rrd4j.graph.DownSampler.DataSet
Timestamps for each data point.
TimeToken - Class in org.rrd4j.core.timespec
Token representation for time specification parsing.
TimeToken(String, int) - Constructor for class org.rrd4j.core.timespec.TimeToken
Creates a new TimeToken with the specified value and type.
TimeUnit - Enum in org.rrd4j.graph
Enumeration of time units used in RRD graphs.
title - Variable in class net.i2p.router.news.NewsEntry
title.
title(String) - Method in class net.i2p.router.web.CSSHelper
translate the title and display consistently
title - Variable in class org.rrd4j.graph.RrdGraphDef
Title text to display on the graph.
TLSA - Class in org.minidns.record
DNS TLSA record payload for TLS certificate association.
Associates TLS certificates with domain names for DANE-based authentication of TLS services.
TLSA(byte, byte, byte, byte[]) - Constructor for class org.minidns.record.TLSA
Create TLSA
TLSA.CertUsage - Enum in org.minidns.record
The certificate usage field.
TLSA.MatchingType - Enum in org.minidns.record
MatchingType.
TLSA.Selector - Enum in org.minidns.record
Selector.
to - Variable in class i2p.susi.webmail.Mail
May be null.
to3339Date(long) - Static method in class net.i2p.router.news.RFC3339Date
Format is "yyyy-MM-ddTHH:mm:ssZ"
to416HeaderRangeString(long) - Static method in class org.klomp.snark.web.InclusiveByteRange
Formats a 416 Range Not Satisfiable response header value.
to822Date(long) - Static method in class net.i2p.util.RFC822Date
Format is "d MMM yyyy HH:mm:ss z"
toAckBlock(int) - Method in class net.i2p.router.transport.udp.SSU2Bitfield
 
toArray() - Method in class net.i2p.router.tunnel.pool.ExcluderBase
toArray.
toArray(Hash[]) - Method in class net.i2p.router.tunnel.pool.ExcluderBase
toArray.
toArray() - Method in class org.minidns.dnsmessage.DnsMessage
Generate a binary dns packet out of this message.
toASCII(String) - Static method in class i2p.susi.dns.AddressBean
Ref: java.net.IDN and RFC 3490
toASCII(String) - Method in class org.minidns.idna.DefaultIdnaTransformator
toASCII.
toASCII(String) - Method in interface org.minidns.idna.IdnaTransformator
Convert a Unicode domain name to ASCII Compatible Encoding.
toASCII(String) - Static method in class org.minidns.idna.MiniDnsIdna
Converts a Unicode string to its ASCII representation using IDNA.
toBack() - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JFrame
Send frame to back (no-op).
toBase32() - Method in class net.i2p.data.BlindData
Encodes the blinded key in b33 format.
toBase32() - Method in class net.i2p.data.Destination
For convenience.
toBase32() - Method in class net.i2p.data.Hash
For convenience.
toBase64() - Method in class net.i2p.data.ByteArray
Returns this ByteArray as a Base64 encoded string.
toBase64() - Method in interface net.i2p.data.DataStructure
render the structure into modified base 64 notation
toBase64() - Method in class net.i2p.data.DataStructureImpl
 
toBase64() - Method in class net.i2p.data.Destination
Cache it.
toBase64() - Method in class net.i2p.data.Hash
Returns the hash as a Base64 string.
toBase64() - Method in class net.i2p.data.SimpleDataStructure
Renders the structure into modified base 64 notation.
toBase64() - Method in class net.i2p.router.crypto.ratchet.RatchetSessionTag
12 chars
toBigInteger(byte[]) - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerLittleEndianEncoding
Convert in to big endian
toBufferedImage(BitMatrix) - Static method in class com.google.zxing.client.j2se.MatrixToImageWriter
Renders a BitMatrix as an image, where "false" bits are rendered as white, and "true" bits are rendered as black.
toBufferedImage(BitMatrix, MatrixToImageConfig) - Static method in class com.google.zxing.client.j2se.MatrixToImageWriter
As MatrixToImageWriter.toBufferedImage(BitMatrix), but allows customization of the output.
toByteArray() - Method in class net.i2p.crypto.eddsa.math.FieldElement
Encode a FieldElement in its $(b-1)$-bit encoding.
toByteArray() - Method in class net.i2p.crypto.eddsa.math.GroupElement
Converts the group element to an encoded point on the curve.
toByteArray() - Method in interface net.i2p.data.DataStructure
Convert the structure to a byte array.
toByteArray() - Method in class net.i2p.data.DataStructureImpl
 
toByteArray() - Method in class net.i2p.data.DateAndFlags
Overridden for efficiency.
toByteArray(byte[]) - Method in class net.i2p.data.i2np.FastI2NPMessageImpl
If available, use the previously-computed or previously-read checksum for speed
toByteArray() - Method in class net.i2p.data.i2np.GarlicClove
 
toByteArray() - Method in interface net.i2p.data.i2np.I2NPMessage
 
toByteArray(byte[]) - Method in interface net.i2p.data.i2np.I2NPMessage
Write the message to the buffer, returning the new offset (NOT the length).
toByteArray(byte[], int) - Method in interface net.i2p.data.i2np.I2NPMessage
Write the message to the buffer, returning the new offset (NOT the length).
toByteArray() - Method in class net.i2p.data.i2np.I2NPMessageImpl
toByteArray.
toByteArray(byte[]) - Method in class net.i2p.data.i2np.I2NPMessageImpl
write the message to the buffer, returning the number of bytes written.
toByteArray(byte[], int) - Method in class net.i2p.data.i2np.I2NPMessageImpl
Write the message to the buffer, returning the new offset (NOT the length).
toByteArray() - Method in class net.i2p.data.i2np.TunnelDataMessage
Serialized message bytes with header and footer.
toByteArray() - Method in class net.i2p.data.SimpleDataStructure
Same thing as getData().
toByteArray() - Method in class net.i2p.router.time.NtpMessage
This method constructs the data bytes of a raw NTP packet.
toByteArray() - Method in class net.i2p.router.tunnel.FragmentedMessage
toByteArray.
toByteArray() - Method in class net.i2p.util.ByteArrayStream
Returns the byte array containing the written data.
toByteArray() - Method in class net.i2p.util.NativeBigInteger
caches
toByteArray() - Method in class org.minidns.dnsmessage.Question
Generate a binary paket for this dns question.
toByteArray() - Method in class org.minidns.record.Data
 
toByteArray() - Method in class org.minidns.record.Record
Serialize this record to a byte array.
toByteArrayWithSavedChecksum(byte[]) - Method in class net.i2p.data.i2np.FastI2NPMessageImpl
Use a previously-computed checksum for speed
toBytes(int, byte[], int, int) - Method in class com.google.zxing.common.BitArray
Writes the bits to an array of bytes.
toBytes() - Method in class org.bouncycastle.pqc.crypto.mlkem.Poly
toBytes.
toBytes() - Method in class org.bouncycastle.pqc.crypto.mlkem.PolyVec
toBytes.
toCached() - Method in class net.i2p.crypto.eddsa.math.GroupElement
Converts the group element to the CACHED representation.
toCanonicalString(byte[]) - Static method in class net.i2p.util.Addresses
Same as toString() but returns IPv6 in compressed form per RFC 5952.
toCanonicalString(byte[], int) - Static method in class net.i2p.util.Addresses
Same as toString() but returns IPv6 in compressed form per RFC 5952.
toCanonicalString(String) - Static method in class net.i2p.util.Addresses
Converts IPv6 to compressed form per RFC 5952.
toConfigString() - Method in enum net.i2p.router.transport.Transport.AddressSource
 
toConfigString() - Method in enum net.i2p.router.transport.TransportUtil.IPv6Config
toConfigString.
toDate(Date) - Static method in class net.i2p.data.DataHelper
Prefer toDate(byte[], int, long).
toDate(byte[], int, long) - Static method in class net.i2p.data.DataHelper
Write a date (8-byte timestamp) to a byte array.
toDateString(int) - Static method in class org.cybergarage.http.Date
Converts an integer value to a zero-padded string.
TODAY - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "today" - current date
toDoubleArray(long[]) - Static method in class org.rrd4j.core.Util
Converts an array of long primitives to an array of doubles.
toHeaderRangeString(long) - Method in class org.klomp.snark.web.InclusiveByteRange
Formats this range as an HTTP Content-Range header value.
toHex(byte[]) - Static method in class org.klomp.snark.I2PSnarkUtil
Like DataHelper.toHexString but ensures no loss of leading zero bytes
toHexString(byte[]) - Static method in class net.i2p.data.DataHelper
Lower-case hex without leading zeros.
toIcon(String) - Method in class org.klomp.snark.web.I2PSnarkServlet
Returns the icon name representing the file type or mime type of the given file path.
toId(long) - Static method in class net.i2p.client.streaming.impl.Packet
 
toInteger(String) - Static method in class org.cybergarage.util.StringUtil
Converts a string to an integer value.
toJavaDSAKey(SigningPublicKey) - Static method in class net.i2p.crypto.SigUtil
Convert an I2P DSA public key to a Java DSAPublicKey.
toJavaDSAKey(SigningPrivateKey) - Static method in class net.i2p.crypto.SigUtil
Convert an I2P DSA private key to a Java DSAPrivateKey.
toJavaECKey(SigningPublicKey) - Static method in class net.i2p.crypto.SigUtil
Convert an I2P EC public key to a Java ECPublicKey, with caching.
toJavaECKey(SigningPrivateKey) - Static method in class net.i2p.crypto.SigUtil
Convert an I2P EC private key to a Java ECPrivateKey, with caching.
toJavaEdDSAKey(SigningPublicKey) - Static method in class net.i2p.crypto.SigUtil
Convert an I2P EdDSA public key to a Java EdDSAPublicKey, with caching.
toJavaEdDSAKey(SigningPrivateKey) - Static method in class net.i2p.crypto.SigUtil
Convert an I2P EdDSA private key to a Java EdDSAPrivateKey, with caching.
toJavaKey() - Method in class net.i2p.crypto.RSASigningPrivateCrtKey
Java private CRT key.
toJavaKey(SigningPublicKey) - Static method in class net.i2p.crypto.SigUtil
Convert an I2P SigningPublicKey to a Java PublicKey, dispatching by algorithm.
toJavaKey(SigningPrivateKey) - Static method in class net.i2p.crypto.SigUtil
Convert an I2P SigningPrivateKey to a Java PrivateKey, dispatching by algorithm.
toJavaRSAKey(SigningPublicKey) - Static method in class net.i2p.crypto.SigUtil
Prefer toJavaKey(SigningPublicKey) for type-generic conversion.
toJavaRSAKey(SigningPrivateKey) - Static method in class net.i2p.crypto.SigUtil
Convert an I2P RSA private key to a Java RSAPrivateKey.
toJavaSig(Signature) - Static method in class net.i2p.crypto.SigUtil
Convert an I2P Signature to a Java ASN.1 signature byte array.
toJson() - Method in interface org.json.simple.Jsonable
Serialize to a JSON formatted string.
toJson(Writer) - Method in interface org.json.simple.Jsonable
Serialize to a JSON formatted stream.
toJson() - Method in class org.json.simple.JsonArray
 
toJson(Writer) - Method in class org.json.simple.JsonArray
 
toJson() - Method in class org.json.simple.JsonObject
 
toJson(Writer) - Method in class org.json.simple.JsonObject
 
toJSONObject() - Method in exception com.thetransactioncompany.jsonrpc2.JSONRPC2Error
Returns a JSON object representation of this JSON-RPC 2.0 error.
toJSONObject() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Message
Returns a JSON object representing this JSON-RPC 2.0 message.
toJSONObject() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Notification
 
toJSONObject() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Request
 
toJSONObject() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Response
 
toJSONString() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Message
Returns a JSON string representation of this JSON-RPC 2.0 message.
Token(long, long, long) - Constructor for class net.i2p.router.transport.udp.EstablishmentManager.Token
 
Token - Class in org.klomp.snark.dht
DHT token management for secure peer verification.
Token(I2PAppContext) - Constructor for class org.klomp.snark.dht.Token
Creates a new outgoing token for sending to remote peers.
Token(I2PAppContext, byte[]) - Constructor for class org.klomp.snark.dht.Token
Creates an incoming token received from a remote DHT node.
Token(byte[]) - Constructor for class org.klomp.snark.dht.Token
Creates a lookup-only token without timestamp.
token - Variable in class org.rrd4j.core.timespec.TimeParser
Current token
TOKEN_EXPIRED - Static variable in exception net.i2p.i2pcontrol.servlets.jsonrpc2handlers.JSONRPC2ExtendedError
Invalid JSON-RPC 2.0, implementation defined error (-32099 ..
token_id - Variable in class org.rrd4j.core.timespec.TimeToken
The token type identifier
TOKEN_OFFSET - Static variable in class net.i2p.router.transport.udp.SSU2Util
Offset of token in long header
TOKEN_REQUEST_FLAG_BYTE - Static variable in class net.i2p.router.transport.udp.SSU2Util
Message type flag for token request
TokenKey - Class in org.klomp.snark.dht
Indexing key for DHT tokens based on node ID and info hash combination.
TokenKey(NID, InfoHash) - Constructor for class org.klomp.snark.dht.TokenKey
Creates a new token key by combining a node ID with an info hash.
tokenRequestSent(DatagramPacket) - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
Note that we just sent a token request packet and save it for retransmission
toKeyCertificate() - Method in class net.i2p.data.Certificate
Up-convert this to a KeyCertificate
toKeyCertificate() - Method in class net.i2p.data.KeyCertificate
Returns this certificate as a KeyCertificate.
toLevelString(int) - Static method in class net.i2p.util.Log
Convert a log level integer to its string representation.
toLocalizedStatusString(I2PAppContext) - Method in enum net.i2p.router.CommSystemFacade.Status
toStatusString(), translated if available.
toLong(int, long) - Static method in class net.i2p.data.DataHelper
Big endian.
toLong(byte[], int, int, long) - Static method in class net.i2p.data.DataHelper
Big endian.
toLong(String) - Static method in class org.cybergarage.util.StringUtil
Converts a string to a long value.
toLong8(byte[], int, long) - Static method in class net.i2p.data.DataHelper
Big endian.
toLongLE(byte[], int, int, long) - Static method in class net.i2p.data.DataHelper
Little endian, i.e.
toMonthString(int) - Static method in class org.cybergarage.http.Date
Converts a month value to its three-letter string representation.
TOMORROW - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "tomorrow" - one day after current date
toMsg() - Method in class org.bouncycastle.pqc.crypto.mlkem.Poly
toMsg.
tooBacklogged() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Returns true if the outbound connection is currently too backlogged to accept new messages, allowing a short grace period after connection establishment and optionally logging details.
Toolkit - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Emulation of java.awt.Toolkit for the NDT (Network Diagnostic Tool) plugin.
Toolkit() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.Toolkit
 
TooManyStreamsException - Exception in net.i2p.client.streaming.impl
We attempted to have more open streams than we are willing to put up with
TooManyStreamsException(String, Throwable) - Constructor for exception net.i2p.client.streaming.impl.TooManyStreamsException
Creates a new TooManyStreamsException with a message and a cause.
TooManyStreamsException(String) - Constructor for exception net.i2p.client.streaming.impl.TooManyStreamsException
Creates a new TooManyStreamsException with a message.
TooManyStreamsException() - Constructor for exception net.i2p.client.streaming.impl.TooManyStreamsException
TooManyStreamsException.
tooOld() - Method in class net.i2p.data.i2cp.SessionConfig
Misnamed, could be too old or too far in the future.
toOutputStream(OutputStream) - Method in class org.minidns.record.Data
Write the binary representation to the given OutputStream.
toOutputStream(DataOutputStream) - Method in class org.minidns.record.Data
Write the binary representation of this payload to the given DataOutputStream.
toOutputStream(OutputStream) - Method in class org.minidns.record.Record
Write this record to the given output stream.
toP2() - Method in class net.i2p.crypto.eddsa.math.GroupElement
Converts the group element to the P2 representation.
toP3() - Method in class net.i2p.crypto.eddsa.math.GroupElement
Converts the group element to the P3 representation.
toP3PrecomputeDouble() - Method in class net.i2p.crypto.eddsa.math.GroupElement
Converts the group element to the P3 representation, with dblPrecmp populated.
toPersistentString() - Method in class org.klomp.snark.comments.Comment
Converts this comment to a persistent string representation.
toPersistentString() - Method in class org.klomp.snark.dht.NodeInfo
To persistent storage string.
toPlottable(String) - Method in class org.rrd4j.core.jrrd.DataChunk
Extract a datasource from the datachunck given is name as a Plottable
toPort - Variable in class net.i2p.i2ptunnel.streamr.MultiSource.MSink
 
toPort - Variable in class net.i2p.i2ptunnel.udp.I2PSink
 
toProperties(byte[], int, Properties) - Static method in class net.i2p.data.DataHelper
Writes the props to the byte array, sorted See readProperties() for the format.
toProperties(Properties) - Static method in class net.i2p.data.DataHelper
Writes the props to returned byte array, not sorted (unless the opts param is an OrderedProperties) Strings will be UTF-8 encoded in the byte array.
toPublic() - Method in class net.i2p.data.PrivateKey
Derives a new PublicKey object derived from the secret contents of this PrivateKey.
toPublic() - Method in class net.i2p.data.SigningPrivateKey
Converts this signing private key to its public equivalent.
TOR_CONNECT_DIR - Static variable in class net.i2p.socks.SOCKS5Constants.Command
 
TOR_RESOLVE - Static variable in class net.i2p.socks.SOCKS5Constants.Command
 
TOR_RESOLVE_PTR - Static variable in class net.i2p.socks.SOCKS5Constants.Command
 
toRadix16(byte[]) - Static method in class net.i2p.crypto.eddsa.math.GroupElement
Convert a to radix 16.
toRawByteArray(byte[]) - Method in interface net.i2p.data.i2np.I2NPMessage
Write the message to the buffer, returning the new offset (NOT the length).
toRawByteArray(byte[]) - Method in class net.i2p.data.i2np.I2NPMessageImpl
Write the message with a short 5-byte header.
toRawByteArrayNTCP2(byte[], int) - Method in interface net.i2p.data.i2np.I2NPMessage
Write the message to the buffer, returning the new offset (NOT the length).
toRawByteArrayNTCP2(byte[], int) - Method in class net.i2p.data.i2np.I2NPMessageImpl
Write the message to the buffer, returning the new offset (NOT the length).
toRelativeURL(String, boolean) - Static method in class org.cybergarage.http.HTTP
Converts a URL to a relative URL path.
toRelativeURL(String) - Static method in class org.cybergarage.http.HTTP
Converts a URL to a relative URL path with query parameters.
torrent - Variable in class net.i2p.router.news.NewsMetadata.Update
The torrent source URL
torrentComplete(Snark) - Method in interface org.klomp.snark.CompleteListener
Called when all pieces of the torrent have been downloaded and verified.
torrentComplete(Snark) - Method in class org.klomp.snark.SnarkManager
A Snark.CompleteListener method.
torrentComplete(Snark) - Method in class org.klomp.snark.UpdateRunner
torrentComplete.
TorrentCreateFilter - Class in org.klomp.snark
A structure for torrent creation filters
TorrentCreateFilter(String, String, String, boolean) - Constructor for class org.klomp.snark.TorrentCreateFilter
Creates a new torrent creation filter.
Torrents - Class in org.klomp.snark.dht
Thread-safe collection of all torrents tracked by the DHT.
Torrents() - Constructor for class org.klomp.snark.dht.Torrents
Creates a new torrent collection with default initial capacity.
toSafeRepesentation(String) - Static method in class org.minidns.dnslabel.DnsLabel
Convert a DNS label string to a safe representation.
toSafeString() - Method in class org.minidns.util.SafeCharSequence
Return a safe string representation.
toSIDHeaderString(String) - Static method in class org.cybergarage.upnp.event.Subscription
toSIDHeaderString.
ToSorter(MailCache) - Constructor for class i2p.susi.webmail.Sorters.ToSorter
Sorts by recipient field.
toStatusString() - Method in enum net.i2p.router.CommSystemFacade.Status
Readable status, not translated
toStr(int) - Static method in class net.i2p.router.Blocklist
Convert an IPv4 address to a string representation.
toString() - Method in class com.google.zxing.common.BitArray
 
toString() - Method in class com.google.zxing.common.BitMatrix
Gets a string representation using "X" for set and " " for unset bits.
toString(String, String) - Method in class com.google.zxing.common.BitMatrix
Returns string representation of entire matrix utilizing given strings.
toString() - Method in class com.google.zxing.common.reedsolomon.GenericGF
Human-readable string representation of this Galois field.
toString() - Method in class com.google.zxing.common.reedsolomon.GenericGFPoly
 
toString() - Method in class com.google.zxing.qrcode.decoder.Version
toString.
toString() - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
 
toString() - Method in class com.google.zxing.qrcode.encoder.QRCode
toString.
toString() - Method in class com.maxmind.db.Metadata
toString.
toString() - Method in class com.maxmind.geoip.DatabaseInfo
 
toString() - Method in class com.southernstorm.noise.protocol.ChaChaPolyCipherState
I2P debug
toString() - Method in class com.southernstorm.noise.protocol.HandshakeState
I2P debug
toString() - Method in class com.southernstorm.noise.protocol.SymmetricState
I2P debug
toString() - Method in exception com.thetransactioncompany.jsonrpc2.JSONRPC2Error
Serialises the error object to a JSON string.
toString() - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Message
Serialises this JSON-RPC 2.0 message to a JSON object string.
toString() - Method in class com.thetransactioncompany.jsonrpc2.server.MessageContext
 
toString() - Method in class com.tomgibara.crinch.hashing.HashRange
 
toString() - Method in class i2p.susi.util.FileBuffer
 
toString() - Method in class i2p.susi.util.GzipFileBuffer
 
toString() - Method in class i2p.susi.util.MemoryBuffer
 
toString() - Method in class i2p.susi.util.OutputStreamBuffer
 
toString() - Method in class i2p.susi.util.ReadBuffer
toString.
toString() - Method in class i2p.susi.util.StringBuilderWriter
 
toString() - Method in class i2p.susi.webmail.MailPart
toString.
toString() - Method in class net.i2p.addressbook.AddressBook
Return a string representation of the origin of the AddressBook.
toString() - Method in class net.i2p.client.impl.I2PSessionImpl
 
toString() - Method in class net.i2p.client.naming.NamingService
Returns a string representation of this naming service.
toString() - Method in class net.i2p.client.streaming.I2PSocketAddress
toString.
toString() - Method in class net.i2p.client.streaming.impl.Connection.ConEvent
toString.
toString() - Method in class net.i2p.client.streaming.impl.Connection
toString.
toString() - Method in class net.i2p.client.streaming.impl.ConnectionManager
 
toString() - Method in class net.i2p.client.streaming.impl.ConnectionOptions
toString.
toString() - Method in class net.i2p.client.streaming.impl.I2PSocketFull
toString.
toString() - Method in class net.i2p.client.streaming.impl.Packet
toString.
toString() - Method in class net.i2p.client.streaming.impl.SchedulerImpl
toString.
toString() - Method in class net.i2p.client.streaming.impl.SimpleBandwidthEstimator
toString.
toString() - Method in class net.i2p.client.streaming.impl.StandardServerSocket
 
toString() - Method in class net.i2p.client.streaming.impl.StandardSocket
toString.
toString() - Method in class net.i2p.client.TunnelRemovalEvent
toString.
toString() - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
 
toString() - Method in class net.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElement
 
toString() - Method in class net.i2p.crypto.eddsa.math.GroupElement
 
toString() - Method in class net.i2p.data.BlindData
 
toString() - Method in class net.i2p.data.ByteArray
Returns a string representation of this ByteArray.
toString() - Method in class net.i2p.data.Certificate
 
toString(Properties) - Static method in class net.i2p.data.DataHelper
Pretty print the mapping, unsorted (unless the options param is an OrderedProperties)
toString(Map<?, ?>) - Static method in class net.i2p.data.DataHelper
Pretty print the mapping, unsorted (unless the options param is an OrderedProperties)
toString(Collection<?>) - Static method in class net.i2p.data.DataHelper
Pretty print the collection
toString(byte[]) - Static method in class net.i2p.data.DataHelper
Lower-case hex with leading zeros.
toString(byte[], int) - Static method in class net.i2p.data.DataHelper
Lower-case hex with leading zeros.
toString() - Method in class net.i2p.data.DateAndFlags
toString() - Method in class net.i2p.data.EncryptedLeaseSet
Returns a string representation of this EncryptedLeaseSet.
toString() - Method in class net.i2p.data.i2cp.AbuseReason
Returns a string representation of this abuse reason.
toString() - Method in class net.i2p.data.i2cp.AbuseSeverity
Returns a string representation of this abuse severity.
toString() - Method in class net.i2p.data.i2cp.BandwidthLimitsMessage
 
toString() - Method in class net.i2p.data.i2cp.BlindingInfoMessage
 
toString() - Method in class net.i2p.data.i2cp.CreateLeaseSet2Message
Returns a string representation of this message.
toString() - Method in class net.i2p.data.i2cp.CreateLeaseSetMessage
Returns a string representation of this message.
toString() - Method in class net.i2p.data.i2cp.CreateSessionMessage
Returns a string representation of this message.
toString() - Method in class net.i2p.data.i2cp.DestLookupMessage
Returns a string representation of this message.
toString() - Method in class net.i2p.data.i2cp.DestReplyMessage
Returns a string representation of this message.
toString() - Method in class net.i2p.data.i2cp.DestroySessionMessage
Returns a string representation of this message.
toString() - Method in class net.i2p.data.i2cp.DisconnectMessage
Returns a string representation of this message.
toString() - Method in class net.i2p.data.i2cp.GetBandwidthLimitsMessage
Returns a string representation of this message.
toString() - Method in class net.i2p.data.i2cp.GetDateMessage
Returns a string representation of this message.
toString() - Method in class net.i2p.data.i2cp.HostLookupMessage
Returns a string representation of this message.
toString() - Method in class net.i2p.data.i2cp.HostReplyMessage
Returns a string representation of this message.
toString() - Method in class net.i2p.data.i2cp.MessageId
toString() - Method in class net.i2p.data.i2cp.MessagePayloadMessage
toString() - Method in class net.i2p.data.i2cp.MessageStatusMessage
Returns a string representation of this message.
toString() - Method in class net.i2p.data.i2cp.ReceiveMessageBeginMessage
Returns a string representation of this message.
toString() - Method in class net.i2p.data.i2cp.ReceiveMessageEndMessage
 
toString() - Method in class net.i2p.data.i2cp.ReconfigureSessionMessage
Returns a string representation of this message.
toString() - Method in class net.i2p.data.i2cp.ReportAbuseMessage
Returns a string representation of this message.
toString() - Method in class net.i2p.data.i2cp.RequestLeaseSetMessage
Returns a string representation of this message.
toString() - Method in class net.i2p.data.i2cp.RequestVariableLeaseSetMessage
Returns a string representation of this message.
toString() - Method in class net.i2p.data.i2cp.SendMessageExpiresMessage
Returns a string representation of this message.
toString() - Method in class net.i2p.data.i2cp.SendMessageMessage
toString() - Method in class net.i2p.data.i2cp.SessionConfig
Returns a string representation of this session config.
toString() - Method in class net.i2p.data.i2cp.SessionId
Returns a string representation of this session ID.
toString() - Method in class net.i2p.data.i2cp.SessionStatusMessage
Returns a string representation of this message.
toString() - Method in class net.i2p.data.i2cp.SetDateMessage
Returns a string representation of this message.
toString() - Method in class net.i2p.data.i2np.BuildRequestRecord
Returns a string representation of this record.
toString() - Method in class net.i2p.data.i2np.DatabaseLookupMessage
toString.
toString() - Method in class net.i2p.data.i2np.DatabaseSearchReplyMessage
toString.
toString() - Method in class net.i2p.data.i2np.DatabaseStoreMessage
toString.
toString() - Method in class net.i2p.data.i2np.DataMessage
 
toString() - Method in class net.i2p.data.i2np.DeliveryInstructions
toString.
toString() - Method in class net.i2p.data.i2np.DeliveryStatusMessage
toString.
toString() - Method in class net.i2p.data.i2np.GarlicClove
toString.
toString() - Method in class net.i2p.data.i2np.GarlicMessage
toString.
toString() - Method in class net.i2p.data.i2np.OutboundTunnelBuildReplyMessage
toString.
toString() - Method in class net.i2p.data.i2np.ShortTunnelBuildMessage
toString.
toString() - Method in class net.i2p.data.i2np.ShortTunnelBuildReplyMessage
toString.
toString() - Method in class net.i2p.data.i2np.TunnelBuildMessage
toString.
toString() - Method in class net.i2p.data.i2np.TunnelBuildReplyMessage
toString.
toString() - Method in class net.i2p.data.i2np.TunnelDataMessage
Label with unique ID for logging.
toString() - Method in class net.i2p.data.i2np.TunnelGatewayMessage
Label with message ID, tunnel ID, and embedded message for logging.
toString() - Method in class net.i2p.data.i2np.UnknownI2NPMessage
 
toString() - Method in class net.i2p.data.i2np.VariableTunnelBuildMessage
Label with unique ID and record count for logging.
toString() - Method in class net.i2p.data.i2np.VariableTunnelBuildReplyMessage
Label with unique ID and record count for logging.
toString() - Method in class net.i2p.data.KeyCertificate
Returns a string representation of this KeyCertificate.
toString() - Method in class net.i2p.data.KeysAndCert
Returns a string representation of this KeysAndCert.
toString() - Method in class net.i2p.data.Lease
Returns a string representation of this Lease.
toString() - Method in class net.i2p.data.LeaseSet
toString() - Method in class net.i2p.data.LeaseSet2
toString() - Method in class net.i2p.data.MetaLease
Returns a string representation of this Lease.
toString() - Method in class net.i2p.data.MetaLeaseSet
Returns a string representation of this MetaLeaseSet.
toString() - Method in class net.i2p.data.Payload
Returns a string representation of this payload.
toString() - Method in class net.i2p.data.PrivateKey
 
toString() - Method in class net.i2p.data.PrivateKeyFile
toString() - Method in class net.i2p.data.PublicKey
String representation showing type and data size.
toString() - Method in class net.i2p.data.router.RouterAddress
This is used on peers.jsp so sort options so it looks better.
toString() - Method in class net.i2p.data.router.RouterInfo
toString.
toString() - Method in class net.i2p.data.SessionTag
Returns a string representation of this session tag.
toString() - Method in class net.i2p.data.Signature
 
toString() - Method in class net.i2p.data.SigningPrivateKey
 
toString() - Method in class net.i2p.data.SigningPublicKey
 
toString() - Method in class net.i2p.data.SimpleDataStructure
Returns a string representation of this data structure.
toString() - Method in class net.i2p.data.TunnelId
toString() - Method in class net.i2p.data.VerifiedDestination
Returns a string representation including verification status.
toString() - Method in class net.i2p.i2pcontrol.security.AuthToken
The token ID as a string.
toString() - Method in class net.i2p.i2ptunnel.I2PTunnelTask
toString.
toString() - Method in class net.i2p.i2ptunnel.streamr.MultiSource.MSink
toString.
toString() - Method in class net.i2p.i2ptunnel.TunnelController
 
toString() - Method in class net.i2p.i2ptunnel.util.GunzipOutputStream
 
toString() - Method in class net.i2p.internal.PoisonI2CPMessage
toString.
toString() - Method in class net.i2p.jetty.I2PLogger
 
toString() - Method in class net.i2p.kademlia.KBucketImpl
 
toString() - Method in class net.i2p.kademlia.KBucketSet
 
toString() - Method in class net.i2p.router.client.LeaseRequestState
 
toString() - Method in class net.i2p.router.ClientTunnelSettings
 
toString() - Method in enum net.i2p.router.CommSystemFacade.Status
toString.
toString() - Method in class net.i2p.router.crypto.ratchet.NextSessionKey
 
toString() - Method in class net.i2p.router.crypto.ratchet.RatchetEntry
 
toString() - Method in class net.i2p.router.crypto.ratchet.RatchetPayload.Block
 
toString() - Method in class net.i2p.router.crypto.ratchet.RatchetSessionTag
 
toString() - Method in class net.i2p.router.crypto.ratchet.RatchetTagSet
toString.
toString() - Method in class net.i2p.router.crypto.ratchet.SessionKeyAndNonce
 
toString() - Method in class net.i2p.router.crypto.ratchet.SingleTagSet
 
toString() - Method in class net.i2p.router.crypto.ratchet.SparseArray
toString() - Method in class net.i2p.router.JobImpl
 
toString() - Method in class net.i2p.router.message.CloveSet
 
toString() - Method in class net.i2p.router.message.GarlicConfig
 
toString() - Method in class net.i2p.router.networkdb.kademlia.FloodOnlyLookupSelector
Returns a string representation of this selector.
toString() - Method in class net.i2p.router.networkdb.kademlia.IterativeLookupSelector
Returns a string representation of this selector.
toString() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
toString() - Method in class net.i2p.router.networkdb.kademlia.SearchJob
 
toString() - Method in class net.i2p.router.networkdb.kademlia.SearchMessageSelector
toString.
toString() - Method in class net.i2p.router.networkdb.kademlia.SearchState
toString.
toString() - Method in class net.i2p.router.networkdb.kademlia.StoreMessageSelector
 
toString() - Method in class net.i2p.router.networkdb.kademlia.StoreState
toString.
toString() - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
toString.
toString(StringBuilder, Node) - Static method in class net.i2p.router.news.XMLParser
A replacement for Node.toString(), which does not recognize #text.
toString() - Method in class net.i2p.router.OutNetMessage
toString.
toString() - Method in class net.i2p.router.peermanager.PeerProfile
 
toString() - Method in class net.i2p.router.RouterContext
 
toString() - Method in class net.i2p.router.sybil.Points
Return a string representation.
toString(StringBuilder) - Method in class net.i2p.router.sybil.Points
For persistence.
toString() - Method in class net.i2p.router.time.NtpMessage
Returns a string representation of a NtpMessage
toString() - Method in class net.i2p.router.transport.ntcp.EstablishBase
toString.
toString() - Method in class net.i2p.router.transport.ntcp.NTCP2Options
toString.
toString() - Method in class net.i2p.router.transport.ntcp.NTCP2Payload.Block
toString.
toString() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
toString() - Method in class net.i2p.router.transport.ntcp.OutboundNTCP2State
toString.
toString() - Method in class net.i2p.router.transport.udp.EstablishmentManager.Token
Get string representation
toString() - Method in class net.i2p.router.transport.udp.InboundEstablishState
Return a human-readable description of this establish state.
toString() - Method in class net.i2p.router.transport.udp.InboundEstablishState2
toString.
toString() - Method in class net.i2p.router.transport.udp.InboundMessageState
Returns a string summary of this message state.
toString() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
Get string representation
toString() - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
toString() - Method in class net.i2p.router.transport.udp.OutboundMessageState
toString.
toString() - Method in class net.i2p.router.transport.udp.PacketBuilder.Fragment
toString.
toString() - Method in class net.i2p.router.transport.udp.PeerState
String representation.
toString() - Method in class net.i2p.router.transport.udp.PeerStateDestroyed
toString.
toString() - Method in class net.i2p.router.transport.udp.PeerTestState
toString.
toString() - Method in class net.i2p.router.transport.udp.RemoteHostId
 
toString() - Method in class net.i2p.router.transport.udp.SimpleBandwidthEstimator
Returns a string representation of this estimator's current state.
toString(long, int, byte[], int) - Static method in class net.i2p.router.transport.udp.SSU2Bitfield
Pretty print an ACK block
toString() - Method in class net.i2p.router.transport.udp.SSU2Bitfield
toString.
toString() - Method in class net.i2p.router.transport.udp.SSU2Header.Header
toString.
toString() - Method in class net.i2p.router.transport.udp.SSU2Payload.AckBlock
toString.
toString() - Method in class net.i2p.router.transport.udp.SSU2Payload.Block
toString.
toString() - Method in class net.i2p.router.transport.udp.UDPAddress
String representation.
toString() - Method in class net.i2p.router.transport.udp.UDPEndpoint
 
toString() - Method in class net.i2p.router.transport.udp.UDPPacket
Returns a detailed string representation of this packet, including address, size, priority, message and mark types, fragment counts, and timing information.
toString() - Method in class net.i2p.router.transport.UPnP.IPv6ForwardPort
toString.
toString() - Method in class net.i2p.router.tunnel.FragmentedMessage
toString
toString() - Method in class net.i2p.router.tunnel.HopConfig
 
toString() - Method in class net.i2p.router.tunnel.HopProcessor
 
toString() - Method in class net.i2p.router.tunnel.OutboundTunnelEndpoint
 
toString() - Method in class net.i2p.router.tunnel.PendingGatewayMessage
toString.
toString() - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
toString() - Method in class net.i2p.router.tunnel.pool.ExcluderBase
toString.
toString() - Method in class net.i2p.router.tunnel.pool.TunnelPool
toString.
toString() - Method in class net.i2p.router.tunnel.ThrottledPumpedTunnelGateway
Human-readable description differentiating inbound gateway and including tunnel ID.
toString() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
toString.
toString() - Method in class net.i2p.router.tunnel.TunnelParticipant
toString.
toString() - Method in class net.i2p.router.TunnelPoolSettings
toString.
toString() - Method in class net.i2p.router.update.UpdateRunner
toString.
toString() - Method in class net.i2p.router.web.helpers.SidebarHelper.NetworkStateMessage
toString.
toString() - Method in class net.i2p.sam.SAMHandler
Get a string describing the handler.
toString() - Method in class net.i2p.stat.Rate
 
toString() - Method in class net.i2p.stat.RateStat
 
toString(byte[]) - Static method in class net.i2p.util.Addresses
Convenience method to convert an IP address to a String without throwing an exception.
toString(byte[], int) - Static method in class net.i2p.util.Addresses
Convenience method to convert an IP address and port to a String without throwing an exception.
toString() - Method in class net.i2p.util.InternalServerSocket
 
toString() - Method in class net.i2p.util.InternalSocket
Descriptive label.
toString() - Method in class net.i2p.util.ResettableGZIPInputStream
Moved from i2ptunnel HTTPResponseOutputStream.InternalGZIPInputStream
toString() - Method in class net.i2p.util.SimpleTimer2.TimedEvent
 
toString() - Method in class net.i2p.util.SimpleTimer2
 
toString() - Method in class net.i2p.util.SocketTimeout
 
toString() - Method in class net.i2p.util.SyntheticREDQueue
Returns a human-readable string displaying the current bandwidth and queue size estimates, formatted for debugging or informational output.
toString() - Method in class net.i2p.util.UIMessages.Message
toString.
toString() - Method in class net.metanotion.io.block.FreeListBlock
 
toString() - Method in class net.metanotion.io.block.index.BSkipLevels
Get a string representation of this level.
toString() - Method in class net.metanotion.io.block.index.BSkipList
Get a string representation of this skiplist.
toString() - Method in class net.metanotion.io.block.index.BSkipSpan
Get a string representation of this span.
toString() - Method in class net.metanotion.io.RAIFile
 
toString() - Method in class org.bouncycastle.pqc.crypto.mlkem.Poly
toString.
toString() - Method in class org.bouncycastle.pqc.crypto.mlkem.PolyVec
toString.
toString() - Method in class org.cybergarage.http.HTTPRequest
 
toString() - Method in class org.cybergarage.http.HTTPResponse
 
toString() - Method in class org.cybergarage.http.HTTPServer
Returns the bind address as string representation.
toString() - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
I2P
toString() - Method in class org.cybergarage.upnp.ssdp.HTTPUSocket
I2P
toString() - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
toString.
toString(String, boolean) - Method in class org.cybergarage.xml.Node
Gets the XML string representation of this node with the specified encoding.
toString() - Method in class org.cybergarage.xml.Node
Gets the XML string representation of this node.
toString() - Method in class org.freenetproject.DetectedIP
 
toString() - Method in class org.jfree.svg.ImageElement
Returns a string representation of this object, primarily for debugging purposes.
toString() - Method in enum org.jfree.svg.MeetOrSlice
Returns the SVG meetOrSlice attribute value as a string.
toString() - Method in enum org.jfree.svg.PreserveAspectRatio
Returns the SVG preserveAspectRatio attribute value as a string.
toString() - Method in enum org.jfree.svg.SVGUnits
Returns the SVG unit identifier as a string.
toString() - Method in class org.json.simple.Yytoken
 
toString() - Method in class org.klomp.snark.BandwidthManager
In HTML for debug page
toString() - Method in class org.klomp.snark.bencode.BEValue
 
toString() - Method in class org.klomp.snark.BitField
 
toString() - Method in class org.klomp.snark.dht.InfoHash
Returns a string representation of the info hash for debugging and logging.
toString() - Method in class org.klomp.snark.dht.NodeInfo
toString.
toString() - Method in class org.klomp.snark.dht.Token
Returns a string representation of the token for debugging and logging.
toString() - Method in class org.klomp.snark.Message
 
toString() - Method in class org.klomp.snark.MetaInfo
Returns a human-readable summary of this torrent's metadata.
toString() - Method in class org.klomp.snark.PartialPiece
 
toString() - Method in class org.klomp.snark.Peer
Returns the String representation of the peerID.
toString() - Method in class org.klomp.snark.PeerID
Returns the String "id@address" where id is the first 4 chars of the base64 encoded id and address is the first 6 chars of the base64 dest (was the base64 hash of the dest) which should match what the bytemonsoon tracker reports on its web pages.
toString() - Method in class org.klomp.snark.Piece
 
toString() - Method in class org.klomp.snark.Request
 
toString() - Method in class org.klomp.snark.TrackerInfo
toString.
toString() - Method in class org.klomp.snark.UpdateRunner
toString.
toString() - Method in class org.klomp.snark.web.InclusiveByteRange
Returns a string representation of this range in the form first:last.
toString() - Method in class org.klomp.snark.WebPeer
toString.
toString() - Method in class org.minidns.dnslabel.DnsLabel
toString.
toString() - Method in class org.minidns.dnsmessage.DnsMessage.Builder
toString.
toString() - Method in class org.minidns.dnsmessage.DnsMessage
toString.
toString() - Method in class org.minidns.dnsmessage.Question
 
toString() - Method in class org.minidns.dnsname.DnsName
toString.
toString() - Method in class org.minidns.edns.Edns
toString.
toString() - Method in class org.minidns.edns.EdnsOption
toString.
toString() - Method in class org.minidns.record.A
 
toString() - Method in class org.minidns.record.AAAA
 
toString() - Method in class org.minidns.record.DelegatingDnssecRR
toString.
toString() - Method in class org.minidns.record.DNSKEY
toString.
toString() - Method in class org.minidns.record.MX
toString.
toString() - Method in class org.minidns.record.NSEC
toString.
toString() - Method in class org.minidns.record.NSEC3
toString.
toString() - Method in class org.minidns.record.NSEC3PARAM
toString.
toString() - Method in class org.minidns.record.OPENPGPKEY
 
toString() - Method in class org.minidns.record.Record
Retrieve a textual representation of this resource record.
toString() - Method in class org.minidns.record.RRSIG
toString.
toString() - Method in class org.minidns.record.RRWithTarget
toString.
toString() - Method in class org.minidns.record.SOA
toString.
toString() - Method in class org.minidns.record.SRV
toString.
toString() - Method in class org.minidns.record.TLSA
toString.
toString() - Method in class org.minidns.record.TXT
toString.
toString() - Method in class org.rrd4j.core.FetchData
Returns string representing fetched data in a RRDTool-like form.
toString() - Method in class org.rrd4j.core.jrrd.Archive
Returns a summary the contents of this archive.
toString() - Method in class org.rrd4j.core.jrrd.CDPStatusBlock
Returns a summary the contents of this CDP status block.
toString() - Method in class org.rrd4j.core.jrrd.DataChunk
Returns a summary of the contents of this data chunk.
toString() - Method in class org.rrd4j.core.jrrd.DataSource
Returns a summary the contents of this data source.
toString() - Method in class org.rrd4j.core.jrrd.Header
Returns a summary the contents of this header.
toString() - Method in class org.rrd4j.core.jrrd.PDPStatusBlock
Returns a summary the contents of this PDP status block.
toString() - Method in class org.rrd4j.core.jrrd.RRDatabase
Returns a summary the contents of this database.
toString() - Method in class org.rrd4j.core.timespec.TimeToken
Returns a string representation of this token for debugging.
toString() - Method in class org.rrd4j.data.Variable.PercentElem
toString.
toString() - Method in class org.rrd4j.data.Variable.Value
toString.
toString() - Method in class org.rrd4j.graph.DownSampler.DataSet
 
toStringFull() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
 
toStringInternal() - Method in class org.minidns.edns.EdnsOption
Returns the string representation of this EDNS option.
toStringInternal() - Method in class org.minidns.edns.Nsid
 
toStringInternal() - Method in class org.minidns.edns.UnknownEdnsOption
 
TOTAL() - Constructor for class org.rrd4j.data.Variable.TOTAL
 
TOTAL_PROT_SAMPLE_LEN - Static variable in class net.i2p.router.transport.udp.SSU2Util
Total header protection sample length for both samples
totalPendingTime - Variable in class net.i2p.router.JobStats.RecentStats
Total pending time across all runs
totalReceived - Variable in class net.i2p.sam.SAMv2StreamSession.SAMv2StreamSessionSocketReader
totalReceived.
totalSize() - Method in class i2p.susi.dns.AddressbookBean
Gets the total size of the address book.
totalSize() - Method in class i2p.susi.dns.NamingServiceBean
Gets the total size of the address book.
totalTime - Variable in class net.i2p.router.JobStats.RecentStats
Total time across all runs
toTimeoutHeaderString(long) - Static method in class org.cybergarage.upnp.event.Subscription
toTimeoutHeaderString.
toTimeString(int) - Static method in class org.cybergarage.http.Date
Converts an integer value to a zero-padded time string.
toTypedKey(KeyCertificate) - Method in class net.i2p.data.PublicKey
Up-convert this from an untyped (type 0) PK to a typed PK based on the Key Cert given.
toTypedKey(KeyCertificate) - Method in class net.i2p.data.SigningPublicKey
Up-convert this from an untyped (type 0) SPK to a typed SPK based on the Key Cert given.
touch() - Method in class net.i2p.sam.SessionRecord
Update the last-accessed timestamp.
toUnicode(String) - Static method in class i2p.susi.dns.AddressBean
The Unicode name, translated from Punycode
toUnicode(String) - Method in class org.minidns.idna.DefaultIdnaTransformator
toUnicode.
toUnicode(String) - Method in interface org.minidns.idna.IdnaTransformator
Convert an ASCII Compatible Encoding to Unicode.
toUnicode(String) - Static method in class org.minidns.idna.MiniDnsIdna
Converts an ASCII string back to its Unicode representation using IDNA.
toWeekString(int) - Static method in class org.cybergarage.http.Date
Converts a day of week value to its three-letter string representation.
toXml(PrintStream) - Method in class org.rrd4j.core.jrrd.Archive
Writes XML representation of this archive to the specified print stream.
toXml(PrintStream) - Method in class org.rrd4j.core.jrrd.CDPStatusBlock
Writes the CDP status block as XML to the given print stream.
toXml(PrintStream) - Method in class org.rrd4j.core.jrrd.DataSource
Output XML
toXml(PrintStream) - Method in class org.rrd4j.core.jrrd.RRDatabase
Outputs the content of the database to the given print stream as a stream of XML.
toXMLString(boolean) - Method in class org.cybergarage.xml.Node
Gets the XML string representation with all XML characters escaped.
toXMLString() - Method in class org.cybergarage.xml.Node
Gets the XML string representation with all XML characters escaped.
TRACKED_CAPS - Static variable in class net.i2p.router.peermanager.PeerManager
TRACKED_CAPS.
Tracker - Class in org.klomp.snark
Represents a known BitTorrent tracker with its configuration and capabilities.
Tracker(String, String, String) - Constructor for class org.klomp.snark.Tracker
 
TrackerClient - Class in org.klomp.snark
Handles communication with BitTorrent trackers and DHT to discover new peers.
TrackerClient(I2PSnarkUtil, MetaInfo, String, PeerCoordinator, Snark) - Constructor for class org.klomp.snark.TrackerClient
Call start() to start it.
TrackerInfo - Class in org.klomp.snark
The data structure for the tracker response.
TrackerInfo(InputStream, byte[], byte[], MetaInfo, I2PSnarkUtil) - Constructor for class org.klomp.snark.TrackerInfo
 
TrackerInfo(Set<Hash>, int, int, int, String, byte[], byte[], MetaInfo, I2PSnarkUtil) - Constructor for class org.klomp.snark.TrackerInfo
To convert returned UDPTracker data to the standard structure
TrackerResponse(int, int, int, Set<Hash>) - Constructor for class org.klomp.snark.UDPTrackerClient.TrackerResponse
success
TrackerResponse(String) - Constructor for class org.klomp.snark.UDPTrackerClient.TrackerResponse
failure
trackFailedInboundHandshake(byte[], Hash) - Method in class net.i2p.router.transport.ntcp.EventPumper
Track failed inbound handshake for diagnostic stats.
trackFailedInboundHandshake(byte[]) - Method in class net.i2p.router.transport.ntcp.EventPumper
Track failed inbound handshake (IP only, no hash).
trackInvalidEncryption(byte[], Hash) - Method in class net.i2p.router.transport.ntcp.EventPumper
Track failed inbound handshake with invalid encryption and ban if too many failures.
TRANSFER_ENCODING - Static variable in class org.cybergarage.http.HTTP
Transfer-Encoding HTTP header field name
transferComplete(long, long, long, String, String, boolean) - Method in class net.i2p.router.update.DevSU3UpdateChecker
 
transferComplete(long, long, long, String, String, boolean) - Method in class net.i2p.router.update.DevSU3UpdateRunner
eepget listener callback Overrides
transferComplete(long, long, long, String, String, boolean) - Method in class net.i2p.router.update.NewsFetcher
Copies the file from temp dir to the news location, calls checkForUpdates()
transferComplete(long, long, long, String, String, boolean) - Method in class net.i2p.router.update.PluginUpdateChecker
 
transferComplete(long, long, long, String, String, boolean) - Method in class net.i2p.router.update.PluginUpdateRunner
Handle completion of plugin download.
transferComplete(long, long, long, String, String, boolean) - Method in class net.i2p.router.update.UnsignedUpdateRunner
eepget listener callback Overrides
transferComplete(long, long, long, String, String, boolean) - Method in class net.i2p.router.update.UpdateRunner
subclasses should override
transferComplete(long, long, long, String, String, boolean) - Method in class net.i2p.util.DNSOverHTTPS
 
transferComplete(long, long, long, String, String, boolean) - Method in class net.i2p.util.EepGet.CLIStatusListener
Called when the transfer finishes successfully.
transferComplete(long, long, long, String, String, boolean) - Method in interface net.i2p.util.EepGet.StatusListener
Transfer complete notification.
transferComplete(long, long, long, String, String, boolean) - Method in class org.klomp.snark.web.FetchAndAdd
Called when a transfer completes successfully.
transferComplete(long, long, long, String, String, boolean) - Method in class org.klomp.snark.WebPeer
Transfer complete notification.
transferFailed(String, long, long, int) - Method in class net.i2p.router.update.DevSU3UpdateChecker
 
transferFailed(String, long, long, int) - Method in class net.i2p.router.update.NewsFetcher
override for status update
transferFailed(String, long, long, int) - Method in class net.i2p.router.update.PluginUpdateChecker
transferFailed.
transferFailed(String, long, long, int) - Method in class net.i2p.router.update.PluginUpdateRunner
transferFailed.
transferFailed(String, long, long, int) - Method in class net.i2p.router.update.UpdateRunner
subclasses should override
transferFailed(String, long, long, int) - Method in class net.i2p.util.DNSOverHTTPS
 
transferFailed(String, long, long, int) - Method in class net.i2p.util.EepGet.CLIStatusListener
Called when all attempts have been exhausted.
transferFailed(String, long, long, int) - Method in interface net.i2p.util.EepGet.StatusListener
Transfer failed notification.
transferFailed(String, long, long, int) - Method in class org.klomp.snark.web.FetchAndAdd
Called when a transfer fails.
transferFailed(String, long, long, int) - Method in class org.klomp.snark.WebPeer
Transfer failed notification.
transform(AffineTransform) - Method in class org.jfree.svg.SVGGraphics2D
Applies this transform to the existing transform by concatenating it.
transform(int, int, double) - Method in class org.rrd4j.graph.ImageWorker
Apply a translation and rotation transform.
TRANSIENT_FAIL - Static variable in class net.i2p.router.transport.TransportBid
TRANSIENT_FAIL.
TransientDataStore - Class in net.i2p.router.networkdb.kademlia
In-memory network database storage implementation.
TransientDataStore(RouterContext) - Constructor for class net.i2p.router.networkdb.kademlia.TransientDataStore
TransientDataStore.
TransientSessionKeyManager - Class in net.i2p.router.crypto
Implement the session key management, but keep everything in memory (don't write to disk).
TransientSessionKeyManager(I2PAppContext) - Constructor for class net.i2p.router.crypto.TransientSessionKeyManager
The session key manager should only be constructed and accessed through the application context.
TransientSessionKeyManager(I2PAppContext, int, int) - Constructor for class net.i2p.router.crypto.TransientSessionKeyManager
 
TransitSummaryHelper - Class in net.i2p.router.web.helpers
Helper for transit tunnel summary page rendering and form processing.
TransitSummaryHelper() - Constructor for class net.i2p.router.web.helpers.TransitSummaryHelper
TransitSummaryHelper.
Translate - Class in net.i2p.util
Translate strings efficiently.
Translate() - Constructor for class net.i2p.util.Translate
 
translate(int, int) - Method in class org.jfree.svg.SVGGraphics2D
Applies the translation (tx, ty).
translate(double, double) - Method in class org.jfree.svg.SVGGraphics2D
Applies the translation (tx, ty).
TranslateReader - Class in net.i2p.util
Translate.
TranslateReader(I2PAppContext, String, InputStream) - Constructor for class net.i2p.util.TranslateReader
May be null for tagging only.
TranslateReader(I2PAppContext, String, Reader) - Constructor for class net.i2p.util.TranslateReader
May be null for tagging only.
TranslateSVGServlet - Class in i2p.susi.dns
Translate a svg file on-the-fly.
TranslateSVGServlet() - Constructor for class i2p.susi.dns.TranslateSVGServlet
Create a new TranslateSVGServlet.
transmitTimestamp - Variable in class net.i2p.router.time.NtpMessage
This is the time at which the reply departed the server for the client, in seconds since 00:00 1-Jan-1900.
Transport - Interface in net.i2p.router.transport
Core interface for I2P transport protocols.
Transport.AddressSource - Enum in net.i2p.router.transport
Source of transport address configuration.
transportAddressChanged() - Method in interface net.i2p.router.transport.TransportEventListener
transportAddressChanged().
transportAddressChanged() - Method in class net.i2p.router.transport.TransportManager
Handle transport address change notifications.
TransportBid - Class in net.i2p.router.transport
Represents a transport's bid for message delivery cost.
TransportBid() - Constructor for class net.i2p.router.transport.TransportBid
TransportBid.
TransportEventListener - Interface in net.i2p.router.transport
Handles transport events including message receipt and address changes.
transportFailed(String) - Method in class net.i2p.router.OutNetMessage
As of 0.9.55, returns the previous number of failed transports.
TransportImpl - Class in net.i2p.router.transport
Defines a way to send a message to another peer and start listening for messages
TransportImpl(RouterContext) - Constructor for class net.i2p.router.transport.TransportImpl
Initialize the new transport
TransportManager - Class in net.i2p.router.transport
Central coordinator for all I2P transport protocols.
TransportManager(RouterContext) - Constructor for class net.i2p.router.transport.TransportManager
 
TransportManager.Port - Class in net.i2p.router.transport
Port configuration for transport protocols.
transports - Variable in class net.i2p.router.Banlist.Entry
set of transports to ban, null means all transports
TransportUtil - Class in net.i2p.router.transport
Utility class providing common transport operations and configurations.
TransportUtil() - Constructor for class net.i2p.router.transport.TransportUtil
 
TransportUtil.IPv6Config - Enum in net.i2p.router.transport
IPv6 configuration options for transports.
tray - Variable in class net.i2p.desktopgui.TrayManager
tray.
trayIcon - Variable in class net.i2p.desktopgui.TrayManager
trayIcon.
TrayManager - Class in net.i2p.desktopgui
Abstract base class for managing system tray icons and menus for I2P.
TrayManager(I2PAppContext, boolean) - Constructor for class net.i2p.desktopgui.TrayManager
Create a new tray manager.
trialDecryptHandshakeHeader(UDPPacket, byte[], byte[]) - Static method in class net.i2p.router.transport.udp.SSU2Header
Session Request and Session Created only.
trialDecryptLongHeader(UDPPacket, byte[], byte[]) - Static method in class net.i2p.router.transport.udp.SSU2Header
Retry, Token Request, Peer Test only.
trialDecryptShortHeader(UDPPacket, byte[], byte[]) - Static method in class net.i2p.router.transport.udp.SSU2Header
Session Confirmed and data phase.
trim(KBucket<K>, K) - Method in interface net.i2p.kademlia.KBucketTrimmer
Called from add() just before adding the entry.
trim(KBucket<T>, T) - Method in class net.i2p.kademlia.RandomIfOldTrimmer
 
trim(KBucket<T>, T) - Method in class net.i2p.kademlia.RandomTrimmer
 
trim(KBucket<T>, T) - Method in class net.i2p.kademlia.RejectTrimmer
 
trim(String, String) - Static method in class org.cybergarage.util.StringUtil
Trims specified characters from both ends of a string.
trim(KBucket<NID>, NID) - Method in class org.klomp.snark.dht.KBTrimmer
Attempts to trim a Kademlia bucket to make room for a new node.
trimIfGlue() - Method in class org.rrd4j.graph.CommentText
Trims trailing whitespace if the marker is GLUE_MARKER.
TrivialPreprocessor - Class in net.i2p.router.tunnel
Do the simplest thing possible for preprocessing - for each message available, turn it into the minimum number of fragmented preprocessed blocks, sending each of those out.
TrivialPreprocessor(RouterContext) - Constructor for class net.i2p.router.tunnel.TrivialPreprocessor
 
truncate(String, int) - Static method in class net.i2p.servlet.util.ServletUtil
Truncate a String.
truncated - Variable in class org.minidns.dnsmessage.DnsMessage
True if message is truncated.
TrustedPluginKeys - Class in net.i2p.router.update
Plugin keys we know about.
TrustedPluginKeys() - Constructor for class net.i2p.router.update.TrustedPluginKeys
 
TrustedUpdate - Class in net.i2p.crypto
Handles signing and verification of I2P update files.
TrustedUpdate() - Constructor for class net.i2p.crypto.TrustedUpdate
Constructs a new TrustedUpdate with the default global context.
TrustedUpdate(I2PAppContext) - Constructor for class net.i2p.crypto.TrustedUpdate
Constructs a new TrustedUpdate with the given I2PAppContext.
TryCache<T> - Class in net.i2p.util
A thread-safe, lock-free-ish object cache that reuses objects to reduce allocation overhead.
TryCache(TryCache.ObjectFactory<T>, int) - Constructor for class net.i2p.util.TryCache
TryCache.
TryCache.ObjectFactory<T> - Interface in net.i2p.util
Factory interface for creating new objects in TryCache.
ttl - Variable in class org.minidns.record.Record
The ttl of this record.
TTL_EXPIRED - Static variable in class net.i2p.socks.SOCKS5Constants.Reply
TTL_EXPIRED.
TUE - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "tue", "tuesday" - third day of week
TUESDAY - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Constant to represent Tuesday
Tuner - Class in net.i2p.router
General-purpose adaptive tuner.
Tuner(RouterContext) - Constructor for class net.i2p.router.Tuner
Set up the tuner with all tunable parameters.
Tuner.AutotuneConfig - Class in net.i2p.router
Manages the autotune.config file — separate from router.config.
Tuner.BaseParam - Class in net.i2p.router
Base class for tunable params with history tracking and auto-revert.
Tuner.ParamSnapshot - Class in net.i2p.router
Snapshot of a subsystem's tunable parameter values at a point in time.
Tuner.SubsystemScore - Class in net.i2p.router
Per-subsystem health scores.
Tuner.SystemHealth - Class in net.i2p.router
Tracks overall router health score for adaptive tuning decisions.
Tuner.TunableParam - Interface in net.i2p.router
A tunable parameter with name, description, bounds, and default value.
TuningFormHandler - Class in net.i2p.router.web
Form handler for the transport tuning page.
TuningFormHandler() - Constructor for class net.i2p.router.web.TuningFormHandler
 
TuningHelper - Class in net.i2p.router.web.helpers
Helper for the transport tuning page (tuning.jsp).
TuningHelper() - Constructor for class net.i2p.router.web.helpers.TuningHelper
 
tunnel - Variable in class net.i2p.i2ptunnel.I2PTunnelTask
 
TUNNEL_ACCEPT - Static variable in class net.i2p.router.RouterThrottleImpl
tunnel acceptance
TUNNEL_RATES - Static variable in class net.i2p.stat.RateConstants
Tunnel-specific rate periods including 10 minutes for build statistics.
TUNNEL_REJECT_BANDWIDTH - Static variable in class net.i2p.router.peermanager.TunnelHistory
tunnel rejection due to excess bandwidth usage - used for most rejections even if not really for bandwidth
TUNNEL_REJECT_CRIT - Static variable in class net.i2p.router.peermanager.TunnelHistory
tunnel rejection due to system failure - not currently used
TUNNEL_REJECT_PROBABALISTIC_REJECT - Static variable in class net.i2p.router.peermanager.TunnelHistory
probabalistic tunnel rejection due to a flood of requests - infrequent
TUNNEL_REJECT_STREAMING_NACK - Static variable in class net.i2p.router.peermanager.TunnelHistory
Streaming NACK - peer accepted tunnel but can't deliver data
TUNNEL_REJECT_TRANSIENT_OVERLOAD - Static variable in class net.i2p.router.peermanager.TunnelHistory
tunnel rejection due to temporary cpu/job/tunnel overload - rare
TUNNEL_TEST_RATES - Static variable in class net.i2p.stat.RateConstants
Tunnel test timing rate periods: 1 minute and 1 hour.
TUNNEL_VERIFY_RATES - Static variable in class net.i2p.stat.RateConstants
Tunnel verification rate periods: 1 minute, 10 minutes, and 1 hour.
TunnelBandwidthHelper - Class in net.i2p.router.web.helpers
Helper for tunnel bandwidth page rendering and form processing.
TunnelBandwidthHelper() - Constructor for class net.i2p.router.web.helpers.TunnelBandwidthHelper
 
TunnelBuildMessage - Class in net.i2p.data.i2np
The basic build message with 8 records.
TunnelBuildMessage(I2PAppContext) - Constructor for class net.i2p.data.i2np.TunnelBuildMessage
TunnelBuildMessage.
TunnelBuildMessage(I2PAppContext, int) - Constructor for class net.i2p.data.i2np.TunnelBuildMessage
 
TunnelBuildMessageBase - Class in net.i2p.data.i2np
Base for TBM, TBRM, VTBM, VTBRM Retrofitted over them.
TunnelBuildMessageBase(I2PAppContext) - Constructor for class net.i2p.data.i2np.TunnelBuildMessageBase
TunnelBuildMessageBase.
TunnelBuildMessageBase(I2PAppContext, int) - Constructor for class net.i2p.data.i2np.TunnelBuildMessageBase
 
TunnelBuildReplyMessage - Class in net.i2p.data.i2np
The basic build reply message with 8 records.
TunnelBuildReplyMessage(I2PAppContext) - Constructor for class net.i2p.data.i2np.TunnelBuildReplyMessage
TunnelBuildReplyMessage.
TunnelBuildReplyMessage(I2PAppContext, int) - Constructor for class net.i2p.data.i2np.TunnelBuildReplyMessage
Create a tunnel build reply message with a custom record count.
tunnelCache - Variable in class net.i2p.router.message.OutboundCache
Cache for outbound tunnels per source-destination pair.
TunnelConfig - Class in net.i2p.i2ptunnel.ui
Helper class to generate a valid TunnelController configuration from provided settings.
TunnelConfig() - Constructor for class net.i2p.i2ptunnel.ui.TunnelConfig
 
TunnelController - Class in net.i2p.i2ptunnel
Coordinate the runtime operation and configuration of a single I2PTunnel.
TunnelController(Properties, String) - Constructor for class net.i2p.i2ptunnel.TunnelController
Create a new controller for a tunnel out of the specific config options.
TunnelController(Properties, String, boolean) - Constructor for class net.i2p.i2ptunnel.TunnelController
Create a new controller for a tunnel out of the specific config options.
TunnelController.TunnelState - Enum in net.i2p.i2ptunnel
The tunnel state.
TunnelControllerGroup - Class in net.i2p.i2ptunnel
Coordinates tunnel groups within the JVM, managing configuration persistence.
TunnelControllerGroup(I2PAppContext, ClientAppManager, String[]) - Constructor for class net.i2p.i2ptunnel.TunnelControllerGroup
Instantiation only.
TunnelControllerGroup.CustomThreadPoolExecutor - Class in net.i2p.i2ptunnel
Thread pool executor for I2P tunnel client handlers
TunnelCreatorConfig - Class in net.i2p.router.tunnel
Coordinate the info that the tunnel creator keeps track of, including what peers are in the tunnel and what their configuration is See PooledTunnelCreatorConfig for the non-abstract class
TunnelCreatorConfig(RouterContext, int, boolean) - Constructor for class net.i2p.router.tunnel.TunnelCreatorConfig
For exploratory only (null destination)
TunnelCreatorConfig(RouterContext, int, boolean, Hash) - Constructor for class net.i2p.router.tunnel.TunnelCreatorConfig
 
TunnelDataMessage - Class in net.i2p.data.i2np
Defines the message sent between routers as part of the tunnel delivery The tunnel ID is changed in-place by TunnelParticipant.send(), so we can't reuse the checksum on output, but we still subclass FastI2NPMessageImpl so we don't verify the checksum on input...
TunnelDataMessage(I2PAppContext) - Constructor for class net.i2p.data.i2np.TunnelDataMessage
Constructor with 10-second message expiration from context clock.
tunnelDataPushed(Hash, long, int) - Method in class net.i2p.router.peermanager.ProfileManagerImpl
Non-blocking.
tunnelDataPushed(Hash, long, int) - Method in interface net.i2p.router.ProfileManager
Note that we were able to push some data through a tunnel that the peer is participating in (detected after rtt).
tunnelDataPushed1m(Hash, int) - Method in class net.i2p.router.peermanager.ProfileManagerImpl
Non-blocking.
tunnelDataPushed1m(Hash, int) - Method in interface net.i2p.router.ProfileManager
Note that the peer is participating in a tunnel that pushed the given amount of data over the last minute.
tunnelDataTransferred(long) - Method in class net.i2p.router.peermanager.PeerProfile
The tunnel pushed that much data in its lifetime.
tunnelDispatched(String) - Method in class net.i2p.router.MessageHistory
 
tunnelDispatched(long, long, String) - Method in class net.i2p.router.MessageHistory
 
tunnelDispatched(long, long, long, Hash, String) - Method in class net.i2p.router.MessageHistory
 
tunnelDispatched(long, long, long, String) - Method in class net.i2p.router.MessageHistory
 
tunnelDispatcher() - Method in class net.i2p.router.RouterContext
Handle tunnel messages, as well as coordinate the gateways
TunnelDispatcher - Class in net.i2p.router.tunnel
Handle the actual processing and forwarding of messages through the various tunnels.
TunnelDispatcher(RouterContext) - Constructor for class net.i2p.router.tunnel.TunnelDispatcher
Creates a new instance of TunnelDispatcher
TunnelDispatcher.Location - Enum in net.i2p.router.tunnel
Location in the tunnel for RED (Random Early Discard) logic.
tunnelFailed(String, boolean) - Method in interface net.i2p.client.TunnelStatusListener
Called when a tunnel has failed completely (max consecutive test failures reached).
tunnelFailed(TunnelId) - Method in class net.i2p.router.MessageHistory
The local router has detected a failure in the given tunnel
tunnelFailed(Hash, int) - Method in class net.i2p.router.peermanager.ProfileManagerImpl
Note that the peer participated in a tunnel that failed.
tunnelFailed(Hash, int) - Method in interface net.i2p.router.ProfileManager
Note that the peer participated in a tunnel that failed.
tunnelFailed(TunnelInfo) - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
tunnelFailed(TunnelInfo, Hash) - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
tunnelFailed() - Method in class net.i2p.router.tunnel.pool.PooledTunnelCreatorConfig
The tunnel failed a test, so (maybe) stop using it
tunnelFailed(TunnelInfo) - Method in class net.i2p.router.tunnel.pool.TunnelPool
Remove tunnel and blame all peers (not necessarily equally).
tunnelFailed(TunnelInfo, Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPool
Remove the tunnel and blame only one peer.
tunnelFailed() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Poke the build executor to build more tunnels.
tunnelFailed() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
The tunnel failed a test, so (maybe) stop using it
tunnelFailedCompletely() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
The tunnel failed completely, so definitely stop using it
tunnelFailedFirstHop() - Method in class net.i2p.router.tunnel.pool.PooledTunnelCreatorConfig
We failed to contact the first hop for an outbound tunnel, so immediately stop using it.
TunnelGateway - Class in net.i2p.router.tunnel
Serve as the gatekeeper for a tunnel, accepting messages, coalescing and/or fragmenting them before wrapping them up for tunnel delivery.
TunnelGateway(RouterContext, TunnelGateway.QueuePreprocessor, TunnelGateway.Sender, TunnelGateway.Receiver) - Constructor for class net.i2p.router.tunnel.TunnelGateway
Creates a new TunnelGateway.
TunnelGateway.DelayedFlush - Class in net.i2p.router.tunnel
DelayedFlush.
TunnelGateway.QueuePreprocessor - Interface in net.i2p.router.tunnel
Interface for preprocessing queued tunnel messages.
TunnelGateway.Receiver - Interface in net.i2p.router.tunnel
Interface for receiving encrypted tunnel data.
TunnelGateway.Sender - Interface in net.i2p.router.tunnel
Interface for sending preprocessed tunnel data.
TunnelGatewayMessage - Class in net.i2p.data.i2np
Defines the message sent between one tunnel's endpoint and another's gateway.
TunnelGatewayMessage(I2PAppContext) - Constructor for class net.i2p.data.i2np.TunnelGatewayMessage
Constructor with 10-second message expiration from context clock.
TunnelGatewayPumper - Class in net.i2p.router.tunnel
TunnelGatewayPumper runs a pool of threads that process PumpedTunnelGateway instances which need messages pushed through preprocessing and sending.
TunnelGatewayPumper(RouterContext) - Constructor for class net.i2p.router.tunnel.TunnelGatewayPumper
Creates a new TunnelGatewayPumper and starts configured number of pump threads.
TunnelGatewayZeroHop - Class in net.i2p.router.tunnel
Serve as the gatekeeper for a tunnel with no hops, either inbound or outbound.
TunnelGatewayZeroHop(RouterContext, TunnelCreatorConfig) - Constructor for class net.i2p.router.tunnel.TunnelGatewayZeroHop
Create a zero-hop gateway for the specified tunnel.
TunnelHelper - Class in net.i2p.router.web.helpers
Helper for tunnel status page rendering and form processing.
TunnelHelper() - Constructor for class net.i2p.router.web.helpers.TunnelHelper
TunnelHelper.
TunnelHistory - Class in net.i2p.router.peermanager
Tunnel related history information
TunnelHistory(RouterContext, String) - Constructor for class net.i2p.router.peermanager.TunnelHistory
TunnelHistory.
TunnelId - Class in net.i2p.data
Tunnel identifier for routing messages through a sequence of routers in I2P.
TunnelId() - Constructor for class net.i2p.data.TunnelId
 
TunnelId(long) - Constructor for class net.i2p.data.TunnelId
1 to 0xffffffff.
TunnelInfo - Interface in net.i2p.router
Defines the information associated with a tunnel
tunnelJoined(String, TunnelInfo) - Method in class net.i2p.router.MessageHistory
The local router has joined the given tunnel operating in the given state.
tunnelJoined(String, HopConfig) - Method in class net.i2p.router.MessageHistory
The local router has joined the given tunnel operating in the given state.
tunnelJoined(Hash, long) - Method in class net.i2p.router.peermanager.ProfileManagerImpl
Note that the router agreed to participate in a tunnel
tunnelJoined(Hash, long) - Method in interface net.i2p.router.ProfileManager
Note that the router agreed to participate in a tunnel
tunnelLifetimePushed(Hash, long, long) - Method in class net.i2p.router.peermanager.ProfileManagerImpl
Non-blocking.
tunnelLifetimePushed(Hash, long, long) - Method in interface net.i2p.router.ProfileManager
Note that we were able to push the given amount of data through a tunnel that the peer is participating in
tunnelManager() - Method in class net.i2p.router.RouterContext
Coordinate this router's tunnels (its pools, participation, backup, etc).
TunnelManagerFacade - Interface in net.i2p.router
Manages tunnel creation, maintenance, and selection for encrypted routing.
TunnelPair(TunnelId, TunnelId) - Constructor for class net.i2p.client.I2PSession.TunnelPair
Inbound tunnel ID.
TunnelParticipant - Class in net.i2p.router.tunnel
Participates in a tunnel at an intermediate hop (not gateway or endpoint).
TunnelParticipant(RouterContext, HopConfig, HopProcessor) - Constructor for class net.i2p.router.tunnel.TunnelParticipant
Construct for intermediate tunnel participant (not endpoint).
TunnelParticipant(RouterContext, InboundEndpointProcessor) - Constructor for class net.i2p.router.tunnel.TunnelParticipant
Construct for inbound tunnel endpoint.
tunnelParticipantRejected(Hash, String) - Method in class net.i2p.router.MessageHistory
 
TunnelParticipatingFastestHelper - Class in net.i2p.router.web.helpers
Helper for fastest participating tunnels page rendering and form processing.
TunnelParticipatingFastestHelper() - Constructor for class net.i2p.router.web.helpers.TunnelParticipatingFastestHelper
TunnelParticipatingFastestHelper.
TunnelParticipatingHelper - Class in net.i2p.router.web.helpers
Helper for participating tunnels page rendering and form processing.
TunnelParticipatingHelper() - Constructor for class net.i2p.router.web.helpers.TunnelParticipatingHelper
TunnelParticipatingHelper.
TunnelPeerCountHelper - Class in net.i2p.router.web.helpers
Helper for tunnel peer count page rendering and form processing.
TunnelPeerCountHelper() - Constructor for class net.i2p.router.web.helpers.TunnelPeerCountHelper
TunnelPeerCountHelper.
TunnelPeerSelector - Class in net.i2p.router.tunnel.pool
Coordinate the selection of peers to go into a tunnel for one particular pool.
TunnelPeerSelector(RouterContext) - Constructor for class net.i2p.router.tunnel.pool.TunnelPeerSelector
TunnelPeerSelector.
TunnelPeerSelector.Excluder - Class in net.i2p.router.tunnel.pool
Excluder that automatically adds peers to the set when they should be excluded.
TunnelPool - Class in net.i2p.router.tunnel.pool
A group of tunnels for the router or a particular client, in a single direction.
TunnelPool(RouterContext, TunnelPoolManager, TunnelPoolSettings, TunnelPeerSelector) - Constructor for class net.i2p.router.tunnel.pool.TunnelPool
Tunnel pool
TunnelPoolManager - Class in net.i2p.router.tunnel.pool
Manage all the exploratory and client tunnel pools.
TunnelPoolManager(RouterContext) - Constructor for class net.i2p.router.tunnel.pool.TunnelPoolManager
 
TunnelPoolSettings - Class in net.i2p.router
Wrap up the settings for a pool of tunnels.
TunnelPoolSettings(boolean) - Constructor for class net.i2p.router.TunnelPoolSettings
Exploratory tunnel
TunnelPoolSettings(Hash, boolean) - Constructor for class net.i2p.router.TunnelPoolSettings
Client tunnel unless dest == null
tunnelRejected(Hash, TunnelId, Hash, String) - Method in class net.i2p.router.MessageHistory
The peer did not accept the tunnel join for the given reason
tunnelRejected(Hash, long, int) - Method in class net.i2p.router.peermanager.ProfileManagerImpl
Note that a router explicitly rejected joining a tunnel.
tunnelRejected(Hash, long, int) - Method in interface net.i2p.router.ProfileManager
Note that a router explicitly rejected joining a tunnel
TunnelRemovalEvent - Class in net.i2p.client
TunnelRemovalEvent.
TunnelRemovalEvent(String, TunnelId, boolean, TunnelRemovalEvent.RemovalReason) - Constructor for class net.i2p.client.TunnelRemovalEvent
Create a new tunnel removal event.
TunnelRemovalEvent.RemovalReason - Enum in net.i2p.client
RemovalReason.
tunnelRemoved(TunnelRemovalEvent) - Method in interface net.i2p.client.TunnelStatusListener
Called when a tunnel is removed from a client tunnel pool.
TunnelRenderer - Class in net.i2p.router.web.helpers
For /tunnels.jsp, used by TunnelHelper.
TunnelRenderer(RouterContext) - Constructor for class net.i2p.router.web.helpers.TunnelRenderer
TunnelRenderer.
tunnelRequestTimedOut(Hash, TunnelId) - Method in class net.i2p.router.MessageHistory
The peer did not accept the tunnel join for the given reason (this may be because of a timeout or an explicit refusal).
tunnelStartTime - Variable in class net.i2p.router.message.OutboundCache
Tracks when each tunnel was first selected for a source-destination pair, to prevent rapid tunnel switching that causes out-of-order delivery and unnecessary NACKs in the streaming layer.
TunnelStatusListener - Interface in net.i2p.client
Listener for tunnel status changes.
TunnelTestStatus - Enum in net.i2p.router
Test status for tunnel testing display
tunnelTestSucceeded(Hash, long) - Method in class net.i2p.router.peermanager.ProfileManagerImpl
Note that a tunnel that the router is participating in was successfully tested with the given round trip latency Non-blocking.
tunnelTestSucceeded(Hash, long) - Method in interface net.i2p.router.ProfileManager
Note that a tunnel that the router is participating in was successfully tested with the given round trip latency
tunnelTimedOut(Hash) - Method in class net.i2p.router.peermanager.ProfileManagerImpl
Note that a router did not respond to a tunnel join.
tunnelTimedOut(Hash) - Method in interface net.i2p.router.ProfileManager
Note that a router timed out joining a tunnel
tunnelValid(TunnelInfo, long) - Method in class net.i2p.router.MessageHistory
Note that we have reason to believe that the given tunnel is valid, since we could do something through it in the given amount of time
TWO - Static variable in class net.i2p.crypto.eddsa.math.Constants
method comment
TWO - Variable in class net.i2p.crypto.eddsa.math.Field
TWO.
TXT - Class in org.minidns.record
DNS TXT record payload for arbitrary text data.
Contains one or more text strings, commonly used for verification, policies, or other metadata.
TXT(byte[]) - Constructor for class org.minidns.record.TXT
 
type - Variable in class i2p.susi.webmail.MailPart
encoding non-null
type - Variable in class net.i2p.router.news.NewsMetadata.Update
The update type (su3, su2, etc.)
type - Variable in class org.klomp.snark.Message
The message type
type - Variable in class org.minidns.dnsmessage.Question
The question type (e.g.
type - Variable in class org.minidns.record.Record
The type (and payload type) of this record.
type - Variable in class org.rrd4j.core.timespec.TimeSpec
 
TYPE_ABSOLUTE - Static variable in class org.rrd4j.core.timespec.TimeSpec
Time specification represents an absolute date/time.
TYPE_ACK - Static variable in class net.i2p.router.transport.udp.PacketBuilder2
SSU2 packet type constant for debugging/stats
TYPE_COMMENT - Static variable in class org.klomp.snark.ExtensionHandler
 
TYPE_CONF - Static variable in class net.i2p.router.transport.udp.PacketBuilder2
SSU2 packet type constant for debugging/stats
TYPE_CONNECT - Static variable in class net.i2p.i2ptunnel.TunnelController
all of these
TYPE_CREAT - Static variable in class net.i2p.router.transport.udp.PacketBuilder2
SSU2 packet type constant for debugging/stats
TYPE_DEST - Static variable in class net.i2p.data.i2cp.BlindingInfoMessage
Endpoint type for destination
TYPE_DESTROY - Static variable in class net.i2p.router.transport.udp.PacketBuilder2
SSU2 packet type constant for debugging/stats
TYPE_DHT - Static variable in class org.klomp.snark.ExtensionHandler
not using the option bit since the compact format is different
TYPE_DMG - Static variable in class net.i2p.crypto.SU3File
 
TYPE_END - Static variable in class org.rrd4j.core.timespec.TimeSpec
Time specification is relative to the end of the time range.
TYPE_EXE - Static variable in class net.i2p.crypto.SU3File
 
TYPE_FIRST - Static variable in class net.i2p.router.transport.udp.PacketBuilder2
For debugging and stats only - does not go out on the wire.
TYPE_HASH - Static variable in class net.i2p.data.i2cp.BlindingInfoMessage
Endpoint type for hash
TYPE_HOST - Static variable in class net.i2p.data.i2cp.BlindingInfoMessage
Endpoint type for hostname
TYPE_HTML - Static variable in class net.i2p.crypto.SU3File
 
TYPE_HTTP_BIDIR_SERVER - Static variable in class net.i2p.i2ptunnel.TunnelController
 
TYPE_HTTP_CLIENT - Static variable in class net.i2p.i2ptunnel.TunnelController
 
TYPE_HTTP_SERVER - Static variable in class net.i2p.i2ptunnel.TunnelController
 
TYPE_INTRO - Static variable in class net.i2p.router.transport.udp.PacketBuilder2
SSU2 packet type constant for debugging/stats
TYPE_IRC_CLIENT - Static variable in class net.i2p.i2ptunnel.TunnelController
 
TYPE_IRC_SERVER - Static variable in class net.i2p.i2ptunnel.TunnelController
 
TYPE_KEY - Static variable in class net.i2p.data.i2cp.BlindingInfoMessage
Endpoint type for key
TYPE_LOCAL - Static variable in class net.i2p.router.tunnel.FragmentHandler
local delivery
TYPE_METADATA - Static variable in class org.klomp.snark.ExtensionHandler
Metadata extension type string.
TYPE_OFFSET - Static variable in class net.i2p.router.transport.udp.SSU2Util
Offset of message type in header
TYPE_PEX - Static variable in class org.klomp.snark.ExtensionHandler
not ut_pex since the compact format is different
TYPE_PUNCH - Static variable in class net.i2p.router.transport.udp.PacketBuilder2
SSU2 packet type constant for debugging/stats
TYPE_RESP - Static variable in class net.i2p.router.transport.udp.PacketBuilder2
SSU2 packet type constant for debugging/stats
TYPE_ROUTER - Static variable in class net.i2p.router.tunnel.FragmentHandler
router delivery
TYPE_RREQ - Static variable in class net.i2p.router.transport.udp.PacketBuilder2
SSU2 packet type constant for debugging/stats
TYPE_SOCKS - Static variable in class net.i2p.i2ptunnel.TunnelController
 
TYPE_SOCKS_IRC - Static variable in class net.i2p.i2ptunnel.TunnelController
 
TYPE_SREQ - Static variable in class net.i2p.router.transport.udp.PacketBuilder2
SSU2 packet type constant for debugging/stats
TYPE_START - Static variable in class org.rrd4j.core.timespec.TimeSpec
Time specification is relative to the start of the time range.
TYPE_STD_CLIENT - Static variable in class net.i2p.i2ptunnel.TunnelController
 
TYPE_STD_SERVER - Static variable in class net.i2p.i2ptunnel.TunnelController
 
TYPE_STREAMR_CLIENT - Static variable in class net.i2p.i2ptunnel.TunnelController
Client in the UI and I2P side but a server on the localhost side
TYPE_STREAMR_SERVER - Static variable in class net.i2p.i2ptunnel.TunnelController
Server in the UI and I2P side but a client on the localhost side
TYPE_TBC - Static variable in class net.i2p.router.transport.udp.PacketBuilder2
SSU2 packet type constant for debugging/stats
TYPE_TCB - Static variable in class net.i2p.router.transport.udp.PacketBuilder2
SSU2 packet type constant for debugging/stats
TYPE_TFA - Static variable in class net.i2p.router.transport.udp.PacketBuilder2
SSU2 packet type constant for debugging/stats
TYPE_TTA - Static variable in class net.i2p.router.transport.udp.PacketBuilder2
SSU2 packet type constant for debugging/stats
TYPE_TUNNEL - Static variable in class net.i2p.router.tunnel.FragmentHandler
tunnel delivery
TYPE_TXT_GZ - Static variable in class net.i2p.crypto.SU3File
 
TYPE_UNDEF - Static variable in class net.i2p.router.tunnel.FragmentHandler
undefined delivery
TYPE_XML - Static variable in class net.i2p.crypto.SU3File
 
TYPE_XML_GZ - Static variable in class net.i2p.crypto.SU3File
 
TYPE_ZIP - Static variable in class net.i2p.crypto.SU3File
The file type is advisory and is application-dependent.
typeCovered - Variable in class org.minidns.record.RRSIG
The type of RRset covered by this signature.
types - Variable in class org.minidns.record.NSEC
The RR types existing at the owner name.
types - Variable in class org.minidns.record.NSEC3
The RR types existing at the original owner name.
tz - Variable in class org.rrd4j.graph.RrdGraphDef
Time zone used for time axis labels.

U

UA_CLEARNET - Static variable in class net.i2p.util.DNSOverHTTPS
ESR version of Firefox, same as Tor Browser
UDP_ASSOCIATE - Static variable in class net.i2p.socks.SOCKS5Constants.Command
UDP_ASSOCIATE.
UDP_HEADER_SIZE - Static variable in class net.i2p.router.transport.udp.PacketBuilder
Same for IPv4 and IPv6
UDP_HEADER_SIZE - Static variable in class net.i2p.router.transport.udp.PacketBuilder2
Same for IPv4 and IPv6
UDPAddress - Class in net.i2p.router.transport.udp
Parses and caches the host, port, introducer list, MTU, and key data from a RouterAddress for the SSU and SSU2 transport styles.
UDPAddress(RouterAddress) - Constructor for class net.i2p.router.transport.udp.UDPAddress
Parse and cache router address data.
udpEnabled() - Method in class org.klomp.snark.I2PSnarkUtil
 
UDPEndpoint - Class in net.i2p.router.transport.udp
Coordinate the low-level datagram socket, creating and managing the UDPSender and UDPReceiver.
UDPEndpoint(RouterContext, UDPTransport, int, InetAddress) - Constructor for class net.i2p.router.transport.udp.UDPEndpoint
 
UDPPacket - Class in net.i2p.router.transport.udp
UDP datagram wrapper implementing CDPQEntry for priority queue dispatch.
udpPayloadSize - Variable in class org.minidns.edns.Edns
The UDP payload size.
UDPReceiver - Class in net.i2p.router.transport.udp
Receives raw UDP datagrams off the wire as fast as possible, controlled by the bandwidth limiter and the router's throttle.
UDPReceiver(RouterContext, UDPTransport, DatagramSocket, String, SocketListener) - Constructor for class net.i2p.router.transport.udp.UDPReceiver
Constructor name parameter.
UDPSender - Class in net.i2p.router.transport.udp
Lowest level UDP packet sender that pushes packets from its queue ASAP.
UDPSender(RouterContext, DatagramSocket, String, SocketListener) - Constructor for class net.i2p.router.transport.udp.UDPSender
Constructs a UDPSender with the given context, socket, name, and endpoint listener.
UDPSink - Class in net.i2p.i2ptunnel.udp
UDP sink implementation for streaming data.
UDPSink(InetAddress, int) - Constructor for class net.i2p.i2ptunnel.udp.UDPSink
 
UDPSink(DatagramSocket, InetAddress, int) - Constructor for class net.i2p.i2ptunnel.udp.UDPSink
 
UDPSorters - Class in net.i2p.router.web.helpers
Comparators for various columns
UDPSorters() - Constructor for class net.i2p.router.web.helpers.UDPSorters
 
UDPSorters.AlphaComparator - Class in net.i2p.router.web.helpers
Comparator for sorting UDP peers by peer hash in ascending order.
UDPSorters.CwndComparator - Class in net.i2p.router.web.helpers
Comparator for sorting UDP peers by congestion window in ascending order.
UDPSorters.DupComparator - Class in net.i2p.router.web.helpers
Comparator for sorting UDP peers by duplicate packets received in ascending order.
UDPSorters.IdleInComparator - Class in net.i2p.router.web.helpers
Comparator for sorting UDP peers by inbound idle time in ascending order.
UDPSorters.IdleOutComparator - Class in net.i2p.router.web.helpers
Comparator for sorting UDP peers by outbound idle time in ascending order.
UDPSorters.MTUComparator - Class in net.i2p.router.web.helpers
Comparator for sorting UDP peers by maximum transmission unit in ascending order.
UDPSorters.PeerComparator - Class in net.i2p.router.web.helpers
Base comparator for UDP peers that falls back to peer hash comparison.
UDPSorters.RateInComparator - Class in net.i2p.router.web.helpers
Comparator for sorting UDP peers by inbound rate in ascending order.
UDPSorters.RateOutComparator - Class in net.i2p.router.web.helpers
Comparator for sorting UDP peers by outbound rate in ascending order.
UDPSorters.RecvCountComparator - Class in net.i2p.router.web.helpers
Comparator for sorting UDP peers by received messages count in ascending order.
UDPSorters.ResendComparator - Class in net.i2p.router.web.helpers
Comparator for sorting UDP peers by retransmitted packets in ascending order.
UDPSorters.RTOComparator - Class in net.i2p.router.web.helpers
Comparator for sorting UDP peers by retransmission timeout in ascending order.
UDPSorters.RTTComparator - Class in net.i2p.router.web.helpers
Comparator for sorting UDP peers by round trip time in ascending order.
UDPSorters.SendCountComparator - Class in net.i2p.router.web.helpers
Comparator for sorting UDP peers by sent messages count in ascending order.
UDPSorters.SkewComparator - Class in net.i2p.router.web.helpers
Comparator for sorting UDP peers by clock skew in ascending order.
UDPSorters.SsthreshComparator - Class in net.i2p.router.web.helpers
Comparator for sorting UDP peers by slow start threshold in ascending order.
UDPSorters.UptimeComparator - Class in net.i2p.router.web.helpers
Comparator for sorting UDP peers by uptime in ascending order.
UDPSource - Class in net.i2p.i2ptunnel.udp
UDP source implementation for streaming data.
UDPSource(int) - Constructor for class net.i2p.i2ptunnel.udp.UDPSource
Creates a source listening on the specified port.
UDPSource(DatagramSocket) - Constructor for class net.i2p.i2ptunnel.udp.UDPSource
Creates a source using an existing socket (e.g., from UDPSink).
UDPTrackerClient - Class in org.klomp.snark
One of these for all trackers and info hashes.
UDPTrackerClient(I2PAppContext, I2PSession, I2PSnarkUtil) - Constructor for class org.klomp.snark.UDPTrackerClient
 
UDPTrackerClient.TrackerResponse - Class in org.klomp.snark
Represents a response from a UDP tracker.
This class encapsulates the tracker's response including peer lists, interval information, and any error messages.
UDPTransport - Class in net.i2p.router.transport.udp
SSU/SSU2 transport implementation with UDP endpoint management and packet dispatch.
UDPTransport(RouterContext, X25519KeyFactory) - Constructor for class net.i2p.router.transport.udp.UDPTransport
 
uidl - Variable in class i2p.susi.webmail.Mail
Unique ID assigned by the POP3 server
uidl - Variable in class i2p.susi.webmail.MailPart
the UIDL of the mail, same for all parts
UIMessages - Class in net.i2p.util
A queue of messages, where each has an ID number.
UIMessages(int) - Constructor for class net.i2p.util.UIMessages
 
UIMessages.Message - Class in net.i2p.util
Represents a single UI message with a unique identifier.
unannounce(byte[]) - Method in interface org.klomp.snark.dht.DHT
Remove reference to ourselves in the local tracker.
unannounce(InfoHash, Hash) - Method in class org.klomp.snark.dht.DHTTracker
Remove a peer from a torrent's peer list.
unannounce(byte[]) - Method in class org.klomp.snark.dht.KRPC
Remove reference to ourselves in the local tracker.
unbanlist(Hash) - Method in class net.i2p.router.MessageHistory
We unbanlisted the peer
unbanlistRouter(Hash) - Method in class net.i2p.router.Banlist
Remove a router from the banlist.
unbanlistRouter(Hash, String) - Method in class net.i2p.router.Banlist
Remove a router from the banlist for a specific transport.
unblind(SigningPrivateKey, SigningPrivateKey) - Static method in class net.i2p.crypto.Blinding
Only for SigType EdDSA_SHA512_Ed25519.
unblind(EdDSAPrivateKey, EdDSAPrivateKey) - Static method in class net.i2p.crypto.eddsa.EdDSABlinding
Unblind an EdDSA key using alpha.
UNCHOKE - Static variable in class org.klomp.snark.Message
U n c h o k e
unchokePeer() - Method in class org.klomp.snark.PeerCoordinator
(Optimistically) unchoke.
UNDEFINED_VERSION - Static variable in interface org.rrd4j.core.jrrd.Constants
Constant UNDEFINED_VERSION="UNDEF"
UNDEFINED_VERSION_AS_INT - Static variable in interface org.rrd4j.core.jrrd.Constants
Constant UNDEFINED_VERSION_AS_INT=-1
UnderscoreLabel - Class in org.minidns.dnslabel
A DNS label which begins with an underscore ('_').
UnderscoreLabel(String) - Constructor for class org.minidns.dnslabel.UnderscoreLabel
Create label
unencrypted - Variable in class net.i2p.router.transport.ntcp.NTCPConnection.PrepBuffer
Unencrypted data buffer
unescapeXMLChars(String) - Static method in class org.cybergarage.xml.XML
Unescapes XML entities in the input string.
unicastQuery - Variable in class org.minidns.record.Record
MDNS defines the highest bit of the class as the unicast query bit.
unifiedSidebar() - Method in class net.i2p.router.web.helpers.SidebarHelper
True if unified sidebar is enabled.
unifiedSidebar() - Method in class net.i2p.router.web.helpers.SidebarRenderer
unifiedSidebar.
unIgnoreEvents() - Method in class net.i2p.i2ptunnel.irc.EventReceiver
 
unIgnoreEvents() - Method in interface net.i2p.util.EventDispatcher
Almost like the method above :-)
unIgnoreEvents() - Method in class net.i2p.util.EventDispatcherImpl
 
uninstallargs - Variable in class net.i2p.router.startup.ClientAppConfig
The uninstall arguments.
UNINTERESTED - Static variable in class org.klomp.snark.Message
U n i n t e r e s t e d
unit - Variable in class org.rrd4j.graph.RrdGraphDef
Unit string displayed on the y-axis.
unit - Variable in class org.rrd4j.graph.ValueScaler.Scaled
The unit
UNIT_MARKER - Static variable in class org.rrd4j.graph.PrintText
Unit marker regex pattern.
UNIT_PATTERN - Static variable in class org.rrd4j.graph.PrintText
Compiled unit pattern.
unitsexponent - Variable in class org.rrd4j.graph.ImageParameters
Unit exponent for SI unit scaling
unitsExponent - Variable in class org.rrd4j.graph.RrdGraphDef
The 10**unitsExponent scaling for y-axis values.
unitslength - Variable in class org.rrd4j.graph.ImageParameters
Length available for unit labels
unitsLength - Variable in class org.rrd4j.graph.RrdGraphDef
Character width reserved for y-axis labels on the left side.
UnivalArray - Class in org.rrd4j.core.jrrd
This class is used to read a unival from a file unival is a rrdtool type, defined in rrd_format.h
UnivalArray(RRDFile, int) - Constructor for class org.rrd4j.core.jrrd.UnivalArray
Read an UnivalArray from a rrd native file at the current position
UNKNOWN - Class in org.minidns.record
DNS record payload for unknown or unsupported record types.
Provides raw byte-level access to record data when the specific record type is not recognized by the library.
UNKNOWN_SESSION_ID - Static variable in class net.i2p.router.client.ClientManager
Sentinel session ID for unknown/unidentified sessions.
UnknownCPUException - Exception in freenet.support.CPUInformation
UnknownCPUException Extends RuntimeException.
UnknownCPUException() - Constructor for exception freenet.support.CPUInformation.UnknownCPUException
UnknownCPUException.
UnknownCPUException(String) - Constructor for exception freenet.support.CPUInformation.UnknownCPUException
UnknownCPUException.
unknownDatapoints - Variable in class org.rrd4j.core.jrrd.CDPStatusBlock
Number of unknown datapoints
UnknownEdnsOption - Class in org.minidns.edns
EDNS option for unknown option codes.
UnknownEdnsOption(int, byte[]) - Constructor for class org.minidns.edns.UnknownEdnsOption
Creates a new unknown EDNS option with the specified option code and data.
UnknownI2NPMessage - Class in net.i2p.data.i2np
This is similar to DataMessage or GarlicMessage but with a variable message type.
UnknownI2NPMessage(I2PAppContext, int) - Constructor for class net.i2p.data.i2np.UnknownI2NPMessage
 
unknownMessage(int, byte[]) - Method in class org.klomp.snark.PeerState
Handle an unknown message type from the peer.
unknownMessageReceived(String, String, Properties) - Method in class net.i2p.sam.client.SAMClientEventListenerImpl
 
unknownMessageReceived(String, String, Properties) - Method in class net.i2p.sam.client.SAMEventHandler
unknownMessageReceived.
unknownMessageReceived(String, String, Properties) - Method in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
params).
unknownSeconds - Variable in class org.rrd4j.core.jrrd.PDPStatusBlock
number of seconds of unknown data
unlessAdvanced(String) - Method in class net.i2p.i2ptunnel.web.EditBean
 
unloadControllers() - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Stop and remove reference to all known tunnels (but don't delete any config file or do other silly things)
unlock() - Method in class org.cybergarage.upnp.Action
Unlocks the mutex for this action.
unlock() - Method in class org.cybergarage.upnp.ControlPoint
Unlock the mutex
unlock() - Method in class org.cybergarage.upnp.Device
unlock.
unlock() - Method in class org.cybergarage.upnp.Service
Releases exclusive lock on this service.
unlock() - Method in class org.cybergarage.util.Mutex
Releases the lock and notifies all waiting threads.
unlocks - Variable in class org.rrd4j.core.RrdSafeFileBackend.Counters
Unlock count
UnmodifiableSortedSet<E> - Class in net.i2p.util
Efficient implementation of a SortedSet stored in a fixed-size array.
UnmodifiableSortedSet(SortedSet<? extends E>) - Constructor for class net.i2p.util.UnmodifiableSortedSet
 
UnmodifiableSortedSet(SortedSet<? extends E>, Comparator<? super E>) - Constructor for class net.i2p.util.UnmodifiableSortedSet
 
UnmodifiableSortedSet(Set<? extends E>) - Constructor for class net.i2p.util.UnmodifiableSortedSet
 
UnmodifiableSortedSet(Set<? extends E>, Comparator<? super E>) - Constructor for class net.i2p.util.UnmodifiableSortedSet
 
UnmodifiableSortedSet(Collection<? extends E>) - Constructor for class net.i2p.util.UnmodifiableSortedSet
Warning: O(n**2)
UnmodifiableSortedSet(Collection<? extends E>, Comparator<? super E>) - Constructor for class net.i2p.util.UnmodifiableSortedSet
Warning: O(n**2)
unpackPublicKey(PolyVec, byte[]) - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMIndCpa
unpackPublicKey.
unpackSecretKey(PolyVec, byte[]) - Method in class org.bouncycastle.pqc.crypto.mlkem.MLKEMIndCpa
unpackSecretKey.
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.dummy.DummyNetworkDatabaseFacade
Remove a key from publication
unpublish(LeaseSet) - Method in class net.i2p.router.NetworkDatabaseFacade
Unpublish a LeaseSet from the network database.
unpublish(LeaseSet) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
unregister(ClientApp) - Method in interface net.i2p.app.ClientAppManager
Unregister with the manager.
unregister(ClientApp) - Method in class net.i2p.app.ClientAppManagerImpl
Unregister with the manager.
unregister(ClientApp) - Method in class net.i2p.router.startup.RouterAppManager
Unregister with the manager.
unregister(Updater, UpdateType, UpdateMethod) - Method in class net.i2p.router.update.ConsoleUpdateManager
unregister.
unregister(Checker, UpdateType, UpdateMethod) - Method in class net.i2p.router.update.ConsoleUpdateManager
unregister.
unregister() - Method in class net.i2p.router.web.WrapperListener
Unregister the handler for signals
unregister(Handler) - Method in class net.i2p.sam.SAMBridge
Handlers must call on stop
unregister(SAMv3Handler) - Method in class net.i2p.sam.SAMHandlerPool
Remove a handler's socket from the pool.
unregister(Updater, UpdateType, UpdateMethod) - Method in interface net.i2p.update.UpdateManager
Unregister an updater.
unregister(Checker, UpdateType, UpdateMethod) - Method in interface net.i2p.update.UpdateManager
Unregister a checker.
unregister(String) - Method in class net.i2p.util.PortMapper
Remove the service
unregister(String, int) - Method in class net.i2p.util.PortMapper
Remove the service, only if it is registered with the supplied port.
unregisterApp(String) - Method in interface net.i2p.app.NavService
 
unregisterApp(String) - Method in class net.i2p.router.web.NavHelper
 
unregisterConnection(ClientConnectionRunner) - Method in class net.i2p.router.client.ClientManager
Remove all sessions for this runner.
unregisterEncryptedDestination(ClientConnectionRunner, Hash) - Method in class net.i2p.router.client.ClientManager
Remove the hash for the encrypted LS.
unregisterHandlerFromPool(SAMv3Handler) - Method in class net.i2p.sam.SAMBridge
Remove a v3 handler from the shared handler pool.
unregisterKeys(Destination) - Method in class net.i2p.router.KeyManager
Unregister keys for a destination, removing them from memory.
unregisterListener(NamingServiceListener) - Method in class net.i2p.client.naming.MetaNamingService
 
unregisterListener(NamingServiceListener) - Method in class net.i2p.client.naming.NamingService
Unregister a listener for naming service changes.
unregisterMetaDest(Destination) - Method in class net.i2p.router.client.ClientManager
Declare that we're no longer going to publish a meta LS for this destination.
unregisterMetaDest(Destination) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
Declare that we're no longer going to publish a meta LS for this destination.
unregisterMetaDest(Destination) - Method in class net.i2p.router.ClientManagerFacade
Declare that we're no longer going to publish a meta LS for this destination.
unregisterPending(OutNetMessage) - Method in class net.i2p.router.transport.OutboundMessageRegistry
 
unregisterPortMappings() - Method in class net.i2p.router.transport.UPnP
unregisterPortMappings.
unregisterSession(SessionId, Destination) - Method in class net.i2p.router.client.ClientManager
Remove only the following session.
unregisterShutdownHook() - Method in class org.rrd4j.core.RrdSyncThreadPool
Unregisters the shutdown hook installed by RrdSyncThreadPool.registerShutdownHook().
unregisterSignalHandler() - Static method in class net.i2p.router.web.ConfigServiceHandler
Unregister the handler for signals
unregisterTransport(Transport) - Method in class net.i2p.router.CommSystemFacade
Unregister a transport from the comm system.
unregisterTransport(Transport) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Pluggable transports.
unregisterUpdater(NamingServiceUpdater) - Method in class net.i2p.client.naming.NamingService
Unregister an updater for the naming service.
unset(int, int) - Method in class com.google.zxing.common.BitMatrix
Sets the given bit to false.
UnsignedUpdateChecker - Class in net.i2p.router.update
Does a simple EepHead to get the last-modified header.
UnsignedUpdateChecker(RouterContext, ConsoleUpdateManager, List<URI>, long) - Constructor for class net.i2p.router.update.UnsignedUpdateChecker
UnsignedUpdateChecker.
unsignedUpdateConstraint() - Static method in class net.i2p.router.web.NewsHelper
Translated message about new version available but constrained
UnsignedUpdateHandler - Class in 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) - Constructor for class net.i2p.router.update.UnsignedUpdateHandler
UnsignedUpdateHandler.
UnsignedUpdateRunner - Class in 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>) - Constructor for class net.i2p.router.update.UnsignedUpdateRunner
UnsignedUpdateRunner.
unsignedUpdateVersion() - Static method in class net.i2p.router.web.NewsHelper
 
unsignedVersionDownloaded() - Static method in class net.i2p.router.web.NewsHelper
Already downloaded but not installed version
UNSPECIFIED_API_VERSION - Static variable in exception net.i2p.i2pcontrol.servlets.jsonrpc2handlers.JSONRPC2ExtendedError
Invalid JSON-RPC 2.0, implementation defined error (-32099 ..
UNSUBSCRIBE - Static variable in class org.cybergarage.http.HTTP
UNSUBSCRIBE HTTP method (used by UPnP eventing)
unsubscribe(Service) - Method in class org.cybergarage.upnp.ControlPoint
 
unsubscribe(Device) - Method in class org.cybergarage.upnp.ControlPoint
 
unsubscribe() - Method in class org.cybergarage.upnp.ControlPoint
Unsubscribe from all services
UNSUBSCRIBE_METHOD - Static variable in class org.cybergarage.upnp.event.Subscription
UNSUBSCRIBE_METHOD.
UNSUPPORTED_API_VERSION - Static variable in exception net.i2p.i2pcontrol.servlets.jsonrpc2handlers.JSONRPC2ExtendedError
Invalid JSON-RPC 2.0, implementation defined error (-32099 ..
UnsupportedCryptoException - Exception in net.i2p.router.networkdb.kademlia
Signature verification failed because the sig type is unknown or unavailable.
UnsupportedCryptoException(String) - Constructor for exception net.i2p.router.networkdb.kademlia.UnsupportedCryptoException
UnsupportedCryptoException.
UnsupportedCryptoException(String, Throwable) - Constructor for exception net.i2p.router.networkdb.kademlia.UnsupportedCryptoException
UnsupportedCryptoException.
UNTESTED_EXTENSION_MS - Static variable in class net.i2p.router.tunnel.pool.ExpireJob
How long to extend an UNTESTED tunnel's expiry each time.
update(byte[], int, int) - Method in class com.southernstorm.noise.crypto.Poly1305
Updates the message authenticator with more input data.
update(AddressBook, AddressBook, File, SubscriptionList, Log) - Static method in class 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 method in class net.i2p.addressbook.Daemon
Update the router and published address books using remote data from the subscribed address books listed in subscriptions.
update(Map<String, String>, String) - Static method in class net.i2p.addressbook.Daemon
Run an update, using the Map settings to provide the parameters.
update(Properties) - Method in class net.i2p.addressbook.DaemonThread
The NamingServiceUpdater interface.
update(int, String, String, String) - Method in interface net.i2p.app.NotificationService
Update the text of a notification if possible.
update(String, Destination, Properties) - Method in class net.i2p.client.naming.NamingService
Fails if entry did not previously exist.
update(Properties) - Method in interface net.i2p.client.naming.NamingServiceUpdater
Should not block.
update(int, String, String, String) - Method in class net.i2p.desktopgui.ExternalMain
Update the text of a notification if possible.
update(int, String, String, String) - Method in class net.i2p.desktopgui.Main
Update the text of a notification if possible.
update(Map<Hash, DestTracker>) - Method in class net.i2p.i2ptunnel.access.ExplicitFilterDefinitionElement
 
update(Map<Hash, DestTracker>) - Method in class net.i2p.i2ptunnel.access.FileFilterDefinitionElement
 
update(Map<Hash, DestTracker>) - Method in class net.i2p.i2ptunnel.access.FilterDefinitionElement
Updates the provided map with the hash(es) of remote destinations mentioned in this element
Update() - Constructor for class net.i2p.router.news.NewsMetadata.Update
 
update(Set<TransportManager.Port>) - Method in class 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() - Method in class net.i2p.router.Tuner.BaseParam
Main tuning loop for this param.
update() - Method in interface net.i2p.router.Tuner.TunableParam
Update the runtime value
update(UpdateType) - Method in class net.i2p.router.update.ConsoleUpdateManager
Non-blocking.
update(UpdateType, String) - Method in class net.i2p.router.update.ConsoleUpdateManager
Non-blocking.
update(UpdateType, long) - Method in class net.i2p.router.update.ConsoleUpdateManager
Non-blocking.
update(UpdateType, String, long) - Method in class net.i2p.router.update.ConsoleUpdateManager
Non-blocking.
update() - Method in class net.i2p.router.update.DevSU3UpdateChecker
 
update(UpdateType, UpdateMethod, List<URI>, String, String, long) - Method in class net.i2p.router.update.DevSU3UpdateHandler
Start a download and return a handle to the download task.
update() - Method in class net.i2p.router.update.DevSU3UpdateRunner
Get the file
update(UpdateType, UpdateMethod, List<URI>, String, String, long) - Method in class net.i2p.router.update.DummyHandler
Spins off an UpdateTask that sleeps
update() - Method in class net.i2p.router.update.PluginUpdateChecker
update.
update(UpdateType, UpdateMethod, List<URI>, String, String, long) - Method in class net.i2p.router.update.PluginUpdateHandler
download a single plugin
update() - Method in class net.i2p.router.update.PluginUpdateRunner
update.
update(UpdateType, UpdateMethod, List<URI>, String, String, long) - Method in class net.i2p.router.update.UnsignedUpdateHandler
Start a download and return a handle to the download task.
update() - Method in class net.i2p.router.update.UnsignedUpdateRunner
Get the file
update(UpdateType, UpdateMethod, List<URI>, String, String, long) - Method in class net.i2p.router.update.UpdateHandler
Start a download and return a handle to the download task.
update() - Method in class net.i2p.router.update.UpdateRunner
Loop through the entire list of update URLs.
update(UpdateType) - Method in interface net.i2p.update.UpdateManager
Non-blocking.
update(UpdateType, String) - Method in interface net.i2p.update.UpdateManager
Non-blocking.
update(UpdateType, long) - Method in interface net.i2p.update.UpdateManager
Non-blocking.
update(UpdateType, String, long) - Method in interface net.i2p.update.UpdateManager
Non-blocking.
update(UpdateType, UpdateMethod, List<URI>, String, String, long) - Method in interface net.i2p.update.Updater
Start a download and return a handle to the download task.
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.KeccakDigest
update.
update(byte[], int, int) - Method in class org.bouncycastle.crypto.digests.KeccakDigest
update.
update(byte) - Method in class org.bouncycastle.crypto.digests.LongDigest
 
update(byte[], int, int) - Method in class org.bouncycastle.crypto.digests.LongDigest
 
update(UpdateType, UpdateMethod, List<URI>, String, String, long) - Method in class org.klomp.snark.UpdateHandler
Start a download and return a handle to the download task.
update(double[]) - Method in interface org.rrd4j.core.Robin
update.
update(double[]) - Method in class org.rrd4j.core.RobinArray
update.
update(double[]) - Method in class org.rrd4j.core.RobinMatrix
update.
update() - Method in class org.rrd4j.core.Sample
Stores sample in the corresponding RRD.
UPDATE_FILE - Static variable in class net.i2p.router.Router
UPDATE_FILE.
updateAcks(PacketLocal) - Method in class net.i2p.client.streaming.impl.MessageInputStream
Updates the ACK and NACK fields of a packet based on current stream state.
updateActivity() - Method in class net.i2p.client.impl.I2PSessionImpl
Update the last activity timestamp
updateActivity() - Method in class net.i2p.client.impl.SubSession
 
updateAddress() - Method in interface net.i2p.router.transport.Transport
Request transport to update its addresses based on current conditions.
updateAddress() - Method in class net.i2p.router.transport.TransportImpl
Ask the transport to update its address based on current information and return it Transports should override.
updateAddress() - Method in class net.i2p.router.transport.udp.UDPTransport
Rebuild to get updated cost and introducers.
updateAll(ConnectionOptions) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
Copy all parent-class options then overlay ours from opts.
updateAll(RouterContext) - Static method in class net.i2p.router.web.PluginStarter
threaded
updateAllIntervals(long) - Static method in class net.i2p.router.util.CoDelBlockingQueue
Update interval on all active CoDelBlockingQueue instances.
updateAllIntervals(long) - Static method in class net.i2p.router.util.CoDelPriorityBlockingQueue
Update the interval for all active instances.
updateAllMaxDropProbability(float) - Static method in class net.i2p.util.SyntheticREDQueue
Update max drop probability on all active instances.
updateAllMaxThresholds(int) - Static method in class net.i2p.util.SyntheticREDQueue
Update max threshold on all active instances.
updateAllMinThresholds(int) - Static method in class net.i2p.util.SyntheticREDQueue
Update min threshold on all active instances.
updateAllTargets(long) - Static method in class net.i2p.router.util.CoDelBlockingQueue
Update target on all active CoDelBlockingQueue instances.
updateAllTargets(long) - Static method in class net.i2p.router.util.CoDelPriorityBlockingQueue
Update the target delay for all active instances.
updateAvailable() - Method in class net.i2p.router.web.ConfigUpdateHelper
updateAvailable.
updateBandwidth(I2PSessionImpl) - Method in class net.i2p.client.impl.I2CPMessageProducer
Update bandwidth limits.
updateConfig(String, boolean, boolean, String, String, String, String, String, String, String, String, String, String, String, String, boolean, boolean, String, String, boolean, boolean, String, boolean, boolean, boolean, boolean, boolean, boolean, String, String) - Method in class org.klomp.snark.SnarkManager
all params may be null or need trimming
updateConfigId() - Method in class org.cybergarage.upnp.Device
updateConfigId.
updateConfigId() - Method in class org.cybergarage.upnp.Service
Updates the configuration ID for this service based on its SCPD XML.
updateConstraint() - Static method in class net.i2p.router.web.NewsHelper
Release update only.
updated - Variable in class net.i2p.router.news.BlocklistEntries
Updated timestamp as milliseconds since epoch.
updated - Variable in class net.i2p.router.news.CRLEntry
The last updated timestamp
updated - Variable in class net.i2p.router.news.NewsEntry
updated.
UPDATED - Static variable in class net.i2p.router.util.EventLog
UPDATED.
updateDevSU3() - Method in class net.i2p.router.web.helpers.InfoHelper
updateDevSU3.
updateDownloadedAndVerified(UpdateType, int, String, File) - Method in interface net.i2p.update.UpdatePostProcessor
Notify the post-processor that an update has been downloaded and verified.
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.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(RouterContext, ConsoleUpdateManager) - Constructor for class net.i2p.router.update.UpdateHandler
UpdateHandler.
UpdateHandler - Class in 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 display the status to anyone who asks.
UpdateHandler() - Constructor for class net.i2p.router.web.UpdateHandler
UpdateHandler.
UpdateHandler(RouterContext) - Constructor for class net.i2p.router.web.UpdateHandler
UpdateHandler.
UpdateHandler - Class in org.klomp.snark
Handles the request to update the router by firing up a magnet.
UpdateHandler(I2PAppContext, UpdateManager, SnarkManager) - Constructor for class org.klomp.snark.UpdateHandler
 
updateInterestOps(int) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Update the cached interest ops
updateLastActiveTime() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Update last active time to now
updateLimits(int, int) - Method in class net.i2p.client.streaming.impl.ConnThrottler
 
updateLimits(int, int, long, long, long) - Method in class net.i2p.i2ptunnel.ConnThrottler
Updates the rate limiting configuration.
updateManager(RouterContext) - Static method in class net.i2p.router.web.UpdateHandler
 
UpdateManager - Interface in net.i2p.update
The central resource coordinating updates.
updateMaxRunners(int) - Method in class net.i2p.router.JobQueueScaler
Update the maximum runner limit (called when configuration changes).
updateMenu() - Method in class net.i2p.desktopgui.ExternalTrayManager
Update the menu
updateMenu() - Method in class net.i2p.desktopgui.InternalTrayManager
Update the menu
updateMenu() - Method in class net.i2p.desktopgui.TrayManager
Update the menu
updateMessageDeliveryStatus(Destination, MessageId, long, int) - Method in class 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 - Enum in net.i2p.update
Transport mechanism for getting something.
updateOptions(Properties) - Method in interface net.i2p.client.I2PSession
Pass updated options to the router.
updateOptions(Properties) - Method in class net.i2p.client.impl.I2PSessionImpl
Update the tunnel and bandwidth settings
updateOptions(Properties) - Method in class net.i2p.client.impl.I2PSimpleSession
Ignore, does nothing
updateOptions(Properties) - Method in class net.i2p.client.impl.SubSession
Does nothing for now
updateOptions() - Method in class net.i2p.client.streaming.impl.ConnectionManager
Update the throttler options
updateOptsFromShare(Connection) - Method in class net.i2p.client.streaming.impl.ConnectionManager
Update opts from share.
updateOptsFromShare(Connection) - Method in class net.i2p.client.streaming.impl.TCBShare
Retrieve cached TCB parameters and apply them to the connection's options.
updateParticipatingStats(int) - Method in class net.i2p.router.tunnel.TunnelDispatcher
Update stats for participating tunnels
updatePeerTestTimeAverage(float) - Method in class net.i2p.router.peermanager.PeerProfile
Update peer test time average.
updatePiecePriorities() - Method in class org.klomp.snark.PeerCoordinator
Maps file priorities to piece priorities.
updatePiecePriorities() - Method in class org.klomp.snark.Snark
Recalculate piece priorities
updatePolicy() - Method in class net.i2p.router.web.helpers.InfoHelper
updatePolicy.
UpdatePostProcessor - Interface in net.i2p.update
An external class to handle complex processing of update files, where necessary instead of simply copying i2pupdate.zip to the config dir.
Updater - Interface in net.i2p.update
Controls one or more types of updates.
UpdateRoutingKeyModifierJob - Class in net.i2p.router.tasks
Update the routing Key modifier every day at midnight (plus on startup).
UpdateRoutingKeyModifierJob(RouterContext) - Constructor for class net.i2p.router.tasks.UpdateRoutingKeyModifierJob
Create a new routing key modifier update job.
updateRTT(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
UpdateRunner - Class in net.i2p.router.update
The downloader for router signed updates, and the base class for all the other Checkers and Runners.
UpdateRunner(RouterContext, ConsoleUpdateManager, UpdateType, List<URI>) - Constructor for class net.i2p.router.update.UpdateRunner
Uses router version for partial checks
UpdateRunner(RouterContext, ConsoleUpdateManager, UpdateType, UpdateMethod, List<URI>) - Constructor for class net.i2p.router.update.UpdateRunner
Uses router version for partial checks
UpdateRunner(RouterContext, ConsoleUpdateManager, UpdateType, List<URI>, String) - Constructor for class net.i2p.router.update.UpdateRunner
Constructor with explicit current version.
UpdateRunner(RouterContext, ConsoleUpdateManager, UpdateType, UpdateMethod, List<URI>, String) - Constructor for class net.i2p.router.update.UpdateRunner
Full constructor.
UpdateRunner - Class in org.klomp.snark
The downloader for router signed updates.
UpdateRunner(I2PAppContext, UpdateManager, SnarkManager, UpdateType, List<URI>, String) - Constructor for class org.klomp.snark.UpdateRunner
Update runner
updates - Variable in class net.i2p.router.news.NewsMetadata.Release
The list of available updates
updateSession(PublicKey, HandshakeState, HandshakeState, ReplyCallback, SplitKeys) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
Inbound or outbound.
updateShareOpts() - Method in class net.i2p.client.streaming.impl.Connection
Update shared options from the TCB cache.
updateShareOpts(Connection) - Method in class net.i2p.client.streaming.impl.ConnectionManager
Update share opts.
updateShareOpts(Connection) - Method in class net.i2p.client.streaming.impl.TCBShare
Store the connection's current TCB parameters into the cache.
updateStats(Job, long, long, long) - Method in class net.i2p.router.JobQueue
Update stats
updateStatus(String) - Method in class net.i2p.router.update.UpdateRunner
updateStatus.
updateStatus(Snark) - Method in interface org.klomp.snark.CompleteListener
Called when the torrent status should be updated (e.g., peer count changed).
updateStatus(Snark) - Method in class org.klomp.snark.SnarkManager
A Snark.CompleteListener method.
updateStatus(Snark) - Method in class org.klomp.snark.UpdateRunner
This is called by stopTorrent() among others
UpdateTask - Interface in net.i2p.update
A running check or download.
updateThrottleFactors() - Method in class net.i2p.router.tunnel.TunnelDispatcher
Update cached transit throttle factors from router properties.
updateTunnelConfig(TunnelControllerGroup, int, TunnelConfig) - Static method in class net.i2p.i2ptunnel.ui.GeneralHelper
Update the config and if shared, adjust and save the config of other shared clients.
updateTunnelQuantities(Properties) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
Update tunnel quantities for the provided config from this TunnelConfig.
updateTunnels(I2PSessionImpl, int) - Method in class net.i2p.client.impl.I2CPMessageProducer
Update the tunnel count and settings.
updateTunnelTestTimeAverage(float) - Method in class net.i2p.router.peermanager.PeerProfile
Update the tunnel test time average with a new measurement.
UpdateType - Enum in net.i2p.update
What to update
updateUnsigned() - Method in class net.i2p.router.web.helpers.InfoHelper
updateUnsigned.
updateValues() - Method in class net.i2p.router.peermanager.PeerProfile
Update the speed, capacity, and integration values from the new values.
updateVersion() - Static method in class net.i2p.router.web.NewsHelper
Release update only.
updateVersionDownloaded() - Static method in class net.i2p.router.web.NewsHelper
Release update only.
UpdateWrapperManagerTask(int) - Constructor for class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.RouterManagerHandler.UpdateWrapperManagerTask
UpdateWrapperManagerTask.
uploaded(int) - Method in interface org.klomp.snark.BandwidthListener
Called when bytes are unconditionally sent.
uploaded(int) - Method in class org.klomp.snark.BandwidthManager
We unconditionally sent this many bytes
uploaded(int) - Method in class org.klomp.snark.Peer
Increments the upload counter for this peer.
uploaded(int) - Method in class org.klomp.snark.PeerCoordinator
Called when a peer has uploaded some bytes of a piece.
uploaded(int) - Method in class org.klomp.snark.PeerState
Called when some bytes have left the outgoing connection.
UPnP - Class in net.i2p.router.transport
UPnP.
UPnP(I2PAppContext, int, int, InetAddress[]) - Constructor for class net.i2p.router.transport.UPnP
UPnP.
UPnP - Class in org.cybergarage.upnp
Global utility class for UPnP framework configuration and operations.
UPnP() - Constructor for class org.cybergarage.upnp.UPnP
 
UPnP.IPv6ForwardPort - Class in net.i2p.router.transport
IPv6-specific port forwarding configuration.
UPNP_ERROR - Static variable in class org.cybergarage.soap.SOAP
UPNP_ERROR.
UPNP_ROOTDEVICE - Static variable in class org.cybergarage.upnp.Device
UPNP_ROOTDEVICE.
UPnPManager - Class in net.i2p.router.transport
Universal Plug and Play (UPnP) manager for NAT traversal and port forwarding.
UPnPManager(RouterContext, TransportManager) - Constructor for class net.i2p.router.transport.UPnPManager
UPnPManager.
UPnPScannerCallback - Interface in net.i2p.router.transport
For Android MulticastLock.
UPnPStatus - Class in org.cybergarage.upnp
Represents the status of UPnP operations and provides standard UPnP error codes.
UPnPStatus() - Constructor for class org.cybergarage.upnp.UPnPStatus
Creates a new UPnPStatus with default values (code 0, empty description).
UPnPStatus(int, String) - Constructor for class org.cybergarage.upnp.UPnPStatus
Creates a new UPnPStatus with the specified code and description.
UptimeComparator() - Constructor for class net.i2p.router.web.helpers.UDPSorters.UptimeComparator
 
URIUtil - Class in org.klomp.snark
URI Holder.
URIUtil() - Constructor for class org.klomp.snark.URIUtil
 
url - Variable in class net.i2p.router.web.App
Application URL
urlEncode(String) - Static method in class edu.internet2.ndt.NDTUtils
Utility method to encode the given string using UTF-8 encoding
urlencode(byte[]) - Static method in class org.klomp.snark.TrackerClient
Very lazy byte[] to URL encoder.
urlify(String) - Static method in class org.klomp.snark.web.I2PSnarkServlet
This is for a full URL.
UrlLauncher - Class in net.i2p.apps.systray
A quick and simple multi-platform URL launcher.
UrlLauncher(I2PAppContext, ClientAppManager, String[]) - Constructor for class net.i2p.apps.systray.UrlLauncher
ClientApp constructor used from clients.config
UrlLauncher() - Constructor for class net.i2p.apps.systray.UrlLauncher
Constructor from SysTray
URN_DEVICE - Static variable in class org.cybergarage.upnp.device.ST
URN_DEVICE.
URN_SERVICE - Static variable in class org.cybergarage.upnp.device.ST
URN_SERVICE.
usableCores() - Static method in class net.i2p.util.SystemVersion
calculate how many (virtual) cores should be actually used by a thread pool
usage() - Static method in class net.i2p.i2ptunnel.I2Ping
 
usage(List<String>) - Static method in class net.i2p.router.news.NewsCommandLine
Print usage information.
usage(List<String>) - Static method in class net.i2p.router.RouterCommandLine
usage.
USE_AUTH - Static variable in class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.JSONRPC2Helper
USE_AUTH.
USE_ECIES_FF - Static variable in class net.i2p.data.i2np.DatabaseLookupMessage
USE_ECIES_FF.
USE_IPV6_ADMINISTRATIVE_SCOPE - Static variable in class org.cybergarage.upnp.UPnP
Enable IPv6 administrative scope addresses.
USE_IPV6_GLOBAL_SCOPE - Static variable in class org.cybergarage.upnp.UPnP
Enable IPv6 global scope addresses.
USE_IPV6_LINK_LOCAL_SCOPE - Static variable in class org.cybergarage.upnp.UPnP
Enable IPv6 link-local scope addresses.
USE_IPV6_SITE_LOCAL_SCOPE - Static variable in class org.cybergarage.upnp.UPnP
Enable IPv6 site-local scope addresses.
USE_IPV6_SUBNET_SCOPE - Static variable in class org.cybergarage.upnp.UPnP
Enable IPv6 subnet scope addresses.
USE_LOOPBACK_ADDR - Static variable in class org.cybergarage.net.HostInterface
USE_LOOPBACK_ADDR.
USE_LOOPBACK_ADDR - Static variable in class org.cybergarage.upnp.UPnP
Enable loopback address usage.
USE_NO_AUTH - Static variable in class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.JSONRPC2Helper
USE_NO_AUTH.
USE_ONLY_IPV4_ADDR - Static variable in class org.cybergarage.net.HostInterface
USE_ONLY_IPV4_ADDR.
USE_ONLY_IPV4_ADDR - Static variable in class org.cybergarage.upnp.UPnP
Enable IPv4-only addressing mode.
USE_ONLY_IPV6_ADDR - Static variable in class org.cybergarage.net.HostInterface
USE_ONLY_IPV6_ADDR.
USE_ONLY_IPV6_ADDR - Static variable in class org.cybergarage.upnp.UPnP
Enable IPv6-only addressing mode.
USE_SSDP_SEARCHRESPONSE_MULTIPLE_INTERFACES - Static variable in class org.cybergarage.upnp.UPnP
Enable SSDP search responses on multiple interfaces.
USE_SU3_UPDATE - Static variable in class net.i2p.router.web.ConfigUpdateHandler
Only enabled if we have trusted public key certificates installed
useIPv6TempAddresses() - Static method in class net.i2p.util.Addresses
Checks if temporary IPv6 addresses are enabled system-wide.
useLegacySidebarGraph() - Method in class net.i2p.router.web.CSSHelper
Returns whether to use the legacy RRD4J minigraph renderer.
useLongElGamalExponent() - Method in class net.i2p.crypto.KeyGenerator
Whether to use a long (2048-bit) ElGamal exponent.
usePool() - Method in class org.rrd4j.core.RrdDb.Builder
Activate the pool usage.
USER_AGENT - Static variable in class net.i2p.util.EepGet
Default User-Agent header value.
UserAgentTools - Class in edu.internet2.ndt
Utility class for parsing user agent strings to extract browser and OS information.
UserAgentTools() - Constructor for class edu.internet2.ndt.UserAgentTools
 
USERNAME_PASSWORD - Static variable in class net.i2p.socks.SOCKS5Constants.Method
USERNAME_PASSWORD.
useSidebarGraphContinuous() - Method in class net.i2p.router.web.CSSHelper
Returns whether the sidebar graph uses continuous scroll mode.
useSidebarGraphSplit() - Method in class net.i2p.router.web.CSSHelper
Returns whether the sidebar graph uses split mode (inbound top, outbound bottom).
useSoraDisplayFont() - Method in class net.i2p.router.web.CSSHelper
Returns whether we should use Sora display font
useSoraFont() - Method in class i2p.susi.dns.BaseBean
Checks if Sora font should be used.
useSoraFont() - Method in class net.i2p.i2ptunnel.web.IndexBean
Check if the Sora font is enabled.
useSoraFont() - Method in class org.klomp.snark.web.I2PSnarkServlet
Returns whether the Sora display font should be used.
useStickySidebar() - Method in class net.i2p.router.web.CSSHelper
Returns whether we should use a sticky sidebar when the sidebar height is less than the height of the viewport
useUnifiedSidebar() - Method in class net.i2p.router.web.CSSHelper
Returns whether we should use a unified sidebar
USN - Static variable in class org.cybergarage.http.HTTP
USN (Unique Service Name) header for UPnP discovery
USN - Class in org.cybergarage.upnp.device
Utility class for SSDP USN (Unique Service Name) header values and parsing.
USN() - Constructor for class org.cybergarage.upnp.device.USN
 
utCommentsEnabled() - Method in class org.klomp.snark.I2PSnarkUtil
 
UTF8Reader - Class in net.i2p.sam
An unbuffered version of InputStreamReader.
UTF8Reader(InputStream) - Constructor for class net.i2p.sam.UTF8Reader
 
UTF8StringBytes - Class in net.metanotion.io.data
String serializer using UTF-8 encoding.
UTF8StringBytes() - Constructor for class net.metanotion.io.data.UTF8StringBytes
 
Util - Class in net.i2p.router.sybil
For NetDbRenderer and Sybil http://forums.sun.com/thread.jspa?threadID=597652
Util - Class in org.bouncycastle.util
Utility class for byte array operations and cryptographic helper functions.
Util() - Constructor for class org.bouncycastle.util.Util
 
util() - Method in class org.klomp.snark.SnarkManager
 
Util - Class in org.rrd4j.core
Class defines various utility functions used in Rrd4j.
Util.Xml - Class in org.rrd4j.core
Various DOM utility functions.
Utils - Class in net.i2p.crypto.eddsa
Basic utilities for EdDSA.
Utils() - Constructor for class net.i2p.crypto.eddsa.Utils
 
UUID - Static variable in class org.cybergarage.upnp.event.Subscription
UUID.
UUID_DEVICE - Static variable in class org.cybergarage.upnp.device.ST
UUID_DEVICE.

V

val - Variable in class gnu.getopt.LongOpt
The value to store in "flag" if flag is not null, otherwise the equivalent short option character for this long option.
val - Variable in enum net.i2p.router.peermanager.ProfileOrganizer.Slice
Selection value
validate() - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Panel
Validate the panel (no-op in emulation).
validate(Socket) - Method in class net.i2p.router.client.ClientListenerRunner
Verify the first byte.
validate(Socket) - Method in class net.i2p.router.client.SSLClientListenerRunner
Overridden because SSL handshake may need more time, and available() in super doesn't work.
validate(Hash, LeaseSet) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Validates whether the given LeaseSet is acceptable as valid and current based on current known parameters.
validate(RouterInfo) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Determine whether this routerInfo will be accepted as valid and current given what we know now.
VALIDATE - Static variable in class org.minidns.dnsname.DnsName
Whether or not the DNS name is validated on construction.
validateAddress(String) - Static method in class i2p.susi.webmail.Mail
 
validateHeader() - Method in class org.rrd4j.core.Header
InvalidRrdException if the header is not a valid RRD4J/RRD file.
validateHeader - Variable in class org.rrd4j.core.RrdBackendFactory
validateHeader.
validateHostname(String, StringBuilder) - Method in class net.i2p.i2ptunnel.RequestValidator
Validates a hostname from an HTTP request.
validateKeyPairs() - Method in class net.i2p.data.PrivateKeyFile
Verify that the PublicKey matches the PrivateKey, and the SigningPublicKey matches the SigningPrivateKey.
validateMessage(long, long) - Method in class net.i2p.router.MessageValidator
Determine if this message should be accepted as valid (not expired, not a duplicate)
validateMessage(long) - Method in class net.i2p.router.MessageValidator
Only check the expiration for the message
validateNonce(HttpSession, String) - Static method in class net.i2p.router.web.CSSHelper
Session-bound nonce validation - replaces static nonce validation
validateNonce(HttpSession, String, boolean) - Static method in class net.i2p.router.web.CSSHelper
Session-bound nonce validation with preserve option
validateParams(String[], JSONRPC2Request, Boolean) - Method in class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.JSONRPC2Helper
Check incoming request for required arguments, to make sure they are valid.
validateParams(String[], JSONRPC2Request) - Method in class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.JSONRPC2Helper
Check incoming request for required arguments, to make sure they are valid.
validatePasswd(String) - Method in class net.i2p.i2pcontrol.security.SecurityManager
Add a Authentication Token if the provided password is valid.
validateRoutingKey() - Method in class net.i2p.data.DatabaseEntry
Validates the routing key for this entry.
validateSession(String) - Method in class net.i2p.servlet.filters.SessionManager
Validate a session token.
validateSessionCreated() - Method in class net.i2p.router.transport.udp.OutboundEstablishState
Blocking call (run in the establisher thread) to determine if the session was created properly.
validateSessionCreated() - Method in class net.i2p.router.transport.udp.OutboundEstablishState2
 
validateSig(I2PAppContext, byte[], Hash, Hash, byte[], SigningPublicKey) - Static method in class net.i2p.router.transport.udp.SSU2Util
Validate the signed relay or peer test data, using the prologue and hash as the initial data, and then the provided data which ends with a signature of the specified type.
validateTagsOnlyOnce(Node, String[]) - Method in class org.rrd4j.core.XmlTemplate
validateTagsOnlyOnce.
ValidationResult() - Constructor for class net.i2p.i2ptunnel.RequestValidator.ValidationResult
 
VALIDITY_TIME - Static variable in class net.i2p.i2pcontrol.security.AuthToken
The VALIDITY_TIME.
vals - Variable in class net.metanotion.util.skiplist.SkipSpan
Array of values
valSer - Variable in class net.metanotion.io.block.index.BSkipSpan
Value serializer
value - Variable in class net.i2p.router.transport.udp.InboundMessageFragments.ModifiableLong
value.
value - Variable in class net.i2p.router.web.helpers.RingRenderer.RingSection
proportion (0.0–1.0)
value - Variable in enum org.minidns.constants.DnssecConstants.DigestAlgorithm
the digest algorithm value
value - Variable in enum org.minidns.record.NSEC3.HashAlgorithm
value.
value - Variable in class org.rrd4j.core.jrrd.CDPStatusBlock
Value of this consolidated data point
value - Variable in class org.rrd4j.core.jrrd.PDPStatusBlock
the current value of the primary data point
value - Variable in class org.rrd4j.core.timespec.TimeToken
The original text value of this token
value - Variable in class org.rrd4j.data.Variable.PercentElem
Value of the data point
Value(long, double) - Constructor for class org.rrd4j.data.Variable.Value
 
value - Variable in class org.rrd4j.data.Variable.Value
value.
value - Variable in class org.rrd4j.graph.HRule
The value at which to draw the horizontal rule
value - Variable in class org.rrd4j.graph.ValueScaler.Scaled
The scaled value
VALUE_DRAW_STRING_TYPE_STANDARD - Static variable in class org.jfree.svg.SVGHints
Hint value for KEY_DRAW_STRING_TYPE to specify that strings should be written to the output using standard SVG text elements.
VALUE_DRAW_STRING_TYPE_VECTOR - Static variable in class org.jfree.svg.SVGHints
Hint value for KEY_DRAW_STRING_TYPE to say that strings should be written to the output using vector graphics primitives.
VALUE_IMAGE_HANDLING_EMBED - Static variable in class org.jfree.svg.SVGHints
Hint value for KEY_IMAGE_HANDLING to specify that images should be embedded in the SVG output using PNG data Base64 encoded.
VALUE_IMAGE_HANDLING_REFERENCE - Static variable in class org.jfree.svg.SVGHints
Hint value for KEY_IMAGE_HANDLING to say that images should be referenced externally.
VALUE_TEXT_RENDERING_AUTO - Static variable in class org.jfree.svg.SVGHints
Hint value for KEY_TEXT_RENDERING to set the text-rendering attribute in SVG text elements to 'auto'.
VALUE_TEXT_RENDERING_INHERIT - Static variable in class org.jfree.svg.SVGHints
Hint value for KEY_TEXT_RENDERING to set the text-rendering attribute in SVG text elements to 'inherit'.
VALUE_TEXT_RENDERING_LEGIBILITY - Static variable in class org.jfree.svg.SVGHints
Hint value for KEY_TEXT_RENDERING to set the text-rendering attribute in SVG text elements to 'optimizeLegibility'.
VALUE_TEXT_RENDERING_PRECISION - Static variable in class org.jfree.svg.SVGHints
Hint value for KEY_TEXT_RENDERING to set the text-rendering attribute in SVG text elements to 'geometricPrecision'.
VALUE_TEXT_RENDERING_SPEED - Static variable in class org.jfree.svg.SVGHints
Hint value for KEY_TEXT_RENDERING to set the text-rendering attribute in SVG text elements to 'optimizeSpeed'.
valueAt(int) - Method in class net.i2p.router.crypto.ratchet.SparseArray
Given an index in the range 0...size()-1, returns the value from the indexth key-value mapping that this SparseArray stores.
ValueAxis - Class in org.rrd4j.graph
Represents value axis (y-axis) in RRD graphs.
ValueAxis(RrdGraph, ImageWorker) - Constructor for class org.rrd4j.graph.ValueAxis
Used for tests
ValueAxis(RrdGraphGenerator) - Constructor for class org.rrd4j.graph.ValueAxis
 
ValueAxis.YLabel - Class in org.rrd4j.graph
Configuration for Y-axis labels and grid spacing.
ValueAxisLogarithmic - Class in org.rrd4j.graph
Represents logarithmic value axis (y-axis) in RRD graphs.
ValueAxisLogarithmic(RrdGraph, ImageWorker, Locale) - Constructor for class org.rrd4j.graph.ValueAxisLogarithmic
Used for tests
ValueAxisLogarithmic(RrdGraphGenerator, ImageWorker, Locale) - Constructor for class org.rrd4j.graph.ValueAxisLogarithmic
 
ValueAxisMrtg - Class in org.rrd4j.graph
Represents MRTG-style value axis (y-axis) in RRD graphs.
ValueAxisMrtg(RrdGraph, ImageWorker) - Constructor for class org.rrd4j.graph.ValueAxisMrtg
Used for tests
ValueAxisMrtg(RrdGraphGenerator) - Constructor for class org.rrd4j.graph.ValueAxisMrtg
 
valueAxisSetting - Variable in class org.rrd4j.graph.RrdGraphDef
Configuration for the value (y) axis grid and labels.
ValueAxisSetting - Class in org.rrd4j.graph
Configuration settings for value axis in RRD graphs.
ValueAxisSetting(double, int) - Constructor for class org.rrd4j.graph.ValueAxisSetting
Creates value axis settings with specified grid step and label factor.
valueHistory - Variable in class net.i2p.router.Tuner.ParamSnapshot
Value history.
valueOf(String) - Static method in enum com.google.zxing.BarcodeFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.zxing.common.CharacterSetECI
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.zxing.EncodeHintType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.zxing.qrcode.decoder.ErrorCorrectionLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.zxing.qrcode.decoder.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.maxmind.db.Decoder.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.maxmind.db.Reader.FileMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.southernstorm.noise.protocol.NoiseInit.PatternID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.thetransactioncompany.jsonrpc2.JSONRPC2ParamsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum i2p.susi.util.Folder.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum i2p.susi.webmail.MailCache.FetchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.app.ClientAppState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.client.impl.I2PSessionImpl.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.client.SendMessageOptions.GzipOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.client.SendMessageOptions.Reliability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.client.TunnelRemovalEvent.RemovalReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.crypto.eddsa.math.GroupElement.Representation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.crypto.EncAlgo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.crypto.EncType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.crypto.SigAlgo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.crypto.SigContext
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.crypto.SigType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.data.i2np.DatabaseLookupMessage.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.i2ptunnel.I2PTunnelHTTPClientBase.AuthResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.i2ptunnel.TunnelController.TunnelState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.i2ptunnel.udp.I2PSource.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.router.CommSystemFacade.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.router.crypto.FamilyKeyCrypto.Result
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.router.news.NewsXMLParser.XHTMLMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.router.peermanager.ProfileOrganizer.Slice
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.router.transport.ntcp.EstablishBase.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.router.transport.Transport.AddressSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.router.transport.TransportUtil.IPv6Config
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.router.transport.udp.InboundEstablishState.InboundState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.router.transport.udp.OutboundEstablishState.OutboundState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.router.transport.udp.OutboundEstablishState2.IntroState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.router.transport.udp.PeerTestState.Role
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.router.tunnel.pool.BuildExecutor.Result
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.router.tunnel.pool.ParticipatingThrottler.Result
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.router.tunnel.TunnelDispatcher.Location
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.router.TunnelTestStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.router.web.helpers.SidebarHelper.NetworkState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.update.UpdateMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.update.UpdateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.util.AddressType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.util.DNSOverHTTPS.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.util.EepGet.AUTH_MODE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.i2p.util.SSLEepGet.ProxyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bouncycastle.crypto.CryptoServicePurpose
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jfree.svg.MeetOrSlice
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jfree.svg.PreserveAspectRatio
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jfree.svg.SVGUnits
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.json.simple.DeserializationException.Problems
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.json.simple.Yytoken.Types
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.minidns.constants.DnssecConstants.DigestAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.minidns.constants.DnssecConstants.SignatureAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.minidns.dnsmessage.DnsMessage.OPCODE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.minidns.dnsmessage.DnsMessage.RESPONSE_CODE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.minidns.edns.Edns.OptionCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.minidns.record.NSEC3.HashAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.minidns.record.Record.CLASS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.minidns.record.Record.TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.minidns.record.TLSA.CertUsage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.minidns.record.TLSA.MatchingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.minidns.record.TLSA.Selector
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rrd4j.ConsolFun
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rrd4j.core.jrrd.ConsolidationFunctionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rrd4j.core.jrrd.DataSourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rrd4j.data.LinearInterpolator.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rrd4j.DsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rrd4j.graph.ElementsNames
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rrd4j.graph.Markers
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rrd4j.graph.RrdGraphConstants.FontTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rrd4j.graph.TimeUnit
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.google.zxing.BarcodeFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.zxing.common.CharacterSetECI
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.zxing.EncodeHintType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.zxing.qrcode.decoder.ErrorCorrectionLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.zxing.qrcode.decoder.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values - Static variable in enum com.maxmind.db.Decoder.Type
 
values() - Static method in enum com.maxmind.db.Decoder.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.maxmind.db.Reader.FileMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.southernstorm.noise.protocol.NoiseInit.PatternID
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.thetransactioncompany.jsonrpc2.JSONRPC2ParamsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum i2p.susi.util.Folder.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum i2p.susi.webmail.MailCache.FetchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.app.ClientAppState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.client.impl.I2PSessionImpl.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.client.SendMessageOptions.GzipOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.client.SendMessageOptions.Reliability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.client.TunnelRemovalEvent.RemovalReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.crypto.eddsa.math.GroupElement.Representation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.crypto.EncAlgo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.crypto.EncType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.crypto.SigAlgo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.crypto.SigContext
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.crypto.SigType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.data.i2np.DatabaseLookupMessage.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.i2ptunnel.I2PTunnelHTTPClientBase.AuthResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.i2ptunnel.TunnelController.TunnelState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.i2ptunnel.udp.I2PSource.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.router.CommSystemFacade.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.router.crypto.FamilyKeyCrypto.Result
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.router.news.NewsXMLParser.XHTMLMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.router.peermanager.ProfileOrganizer.Slice
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.router.transport.ntcp.EstablishBase.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.router.transport.Transport.AddressSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.router.transport.TransportUtil.IPv6Config
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.router.transport.udp.InboundEstablishState.InboundState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.router.transport.udp.OutboundEstablishState.OutboundState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.router.transport.udp.OutboundEstablishState2.IntroState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.router.transport.udp.PeerTestState.Role
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.router.tunnel.pool.BuildExecutor.Result
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.router.tunnel.pool.ParticipatingThrottler.Result
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.router.tunnel.TunnelDispatcher.Location
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.router.TunnelTestStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.router.web.helpers.SidebarHelper.NetworkState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.update.UpdateMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.update.UpdateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.util.AddressType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.util.DNSOverHTTPS.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.util.EepGet.AUTH_MODE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.i2p.util.SSLEepGet.ProxyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bouncycastle.crypto.CryptoServicePurpose
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jfree.svg.MeetOrSlice
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jfree.svg.PreserveAspectRatio
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jfree.svg.SVGUnits
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.json.simple.DeserializationException.Problems
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.json.simple.Yytoken.Types
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.klomp.snark.dht.DHTNodes
Get all known nodes.
values() - Static method in enum org.minidns.constants.DnssecConstants.DigestAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.minidns.constants.DnssecConstants.SignatureAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.minidns.dnsmessage.DnsMessage.OPCODE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.minidns.dnsmessage.DnsMessage.RESPONSE_CODE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.minidns.edns.Edns.OptionCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.minidns.record.NSEC3.HashAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.minidns.record.Record.CLASS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.minidns.record.Record.TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.minidns.record.TLSA.CertUsage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.minidns.record.TLSA.MatchingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.minidns.record.TLSA.Selector
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rrd4j.ConsolFun
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rrd4j.core.jrrd.ConsolidationFunctionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rrd4j.core.jrrd.DataSourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rrd4j.data.LinearInterpolator.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.rrd4j.data.Source
data values
values() - Static method in enum org.rrd4j.DsType
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.rrd4j.graph.DownSampler.DataSet
Values corresponding to each timestamp.
values() - Static method in enum org.rrd4j.graph.ElementsNames
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rrd4j.graph.Markers
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rrd4j.graph.RrdGraphConstants.FontTag
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.rrd4j.graph.SourcedPlotElement
The values.
values() - Static method in enum org.rrd4j.graph.TimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
ValueScaler - Class in org.rrd4j.graph
Utility class for scaling values with appropriate units in RRD graphs.
ValueScaler(double) - Constructor for class org.rrd4j.graph.ValueScaler
Creates a new value scaler with the specified base.
ValueScaler.Scaled - Class in org.rrd4j.graph
Represents a scaled value with its corresponding unit.
valueStr() - Method in class org.jfree.svg.ViewBox
Returns a string containing the view box coordinates and dimensions.
VAR_NAME - Static variable in class org.cybergarage.upnp.control.Control
Element name for variable name in queries
Variable - Class in org.rrd4j.data
Abstract class for extracting single values from data sets (VDEF in rrdtool).
Provides statistical calculations on RRD values and supports custom computation methods for advanced data processing.
Variable() - Constructor for class org.rrd4j.data.Variable
Base constructor for Variable subclasses
Variable.AVERAGE - Class in org.rrd4j.data
Calculate the average of the data points.
Variable.ComparPercentElemen - Class in org.rrd4j.data
The sort used by rrdtool for percent, where NaN < -INF < finite values < INF
Variable.FIRST - Class in org.rrd4j.data
Find the first valid data point and it's timestamp
Variable.LAST - Class in org.rrd4j.data
Find the first last valid point and it's timestamp
Variable.LSLCORREL - Class in org.rrd4j.data
Calculate the correlation coefficient of the least squares line.
Variable.LSLINT - Class in org.rrd4j.data
Calculate the y-intercept of the least squares line.
Variable.LSLSLOPE - Class in org.rrd4j.data
Calculate the slop of the least squares line.
Variable.MAX - Class in org.rrd4j.data
The biggest of the data points and it's time stamp (the first one) is stored.
Variable.MIN - Class in org.rrd4j.data
The smallest of the data points and it's time stamp (the first one) is stored.
Variable.PercentElem - Class in org.rrd4j.data
Store all the informations about a datasource point, for predictive and consistent sorting
Variable.PERCENTILE - Class in org.rrd4j.data
Find the point at the n-th percentile.
Variable.PERCENTILENAN - Class in org.rrd4j.data
PERCENTILENAN class.
Variable.STDDEV - Class in org.rrd4j.data
Calculate the standard deviation for the data point.
Variable.TOTAL - Class in org.rrd4j.data
Calculate the sum of the data points.
Variable.Value - Class in org.rrd4j.data
This class store both the value and the time stamp It will be used by graph rendering legend
variablePart - Variable in class org.minidns.edns.Edns
The list of EDNS options.
variablePart - Variable in class org.minidns.record.OPT
variablePart.
VariableTunnelBuildMessage - Class in net.i2p.data.i2np
Variable number of records.
VariableTunnelBuildMessage(I2PAppContext) - Constructor for class net.i2p.data.i2np.VariableTunnelBuildMessage
zero record count, will be set with readMessage()
VariableTunnelBuildMessage(I2PAppContext, int) - Constructor for class net.i2p.data.i2np.VariableTunnelBuildMessage
Constructor with the given number of build records.
VariableTunnelBuildReplyMessage - Class in net.i2p.data.i2np
Transmitted from the new outbound endpoint to the creator through a reply tunnel.
VariableTunnelBuildReplyMessage(I2PAppContext) - Constructor for class net.i2p.data.i2np.VariableTunnelBuildReplyMessage
zero record count, will be set with readMessage()
VariableTunnelBuildReplyMessage(I2PAppContext, int) - Constructor for class net.i2p.data.i2np.VariableTunnelBuildReplyMessage
Constructor with the given number of build reply records.
VDef - Class in org.rrd4j.data
RRD VDEF (Variable Definition) implementation.
Creates computed data sources by applying aggregation functions to existing data sources.
VDef(String, String, Variable) - Constructor for class org.rrd4j.data.VDef
 
VDef - Class in org.rrd4j.graph
Represents a variable definition (VDEF) in RRD graphs.
VDef(String, String, Variable) - Constructor for class org.rrd4j.graph.VDef
 
vec - Variable in class org.bouncycastle.pqc.crypto.mlkem.PolyVec
 
verbose - Static variable in class gnu.gettext.GettextResource
verbose.
VERIFIED - Static variable in class net.i2p.router.transport.ntcp.EstablishBase
VERIFIED.
VerifiedDestination - Class in net.i2p.data
Extend Destination with methods to verify its Certificate.
VerifiedDestination() - Constructor for class net.i2p.data.VerifiedDestination
Creates a new VerifiedDestination with default values.
VerifiedDestination(String) - Constructor for class net.i2p.data.VerifiedDestination
alternative constructor which takes a base64 string representation
VerifiedDestination(Destination) - Constructor for class net.i2p.data.VerifiedDestination
create from an existing Dest
verifVersion() - Method in class net.i2p.sam.SAMv1Handler
Verify the SAM protocol version is supported by this handler.
verifVersion() - Method in class net.i2p.sam.SAMv2Handler
Verify the SAM protocol version is supported by this handler.
verifVersion() - Method in class net.i2p.sam.SAMv3Handler
Verify the SAM protocol version is supported by this handler.
verify(String, SSLSession) - Method in class net.i2p.apache.http.conn.ssl.DefaultHostnameVerifier
 
verify(String, X509Certificate) - Method in class net.i2p.apache.http.conn.ssl.DefaultHostnameVerifier
Verify the hostname against the certificate.
verify(SessionKey, byte[], int, int, byte[], int, int) - Method in class net.i2p.crypto.HMAC256Generator
Verify the MAC inline, reducing some unnecessary memory churn.
verify(SessionKey, byte[], int, int, byte[], int, int) - Method in class net.i2p.crypto.HMACGenerator
Verify the MAC inline, reducing some unnecessary memory churn.
verify() - Method in class net.i2p.crypto.SU3File
One-pass verify.
verify(File) - Method in class net.i2p.crypto.TrustedUpdate
Verifies the DSA signature of a signed update file.
verify(String, String) - Method in class net.i2p.crypto.TrustedUpdate
Verifies the DSA signature of a signed update file.
verify(File, SigningPublicKey) - Method in class net.i2p.crypto.TrustedUpdate
Verifies the DSA signature of a signed update file.
verify(RouterInfo) - Method in class net.i2p.router.crypto.FamilyKeyCrypto
Verify the family signature in a RouterInfo.
verify(I2PAppContext) - Method in class net.i2p.router.news.BlocklistEntries
Verify the blocklist signature.
verifyAndGetSigner(File) - Method in class net.i2p.crypto.TrustedUpdate
Verifies the DSA signature of a signed update file.
verifyAndMigrate(File) - Method in class net.i2p.crypto.SU3File
One-pass verify and extract the content.
verifyCert(boolean) - Method in class net.i2p.data.VerifiedDestination
verify the certificate.
verifyClientLiveliness() - Method in class net.i2p.router.client.ClientManagerFacadeImpl
verifyClientLiveliness.
verifyClientLiveliness() - Method in class net.i2p.router.ClientManagerFacade
Verify that the client manager is still alive and responding.
verifyClientLiveliness() - Method in class net.i2p.router.tasks.RouterWatchdog
Verify that client applications are responsive.
verifyFinished(Hash) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Marks verification as finished for the specified hash.
verifyHeader() - Method in class net.i2p.crypto.SU3File
This does not check the signature, but it will fail if the signer is unknown, unless setVerifySignature(false) has been called.
verifyHostname(I2PAppContext, SSLSocket, String) - Static method in class net.i2p.util.I2PSSLSocketFactory
Validate the hostname.
verifyJobQueueLiveliness() - Method in class net.i2p.router.tasks.RouterWatchdog
Verify that the job queue is processing jobs normally.
verifyKeyStore(Properties) - Static method in class net.i2p.i2ptunnel.SSLClientUtil
Create a new selfsigned cert and keystore and pubkey cert if they don't exist.
verifyKeyStore(Properties, String) - Static method in class net.i2p.i2ptunnel.SSLClientUtil
Create a new selfsigned cert and keystore and pubkey cert if they don't exist.
verifyKeyStore(Properties, String, Set<String>) - Static method in class net.i2p.i2ptunnel.SSLClientUtil
Create a new selfsigned cert and keystore and pubkey cert if they don't exist.
verifyKeyStore(Properties) - Static method in class net.i2p.sam.client.SSLUtil
Create a new selfsigned cert and keystore and pubkey cert if they don't exist.
verifyKeyStore(Properties) - Static method in class net.i2p.sam.SSLUtil
Create a new selfsigned cert and keystore and pubkey cert if they don't exist.
verifyOfflineSignature() - Method in class net.i2p.data.EncryptedLeaseSet
Overridden because we have a blinded key, not a dest
verifyOfflineSignature() - Method in class net.i2p.data.LeaseSet2
Verify the offline signature.
verifyOfflineSignature(SigningPublicKey) - Method in class net.i2p.data.LeaseSet2
Verify the offline signature with the given key.
verifyOneShot(byte[], byte[]) - Method in class net.i2p.crypto.eddsa.EdDSAEngine
To efficiently verify all the data in one shot, if it is available, use this method, which will avoid copying the data.
verifyOneShot(byte[], int, int, byte[]) - Method in class net.i2p.crypto.eddsa.EdDSAEngine
To efficiently verify all the data in one shot, if it is available, use this method, which will avoid copying the data.
verifyOneShot(byte[], byte[], int, int) - Method in class net.i2p.crypto.eddsa.EdDSAEngine
To efficiently verify all the data in one shot, if it is available, use this method, which will avoid copying the data.
verifyOneShot(byte[], int, int, byte[], int, int) - Method in class net.i2p.crypto.eddsa.EdDSAEngine
To efficiently verify all the data in one shot, if it is available, use this method, which will avoid copying the data.
verifyOpen() - Method in class net.i2p.client.impl.I2PSessionImpl
Throws I2PSessionException if uninitialized, closed or closing.
verifyOurFamily(RouterInfo) - Method in class net.i2p.router.crypto.FamilyKeyCrypto
Verify the family in a RouterInfo matches ours and the signature is good.
verifySignature() - Method in class net.i2p.client.datagram.I2PDatagramDissector
Verify the signature of this datagram (previously loaded with the loadI2PDatagram() method)
verifySignature(I2PAppContext, byte[]) - Method in class net.i2p.client.streaming.impl.Packet
Determine whether the signature on the data is valid.
verifySignature(I2PAppContext, SigningPublicKey, byte[]) - Method in class net.i2p.client.streaming.impl.Packet
Determine whether the signature on the data is valid.
verifySignature(Signature, byte[], SigningPublicKey) - Method in class net.i2p.crypto.DSAEngine
Verify a signature using any supported signature type.
verifySignature(Signature, byte[], int, int, SigningPublicKey) - Method in class net.i2p.crypto.DSAEngine
Verify using any sig type as of 0.9.12 (DSA only prior to that)
verifySignature(Signature, InputStream, SigningPublicKey) - Method in class net.i2p.crypto.DSAEngine
Verify using DSA-SHA1 ONLY
verifySignature(Signature, SHA1Hash, SigningPublicKey) - Method in class net.i2p.crypto.DSAEngine
Verify using DSA-SHA1 ONLY
verifySignature(Signature, Hash, SigningPublicKey) - Method in class net.i2p.crypto.DSAEngine
Nonstandard.
verifySignature(Signature, SimpleDataStructure, SigningPublicKey) - Method in class net.i2p.crypto.DSAEngine
Generic signature type.
verifySignature(Signature, SimpleDataStructure, PublicKey) - Method in class net.i2p.crypto.DSAEngine
Generic signature type.
verifySignature() - Method in class net.i2p.data.DatabaseEntry
This is the same as isValid() in RouterInfo or verifySignature() in LeaseSet.
verifySignature() - Method in class net.i2p.data.EncryptedLeaseSet
Overridden to decrypt if possible, and verify inner sig also.
verifySignature(PrivateKey) - Method in class net.i2p.data.EncryptedLeaseSet
Decrypt if possible, and verify inner sig also.
verifySignature() - Method in class net.i2p.data.i2cp.SessionConfig
Verify that the signature matches the destination's signing public key.
verifySignature() - Method in class net.i2p.data.LeaseSet
Verify that the signature matches the leaseset's destination's signing public key.
verifySignature() - Method in class net.i2p.data.LeaseSet2
Verify with the SPK in the dest for online sigs.
verifySignature(Destination) - Static method in class net.i2p.data.PrivateKeyFile
Verify the signature on a destination.
verifySignature() - Method in class net.i2p.data.router.RouterInfo
Same as isValid()
verifySignature(Signature, SigningPublicKey) - Method in class net.i2p.util.ByteArrayStream
Verifies the signature of the written data.
verifySignature(I2PAppContext, Signature, SigningPublicKey) - Method in class net.i2p.util.ByteArrayStream
Verifies the signature of the written data.
verifySignedCert() - Method in class net.i2p.data.VerifiedDestination
Signed Certs are signed by a 3rd-party Destination.
verifySocketManager() - Method in class net.i2p.i2ptunnel.I2PTunnelClientBase
Create the manager if it doesn't exist, AND connect it to the router and build tunnels.
verifyStarted(Hash) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Marks verification as started for the specified hash.
verifyToken(String) - Method in class net.i2p.i2pcontrol.security.SecurityManager
Checks whether the AuthToken with the given ID exists and if it does whether is has expired.
verifyUnknownCert() - Method in class net.i2p.data.VerifiedDestination
Reject all unknown certs
verifyZip(File) - Static method in class net.i2p.util.FileUtil
Verify the integrity of a zipfile.
verMajor - Variable in class net.i2p.sam.SAMHandler
verMajor.
verMinor - Variable in class net.i2p.sam.SAMHandler
verMinor.
Version - Class in com.google.zxing.qrcode.decoder
See ISO 18004:2006 Annex D
VERSION - Static variable in class edu.internet2.ndt.NDTConstants
NDT protocol version string sent to server during login.
version - Variable in class i2p.susi.webmail.MailPart
version.
VERSION - Static variable in class net.i2p.addressbook.Daemon
Version string.
VERSION - Static variable in class net.i2p.CoreVersion
The version used when checking for router updates, and exchanged between router and client over I2CP.
VERSION - Static variable in class net.i2p.i2pcontrol.I2PControlVersion
The current version of I2PControl
VERSION - Static variable in class net.i2p.router.RouterVersion
VERSION.
version - Variable in class net.i2p.router.time.NtpMessage
This value indicates the NTP/SNTP version number.
version - Variable in class net.i2p.router.web.helpers.SidebarHelper
Current I2P core version
VERSION - Static variable in class org.cybergarage.http.HTTP
Default HTTP version string
VERSION - Static variable in class org.cybergarage.http.HTTPServer
VERSION.
VERSION - Static variable in class org.cybergarage.upnp.UPnP
Framework version used in server identification.
version - Variable in class org.minidns.edns.Edns
8-bit version field.
version - Variable in class org.rrd4j.core.jrrd.Header
the database version string
Version.ECB - Class in com.google.zxing.qrcode.decoder
Encapsulates the parameters for one error-correction block in one symbol version.
Version.ECBlocks - Class in com.google.zxing.qrcode.decoder
Encapsulates a set of error-correction blocks in one symbol version.
VERSION_10 - Static variable in class org.cybergarage.http.HTTP
HTTP/1.0 version string
VERSION_11 - Static variable in class org.cybergarage.http.HTTP
HTTP/1.1 version string
VERSION_HEADER - Static variable in class org.cybergarage.soap.SOAP
VERSION_HEADER.
VERSION_OFFSET - Static variable in class net.i2p.router.transport.udp.SSU2Util
Offset of protocol version in header
VERSION_WITH_LAST_UPDATE_SEC - Static variable in interface org.rrd4j.core.jrrd.Constants
Constant VERSION_WITH_LAST_UPDATE_SEC=3
VersionBean - Class in i2p.susi.dns
Bean providing SusDNS application version and URL information.
VersionBean() - Constructor for class i2p.susi.dns.VersionBean
Constructor for bean instantiation.
VersionComparator - Class in net.i2p.util
Compares versions.
VersionComparator() - Constructor for class net.i2p.util.VersionComparator
 
verticalLabel - Variable in class org.rrd4j.graph.RrdGraphDef
Vertical label displayed on the left side of the graph.
VIACPUInfo - Interface in freenet.support.CPUInformation
Moved out of CPUID.java
VIAInfoImpl - Class in freenet.support.CPUInformation
Moved out of CPUID.java
VIAInfoImpl() - Constructor for class freenet.support.CPUInformation.VIAInfoImpl
 
VIEW_DIFF - Static variable in class edu.internet2.ndt.NDTConstants
Fractional difference threshold for packet queuing detection.
ViewBox - Class in org.jfree.svg
Represents a view box in SVG.
ViewBox(int, int, int, int) - Constructor for class org.jfree.svg.ViewBox
Creates a new instance with the specified dimensions.
VMCommSystem - Class in net.i2p.router.dummy
Hacked up in-VM comm system for talking between contexts within the same Java virtual machine.
VMCommSystem(RouterContext) - Constructor for class net.i2p.router.dummy.VMCommSystem
 
vrule(long, Paint) - Method in class org.rrd4j.graph.RrdGraphDef
Draws a vertical rule into the graph.
vrule(long, Paint, String) - Method in class org.rrd4j.graph.RrdGraphDef
Draws a vertical rule into the graph and optionally adds a legend
vrule(long, Paint, String, float) - Method in class org.rrd4j.graph.RrdGraphDef
Draws a vertical rule into the graph and optionally adds a legend
vrule(long, Paint, String, BasicStroke) - Method in class org.rrd4j.graph.RrdGraphDef
Draws a vertical rule into the graph and optionally adds a legend
VRule - Class in org.rrd4j.graph
Represents a vertical rule in RRD graphs.
VRule(long, Paint, LegendText, BasicStroke) - Constructor for class org.rrd4j.graph.VRule
Creates a vertical rule at the specified timestamp.
vspan(long, long, Paint) - Method in class org.rrd4j.graph.RrdGraphDef
Draws a vertical span into the graph.
vspan(long, long, Paint, String) - Method in class org.rrd4j.graph.RrdGraphDef
Draws a vertical span into the graph and optionally adds a legend.
VSpan - Class in org.rrd4j.graph
Represents a vertical span in RRD graphs.
VSpan(long, long, Paint, LegendText) - Constructor for class org.rrd4j.graph.VSpan
 

W

wait(int) - Static method in class org.cybergarage.util.TimerUtil
Pauses the current thread for the specified amount of time.
waitEventValue(String) - Method in class net.i2p.i2ptunnel.irc.EventReceiver
 
waitEventValue(String) - Method in interface net.i2p.util.EventDispatcher
Wait until the given event has received a value
waitEventValue(String) - Method in class net.i2p.util.EventDispatcherImpl
 
waitForAccept(long) - Method in class net.i2p.client.impl.MessageState
For guaranteed/best effort only.
waitForAccept(int) - Method in interface net.i2p.client.streaming.impl.MessageOutputStream.WriteStatus
Wait until data write is accepted into outbound queue, indicating space is available.
waitForAccept(int) - Method in class net.i2p.client.streaming.impl.PacketLocal
Blocks until outbound window is not full.
waitForCompletion(int) - Method in interface net.i2p.client.streaming.impl.MessageOutputStream.WriteStatus
Wait until data write either succeeds or fails (ACK received).
waitForCompletion(int) - Method in class net.i2p.client.streaming.impl.PacketLocal
Block until the packet is acked from the far end.
waitForConnect() - Method in class net.i2p.client.streaming.impl.Connection
Wait for the connection to be established, with the option's connectTimeout.
waitForConnect(int) - Method in class net.i2p.client.streaming.impl.Connection
Wait for the connection to be established, but no longer than timeoutMs.
waitForDate() - Method in class net.i2p.client.impl.I2PSessionImpl
Wait for a SetDate response from the router.
waitForHelloReply() - Method in class net.i2p.sam.client.SAMEventHandler
Wait for the connection to be established, returning the server version if everything went ok
waitForInitialization() - Method in class net.i2p.router.time.RouterTimestamper
waitForInitialization.
waitForInitialization() - Method in class net.i2p.time.Timestamper
dummy
waitForNamingReply(String) - Method in class net.i2p.sam.client.SAMEventHandler
Return the destination found matching the name, or null if the key was not able to be retrieved.
waitForNextAllocation() - Method in interface net.i2p.router.transport.FIFOBandwidthLimiter.Request
Block until we are allocated some more bytes.
waitForSessionAddReply() - Method in class net.i2p.sam.client.SAMEventHandler
Wait for the session to be added, returning true if everything went ok
waitForSessionCreateReply() - Method in class net.i2p.sam.client.SAMEventHandler
Wait for the session to be created, returning true if everything went ok
waitForStreamStatusReply() - Method in class net.i2p.sam.client.SAMEventHandler
Wait for the stream to be created, returning true if everything went ok
waitRandom(int) - Static method in class org.cybergarage.util.TimerUtil
Pauses the current thread for a random amount of time up to the specified maximum.
WAITSEC - Static variable in class edu.internet2.ndt.NDTConstants
Wait seconds variable name as sent by the NDT server.
waitsec - Variable in class edu.internet2.ndt.Tcpbw100
Packet loss rate.
wakeup() - Method in class net.i2p.addressbook.Daemon
Call this to get the addressbook to reread its config and refetch its subscriptions.
wakeUp() - Method in class net.i2p.router.tasks.GracefulShutdown
Wake up the shutdown thread when a relevant state change occurs.
wakeup() - Method in class net.i2p.util.LogWriter
Wake up the writer to immediately re-read config and flush pending records.
wantsPumping(PumpedTunnelGateway) - Method in class net.i2p.router.tunnel.TunnelGatewayPumper
Requests pumping for a gateway.
wantsRead(NTCPConnection) - Method in class net.i2p.router.transport.ntcp.EventPumper
This is only called from NTCPConnection.complete() if there is more data, which is rare (never?) so we don't need to check for dups or make _wantsRead a Set.
wantsRead(NTCPConnection) - Method in class net.i2p.router.transport.ntcp.Reader
Description.
wantsWrite(NTCPConnection) - Method in class net.i2p.router.transport.ntcp.EventPumper
Called by the connection when it has data ready to write (after bw allocation).
wantsWrite(byte[]) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Call when there is data ready to write.
wantsWrite(byte[], int, int) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
Call when there is data ready to write.
wantsWrite(NTCPConnection, String) - Method in class net.i2p.router.transport.ntcp.Writer
wantsWrite.
wantToStop() - Method in class edu.internet2.ndt.StatusPanel
Get intention to stop tests
WAPConfiguration() - Constructor for class net.i2p.servlet.WebAppProviderConfiguration.WAPConfiguration
 
WAR_FILTER - Static variable in class net.i2p.router.web.RouterConsoleRunner
 
WARBASE - Static variable in class org.klomp.snark.web.I2PSnarkServlet
Webapp resource base path.
warn(Throwable) - Method in class i2p.susi.dns.BaseBean
Log a warning message.
warn(String, Object, Object) - Method in class net.i2p.jetty.I2PLogger
 
warn(String, Throwable) - Method in class net.i2p.jetty.I2PLogger
 
warn(Throwable) - Method in class net.i2p.jetty.I2PLogger
 
warn(String, Object...) - Method in class net.i2p.jetty.I2PLogger
 
WARN - Static variable in class net.i2p.util.Log
WARN.
warn(String) - Method in class net.i2p.util.Log
Log a warning message.
warn(String, Throwable) - Method in class net.i2p.util.Log
Log a warning message with a throwable.
warn(String) - Static method in class org.klomp.snark.PartialPiece
Logs a warning message for this class.
warning(String) - Static method in class org.cybergarage.util.Debug
Logs a warning message.
warning(String, Exception) - Static method in class org.cybergarage.util.Debug
Logs a warning message with exception.
warning(Exception) - Static method in class org.cybergarage.util.Debug
Logs an exception as a warning.
warnUnavailableCrypto(RouterContext) - Static method in class net.i2p.router.tasks.CryptoChecker
Check and warn about unavailable cryptographic algorithms.
wasAccepted() - Method in class net.i2p.client.impl.MessageState
 
wasAttempted(Hash) - Method in class net.i2p.router.networkdb.kademlia.SearchJob
 
wasAttempted(Hash) - Method in class net.i2p.router.networkdb.kademlia.SearchState
wasAttempted.
wasFound() - Method in class i2p.susi.util.EOFOnMatchInputStream
 
wasMounted() - Method in class net.metanotion.io.block.BlockFile
Check if the file was locked when opened.
wasQueried(Hash) - Method in class net.i2p.router.networkdb.kademlia.IterativeSearchJob
Did we send a request to this peer?
wasRecentlyBuilding(long) - Method in class net.i2p.router.tunnel.pool.BuildExecutor
Check if a tunnel build was recently attempted.
wasRecentlyClosed(long) - Method in class net.i2p.client.streaming.impl.ConnectionManager
Was this conn recently closed?
wasRecentlyQueried(Hash) - Static method in class net.i2p.router.networkdb.kademlia.IterativeSearchJob
Was this peer recently queried (within grace period)? Used to avoid false positive bans for late but legitimate replies.
wasRecentlyReceived(long) - Method in class net.i2p.router.transport.udp.InboundMessageFragments
Was this message recently received? SSU 2 only.
wasReused() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
Did we reuse this tunnel?
wasReused() - Method in interface net.i2p.router.TunnelInfo
Did we reuse this tunnel?
wasSuccessful() - Method in class net.i2p.client.impl.MessageState
 
wasUnderfilled(long) - Method in class net.i2p.util.TryCache
Check if the cache has been underfilled longer than the threshold.
wasUnreachable(Hash) - Method in class net.i2p.router.CommSystemFacade
Check whether the given peer was recently unreachable.
wasUnreachable() - Method in class net.i2p.router.peermanager.PeerProfile
Was the peer previously unreachable?
wasUnreachable(Hash) - Method in class net.i2p.router.transport.CommSystemFacadeImpl
wasUnreachable.
wasUnreachable(Hash) - Method in interface net.i2p.router.transport.Transport
Check if peer was unreachable on last outbound attempt.
wasUnreachable(Hash) - Method in class net.i2p.router.transport.TransportImpl
Was the peer unreachable (outbound only) the last time we tried it? This is NOT reset if the peer contacts us.
wasUnreachable(Hash) - Method in class net.i2p.router.transport.TransportManager
Was the peer unreachable (outbound only) on any transport, based on the last time we tried it for each transport? This is NOT reset if the peer contacts us.
WATCHDOG - Static variable in class net.i2p.router.util.EventLog
WATCHDOG.
wday - Variable in class org.rrd4j.core.timespec.TimeSpec
 
WebAppConfiguration - Class in net.i2p.router.web
Add to the webapp classpath as specified in webapps.config.
WebAppConfiguration() - Constructor for class net.i2p.router.web.WebAppConfiguration
 
webAppProperties(I2PAppContext) - Static method in class net.i2p.router.web.RouterConsoleRunner
Return webapp properties
webAppProperties(String) - Static method in class net.i2p.router.web.RouterConsoleRunner
webAppProperties.
WebAppProviderConfiguration - Class in net.i2p.servlet
Work around the "No org.apache.tomcat.InstanceManager set in ServletContext" problem for eepsites with webapps.
WebAppProviderConfiguration() - Constructor for class net.i2p.servlet.WebAppProviderConfiguration
 
WebAppProviderConfiguration.WAPConfiguration - Class in net.i2p.servlet
Configuration class for web app provider to set up Tomcat instance manager.
WebAppStarter - Class in net.i2p.router.web
Add, start or stop a webapp.
WebAppStarter() - Constructor for class net.i2p.router.web.WebAppStarter
 
WebMail - Class in i2p.susi.webmail
Main webmail application class providing email functionality for I2P.
WebMail() - Constructor for class i2p.susi.webmail.WebMail
 
WebPeer - Class in org.klomp.snark
BEP 19.
WebPeer(PeerCoordinator, URI, PeerID, MetaInfo) - Constructor for class org.klomp.snark.WebPeer
Outgoing connection.
WED - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "wed", "wednesday" - fourth day of week
WEDNESDAY - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Constant to represent Wednesday
WEEK - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Constant to represent week
WEEKS - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "week", "weeks", "wk", "w" - weeks multiplier
weight - Variable in class org.minidns.record.SRV
The weight of this service.
WHITE - Static variable in class com.google.zxing.client.j2se.MatrixToImageConfig
Default white off color.
width - Variable in class org.rrd4j.graph.RrdGraphDef
Width and height of the drawing area within the graph.
width - Variable in class org.rrd4j.graph.RrdGraphInfo
 
WILDCARD_LABEL - Static variable in class org.minidns.dnslabel.DnsLabel
The wildcard label.
WindowAdapter - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Emulation of java.awt.event.WindowAdapter for the NDT (Network Diagnostic Tool) plugin.
WindowAdapter() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.WindowAdapter
 
windowAdjusted() - Method in class net.i2p.client.streaming.impl.Connection
Notify all threads waiting in packetSendChoke().
WindowEvent - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
Emulation of java.awt.event.WindowEvent for the NDT (Network Diagnostic Tool) plugin.
WindowEvent() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.WindowEvent
 
withCache(NodeCache) - Method in class com.maxmind.geoip2.DatabaseReader.Builder
 
withDoubleFormatter(XmlWriter.DoubleFormater) - Method in class org.rrd4j.core.XmlWriter
Return a new XmlWriter that will format time stamp using this ZoneId
withLabelFormat(TimeLabelFormat) - Method in class org.rrd4j.graph.TimeAxisSetting
With label format
withTimeZone(ZoneId) - Method in class org.rrd4j.core.XmlWriter
Return a new XmlWriter that will format time stamp as ISO 8601 with this explicit time zone ZoneId
WizardHandler - Class in net.i2p.router.web.helpers
The new user wizard.
WizardHandler() - Constructor for class net.i2p.router.web.helpers.WizardHandler
 
WizardHelper - Class in net.i2p.router.web.helpers
The new user wizard.
WizardHelper() - Constructor for class net.i2p.router.web.helpers.WizardHelper
 
WORDS - Static variable in class org.rrd4j.core.timespec.TimeScanner
Keyword tokens for time specification parsing
worker - Variable in class org.rrd4j.graph.RrdGraphGenerator
 
WorkingDir - Class in net.i2p.router.startup
Get a working directory for i2p.
wrap(String, long, String, long) - Method in class net.i2p.router.MessageHistory
Note that we're wrapping the given message within another message (via tunnel/garlic)
wrap(RouterContext, I2NPMessage, Hash, RouterInfo) - Static method in class net.i2p.router.networkdb.kademlia.MessageWrapper
Garlic wrap a message from a client or this router, destined for a router, to hide the contents from the OBEP.
wrap(RouterContext, I2NPMessage, RouterInfo) - Static method in class net.i2p.router.networkdb.kademlia.MessageWrapper
Garlic wrap a message from nobody, destined for a router, to hide the contents from the OBEP.
wrap(RouterContext, I2NPMessage, MessageWrapper.OneTimeSession) - Static method in class net.i2p.router.networkdb.kademlia.MessageWrapper
Garlic wrap a message from nobody, destined for an unknown router, to hide the contents from the IBGW.
wrap(RouterContext, I2NPMessage, SessionKey, SessionTag) - Static method in class net.i2p.router.networkdb.kademlia.MessageWrapper
Garlic wrap a message from nobody, destined for an unknown router, to hide the contents from the IBGW.
wrap(RouterContext, I2NPMessage, SessionKey, RatchetSessionTag) - Static method in class net.i2p.router.networkdb.kademlia.MessageWrapper
Garlic wrap a message from nobody, destined for an unknown router, to hide the contents from the IBGW.
WrappedMessage(GarlicMessage, SessionKeyManager, PublicKey, SessionKey, TagSetHandle) - Constructor for class net.i2p.router.networkdb.kademlia.MessageWrapper.WrappedMessage
Wrapped message
WrapperListener - Class in net.i2p.router.web
Listen for events.
WrapperListener(RouterContext) - Constructor for class net.i2p.router.web.WrapperListener
Wrapper must be 3.2.0 or higher, or will throw class not found error.
wrapperLogFile(I2PAppContext) - Static method in class net.i2p.router.web.ConfigServiceHandler
Does not necessarily exist.
write(int) - Method in class i2p.susi.util.CountingOutputStream
Write a single byte and count it.
write(byte[], int, int) - Method in class i2p.susi.util.CountingOutputStream
Write bytes from a buffer and count them.
write(int) - Method in class i2p.susi.util.DecodingOutputStream
Write a single byte to be decoded.
write(byte[], int, int) - Method in class i2p.susi.util.DecodingOutputStream
Write bytes to be decoded.
write(int) - Method in class i2p.susi.util.DummyOutputStream
Discard a single byte.
write(byte[]) - Method in class i2p.susi.util.DummyOutputStream
Discard all bytes in the array.
write(byte[], int, int) - Method in class i2p.susi.util.DummyOutputStream
Discard bytes from the array.
write(int) - Method in class i2p.susi.util.EscapeHTMLOutputStream
Write a single byte, escaping HTML special characters.
write(int) - Method in class i2p.susi.util.EscapeHTMLWriter
Write a single character, escaping HTML special characters.
write(char[], int, int) - Method in class i2p.susi.util.EscapeHTMLWriter
Write characters from a buffer, escaping HTML special characters.
write(String, int, int) - Method in class i2p.susi.util.EscapeHTMLWriter
Write characters from a string, escaping HTML special characters.
write(int) - Method in class i2p.susi.util.FixCRLFOutputStream
Write a single byte, converting LF to CRLF if needed.
write(int) - Method in class i2p.susi.util.RegexOutputStream
Write a single byte, with streaming pattern matching.
write(char[]) - Method in class i2p.susi.util.StringBuilderWriter
Write a character array.
write(char[], int, int) - Method in class i2p.susi.util.StringBuilderWriter
Write a portion of a character array.
write(int) - Method in class i2p.susi.util.StringBuilderWriter
Write a single character.
write(String) - Method in class i2p.susi.util.StringBuilderWriter
Write a string.
write(String, int, int) - Method in class i2p.susi.util.StringBuilderWriter
Write a portion of a string.
write(File) - Method in class net.i2p.addressbook.AddressBook
Write the contents of this AddressBook out to the File file.
write() - Method in class net.i2p.addressbook.AddressBook
Write this AddressBook out to the file it was read from.
write(Map<String, String>, File) - Static method in class net.i2p.addressbook.ConfigParser
Write contents of Map map to the File file.
write(Map<String, HostTxtEntry>, File) - Static method in class net.i2p.addressbook.HostTxtParser
Write contents of Map map to the File file.
write() - Method in class net.i2p.addressbook.SubscriptionList
Write the etag and last-modified headers, and the last-fetched time, for each Subscription to files.
write(BufferedWriter) - Method in class net.i2p.client.naming.HostTxtEntry
Write as a standard line name=dest[#!k1=v1#k2=v2...] Includes newline.
write(Writer) - Method in class net.i2p.client.naming.HostTxtEntry
Write as a standard line name=dest[#!k1=v1#k2=v2...] Does not include newline.
write(byte[]) - Method in class net.i2p.client.streaming.impl.MessageOutputStream
Writes the specified byte array to the stream, may block waiting for acceptance.
write(byte[], int, int) - Method in class net.i2p.client.streaming.impl.MessageOutputStream
Writes len bytes from the specified byte array starting at offset off.
write(int) - Method in class net.i2p.client.streaming.impl.MessageOutputStream
Writes a single byte to the stream.
write(PacketLocal) - Method in class net.i2p.client.streaming.impl.PcapWriter
Write an outbound packet to the pcap file.
write(Packet, Connection) - Method in class net.i2p.client.streaming.impl.PcapWriter
Write an inbound packet to the pcap file.
write(File, int, int, String, String, PrivateKey, SigType) - Method in class net.i2p.crypto.SU3File
One-pass wrap and sign the content.
write(OutputStream, byte[], MessageDigest) - Static method in class net.i2p.data.DataHelper
Write data to the output stream while updating the MessageDigest along the way.
write() - Method in class net.i2p.data.PrivateKeyFile
Write the keys to the file.
write(int) - Method in class net.i2p.i2ptunnel.HTTPResponseOutputStream
write.
write(byte[], int, int) - Method in class net.i2p.i2ptunnel.HTTPResponseOutputStream
write.
write(byte[], int, int) - Method in class net.i2p.i2ptunnel.util.ByteLimitOutputStream
 
write(byte[], int, int) - Method in class net.i2p.i2ptunnel.util.DechunkedOutputStream
 
write(int) - Method in class net.i2p.i2ptunnel.util.DummyOutputStream
 
write(byte[]) - Method in class net.i2p.i2ptunnel.util.DummyOutputStream
 
write(byte[], int, int) - Method in class net.i2p.i2ptunnel.util.DummyOutputStream
 
write(int) - Method in class net.i2p.i2ptunnel.util.GunzipOutputStream
 
write(byte[], int, int) - Method in class net.i2p.i2ptunnel.util.GunzipOutputStream
 
write(int) - Method in class net.i2p.i2ptunnel.util.LimitOutputStream
write.
write(byte[], int, int) - Method in class net.i2p.i2ptunnel.util.LimitOutputStream
Subclasses MUST override the following method such that it calls done() when finished and throws EOFException if called again
write(XmlParser.Node, Writer) - Static method in class net.i2p.jetty.JettyXmlConfigurationParser
Write out the XML.
write(byte[], int) - Method in class net.i2p.router.crypto.ratchet.RatchetPayload.Block
 
write(byte[], int) - Method in class net.i2p.router.transport.ntcp.NTCP2Payload.Block
Write the block to the target array, returning the new offset
write(byte[], int) - Method in class net.i2p.router.transport.udp.SSU2Payload.Block
Write the block to the target array, returning the new offset.
write(ByteBuffer) - Method in class net.i2p.sam.SSLSocketChannel
Write bytes from the given buffer to the underlying SSL socket.
write(ByteBuffer[], int, int) - Method in class net.i2p.sam.SSLSocketChannel
Gather write is not supported by this wrapper.
write(int) - Method in class net.i2p.servlet.util.WriterOutputStream
write.
write(int) - Method in class net.i2p.util.ResettableGZIPOutputStream
write(byte[]) - Method in class net.i2p.util.ResettableGZIPOutputStream
write(byte[], int, int) - Method in class net.i2p.util.ResettableGZIPOutputStream
write(int) - Method in class net.metanotion.io.RAIFile
 
write(byte[]) - Method in class net.metanotion.io.RAIFile
 
write(byte[], int, int) - Method in class net.metanotion.io.RAIFile
 
write(int) - Method in interface net.metanotion.io.RandomAccessInterface
 
write(byte[]) - Method in interface net.metanotion.io.RandomAccessInterface
 
write(byte[], int, int) - Method in interface net.metanotion.io.RandomAccessInterface
 
write(DataOutput, int, int) - Method in class org.klomp.snark.PartialPiece
Writes piece data from the given offset and length to the output.
write(long, byte[]) - Method in class org.rrd4j.core.ByteBufferBackend
Writes bytes to the underlying RRD file on the disk
write(long, byte[]) - Method in class org.rrd4j.core.RrdBackend
Writes an array of bytes to the underlying storage starting from the given storage offset.
write(long, byte[]) - Method in class org.rrd4j.core.RrdRandomAccessFileBackend
Writes bytes to the underlying RRD file on the disk
WRITE_MESSAGE - Static variable in class com.southernstorm.noise.protocol.HandshakeState
The HandshakeState expects the application to write the next message payload for the handshake.
writeAccepted() - Method in interface net.i2p.client.streaming.impl.MessageOutputStream.WriteStatus
Returns true if the write was accepted by the outbound queue.
writeAccepted() - Method in class net.i2p.client.streaming.impl.PacketLocal
 
writeBlock() - Method in class net.metanotion.io.block.FreeListBlock
Write this block's data to disk.
writeBody(OutputStream) - Method in class net.i2p.data.LeaseSet2
Without sig.
writeBoolean(boolean) - Method in class net.metanotion.io.RAIFile
 
writeBoolean(boolean) - Method in interface net.metanotion.io.RandomAccessInterface
 
writeByte(int) - Method in class net.metanotion.io.RAIFile
 
writeByte(int) - Method in interface net.metanotion.io.RandomAccessInterface
 
writeBytes(OutputStream) - Method in class net.i2p.data.Certificate
 
writeBytes(byte[], int) - Method in class net.i2p.data.Certificate
Writes the certificate to the target array.
writeBytes(OutputStream) - Method in interface net.i2p.data.DataStructure
Write out the data structure to the stream, using the format defined in the I2P data structure specification.
writeBytes(OutputStream) - Method in class net.i2p.data.DateAndFlags
Write out the data structure to the stream, using the format defined in the I2P data structure specification.
writeBytes(byte[], int) - Method in class net.i2p.data.Destination
Deprecated, used only by Packet.java in streaming.
writeBytes(OutputStream) - Method in class net.i2p.data.i2cp.AbuseReason
Writes the abuse reason to a stream.
writeBytes(OutputStream) - Method in class net.i2p.data.i2cp.AbuseSeverity
Writes the severity level to a stream.
writeBytes(OutputStream) - Method in class net.i2p.data.i2cp.I2CPMessageImpl
Write the message to the stream, wrapping I2CPMessageException in DataFormatException.
writeBytes(OutputStream) - Method in class net.i2p.data.i2cp.MessageId
Write the message ID to a stream.
writeBytes(OutputStream) - Method in class net.i2p.data.i2cp.SessionConfig
Writes the session config to a stream.
writeBytes(OutputStream) - Method in class net.i2p.data.i2cp.SessionId
Writes the session ID to a stream.
writeBytes(OutputStream) - Method in class net.i2p.data.i2np.DeliveryInstructions
Not supported, use writeBytes(byte[], int)
writeBytes(byte[], int) - Method in class net.i2p.data.i2np.DeliveryInstructions
 
writeBytes(OutputStream) - Method in class net.i2p.data.KeysAndCert
Writes the keys and certificate to an output stream.
writeBytes(OutputStream) - Method in class net.i2p.data.Lease
Writes the lease to an output stream.
writeBytes(OutputStream) - Method in class net.i2p.data.Lease2
 
writeBytes(OutputStream) - Method in class net.i2p.data.LeaseSet
This does NOT validate the signature
writeBytes(OutputStream) - Method in class net.i2p.data.LeaseSet2
Including sig.
writeBytes(OutputStream) - Method in class net.i2p.data.MetaLease
Writes the lease to an output stream.
writeBytes(OutputStream) - Method in class net.i2p.data.Payload
Writes this payload to an output stream (4-byte length-prefixed data).
writeBytes(byte[], int) - Method in class net.i2p.data.Payload
Writes the encrypted payload to the target array.
writeBytes(OutputStream) - Method in class net.i2p.data.router.RouterAddress
As of 0.9.3, expiration MUST be all zeros as it is ignored on readin and the signature will fail.
writeBytes(OutputStream) - Method in class net.i2p.data.router.RouterInfo
This does NOT validate the signature
writeBytes(OutputStream) - Method in class net.i2p.data.SimpleDataStructure
Writes the data to the output stream.
writeBytes(OutputStream) - Method in class net.i2p.data.TunnelId
Write the tunnel ID to a stream.
writeBytes(ByteBuffer) - Method in class net.i2p.sam.SAMHandler
Write a byte array on the handler's socket.
writeBytes(String) - Method in class net.metanotion.io.RAIFile
 
writeBytes(String) - Method in interface net.metanotion.io.RandomAccessInterface
 
writeBytes(byte[]) - Method in class org.rrd4j.core.RrdPrimitive
Byte array to write to backend storage.
writeBytesRatchet(byte[], int) - Method in class net.i2p.data.i2np.GarlicClove
Short format for ECIES-Ratchet, saves 22 bytes.
writeBytesWithoutSig(OutputStream) - Method in class net.i2p.data.EncryptedLeaseSet
Before encrypt() is called, the inner leaseset.
writeBytesWithoutSig(OutputStream) - Method in class net.i2p.data.LeaseSet2
Without sig.
writeBytesWithoutSig(OutputStream) - Method in class net.i2p.data.MetaLeaseSet
Without sig.
writeChar(int) - Method in class net.metanotion.io.RAIFile
 
writeChar(int) - Method in interface net.metanotion.io.RandomAccessInterface
 
writeChars(String) - Method in class net.metanotion.io.RAIFile
 
writeChars(String) - Method in interface net.metanotion.io.RandomAccessInterface
 
writeClientAppConfig(I2PAppContext, ClientAppConfig) - Static method in class net.i2p.router.startup.ClientAppConfig
Classpath and stopargs not supported.
writeClientAppConfig(I2PAppContext, List<ClientAppConfig>) - Static method in class net.i2p.router.startup.ClientAppConfig
Classpath and stopargs not supported.
writeComment(Object) - Method in class org.rrd4j.core.XmlWriter
Writes XML comment to output stream
writeComment(long) - Method in class org.rrd4j.core.XmlWriter
Writes a timestamp using the configured DateTimeFormatter as an XML comment to output stream.
writeComplete(boolean) - Method in interface i2p.susi.util.Buffer
Writer MUST call this when done.
writeComplete(boolean) - Method in class i2p.susi.util.FileBuffer
Close the output stream and delete the file if success is false.
writeComplete(boolean) - Method in class i2p.susi.util.GzipFileBuffer
Close the output stream and record the uncompressed length if successful.
writeComplete(boolean) - Method in class i2p.susi.util.MemoryBuffer
Finalize the write.
writeComplete(boolean) - Method in class i2p.susi.util.OutputStreamBuffer
Close the output stream.
writeComplete(boolean) - Method in class i2p.susi.util.ReadBuffer
Does nothing
writeComplete(String, Buffer, boolean) - Method in class i2p.susi.webmail.MailCache
For writing a new full mail
writeConfFile() - Method in class net.i2p.i2pcontrol.servlets.configuration.ConfigurationManager
Write configuration into default config file.
writeData(byte[], int, int) - Method in class net.i2p.client.streaming.impl.ConnectionDataReceiver
Send some data through the connection, or if there is no new data, this may generate a packet with a plain ACK/NACK or CLOSE, or nothing whatsoever if there's nothing new to send.
writeData(byte[], int, int) - Method in interface net.i2p.client.streaming.impl.MessageOutputStream.DataReceiver
Non-blocking write of data.
writeData(byte[], int) - Method in class net.i2p.router.crypto.ratchet.RatchetPayload.AckBlock
Write this block to the output buffer
writeData(byte[], int) - Method in class net.i2p.router.crypto.ratchet.RatchetPayload.AckRequestBlock
Write this block to the output buffer
writeData(byte[], int) - Method in class net.i2p.router.crypto.ratchet.RatchetPayload.Block
Write the block data.
writeData(byte[], int) - Method in class net.i2p.router.crypto.ratchet.RatchetPayload.DateTimeBlock
Write this block to the output buffer
writeData(byte[], int) - Method in class net.i2p.router.crypto.ratchet.RatchetPayload.GarlicBlock
Write this block to the output buffer
writeData(byte[], int) - Method in class net.i2p.router.crypto.ratchet.RatchetPayload.NextKeyBlock
Write this block to the output buffer
writeData(byte[], int) - Method in class net.i2p.router.crypto.ratchet.RatchetPayload.OptionsBlock
Write this block to the output buffer
writeData(byte[], int) - Method in class net.i2p.router.crypto.ratchet.RatchetPayload.PaddingBlock
Write this block to the output buffer
writeData(byte[], int) - Method in class net.i2p.router.crypto.ratchet.RatchetPayload.PNBlock
Write this block to the output buffer
writeData(byte[], int) - Method in class net.i2p.router.crypto.ratchet.RatchetPayload.TerminationBlock
Write this block to the output buffer
writeData(byte[], int) - Method in class net.i2p.router.transport.ntcp.NTCP2Payload.Block
Write the block data to the target array, returning the new offset
writeData(byte[], int) - Method in class net.i2p.router.transport.ntcp.NTCP2Payload.DateTimeBlock
writeData.
writeData(byte[], int) - Method in class net.i2p.router.transport.ntcp.NTCP2Payload.I2NPBlock
writeData.
writeData(byte[], int) - Method in class net.i2p.router.transport.ntcp.NTCP2Payload.OptionsBlock
writeData.
writeData(byte[], int) - Method in class net.i2p.router.transport.ntcp.NTCP2Payload.PaddingBlock
writeData.
writeData(byte[], int) - Method in class net.i2p.router.transport.ntcp.NTCP2Payload.RIBlock
writeData.
writeData(byte[], int) - Method in class net.i2p.router.transport.ntcp.NTCP2Payload.TerminationBlock
writeData.
writeData(byte[], int) - Method in class net.i2p.router.transport.udp.SSU2Payload.AckBlock
Write the ACK block data to the target array.
writeData(byte[], int) - Method in class net.i2p.router.transport.udp.SSU2Payload.AddressBlock
Write the address block data to the target array.
writeData(byte[], int) - Method in class net.i2p.router.transport.udp.SSU2Payload.Block
Write the block data to the target array, returning the new offset.
writeData(byte[], int) - Method in class net.i2p.router.transport.udp.SSU2Payload.DateTimeBlock
Write the date/time block data to the target array.
writeData(byte[], int) - Method in class net.i2p.router.transport.udp.SSU2Payload.FirstFragBlock
Write the first fragment block data to the target array.
writeData(byte[], int) - Method in class net.i2p.router.transport.udp.SSU2Payload.FollowFragBlock
Write the follow-on fragment block data to the target array.
writeData(byte[], int) - Method in class net.i2p.router.transport.udp.SSU2Payload.I2NPBlock
Write the I2NP block data to the target array.
writeData(byte[], int) - Method in class net.i2p.router.transport.udp.SSU2Payload.NewTokenBlock
writeData.
writeData(byte[], int) - Method in class net.i2p.router.transport.udp.SSU2Payload.OptionsBlock
Write the options block data to the target array.
writeData(byte[], int) - Method in class net.i2p.router.transport.udp.SSU2Payload.PaddingBlock
Write the padding block data to the target array.
writeData(byte[], int) - Method in class net.i2p.router.transport.udp.SSU2Payload.PathChallengeBlock
writeData.
writeData(byte[], int) - Method in class net.i2p.router.transport.udp.SSU2Payload.PathResponseBlock
writeData.
writeData(byte[], int) - Method in class net.i2p.router.transport.udp.SSU2Payload.PeerTestBlock
writeData.
writeData(byte[], int) - Method in class net.i2p.router.transport.udp.SSU2Payload.RelayIntroBlock
writeData.
writeData(byte[], int) - Method in class net.i2p.router.transport.udp.SSU2Payload.RelayRequestBlock
Write the relay request block data to the target array.
writeData(byte[], int) - Method in class net.i2p.router.transport.udp.SSU2Payload.RelayResponseBlock
writeData.
writeData(byte[], int) - Method in class net.i2p.router.transport.udp.SSU2Payload.RelayTagBlock
Write the relay tag block data to the target array.
writeData(byte[], int) - Method in class net.i2p.router.transport.udp.SSU2Payload.RelayTagRequestBlock
Write the relay tag request block data to the target array.
writeData(byte[], int) - Method in class net.i2p.router.transport.udp.SSU2Payload.RIBlock
Write the RouterInfo block data to the target array.
writeData(byte[], int) - Method in class net.i2p.router.transport.udp.SSU2Payload.TerminationBlock
Write the termination block data to the target array.
writeDate(OutputStream, Date) - Static method in class net.i2p.data.DataHelper
Write out a date to the stream as specified by the I2P data structure spec.
writeDouble(double) - Method in class net.metanotion.io.RAIFile
 
writeDouble(double) - Method in interface net.metanotion.io.RandomAccessInterface
 
writeDouble(long, double) - Method in class org.rrd4j.core.ByteBufferBackend
 
writeDouble(long, double, int) - Method in class org.rrd4j.core.ByteBufferBackend
 
writeDouble(long, double[]) - Method in class org.rrd4j.core.ByteBufferBackend
 
writeDouble(long, double) - Method in class org.rrd4j.core.RrdBackend
Writes a double value to the underlying storage at the given offset.
writeDouble(long, double, int) - Method in class org.rrd4j.core.RrdBackend
Writes multiple copies of a double value to the underlying storage at the given offset.
writeDouble(long, double[]) - Method in class org.rrd4j.core.RrdBackend
Writes an array of double values to the underlying storage at the given offset.
writeDouble(double) - Method in class org.rrd4j.core.RrdPrimitive
Double value to write to backend storage.
writeDouble(int, double) - Method in class org.rrd4j.core.RrdPrimitive
Position in the primitive array.
writeDouble(int, double, int) - Method in class org.rrd4j.core.RrdPrimitive
Starting position in the primitive array.
writeDouble(int, double[]) - Method in class org.rrd4j.core.RrdPrimitive
Starting position in the primitive array.
writeEnum(E) - Method in class org.rrd4j.core.RrdPrimitive
Serialize an enum value to backend storage.
writeErrorMessage(String, OutputStream, String, boolean, String) - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
No jump servers or extra message
writeErrorMessage(String, OutputStream, String, boolean, String, String) - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
No extra message
writeErrorMessage(String, String, OutputStream, String, boolean, String) - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
No jump servers
writeErrorMessage(String, String, OutputStream, String, boolean, String, String) - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
Write the complete error message to the output stream.
writeFailed() - Method in interface net.i2p.client.streaming.impl.MessageOutputStream.WriteStatus
Returns true if the write operation failed.
writeFailed() - Method in class net.i2p.client.streaming.impl.PacketLocal
 
writeFirstFragment(PendingGatewayMessage, byte[], int) - Method in class net.i2p.router.tunnel.TrivialPreprocessor
Write the first fragment of a tunnel message.
writeFloat(float) - Method in class net.metanotion.io.RAIFile
 
writeFloat(float) - Method in interface net.metanotion.io.RandomAccessInterface
 
writeFooter(OutputStream) - Static method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
Flushes.
writeFooter(Writer) - Static method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
Flushes.
writeFragment(byte[], int, int) - Method in class net.i2p.router.transport.udp.OutboundMessageState
Write a part of the the message onto the specified buffer.
writeHeader(OutputStream) - Method in class net.i2p.data.EncryptedLeaseSet
Overridden because we have a blinded key, not a dest
writeHeader(OutputStream) - Method in class net.i2p.data.LeaseSet2
Write the LeaseSet2 header to a stream.
writeHeaders(HttpServletResponse, BasicServlet.HttpContent, long) - Method in class org.klomp.snark.web.BasicServlet
Write response headers for the content.
writeInProcess() - Method in class net.i2p.client.streaming.impl.ConnectionDataReceiver
This tells the flusher in MessageOutputStream whether to flush.
writeInProcess() - Method in interface net.i2p.client.streaming.impl.MessageOutputStream.DataReceiver
Indicates whether a write is currently in process.
writeInt(int) - Method in class net.metanotion.io.RAIFile
 
writeInt(int) - Method in interface net.metanotion.io.RandomAccessInterface
 
writeInt(long, int) - Method in class org.rrd4j.core.ByteBufferBackend
 
writeInt(long, int) - Method in class org.rrd4j.core.RrdBackend
Writes an integer value to the underlying storage at the given offset.
writeInt(int) - Method in class org.rrd4j.core.RrdPrimitive
Int value to write to backend storage.
writeLong(OutputStream, int, long) - Static method in class net.i2p.data.DataHelper
Write an integer as defined by the I2P data structure specification to the stream.
writeLong(long) - Method in class net.metanotion.io.RAIFile
 
writeLong(long) - Method in interface net.metanotion.io.RandomAccessInterface
 
writeLong(long, long) - Method in class org.rrd4j.core.ByteBufferBackend
 
writeLong(long, long) - Method in class org.rrd4j.core.RrdBackend
Writes a long value to the underlying storage at the given offset.
writeLong(long) - Method in class org.rrd4j.core.RrdPrimitive
Long value to write to backend storage.
writeMail(Writer, StringBuilder, List<Attachment>, String) - Static method in class i2p.susi.webmail.smtp.SMTPClient
Caller must close out
writeMessage(byte[], int, byte[], int, int) - Method in class com.southernstorm.noise.protocol.HandshakeState
Writes a message payload during the handshake.
writeMessage(OutputStream) - Method in interface net.i2p.data.i2cp.I2CPMessage
Write the current message to the output stream as a full message following the specification from the I2CP definition.
writeMessage(OutputStream) - Method in class net.i2p.data.i2cp.I2CPMessageImpl
Write out the full message to the stream, including the 4 byte size and 1 byte type header.
writeMessage(OutputStream) - Method in class net.i2p.data.i2cp.MessagePayloadMessage
Write out the full message to the stream, including the 4 byte size and 1 byte type header.
writeMessage(OutputStream) - Method in class net.i2p.data.i2cp.MessageStatusMessage
Override to reduce mem churn
writeMessage(OutputStream) - Method in class net.i2p.data.i2cp.ReceiveMessageBeginMessage
Override to reduce mem churn
writeMessage(OutputStream) - Method in class net.i2p.data.i2cp.SendMessageExpiresMessage
Write out the full message to the stream, including the 4 byte size and 1 byte type header.
writeMessage(OutputStream) - Method in class net.i2p.data.i2cp.SendMessageMessage
Write out the full message to the stream, including the 4 byte size and 1 byte type header.
writeMessage(I2CPMessage) - Method in class net.i2p.router.client.ClientConnectionRunner
Not thread-safe.
writeMessage(I2CPMessage) - Method in class net.i2p.router.client.QueuedClientConnectionRunner
In super(), doSend queues it to the writer thread and the writer thread calls writeMessage() to write to the output stream.
writeMessageBody(byte[], int) - Method in class net.i2p.data.i2np.DatabaseLookupMessage
writeMessageBody.
writeMessageBody(byte[], int) - Method in class net.i2p.data.i2np.DatabaseSearchReplyMessage
write the message body to the output array, starting at the given index
writeMessageBody(byte[], int) - Method in class net.i2p.data.i2np.DatabaseStoreMessage
write the message body to the output array, starting at the given index
writeMessageBody(byte[], int) - Method in class net.i2p.data.i2np.DataMessage
write the message body to the output array, starting at the given index
writeMessageBody(byte[], int) - Method in class net.i2p.data.i2np.DeliveryStatusMessage
write the message body to the output array, starting at the given index
writeMessageBody(byte[], int) - Method in class net.i2p.data.i2np.GarlicMessage
write the message body to the output array, starting at the given index
writeMessageBody(byte[], int) - Method in class net.i2p.data.i2np.I2NPMessageImpl
write the message body to the output array, starting at the given index.
writeMessageBody(byte[], int) - Method in class net.i2p.data.i2np.OutboundTunnelBuildReplyMessage
writeMessageBody.
writeMessageBody(byte[], int) - Method in class net.i2p.data.i2np.ShortTunnelBuildMessage
writeMessageBody.
writeMessageBody(byte[], int) - Method in class net.i2p.data.i2np.ShortTunnelBuildReplyMessage
 
writeMessageBody(byte[], int) - Method in class net.i2p.data.i2np.TunnelBuildMessageBase
writeMessageBody.
writeMessageBody(byte[], int) - Method in class net.i2p.data.i2np.TunnelDataMessage
write the message body to the output array, starting at the given index
writeMessageBody(byte[], int) - Method in class net.i2p.data.i2np.TunnelGatewayMessage
write the message body to the output array, starting at the given index
writeMessageBody(byte[], int) - Method in class net.i2p.data.i2np.UnknownI2NPMessage
write the message body to the output array, starting at the given index
writeMessageBody(byte[], int) - Method in class net.i2p.data.i2np.VariableTunnelBuildMessage
Write record count byte followed by all encrypted build records.
writeMessageBody(byte[], int) - Method in class net.i2p.data.i2np.VariableTunnelBuildReplyMessage
Write record count byte followed by all encrypted build records.
writeMultiPageData(byte[], int, int[], int[]) - Method in class net.metanotion.io.block.BlockFile
Write bytes to multiple pages.
writeOfflineBytes(OutputStream) - Method in class net.i2p.data.EncryptedLeaseSet
Overridden because we have a blinded key, not a dest
writeOfflineBytes(OutputStream) - Method in class net.i2p.data.LeaseSet2
Write the offline signing section to a stream.
writeOptions(Properties, Writer) - Static method in class net.i2p.client.naming.SingleFileNamingService
Write the subscription options part of the line (including the #!).
writePacket(byte[], int) - Method in class net.i2p.client.streaming.impl.Packet
Write the packet to the buffer (starting at the offset) and return the number of bytes written.
writePacket(byte[], int, int) - Method in class net.i2p.client.streaming.impl.Packet
 
writePaddingBytes(byte[], int) - Method in class net.i2p.data.KeysAndCert
For Destination.writeBytes()
writePartialSignature(DataOutputStream) - Method in class org.minidns.record.RRSIG
writePartialSignature.
writePayload(byte[], int, List<RatchetPayload.Block>) - Static method in class net.i2p.router.crypto.ratchet.RatchetPayload
Write blocks to a payload buffer.
writePayload(byte[], int, List<NTCP2Payload.Block>) - Static method in class net.i2p.router.transport.ntcp.NTCP2Payload
 
writePayload(byte[], int, List<SSU2Payload.Block>) - Static method in class net.i2p.router.transport.udp.SSU2Payload
 
writeProfile(PeerProfile) - Method in class net.i2p.router.peermanager.ProfileOrganizer
writeProfile.
writeProfile(PeerProfile) - Method in class net.i2p.router.peermanager.ProfilePersistenceHelper
write out the data from the profile to the file
writeProfile(PeerProfile, OutputStream) - Method in class net.i2p.router.peermanager.ProfilePersistenceHelper
write out the data from the profile to the stream includes comments
writeProfile(PeerProfile, OutputStream, boolean) - Method in class net.i2p.router.peermanager.ProfilePersistenceHelper
write out the data from the profile to the stream
writeProperties(OutputStream, Properties) - Static method in class net.i2p.data.DataHelper
Write a mapping to the stream, as defined by the I2P data structure spec, and store it into a Properties object.
writeProperties(OutputStream, Properties, boolean) - Static method in class net.i2p.data.DataHelper
Writes the props to the stream, sorted by property name.
writeProperties(OutputStream, Properties, boolean, boolean) - Static method in class net.i2p.data.DataHelper
Writes the props to the stream, sorted by property name if sort == true or if props is an OrderedProperties.
writeProps(Writer) - Method in class net.i2p.client.naming.HostTxtEntry
Write the props part (if any) only, without newline.
Writer - Interface in com.google.zxing
The base class for all objects which encode/generate a barcode image.
Writer - Class in net.i2p.router.transport.ntcp
Pool of running threads which will transform the next I2NP message into something ready to be transferred over an NTCP connection, including encryption of the data read.
Writer(RouterContext) - Constructor for class net.i2p.router.transport.ntcp.Writer
Writer.
writeRecord(LogRecord, String) - Method in class net.i2p.util.FileLogWriter
writeRecord.
writeRecord(int, String) - Method in class net.i2p.util.FileLogWriter
writeRecord.
writeRecord(LogRecord, String) - Method in class net.i2p.util.LogWriter
Write the provided LogRecord to the writer.
writeRecord(int, String) - Method in class net.i2p.util.LogWriter
Write a single String verbatim to the writer.
writeRemove(Writer) - Method in class net.i2p.client.naming.HostTxtEntry
Write as a "remove" line #!dest=dest#name=name#k1=v1#sig=sig...] This works whether constructed with name and dest, or just properties.
writeRemoveLine(BufferedWriter) - Method in class net.i2p.client.naming.HostTxtEntry
Write as a "remove" line #!dest=dest#name=name#k1=v1#sig=sig...] This works whether constructed with name and dest, or just properties.
WriterException - Exception in com.google.zxing
A base class which covers the range of exceptions which may occur when encoding a barcode using the Writer framework.
WriterException() - Constructor for exception com.google.zxing.WriterException
WriterException.
WriterException(String) - Constructor for exception com.google.zxing.WriterException
WriterException.
WriterException(Throwable) - Constructor for exception com.google.zxing.WriterException
WriterException.
WriterOutputStream - Class in net.i2p.servlet.util
Treat a writer as an output stream.
WriterOutputStream(Writer) - Constructor for class net.i2p.servlet.util.WriterOutputStream
WriterOutputStream.
writeSeed(byte[]) - Static method in class net.i2p.util.RandomSource
writeSeed.
writeShort(int) - Method in class net.metanotion.io.RAIFile
 
writeShort(int) - Method in interface net.metanotion.io.RandomAccessInterface
 
writeShort(long, short) - Method in class org.rrd4j.core.ByteBufferBackend
 
writeShort(long, short) - Method in class org.rrd4j.core.RrdBackend
Writes a short value to the underlying storage at the given offset.
writeSignedPacket(byte[], int) - Method in class net.i2p.client.streaming.impl.PacketLocal
Sign and write the packet to the buffer (starting at the offset) and return the number of bytes written.
writeString(OutputStream, String) - Static method in class net.i2p.data.DataHelper
Write out a string to the stream as specified by the I2P data structure spec.
writeString(String) - Method in class net.i2p.sam.SAMHandler
Write a string to the handler's socket.
writeString(String, SocketChannel) - Static method in class net.i2p.sam.SAMHandler
Unsynchronized, use with caution.
writeString(String, String) - Method in class net.i2p.sam.SAMv1Handler
Write a string and message, escaping the message.
writeString(long, String, int) - Method in class org.rrd4j.core.ByteBufferBackend
 
writeString(long, String) - Method in class org.rrd4j.core.RrdBackend
Writes a string to the underlying storage at the given offset.
writeString(long, String, int) - Method in class org.rrd4j.core.RrdBackend
Writes a string to the underlying storage at the given offset with a fixed length.
writeString(String) - Method in class org.rrd4j.core.RrdPrimitive
String value to write to backend storage.
writeStringUTF8(OutputStream, String) - Static method in class net.i2p.data.DataHelper
Write out a string to the stream as specified by the I2P data structure spec.
writeSubsequentFragment(PendingGatewayMessage, byte[], int) - Method in class net.i2p.router.tunnel.TrivialPreprocessor
Write a subsequent fragment of a tunnel message.
writeSuccessful() - Method in class net.i2p.client.streaming.impl.PacketLocal
 
writeTag(String, Object) - Method in class org.rrd4j.core.XmlWriter
Writes <tag>value</tag> to output stream
writeTag(String, int) - Method in class org.rrd4j.core.XmlWriter
Writes <tag>value</tag> to output stream
writeTag(String, long) - Method in class org.rrd4j.core.XmlWriter
Writes <tag>value</tag> to output stream
writeTag(String, double, String) - Method in class org.rrd4j.core.XmlWriter
Writes <tag>value</tag> to output stream
writeTag(String, double) - Method in class org.rrd4j.core.XmlWriter
Writes <tag>value</tag> to output stream
writeTag(String, boolean) - Method in class org.rrd4j.core.XmlWriter
Writes <tag>value</tag> to output stream
writeTag(String, Color) - Method in class org.rrd4j.core.XmlWriter
Writes <tag>value</tag> to output stream
writeTag(String, Font) - Method in class org.rrd4j.core.XmlWriter
Writes <tag>value</tag> to output stream
writeTag(String, File) - Method in class org.rrd4j.core.XmlWriter
Writes <tag>value</tag> to output stream
writeTo(OutputStream) - Method in class org.minidns.dnsmessage.DnsMessage
writeTo.
writeTo(OutputStream, boolean) - Method in class org.minidns.dnsmessage.DnsMessage
writeTo.
writeToBoas(ByteArrayOutputStream) - Method in class org.minidns.dnslabel.DnsLabel
Write this label to a ByteArrayOutputStream prefixed by its length.
writeToDos(DataOutputStream) - Method in class org.minidns.edns.EdnsOption
Writes this EDNS option to the specified data output stream.
writeToHTML(File, String, String) - Static method in class org.jfree.svg.SVGUtils
Writes an HTML file containing an SVG element.
writeToPath(BitMatrix, String, Path) - Static method in class com.google.zxing.client.j2se.MatrixToImageWriter
Writes a BitMatrix to a file with default configuration.
writeToPath(BitMatrix, String, Path, MatrixToImageConfig) - Static method in class com.google.zxing.client.j2se.MatrixToImageWriter
As MatrixToImageWriter.writeToFile(BitMatrix, String, File), but allows customization of the output.
writeToProperties(String, Properties) - Method in class net.i2p.router.TunnelPoolSettings
 
writeToStream(BitMatrix, String, OutputStream) - Static method in class com.google.zxing.client.j2se.MatrixToImageWriter
Writes a BitMatrix to a stream with default configuration.
writeToStream(BitMatrix, String, OutputStream, MatrixToImageConfig) - Static method in class com.google.zxing.client.j2se.MatrixToImageWriter
As MatrixToImageWriter.writeToStream(BitMatrix, String, OutputStream), but allows customization of the output.
writeToStream(OutputStream) - Method in class org.minidns.dnsname.DnsName
writeToStream.
writeToSVG(File, String) - Static method in class org.jfree.svg.SVGUtils
Writes a file containing the SVG element.
writeToSVG(File, String, boolean) - Static method in class org.jfree.svg.SVGUtils
Writes a file containing the SVG element.
writeTruncatedBytes(OutputStream) - Method in class net.i2p.data.SigningPublicKey
Write the data up to a max of 128 bytes.
writeUTF(String) - Method in class net.metanotion.io.RAIFile
Write a UTF encoded string with 4-byte length prefix.
writeUTF(String) - Method in interface net.metanotion.io.RandomAccessInterface
 

X

X - Variable in class net.i2p.crypto.eddsa.math.GroupElement
Variable is package private only so that tests run.
x - Variable in class org.rrd4j.graph.CommentText
Screen coordinates for positioning
X25519_Ed25519_CERT - Static variable in class net.i2p.data.KeyCertificate
An immutable X25519/Ed25519 certificate.
X25519_Ed25519_PAYLOAD - Static variable in class net.i2p.data.KeyCertificate
X25519 + Ed25519
X25519_SPEC - Static variable in class net.i2p.crypto.x25519.spec.X25519Spec
Singleton instance
X25519DH - Class in net.i2p.crypto.x25519
DH wrapper around Noise's Curve25519 with I2P types.
X25519KeyFactory - Class in net.i2p.router.transport.crypto
Try to keep DH pairs at the ready.
X25519KeyFactory(I2PAppContext) - Constructor for class net.i2p.router.transport.crypto.X25519KeyFactory
X25519KeyFactory.
X25519Spec - Class in net.i2p.crypto.x25519.spec
Parameter specification for X25519 elliptic curve Diffie-Hellman.
X25519Spec() - Constructor for class net.i2p.crypto.x25519.spec.X25519Spec
 
X_AXIS - Static variable in class com.vuze.plugins.mlab.tools.ndt.swingemu.BoxLayout
Horizontal axis constant
x_receivedLast() - Method in class net.i2p.util.TimeoutPipedInputStream
To save state.
xff - Variable in class org.rrd4j.core.Archive
X-files factor
xff - Variable in class org.rrd4j.core.jrrd.Archive
X-Files factor for this archive.
xgif - Variable in class org.rrd4j.graph.ImageParameters
Total image dimensions
XI2PLocationFilter - Class in net.i2p.servlet.filters
Adds a header, X-I2P-Location, to requests when they do **not** come in on an I2P hostname.
XI2PLocationFilter() - Constructor for class net.i2p.servlet.filters.XI2PLocationFilter
 
XML - Class in org.cybergarage.xml
Utility class for XML character escaping and unescaping operations.
XML() - Constructor for class org.cybergarage.xml.XML
 
XML_BUFFER_CAPACITY - Static variable in class org.rrd4j.core.RrdDb
XML buffer capacity in bytes
XML_CLASS_PROPERTTY - Static variable in class org.cybergarage.upnp.UPnP
Name of the system properties used to identifies the default XML Parser.
The value of the properties MUST BE the fully qualified class name of
XML Parser which CyberLink should use.
XML_DECLARATION - Static variable in class org.cybergarage.upnp.UPnP
Standard XML declaration for UPnP documents.
XMLNS - Static variable in class org.cybergarage.soap.SOAP
XMLNS.
XMLNS - Static variable in class org.cybergarage.upnp.control.Control
XML namespace for UPnP control
XMLNS - Static variable in class org.cybergarage.upnp.event.Subscription
XMLNS.
XMLNS_URL - Static variable in class org.cybergarage.soap.SOAP
XMLNS_URL.
XMLParser - Class in net.i2p.router.news
Enhanced XML parser for I2P news content with XHTML support.
XMLParser(I2PAppContext) - Constructor for class net.i2p.router.news.XMLParser
XMLParser.
XmlReader - Class in org.rrd4j.core
Reader for importing RRD data from XML format.
XmlReader(String) - Constructor for class org.rrd4j.core.XmlReader
Creates an XmlReader for the specified XML file.
XmlTemplate - Class in org.rrd4j.core
Class used as a base class for various XML template related classes.
XmlTemplate(InputSource) - Constructor for class org.rrd4j.core.XmlTemplate
Constructor for XmlTemplate.
XmlTemplate(String) - Constructor for class org.rrd4j.core.XmlTemplate
Constructor for XmlTemplate.
XmlTemplate(File) - Constructor for class org.rrd4j.core.XmlTemplate
Constructor for XmlTemplate.
XmlWriter - Class in org.rrd4j.core
Extremely simple utility class used to create XML documents.
XmlWriter(OutputStream) - Constructor for class org.rrd4j.core.XmlWriter
Creates XmlWriter with the specified OutputStream to send XML code to.
XmlWriter(OutputStream, boolean) - Constructor for class org.rrd4j.core.XmlWriter
Creates XmlWriter with the specified output stream to send XML code to.
XmlWriter(PrintWriter) - Constructor for class org.rrd4j.core.XmlWriter
Creates XmlWriter with the specified PrintWriter to send XML code to.
XmlWriter.DoubleFormater - Interface in org.rrd4j.core
Functional interface for formatting double values in XML output.
XnLabel - Class in org.minidns.dnslabel
A label that begins with "xn--" and follows the LDH rule.
XnLabel(String) - Constructor for class org.minidns.dnslabel.XnLabel
XnLabel.
Xof - Interface in org.bouncycastle.crypto
With FIPS PUB 202 a new kind of message digest was announced which supported extendable output, or variable digest sizes.
xofAbsorb(byte[], byte, byte) - Method in class org.bouncycastle.pqc.crypto.mlkem.Symmetric.ShakeSymmetric
 
xofAbsorb(byte[], byte, byte) - Method in class org.bouncycastle.pqc.crypto.mlkem.Symmetric
XOF absorb operation.
xofBlockBytes - Variable in class org.bouncycastle.pqc.crypto.mlkem.Symmetric
 
xofSqueezeBlocks(byte[], int, int) - Method in class org.bouncycastle.pqc.crypto.mlkem.Symmetric.ShakeSymmetric
 
xofSqueezeBlocks(byte[], int, int) - Method in class org.bouncycastle.pqc.crypto.mlkem.Symmetric
XOF squeeze operation.
xor(BitArray) - Method in class com.google.zxing.common.BitArray
Performs a bitwise XOR of this array with another.
xor(BitMatrix) - Method in class com.google.zxing.common.BitMatrix
Exclusive-or (XOR): Flip the bit in this BitMatrix if the corresponding mask bit is set.
xor(byte[], byte[]) - Static method in class net.i2p.data.DataHelper
XOR two byte arrays.
xor(byte[], int, byte[], int, byte[], int, int) - Static method in class net.i2p.data.DataHelper
xor the lhs with the rhs, storing the result in out.
xorBlock(byte[], int, byte[], int, int, int[]) - Static method in class com.southernstorm.noise.crypto.chacha20.ChaChaCore
XOR's the output of ChaCha20 with a byte buffer.
XORComparator<T extends SimpleDataStructure> - Class in net.i2p.kademlia
Help sort Hashes in relation to a base key using the XOR metric
XORComparator(T) - Constructor for class net.i2p.kademlia.XORComparator
Create a comparator with the given target key.
xorigin - Variable in class org.rrd4j.graph.ImageParameters
Origin coordinates for graph plotting area
xsize - Variable in class org.rrd4j.graph.ImageParameters
Graph dimensions
XSSFilter - Class in net.i2p.servlet.filters
Filter to prevent XSS attacks.
XSSFilter() - Constructor for class net.i2p.servlet.filters.XSSFilter
 
XSSRequestWrapper - Class in net.i2p.servlet.filters
Request wrapper to prevent XSS attacks.
XSSRequestWrapper(HttpServletRequest) - Constructor for class net.i2p.servlet.filters.XSSRequestWrapper
XSSRequestWrapper.
xtr(double) - Method in class org.rrd4j.graph.Mapper
Converts time coordinate to pixel x-coordinate.

Y

Y - Variable in class net.i2p.crypto.eddsa.math.GroupElement
Variable is package private only so that tests run.
y - Variable in class org.rrd4j.graph.CommentText
Screen coordinates for positioning
Y_AXIS - Static variable in class com.vuze.plugins.mlab.tools.ndt.swingemu.BoxLayout
Vertical axis constant
year - Variable in class org.rrd4j.core.timespec.TimeSpec
 
YEAR - Static variable in interface org.rrd4j.graph.RrdGraphConstants
Constant to represent year
YEARS - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "year", "years", "yr", "y" - years multiplier
YESTERDAY - Static variable in class org.rrd4j.core.timespec.TimeToken
Token for "yesterday" - one day before current date
ygif - Variable in class org.rrd4j.graph.ImageParameters
Total image dimensions
ygridstep - Variable in class org.rrd4j.graph.ImageParameters
Step size for y-axis grid lines
YKGenerator - Class in net.i2p.crypto
Precalculate the Y and K for ElGamal encryption operations.
YKGenerator(I2PAppContext) - Constructor for class net.i2p.crypto.YKGenerator
Caller must also call start() to start the background precalc thread.
YLabel(double, int, int, int, int) - Constructor for class org.rrd4j.graph.ValueAxis.YLabel
 
ylabfact - Variable in class org.rrd4j.graph.ImageParameters
Label factor for y-axis
yorigin - Variable in class org.rrd4j.graph.ImageParameters
Origin coordinates for graph plotting area
ysize - Variable in class org.rrd4j.graph.ImageParameters
Graph dimensions
ytr(double) - Method in class org.rrd4j.graph.Mapper
Converts value coordinate to pixel y-coordinate.
yybegin(int) - Method in class org.json.simple.Yylex
Enters a new lexical state
yycharat(int) - Method in class org.json.simple.Yylex
Returns the character at position pos from the matched text.
yyclose() - Method in class org.json.simple.Yylex
Closes the input stream.
YYEOF - Static variable in class org.json.simple.Yylex
This character denotes the end of file
YYINITIAL - Static variable in class org.json.simple.Yylex
lexical states
yylength() - Method in class org.json.simple.Yylex
Returns the length of the matched text region.
Yylex - Class in org.json.simple
This class is a scanner generated by JFlex 1.4.3 on 8/30/16 5:50 PM from the specification file /home/davinloegering/cliftonlabs/workspace/json-simple/src/main/lex/jsonstrict.lex
Yylex(Reader) - Constructor for class org.json.simple.Yylex
Creates a new scanner There is also a java.io.InputStream version of this constructor.
Yylex(InputStream) - Constructor for class org.json.simple.Yylex
Creates a new scanner.
yylex() - Method in class org.json.simple.Yylex
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yypushback(int) - Method in class org.json.simple.Yylex
Pushes the specified amount of characters back into the input stream.
yyreset(Reader) - Method in class org.json.simple.Yylex
Resets the scanner to read from a new input stream.
yystate() - Method in class org.json.simple.Yylex
Returns the current lexical state.
yytext() - Method in class org.json.simple.Yylex
Returns the text matched by the current regular expression.
Yytoken - Class in org.json.simple
Represents structural entities in JSON.
Yytoken(Yytoken.Types, Object) - Constructor for class org.json.simple.Yytoken
 
Yytoken.Types - Enum in org.json.simple
Represents the different kinds of tokens.

Z

Z - Variable in class net.i2p.crypto.eddsa.math.GroupElement
Variable is package private only so that tests run.
ZERO - Static variable in class net.i2p.crypto.eddsa.math.Constants
method comment
ZERO - Variable in class net.i2p.crypto.eddsa.math.Field
ZERO.
zeroBased() - Method in class com.tomgibara.crinch.hashing.HashRange
 
ZEROKEY - Static variable in class net.i2p.router.transport.ntcp.OutboundNTCP2State
ZEROKEY.
ZEROKEY - Static variable in class net.i2p.router.transport.udp.SSU2Util
All-zero key of KEY_LEN bytes
ZEROLEN - Static variable in class net.i2p.router.transport.udp.SSU2Util
Empty byte array, used as HKDF salt
Zones - Class in net.i2p.router.time
Country to continent mapping for NTP.
Zones(I2PAppContext) - Constructor for class net.i2p.router.time.Zones
Reads in the file in the constructor, so hold onto this.

_

__id - Static variable in class net.i2p.router.util.CoDelPriorityBlockingQueue
debugging
__readerId - Static variable in class net.i2p.data.i2cp.I2CPMessageReader
__readerId.
__requestId - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
Counter for unique request IDs
__serverId - Static variable in class net.i2p.i2ptunnel.I2PTunnelServer
 
_aborted - Variable in class net.i2p.util.EepGet
Whether the fetch was aborted due to timeout or user request
_acceptRanges - Variable in class net.i2p.util.EepGet
Accept-Ranges header value from the response
_action - Variable in class net.i2p.router.web.FormHandler
Form action
_actualURL - Variable in class net.i2p.util.EepGet
The URL we actually fetch from (may differ from _url in case of redirect)
_aliceIP - Variable in class net.i2p.router.transport.udp.InboundEstablishState
Alice's IP address from the SessionCreated message
_aliceIP - Variable in class net.i2p.router.transport.udp.OutboundEstablishState
Alice's IP
_alicePort - Variable in class net.i2p.router.transport.udp.InboundEstablishState
Alice's port number
_alicePort - Variable in class net.i2p.router.transport.udp.OutboundEstablishState
Alice's port
_alive - Variable in class net.i2p.router.tunnel.pool.TunnelPool
Whether this pool is running
_alreadyChanged - Variable in class net.i2p.util.Clock
whether the offset has ever been changed
_alreadyTransferred - Variable in class net.i2p.util.EepGet
Total bytes transferred across all attempts, including resumed content
_appContext - Variable in class net.i2p.desktopgui.TrayManager
_appContext.
_authState - Variable in class net.i2p.util.EepGet
Authentication state for proxy digest/basic auth; created via addAuthorization()
_autotune - Variable in class net.i2p.router.Tuner.BaseParam
Autotune profile for this tunable parameter.
_autoTuning - Variable in class net.i2p.router.Tuner.BaseParam
Whether autotuning is active for this parameter.
_availabilityNotifier - Variable in class net.i2p.client.impl.I2PSessionImpl
thread that we tell when new messages are available who then tells us to fetch them.
_availableMessages - Variable in class net.i2p.client.impl.I2PSessionImpl
map of Long--> MessagePayloadMessage
_baos - Variable in class net.i2p.router.update.UpdateRunner
56 byte header, only used for suds
_bFailed - Variable in class edu.internet2.ndt.Tcpbw100
b failed
_bindAllInterfaces - Variable in class net.i2p.router.client.ClientListenerRunner
Whether to bind on all interfaces
_bIsApplication - Variable in class edu.internet2.ndt.Tcpbw100
b is application
_bobIP - Variable in class net.i2p.router.transport.udp.InboundEstablishState
Our IP address as seen by Alice
_bobIP - Variable in class net.i2p.router.transport.udp.OutboundEstablishState
Bob's IP
_bobPort - Variable in class net.i2p.router.transport.udp.InboundEstablishState
Our port number as seen by Alice
_bobPort - Variable in class net.i2p.router.transport.udp.OutboundEstablishState
Bob's port
_buttonDetails - Variable in class edu.internet2.ndt.Tcpbw100
button details
_buttonStartTest - Variable in class edu.internet2.ndt.Tcpbw100
button start test
_buttonStatistics - Variable in class edu.internet2.ndt.Tcpbw100
button statistics
_bwLimits - Variable in class net.i2p.client.impl.I2PSessionImpl
current bandwidth limits
_bwReceivedLock - Variable in class net.i2p.client.impl.I2PSessionImpl
lock for bandwidth limit updates
_byteified - Variable in class net.i2p.data.LeaseSet
Cached serialized byte array for performance.
_bytesRemaining - Variable in class net.i2p.util.EepGet
Remaining bytes on the current attempt, -1 if unknown (chunked or no Content-Length)
_bytesTransferred - Variable in class net.i2p.util.EepGet
Total bytes transferred including headers, retries, redirects, and discarded partial downloads
_c2sspdUpdateTime - Variable in class edu.internet2.ndt.Tcpbw100
s2cspd update time
_cacheControl - Variable in class net.i2p.util.EepGet
Cache-Control header value from the response
_callback - Variable in class net.i2p.i2ptunnel.util.LimitOutputStream
 
_certificate - Variable in class net.i2p.data.KeysAndCert
Certificate specifying key types and metadata.
_check_mtime() - Method in class com.maxmind.geoip.LookupService
Void
_checked - Variable in class net.i2p.data.LeaseSet
Whether decryption has been attempted.
_checksum - Variable in class net.i2p.data.i2np.FastI2NPMessageImpl
One-byte checksum.
_chkboxDefaultTest - Variable in class edu.internet2.ndt.Tcpbw100
chkbox default test
_chkboxPreferIPv6 - Variable in class edu.internet2.ndt.Tcpbw100
chkbox default test
_cleanTimeMs - Static variable in class net.i2p.router.networkdb.kademlia.LookupBanHammer
 
_cleared - Variable in class net.i2p.router.util.CachedIteratorCollection
True after clear() to signal iterator instances the collection is gone
_clientExecutor - Variable in class net.i2p.i2ptunnel.I2PTunnelServer
 
_clientId - Variable in class net.i2p.i2ptunnel.I2PTunnelClientBase
This client's ID
_clientId - Variable in class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPClientBase
Unique client identifier
_clock - Variable in class net.i2p.I2PAppContext
The context clock, overridden in RouterContext
_clockInitialized - Variable in class net.i2p.I2PAppContext
Whether the clock is initialized, used in RouterContext
_con - Variable in class net.i2p.router.transport.ntcp.EstablishBase
_con.
_config - Variable in class net.i2p.router.tunnel.HopProcessor
 
_contentEncoding - Variable in class net.i2p.i2ptunnel.HTTPResponseOutputStream
lower-case, trimmed
_contentEncoding - Variable in class net.i2p.util.EepGet
Content-Encoding header value from the response
_contentLanguage - Variable in class net.i2p.util.EepGet
Content-Language header value from the response
_contentType - Variable in class net.i2p.i2ptunnel.HTTPResponseOutputStream
lower-case, trimmed
_contentType - Variable in class net.i2p.util.EepGet
Content-Type header value from the response
_context - Variable in class i2p.susi.dns.BaseBean
The I2P application context
_context - Variable in class net.i2p.client.impl.HandlerImpl
The application context
_context - Variable in class net.i2p.client.impl.I2PSessionImpl
used to separate things out so we can get rid of singletons
_context - Variable in class net.i2p.client.naming.NamingService
context
_context - Variable in class net.i2p.client.streaming.impl.SchedulerImpl
_context.
_context - Variable in class net.i2p.crypto.AESEngine
I2P application context
_context - Variable in class net.i2p.data.i2np.I2NPMessageImpl
_context.
_context - Variable in class net.i2p.i2ptunnel.I2PTunnelClientBase
The application context
_context - Variable in class net.i2p.i2ptunnel.socks.SOCKSServer
 
_context - Variable in class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPClientBase
The I2P app context
_context - Variable in class net.i2p.i2ptunnel.ui.TunnelConfig
 
_context - Variable in class net.i2p.i2ptunnel.web.IndexBean
 
_context - Variable in class net.i2p.router.client.ClientConnectionRunner
router context
_context - Variable in class net.i2p.router.client.ClientListenerRunner
Router context
_context - Variable in class net.i2p.router.client.ClientMessageEventListener
the router context
_context - Variable in class net.i2p.router.crypto.ratchet.RatchetSKM
The router context
_context - Variable in class net.i2p.router.crypto.TransientSessionKeyManager
The router context
_context - Variable in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
_context.
_context - Variable in class net.i2p.router.networkdb.kademlia.PeerSelector
_context.
_context - Variable in class net.i2p.router.networkdb.kademlia.TransientDataStore
_context.
_context - Variable in class net.i2p.router.RouterThrottleImpl
 
_context - Variable in class net.i2p.router.transport.ntcp.EstablishBase
_context.
_context - Variable in class net.i2p.router.transport.TransportImpl
_context.
_context - Variable in class net.i2p.router.transport.udp.InboundEstablishState
Router context
_context - Variable in class net.i2p.router.transport.udp.OutboundEstablishState
The router context
_context - Variable in class net.i2p.router.transport.udp.PeerState
The router context.
_context - Variable in class net.i2p.router.tunnel.FragmentHandler
the context
_context - Variable in class net.i2p.router.tunnel.HopProcessor
 
_context - Variable in class net.i2p.router.tunnel.pool.TunnelPool
The router context
_context - Variable in class net.i2p.router.tunnel.TrivialPreprocessor
The router context
_context - Variable in class net.i2p.router.tunnel.TunnelCreatorConfig
_context.
_context - Variable in class net.i2p.router.tunnel.TunnelGateway
router context
_context - Variable in class net.i2p.router.update.UpdateHandler
The router context for configuration access
_context - Variable in class net.i2p.router.update.UpdateRunner
router context
_context - Variable in class net.i2p.router.util.DecayingBloomFilter
The I2P app context
_context - Variable in class net.i2p.router.util.PriBlockingQueue
The I2P application context
_context - Variable in class net.i2p.router.util.RouterPasswordManager
the context
_context - Variable in class net.i2p.router.web.FormHandler
Router context
_context - Variable in class net.i2p.router.web.HelperBase
the router context
_context - Variable in class net.i2p.router.web.PluginStarter
_context.
_context - Variable in class net.i2p.router.web.UpdateHandler
_context.
_context - Variable in class net.i2p.util.Clock
the I2P application context
_context - Variable in class net.i2p.util.EepGet
I2P application context for configuration, logging, and random number generation
_context - Variable in class net.i2p.util.RandomSource
_context.
_context - Variable in class org.klomp.snark.web.BasicServlet
 
_cookie - Variable in class net.i2p.util.EepGet
Set-Cookie header value from the response
_cooldownLock - Static variable in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Lock for atomic cooldown check+record across peer selectors
_created - Variable in class net.i2p.router.networkdb.kademlia.FloodSearchJob
System time when this search was created.
_created - Variable in class net.i2p.router.tunnel.PendingGatewayMessage
when this message was created
_createdSentCount - Variable in class net.i2p.router.transport.udp.InboundEstablishState
Count of SessionCreated packets sent (for exponential backoff)
_csp - Variable in class net.i2p.util.EepGet
Content-Security-Policy header value from the response
_ctx - Variable in class net.i2p.kademlia.RandomTrimmer
context
_ctx - Variable in class net.i2p.router.client.ClientManager
router context
_ctx - Variable in class net.i2p.router.startup.LoadClientAppsJob.DelayedRunClient
_ctx.
_ctx - Variable in class net.i2p.router.Tuner.BaseParam
Router context.
_currentAttempt - Variable in class net.i2p.util.EepGet
Zero-based attempt counter for the current fetch
_currentDuplicates - Variable in class net.i2p.router.util.DecayingBloomFilter
Counter for current duplicates
_currentState - Variable in class net.i2p.router.transport.udp.InboundEstablishState
Current state in the inbound establishment protocol
_currentState - Variable in class net.i2p.router.transport.udp.OutboundEstablishState
Current state
_currentURI - Variable in class net.i2p.router.update.UpdateRunner
current URI being fetched
_data - Variable in class net.i2p.data.SimpleDataStructure
The byte array data for this structure.
_dataCache - Static variable in class net.i2p.router.tunnel.TrivialPreprocessor
Here in tunnels, we take from the cache but never add to it.
_dataExpected - Variable in class net.i2p.i2ptunnel.HTTPResponseOutputStream
 
_dC2sspd - Variable in class edu.internet2.ndt.Tcpbw100
d s2cspd
_dead - Variable in class net.i2p.router.networkdb.kademlia.FloodSearchJob
Whether this search has been marked as completed.
_dead - Variable in class net.i2p.router.transport.udp.PeerState
Have we migrated away from this peer to another newer one?
_decayEvent - Variable in class net.i2p.router.util.DecayingBloomFilter
The decay timer event
_decompressException - Variable in class net.i2p.util.EepGet
IOException from the background decompressor thread, if any
_defaultInactivityTimeout - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
 
_defaultMax - Variable in class net.i2p.router.Tuner.BaseParam
Default maximum value from code or config.
_defaultMaxFastPeers - Static variable in class net.i2p.router.peermanager.ProfileOrganizer
_defaultMaxFastPeers.
_defaultMaxHighCapPeers - Static variable in class net.i2p.router.peermanager.ProfileOrganizer
_defaultMaxHighCapPeers.
_defaultMaxProfiles - Static variable in class net.i2p.router.peermanager.ProfileOrganizer
_defaultMaxProfiles.
_defaultMaxTunnels - Static variable in class net.i2p.router.RouterThrottleImpl
Default maximum tunnels, adjusted by system speed and memory.
_defaultMin - Variable in class net.i2p.router.Tuner.BaseParam
Default minimum value from code or config.
_defaultMinFastPeers - Static variable in class net.i2p.router.peermanager.ProfileOrganizer
_defaultMinFastPeers.
_defaultMinHighCapPeers - Static variable in class net.i2p.router.peermanager.ProfileOrganizer
_defaultMinHighCapPeers.
_defaultStep - Variable in class net.i2p.router.Tuner.BaseParam
Default step/increment size for adjustments.
_defaultValue - Variable in class net.i2p.router.Tuner.BaseParam
Factory default: value before any tuning.
_delayedFlush - Variable in class net.i2p.router.tunnel.TunnelGateway
delayed flush timer
_description - Variable in class net.i2p.router.Tuner.BaseParam
Human-readable label for display in the Tuner UI.
_destination - Variable in class net.i2p.data.i2cp.SendMessageMessage
_destination.
_destination - Variable in class net.i2p.data.LeaseSet
Destination this LeaseSet is for.
_doRun - Variable in class net.i2p.data.i2cp.I2CPMessageReader.I2CPMessageReaderRunner
_doRun.
_dS2cspd - Variable in class edu.internet2.ndt.Tcpbw100
d s2cspd
_dSbytes - Variable in class edu.internet2.ndt.Tcpbw100
d sbytes
_dSc2sspd - Variable in class edu.internet2.ndt.Tcpbw100
d s2cspd
_dSs2cspd - Variable in class edu.internet2.ndt.Tcpbw100
d s2cspd
_dTime - Variable in class edu.internet2.ndt.Tcpbw100
d time
_durationMs - Variable in class net.i2p.router.util.DecayingBloomFilter
Duration of each filter in ms
_encodingChunked - Variable in class net.i2p.util.EepGet
Whether the response is using chunked transfer encoding
_encryptionKey - Variable in class net.i2p.data.LeaseSet
Encryption public key for the destination.
_end - Variable in class net.i2p.data.Lease
Lease expiration time in milliseconds since epoch.
_entries - Variable in class net.i2p.util.ArraySet
The underlying array of entries
_entryBytes - Variable in class net.i2p.router.util.DecayingBloomFilter
Size of entries in bytes
_establishBegin - Variable in class net.i2p.router.transport.udp.InboundEstablishState
Timestamp when establishment began
_establishBegin - Variable in class net.i2p.router.transport.udp.OutboundEstablishState
Establish begin time
_etag - Variable in class net.i2p.util.EepGet
ETag received from the server (for conditional requests)
_etagOrig - Variable in class net.i2p.util.EepGet
Original ETag passed in constructor, preserved across redirects
_executor - Variable in class net.i2p.i2ptunnel.I2PTunnelClientBase
Thread pool executor
_expiration - Variable in class net.i2p.data.i2np.I2NPMessageImpl
_expiration.
_expiration - Variable in class net.i2p.router.networkdb.kademlia.FloodSearchJob
Deadline after which the search expires.
_expiration - Variable in class net.i2p.router.tunnel.PendingGatewayMessage
the message expiration
_expires - Variable in class net.i2p.data.LeaseSet2
Expiration timestamp in ms (1-second resolution).
_expiryDate - Variable in class net.i2p.util.EepGet
Expires header value from the response
_extraHeaders - Variable in class net.i2p.util.EepGet
Additional HTTP headers to include in the request
_facade - Variable in class net.i2p.router.networkdb.kademlia.FloodSearchJob
Floodfill network database facade.
_facade - Variable in class net.i2p.router.networkdb.kademlia.SearchJob
Network database facade for peer lookups and storage.
_failReason - Variable in class net.i2p.router.transport.ntcp.EstablishBase
_failReason.
_familyKeyLock - Variable in class net.i2p.router.Router
_familyKeyLock.
_fetchHeaderTimeout - Variable in class net.i2p.util.EepGet
Timeout in ms for receiving the HTTP response headers
_fetchInactivityTimeout - Variable in class net.i2p.util.EepGet
Inactivity timeout in ms between data packets
_fetchTotalTimeout - Variable in class net.i2p.util.EepGet
Total timeout in ms for the entire fetch operation
_file - Variable in class i2p.susi.util.FileBuffer
the file
_firstHopFails - Static variable in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Tracks when a peer last failed as first hop
_firstTick - Variable in class net.i2p.router.Tuner.BaseParam
True until first update() call — applies persisted value from autotune.config.
_flags - Variable in class net.i2p.data.DateAndFlags
Application-specific flags (bottom 16 bits).
_flags - Variable in class net.i2p.data.LeaseSet2
Flags for options, offline, unpublished, blinded.
_fragmentNumber - Variable in class net.i2p.router.tunnel.PendingGatewayMessage
which fragment are we working on
_frameDetailedStats - Variable in class edu.internet2.ndt.Tcpbw100
frame web100 vars
_frameWeb100Vars - Variable in class edu.internet2.ndt.Tcpbw100
frame web100 vars
_gateway - Variable in class net.i2p.data.Lease
Gateway router hash.
_get - Variable in class net.i2p.router.update.UpdateRunner
the current EepGet instance
_globalAppContext - Static variable in class net.i2p.I2PAppContext
The context that components without explicit root are bound
_group - Variable in class net.i2p.i2ptunnel.ui.GeneralHelper
 
_group - Variable in class net.i2p.i2ptunnel.web.IndexBean
 
_gzip - Variable in class net.i2p.i2ptunnel.HTTPResponseOutputStream
 
_handlerMap - Variable in class net.i2p.client.impl.I2PSessionImpl
handler map for I2CP message types
_handlers - Variable in class net.i2p.client.impl.I2PClientMessageHandlerMap
map of message type id--> I2CPMessageHandler
_hasChecksum - Variable in class net.i2p.data.i2np.FastI2NPMessageImpl
Whether the message includes a checksum.
_headerBuffer - Variable in class net.i2p.i2ptunnel.HTTPResponseOutputStream
 
_health - Variable in class net.i2p.router.Tuner.BaseParam
Health score and subsystem for autotune decisions.
_helper - Variable in class net.i2p.i2ptunnel.web.IndexBean
 
_highLoadCpuPct - Static variable in class net.i2p.router.tunnel.pool.RequestThrottler
High-load CPU threshold (percent) @since 0.9.70+
_highLoadLagMs - Static variable in class net.i2p.router.tunnel.pool.RequestThrottler
High-load job lag threshold (ms) @since 0.9.70+
_highLoadSysLoadPct - Static variable in class net.i2p.router.tunnel.pool.RequestThrottler
High-load system load threshold (percent, normalized by cores) @since 0.9.70+
_historyCount - Variable in class net.i2p.router.Tuner.BaseParam
Number of valid entries in _valueHistory / _statHistory.
_hopConfig - Variable in class net.i2p.router.tunnel.BatchedRouterPreprocessor
the hop config for inbound gateways
_hostname - Variable in class net.i2p.client.impl.I2PSessionImpl
hostname of router - will be null if in RouterContext
_iAckPktsIn - Variable in class edu.internet2.ndt.Tcpbw100
i data pkts out
_iAckPktsOut - Variable in class edu.internet2.ndt.Tcpbw100
i fast retran
_iC2sAck - Variable in class edu.internet2.ndt.Tcpbw100
i c2s data
_iC2sData - Variable in class edu.internet2.ndt.Tcpbw100
i c2s data
_iC2sSFWResult - Variable in class edu.internet2.ndt.Tcpbw100
i c2s s f w result
_iCongestionSignals - Variable in class edu.internet2.ndt.Tcpbw100
i pkts out
_iCountRTT - Variable in class edu.internet2.ndt.Tcpbw100
i sum r t t
_iCurrentCwnd - Variable in class edu.internet2.ndt.Tcpbw100
i fast retran
_iCurrentMSS - Variable in class edu.internet2.ndt.Tcpbw100
i sum r t t
_iCurrentRTO - Variable in class edu.internet2.ndt.Tcpbw100
i pkts
_id - Variable in class net.i2p.router.JobImpl
Unique job identifier
_id - Variable in class net.i2p.sam.SAMStreamSession.StreamSender
_id.
_id - Variable in class net.i2p.sam.SAMv1Handler
_id.
_iDataBytesOut - Variable in class edu.internet2.ndt.Tcpbw100
i data bytes out
_iDataPktsOut - Variable in class edu.internet2.ndt.Tcpbw100
i data pkts out
_iDupAcksIn - Variable in class edu.internet2.ndt.Tcpbw100
i s a c ks rcvd
_iECNEnabled - Variable in class edu.internet2.ndt.Tcpbw100
i e c n enabled
_iFastRetran - Variable in class edu.internet2.ndt.Tcpbw100
i fast retran
_iLength - Variable in class edu.internet2.ndt.Tcpbw100
i pkts
_iMaxCwnd - Variable in class edu.internet2.ndt.Tcpbw100
i fast retran
_iMaxRwinRcvd - Variable in class edu.internet2.ndt.Tcpbw100
i s a c ks rcvd
_iMaxRwinSent - Variable in class edu.internet2.ndt.Tcpbw100
i s a c ks rcvd
_iMaxSsthresh - Variable in class edu.internet2.ndt.Tcpbw100
i snd lim trans rwin
_iNagleEnabled - Variable in class edu.internet2.ndt.Tcpbw100
i e c n enabled
_inboundLock - Variable in class net.i2p.router.transport.udp.PeerState
Lock for inbound operations
_inboundMessages - Variable in class net.i2p.router.transport.udp.PeerState
list of InboundMessageState for active message
_initialValue - Variable in class net.i2p.router.Tuner.BaseParam
Last known value (from persistence or runtime default).
_initialWindowSize - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
RFC 6928 recommends 10; increased to 16 for I2P's high-latency environment.
_instance - Static variable in class net.i2p.router.web.helpers.HashComparator
_instance.
_instance - Static variable in class net.i2p.router.web.helpers.RouterInfoComparator
_instance.
_introductionRequested - Variable in class net.i2p.router.transport.udp.InboundEstablishState
Whether Alice requested introduction (default true for SSU 1, false for SSU 2)
_iPkts - Variable in class edu.internet2.ndt.Tcpbw100
i pkts
_iPktsOut - Variable in class edu.internet2.ndt.Tcpbw100
i pkts out
_iPktsRetrans - Variable in class edu.internet2.ndt.Tcpbw100
i sum r t t
_iRcvbuf - Variable in class edu.internet2.ndt.Tcpbw100
i data pkts out
_iRcvWinScale - Variable in class edu.internet2.ndt.Tcpbw100
i pkts out
_iS2cAck - Variable in class edu.internet2.ndt.Tcpbw100
i c2s data
_iS2cData - Variable in class edu.internet2.ndt.Tcpbw100
i c2s data
_iS2cSFWResult - Variable in class edu.internet2.ndt.Tcpbw100
i s2c s f w result
_iSACKEnabled - Variable in class edu.internet2.ndt.Tcpbw100
i s a c k enabled
_iSACKsRcvd - Variable in class edu.internet2.ndt.Tcpbw100
i s a c ks rcvd
_isDone - Variable in class net.i2p.i2ptunnel.util.LimitOutputStream
 
_isGzippedResponse - Variable in class net.i2p.util.EepGet
Whether the response body is gzip-compressed
_isInbound - Variable in class net.i2p.router.transport.udp.PeerState
Is it inbound?
_isInbound - Variable in class net.i2p.router.tunnel.PumpedTunnelGateway
Whether this gateway is inbound (vs outbound)
_isLease - Variable in class net.i2p.router.networkdb.kademlia.FloodSearchJob
Whether the target is a LeaseSet lookup.
_iSmoothedRTT - Variable in class edu.internet2.ndt.Tcpbw100
i fast retran
_iSndbuf - Variable in class edu.internet2.ndt.Tcpbw100
i data pkts out
_iSndLimTimeCwnd - Variable in class edu.internet2.ndt.Tcpbw100
i snd lim time rwin
_iSndLimTimeRwin - Variable in class edu.internet2.ndt.Tcpbw100
i snd lim time rwin
_iSndLimTimeSender - Variable in class edu.internet2.ndt.Tcpbw100
i snd lim time rwin
_iSndLimTransCwnd - Variable in class edu.internet2.ndt.Tcpbw100
i snd lim trans rwin
_iSndLimTransRwin - Variable in class edu.internet2.ndt.Tcpbw100
i snd lim trans rwin
_iSndLimTransSender - Variable in class edu.internet2.ndt.Tcpbw100
i snd lim trans rwin
_isOwnSession - Variable in class net.i2p.sam.SAMMessageSession
_isOwnSession.
_isOwnSession - Variable in class net.i2p.sam.SAMStreamSession
_isOwnSession.
_isPartial - Variable in class net.i2p.router.update.UpdateRunner
tells the listeners what mode we are in - set to true in extending classes for checks
_isRunning - Variable in class net.i2p.router.update.UpdateRunner
whether the runner is currently running
_iSsndqueue - Variable in class edu.internet2.ndt.Tcpbw100
i ssndqueue
_isStarted - Variable in class net.i2p.router.client.ClientManager
true after start() completes
_isSystemClockBad - Variable in class net.i2p.util.Clock
whether the system clock was determined to be invalid at startup
_iSumRTT - Variable in class edu.internet2.ndt.Tcpbw100
i sum r t t
_iTimeouts - Variable in class edu.internet2.ndt.Tcpbw100
i sum r t t
_iTimestampsEnabled - Variable in class edu.internet2.ndt.Tcpbw100
i s a c k enabled
_iWinScaleRcvd - Variable in class edu.internet2.ndt.Tcpbw100
i s a c k enabled
_iWinScaleSent - Variable in class edu.internet2.ndt.Tcpbw100
i s a c k enabled
_jnotificationItem1 - Variable in class net.i2p.desktopgui.TrayManager
_jnotificationItem1.
_jnotificationItem2 - Variable in class net.i2p.desktopgui.TrayManager
_jnotificationItem2.
_keepAliveI2P - Variable in class net.i2p.i2ptunnel.I2PTunnelRunner
Keep I2P socket alive after data transfer
_keepAliveIn - Variable in class net.i2p.i2ptunnel.HTTPResponseOutputStream
 
_keepAliveOut - Variable in class net.i2p.i2ptunnel.HTTPResponseOutputStream
 
_keepAliveSocket - Variable in class net.i2p.i2ptunnel.I2PTunnelRunner
Keep local socket alive after data transfer
_keepDecaying - Variable in class net.i2p.router.util.DecayingBloomFilter
Whether decay is still running
_keepFetching - Variable in class net.i2p.util.EepGet
Whether to continue fetching; set false to abort
_key - Variable in class net.i2p.router.crypto.ratchet.RatchetTagSet
The session key
_key - Variable in class net.i2p.router.networkdb.kademlia.FloodSearchJob
Target database entry hash being searched.
_keyEstablishedTime - Variable in class net.i2p.router.transport.udp.PeerState
the key establishment time
_keyRing - Variable in class net.i2p.I2PAppContext
The key ring, overridden in RouterContext
_keyRingInitialized - Variable in class net.i2p.I2PAppContext
Whether the key ring is initialized, used in RouterContext
_lastACKSend - Variable in class net.i2p.router.transport.udp.PeerState
When did we last send ACKs to the peer?
_lastExpiration - Variable in class net.i2p.data.LeaseSet
Latest expiration time among all leases.
_lastFlush - Variable in class net.i2p.router.tunnel.TunnelGateway
last flush time
_lastModified - Variable in class net.i2p.util.EepGet
Last-Modified header received from the server
_lastModifiedOrig - Variable in class net.i2p.util.EepGet
Original Last-Modified passed in constructor, preserved across redirects
_lastSend - Variable in class net.i2p.router.transport.udp.InboundEstablishState
Last packet send time
_lastSend - Variable in class net.i2p.router.transport.udp.OutboundEstablishState
Last send time
_leases - Variable in class net.i2p.data.LeaseSet
Leases must stay in the order received, or signature verification will fail.
_leaseSet - Variable in class net.i2p.client.impl.I2PSessionImpl
currently granted lease set, or null
_leaseSet - Variable in class net.i2p.data.i2cp.CreateLeaseSetMessage
the lease set
_leaseSetWait - Variable in class net.i2p.client.impl.I2PSessionImpl
monitor for waiting until a lease set has been granted
_listener - Variable in class net.i2p.data.i2cp.I2CPMessageReader
_listener.
_listeners - Variable in class net.i2p.client.naming.NamingService
listeners
_listeners - Variable in class net.i2p.router.client.ClientManager
registered client listener runners
_listeners - Variable in class net.i2p.util.EepGet
Registered status listeners for progress callbacks
_listening - Variable in class net.i2p.router.client.ClientListenerRunner
Whether the socket is currently listening
_loadWeight - Static variable in class net.i2p.router.tunnel.pool.ParticipatingThrottler
Load weight: how much load inflates effective ratio (0-300%, default 100%).
_log - Variable in class i2p.susi.webmail.encoding.Encoding
Logger for the encoding subclass.
_log - Variable in class net.i2p.client.impl.HandlerImpl
The logger
_log - Variable in class net.i2p.client.impl.I2PSessionImpl
logger
_log - Variable in class net.i2p.client.naming.NamingService
logger
_log - Variable in class net.i2p.client.streaming.impl.SchedulerImpl
_log.
_log - Variable in class net.i2p.crypto.AESEngine
Logger instance
_log - Variable in class net.i2p.data.i2np.I2NPMessageImpl
_log.
_log - Variable in class net.i2p.i2ptunnel.I2PTunnelClientBase
The logger
_log - Variable in class net.i2p.i2ptunnel.I2PTunnelOutproxyRunner
 
_log - Variable in class net.i2p.i2ptunnel.I2PTunnelRunner
 
_log - Variable in class net.i2p.i2ptunnel.I2PTunnelServer
 
_log - Variable in class net.i2p.i2ptunnel.socks.SOCKSServer
 
_log - Variable in class net.i2p.i2ptunnel.web.IndexBean
 
_log - Variable in class net.i2p.router.client.ClientConnectionRunner
logger for the runner
_log - Variable in class net.i2p.router.client.ClientListenerRunner
Logger for this class
_log - Variable in class net.i2p.router.networkdb.kademlia.FloodOnlyLookupMatchJob
the log
_log - Variable in class net.i2p.router.networkdb.kademlia.FloodSearchJob
Class logger.
_log - Variable in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Class logger.
_log - Variable in class net.i2p.router.networkdb.kademlia.PeerSelector
_log.
_log - Variable in class net.i2p.router.networkdb.kademlia.SearchJob
Class logger.
_log - Variable in class net.i2p.router.networkdb.kademlia.StoreJob
Logger for this class
_log - Variable in class net.i2p.router.networkdb.kademlia.TransientDataStore
_log.
_log - Variable in class net.i2p.router.transport.ntcp.EstablishBase
_log.
_log - Variable in class net.i2p.router.transport.udp.InboundEstablishState
Logger
_log - Variable in class net.i2p.router.transport.udp.OutboundEstablishState
Logger
_log - Variable in class net.i2p.router.transport.udp.PeerState
The log.
_log - Variable in class net.i2p.router.Tuner.BaseParam
Class logger.
_log - Variable in class net.i2p.router.tunnel.FragmentHandler
the log
_log - Variable in class net.i2p.router.tunnel.pool.TunnelPool
The log
_log - Variable in class net.i2p.router.tunnel.TrivialPreprocessor
The logger
_log - Variable in class net.i2p.router.tunnel.TunnelGateway
log instance
_log - Variable in class net.i2p.router.update.UpdateRunner
Class logger.
_log - Variable in class net.i2p.router.util.DecayingBloomFilter
The logger
_log - Variable in class net.i2p.router.util.PriBlockingQueue
The log instance
_log - Variable in class net.i2p.router.web.FormHandler
Class logger.
_log - Variable in class net.i2p.router.web.HelperBase
the log instance
_log - Variable in class net.i2p.router.web.UpdateHandler
_log.
_log - Variable in class net.i2p.sam.SAMHandler
_log.
_log - Variable in class net.i2p.sam.SAMMessageSession
_log.
_log - Variable in class net.i2p.sam.SAMStreamSession
_log.
_log - Variable in class net.i2p.util.EepGet
Logger for this instance
_log - Variable in class org.klomp.snark.Peer
Logger for this peer instance.
_log - Variable in class org.klomp.snark.web.BasicServlet
 
_lookupsRemaining - Variable in class net.i2p.router.networkdb.kademlia.FloodSearchJob
Remaining flood lookups before fallback to iterative search.
_ls2Type - Variable in class net.i2p.client.impl.RequestLeaseSetMessageHandler
_ls2Type.
_manager - Variable in class net.i2p.router.client.ClientConnectionRunner
client manager managing this runner
_manager - Variable in class net.i2p.router.client.ClientListenerRunner
Client manager
_manager - Variable in class net.i2p.util.LogWriter
_manager.
_max - Variable in class net.i2p.router.Tuner.BaseParam
Current maximum value (may differ from default after tuning).
_maxCompleteFails - Variable in class net.i2p.util.EepGet
Maximum number of complete (zero-byte) failures before giving up
_maxLimit - Static variable in class net.i2p.router.tunnel.pool.ParticipatingThrottler
Max tunnels per peer before throttling.
_maxSlowStartWindow - Static variable in class net.i2p.client.streaming.impl.ConnectionOptions
 
_messageId - Variable in class net.i2p.router.tunnel.PendingGatewayMessage
the message ID
_messagesSent - Variable in class net.i2p.router.tunnel.TunnelGateway
messages sent count
_method - Variable in class net.i2p.router.update.UpdateRunner
update method
_method - Variable in class net.i2p.router.web.FormHandler
Request method
_mgr - Variable in class net.i2p.router.update.UpdateHandler
The update manager for coordinating updates
_mgr - Variable in class net.i2p.router.update.UpdateRunner
update manager
_min - Variable in class net.i2p.router.Tuner.BaseParam
Current minimum value (may differ from default after tuning).
_minLimit - Static variable in class net.i2p.router.tunnel.pool.ParticipatingThrottler
Min tunnels per peer before throttling.
_moderateLoadCpuPct - Static variable in class net.i2p.router.tunnel.pool.RequestThrottler
Moderate-load CPU threshold (percent) @since 0.9.70+
_moderateLoadLagMs - Static variable in class net.i2p.router.tunnel.pool.RequestThrottler
Moderate-load job lag threshold (ms) @since 0.9.70+
_moderateLoadSysLoadPct - Static variable in class net.i2p.router.tunnel.pool.RequestThrottler
Moderate-load system load threshold (percent, normalized by cores) @since 0.9.70+
_mtu - Variable in class net.i2p.router.transport.udp.PeerState
What is the largest packet we can currently send to the peer?
_nacks - Variable in class net.i2p.client.streaming.impl.Packet
_nacks.
_name - Variable in class net.i2p.router.Tuner.BaseParam
Internal config property key (e.g.
_name - Variable in class net.i2p.router.util.DecayingBloomFilter
just for logging
_name - Variable in class net.i2p.router.util.PriBlockingQueue
The queue name
_networkID - Variable in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Network identifier.
_newVersion - Variable in class net.i2p.router.update.UpdateRunner
set by the listeners on completion
_nextSend - Variable in class net.i2p.router.transport.udp.InboundEstablishState
Next scheduled send time
_nextSend - Variable in class net.i2p.router.transport.udp.OutboundEstablishState
Next send time
_noEffort - Variable in class net.i2p.client.impl.I2PSessionImpl2
Don't expect any MSMs from the router for outbound traffic @since 0.8.1
_nonce - Variable in class net.i2p.data.i2cp.SendMessageMessage
_nonce.
_nonProxyNoShowSet - Static variable in class net.i2p.i2ptunnel.ui.TunnelConfig
non proxy no show set
_noShowSet - Static variable in class net.i2p.i2ptunnel.ui.TunnelConfig
no show set
_notificationItem1 - Variable in class net.i2p.desktopgui.TrayManager
_notificationItem1.
_notificationItem2 - Variable in class net.i2p.desktopgui.TrayManager
_notificationItem2.
_notModified - Variable in class net.i2p.util.EepGet
Whether the server returned 304 Not Modified
_numRetries - Variable in class net.i2p.util.EepGet
Maximum number of retry attempts per fetch
_offlineSignature - Variable in class net.i2p.client.streaming.impl.Packet
_offlineSignature.
_offlineSignature - Variable in class net.i2p.data.LeaseSet2
Offline signature.
_offset - Variable in class i2p.susi.util.FileBuffer
the offset
_offset - Variable in class net.i2p.router.tunnel.PendingGatewayMessage
index into the data to be sent
_offset - Variable in class net.i2p.util.Clock
the current offset from system time
_onFailed - Variable in class net.i2p.router.networkdb.kademlia.FloodSearchJob
Callbacks for search failure.
_onFind - Variable in class net.i2p.router.networkdb.kademlia.FloodSearchJob
Callbacks for successful search completion.
_onReply - Variable in class net.i2p.router.networkdb.kademlia.FloodOnlySearchJob
job to run on reply
_onTimeout - Variable in class net.i2p.router.networkdb.kademlia.FloodOnlySearchJob
job to run on timeout
_optionFrom - Variable in class net.i2p.client.streaming.impl.Packet
_optionFrom.
_options - Variable in class net.i2p.data.LeaseSet2
Options and statistics properties, may be null.
_optionSignature - Variable in class net.i2p.client.streaming.impl.Packet
_optionSignature.
_out - Variable in class net.i2p.router.web.FormHandler
Output writer
_out - Variable in class net.i2p.router.web.HelperBase
the writer for output
_out - Variable in class net.i2p.util.EepGet
Output stream for writing fetched data (file or pipe)
_outputFile - Variable in class net.i2p.util.EepGet
Path to the output file for saving the fetched content
_outputStream - Variable in class net.i2p.util.EepGet
Output stream destination, overrides outputFile when non-null
_override - Variable in class net.i2p.router.Tuner.BaseParam
User-set override value, or Integer.MIN_VALUE if unset.
_overrideProps - Variable in class net.i2p.I2PAppContext
Override properties for this context
_ownDest - Variable in class net.i2p.i2ptunnel.I2PTunnelClientBase
Whether we own our destination
_packetsReceivedDuplicate - Variable in class net.i2p.router.transport.udp.PeerState
How many duplicate packets were received within the last RETRANSMISSION_PERIOD_WIDTH packets.
_paddingBlocks - Variable in class net.i2p.data.KeysAndCert
If compressed, the padding size / 32, else 0
_page - Variable in class net.i2p.router.web.ContentHelper
_page.
_payload - Variable in class net.i2p.data.Certificate
Certificate payload data
_payload - Variable in class net.i2p.data.i2cp.SendMessageMessage
_payload.
_peerCooldowns - Static variable in class net.i2p.router.tunnel.pool.TunnelPeerSelector
Shared cooldown map across all peer selectors
_peerSelector - Variable in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
_peerSelector.
_peerSkew - Variable in class net.i2p.router.transport.ntcp.EstablishBase
OUR clock minus HIS clock, in seconds.
_pendingLookups - Variable in class net.i2p.client.impl.I2PSessionImpl
hashes of lookups we are waiting for
_percentLimit - Static variable in class net.i2p.router.tunnel.pool.ParticipatingThrottler
Max pct of participating tunnels per peer.
_port - Variable in class net.i2p.router.client.ClientListenerRunner
Port to listen on
_port - Variable in class net.i2p.router.client.ClientManager
I2CP listen port
_portNum - Variable in class net.i2p.client.impl.I2PSessionImpl
port num to router - will be 0 if in RouterContext
_preprocessor - Variable in class net.i2p.router.tunnel.TunnelGateway
queue preprocessor
_prevEncrypted - Variable in class net.i2p.router.transport.ntcp.EstablishBase
previously received encrypted block (or the IV)
_privateKey - Variable in class net.i2p.data.i2cp.CreateLeaseSetMessage
the private key
_producer - Variable in class net.i2p.client.impl.I2PSessionImpl
class that generates new messages
_propPrefix - Variable in class net.i2p.router.Tuner.BaseParam
Config key prefix for property lookups.
_proxy - Variable in class net.i2p.util.EepGet
The socket connection to the proxy or the target server (if not proxied).
_proxyHost - Variable in class net.i2p.util.EepGet
Proxy hostname or IP address
_proxyIn - Variable in class net.i2p.util.EepGet
Input stream from the proxy/server socket
_proxyList - Variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
list of configured outproxies
_proxyOut - Variable in class net.i2p.util.EepGet
Output stream to the proxy/server socket
_proxyPort - Variable in class net.i2p.util.EepGet
Proxy port number
_publicKey - Variable in class net.i2p.data.KeysAndCert
Public encryption key.
_published - Variable in class net.i2p.data.LeaseSet2
Published timestamp in ms (1-second resolution).
_queue - Variable in class net.i2p.client.impl.I2PSessionImpl
Used for internal connections to the router.
_queue - Variable in class net.i2p.router.tunnel.TunnelGateway
message queue
_rates - Variable in class net.i2p.stat.RateStat
actual rate objects for this statistic
_reader - Variable in class net.i2p.client.impl.I2PSessionImpl
reader that always searches for messages
_reader - Variable in class net.i2p.data.i2cp.I2CPMessageReader
_reader.
_reader - Variable in class net.i2p.router.client.ClientConnectionRunner
thingy that does stuff
_readerThread - Variable in class net.i2p.data.i2cp.I2CPMessageReader
_readerThread.
_reasons - Variable in class net.i2p.router.tunnel.pool.ExcluderBase
Maps peer hash to the reason it was excluded, for diagnostic logging.
_received - Variable in class net.i2p.router.transport.ntcp.EstablishBase
bytes received so far
_receivedConfirmedIdentity - Variable in class net.i2p.router.transport.udp.InboundEstablishState
Identity after successful signature verification
_receivedRelayTag - Variable in class net.i2p.router.transport.udp.OutboundEstablishState
Received relay tag
_receivedUnconfirmedIdentity - Variable in class net.i2p.router.transport.udp.InboundEstablishState
Identity before signature verification
_receiver - Variable in class net.i2p.router.tunnel.TunnelGateway
receiver
_recentlyQueriedFloodfills - Static variable in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Tracks recently-queried floodfill peers across all concurrent searches to avoid hammering the same floodfill.
_records - Variable in class net.i2p.data.i2np.TunnelBuildMessageBase
Description.
_redirectLocation - Variable in class net.i2p.util.EepGet
Location header value from redirect or 407 proxy auth response
_redirects - Variable in class net.i2p.util.EepGet
Counter tracking the number of HTTP redirects followed
_referrerPolicy - Variable in class net.i2p.util.EepGet
Referrer-Policy header value from the response
_registered - Variable in class net.i2p.app.ClientAppManagerImpl
registered name to client
_rejectSteepness - Static variable in class net.i2p.router.tunnel.pool.ParticipatingThrottler
Rejection steepness: 100=linear ramp, 200=quadratic, higher=faster escalation.
_rejectThreshold - Static variable in class net.i2p.router.tunnel.pool.ParticipatingThrottler
Rejection threshold: start rejecting at count/limit ratio this high (30-100, default 70%).
_remaining - Variable in class net.i2p.router.tunnel.PendingGatewayMessage
raw unfragmented message data
_remoteHostId - Variable in class net.i2p.router.transport.udp.InboundEstablishState
Remote host identifier for uniqueness
_remoteHostId - Variable in class net.i2p.router.transport.udp.OutboundEstablishState
Remote host ID
_remoteHostId - Variable in class net.i2p.router.transport.udp.PeerState
cached RemoteHostId, used to find the peerState by remote info
_remoteIP - Variable in class net.i2p.router.transport.udp.PeerState
what IP is the peer sending and receiving packets on?
_remoteIPAddress - Variable in class net.i2p.router.transport.udp.PeerState
cached IP address
_remotePeer - Variable in class net.i2p.router.transport.udp.OutboundEstablishState
Remote peer
_remotePeer - Variable in class net.i2p.router.transport.udp.PeerState
The peer are we talking to.
_remotePort - Variable in class net.i2p.router.transport.udp.PeerState
what port is the peer sending and receiving packets on?
_reorganizeLock - Variable in class net.i2p.router.util.DecayingBloomFilter
synchronize against this lock when switching double buffers
_replySelector - Variable in class net.i2p.router.networkdb.kademlia.FloodOnlySearchJob
reply message selector
_reqBurst1sThreshold - Static variable in class net.i2p.router.tunnel.pool.RequestThrottler
Burst threshold for 1-second sliding window (requests per second).
_reqLoadWeight - Static variable in class net.i2p.router.tunnel.pool.RequestThrottler
Load weight: how much load inflates effective ratio (0-300%, default 100%).
_reqMaxLimit - Static variable in class net.i2p.router.tunnel.pool.RequestThrottler
Maximum request limit per peer.
_reqMinLimit - Static variable in class net.i2p.router.tunnel.pool.RequestThrottler
Minimum request limit per peer.
_reqPercentLimit - Static variable in class net.i2p.router.tunnel.pool.RequestThrottler
Request limit as percentage of participating tunnel count.
_reqRejectSteepness - Static variable in class net.i2p.router.tunnel.pool.RequestThrottler
Rejection steepness: 100=linear ramp, 200=quadratic.
_reqRejectThreshold - Static variable in class net.i2p.router.tunnel.pool.RequestThrottler
Rejection threshold: start rejecting at count/limit ratio this high (30-100, default 70%).
_requestSentCount - Variable in class net.i2p.router.transport.udp.OutboundEstablishState
Request sent count
_requestSentTime - Variable in class net.i2p.router.transport.udp.OutboundEstablishState
Request sent time
_requestWrapper - Variable in class net.i2p.router.web.FormHandler
Only for multipart/form-data.
_resourceBase - Variable in class org.klomp.snark.web.BasicServlet
Base directory for serving static files.
_responseCode - Variable in class net.i2p.util.EepGet
HTTP response status code, -1 if no response received
_responseText - Variable in class net.i2p.util.EepGet
HTTP response status text (e.g.
_resultsTxtPane - Variable in class edu.internet2.ndt.Tcpbw100
results txt pane
_rtt - Variable in class net.i2p.router.transport.udp.InboundEstablishState
Estimated round-trip time
_rtt - Variable in class net.i2p.router.transport.udp.OutboundEstablishState
Round trip time
_rtt - Variable in class net.i2p.router.transport.udp.PeerState
Current round trip time estimate.
_runner - Variable in class net.i2p.router.client.ClientMessageEventListener
the client connection runner
_running - Variable in class net.i2p.router.client.ClientListenerRunner
Whether the runner is running
_s2cspdUpdateTime - Variable in class edu.internet2.ndt.Tcpbw100
s2cspd update time
_saDelays - Variable in class edu.internet2.ndt.Tcpbw100
sa delays
_search - Variable in class net.i2p.router.networkdb.kademlia.FloodOnlyLookupMatchJob
the parent search job
_sender - Variable in class net.i2p.router.tunnel.TunnelGateway
sender
_sendingStates - Variable in class net.i2p.client.impl.I2PSessionImpl2
set of MessageState objects, representing all of the messages in the process of being sent
_sendMessageNonce - Variable in class net.i2p.client.impl.I2PSessionImpl2
_sendMessageNonce.
_sentRelayTag - Variable in class net.i2p.router.transport.udp.InboundEstablishState
Relay tag we sent to Alice
_sErrMsg - Variable in class edu.internet2.ndt.Tcpbw100
s err msg
_server - Variable in class net.i2p.util.EepGet
Server header value from the response
_services - Variable in class net.i2p.client.naming.MetaNamingService
_services.
_session - Variable in class net.i2p.client.streaming.impl.Packet
_session.
_session - Variable in class net.i2p.router.web.ConfigUpdateHelper
_session.
_session - Variable in class net.i2p.router.web.FormHandler
HTTP session for nonce validation
_sessionId - Variable in class net.i2p.data.i2cp.CreateLeaseSetMessage
the session ID
_sessionId - Variable in class net.i2p.data.i2cp.SendMessageMessage
_sessionId.
_sessionKeyManager - Variable in class net.i2p.I2PAppContext
The session key manager
_sessionKeyManagerInitialized - Variable in class net.i2p.I2PAppContext
Whether the session key manager has been initialized.
_sessionListener - Variable in class net.i2p.client.impl.I2PSessionImpl
who we send events to
_settings - Variable in class net.i2p.router.web.FormHandler
Not for multipart/form-data, will be null
_sharedAutotune - Static variable in class net.i2p.router.Tuner.BaseParam
Shared instance — set once in Tuner constructor, used by all BaseParams
_shouldProxy - Variable in class net.i2p.util.EepGet
Whether to route requests through an HTTP proxy
_shouldWriteErrorToOutput - Variable in class net.i2p.util.EepGet
Whether to write error response bodies to the output
_showNotifications - Variable in class net.i2p.desktopgui.TrayManager
_showNotifications.
_shutdownTasks - Variable in class net.i2p.I2PAppContext
Shutdown tasks to run on context shutdown
_signature - Variable in class net.i2p.data.DatabaseEntry
cryptographic signature
_signingKey - Variable in class net.i2p.data.KeysAndCert
Public signing key.
_signingKey - Variable in class net.i2p.data.LeaseSet
Revocation or blinded signing key.
_socket - Variable in class net.i2p.client.impl.I2PSessionImpl
socket for comm
_socket - Variable in class net.i2p.router.client.ClientListenerRunner
Server socket for accepting connections
_socketManager - Variable in class net.i2p.client.streaming.AcceptingChannel
Socket manager for this channel
_spinnerTestCount - Variable in class edu.internet2.ndt.Tcpbw100
spinner test count
_sServerType - Variable in class edu.internet2.ndt.Tcpbw100
s server type
_startedOn - Variable in class net.i2p.util.Clock
the time when this clock was started
_statCreated - Variable in class net.i2p.util.Clock
whether the clock skew stat has been created
_state - Variable in class net.i2p.client.impl.I2PSessionImpl
current session state
_state - Variable in class net.i2p.router.networkdb.kademlia.StoreJob
Current state of the store operation
_state - Variable in class net.i2p.router.transport.ntcp.EstablishBase
_state.
_state - Variable in class net.i2p.util.SimpleTimer2.TimedEvent
state of the current event.
_stateLock - Variable in class net.i2p.client.impl.I2PSessionImpl
lock for state transitions
_stateLock - Variable in class net.i2p.router.transport.ntcp.EstablishBase
_stateLock.
_statHistory - Variable in class net.i2p.router.Tuner.BaseParam
Rolling window of recent stat values for trend analysis.
_statName - Variable in class net.i2p.router.Tuner.BaseParam
Router stat name for observed value feedback.
_status - Variable in class net.i2p.util.EepGet
Status header value from the response
_stayAlive - Variable in class net.i2p.data.i2cp.I2CPMessageReader.I2CPMessageReaderRunner
_stayAlive.
_step - Variable in class net.i2p.router.Tuner.BaseParam
Current step/increment size (may differ from default).
_sTestResults - Variable in class edu.internet2.ndt.Tcpbw100
s test results
_sublen - Variable in class i2p.susi.util.FileBuffer
the sub-length
_subsystem - Variable in class net.i2p.router.Tuner.BaseParam
Subsystem identifier this parameter belongs to.
_success - Variable in class net.i2p.router.networkdb.kademlia.FloodOnlyLookupMatchJob
whether the match was successful
_success - Variable in class net.i2p.router.networkdb.kademlia.FloodSearchJob
Whether the search completed successfully.
_sustainedHighLoadMs - Static variable in class net.i2p.router.tunnel.pool.RequestThrottler
Duration (ms) high load must persist before gating requests @since 0.9.70+
_sustainedModerateLoadMs - Static variable in class net.i2p.router.tunnel.pool.RequestThrottler
Duration (ms) moderate load must persist before disconnecting low-share peers @since 0.9.70+
_t(String) - Static method in class i2p.susi.dns.BaseBean
Translate a string.
_t(String, Object) - Static method in class i2p.susi.dns.BaseBean
Translate a string with one parameter.
_t(String, Object, Object) - Static method in class i2p.susi.dns.BaseBean
Translate a string with two parameters.
_t(String) - Method in class i2p.susi.dns.Messages
Translate a string.
_t(String, Object) - Method in class i2p.susi.dns.Messages
Translate a string with one parameter.
_t(String) - Method in class i2p.susi.webmail.Messages
Translate a key to the current locale.
_t(String) - Method in class net.i2p.addressbook.Messages
Return the translated string for the given key.
_t(I2PAppContext, String) - Static method in class net.i2p.desktopgui.i18n.DesktopguiTranslator
Translate a string using the desktopgui message bundle.
_t(I2PAppContext, String, Object) - Static method in class net.i2p.desktopgui.i18n.DesktopguiTranslator
Translate a string with one parameter using the desktopgui message bundle.
_t(String) - Method in class net.i2p.desktopgui.TrayManager
Translate a string.
_t(String, Object) - Method in class net.i2p.desktopgui.TrayManager
Translate a string with one parameter.
_t(String) - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
Translate
_t(String, Object) - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
Translate with one parameter {0}
_t(String, Object, Object) - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
Translate with two parameters {0} and {1}
_t(String) - Static method in class net.i2p.i2ptunnel.localServer.LocalHTTPServer
Translate a message key using the proxy message bundle.
_t(String, Object) - Static method in class net.i2p.i2ptunnel.localServer.LocalHTTPServer
Translate a message key with one parameter.
_t(String, Object, Object) - Static method in class net.i2p.i2ptunnel.localServer.LocalHTTPServer
Translate a message key with two parameters.
_t(String, I2PAppContext) - Static method in class net.i2p.i2ptunnel.ui.GeneralHelper
Translate a string using the given context.
_t(String) - Method in class net.i2p.i2ptunnel.ui.Messages
lang in routerconsole.lang property, else current locale
_t(String, I2PAppContext) - Static method in class net.i2p.i2ptunnel.ui.Messages
Static translation method
_t(String, Object) - Method in class net.i2p.i2ptunnel.ui.Messages
translate a string with a parameter This is a lot more expensive than getString(s, ctx), so use sparingly.
_t(String, Object, Object) - Method in class net.i2p.i2ptunnel.ui.Messages
translate a string with two parameters
_t(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
_t(String) - Method in class net.i2p.router.transport.TransportImpl
Translate
_t(String, Object) - Method in class net.i2p.router.transport.TransportImpl
Translate
_t(String) - Method in class net.i2p.router.update.ConsoleUpdateManager
translate a string
_t(String, Object) - Method in class net.i2p.router.update.ConsoleUpdateManager
translate a string with a parameter
_t(String, Object, Object) - Method in class net.i2p.router.update.ConsoleUpdateManager
translate a string with parameters
_t(String) - Method in class net.i2p.router.update.UpdateRunner
translate a string
_t(String, Object) - Method in class net.i2p.router.update.UpdateRunner
translate a string with a parameter
_t(String) - Method in class net.i2p.router.web.FormHandler
Translate a string.
_t(String, Object) - Method in class net.i2p.router.web.FormHandler
translate a string with a parameter This is a lot more expensive than _t(s), so use sparingly.
_t(String, Object, Object) - Method in class net.i2p.router.web.FormHandler
Translate a string with two parameters.
_t(String) - Method in class net.i2p.router.web.HelperBase
Translate a string.
_t(String, Object) - Method in class net.i2p.router.web.HelperBase
Translate a string with a parameter.
_t(String, Object, Object) - Method in class net.i2p.router.web.HelperBase
Translate a string with two parameters.
_t(String, Object) - Method in class net.i2p.router.web.helpers.TunnelRenderer
translate a string
_t(String) - Method in class net.i2p.servlet.ErrorServlet
translate a string, console bundle
_t(String, Object) - Method in class net.i2p.servlet.ErrorServlet
translate a string, console bundle
_t(String, Object, Object) - Method in class net.i2p.servlet.ErrorServlet
translate a string, console bundle
_timeoutMs - Variable in class net.i2p.router.networkdb.kademlia.FloodSearchJob
Timeout for the search in milliseconds.
_toRouter - Variable in class net.i2p.router.tunnel.PendingGatewayMessage
the destination router
_toTunnel - Variable in class net.i2p.router.tunnel.PendingGatewayMessage
the destination tunnel
_transferEncoding - Variable in class net.i2p.util.EepGet
Transfer-Encoding header value from the response
_transferFailed - Variable in class net.i2p.util.EepGet
Whether the current transfer attempt failed (non-2xx response code)
_transientExpires - Variable in class net.i2p.client.streaming.impl.Packet
_transientExpires.
_transientExpires - Variable in class net.i2p.data.LeaseSet2
Transient key expiration in ms.
_transientSigningPublicKey - Variable in class net.i2p.client.impl.I2PSessionImpl
transient signing public key for offline signatures
_transientSigningPublicKey - Variable in class net.i2p.client.streaming.impl.Packet
_transientSigningPublicKey.
_transientSigningPublicKey - Variable in class net.i2p.data.LeaseSet2
Transient signing public key for offline signing.
_transport - Variable in class net.i2p.router.transport.ntcp.EstablishBase
_transport.
_transport - Variable in class net.i2p.router.transport.udp.PeerState
The UDP transport.
_tunnelId - Variable in class net.i2p.data.Lease
Tunnel identifier on the gateway.
_tunnelStatusListeners - Variable in class net.i2p.client.impl.I2PSessionImpl
listeners for tunnel status changes (tunnel failures and removals)
_txtDiagnosis - Variable in class edu.internet2.ndt.Tcpbw100
txt diagnosis
_txtStatistics - Variable in class edu.internet2.ndt.Tcpbw100
txt diagnosis
_type - Variable in class net.i2p.data.Certificate
Certificate type identifier
_type - Variable in class net.i2p.router.update.UpdateRunner
update type
_updateFile - Variable in class net.i2p.router.update.UpdateRunner
temporary file for the update download
_updaters - Variable in class net.i2p.client.naming.NamingService
updaters
_url - Variable in class net.i2p.util.EepGet
The URL we were asked to fetch
_urls - Variable in class net.i2p.router.update.UpdateRunner
list of update URIs
_useSwing - Variable in class net.i2p.desktopgui.TrayManager
_useSwing.
_util - Variable in class org.klomp.snark.Snark
The util
_valueHistory - Variable in class net.i2p.router.Tuner.BaseParam
Rolling window of recent tunable values for trend analysis.
_vary - Variable in class net.i2p.util.EepGet
Vary header value from the response
_w(String) - Method in class net.i2p.servlet.ErrorServlet
translate a string, with webapp bundle
_wantACKSendSince - Variable in class net.i2p.router.transport.udp.PeerState
When did we decide we need to ACK to this peer?
_wantACKSendSince - Variable in class net.i2p.router.transport.udp.PeerStateDestroyed
_wantACKSendSince.
_wasStarted - Variable in class net.i2p.router.client.ClientManager
true if start() was ever called
_write - Variable in class net.i2p.util.LogWriter
Whether the writer should continue writing
_writer - Variable in class net.i2p.client.impl.I2PSessionImpl
writer message queue
_X - Variable in class net.i2p.router.transport.ntcp.EstablishBase
_X.
_x(String) - Static method in class net.i2p.router.transport.ntcp.EstablishBase
Mark a string for extraction by xgettext and translation.
_x(String) - Static method in class net.i2p.router.web.FormHandler
Mark a string for extraction by xgettext and translation.
_x(String) - Static method in class net.i2p.router.web.HelperBase
Mark a string for extraction by xgettext and translation.
_xContentTypeOptions - Variable in class net.i2p.util.EepGet
X-Content-Type-Options header value from the response
_xframeOptions - Variable in class net.i2p.util.EepGet
X-Frame-Options header value from the response
_xPoweredBy - Variable in class net.i2p.util.EepGet
X-Powered-By header value from the response
_xssProtection - Variable in class net.i2p.util.EepGet
X-XSS-Protection header value from the response
_Y - Variable in class net.i2p.router.transport.ntcp.EstablishBase
_Y.
_yaBody - Variable in class edu.internet2.ndt.Message
ya body
_yabuff2Write - Variable in class edu.internet2.ndt.Tcpbw100
yabuff2 write
_yTests - Variable in class edu.internet2.ndt.Tcpbw100
y tests
_yType - Variable in class edu.internet2.ndt.Message
y type
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 _ 
Skip navigation links