Index
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
S
- S - Static variable in class com.southernstorm.noise.protocol.Pattern
- SACKSRCVD - Static variable in class edu.internet2.ndt.NDTConstants
- safeDecrypt(byte[], SessionKey, byte[]) - Method in class net.i2p.crypto.AESEngine
-
Deprecated.unused
- safeEncrypt(byte[], SessionKey, byte[], int) - Method in class net.i2p.crypto.AESEngine
-
Deprecated.unused
- SALT_LENGTH - Static variable in class net.i2p.util.PasswordManager
- SAMBridge - Class in net.i2p.sam
-
SAM bridge implementation.
- SAMBridge(String, int, boolean, Properties, String, File) - Constructor for class net.i2p.sam.SAMBridge
-
Build a new SAM bridge.
- SAMBridge(I2PAppContext, ClientAppManager, String[]) - Constructor for class net.i2p.sam.SAMBridge
-
For ClientApp interface.
- 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 raw data to a SAM client
- SAMDatagramSession - Class in net.i2p.sam
-
SAM DATAGRAM session class.
- SAMDatagramSession(InputStream, Properties, SAMDatagramReceiver) - Constructor for class net.i2p.sam.SAMDatagramSession
-
Create a new SAM DATAGRAM session.
- SAMDatagramSession(String, 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.
- sameFilePath(String, String) - Static method in class org.rrd4j.core.Util
- 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
- SAMEventHandler - Class in net.i2p.sam.client
-
Simple helper implementation of a the SAMClientEventListener
- SAMEventHandler(I2PAppContext) - Constructor for class net.i2p.sam.client.SAMEventHandler
- SAMException - Exception in net.i2p.sam
-
Exception thrown by SAM methods
- SAMException() - Constructor for exception net.i2p.sam.SAMException
- SAMException(String) - Constructor for exception net.i2p.sam.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
- 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(String) - Constructor for exception net.i2p.sam.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(InputStream, Properties) - Constructor for class net.i2p.sam.SAMMessageSession
-
Initialize a new SAM message-based session.
- SAMMessageSession(String, 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
- 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(InputStream, Properties, SAMRawReceiver) - Constructor for class net.i2p.sam.SAMRawSession
-
Create a new SAM RAW session.
- SAMRawSession(String, 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.SAMClientEventListener - Interface in net.i2p.sam.client
-
Async event notification interface for SAM clients
- 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
- SAMStreamSession - Class in net.i2p.sam
-
SAM STREAM session class.
- SAMStreamSession(InputStream, String, Properties, SAMStreamReceiver) - Constructor for class net.i2p.sam.SAMStreamSession
-
Create a new SAM STREAM session.
- SAMStreamSession(String, 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
- SAMStreamSession.SAMStreamSessionServer - Class in net.i2p.sam
-
SAM STREAM session server, running in its own thread.
- SAMStreamSession.SAMStreamSessionSocketReader - Class in net.i2p.sam
-
SAM STREAM socket reader, running in its own thread.
- SAMStreamSession.SAMv1StreamSessionSocketReader - Class in net.i2p.sam
- 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
- 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, Properties, SAMBridge) - Constructor for class net.i2p.sam.SAMv1Handler
-
Create a new SAM version 1 handler.
- SAMv1Handler(SocketChannel, int, int, 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
-
Class able to handle a SAM version 2 client connection.
- SAMv2Handler(SocketChannel, int, int, Properties, SAMBridge) - Constructor for class net.i2p.sam.SAMv2Handler
-
Create a new SAM version 2 handler.
- SAMv2Handler(SocketChannel, int, int, 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(InputStream, String, Properties, SAMStreamReceiver) - Constructor for class net.i2p.sam.SAMv2StreamSession
-
Create a new SAM STREAM session.
- SAMv2StreamSession(String, 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
- 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().
- 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().
- SAMv3Handler - Class in net.i2p.sam
-
Class able to handle a SAM version 3 client connection.
- SAMv3Handler(SocketChannel, int, int, Properties, SAMBridge) - Constructor for class net.i2p.sam.SAMv3Handler
-
Create a new SAM version 3 handler.
- SAMv3Handler(SocketChannel, int, int, SAMBridge) - Constructor for class net.i2p.sam.SAMv3Handler
-
Create a new SAM version 3 handler.
- SAMv3RawSession - Class in net.i2p.sam
- 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().
- 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().
- 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.
- sanityCheckTag(byte[]) - Static method in class com.mpatric.mp3agic.ID3v2TagFactory
- sanityCheckUnpackedHeader() - Method in class com.mpatric.mp3agic.ID3v2Frame
- SAT - Static variable in class org.rrd4j.core.timespec.TimeToken
-
Constant
SAT=46
- 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(File) - Method in class org.klomp.snark.comments.CommentSet
-
File will be gzipped.
- save(String) - Method in class com.mpatric.mp3agic.Mp3File
- save(String, String, String) - Method in class net.i2p.router.util.RouterPasswordManager
-
Same as saveHash()
- save_dbl_values(String, double) - Method in class edu.internet2.ndt.Tcpbw100
-
Method to save double values of various "keys" from the the test results string into corresponding double datatypes.
- save_int_values(String, int) - Method in class edu.internet2.ndt.Tcpbw100
-
Method to save integer values of various "keys" from the the test results string into corresponding integer datatypes.
- save_long_values(String, long) - Method in class edu.internet2.ndt.Tcpbw100
-
Method to save long values of various "keys" from the the test results string into corresponding long datatypes.
- saveApps(RouterContext, String, Collection<App>, boolean) - Static method in class net.i2p.router.web.helpers.HomeHelper
- 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
- saveConfig() - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
-
Deprecated.use saveConfig(TunnelController) or removeConfig(TunnelController)
- 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() - Method in class net.i2p.sam.SAMBridge
- saveConfig() - Method in class net.i2p.util.LogManager
- saveConfig() - Method in class org.klomp.snark.SnarkManager
- saveConfig(String) - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
-
Deprecated.
- 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(I2PAppContext, TunnelControllerGroup, int) - Static method in class net.i2p.i2ptunnel.ui.GeneralHelper
-
Save the configuration for an existing tunnel to disk.
- saveConfig(TunnelController) - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
-
Save the configuration of this tunnel only, may be new.
- 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
- saveHash(String, String, String) - Method in class net.i2p.router.util.RouterPasswordManager
-
This will fail if user contains '#' or '=' or starts with '!'
- saveImage(String, ImageWriter, ImageWriteParam) - Method in class org.rrd4j.graph.ImageWorker
- 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
- 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
- saveSingleDatasource(String) - Method in class org.rrd4j.core.RrdDef
- saveState() - Method in class org.rrd4j.core.timespec.TimeScanner
- saveSummaryBarSections(RouterContext, String, Map<Integer, String>) - Static method in class net.i2p.router.web.helpers.SummaryHelper
- 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.
- SC_DATAGRAM - net.i2p.crypto.SigContext
- SC_I2CP - net.i2p.crypto.SigContext
- SC_NETDB - net.i2p.crypto.SigContext
- SC_NONE - net.i2p.crypto.SigContext
- SC_NTCP - net.i2p.crypto.SigContext
- SC_SSU - net.i2p.crypto.SigContext
- SC_STREAMING - net.i2p.crypto.SigContext
- SC_SU3 - net.i2p.crypto.SigContext
- SC_TEST - net.i2p.crypto.SigContext
- scalarMult(ECPoint, BigInteger, EllipticCurve) - Static method in class net.i2p.crypto.ECUtil
- 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
- scale(double, boolean) - Method in class org.rrd4j.graph.ValueScaler
- Scaled(double, String) - Constructor for class org.rrd4j.graph.ValueScaler.Scaled
- scaledstep - Variable in class org.rrd4j.graph.ImageParameters
- scanner - Variable in class org.rrd4j.core.timespec.TimeParser
- schedule() - Method in class net.i2p.router.sybil.Analysis
- schedule(long) - Method in class net.i2p.util.SimpleTimer2.TimedEvent
-
Slightly more efficient than reschedule().
- schedule(SimpleTimer.TimedEvent, long) - Method in class net.i2p.client.streaming.impl.Connection
-
Schedule something on our timer.
- 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)
- scheduleIfNotRunning(long) - Method in class net.i2p.client.streaming.impl.Connection.RetransmitEvent
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- SchedulerImpl - Class in net.i2p.client.streaming.impl
-
Base scheduler
- SchedulerImpl(I2PAppContext) - Constructor for class net.i2p.client.streaming.impl.SchedulerImpl
- 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
- 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
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.rrd4j.core.RrdSyncThreadPool
- scheme - Variable in class org.rrd4j.core.RrdBackendFactory
- scheme() - Method in annotation type org.rrd4j.core.RrdBackendAnnotation
- SCLASSES - Static variable in class org.klomp.snark.CommandLine
- scompare(Mail, Mail) - Static method in class i2p.susi.webmail.Sorters.DateSorter
-
Use as fallback in other sorters
- SCPD_ROOTNODE - Static variable in class org.cybergarage.upnp.Service
- SCPD_ROOTNODE_NS - Static variable in class org.cybergarage.upnp.Service
- 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
- SE - Static variable in class com.southernstorm.noise.protocol.Pattern
- search - Variable in class i2p.susi.dns.AddressbookBean
- search() - Method in class net.i2p.router.transport.UPnP
-
We override search() to update the SSDPSearchResponseSocketList, SSDPNotifySocketList, and HTTPServerList every time.
- search() - Method in class org.cybergarage.upnp.ControlPoint
- search(String) - Method in class org.cybergarage.upnp.ControlPoint
- search(String, int) - Method in class org.cybergarage.upnp.ControlPoint
- 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) - 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.FloodfillNetworkDatabaseFacade
-
Lookup using the client's tunnels.
- search(Hash, Job, Job, long, boolean, Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
-
Unused - see FNDF
- 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
-
Search for a particular key iteratively until we either find a value or we run out of peers Note that this is rarely if ever used directly, and is primary used by the ExploreJob extension.
- SearchJob(RouterContext, KademliaNetworkDatabaseFacade, Hash, Job, Job, long, boolean, boolean) - 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
- SearchMessageSelector - Class in net.i2p.router.networkdb.kademlia
-
Check to see the message is a reply from the peer regarding the current search
- SearchMessageSelector(RouterContext, RouterInfo, long, SearchState) - Constructor for class net.i2p.router.networkdb.kademlia.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
- SearchReplyJob(RouterContext, SearchJob, DatabaseSearchReplyMessage, Hash, long) - Constructor for class net.i2p.router.networkdb.kademlia.SearchReplyJob
- SearchResponseListener - Interface in org.cybergarage.upnp.device
- searchResponseReceived(SSDPPacket) - Method in class org.cybergarage.upnp.ControlPoint
- SearchState - Class in net.i2p.router.networkdb.kademlia
-
Data related to a particular search
- SearchState(RouterContext, Hash) - Constructor for class net.i2p.router.networkdb.kademlia.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
- SearchUpdateReplyFoundJob(RouterContext, RouterInfo, SearchState, KademliaNetworkDatabaseFacade, SearchJob, TunnelInfo, TunnelInfo) - Constructor for class net.i2p.router.networkdb.kademlia.SearchUpdateReplyFoundJob
- SEASONAL - org.rrd4j.core.jrrd.ConsolidationFunctionType
- 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
- SECONDS - Static variable in class org.rrd4j.core.timespec.TimeToken
-
Constant
SECONDS=12
- 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
- SECTION_NAMES - Static variable in class net.i2p.router.web.helpers.SummaryBarRenderer
- SECURE_NID - Static variable in class org.klomp.snark.dht.KRPC
- 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(File, String) - Constructor for class net.i2p.util.SecureDirectory
- SecureDirectory(String) - Constructor for class net.i2p.util.SecureDirectory
- SecureDirectory(String, String) - Constructor for class net.i2p.util.SecureDirectory
- SecureFile - Class in net.i2p.util
-
Same as SecureDirectory but sets the file mode after createNewFile() and createTempFile() also.
- SecureFile(File, String) - Constructor for class net.i2p.util.SecureFile
- SecureFile(String) - Constructor for class net.i2p.util.SecureFile
- SecureFile(String, String) - Constructor for class net.i2p.util.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(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)
- 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
- 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(byte[]) - Method in class gnu.crypto.prng.FortunaStandalone
-
Unused, see AsyncFortunaStandalone
- SEED - Static variable in class gnu.crypto.prng.FortunaStandalone
- 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
- 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
- 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
-
Return a set of Hashes for peers that are both not failing and we're actively talking with.
- selectAll() - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JTextArea
- selectAllNotFailingPeers(int, Set<Hash>, Set<Hash>, boolean) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
Return a set of Hashes for peers that are not failing.
- selectAllPeers() - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
Find the hashes for all peers we are actively profiling
- selected - Variable in class com.vuze.plugins.mlab.tools.ndt.swingemu.JCheckBox
- SELECTED - Static variable in class net.i2p.router.web.HelperBase
- selectExplicit(TunnelPoolSettings, int) - Method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
-
For debugging, also possibly for restricted routes? Needs analysis and testing
- selectFailingPeers(int, Set<Hash>, Set<Hash>) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
I'm not quite sure why you'd want this...
- selectFastPeers(int, Set<Hash>, Set<Hash>) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
Return a set of Hashes for peers that are both fast and reliable.
- selectFastPeers(int, Set<Hash>, Set<Hash>, int) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
Return a set of Hashes for peers that are both fast and reliable.
- selectFastPeers(int, Set<Hash>, Set<Hash>, SessionKey, ProfileOrganizer.Slice) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
Return a set of Hashes for peers that are both fast and reliable.
- 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.
- selectFloodfillParticipants(Hash, int, KBucketSet<Hash>) - Method in class net.i2p.router.networkdb.kademlia.FloodfillPeerSelector
-
Sort the floodfills.
- selectFloodfillParticipants(KBucketSet<Hash>) - Method in class net.i2p.router.networkdb.kademlia.FloodfillPeerSelector
-
List will not include our own hash.
- selectHighCapacityPeers(int, Set<Hash>, Set<Hash>) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
Return a set of Hashes for peers that have a high capacity
- selectHighCapacityPeers(int, Set<Hash>, Set<Hash>, int) - Method in class net.i2p.router.peermanager.ProfileOrganizer
- 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() - 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() - Method in interface net.i2p.router.TunnelManagerFacade
-
Pick a random inbound exploratory tunnel
- selectInboundTunnel(Hash) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
- selectInboundTunnel(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
-
Pick a random inbound tunnel from the given destination's pool.
- 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 class net.i2p.router.dummy.DummyTunnelManagerFacade
- 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(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
-
UNUSED - See FloodfillPeerSelector override Search through the kbucket set to find the most reliable peers close to the given key, skipping all of the ones already checked List will not include our own hash.
- 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
-
UNUSED - See FloodfillPeerSelector override Generic KBucket filtering to find the hashes close to a key, regardless of other considerations.
- selectNearestExplicit(Hash, int, Set<Hash>, KBucketSet<Hash>) - Method in class net.i2p.router.networkdb.kademlia.PeerSelector
-
Ignore KBucket ordering and do the XOR explicitly per key.
- selectNearestExplicitThin(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.
- selectNearestExplicitThin(Hash, int, Set<Hash>, KBucketSet<Hash>) - Method in class net.i2p.router.networkdb.kademlia.PeerSelector
-
UNUSED - See FloodfillPeerSelector override Ignore KBucket ordering and do the XOR explicitly per key.
- 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.
- selectNotFailingPeers(int, Set<Hash>, Set<Hash>) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
Return a set of Hashes for peers that are not failing, preferring ones that we are already talking with
- selectNotFailingPeers(int, Set<Hash>, Set<Hash>, boolean) - Method in class net.i2p.router.peermanager.ProfileOrganizer
- selectNotFailingPeers(int, Set<Hash>, Set<Hash>, boolean, int) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
Return a set of Hashes for peers that are not failing, preferring ones that we are already talking with
- selectNotFailingPeers(int, Set<Hash>, Set<Hash>, int) - Method in class net.i2p.router.peermanager.ProfileOrganizer
- selector - Variable in class org.minidns.record.TLSA
- 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() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
-
Pick a random outbound exploratory tunnel.
- selectOutboundTunnel() - Method in interface net.i2p.router.TunnelManagerFacade
-
Pick a random outbound exploratory tunnel
- selectOutboundTunnel(Hash) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
- selectOutboundTunnel(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
-
Pick a random outbound tunnel from the given destination's pool.
- 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 class net.i2p.router.dummy.DummyTunnelManagerFacade
- 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(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
- selectPeersLocallyUnreachable() - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
Get the peers the transport layer thinks are unreachable and peers requiring introducers.
- selectPeersRecentlyRejecting() - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
Get the peers that have recently rejected us for bandwidth recent == last 20s
- selectProxy(String) - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
-
Simple random selection, with caching by hostname, and avoidance of the last one to fail.
- selectRandomByCapability(char) - Method in class net.i2p.router.dummy.DummyPeerManagerFacade
- selectRandomByCapability(char) - Method in class net.i2p.router.peermanager.PeerManagerFacadeImpl
-
Deprecated.unused
- selectRandomByCapability(char) - Method in interface net.i2p.router.PeerManagerFacade
- 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
-
Only for SSL via HTTPClient.
- selectTunnel() - 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.AliasedTunnelPool
- selectTunnel(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPool
-
Return the tunnel from the pool that is XOR-closet to the target.
- selectWellIntegratedPeers(int, Set<Hash>, Set<Hash>) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
Deprecated.unused
- selectWellIntegratedPeers(int, Set<Hash>, Set<Hash>, int) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
Deprecated.unused
- 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(String) - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
- send(String, String, int) - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
- send(SocketAddress, ByteBuffer) - Method in class net.i2p.sam.SAMv3DatagramServer
- 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(Destination, byte[]) - Method in class net.i2p.i2ptunnel.socks.MultiSink
-
May throw RuntimeException from underlying sinks
- send(Destination, byte[]) - Method in class net.i2p.i2ptunnel.socks.ReplyTracker
-
May throw RuntimeException from underlying sink
- send(Destination, byte[]) - Method in class net.i2p.i2ptunnel.socks.SOCKSUDPPort
-
May throw RuntimeException from underlying sink
- send(Destination, byte[]) - Method in class net.i2p.i2ptunnel.socks.SOCKSUDPUnwrapper
-
May throw RuntimeException from underlying sink
- send(Destination, 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, byte[]) - Method in class net.i2p.i2ptunnel.streamr.MultiSource
-
May throw RuntimeException from underlying sinks
- send(Destination, byte[]) - Method in class net.i2p.i2ptunnel.streamr.Subscriber
-
Doesn't really "send" anywhere, just subscribes or unsubscribes the destination
- send(Destination, byte[]) - Method in class net.i2p.i2ptunnel.udp.I2PSink
- send(Destination, byte[]) - Method in class net.i2p.i2ptunnel.udp.I2PSinkAnywhere
- send(Destination, byte[]) - Method in interface net.i2p.i2ptunnel.udp.Sink
- send(Destination, byte[]) - Method in class net.i2p.i2ptunnel.udp.UDPSink
- send(Destination, byte[]) - Method in class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPClientBase
-
Sink Methods
- send(Destination, byte[]) - Method in class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPServerBase
-
Sink Methods
- 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(I2NPMessage, PeerState) - Method in class net.i2p.router.transport.udp.UDPTransport
-
"injected" message from the EstablishmentManager.
- 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 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(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(OutNetMessage) - Method in class net.i2p.router.transport.udp.UDPTransport
- send(UDPPacket) - Method in class net.i2p.router.transport.udp.PacketPusher
-
This sends it directly out, bypassing OutboundMessageFragments and the PacketPusher.
- 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_DELAY_CHOKE - Static variable in class net.i2p.client.streaming.impl.Packet
- 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
- sendAlive() - Method in class org.klomp.snark.PeerConnectionOut
- sendAvailable() - Method in class net.i2p.client.streaming.impl.Connection
-
Flush any data that we can.
- sendBestEffort(Destination, byte[], long, int) - Method in class net.i2p.client.impl.I2PSessionImpl2
-
TODO - Don't need to save MessageState since actuallyWait is false...
- sendBestEffort(Destination, byte[], SessionKey, Set<SessionTag>, long) - Method in class net.i2p.client.impl.I2PSessionImpl2
- sendBitfield(BitField) - Method in class org.klomp.snark.PeerConnectionOut
- sendBlindingInfo(BlindData) - Method in interface net.i2p.client.I2PSession
- sendBlindingInfo(BlindData) - Method in class net.i2p.client.impl.I2PSessionImpl
- sendBytes(int, InputStream, int) - Method in class net.i2p.sam.SAMStreamSession
-
Send bytes through a SAM STREAM session.
- sendBytes(InputStream, int) - Method in class net.i2p.sam.SAMStreamSession.StreamSender
-
Send bytes through the SAM STREAM session socket sender
- 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) - 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) - Method in class net.i2p.sam.SAMStreamSession
-
Unsupported
- 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, 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, boolean, 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.SAMStreamSession
-
Unsupported
- 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 cancel
- sendChoke(boolean) - Method in class org.klomp.snark.PeerConnectionOut
- sendClosest(Hash, Set<Hash>, Hash, TunnelId) - Method in class net.i2p.router.networkdb.HandleDatabaseLookupMessageJob
- 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) - Method in class org.klomp.snark.PeerCoordinator
-
Send a commment request message to the peer, if he supports it.
- sendCommentReq(Peer, int) - Static method in class org.klomp.snark.ExtensionHandler
-
Send comment request
- 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
- sendDestroy(PeerState) - Method in class net.i2p.router.transport.udp.UDPTransport
-
Send a session destroy message, bypassing OMF and PacketPusher.
- sendDHT(Peer) - Method in class org.klomp.snark.PeerCoordinator
-
Send a DHT message to the peer, if we both support DHT.
- sendDHT(Peer, int, int) - Static method in class org.klomp.snark.ExtensionHandler
-
Send the DHT port numbers
- 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
- 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
- sendExtension(int, byte[]) - Method in class org.klomp.snark.Peer
- sendExtension(int, byte[]) - Method in class org.klomp.snark.PeerConnectionOut
- sendHave(int) - Method in class org.klomp.snark.PeerConnectionOut
- 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
- 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, String[], StringBuilder, List<Attachment>, String) - Method in class i2p.susi.webmail.smtp.SMTPClient
- sendMessage(DataOutputStream) - Method in class org.klomp.snark.Message
-
Utility method for sending a message through a DataStream.
- sendMessage(String, long, long, Hash, boolean, String) - Method in class net.i2p.router.MessageHistory
-
We just sent a message to the peer
- sendMessage(I2PSessionImpl, Destination, long, byte[], long, int) - Method in class net.i2p.client.impl.I2CPMessageProducer
-
Package up and send the payload to the router for delivery
- sendMessage(I2PSessionImpl, Destination, long, byte[], SendMessageOptions) - Method in class net.i2p.client.impl.I2CPMessageProducer
-
Package up and send the payload to the router for delivery
- sendMessage(I2PSessionImpl, Destination, long, byte[], SessionTag, SessionKey, Set<SessionTag>, SessionKey, long) - Method in class net.i2p.client.impl.I2CPMessageProducer
-
Package up and send the payload to the router for delivery
- 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[]) - Method in class net.i2p.client.impl.I2PSessionImpl2
-
unused, see MuxedImpl override
- sendMessage(Destination, byte[]) - Method in class net.i2p.client.impl.I2PSessionMuxedImpl
- 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) - Method in class net.i2p.client.impl.I2PSessionImpl2
- sendMessage(Destination, byte[], int, int, int) - Method in interface net.i2p.client.I2PSession
-
See I2PSessionMuxedImpl for proto/port details.
- sendMessage(Destination, byte[], int, int, int) - Method in class net.i2p.client.impl.I2PSessionImpl2
- sendMessage(Destination, byte[], int, int, int) - Method in class net.i2p.client.impl.I2PSessionMuxedImpl
- 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) - Method in class net.i2p.client.impl.I2PSessionImpl2
- 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 interface net.i2p.client.I2PSession
-
Send a message and request an asynchronous notification of delivery status.
- sendMessage(Destination, byte[], int, int, int, int, int, SendMessageOptions, SendMessageStatusListener) - Method in class net.i2p.client.impl.I2PSessionImpl2
- 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(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>) - Method in class net.i2p.client.impl.I2PSessionImpl2
- 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>, int, int, int) - Method in class net.i2p.client.impl.I2PSessionImpl2
- sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, int, int, int) - Method in class net.i2p.client.impl.I2PSessionMuxedImpl
- 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>, long) - Method in class net.i2p.client.impl.I2PSessionImpl2
-
Unused? see MuxedImpl override
- sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, long) - Method in class net.i2p.client.impl.I2PSessionMuxedImpl
- 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) - Method in class net.i2p.client.impl.I2PSessionImpl2
- sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, long, int, int, int) - Method in class net.i2p.client.impl.I2PSessionMuxedImpl
- 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, SessionKey, Set<SessionTag>, long, int, int, int, int) - Method in class net.i2p.client.impl.I2PSessionImpl2
- sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, long, int, int, int, int) - Method in class net.i2p.client.impl.I2PSessionMuxedImpl
- 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[], SessionKey, Set<SessionTag>) - Method in class net.i2p.client.impl.I2PSessionImpl2
- 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(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(I2NPMessage, Hash, TunnelId) - Method in class net.i2p.router.networkdb.HandleDatabaseLookupMessageJob
- 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, i.e.
- SendMessageDirectJob(RouterContext, I2NPMessage, Hash, int, int) - Constructor for class net.i2p.router.message.SendMessageDirectJob
- SendMessageDirectJob(RouterContext, I2NPMessage, Hash, Job, ReplyJob, Job, MessageSelector, int, int) - Constructor for class net.i2p.router.message.SendMessageDirectJob
- SendMessageDirectJob(RouterContext, I2NPMessage, Hash, ReplyJob, Job, MessageSelector, int, int) - Constructor for class net.i2p.router.message.SendMessageDirectJob
- 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
- SendMessageExpiresMessage(DateAndFlags) - Constructor for class net.i2p.data.i2cp.SendMessageExpiresMessage
- 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
- 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.
- 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
-
added.f and dropped unsupported
- 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
- sendPreprocessed(byte[], TunnelGateway.Receiver) - Method in class net.i2p.router.tunnel.InboundSender
- 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
-
Take the preprocessed data containing zero or more fragments, encrypt it, and pass it on to the receiver
- sendReject(int, int, int) - Method in class org.klomp.snark.PeerConnectionOut
- 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
- sendRequest(SocketTimeout) - Method in class net.i2p.util.SSLEepGet
- sendRequest(Request) - Method in class org.klomp.snark.PeerConnectionOut
- sendRequests(List<Request>) - Method in class org.klomp.snark.PeerConnectionOut
- 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
- sendStore(Hash, DatabaseEntry, Job, Job, long, Set<Hash>) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
-
unused (overridden in FNDF)
- sendTerminationAndClose() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
-
NTCP 1 or 2.
- sendtime - Variable in class edu.internet2.ndt.Tcpbw100
- sendTime - Variable in class org.klomp.snark.Request
- sendUrgentData(int) - Method in class net.i2p.client.streaming.impl.StandardSocket
- sendUrgentData(int) - Method in class net.i2p.util.InternalSocket
-
Deprecated.unsupported
- 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
-
Constant
SEP=36
- SEQ - Static variable in class org.cybergarage.http.HTTP
- serial - Variable in class i2p.susi.dns.BaseBean
- serial - Variable in class org.minidns.record.SOA
-
The unsigned 32 bit version number of the original copy of the zone.
- 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(DataOutputStream) - Method in class org.minidns.record.DNSKEY
- serialize(DataOutputStream) - Method in class org.minidns.record.InternetAddressRR
- serialize(DataOutputStream) - Method in class org.minidns.record.MX
- serialize(DataOutputStream) - Method in class org.minidns.record.NSEC
- serialize(DataOutputStream) - Method in class org.minidns.record.NSEC3
- serialize(DataOutputStream) - Method in class org.minidns.record.NSEC3PARAM
- serialize(DataOutputStream) - Method in class org.minidns.record.OPENPGPKEY
- serialize(DataOutputStream) - Method in class org.minidns.record.OPT
- serialize(DataOutputStream) - Method in class org.minidns.record.RRSIG
- serialize(DataOutputStream) - Method in class org.minidns.record.RRWithTarget
- serialize(DataOutputStream) - Method in class org.minidns.record.SOA
- serialize(DataOutputStream) - Method in class org.minidns.record.SRV
- serialize(DataOutputStream) - Method in class org.minidns.record.TLSA
- serialize(DataOutputStream) - Method in class org.minidns.record.TXT
- serialize(DataOutputStream) - Method in class org.minidns.record.UNKNOWN
- 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.
- 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
- 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 - Static variable in class org.cybergarage.http.HTTP
- SERVER_FAIL - org.minidns.dnsmessage.DnsMessage.RESPONSE_CODE
- SERVER_RETRY_COUNT - Static variable in class org.cybergarage.upnp.UPnP
- service(HttpServletRequest, HttpServletResponse) - Method in class net.i2p.addressbook.servlet.Servlet
-
Simple output to verify that the addressbook servlet is running.
- Service - Class in org.cybergarage.upnp
- Service - Interface in net.i2p.router
-
Define the manageable service interface for the subsystems in the I2P router
- Service() - Constructor for class org.cybergarage.upnp.Service
- Service(Node) - Constructor for class org.cybergarage.upnp.Service
- SERVICE_LIST_ELEMENT - Static variable in interface org.cybergarage.upnp.RootDescription
- serviceCertificateConstraint - org.minidns.record.TLSA.CertUsage
- ServiceData - Class in org.cybergarage.upnp.xml
- ServiceData() - Constructor for class org.cybergarage.upnp.xml.ServiceData
- ServiceList - Class in org.cybergarage.upnp
- ServiceList() - Constructor for class org.cybergarage.upnp.ServiceList
- serviceSearchResponse(SSDPPacket) - Method in class org.cybergarage.upnp.Service
- ServiceStateTable - Class in org.cybergarage.upnp
- 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
- SESS_REQ_EXT_FLAG_REQUEST_RELAY_TAG - Static variable in class net.i2p.router.transport.udp.UDPPacket
-
set to 1 to request a session tag, i.e.
- SESS_REQ_MIN_EXT_OPTIONS_LENGTH - Static variable in class net.i2p.router.transport.udp.UDPPacket
- Session - Interface in net.i2p.sam
-
A V3 session.
- SESSION_ERROR - Static variable in class net.i2p.sam.SAMv1Handler
- 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
- SESSION_STATUS_DUPLICATE_DEST - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
- SESSION_STATUS_I2P_ERROR - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
- SESSION_STATUS_INVALID_KEY - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
- SESSION_STATUS_OK - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
- 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.
- 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(Destination) - Constructor for class net.i2p.data.i2cp.SessionConfig
- SessionConfirmedReader() - Constructor for class net.i2p.router.transport.udp.UDPPacketReader.SessionConfirmedReader
- SessionCreatedReader() - Constructor for class net.i2p.router.transport.udp.UDPPacketReader.SessionCreatedReader
- sessionDisconnected() - Method in interface net.i2p.client.streaming.I2PSocketManager.DisconnectListener
- sessionDisconnected() - Method in class net.i2p.sam.SAMStreamSession.DisconnectListener
- 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() - Method in class net.i2p.data.i2cp.SessionStatusMessage
-
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
- SessionId(int) - Constructor for class net.i2p.data.i2cp.SessionId
- 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
-
Defines the SessionKey as defined by the I2P data structure spec.
- SessionKey() - Constructor for class net.i2p.data.SessionKey
- SessionKey(byte[]) - Constructor for class net.i2p.data.SessionKey
- SessionKeyAndNonce - Class in net.i2p.router.crypto.ratchet
-
A session key is 32 bytes of data.
- 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() - Method in class net.i2p.I2PAppContext
-
The session key manager which coordinates the sessionKey / sessionTag data.
- 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()
- SessionRecord - Class in net.i2p.sam
-
The values in the SessionsDB
- SessionRecord(String, Properties, SAMv3Handler) - Constructor for class net.i2p.sam.SessionRecord
- SessionRecord(SessionRecord) - Constructor for class net.i2p.sam.SessionRecord
- SessionRequestReader() - Constructor for class net.i2p.router.transport.udp.UDPPacketReader.SessionRequestReader
- sessionRequestReceived() - Method in class net.i2p.router.transport.udp.InboundEstablishState
- SessionsDB - Class in net.i2p.sam
-
basically a HashMap from String to SessionRecord
- SessionsDB() - Constructor for class net.i2p.sam.SessionsDB
- SessionsDB.ExistingDestException - Exception in net.i2p.sam
- SessionsDB.ExistingIdException - Exception in net.i2p.sam
- 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
- 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
- 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
- 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
- SessionTagListener - Interface in net.i2p.router.crypto.ratchet
-
Something that looks for SessionTags.
- set(double) - Method in class org.rrd4j.core.RrdDouble
- set(int) - Method in class com.google.zxing.common.BitArray
-
Sets bit i.
- set(int) - Method in class org.klomp.snark.BitField
-
Sets the given bit to true.
- set(int) - Method in class org.rrd4j.core.RrdInt
- set(int, double) - Method in class org.rrd4j.core.RrdDoubleArray
- set(int, double, int) - Method in class org.rrd4j.core.RrdDoubleArray
- set(int, int) - Method in class com.google.zxing.common.BitMatrix
-
Sets the given bit to true.
- set(int, int, boolean) - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
- set(int, int, byte) - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
- set(int, int, double) - Method in class org.rrd4j.core.RrdDoubleMatrix
- set(int, int, double[]) - Method in class org.rrd4j.core.RrdDoubleMatrix
-
set.
- set(int, int, double, int) - Method in class org.rrd4j.core.RrdDoubleMatrix
- set(int, int, int) - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
- set(long) - Method in class org.rrd4j.core.RrdLong
- set(E) - Method in class org.rrd4j.core.RrdEnum
- set(Font, Font[]) - Method in enum org.rrd4j.graph.RrdGraphConstants.FontTag
- set(InputStream) - Method in class org.cybergarage.http.HTTPPacket
- set(InputStream, boolean) - Method in class org.cybergarage.http.HTTPPacket
- set(String) - Method in class org.cybergarage.http.HTTPStatus
- set(String) - Method in class org.rrd4j.core.RrdString
- set(String) - Method in class org.rrd4j.core.Sample
-
Sets sample timestamp and data source values in a fashion similar to RRDTool.
- set(HTTPPacket) - Method in class org.cybergarage.http.HTTPPacket
- set(HTTPRequest) - Method in class org.cybergarage.http.HTTPRequest
- set(HTTPSocket) - Method in class org.cybergarage.http.HTTPPacket
- set(ArgumentList) - Method in class org.cybergarage.upnp.ArgumentList
-
Deprecated.
- set(StateVariable) - Method in class org.cybergarage.upnp.StateVariable
- set(Attribute) - Method in class org.cybergarage.xml.Attribute
- set(Node) - Method in class org.cybergarage.xml.Node
- set(V) - Method in class net.metanotion.util.skiplist.SkipIterator
- 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_ELG - Static variable in class net.i2p.router.LeaseSetKeys
-
Unmodifiable, ElGamal 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(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
- setAckThrough(long) - Method in class net.i2p.client.streaming.impl.Packet
- setAction(String) - Method in class i2p.susi.dns.BaseBean
- setAction(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
- setAction(String) - Method in class net.i2p.router.web.FormHandler
- setAction(String) - Method in class net.i2p.router.web.helpers.SummaryHelper
- setActionListener(ActionListener) - Method in class org.cybergarage.upnp.Action
- setActionListener(ActionListener) - Method in class org.cybergarage.upnp.Device
- setActionListener(ActionListener) - Method in class org.cybergarage.upnp.Service
- setActionListener(ActionListener) - Method in class org.cybergarage.upnp.xml.ActionData
- setActionListener(ActionListener, boolean) - Method in class org.cybergarage.upnp.Device
- setActive(boolean) - Method in class net.i2p.client.streaming.impl.ConnectionHandler
- 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
- setActivity(long) - Method in class org.klomp.snark.Storage
- setActualEnd(long) - Method in class net.i2p.router.JobTiming
- setActualStart(long) - Method in class net.i2p.router.JobTiming
- 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
- setAddress(String) - Method in class com.mpatric.mp3agic.ID3v2PopmFrameData
- 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
- 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.
- setAlbum(String) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setAlbum(String) - Method in interface com.mpatric.mp3agic.ID3v1
- setAlbum(String) - Method in class com.mpatric.mp3agic.ID3v1Tag
- setAlbum(String) - Method in class com.mpatric.mp3agic.ID3Wrapper
- setAlbumArtist(String) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setAlbumArtist(String) - Method in interface com.mpatric.mp3agic.ID3v2
- setAlbumArtist(String) - Method in class com.mpatric.mp3agic.ID3Wrapper
- setAlbumImage(byte[], String) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setAlbumImage(byte[], String) - Method in interface com.mpatric.mp3agic.ID3v2
- setAlbumImage(byte[], String) - Method in class com.mpatric.mp3agic.ID3Wrapper
- setAlbumImage(byte[], String, byte, String) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setAlbumImage(byte[], String, byte, String) - Method in interface com.mpatric.mp3agic.ID3v2
- setAliasOf(Hash) - Method in class net.i2p.router.TunnelPoolSettings
-
Set other destination that this is an alias of (or null).
- setAliceIntroKey(SessionKey) - Method in class net.i2p.router.transport.udp.PeerTestState
- setAliceIP(InetAddress) - Method in class net.i2p.router.transport.udp.PeerTestState
- setAliceIPFromCharlie(InetAddress) - Method in class net.i2p.router.transport.udp.PeerTestState
- setAlicePort(int) - Method in class net.i2p.router.transport.udp.PeerTestState
- setAlicePortFromCharlie(int) - Method in class net.i2p.router.transport.udp.PeerTestState
- setAlignmentY(float) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JLabel
- setAll() - Method in class org.klomp.snark.BitField
-
Sets all bits to true.
- 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
- 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
- setAllowZeroHop(boolean) - Method in class net.i2p.router.TunnelPoolSettings
-
Deprecated.unused
- 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.
- setAnswer(boolean) - Method in class net.i2p.util.SimpleStore
-
set the answer
- setAnswerPings(boolean) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
- setAnswers(Collection<Record<? extends Data>>) - Method in class org.minidns.dnsmessage.DnsMessage.Builder
- setAntiAliasing(boolean) - Method in class org.rrd4j.graph.ImageWorker
- setAntiAliasing(boolean) - Method in class org.rrd4j.graph.RrdGraphDef
-
Controls if the chart area of the image should be antialiased or not.
- setAppend(boolean) - Method in class net.i2p.jetty.I2PRequestLog
- 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
- setArgumentValue(String, int) - Method in class org.cybergarage.upnp.Action
- setArgumentValue(String, String) - Method in class org.cybergarage.upnp.Action
- setArgumentValues(ArgumentList) - Method in class org.cybergarage.upnp.Action
-
Deprecated.You should use one of the following methods instead:
-Action.setInArgumentValues(ArgumentList)
-Action.setOutArgumentValues(ArgumentList)
- 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
- setArtist(String) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setArtist(String) - Method in interface com.mpatric.mp3agic.ID3v1
- setArtist(String) - Method in class com.mpatric.mp3agic.ID3v1Tag
- setArtist(String) - Method in class com.mpatric.mp3agic.ID3Wrapper
- setArtistUrl(String) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setArtistUrl(String) - Method in interface com.mpatric.mp3agic.ID3v2
- setAttribute(String, int) - Method in class org.cybergarage.xml.Node
- setAttribute(String, String) - Method in class org.cybergarage.xml.Node
- setAudiofileUrl(String) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setAudiofileUrl(String) - Method in interface com.mpatric.mp3agic.ID3v2
- setAudioSourceUrl(String) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setAudioSourceUrl(String) - Method in interface com.mpatric.mp3agic.ID3v2
- 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
- setAutoStoppable(boolean) - Method in class org.klomp.snark.Snark
- setAverage(double) - Method in class net.i2p.stat.RateAverages
- setB64(boolean) - Method in class net.i2p.jetty.I2PRequestLog
- setBackendFactory(RrdBackendFactory) - Method in class org.rrd4j.core.RrdDb.Builder
- setBackgroundColor(Color) - Method in class com.docuverse.identicon.NineBlockIdenticonRenderer2
- 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
- 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
- setBinary(String, byte[]) - Static 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
- setBit(byte, int, boolean) - Static method in class com.mpatric.mp3agic.BufferTools
- 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) - Method in class net.i2p.router.networkdb.kademlia.BlindCache
-
Add the destination to the cache entry.
- setBlinded(Destination, SigType, String) - Method in class net.i2p.router.networkdb.kademlia.BlindCache
-
Mark a destination as known to be blinded
- 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
- setBobCipherKey(SessionKey) - Method in class net.i2p.router.transport.udp.PeerTestState
- setBobIP(InetAddress) - Method in class net.i2p.router.transport.udp.PeerTestState
- setBobMACKey(SessionKey) - Method in class net.i2p.router.transport.udp.PeerTestState
- setBobPort(int) - Method in class net.i2p.router.transport.udp.PeerTestState
- 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
- setBootId(int) - Method in class org.cybergarage.upnp.ssdp.SSDPRequest
- setBootId(int) - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
- setBorder(Component) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
- setBPM(int) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setBPM(int) - Method in interface com.mpatric.mp3agic.ID3v2
- setBuffer(byte[]) - Method in class org.rrd4j.core.RrdByteArrayBackend
- setBufferSize(int) - Method in class net.i2p.client.streaming.impl.MessageOutputStream
-
Caller should enforce a sane minimum.
- setBulk(int, int) - Method in class com.google.zxing.common.BitArray
-
Sets a block of 32 bits, starting at bit i.
- setByteBuffer(ByteBuffer) - Method in class org.rrd4j.core.ByteBufferBackend
- setBytes(byte[]) - Method in class org.cybergarage.upnp.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(int) - Method in class org.cybergarage.http.HTTPPacket
- setCacheControl(String) - Method in class org.cybergarage.http.HTTPPacket
- setCacheControl(String, int) - Method in class org.cybergarage.http.HTTPPacket
- setCallback(String) - Method in class org.cybergarage.upnp.event.SubscriptionRequest
- 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
- setCapacity(int) - Method in class org.rrd4j.core.RrdDbPool
-
Sets the maximum number of simultaneously open RRD.
- setCapacity(String) - Method in class net.i2p.router.web.helpers.ConfigPeerHandler
- setCapacityBonus(int) - Method in class net.i2p.router.peermanager.PeerProfile
- setCaps(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
- setCert(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
- setCertificate(Certificate) - Method in class net.i2p.data.i2np.GarlicClove
- setCertificate(Certificate) - Method in class net.i2p.data.KeysAndCert
- setCertificateType(int) - Method in class net.i2p.data.Certificate
- 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
- setChapters(ArrayList<ID3v2ChapterFrameData>) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setChapters(ArrayList<ID3v2ChapterFrameData>) - Method in interface com.mpatric.mp3agic.ID3v2
- setChapterTOC(ArrayList<ID3v2ChapterTOCFrameData>) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setChapterTOC(ArrayList<ID3v2ChapterTOCFrameData>) - Method in interface com.mpatric.mp3agic.ID3v2
- setCharlieIntroKey(SessionKey) - Method in class net.i2p.router.transport.udp.PeerTestState
- setCharlieIP(InetAddress) - Method in class net.i2p.router.transport.udp.PeerTestState
- setCharliePort(int) - Method in class net.i2p.router.transport.udp.PeerTestState
- setCheckDisabled(boolean) - Method in class org.minidns.dnsmessage.DnsMessage.Builder
-
Deprecated.
- setCheckingDisabled(boolean) - Method in class org.minidns.dnsmessage.DnsMessage.Builder
-
Change the check status of this packet.
- setChildren(String[]) - Method in class com.mpatric.mp3agic.ID3v2ChapterTOCFrameData
- setChilds(String[]) - Method in class com.mpatric.mp3agic.ID3v2ChapterTOCFrameData
-
Deprecated.
- 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
- setChoking(boolean) - Method in class org.klomp.snark.WebPeer
- setChunkSize(int) - Static method in class org.cybergarage.http.HTTP
- 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
-
Multiple entries in form
- setClientOptions(Properties) - Method in class net.i2p.i2ptunnel.I2PTunnel
-
Generic options used for clients and servers.
- setClientport(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
-
I2CP port the router is on, ignored when in router context
- setClientPort(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
-
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.
- 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.
- 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
- setCode(int) - Method in class org.cybergarage.upnp.UPnPStatus
- setCollapsePanels(boolean) - Method in class org.klomp.snark.I2PSnarkUtil
- setColor(int, Paint) - Method in class org.rrd4j.graph.RrdGraphDef
-
Deprecated.
- setColor(String, Paint) - Method in class org.rrd4j.graph.RrdGraphDef
-
Deprecated.
- setColor(ElementsNames, Paint) - Method in class org.rrd4j.graph.RrdGraphDef
-
Overrides the colors for the standard elements of the graph.
- setComment(EncodedText) - Method in class com.mpatric.mp3agic.ID3v2CommentFrameData
- setComment(String) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setComment(String) - Method in interface com.mpatric.mp3agic.ID3v1
- setComment(String) - Method in class com.mpatric.mp3agic.ID3v1Tag
- setComment(String) - Method in class com.mpatric.mp3agic.ID3Wrapper
- setCommentsEnabled(boolean) - Method in class org.klomp.snark.I2PSnarkUtil
- setCommentsName(String) - Method in class org.klomp.snark.I2PSnarkUtil
- setCommercialUrl(String) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setCommercialUrl(String) - Method in interface com.mpatric.mp3agic.ID3v2
- setCompilation(boolean) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setCompilation(boolean) - Method in interface com.mpatric.mp3agic.ID3v2
- setCompleteListener(FIFOBandwidthLimiter.CompleteListener) - Method in interface net.i2p.router.transport.FIFOBandwidthLimiter.Request
- setComposer(String) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setComposer(String) - Method in interface com.mpatric.mp3agic.ID3v2
- setComposer(String) - Method in class com.mpatric.mp3agic.ID3Wrapper
- setConf(String, boolean) - Method in class net.i2p.i2pcontrol.servlets.configuration.ConfigurationManager
-
Set a specific boolean setting
- 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
- setConfig(String) - Method in class i2p.susi.dns.ConfigBean
- setConfig(String) - Method in class net.i2p.util.LogManager
- setConfig(Properties, String) - Method in class net.i2p.i2ptunnel.TunnelController
-
As of 0.9.1, updates the options on an existing session
- setConfigFile(File) - Method in class net.i2p.i2ptunnel.TunnelController
-
Set the config file.
- setConfigFilename(String) - Method in class net.i2p.router.Router
-
Deprecated.unused
- setConfigSetting(String, String) - Method in class net.i2p.router.Router
-
Deprecated.use saveConfig(String name, String value) or saveConfig(Map toAdd, Set toRemove)
- setConfiguration(Properties) - Method in class net.i2p.client.naming.NamingService
-
Warning - unimplemented in any subclass.
- setCongestionAvoidanceGrowthRateFactor(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
- setCongestionWindowEnd(long) - Method in class net.i2p.client.streaming.impl.Connection
- setConnectDelay(boolean) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
- setConnectDelay(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
- setConnectDelay(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
- setConnection(String) - Method in class org.cybergarage.http.HTTPPacket
- setConnectionError(String) - Method in class net.i2p.client.streaming.impl.Connection
- 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.
- setConsoleBufferSize(int) - Method in class net.i2p.util.LogManager
-
Deprecated.unused
- setConsoleNonce(String) - Method in class net.i2p.router.web.helpers.SummaryHelper
- setContent(byte[]) - Method in class org.cybergarage.http.HTTPPacket
- setContent(byte[], boolean) - Method in class org.cybergarage.http.HTTPPacket
- setContent(String) - Method in class i2p.susi.dns.SubscriptionsBean
- setContent(String) - Method in class org.cybergarage.http.HTTPPacket
- setContent(String, boolean) - Method in class org.cybergarage.http.HTTPPacket
- setContent(Node) - Method in class org.cybergarage.soap.SOAPRequest
- setContent(Node) - Method in class org.cybergarage.soap.SOAPResponse
- setContentInputStream(InputStream) - Method in class org.cybergarage.http.HTTPPacket
- setContentLanguage(String) - Method in class org.cybergarage.http.HTTPPacket
- setContentLength(long) - Method in class org.cybergarage.http.HTTPPacket
- setContentRange(long, long, long) - Method in class org.cybergarage.http.HTTPPacket
- setContents(StringSelection, StringSelection) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Clipboard
- setContentType(String) - Method in class org.cybergarage.http.HTTPPacket
- setContext(boolean) - Method in class org.rrd4j.core.timespec.TimeScanner
- 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.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
- setControlPoint(ControlPoint) - Method in class org.cybergarage.upnp.device.Disposer
- setControlPoint(ControlPoint) - Method in class org.cybergarage.upnp.ssdp.SSDPNotifySocket
- setControlPoint(ControlPoint) - Method in class org.cybergarage.upnp.ssdp.SSDPNotifySocketList
- setControlPoint(ControlPoint) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket
- setControlPoint(ControlPoint) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList
- setControlResponse(ControlResponse) - Method in class org.cybergarage.upnp.xml.ActionData
- setControlURL(String) - Method in class org.cybergarage.upnp.Service
- setCopyright(String) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setCopyright(String) - Method in interface com.mpatric.mp3agic.ID3v2
- setCopyright(String) - Method in class com.mpatric.mp3agic.ID3Wrapper
- setCopyrightUrl(String) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setCopyrightUrl(String) - Method in interface com.mpatric.mp3agic.ID3v2
- setCost(int) - Method in class net.i2p.data.MetaLease
- 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
- setCountry(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
- setCreation(long) - Method in class net.i2p.router.tunnel.HopConfig
- setCreationDate(Date) - Method in class net.i2p.data.i2cp.SessionConfig
- setCurrent(double) - Method in class net.i2p.stat.RateAverages
- setCurrentCipherKey(SessionKey) - Method in class net.i2p.router.transport.udp.PeerState
-
The AES key used to encrypt/decrypt packets, set only after the connection is established.
- setCurrentMACKey(SessionKey) - Method in class net.i2p.router.transport.udp.PeerState
-
The AES key used to verify packets, set only after the connection is established.
- setCurrentPage(int) - Method in class i2p.susi.util.Folder
-
Sets the current page to the given parameter.
- setCursor(Cursor) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
- setCustomOptions(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
-
what I2P session overrides should be used
- setCustomTag(byte[]) - Method in class com.mpatric.mp3agic.Mp3File
- setData(byte[]) - Method in class com.mpatric.mp3agic.ID3v2Frame
- setData(byte[]) - Method in class net.i2p.crypto.SHA1Hash
- setData(byte[]) - Method in class net.i2p.data.ByteArray
-
Warning, does not set valid
- setData(byte[]) - Method in class net.i2p.data.Hash
- setData(byte[]) - Method in class net.i2p.data.i2np.DataMessage
- 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.
- setData(JSONRPC2Error, Object) - Static method in exception com.thetransactioncompany.jsonrpc2.JSONRPC2Error
-
Deprecated.
- setData(Object) - Method in exception com.thetransactioncompany.jsonrpc2.JSONRPC2Error
-
Sets the specified data to a JSON-RPC 2.0 error.
- setData(I2NPMessage) - Method in class net.i2p.data.i2np.GarlicClove
- setDataType(String) - Method in class org.cybergarage.upnp.StateVariable
- setDate(long) - Method in class net.i2p.data.BlindData
-
Creation date.
- setDate(long) - Method in class net.i2p.data.DateAndFlags
- setDate(long) - Method in class net.i2p.router.crypto.ratchet.RatchetTagSet
-
For inbound and outbound: last used time
- setDate(String) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setDate(String) - Method in interface com.mpatric.mp3agic.ID3v2
- setDate(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
- setDate(Calendar) - Method in class org.cybergarage.http.HTTPPacket
- setDate(Date) - Method in class net.i2p.data.DateAndFlags
- setDate(Date) - Method in class net.i2p.data.i2cp.SetDateMessage
- 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(String) - Constructor for class net.i2p.data.i2cp.SetDateMessage
- SetDateMessageHandler - Class in net.i2p.client.impl
-
Handle I2CP time messages from the router
- SetDateMessageHandler(I2PAppContext) - Constructor for class net.i2p.client.impl.SetDateMessageHandler
- setDBHistory(DBHistory) - Method in class net.i2p.router.peermanager.PeerProfile
- 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
- setDefaultFactory(String) - Static method in class org.rrd4j.core.RrdBackendFactory
-
Deprecated.Uses active factory instead
- setDefaultFactory(String) - Static method in class org.rrd4j.core.RrdDb
-
Deprecated.
- setDefaultFactory(RrdBackendFactory) - Method in class org.rrd4j.core.RrdDbPool
-
Deprecated.the pool is no longer a singleton, create a new pool instead of changing it.
- setDefaultLimit(String) - Method in class net.i2p.util.LogManager
- setDefaultloglevel(String) - Method in class net.i2p.router.web.helpers.ConfigLoggingHandler
- 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.
- 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.
- 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
-
Deprecated.unused
- setDelaySeconds(long) - Method in class net.i2p.data.i2np.DeliveryInstructions
-
Deprecated.unused
- setDeliveryMode(int) - Method in class net.i2p.data.i2np.DeliveryInstructions
- setDeliveryURL(String) - Method in class org.cybergarage.upnp.event.Subscriber
- setDepth(int) - Method in class org.cybergarage.upnp.Icon
- setDepth(String) - Method in class org.cybergarage.upnp.Icon
- setDescription(EncodedText) - Method in class com.mpatric.mp3agic.ID3v2CommentFrameData
- setDescription(EncodedText) - Method in class com.mpatric.mp3agic.ID3v2PictureFrameData
- setDescription(EncodedText) - Method in class com.mpatric.mp3agic.ID3v2UrlFrameData
- setDescription(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
-
one line description
- setDescription(String) - Method in class org.cybergarage.upnp.UPnPStatus
- setDescriptionFile(File) - Method in class org.cybergarage.upnp.xml.DeviceData
- setDescriptionURI(String) - Method in class org.cybergarage.upnp.xml.DeviceData
- setDescriptionURL(String) - Method in class org.cybergarage.upnp.Service
- setDescriptionURL(String) - Method in class org.cybergarage.upnp.xml.ServiceData
- setDestination(String) - Method in class i2p.susi.dns.AddressbookBean
- setDestination(Destination) - Method in class net.i2p.data.BlindData
- setDestination(Destination) - Method in class net.i2p.data.EncryptedLeaseSet
-
Overridden to set the blinded key.
- setDestination(Destination) - Method in class net.i2p.data.i2cp.SendMessageMessage
- setDestination(Destination) - Method in class net.i2p.data.LeaseSet
- setDestination(Destination) - Method in class net.i2p.data.PrivateKeyFile
- 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.
- setDestination(Hash) - Method in class net.i2p.data.i2np.DeliveryInstructions
-
required for DESTINATION
- setDestinationNickname(String) - Method in class net.i2p.router.TunnelPoolSettings
- setDevice(Device) - Method in class org.cybergarage.upnp.device.Advertiser
- setDeviceDisposer(Disposer) - Method in class org.cybergarage.upnp.ControlPoint
- setDeviceNode(Node) - Method in class org.cybergarage.upnp.Device
- setDeviceType(String) - Method in class org.cybergarage.upnp.Device
- setDevSU3URL(String) - Method in class net.i2p.router.web.ConfigUpdateHandler
- setDirection(String) - Method in class org.cybergarage.upnp.Argument
- setDisable(int) - Static method in class org.cybergarage.upnp.UPnP
- setDisabled() - Method in class net.i2p.router.web.StatSummarizer
-
Disable graph generation until restart See SummaryRenderer.render()
- setDisabled() - Method in class org.klomp.snark.Piece
- setDisabled(I2PAppContext) - Static method in class net.i2p.router.web.StatSummarizer
-
Disable graph generation until restart See SummaryRenderer.render()
- 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
- setDisplayOnScreen(boolean) - Method in class net.i2p.util.LogManager
-
Deprecated.unused
- setDisplayOnScreenLevel(int) - Method in class net.i2p.util.LogManager
-
Deprecated.unused
- setDnssecOk() - Method in class org.minidns.edns.Edns.Builder
- setDnssecOk(boolean) - Method in class org.minidns.edns.Edns.Builder
- setDontIncludePeers(Collection<Hash>) - Method in class net.i2p.data.i2np.DatabaseLookupMessage
-
Replace the dontInclude set with this set.
- setDownloaded(int) - Method in class org.klomp.snark.PartialPiece
-
Call this if necessary before returning a PartialPiece to the PeerCoordinator.
- 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, int, long) - Static method in class org.rrd4j.core.RrdToolkit
-
Sets datasource heartbeat to a new value.
- setDsHeartbeat(String, String, 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
- setE(String) - Method in class net.i2p.router.web.helpers.GraphHelper
- setECLevel(ErrorCorrectionLevel) - Method in class com.google.zxing.qrcode.encoder.QRCode
- setEdit(String) - Method in class net.i2p.router.web.helpers.ConfigClientsHelper
- setEditable(boolean) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
- setEffort(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
-
params needed for hashcash and dest modification
- 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
- setEnable(int) - Static method in class org.cybergarage.upnp.UPnP
- setEnableAddCreate(boolean) - Method in class org.klomp.snark.I2PSnarkUtil
- setEnabled(boolean) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
- setEnableLightbox(boolean) - Method in class org.klomp.snark.I2PSnarkUtil
- setEnableloadtesting(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
- setEncoder(String) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setEncoder(String) - Method in interface com.mpatric.mp3agic.ID3v2
- setEncoder(String) - Method in class com.mpatric.mp3agic.ID3Wrapper
- setEncrypt(boolean) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
- setEncrypt(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
- setEncrypted(boolean) - Method in class net.i2p.data.i2np.DeliveryInstructions
-
Deprecated.unused
- setEncryptedData(byte[]) - Method in class net.i2p.data.Payload
-
the real data
- setEncryptionKey(PublicKey) - Method in class net.i2p.data.LeaseSet
- setEncryptionKey(PublicKey) - Method in class net.i2p.data.MetaLeaseSet
- setEncryptionKey(SessionKey) - Method in class net.i2p.data.i2np.DeliveryInstructions
-
Deprecated.unused
- 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
- setEncryptMode(String) - Method in class net.i2p.router.web.helpers.ConfigKeyringHandler
- 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
- setEndDate(long) - Method in class net.i2p.data.Lease
- setEndDate(Date) - Method in class net.i2p.data.i2cp.RequestLeaseSetMessage
- setEndDate(Date) - Method in class net.i2p.data.Lease
-
Deprecated.use setEndDate(long)
- setEndOffset(int) - Method in class com.mpatric.mp3agic.ID3v2ChapterFrameData
- setEndTime(int) - Method in class com.mpatric.mp3agic.ID3v2ChapterFrameData
- 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
- 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
- setEnqueueTime(long) - Method in class net.i2p.router.OutNetMessage
-
For CDQ
- setEnqueueTime(long) - Method in class net.i2p.router.transport.udp.InboundMessageState
-
For CDQ
- setEnqueueTime(long) - Method in class net.i2p.router.transport.udp.OutboundMessageState
-
For CDQ
- setEnqueueTime(long) - Method in class net.i2p.router.transport.udp.UDPPacket
-
For CDQ
- 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
- setEnvelopeNode(Node) - Method in class org.cybergarage.soap.SOAPRequest
- setEnvelopeNode(Node) - Method in class org.cybergarage.soap.SOAPResponse
- 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
-
Status from last or current reseed attempt
- setErrorResponse(int) - Method in class org.cybergarage.upnp.event.SubscriptionResponse
- 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
- setEventSubURI(String) - Method in class org.cybergarage.upnp.ControlPoint
- setEventSubURL(String) - Method in class org.cybergarage.upnp.Service
- setExpiration(long) - Method in class net.i2p.data.BlindData
-
Expiration date.
- setExpiration(long) - Method in class net.i2p.data.i2cp.SendMessageExpiresMessage
- setExpiration(long) - Method in class net.i2p.data.i2np.GarlicClove
- setExpiration(long) - Method in class net.i2p.router.transport.UPnP.IPv6ForwardPort
- setExpiration(long) - Method in class net.i2p.router.tunnel.HopConfig
- setExpiration(long) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
- setExpiration(Date) - Method in class net.i2p.data.i2cp.SendMessageExpiresMessage
- setExpiration(Date) - Method in class net.i2p.data.router.RouterAddress
-
Deprecated.unused for now
- setExpiredDeviceMonitoringInterval(long) - Method in class org.cybergarage.upnp.ControlPoint
- setExpireEvent(SimpleTimer2.TimedEvent) - Method in class net.i2p.router.tunnel.FragmentedMessage
- setExplicitFilter(String) - Method in class net.i2p.router.web.helpers.ConfigStatsHandler
- setExplicitFilterValue(String) - Method in class net.i2p.router.web.helpers.ConfigStatsHandler
- setExplTunnelsReady() - Method in class net.i2p.router.Router
-
Only for Tunnel Building, after we have non-zero-hop expl.
- setExtended(boolean) - Method in class net.i2p.jetty.I2PRequestLog
- 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.
- setFamily(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
- setFaultResponse(int) - Method in class org.cybergarage.upnp.control.ControlResponse
- setFaultResponse(int, String) - Method in class org.cybergarage.upnp.control.ControlResponse
- setFetchData(FetchData) - Method in class org.rrd4j.data.Def
- 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
- setField(Field) - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerLittleEndianEncoding
- setField(Field) - Method in class net.i2p.crypto.eddsa.math.Encoding
- setFilename(String) - Method in class net.i2p.jetty.I2PRequestLog
- setFilename(String) - Method in class net.i2p.router.web.helpers.ConfigStatsHandler
- 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.
- 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
- setFilter(String) - Method in class i2p.susi.dns.AddressbookBean
- setFilter(String) - Method in class org.rrd4j.core.FetchRequest
-
Sets request filter in order to fetch data only for a single datasource (datasource name).
- 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).
- 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.
- 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
- setFlags(int) - Method in class net.i2p.data.i2cp.SendMessageExpiresMessage
- 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
- 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.
- 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.
- setFontSet(boolean) - Method in class org.rrd4j.graph.RrdGraphDef
-
This method reset the font set to it's default values.
- setFooter(boolean) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setFooter(boolean) - Method in interface com.mpatric.mp3agic.ID3v2
- setForceMobileConsole(String) - Method in class net.i2p.router.web.helpers.ConfigUIHandler
- 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
- setFormat(char[]) - Method in class net.i2p.util.LogManager
- setFragmentCount(int) - Method in class net.i2p.router.transport.udp.UDPPacket
-
only for debugging and stats
- setFriendlyName(String) - Method in class org.cybergarage.upnp.Device
- setFrom(String) - Method in class net.i2p.router.web.helpers.EventLogHelper
- setFrom(Hash) - Method in class net.i2p.data.i2np.DatabaseLookupMessage
- setFromHash(Hash) - Method in class net.i2p.data.i2np.DatabaseSearchReplyMessage
- setFull(String) - Method in class net.i2p.router.web.helpers.InfoHelper
- setFull(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
- setFull(String) - Method in class net.i2p.router.web.helpers.OldConsoleHelper
- setFull(String) - Method in class net.i2p.router.web.helpers.ProfilesHelper
- SetFullException() - Constructor for exception net.i2p.router.util.ArraySet.SetFullException
- setFuzz(int) - Method in class net.i2p.util.SimpleTimer2.TimedEvent
-
Don't bother rescheduling if +/- this many ms or less.
- setGateway(Hash) - Method in class net.i2p.data.Lease
-
Configure the router at which the destination can be contacted
- setGenre(int) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setGenre(int) - Method in interface com.mpatric.mp3agic.ID3v1
- setGenre(int) - Method in class com.mpatric.mp3agic.ID3v1Tag
- setGenre(int) - Method in class com.mpatric.mp3agic.ID3Wrapper
- setGenreDescription(String) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setGenreDescription(String) - Method in interface com.mpatric.mp3agic.ID3v2
-
Set genre from text.
- setGenreDescription(String) - Method in class com.mpatric.mp3agic.ID3v24Tag
- setGlobalContext(I2PAppContext) - Static method in class net.i2p.I2PAppContext
-
Sets the 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.
- setGranted(LeaseSet) - Method in class net.i2p.router.client.LeaseRequestState
-
FIXME unused - why?
- 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
- setGrouping(String) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setGrouping(String) - Method in interface com.mpatric.mp3agic.ID3v2
- setGzip(boolean) - Method in class net.i2p.client.SendMessageOptions
-
Overrides i2cp.gzip session option and size threshold for this message only.
- setH(String) - Method in class i2p.susi.dns.NamingServiceBean
- setH(String) - Method in class net.i2p.router.web.helpers.GraphHelper
- setHandshakeMap(Map<String, BEValue>) - Method in class org.klomp.snark.Peer
- setHashCashCert(int) - Method in class net.i2p.data.PrivateKeyFile
-
change to hashcash cert - caller must also call write()
- setHeader(Buffer) - Method in class i2p.susi.webmail.Mail
- setHeader(String, int) - Method in class org.cybergarage.http.HTTPPacket
- setHeader(String, long) - Method in class org.cybergarage.http.HTTPPacket
- setHeader(String, String) - Method in class org.cybergarage.http.HTTPPacket
- setHeader(HTTPHeader) - Method in class org.cybergarage.http.HTTPPacket
- setHeaderOnly(boolean) - Method in interface i2p.susi.webmail.pop3.POP3MailBox.FetchRequest
- setHeartbeat(long) - Method in class org.rrd4j.core.Datasource
-
Sets datasource heartbeat to a new value.
- setHeight(int) - Method in class org.cybergarage.upnp.Icon
- setHeight(int) - Method in class org.rrd4j.graph.RrdGraphDef
-
Sets height of the drawing area within the graph.
- setHeight(String) - Method in class net.i2p.router.web.helpers.GraphHelper
- setHeight(String) - Method in class org.cybergarage.upnp.Icon
- setHidden() - Method in class org.klomp.snark.comments.Comment
- setHideLegend(String) - Method in class net.i2p.router.web.helpers.GraphHelper
- setHisMTU(int) - Method in class net.i2p.router.transport.udp.PeerState
- setHost(String) - Method in class org.cybergarage.http.HTTPPacket
- setHost(String, int) - Method in class org.cybergarage.http.HTTPPacket
- setHostname(String) - Method in class i2p.susi.dns.AddressbookBean
- setHostname(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
- setHTTPBindAddress(InetAddress[]) - Method in class org.cybergarage.upnp.Device
- setHTTPBindAddress(InetAddress[]) - Method in class org.cybergarage.upnp.xml.DeviceData
- setHTTPPort(int) - Method in class org.cybergarage.upnp.ControlPoint
- setHTTPPort(int) - Method in class org.cybergarage.upnp.Device
- setHTTPPort(int) - Method in class org.cybergarage.upnp.xml.DeviceData
- 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!
- setId(int) - Method in class net.i2p.i2ptunnel.I2PTunnelTask
- setId(int) - Method in class org.minidns.dnsmessage.DnsMessage.Builder
-
Set the current DNS message id.
- setId(String) - Method in class com.mpatric.mp3agic.ID3v2ChapterFrameData
- setId(String) - Method in class com.mpatric.mp3agic.ID3v2ChapterTOCFrameData
- setID(byte[]) - Method in class org.klomp.snark.PeerID
-
for connecting out to peer based on desthash @since 0.8.1
- 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.
- setId3v1Tag(ID3v1) - Method in class com.mpatric.mp3agic.Mp3File
- setId3v2Tag(ID3v2) - Method in class com.mpatric.mp3agic.Mp3File
- 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
- setImageData(byte[]) - Method in class com.mpatric.mp3agic.ID3v2PictureFrameData
- 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.
- 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
- setInactivityTimeout(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
- 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
- setInboundBufferSize(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
- setInboundBurstBytes(int) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
- setInboundBurstKBps(int) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
- setInboundRandomKey(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
-
Random keys
- setInboundrate(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
- setInboundSettings(Hash, TunnelPoolSettings) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
- setInboundSettings(Hash, TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
- setInboundSettings(Hash, TunnelPoolSettings) - Method in interface net.i2p.router.TunnelManagerFacade
- setInboundSettings(TunnelPoolSettings) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
- setInboundSettings(TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
-
exploratory
- setInboundSettings(TunnelPoolSettings) - Method in interface net.i2p.router.TunnelManagerFacade
- setInboundUnlimited(boolean) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
-
Deprecated.unused for now, we are always limited
- setIndeterminate(boolean) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JProgressBar
- 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
-
setInfo.
- setInfo(String) - Method in class org.rrd4j.core.RrdDb
-
setInfo.
- setInitParams(WebAppContext, Map<?, ?>) - Static method in class net.i2p.router.web.LocaleWebAppHandler
- setInOrder(boolean) - Method in class org.klomp.snark.Storage
-
Call AFTER setFilePriorites() so we know what's skipped
- setInputStream(InputStream) - Method in class net.i2p.util.InternalSocket
- setInstructions(DeliveryInstructions) - Method in class net.i2p.data.i2np.GarlicClove
- setIntegerHeader(String, int) - Method in class org.cybergarage.http.HTTPPacket
- setIntegrationBonus(int) - Method in class net.i2p.router.peermanager.PeerProfile
- setInteresting(boolean) - Method in class org.klomp.snark.Peer
-
Deprecated.unused
- setInteresting(boolean) - Method in class org.klomp.snark.PeerState
- setInteresting(boolean) - Method in class org.klomp.snark.WebPeer
-
Deprecated.
- setInterface(String) - Static method in class org.cybergarage.net.HostInterface
- setInterfaceAddress(String) - Method in class org.cybergarage.upnp.event.Subscriber
- setInterlaced(boolean) - Method in class org.rrd4j.graph.RrdGraphDef
-
Creates interlaced or progressive mode image.
- setInterpolationMethod(int) - Method in class org.rrd4j.data.LinearInterpolator
-
Deprecated.uses
LinearInterpolator.setInterpolationMethod(Method)
instead. - setInterpolationMethod(LinearInterpolator.Method) - Method in class org.rrd4j.data.LinearInterpolator
-
Sets interpolation method to be used.
- setIntroducerTime() - Method in class net.i2p.router.transport.udp.PeerState
-
set the last time we used them as an introducer to now
- setIntroNonce(long) - Method in class net.i2p.router.transport.udp.OutboundEstablishState
- setIp(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
- setIP(Hash, byte[]) - Method in class net.i2p.router.transport.TransportImpl
-
IP of the peer from the last connection (in or out, any transport).
- setIPRestriction(int) - Method in class net.i2p.router.TunnelPoolSettings
- setIPv4Firewalled(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
- setIpv6(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
- setIpv6(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
- setIPv6Address(String) - Static method in class org.cybergarage.upnp.ssdp.SSDP
- setIPv6Firewalled(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
- 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
- setIsFailing(boolean) - Method in class net.i2p.router.peermanager.PeerProfile
-
deprecated - unused - always false
- setIsFull(String) - Method in class net.i2p.router.web.helpers.ConfigStatsHandler
- setIsSuccessful(boolean) - Method in class net.i2p.router.client.LeaseRequestState
- setItunesComment(String) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setItunesComment(String) - Method in interface com.mpatric.mp3agic.ID3v2
- setIVKey(SessionKey) - Method in class net.i2p.router.tunnel.HopConfig
- 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
- setKeepAlive(boolean) - Method in class net.i2p.util.InternalSocket
-
Deprecated.unsupported
- setKey(String) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setKey(String) - Method in interface com.mpatric.mp3agic.ID3v2
- setKey(String) - Method in class net.i2p.router.web.helpers.ConfigKeyringHandler
- 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
- 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.
- setKeyUsed(SessionKey) - Method in class net.i2p.client.streaming.impl.PacketLocal
-
Deprecated.I2PSession throws out the tags
- 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(String) - Method in class net.i2p.router.web.CSSHelper
-
change default language for the router AND save it
- setLanguage(String) - Method in class com.mpatric.mp3agic.ID3v2CommentFrameData
- 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
- setLargeFont(Font) - Method in class org.rrd4j.graph.RrdGraphDef
-
Deprecated.Use
RrdGraphConstants.FontTag
based method instead. - setLast(double) - Method in class net.i2p.stat.RateAverages
- setLastACKSend(long) - Method in class net.i2p.router.transport.udp.PeerState
-
Deprecated.unused
- 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
- setLastHeardAbout(long) - Method in class net.i2p.router.peermanager.PeerProfile
-
Set when did we last hear about this peer, only if unset or newer Also sets FirstHeardAbout if earlier
- setLastHeardFrom(long) - Method in class net.i2p.router.peermanager.PeerProfile
- setLastModified(String) - Method in class net.i2p.addressbook.Subscription
-
Set the last-modified header.
- setLastPingTime(long) - Method in class net.i2p.router.transport.udp.PeerState
-
Note ping sent.
- setLastReceiveTime(long) - Method in class net.i2p.router.transport.udp.PeerState
-
when did we last receive a packet from them?
- setLastSeen() - Method in class org.klomp.snark.dht.NID
- setLastSeen(long) - Method in class org.klomp.snark.dht.Peer
- setLastSendFailed(long) - Method in class net.i2p.router.peermanager.PeerProfile
- setLastSendId(long) - Method in class net.i2p.client.streaming.impl.Connection
-
Set the packet Id that was sent to a peer.
- setLastSendSuccessful(long) - Method in class net.i2p.router.peermanager.PeerProfile
- setLastSendTime(long) - Method in class net.i2p.router.transport.udp.PeerState
-
when did we last send them a packet?
- setLastSendTime(long) - Method in class net.i2p.router.transport.udp.PeerTestState
- setLastTested(boolean) - Method in class net.i2p.router.transport.udp.PeerTestEvent
-
Set the last-tested timer to now
- setLastUpdateTime(long) - Method in class org.rrd4j.core.Header
- setLatencyMs(int) - Method in class net.i2p.router.transport.TransportBid
- setLayerKey(SessionKey) - Method in class net.i2p.router.tunnel.HopConfig
- setLayout(BorderLayout) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
- setLayout(BoxLayout) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
- 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
- setLeaseSet(LeaseSet) - Method in class net.i2p.client.impl.I2PSessionImpl
- setLeaseSet(LeaseSet) - Method in class net.i2p.data.i2cp.CreateLeaseSetMessage
- 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(int) - Method in class org.cybergarage.upnp.ssdp.SSDPRequest
- setLeaseTime(int) - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
- setLeaseTime(int) - Method in class org.cybergarage.upnp.xml.DeviceData
- setLegendVisibility(double, double, boolean) - Method in class org.rrd4j.graph.HRule
- setLegendVisibility(double, double, boolean) - Method in class org.rrd4j.graph.HSpan
- setLegendVisibility(long, long, boolean) - Method in class org.rrd4j.graph.VRule
- 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
- setLevel(int) - Method in class net.i2p.util.ReusableGZIPOutputStream
- setLevels(String) - Method in class net.i2p.router.web.helpers.ConfigLoggingHandler
- setLimit(int) - Method in class net.i2p.router.web.NewsFeedHelper
- setLimit(int) - Method in class net.i2p.util.LogLimit
- setLimit(long, boolean) - Method in class net.i2p.sam.SAMv2StreamSession.SAMv2StreamSessionSocketReader
- setLimit(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
- 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(TransportEventListener) - Method in interface net.i2p.router.transport.Transport
-
Who to notify on message availability
- 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
- setLocalAddress(String) - Method in class org.cybergarage.upnp.ssdp.HTTPUSocket
- setLocalAddress(String) - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
- setLocalAddress(String) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchRequest
- 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(String) - Method in class org.cybergarage.upnp.ssdp.SSDPRequest
- setLocation(String) - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
- setLocation(String) - Method in class org.cybergarage.upnp.xml.DeviceData
- 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.
- setLogCookies(boolean) - Method in class net.i2p.jetty.I2PRequestLog
- setLogdateformat(String) - Method in class net.i2p.router.web.helpers.ConfigLoggingHandler
- setLogDateFormat(String) - Method in class net.i2p.jetty.I2PRequestLog
- setLogfilename(String) - Method in class net.i2p.router.web.helpers.ConfigLoggingHandler
- setLogfilesize(String) - Method in class net.i2p.router.web.helpers.ConfigLoggingHandler
- setLogformat(String) - Method in class net.i2p.router.web.helpers.ConfigLoggingHandler
- setLogged(String) - Method in class i2p.susi.dns.LogBean
- setLogLatency(boolean) - Method in class net.i2p.jetty.I2PRequestLog
- setLogLocale(Locale) - Method in class net.i2p.jetty.I2PRequestLog
- 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
- setLogTimeZone(String) - Method in class net.i2p.jetty.I2PRequestLog
- setLongHeader(String, long) - Method in class org.cybergarage.http.HTTPPacket
- setLyrics(String) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setLyrics(String) - Method in interface com.mpatric.mp3agic.ID3v2
- setLyrics(String) - Method in class com.mpatric.mp3agic.ID3Wrapper
- setManufacture(String) - Method in class org.cybergarage.upnp.Device
- setManufactureURL(String) - Method in class org.cybergarage.upnp.Device
- setMarkedForDeletion(String) - Method in class i2p.susi.dns.AddressbookBean
- setMaskPattern(int) - Method in class com.google.zxing.qrcode.encoder.QRCode
- setMatrix(ByteMatrix) - Method in class com.google.zxing.qrcode.encoder.QRCode
- 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.
- setMaxConnections(int) - Method in class org.klomp.snark.I2PSnarkUtil
- setMaximum(int) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JProgressBar
- setMaximum(String) - Method in class org.cybergarage.upnp.AllowedValueRange
- setMaximumRequired(int) - Method in class net.i2p.router.peermanager.PeerSelectionCriteria
- setMaxInitialMessageSize(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
-
What is the largest message to send in the SYN from Alice to Bob?
- setMaxLines(String) - Method in class net.i2p.router.web.ContentHelper
- setMaxMessageSize(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
- setMaxResends(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
- setMaxStreams(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
- setMaxStreams(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
- 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) - Method in class org.rrd4j.graph.RrdGraphDef
-
Defines the value normally located at the upper border of the graph.
- setMaxValue(double, boolean) - Method in class org.rrd4j.core.Datasource
-
Sets maximum allowed value for this datasource.
- setMaxWindowSize(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
- setMayDisconnect() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
-
Sets to true.
- setMayDisconnect() - Method in class net.i2p.router.transport.udp.PeerState
-
Sets to true.
- setMessage(I2NPMessage) - Method in class net.i2p.data.i2np.TunnelGatewayMessage
- setMessage(I2NPMessage) - Method in class net.i2p.router.networkdb.kademlia.FloodOnlyLookupMatchJob
- setMessage(I2NPMessage) - Method in class net.i2p.router.networkdb.kademlia.SearchUpdateReplyFoundJob
- 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(SummaryHelper.NetworkState, String) - Method in class net.i2p.router.web.helpers.SummaryHelper.NetworkStateMessage
- setMessageExpiration(long) - Method in interface net.i2p.data.i2np.I2NPMessage
- 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.
- setMessageId(long) - Method in class net.i2p.data.i2cp.MessageId
- setMessageId(long) - Method in class net.i2p.data.i2cp.MessagePayloadMessage
- 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
- setMessageId(long) - Method in class net.i2p.data.i2cp.ReceiveMessageEndMessage
- setMessageId(long) - Method in class net.i2p.data.i2np.DeliveryStatusMessage
- setMessageId(MessageId) - Method in class net.i2p.client.impl.MessageState
- setMessageId(MessageId) - Method in class net.i2p.data.i2cp.ReportAbuseMessage
- setMessageType(int) - Method in class net.i2p.router.transport.udp.UDPPacket
-
only for debugging and stats, does not go on the wire
- setMetaInfo(MetaInfo) - Method in class org.klomp.snark.MagnetState
-
Call this for a new magnet when the download is complete.
- setMetaInfo(MetaInfo) - Method in class org.klomp.snark.Peer
-
Switch from magnet mode to normal mode
- 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
- setMimeType(String) - Method in class com.mpatric.mp3agic.ID3v2PictureFrameData
- setMimeType(String) - Method in class org.cybergarage.upnp.Icon
- setMinimum(int) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JProgressBar
- setMinimum(int) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.SpinnerNumberModel
- setMinimum(String) - Method in class org.cybergarage.upnp.AllowedValueRange
- setMinimumPriority(int) - Method in class net.i2p.util.Log
- setMinimumRequired(int) - Method in class net.i2p.router.peermanager.PeerSelectionCriteria
- setMinMaxValue(double, double, boolean) - Method in class org.rrd4j.core.Datasource
-
Sets min/max values allowed for this datasource.
- setMinValue(double) - Method in class org.rrd4j.graph.RrdGraphDef
-
Sets the lower limit of a graph.
- setMinValue(double, boolean) - Method in class org.rrd4j.core.Datasource
-
Sets minimum allowed value for this datasource.
- setMode(Mode) - Method in class com.google.zxing.qrcode.encoder.QRCode
- setMode(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
- setModel(SpinnerNumberModel) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JSpinner
- setModelDescription(String) - Method in class org.cybergarage.upnp.Device
- setModelName(String) - Method in class org.cybergarage.upnp.Device
- setModelNumber(String) - Method in class org.cybergarage.upnp.Device
- setModelURL(String) - Method in class org.cybergarage.upnp.Device
- setMovingAction() - Method in class net.i2p.router.web.helpers.ConfigSummaryHandler
- setMsgid(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
- setMtu(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
- setMulticastIPv4Address(String) - Method in class org.cybergarage.upnp.Device
- setMulticastIPv4Address(String) - Method in class org.cybergarage.upnp.xml.DeviceData
- setMulticastIPv6Address(String) - Method in class org.cybergarage.upnp.Device
- setMulticastIPv6Address(String) - Method in class org.cybergarage.upnp.xml.DeviceData
- 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
- 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 net.i2p.i2ptunnel.web.IndexBean
-
Short name of the tunnel
- setName(String) - Method in class org.cybergarage.http.HTTPHeader
- setName(String) - Method in class org.cybergarage.http.Parameter
- setName(String) - Method in class org.cybergarage.upnp.Action
- setName(String) - Method in class org.cybergarage.upnp.Argument
- setName(String) - Method in class org.cybergarage.upnp.event.Property
- setName(String) - Method in class org.cybergarage.upnp.StateVariable
- setName(String) - Method in class org.cybergarage.xml.Attribute
- setName(String) - Method in class org.cybergarage.xml.Node
- setName(String, String) - Method in class org.cybergarage.xml.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
- setNameSpace(String, String) - Method in class org.cybergarage.xml.Node
- setNanSteps(long) - Method in class org.rrd4j.core.ArcState
- setNetDbReady() - Method in class net.i2p.router.Router
-
Only for NetDB, after RIs are loaded.
- 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
- setNewloglevel(String) - Method in class net.i2p.router.web.helpers.ConfigLoggingHandler
- 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
- 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
- setNMPRMode(boolean) - Method in class org.cybergarage.upnp.Device
- setNode(String) - Method in class org.cybergarage.xml.Node
- setNode(String, String) - Method in class org.cybergarage.xml.Node
- setNode(Node) - Method in class org.cybergarage.upnp.xml.NodeData
- setNofilter_blindedPassword(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
- setNofilter_blindedPassword(String) - Method in class net.i2p.router.web.helpers.ConfigKeyringHandler
- setNofilter_clientName(String[]) - Method in class net.i2p.i2ptunnel.web.IndexBean
-
Multiple entries in form
- setNofilter_config(String) - Method in class net.i2p.router.web.helpers.ConfigAdvancedHandler
- 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 description
- setNofilter_newClientName(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
- setNofilter_notes(String) - Method in class i2p.susi.dns.NamingServiceBean
- setNofilter_oldConfig(String) - Method in class net.i2p.router.web.helpers.ConfigAdvancedHandler
- 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(long) - Method in class net.i2p.data.i2cp.SendMessageMessage
- setNonce(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
- setNonce(String) - Method in class net.i2p.router.web.FormHandler
- setNotifyCount(int) - Method in class org.cybergarage.upnp.event.Subscriber
- setNow(long) - Method in class net.i2p.util.Clock
- setNow(long, int) - Method in class net.i2p.router.RouterClock
- setNow(long, int) - Method in interface net.i2p.time.Timestamper.UpdateListener
- 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(String) - Method in class org.cybergarage.upnp.event.SubscriptionRequest
- setNT(String) - Method in class org.cybergarage.upnp.ssdp.SSDPRequest
- setNtcpAutoIP(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
- setNtcpAutoPort(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
- setNtcphost(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
- setNtcpport(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
- setNTS(String) - Method in class org.cybergarage.upnp.event.NotifyRequest
- setNTS(String) - Method in class org.cybergarage.upnp.ssdp.SSDPRequest
- 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
- 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.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(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
- setOnFailedSendJob(Job) - Method in class net.i2p.router.OutNetMessage
- 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
- setOnSendJob(Job) - Method in class net.i2p.router.OutNetMessage
- setOOBInline(boolean) - Method in class net.i2p.client.streaming.impl.StandardSocket
- setOOBInline(boolean) - Method in class net.i2p.util.InternalSocket
-
Deprecated.unsupported
- setOpcode(DnsMessage.OPCODE) - Method in class org.minidns.dnsmessage.DnsMessage.Builder
- 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
-
requires Java 7
- setOption(SocketOption<T>, T) - Method in class net.i2p.sam.SSLSocketChannel
-
requires Java 7
- 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(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.RouterAddress
-
Deprecated.unused, use 3-arg constructor
- 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 interface net.i2p.client.streaming.I2PSocket
-
Configure the socket
- setOptions(I2PSocketOptions) - Method in class net.i2p.client.streaming.impl.I2PSocketFull
- setOptions(I2PSocketOptions) - Method in class net.i2p.i2ptunnel.socks.SocketWrapper
-
Does nothing
- setOptions(ConnectionOptions) - Method in class net.i2p.client.streaming.impl.Connection
-
Set the ConnectionOptions.
- 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.
- setOrdered(boolean) - Method in class com.mpatric.mp3agic.ID3v2ChapterTOCFrameData
- setOriginalArtist(String) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setOriginalArtist(String) - Method in interface com.mpatric.mp3agic.ID3v2
- setOriginalArtist(String) - Method in class com.mpatric.mp3agic.ID3Wrapper
- setOutArgumentValues(ArgumentList) - Method in class org.cybergarage.upnp.Action
- setOutboundBurstBytes(int) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
- setOutboundBurstKBps(int) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
- setOutboundRandomKey(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
- setOutboundrate(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
- setOutboundSettings(Hash, TunnelPoolSettings) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
- setOutboundSettings(Hash, TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
- setOutboundSettings(Hash, TunnelPoolSettings) - Method in interface net.i2p.router.TunnelManagerFacade
- setOutboundSettings(TunnelPoolSettings) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
- setOutboundSettings(TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
-
exploratory
- setOutboundSettings(TunnelPoolSettings) - Method in interface net.i2p.router.TunnelManagerFacade
- setOutboundUnlimited(boolean) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
-
Deprecated.unused for now, we are always limited
- 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
- 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
- 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.
- setPadding(boolean) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setPadding(boolean) - Method in interface com.mpatric.mp3agic.ID3v2
- setPadding(byte[]) - Method in class net.i2p.data.KeysAndCert
- 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
- setPageSize(int) - Method in class i2p.susi.util.Folder
-
Set page size.
- setParams(Object) - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Notification
-
Deprecated.
- setParams(Object) - Method in class com.thetransactioncompany.jsonrpc2.JSONRPC2Request
-
Deprecated.
- setParentNode(Node) - Method in class org.cybergarage.xml.Node
- setPartOfSet(String) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setPartOfSet(String) - Method in interface com.mpatric.mp3agic.ID3v2
- 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 in pixels at which each patch will be rendered before they are scaled down to requested identicon size.
- setPath(String) - Method in class org.rrd4j.core.RrdDb.Builder
- setPath(String) - Method in class org.rrd4j.core.RrdDef
-
Sets path to RRD.
- setPath(URI) - Method in class org.rrd4j.core.RrdDb.Builder
- setPath(URI) - Method in class org.rrd4j.core.RrdDef
-
Sets URI to RRD.
- setPauseFlushes(boolean) - Method in class net.i2p.router.MessageHistory
-
Deprecated.unused
- setPayload(byte[]) - Method in class net.i2p.data.Certificate
- setPayload(ByteArray) - Method in class net.i2p.client.streaming.impl.Packet
- setPayload(MessageId, Payload) - Method in class net.i2p.router.client.ClientConnectionRunner
-
Only call if _dontSendMSMOnReceive is false
- setPayload(Payload) - Method in class net.i2p.data.i2cp.MessagePayloadMessage
- setPayload(Payload) - Method in class net.i2p.data.i2cp.SendMessageMessage
- setPaymentUrl(String) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setPaymentUrl(String) - Method in interface com.mpatric.mp3agic.ID3v2
- 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(String) - Method in class net.i2p.router.web.helpers.ConfigKeyringHandler
- setPeer(String) - Method in class net.i2p.router.web.helpers.ConfigPeerHandler
- setPeer(String) - Method in class net.i2p.router.web.helpers.StatHelper
-
Caller should strip HTML (XSS)
- setPeerPublicValue(byte[]) - Method in class net.i2p.router.transport.crypto.DHSessionKeyBuilder
- setPeerPublicValue(BigInteger) - Method in class net.i2p.router.transport.crypto.DHSessionKeyBuilder
-
Specify the value given by the peer for use in the session key negotiation
- setPeers(Set<Hash>) - Method in class net.i2p.data.router.RouterInfo
-
Deprecated.Implemented here but unused elsewhere
- 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
- 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
- setPictureType(byte) - Method in class com.mpatric.mp3agic.ID3v2PictureFrameData
- setPixelCount(int) - Method in class org.rrd4j.data.DataProcessor
-
Sets the number of pixels (target graph width).
- setPlaintextRecord(int, byte[]) - Method in class net.i2p.data.i2np.InboundTunnelBuildMessage
-
Set the slot and data for the plaintext record.
- setPlaintextRecord(int, byte[]) - Method in class net.i2p.data.i2np.OutboundTunnelBuildReplyMessage
-
Set the slot and data for the plaintext record.
- setPlaintextRecord(int, int) - Method in class net.i2p.data.i2np.OutboundTunnelBuildReplyMessage
-
Set the slot and data for the plaintext record.
- setPlaintextRecord(int, int, Properties) - Method in class net.i2p.data.i2np.OutboundTunnelBuildReplyMessage
-
Set the slot and data for the plaintext record.
- 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
- setPoolInternal(RrdDbPool) - Method in class org.rrd4j.core.RrdDb.Builder
-
Internal method used to memorized 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
- 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
- setPostMax(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
-
POST limits
- setPostMax(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
-
POST limits
- 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
- setPreferProxiedForAddress(boolean) - Method in class net.i2p.jetty.I2PRequestLog
- setPreferredSize(Dimension) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
- setPrefix(String) - Static method in class i2p.susi.util.Config
-
Static! Not for use by multiple applications!
- setPreparedKey(Object) - Method in class net.i2p.data.SessionKey
- setPresentationListener(PresentationListener) - Method in class org.cybergarage.upnp.Device
- setPresentationURL(String) - Method in class org.cybergarage.upnp.Device
- 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
- setPriority(int, int) - Method in class org.klomp.snark.Storage
-
Must call Snark.updatePiecePriorities() (which calls getPiecePriorities()) after calling this.
- setPrivateKey(byte[], int) - Method in class com.southernstorm.noise.protocol.Curve25519DHState
-
Deprecated.use setKeys()
- setPrivateKey(byte[], int) - Method in interface com.southernstorm.noise.protocol.DHState
-
Deprecated.use setKeys()
- setPrivateKey(PrivateKey) - Method in class net.i2p.data.i2cp.CreateLeaseSetMessage
- 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
- 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
- setProperties(Properties) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
-
Note: NOT part of the interface As of 0.9.19, defaults in opts are honored.
- 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.apps.systray.ConfigFile
- setProperty(String, String) - Method in class net.i2p.data.EmptyProperties
- setProperty(String, String) - Method in class net.i2p.router.RouterContext
-
Deprecated.Use Router.saveConfig()
- setProperty(String, String) - Method in class net.i2p.util.I2PProperties
- 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.
- 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.
- 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(PublicKey) - Method in class net.i2p.data.KeysAndCert
- 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
- setPublisher(String) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setPublisher(String) - Method in interface com.mpatric.mp3agic.ID3v2
- setPublisherUrl(String) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setPublisherUrl(String) - Method in interface com.mpatric.mp3agic.ID3v2
- setPurpose(int) - Method in class net.i2p.router.peermanager.PeerSelectionCriteria
- setQrFlag(boolean) - Method in class org.minidns.dnsmessage.DnsMessage.Builder
-
Set the QR flag.
- setQuantity(int) - Method in class net.i2p.router.TunnelPoolSettings
- setQuery(String) - Method in class net.i2p.router.web.helpers.SearchHelper
- setQueryListener(QueryListener) - Method in class org.cybergarage.upnp.Device
- setQueryListener(QueryListener) - Method in class org.cybergarage.upnp.Service
- setQueryListener(QueryListener) - Method in class org.cybergarage.upnp.StateVariable
- setQueryListener(QueryListener) - Method in class org.cybergarage.upnp.xml.StateVariableData
- setQueryListener(QueryListener, boolean) - Method in class org.cybergarage.upnp.Device
- setQueryResponse(QueryResponse) - Method in class org.cybergarage.upnp.xml.StateVariableData
- 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.
- setRadiostationUrl(String) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setRadiostationUrl(String) - Method in interface com.mpatric.mp3agic.ID3v2
- 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
- setRateHistory(long, long) - 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
- setRateStat(RateStat) - Method in class net.i2p.stat.Rate
- setRating(int) - Method in class com.mpatric.mp3agic.ID3v2PopmFrameData
- setRatingsEnabled(boolean) - Method in class org.klomp.snark.I2PSnarkUtil
- 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
- setReadTimeout(int) - Method in class net.i2p.client.streaming.impl.MessageInputStream
-
how long a read() call should block (if less than 0, block indefinitely, but if it is 0, do not block at all)
- setReadTimeout(int) - Method in class net.i2p.util.TimeoutPipedInputStream
-
Must be called before blocking read call.
- 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(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(long) - Method in class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPServerBase
-
Set the read idle timeout for newly-created connections (in milliseconds).
- setReason(String) - Method in class net.i2p.data.i2cp.AbuseReason
- setReason(String) - Method in class net.i2p.data.i2cp.DisconnectMessage
- setReason(AbuseReason) - Method in class net.i2p.data.i2cp.ReportAbuseMessage
- setReasonPhrase(String) - Method in class org.cybergarage.http.HTTPStatus
- setReceiveAliceTime(long) - Method in class net.i2p.router.transport.udp.PeerTestState
- setReceiveBobTime(long) - Method in class net.i2p.router.transport.udp.PeerTestState
- 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.
- setReceiveBufferSize(int) - Method in class net.i2p.util.InternalServerSocket
-
Deprecated.unsupported
- setReceiveBufferSize(int) - Method in class net.i2p.util.InternalSocket
-
Deprecated.unsupported
- setReceiveCharlieTime(long) - Method in class net.i2p.router.transport.udp.PeerTestState
- setReceivedAsPublished(boolean) - Method in class net.i2p.data.LeaseSet
-
Default false
- setReceivedAsReply() - Method in class net.i2p.data.LeaseSet
-
set to true
- setReceivedBy(Hash) - Method in class net.i2p.data.LeaseSet
-
Also 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
- setReceiveLimit(int, long, boolean) - Method in class net.i2p.sam.SAMv2StreamSession
-
Send bytes through a SAM STREAM session.
- 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
- setReceiveTunnelId(long) - Method in class net.i2p.router.tunnel.HopConfig
- setReceiveTunnelId(TunnelId) - Method in class net.i2p.router.tunnel.HopConfig
- setReceiveWindow(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
- setRecheckReachability(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
- 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.InboundTunnelBuildMessage
- 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
- setRecordingTime(String) - Method in class com.mpatric.mp3agic.ID3v24Tag
- 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
- 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
- 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
- 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
- setReliability(SendMessageOptions.Reliability) - Method in class net.i2p.client.SendMessageOptions
-
default Reliability.DEFAULT
- 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.
- setRenewRequest(Service, String, long) - Method in class org.cybergarage.upnp.event.SubscriptionRequest
- setRenewSubscriber(RenewSubscriber) - Method in class org.cybergarage.upnp.ControlPoint
- setReplyGateway(Hash) - Method in class net.i2p.data.i2np.DatabaseStoreMessage
- setReplyMessageId(long) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
- setReplyOrder(List<Integer>) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
- setReplySelector(MessageSelector) - Method in class net.i2p.router.OutNetMessage
- setReplySession(PublicKey) - Method in class net.i2p.data.i2np.DatabaseLookupMessage
-
Ratchet.
- 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
- 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
- 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(Action, ArgumentList) - Method in class org.cybergarage.upnp.control.ActionRequest
- setRequest(Subscriber, String, String) - Method in class org.cybergarage.upnp.event.NotifyRequest
- setRequest(StateVariable) - Method in class org.cybergarage.upnp.control.QueryRequest
- setRequested(Peer, boolean) - Method in class org.klomp.snark.Piece
-
Since 0.8.3, keep track of who is requesting here, to avoid deadlocks from querying each peer.
- setRequestHost(String) - Method in class org.cybergarage.http.HTTPRequest
- setRequestHost(Service) - Method in class org.cybergarage.upnp.control.ControlRequest
- setRequestPort(int) - Method in class org.cybergarage.http.HTTPRequest
- setRequestURI(String) - Method in class net.i2p.router.web.helpers.SummaryHelper
- setRequestWrapper(RequestWrapper) - Method in class net.i2p.router.web.FormHandler
-
Only set by formhandler.jsi for multipart/form-data
- setRequireFullySigned(boolean) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
-
unused, see above
- setRequireIntroductions(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
- 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
- setResendDelay(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
- setResendDelay(int) - Method in class net.i2p.client.streaming.impl.Packet
-
Unused.
- setResetDeletionMarks(String) - Method in class i2p.susi.dns.AddressbookBean
- setResizable(boolean) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
- setResourceBase(File) - Method in class org.klomp.snark.web.BasicServlet
-
Files are served from here
- setResponse(int) - Method in class org.cybergarage.upnp.event.SubscriptionResponse
- setResponse(Action) - Method in class org.cybergarage.upnp.control.ActionResponse
- setResponse(StateVariable) - Method in class org.cybergarage.upnp.control.QueryResponse
- setResponseCode(DnsMessage.RESPONSE_CODE) - Method in class org.minidns.dnsmessage.DnsMessage.Builder
- 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
- 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.
- setReuseAddress(boolean) - Method in class net.i2p.util.InternalServerSocket
-
Deprecated.unsupported
- setReuseAddress(boolean) - Method in class net.i2p.util.InternalSocket
-
Deprecated.unsupported
- 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
-
Multiple entries in form Values are integers
- setRevokeClient(String[]) - Method in class net.i2p.router.web.helpers.ConfigKeyringHandler
- setRigid(boolean) - Method in class org.rrd4j.graph.RrdGraphDef
-
Sets rigid boundaries mode.
- setRoot(boolean) - Method in class com.mpatric.mp3agic.ID3v2ChapterTOCFrameData
- setRootNode(Node) - Method in class org.cybergarage.upnp.Device
- setRouter(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
- setRouter(Hash) - Method in class net.i2p.data.i2np.DeliveryInstructions
-
required for ROUTER or TUNNEL
- 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
- setRows(int) - Method in class org.rrd4j.core.ArcDef
- setRrdDef(RrdDef) - Method in class org.rrd4j.core.RrdDb.Builder
- setRrdToolImporter(String) - Method in class org.rrd4j.core.RrdDb.Builder
-
Set when the builder will be used to import a RRDTool file.
- 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
- 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
- setSCPDURL(String) - Method in class org.cybergarage.upnp.Service
- setSearch(String) - Method in class i2p.susi.dns.AddressbookBean
- 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
- setSeed(boolean) - Method in class org.klomp.snark.dht.Peer
- setSeed(byte[]) - Method in class net.i2p.util.FortunaRandomSource
- setSelected(boolean) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JCheckBox
- setSelectedIndex(int) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JComboBox
- setSelectionEnd(int) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JTextPane
- setSelectionStart(int) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JTextPane
- setSendAckDelay(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
-
Unused except here, so expect the default initial delay of DEFAULT_INITIAL_ACK_DELAY unless set by the user to remain constant.
- setSendBufferSize(int) - Method in class net.i2p.client.streaming.impl.StandardSocket
-
Does nothing.
- setSendBufferSize(int) - Method in class net.i2p.util.InternalSocket
-
Deprecated.unsupported
- setSendEvents(boolean) - Method in class org.cybergarage.upnp.StateVariable
- setSendLeaseSet(boolean) - Method in class net.i2p.client.SendMessageOptions
-
default true
- 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(long) - Method in class net.i2p.router.tunnel.HopConfig
-
Do not set for endpoint
- setSendTunnelId(TunnelId) - Method in class net.i2p.router.tunnel.HopConfig
-
Do not set for endpoint
- setSentRelayTag(long) - Method in class net.i2p.router.transport.udp.InboundEstablishState
- setSEQ(long) - Method in class org.cybergarage.upnp.event.NotifyRequest
- 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.tunnel.OutboundGatewayMessage
-
For CDPQ
- setSeqNum(long) - Method in interface net.i2p.router.util.PQEntry
-
To be set by the queue
- setSequenceNum(long) - Method in class net.i2p.client.streaming.impl.Packet
- setSerial(String) - Method in class i2p.susi.dns.BaseBean
- setSerialNumber(String) - Method in class org.cybergarage.upnp.Device
- setServer(String) - Method in class org.cybergarage.http.HTTPPacket
- setService(Service) - Method in class org.cybergarage.upnp.Action
- setService(Service) - Method in class org.cybergarage.upnp.Argument
- setServiceID(String) - Method in class org.cybergarage.upnp.Service
- setServiceNode(Node) - Method in class org.cybergarage.upnp.StateVariable
- setServiceType(String) - Method in class org.cybergarage.upnp.Service
- setSession(SAMv3DatagramSession) - Method in class net.i2p.sam.SAMv3Handler
-
For subsessions created by MasterSession
- setSession(SAMv3RawSession) - 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(SessionConfig) - Method in class net.i2p.data.i2cp.ReconfigureSessionMessage
- setSessionId(int) - Method in class net.i2p.data.i2cp.SessionId
- setSessionId(long) - Method in class net.i2p.data.i2cp.MessagePayloadMessage
- setSessionId(long) - Method in class net.i2p.data.i2cp.MessageStatusMessage
- setSessionId(long) - Method in class net.i2p.data.i2cp.ReceiveMessageBeginMessage
- setSessionId(long) - Method in class net.i2p.data.i2cp.ReceiveMessageEndMessage
- setSessionId(Hash, SessionId) - Method in class net.i2p.router.client.ClientConnectionRunner
-
To be called only by ClientManager.
- setSessionId(SessionId) - Method in class net.i2p.client.impl.I2PSessionImpl
- setSessionId(SessionId) - Method in class net.i2p.data.i2cp.CreateLeaseSetMessage
- setSessionId(SessionId) - Method in class net.i2p.data.i2cp.DestroySessionMessage
- setSessionId(SessionId) - Method in class net.i2p.data.i2cp.ReconfigureSessionMessage
- setSessionId(SessionId) - Method in class net.i2p.data.i2cp.ReportAbuseMessage
- setSessionId(SessionId) - Method in class net.i2p.data.i2cp.RequestLeaseSetMessage
- setSessionId(SessionId) - Method in class net.i2p.data.i2cp.RequestVariableLeaseSetMessage
- setSessionId(SessionId) - Method in class net.i2p.data.i2cp.SendMessageMessage
- setSessionId(SessionId) - Method in class net.i2p.data.i2cp.SessionStatusMessage
- 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(Map) - Method in class net.i2p.router.web.FormHandler
-
For many forms, it's easiest just to put all the parameters here.
- setSettings(TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.TunnelPool
- setSeverity(int) - Method in class net.i2p.data.i2cp.AbuseSeverity
- setSeverity(AbuseSeverity) - Method in class net.i2p.data.i2cp.ReportAbuseMessage
- setShared(boolean) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
- setShared(boolean) - Method in class net.i2p.i2ptunnel.web.IndexBean
- setShared(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
- setSharePercentage(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
- setShouldsave(String) - Method in class net.i2p.router.web.helpers.ConfigAdvancedHandler
- setShouldsave(String) - Method in class net.i2p.router.web.helpers.ConfigLoggingHandler
- setShouldsave(String) - Method in class net.i2p.router.web.helpers.ConfigTunnelsHandler
- setShouldsave(String) - Method in class net.i2p.router.web.helpers.ConfigUIHandler
- setShowEvents(String) - Method in class net.i2p.router.web.helpers.GraphHelper
- 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
- 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(String) - Method in class org.cybergarage.upnp.event.Subscriber
- setSID(String) - Method in class org.cybergarage.upnp.event.SubscriptionRequest
- setSID(String) - Method in class org.cybergarage.upnp.event.SubscriptionResponse
- setSID(String) - Method in class org.cybergarage.upnp.Service
- setSID(String) - Method in class org.cybergarage.upnp.xml.ServiceData
- setSignature(String) - Method in class org.rrd4j.graph.RrdGraphDef
-
Sets the signature string that runs along the right-side of the graph.
- 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
- 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
- setSigningPublicKey(SigningPublicKey) - Method in class net.i2p.data.KeysAndCert
- 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.ReplyTracker
- setSink(Sink) - Method in class net.i2p.i2ptunnel.socks.SOCKSUDPPort
- setSink(Sink) - Method in class net.i2p.i2ptunnel.socks.SOCKSUDPUnwrapper
- setSink(Sink) - Method in class net.i2p.i2ptunnel.socks.SOCKSUDPWrapper
- setSink(Sink) - Method in class net.i2p.i2ptunnel.streamr.MultiSource
- setSink(Sink) - Method in class net.i2p.i2ptunnel.streamr.Pinger
- setSink(Sink) - Method in class net.i2p.i2ptunnel.udp.I2PSource
- setSink(Sink) - Method in interface net.i2p.i2ptunnel.udp.Source
- setSink(Sink) - Method in class net.i2p.i2ptunnel.udp.UDPSource
- setSink(Sink) - Method in class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPClientBase
-
Source Methods Sets the receiver of the UDP datagrams from I2P Subclass must call this after constructor and before start()
- setSink(Sink) - Method in class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPServerBase
-
Source Methods Sets the receiver of the UDP datagrams from I2P Subclass must call this after constructor and before start()
- setSize(int, int) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
- setSize(long) - Method in class i2p.susi.webmail.Mail
- setSize(long) - Method in class net.i2p.data.i2cp.MessageStatusMessage
- setSlowStartGrowthRateFactor(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
- setSmallFont(Font) - Method in class org.rrd4j.graph.RrdGraphDef
-
Deprecated.Use
RrdGraphConstants.FontTag
based method instead. - setSOAPAction(String) - Method in class org.cybergarage.soap.SOAPRequest
- setSocket(Socket) - Method in class net.i2p.util.SocketTimeout
-
If non-null, will be closed when the timer expires.
- setSocket(I2PSocketFull) - Method in class net.i2p.client.streaming.impl.Connection
- setSocket(HTTPSocket) - Method in class org.cybergarage.http.HTTPRequest
- 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
- setSort(String) - Method in class net.i2p.router.web.helpers.PeerHelper
- setSortBy(String, Folder.SortOrder) - Method in class i2p.susi.util.Folder
-
Activates sorting by the choosen Comparator.
- 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.
- 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
- setSpeed(String) - Method in class net.i2p.router.web.helpers.ConfigPeerHandler
- 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
- setSSDPPacket(SSDPPacket) - Method in class org.cybergarage.upnp.Device
- setSSDPPacket(SSDPPacket) - Method in class org.cybergarage.upnp.xml.DeviceData
- setSSDPPort(int) - Method in class org.cybergarage.upnp.ControlPoint
- setSSDPPort(int) - Method in class org.cybergarage.upnp.Device
- setSSDPPort(int) - Method in class org.cybergarage.upnp.xml.DeviceData
- 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
- setST(String) - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
- setStart(int) - Method in class net.i2p.router.web.NewsFeedHelper
- 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
- setStarting() - Method in class org.klomp.snark.Snark
-
Set startup in progress.
- setStartOffset(int) - Method in class com.mpatric.mp3agic.ID3v2ChapterFrameData
- 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(int) - Method in class com.mpatric.mp3agic.ID3v2ChapterFrameData
- 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(long) - Method in class org.rrd4j.data.DataProcessor
- setStartTime(long) - Method in class org.rrd4j.graph.RrdGraphDef
-
Sets the time when the graph should begin.
- setStartTime(Calendar) - 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.
- setStartupDelay(int) - Method in class org.klomp.snark.I2PSnarkUtil
- setStat(String) - Method in class net.i2p.router.web.helpers.GraphHelper
-
For single stat page
- setStatList(String[]) - Method in class net.i2p.router.web.helpers.ConfigStatsHandler
- setStatLog(StatLog) - Method in class net.i2p.stat.RateStat
-
Sets the default stat log for this RateStat.
- setStatLog(StatLog) - Method in class net.i2p.stat.StatManager
-
Deprecated.unused
- setStatus(int) - Method in class net.i2p.data.i2cp.MessageStatusMessage
- setStatus(int) - Method in class net.i2p.data.i2cp.SessionStatusMessage
- setStatus(int) - Method in class org.cybergarage.upnp.Action
- setStatus(int) - Method in class org.cybergarage.upnp.StateVariable
- setStatus(int, String) - Method in class org.cybergarage.upnp.Action
- setStatus(int, String) - Method in class org.cybergarage.upnp.StateVariable
- setStatus(String) - Method in class net.i2p.router.networkdb.reseed.ReseedChecker
-
Status from current reseed attempt
- setStatusCode(int) - Method in class org.cybergarage.http.HTTPResponse
- setStatusCode(int) - Method in class org.cybergarage.http.HTTPStatus
- 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.
- setStep(String) - Method in class org.cybergarage.upnp.AllowedValueRange
- 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()
- setString(String) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JProgressBar
- setStringHeader(String, String) - Method in class org.cybergarage.http.HTTPPacket
- setStringHeader(String, String, String, String) - Method in class org.cybergarage.http.HTTPPacket
- setStringPainted(boolean) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JProgressBar
- setSubframes(ArrayList<ID3v2Frame>) - Method in class com.mpatric.mp3agic.ID3v2ChapterFrameData
- setSubframes(ArrayList<ID3v2Frame>) - Method in class com.mpatric.mp3agic.ID3v2ChapterTOCFrameData
- setSubscribeRequest(Service, String, long) - Method in class org.cybergarage.upnp.event.SubscriptionRequest
- setSubscriptionTime(long) - Method in class org.cybergarage.upnp.event.Subscriber
- setSuccess(boolean) - Method in interface i2p.susi.webmail.pop3.POP3MailBox.FetchRequest
- setSuccessCallback(I2PTunnelRunner.SuccessCallback) - Method in class net.i2p.i2ptunnel.I2PTunnelRunner
-
Will be called if we get any data back.
- setSummaryListener(RateSummaryListener) - Method in class net.i2p.stat.Rate
- setSybil(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
- 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.
- setSyncThreadPool(ScheduledExecutorService) - Method in class org.rrd4j.core.RrdNioBackendFactory
-
Deprecated.Create a custom instance instead
- setSyncThreadPool(RrdSyncThreadPool) - Method in class org.rrd4j.core.RrdNioBackendFactory
-
Deprecated.Create a custom instance instead
- setTagsSent(Set<SessionTag>) - Method in class net.i2p.client.streaming.impl.PacketLocal
-
Deprecated.I2PSession throws out the tags
- 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.
- 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.
- setTcpNoDelay(boolean) - Method in class net.i2p.util.InternalSocket
-
Deprecated.unsupported
- setTcpPort(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
- setText(EncodedText) - Method in class com.mpatric.mp3agic.ID3v2TextFrameData
- setText(String) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JLabel
- 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
- setTextAntiAliasing(boolean) - Method in class org.rrd4j.graph.RrdGraphDef
-
Controls if the text should be antialiased or not.
- setTextEncoding(byte) - Method in class com.mpatric.mp3agic.EncodedText
- setTextEncoding(byte, boolean) - Method in class com.mpatric.mp3agic.EncodedText
- setTheme(String) - Method in class net.i2p.router.web.helpers.ConfigUIHandler
- 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.
- setThreadObject(Thread) - Method in class org.cybergarage.util.ThreadCore
- 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 aTimeLabelFormat
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
- setTimeout(int) - Method in class net.i2p.client.streaming.impl.PacketLocal
- setTimeout(int) - Method in class org.cybergarage.http.HTTPServer
-
Set the current socket timeout
- setTimeout(long) - Method in class org.cybergarage.upnp.event.SubscriptionRequest
- setTimeout(long) - Method in class org.cybergarage.upnp.event.SubscriptionResponse
- setTimeout(long) - Method in class org.cybergarage.upnp.Service
- setTimeout(long) - Method in class org.cybergarage.upnp.xml.ServiceData
- setTimeOut(long) - Method in class org.cybergarage.upnp.event.Subscriber
- setTimeoutCommand(Runnable) - Method in class net.i2p.util.SocketTimeout
-
If non-null, will be run when the timer expires.
- setTimeSpan(long[]) - Method in class org.rrd4j.graph.RrdGraphDef
-
Sets starting and ending time for the for the graph.
- 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.
- setTimeStamp(long) - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
- setTimestamps(long[]) - Method in class org.rrd4j.core.FetchData
- setTimestamps(long[]) - Method in class org.rrd4j.data.Source
- setTimeToLive(int) - Static method in class org.cybergarage.upnp.UPnP
- 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(TimeZone) - Method in class org.rrd4j.graph.RrdGraphDef
-
Set the time zone used for the legend.
- setTitle(String) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setTitle(String) - Method in interface com.mpatric.mp3agic.ID3v1
- setTitle(String) - Method in class com.mpatric.mp3agic.ID3v1Tag
- setTitle(String) - Method in class com.mpatric.mp3agic.ID3Wrapper
- setTitle(String) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
- 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.
- setTotalCommentsSent(int) - Method in class org.klomp.snark.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
- 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
- setTrack(String) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setTrack(String) - Method in interface com.mpatric.mp3agic.ID3v1
- setTrack(String) - Method in class com.mpatric.mp3agic.ID3v1Tag
- setTrack(String) - Method in class com.mpatric.mp3agic.ID3Wrapper
- setTrackerProblems(String) - Method in class org.klomp.snark.Snark
- setTrackerSeenPeers(int) - Method in class org.klomp.snark.Snark
- setTrafficClass(int) - Method in class net.i2p.client.streaming.impl.StandardSocket
-
Does nothing.
- setTrafficClass(int) - Method in class net.i2p.util.InternalSocket
-
Deprecated.unsupported
- setTransferEncoding(String) - Method in class org.cybergarage.http.HTTPPacket
- setTransport(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
- setTransport(String) - Method in class net.i2p.router.web.helpers.PeerHelper
- setTransport(Transport) - Method in class net.i2p.router.transport.TransportBid
- setTransportStyle(String) - Method in class net.i2p.data.router.RouterAddress
-
Deprecated.unused, use 3-arg constructor
- setTrClass(int) - Method in class i2p.susi.dns.AddressbookBean
- 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(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
- setTunnel(I2PTunnel) - Method in class net.i2p.i2ptunnel.I2PTunnelTask
-
for apps that use multiple I2PTunnel instances
- 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
- setTunnelHistory(TunnelHistory) - Method in class net.i2p.router.peermanager.PeerProfile
- setTunnelId(long) - Method in class net.i2p.data.i2np.TunnelDataMessage
-
(correctly) Invalidates stored checksum
- setTunnelId(long) - Method in class net.i2p.data.TunnelId
- setTunnelId(TunnelId) - Method in class net.i2p.data.i2np.DeliveryInstructions
-
required for TUNNEL
- 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
- 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
- setTunnelStatus(String) - Method in class net.i2p.router.RouterThrottleImpl
- setTunnelTestTimeAverage(float) - Method in class net.i2p.router.peermanager.PeerProfile
-
Deprecated.unused
- 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
- 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
- setType(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
- setUDN(String) - Method in class org.cybergarage.upnp.Device
- setUdpAutoIP(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
- setUdpHost1(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
- setUdpPayloadSize(int) - Method in class org.minidns.edns.Edns.Builder
- setUdpPort(String) - Method in class net.i2p.router.web.helpers.ConfigNetHandler
- 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
- 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
- setUnpromptedDbStoreNew(long) - Method in class net.i2p.router.peermanager.DBHistory
- setUnpromptedDbStoreOld(long) - Method in class net.i2p.router.peermanager.DBHistory
- setUnpublished() - Method in class net.i2p.data.LeaseSet2
- setUnsubscribeRequest(Service) - Method in class org.cybergarage.upnp.event.SubscriptionRequest
- setUnsynchronisation(boolean) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setUnsynchronisation(boolean) - Method in interface com.mpatric.mp3agic.ID3v2
- setup(Map<String, byte[]>) - Method in class gnu.crypto.prng.BasePRNGStandalone
- setup(Map<String, byte[]>) - Method in class gnu.crypto.prng.FortunaStandalone.Generator
- setup(Map<String, byte[]>) - Method in class gnu.crypto.prng.FortunaStandalone
- setUPC(String) - Method in class org.cybergarage.upnp.Device
- 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
- setUpdateNonce(String) - Method in class net.i2p.router.web.helpers.SummaryHelper
- setUpdateNonce(String) - Method in class net.i2p.router.web.UpdateHandler
- 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
- 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) - Method in class org.cybergarage.http.HTTPRequest
- setURI(String, boolean) - Method in class org.cybergarage.http.HTTPRequest
- setUrl(String) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setUrl(String) - Method in interface com.mpatric.mp3agic.ID3v2
- setUrl(String) - Method in class com.mpatric.mp3agic.ID3v2UrlFrameData
- setUrl(String) - Method in class com.mpatric.mp3agic.ID3v2WWWFrameData
- setUrl(String) - Method in class com.mpatric.mp3agic.ID3Wrapper
- setURL(String) - Method in class org.cybergarage.upnp.Icon
- setUrlBase(String) - Method in class net.i2p.router.web.helpers.PeerHelper
- setUs(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
- setUs(Hash) - Method in class net.i2p.router.peermanager.ProfilePersistenceHelper
- setUseDHT(boolean) - Method in class org.klomp.snark.I2PSnarkUtil
- 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
- 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
- setUserData(Object) - Method in class org.cybergarage.upnp.Argument
- setUserData(Object) - Method in class org.cybergarage.upnp.ControlPoint
- setUserData(Object) - Method in class org.cybergarage.upnp.Device
- setUserData(Object) - Method in class org.cybergarage.upnp.Icon
- setUserData(Object) - Method in class org.cybergarage.upnp.Service
- setUserData(Object) - Method in class org.cybergarage.upnp.StateVariable
- setUserData(Object) - Method in class org.cybergarage.xml.Node
- setUseSSL(boolean) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
- setUseSSL(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
- setUSN(String) - Method in class org.cybergarage.upnp.ssdp.SSDPRequest
- setUSN(String) - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
- setValid(int) - Method in class net.i2p.data.ByteArray
- setValue(int) - Method in class com.mpatric.mp3agic.MutableInteger
- setValue(int) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JProgressBar
- setValue(int) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.SpinnerNumberModel
- setValue(int) - Method in class org.cybergarage.upnp.Argument
- setValue(int) - Method in class org.cybergarage.upnp.StateVariable
- setValue(int) - Method in class org.cybergarage.xml.Node
- 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(int, double) - Method in class org.rrd4j.core.Sample
-
Sets single datasource value using data source index.
- setValue(long) - Method in class org.cybergarage.upnp.StateVariable
- setValue(String) - Method in class org.cybergarage.http.HTTPHeader
- setValue(String) - Method in class org.cybergarage.http.Parameter
- setValue(String) - Method in class org.cybergarage.upnp.AllowedValue
- setValue(String) - Method in class org.cybergarage.upnp.Argument
- setValue(String) - Method in class org.cybergarage.upnp.event.Property
- setValue(String) - Method in class org.cybergarage.upnp.StateVariable
- setValue(String) - Method in class org.cybergarage.upnp.xml.ArgumentData
- setValue(String) - Method in class org.cybergarage.upnp.xml.StateVariableData
- setValue(String) - Method in class org.cybergarage.xml.Attribute
- setValue(String) - Method in class org.cybergarage.xml.Node
- setValue(String, double) - Method in class org.rrd4j.core.Sample
-
Sets single data source value in the sample.
- setValue(XmlParser.Node, String, String) - Static method in class net.i2p.jetty.JettyXmlConfigurationParser
-
Recursively go through the entire tree starting at node.
- 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 theindex
th 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 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
-
(Re)sets all values in this archive to the same value.
- setValues(double) - Method in class org.rrd4j.core.RobinMatrix
-
(Re)sets all values in this archive to the same value.
- setValues(double...) - Method in interface org.rrd4j.core.Robin
-
Updates archived values in bulk.
- setValues(double...) - Method in class org.rrd4j.core.RobinArray
-
Updates archived values in bulk.
- setValues(double...) - Method in class org.rrd4j.core.RobinMatrix
-
Updates archived values in bulk.
- 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
- setValues(double[][]) - Method in class org.rrd4j.core.FetchData
- setVariable(String, boolean) - 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, 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, Color) - Method in class org.rrd4j.core.XmlTemplate
-
Sets value for a single XML template variable.
- setVariable(String, String) - 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, Date) - Method in class org.rrd4j.core.XmlTemplate
-
Sets value for a single XML template variable.
- setVerifySignature(boolean) - Method in class net.i2p.crypto.SU3File
-
Should the signature be verified? Default true
- setVersion(int) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
-
Set version 2 from InboundEstablishState.
- setVersion(int) - Method in class org.rrd4j.core.RrdDef
-
Sets RRD's file version.
- setVersion(Version) - Method in class com.google.zxing.qrcode.encoder.QRCode
- setVersion(String) - Method in class net.i2p.router.web.helpers.NetDbHelper
- setVersion(String) - Method in class org.cybergarage.http.HTTPPacket
- setVersion(String) - Method in class org.cybergarage.http.HTTPStatus
- 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
- setW(String) - Method in class net.i2p.router.web.helpers.GraphHelper
- setWantedPieces() - Method in class org.klomp.snark.PeerCoordinator
-
Only called externally from Storage after the double-check fails.
- setWantedPieces(Storage) - Method in class org.klomp.snark.Snark
- setWantedPieces(Storage) - Method in interface org.klomp.snark.StorageListener
-
Reset the peer's wanted pieces table Call after the storage double-check fails
- 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
- setWidth(int) - Method in class org.cybergarage.upnp.Icon
- setWidth(int) - Method in class org.rrd4j.graph.RrdGraphDef
-
Sets width of the drawing area within the graph.
- setWidth(String) - Method in class net.i2p.router.web.helpers.GraphHelper
- setWidth(String) - Method in class org.cybergarage.upnp.Icon
- setWindowSize(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
- setWirelessMode(boolean) - Method in class org.cybergarage.upnp.Device
- setWizardHelper(WizardHelper) - Method in class net.i2p.router.web.helpers.WizardHandler
-
Bind the helper (scope session) to this handler (scope request)
- setWmpRating(int) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setWmpRating(int) - Method in interface com.mpatric.mp3agic.ID3v2
- 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).
- setWriteTimeout(int) - Method in class net.i2p.client.streaming.impl.MessageOutputStream
- 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.
- 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(Parser) - Static method in class org.cybergarage.upnp.UPnP
- setYear(String) - Method in class com.mpatric.mp3agic.AbstractID3v2Tag
- setYear(String) - Method in interface com.mpatric.mp3agic.ID3v1
- setYear(String) - Method in class com.mpatric.mp3agic.ID3v1Tag
- setYear(String) - Method in class com.mpatric.mp3agic.ID3Wrapper
- 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
- SFW_NOTTESTED - Static variable in class edu.internet2.ndt.NDTConstants
- SFW_POSSIBLE - Static variable in class edu.internet2.ndt.NDTConstants
- SFW_PREDEFINED_TEST_MESSAGE - Static variable in class edu.internet2.ndt.NDTConstants
- SFW_UNKNOWN - Static variable in class edu.internet2.ndt.NDTConstants
- 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
-
NOTE: As of 0.8.7, use getInstance() instead of new SHA1(), which will return the JVM's MessageDigest if it is faster.
- SHA1 - org.minidns.constants.DnssecConstants.DigestAlgorithm
- SHA1 - org.minidns.record.NSEC3.HashAlgorithm
- SHA1() - Constructor for class net.i2p.crypto.SHA1
-
Creates a SHA1 object with default initial state.
- SHA1Hash - Class in net.i2p.crypto
-
Because DSAEngine was abusing Hash for 20-byte hashes
- SHA1Hash() - Constructor for class net.i2p.crypto.SHA1Hash
- SHA1Hash(byte[]) - Constructor for class net.i2p.crypto.SHA1Hash
- sha256 - org.minidns.record.TLSA.MatchingType
- SHA256 - org.minidns.constants.DnssecConstants.DigestAlgorithm
- SHA256Generator - Class in net.i2p.crypto
-
Defines a wrapper for SHA-256 operation.
- SHA256Generator(I2PAppContext) - Constructor for class net.i2p.crypto.SHA256Generator
- SHA384 - org.minidns.constants.DnssecConstants.DigestAlgorithm
- sha512 - org.minidns.record.TLSA.MatchingType
- shadea - org.rrd4j.graph.ElementsNames
-
The top-left graph shade color
- shadeb - org.rrd4j.graph.ElementsNames
-
The bottom-right graph shade color
- SHARED_CLIENT_NICKNAME - Static variable in class net.i2p.i2ptunnel.ui.TunnelConfig
- SHASH_LENGTH - Static variable in class net.i2p.util.PasswordManager
-
48
- 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
- shiftByte(byte, int) - Static method in class com.mpatric.mp3agic.BufferTools
- SHORT_RECORD_SIZE - Static variable in class net.i2p.data.i2np.InboundTunnelBuildMessage
- SHORT_RECORD_SIZE - Static variable in class net.i2p.data.i2np.OutboundTunnelBuildReplyMessage
- SHORT_RECORD_SIZE - Static variable in class net.i2p.data.i2np.ShortTunnelBuildMessage
- SHORT_RECORD_SIZE - Static variable in class net.i2p.data.i2np.ShortTunnelBuildReplyMessage
- SHORT_REMOVE_TIME - Static variable in class net.i2p.router.sybil.Analysis
- 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
- shortSubject - Variable in class i2p.susi.webmail.Mail
- 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
- 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
- sHostName - Variable in class edu.internet2.ndt.Tcpbw100
- shouldAllowInboundEstablishment() - Method in class net.i2p.router.transport.udp.EstablishmentManager
-
Should we allow another inbound establishment? Used to throttle outbound hole punches.
- shouldAutoStart() - Method in interface org.klomp.snark.CompleteListener
- shouldAutoStart() - Method in class org.klomp.snark.SnarkManager
- shouldAutoStart() - Method in class org.klomp.snark.UpdateRunner
- shouldCompress() - Method in class net.i2p.i2ptunnel.HTTPResponseOutputStream
- shouldCompress(int) - Method in class net.i2p.client.impl.I2PSessionImpl2
- shouldDebug() - Method in class net.i2p.util.Log
- shouldDelay(int) - Method in class net.i2p.i2ptunnel.web.EditBean
- shouldDelayConnect(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
- shouldDropDuplicates() - Method in class net.i2p.util.LogManager
- shouldDropParticipatingMessage(TunnelDispatcher.Location, int, int) - Method in class net.i2p.router.tunnel.TunnelDispatcher
-
Implement random early discard (RED) to enforce the share bandwidth limit.
- shouldError() - Method in class net.i2p.util.Log
- shouldExclude(RouterContext, RouterInfo) - Static method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
-
warning, this is also called by ProfileOrganizer.isSelectable()
- shouldInfo() - Method in class net.i2p.util.Log
- shouldInstall() - Method in class net.i2p.router.update.ConsoleUpdateManager
-
from NewsFetcher
- shouldLog(int) - Method in class net.i2p.util.Log
- shouldPlot() - Method in class org.rrd4j.graph.RrdGraphDef
- 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
- 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?
- shouldReadBody() - Method in class net.i2p.util.EepGet
-
Should we read the body of the response?
- 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
- shouldSelectExplicit(TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
-
For debugging, also possibly for restricted routes? Needs analysis and testing
- shouldSendTags(PublicKey, SessionKey) - Method in class net.i2p.crypto.SessionKeyManager
- shouldSendTags(PublicKey, SessionKey) - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
-
ElG only
- shouldSendTags(PublicKey, SessionKey, int) - Method in class net.i2p.crypto.SessionKeyManager
- 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
- 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
- shouldShowHTTPSProxy() - Method in class net.i2p.router.web.helpers.ConfigReseedHelper
- shouldShowLog() - Method in class net.i2p.router.web.helpers.ConfigStatsHelper
-
Just hide for everybody unless already set.
- 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
- shouldShowSelect() - Method in class net.i2p.router.web.helpers.ConfigReseedHelper
- 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
- shouldSign() - Method in class net.i2p.client.streaming.impl.PacketLocal
- shouldStartAutomatically(int) - Method in class net.i2p.i2ptunnel.ui.GeneralHelper
- 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?
- 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?
- shouldThrottle(byte[]) - Method in class net.i2p.router.transport.udp.IPThrottler
-
Increments before checking
- 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 both individual and total.
- shouldThrottle(Hash) - Method in class net.i2p.router.networkdb.kademlia.FloodThrottler
-
increments before checking
- shouldThrottle(Hash) - Method in class net.i2p.router.tunnel.pool.ParticipatingThrottler
-
increments before checking
- shouldThrottle(Hash) - Method in class net.i2p.router.tunnel.pool.RequestThrottler
-
increments before checking
- shouldThrottle(Hash, TunnelId) - Method in class net.i2p.router.networkdb.kademlia.LookupThrottler
-
increments before checking
- 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.
- shouldUseDHT() - Method in class org.klomp.snark.I2PSnarkUtil
- shouldUseOpenTrackers() - Method in class org.klomp.snark.I2PSnarkUtil
- shouldUsePool() - Method in class net.i2p.i2ptunnel.I2PTunnelServer
- shouldValidateHeader() - Method in annotation type org.rrd4j.core.RrdBackendAnnotation
- 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
- showBufferedBytesInfo() - Method in class edu.internet2.ndt.Tcpbw100
-
Pop up a window to display some information about TCP packet queuing.
- showDocument(URL) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.AppletContext
- showFirewallWarning() - Method in class net.i2p.router.web.helpers.SummaryHelper
-
Should we warn about a possible firewall problem?
- showMessageDialog(Object, String) - Static method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JOptionPane
- showMessageDialog(Object, String, String, int) - Static method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JOptionPane
- 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
- showSignature - Variable in class org.rrd4j.graph.RrdGraphDef
- showStatus(String) - Method in class com.vuze.plugins.mlab.tools.ndt.swingemu.JApplet
- showStatus(String) - Method in class edu.internet2.ndt.Tcpbw100
-
Display current status in Applet window.
- showStatusFilter() - Method in class org.klomp.snark.I2PSnarkUtil
- shutdown() - Method in class gnu.crypto.prng.AsyncFortunaStandalone
-
Note - methods may hang or NPE or throw IllegalStateExceptions after this
- 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() - 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.router.client.ClientManagerFacadeImpl
- shutdown() - Method in class net.i2p.router.ClientMessagePool
- shutdown() - Method in class net.i2p.router.crypto.FamilyKeyCrypto
-
Clears the caches
- 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.MuxedSKM
- shutdown() - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
-
Cannot be restarted
- shutdown() - Method in class net.i2p.router.crypto.TransientSessionKeyManager
- shutdown() - Method in class net.i2p.router.dummy.DummyClientManagerFacade
- shutdown() - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
- 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
- shutdown() - Method in class net.i2p.router.InNetMessagePool
-
does nothing since we aren't threaded
- shutdown() - Method in class net.i2p.router.JobQueue
- shutdown() - Method in class net.i2p.router.MessageHistory
- shutdown() - Method in class net.i2p.router.MessageValidator
- shutdown() - Method in class net.i2p.router.naming.BlockfileNamingService
- 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.KademliaNetworkDatabaseFacade
- shutdown() - Method in class net.i2p.router.peermanager.PeerManagerFacadeImpl
- 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
- shutdown() - Method in class net.i2p.router.tasks.RouterWatchdog
- shutdown() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
-
Cannot be restarted after calling this.
- shutdown() - Method in class net.i2p.router.transport.crypto.DHSessionKeyBuilder.PrecalcRunner
-
Note that this stops the singleton precalc thread.
- 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
- shutdown() - Method in class net.i2p.router.transport.FIFOBandwidthRefiller
- shutdown() - Method in class net.i2p.router.transport.GeoIP
- 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.ACKSender
- shutdown() - Method in class net.i2p.router.transport.udp.EstablishmentManager
- shutdown() - Method in class net.i2p.router.transport.udp.InboundMessageFragments
- shutdown() - Method in class net.i2p.router.transport.udp.MessageReceiver
- shutdown() - Method in class net.i2p.router.transport.udp.OutboundMessageFragments
- shutdown() - Method in class net.i2p.router.transport.udp.OutboundRefiller
- shutdown() - Method in class net.i2p.router.transport.udp.PacketHandler
- shutdown() - Method in class net.i2p.router.transport.udp.PacketPusher
- shutdown() - Method in class net.i2p.router.transport.udp.TimedWeightedPriorityMessageQueue
- shutdown() - Method in class net.i2p.router.transport.udp.UDPEndpoint
- shutdown() - Method in class net.i2p.router.transport.udp.UDPReceiver
- shutdown() - Method in class net.i2p.router.transport.udp.UDPSender
- shutdown() - Method in class net.i2p.router.transport.udp.UDPTransport
- shutdown() - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
- shutdown() - Method in class net.i2p.router.tunnel.pool.BuildExecutor
-
Cannot be restarted.
- shutdown() - Method in class net.i2p.router.tunnel.pool.TunnelPool
- shutdown() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
-
Cannot be restarted
- shutdown() - Method in class net.i2p.router.tunnel.TunnelDispatcher
- shutdown() - Method in class net.i2p.router.update.ConsoleUpdateManager
-
UpdateManager interface
- shutdown() - Method in class net.i2p.router.update.UpdateRunner
- shutdown() - Method in class net.i2p.stat.StatManager
- shutdown() - Method in interface net.i2p.update.UpdateManager
- shutdown() - Method in interface net.i2p.update.UpdateTask
- 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
- 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
-
SnarkSnutdown callback unused
- shutdown() - Static method in class org.klomp.snark.standalone.RunStandalone
- shutdown() - Method in class org.klomp.snark.UpdateRunner
- shutdown() - Method in class org.rrd4j.core.RrdSyncThreadPool
-
Shuts down this thread pool in an orderly manner.
- shutdown(int) - Method in class net.i2p.router.Router
-
Shutdown with no chance of cancellation.
- shutdown(int) - Method in class net.i2p.router.tunnel.pool.BuildHandler
-
Cannot be restarted.
- shutdown(String) - Method in class net.i2p.router.client.ClientManager
- shutdown(String) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
- shutdown(String) - Method in class net.i2p.router.ClientManagerFacade
- shutdown(String) - Method in class net.i2p.router.dummy.DummyClientManagerFacade
- 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(String[]) - Method in class net.i2p.BOB.BOB
-
Deprecated.
- shutdown(String[]) - Method in class net.i2p.desktopgui.Main
- shutdown(String[]) - Method in class net.i2p.i2pcontrol.I2PControlController
- shutdown(String[]) - Method in class net.i2p.i2pcontrol.SocketController
- shutdown(String[]) - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
-
ClientApp interface
- shutdown(String[]) - Method in class net.i2p.jetty.JettyStart
- shutdown(String[]) - Method in class net.i2p.router.news.NewsManager
-
ClientApp interface
- shutdown(String[]) - Method in class net.i2p.router.sybil.Analysis
-
ClientApp interface
- shutdown(String[]) - Method in class net.i2p.router.update.ConsoleUpdateManager
-
ClientApp interface
- shutdown(String[]) - Method in class net.i2p.router.web.RouterConsoleRunner
- shutdown(String[]) - Method in class net.i2p.router.web.StatSummarizer
-
Does nothing, we aren't tracked
- shutdown(String[]) - Method in class net.i2p.sam.SAMBridge
-
As of 0.9.20, stops running handlers and sessions.
- shutdown(String[]) - Method in class org.klomp.snark.SnarkManager
-
ClientApp method.
- shutDown() - Method in class net.i2p.sam.SAMDatagramSession
- 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
- shutDown(RouterContext) - Static method in class net.i2p.desktopgui.router.RouterManager
-
Stop the running I2P instance.
- Shutdown() - Constructor for class net.i2p.router.startup.RouterAppManager.Shutdown
- shutdown2(int) - Method in class net.i2p.router.Router
-
Cancel the JVM runtime hook before calling this.
- 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.
- shutDownGracefully(RouterContext) - Static method in class net.i2p.desktopgui.router.RouterManager
-
Stop the running I2P instance.
- ShutdownHook - Class in net.i2p.router.tasks
-
Just for failsafe.
- ShutdownHook(RouterContext) - Constructor for class net.i2p.router.tasks.ShutdownHook
- shutdownInput() - Method in class net.i2p.client.streaming.impl.StandardSocket
- shutdownInput() - Method in class net.i2p.sam.SSLSocketChannel
-
new in Java 7
- 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 for end of shutdown sequence.
- shutdownOutput() - Method in class net.i2p.client.streaming.impl.StandardSocket
- shutdownOutput() - Method in class net.i2p.sam.SSLSocketChannel
-
new in Java 7
- 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
- sig - Variable in class net.i2p.router.news.BlocklistEntries
- SIG - org.minidns.record.Record.TYPE
- 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
-
The AlgorithmParameterSpec.
- SigContextSpec(String) - Constructor for class net.i2p.crypto.SigContext.SigContextSpec
-
The 16 bytes for this type, or null for none
- 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(byte[], SigningPrivateKey) - Method in class net.i2p.crypto.DSAEngine
-
Sign using any key type.
- sign(InputStream, SigningPrivateKey) - Method in class net.i2p.crypto.DSAEngine
-
Sign using DSA-SHA1 ONLY.
- 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(String, Hash) - Method in class net.i2p.router.crypto.FamilyKeyCrypto
-
Caller must add family to RI also.
- 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(SigningPrivateKey) - Method in class net.i2p.client.naming.HostTxtEntry
-
Sign and set the "sig" property Must have been constructed with non-null properties.
- 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) - Method in class net.i2p.data.LeaseSet2
-
Sign the structure using the supplied signing key.
- sign(SigningPrivateKey) - Method in class net.i2p.util.ByteArrayStream
-
Sign the written data
- sign(SigningPrivateKey, int, List<? extends SimpleDataStructure>) - Method in class net.i2p.data.EncryptedLeaseSet
-
Sign the structure using the supplied signing key.
- sign(SimpleDataStructure, PrivateKey, SigType) - Method in class net.i2p.crypto.DSAEngine
-
Generic signature type.
- sign(SimpleDataStructure, SigningPrivateKey) - Method in class net.i2p.crypto.DSAEngine
-
Generic signature type.
- sign(I2PAppContext, SigningPrivateKey) - Method in class net.i2p.util.ByteArrayStream
-
Sign the written data
- signature - Variable in class org.rrd4j.graph.RrdGraphDef
- Signature - Class in net.i2p.data
-
Defines the signature as defined by the I2P data structure spec.
- Signature() - Constructor for class net.i2p.data.Signature
- Signature(byte[]) - Constructor for class net.i2p.data.Signature
- 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(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
- SIGNATURE_ALGORITHM - Static variable in class net.i2p.crypto.eddsa.EdDSAEngine
- SIGNATURE_BYTES - Static variable in class net.i2p.data.Signature
-
40
- SIGNATURE_LENGTH - Static variable in class org.rrd4j.core.Header
- 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.
- signer - Variable in class net.i2p.router.news.BlocklistEntries
- signerName - Variable in class org.minidns.record.RRSIG
-
The owner name of the DNSKEY RR that a validator is supposed to use.
- signingPrivateKey - Variable in class net.i2p.router.startup.LoadRouterInfoJob.KeyData
- SigningPrivateKey - Class in net.i2p.data
-
Defines the SigningPrivateKey as defined by the I2P data structure spec.
- SigningPrivateKey() - Constructor for class net.i2p.data.SigningPrivateKey
- SigningPrivateKey(byte[]) - Constructor for class net.i2p.data.SigningPrivateKey
- SigningPrivateKey(String) - Constructor for class net.i2p.data.SigningPrivateKey
-
constructs from base64
- SigningPrivateKey(SigType) - Constructor for class net.i2p.data.SigningPrivateKey
- SigningPrivateKey(SigType, byte[]) - Constructor for class net.i2p.data.SigningPrivateKey
- signingPrivKey - Variable in class net.i2p.data.PrivateKeyFile
- SigningPublicKey - Class in net.i2p.data
-
Defines the SigningPublicKey as defined by the I2P data structure spec.
- SigningPublicKey() - Constructor for class net.i2p.data.SigningPublicKey
- SigningPublicKey(byte[]) - Constructor for class net.i2p.data.SigningPublicKey
- SigningPublicKey(String) - Constructor for class net.i2p.data.SigningPublicKey
-
constructs from base64
- SigningPublicKey(SigType) - Constructor for class net.i2p.data.SigningPublicKey
- SigningPublicKey(SigType, byte[]) - Constructor for class net.i2p.data.SigningPublicKey
- 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
-
Utilities for Signing keys and 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 - Class in net.i2p.router.transport.udp
-
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(I2PAppContext, PeerState) - Constructor for class net.i2p.router.transport.udp.SimpleBandwidthEstimator
- SimpleByteCache - Class in net.i2p.util
-
Like ByteCache but works directly with byte arrays, not ByteArrays.
- SimpleDataStructure - Class in net.i2p.data
-
A SimpleDataStructure contains only 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
- simpleScheduler() - Method in class net.i2p.I2PAppContext
-
Deprecated.in 0.9.20, use simpleTimer2()
- SimpleScheduler - Class in net.i2p.util
-
Deprecated.in 0.9.20, use SimpleTimer2 instead
- SimpleScheduler(I2PAppContext) - Constructor for class net.i2p.util.SimpleScheduler
-
Deprecated.in 0.9.20, replaced by SimpleTimer2
- SimpleStore - Class in net.i2p.util
-
Deprecated - used only by SimpleTimer
- SimpleStore(boolean) - Constructor for class net.i2p.util.SimpleStore
- 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.
- simpleTimer() - Method in class net.i2p.I2PAppContext
-
Deprecated.use SimpleTimer2
- SimpleTimer - Class in net.i2p.util
-
Simple event scheduler - toss an event on the queue and it gets fired at the appropriate time.
- SimpleTimer(I2PAppContext) - Constructor for class net.i2p.util.SimpleTimer
-
Deprecated.use SimpleTimer2
- SimpleTimer.TimedEvent - Interface in net.i2p.util
-
Simple interface for events to be queued up and notified on expiration
- simpleTimer2() - Method in class net.i2p.I2PAppContext
-
Use instead of SimpleTimer2.getInstance()
- SimpleTimer2 - Class in net.i2p.util
-
Simple event scheduler - toss an event on the queue and it gets fired at the appropriate time.
- 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
-
Similar to SimpleTimer.TimedEvent but users must extend instead of implement, and all schedule and cancel methods are through this class rather than SimpleTimer2.
- 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
- SingleLookupJob - Class in net.i2p.router.networkdb.kademlia
-
Ask the peer who sent us the DSRM for the RouterInfos...
- SingleLookupJob(RouterContext, DatabaseSearchReplyMessage) - Constructor for class net.i2p.router.networkdb.kademlia.SingleLookupJob
- SingleSearchJob - Class in net.i2p.router.networkdb.kademlia
-
Ask a single peer for a single key.
- SingleSearchJob(RouterContext, Hash, Hash) - Constructor for class net.i2p.router.networkdb.kademlia.SingleSearchJob
- SingleTagSet - Class in net.i2p.router.crypto.ratchet
-
Inbound ES tagset with a single tag and key.
- 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
- sink - Variable in class net.i2p.i2ptunnel.udp.UDPSource
- Sink - Interface in net.i2p.i2ptunnel.udp
- SINK - org.minidns.record.Record.TYPE
- 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 - Variable in class net.metanotion.util.skiplist.SkipList
- size - Variable in class org.rrd4j.core.jrrd.CDPStatusBlock
-
Size of block in bytes
- 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() - Method in class net.i2p.client.naming.NamingService
- size() - Method in class net.i2p.data.Certificate
- size() - Method in class net.i2p.data.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() - 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.tunnel.pool.AliasedTunnelPool
- size() - Method in class net.i2p.router.tunnel.pool.TunnelPool
-
duplicate of getTunnelCount(), let's pick one
- size() - Method in class net.i2p.router.util.ArraySet
- size() - Method in class net.i2p.router.util.CachedIteratorCollection
-
Return size of current LinkedListTest object
- size() - Method in class net.i2p.router.util.RemovableSingletonSet
- size() - Method in class net.i2p.util.ConcurrentHashSet
- size() - Method in class net.metanotion.util.skiplist.SkipList
- size() - Method in class org.klomp.snark.BitField
-
Return the size of the BitField.
- size() - Method in class org.klomp.snark.comments.CommentSet
-
May be more than what the iterator returns, we do additional deduping in the iterator.
- 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
- 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() - Method in class org.xlattice.crypto.filters.BloomSHA1
-
Returns the number of keys which have been inserted.
- size(Properties) - Method in class net.i2p.client.naming.MetaNamingService
-
All services aggregated
- size(Properties) - Method in class net.i2p.client.naming.NamingService
-
This implementation returns -1.
- size(Properties) - Method in class net.i2p.client.naming.SingleFileNamingService
- size(Properties) - Method in class net.i2p.router.naming.BlockfileNamingService
- 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
- sizeSynchronisationWouldSubtract(byte[]) - Static method in class com.mpatric.mp3agic.BufferTools
- sizeUnsynchronisationWouldAdd(byte[]) - Static method in class com.mpatric.mp3agic.BufferTools
- SJIS - com.google.zxing.common.CharacterSetECI
- SkewComparator() - Constructor for class net.i2p.router.web.helpers.UDPSorters.SkewComparator
- skip(long) - Method in class i2p.susi.util.CountingInputStream
- skip(long) - Method in class i2p.susi.util.EOFOnMatchInputStream
- skip(long) - Method in class i2p.susi.util.LimitInputStream
- skip(long) - Method in class net.i2p.util.LookaheadInputStream
- skip(long) - Method in class net.i2p.util.TranslateReader
- 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_ENTRY - net.i2p.router.news.NewsXMLParser.XHTMLMode
-
skip the feed entry containing the non-whitelisted element or blacklisted attribute
- 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
- 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
- SkipIterator(SkipSpan<K, V>, int) - Constructor for class net.metanotion.util.skiplist.SkipIterator
- SkipLevels<K extends Comparable<? super K>,V> - Class in net.metanotion.util.skiplist
- SkipLevels() - Constructor for class net.metanotion.util.skiplist.SkipLevels
- SkipLevels(int, SkipSpan<K, V>) - Constructor for class net.metanotion.util.skiplist.SkipLevels
- SkipList<K extends Comparable<? super K>,V> - Class in net.metanotion.util.skiplist
- SkipList() - Constructor for class net.metanotion.util.skiplist.SkipList
- SkipList(int) - Constructor for class net.metanotion.util.skiplist.SkipList
- skipMultiPageBytes(int, int, int[], int[]) - Method in class net.metanotion.io.block.BlockFile
-
Skip length bytes The same as readMultiPageData() without returning a result
- skipPage - Variable in class net.metanotion.io.block.index.BSkipList
- SkipSpan<K extends Comparable<? super K>,V> - Class in net.metanotion.util.skiplist
- SkipSpan() - Constructor for class net.metanotion.util.skiplist.SkipSpan
- SkipSpan(int) - Constructor for class net.metanotion.util.skiplist.SkipSpan
- SLASH - Static variable in class org.rrd4j.core.timespec.TimeToken
-
Constant
SLASH=25
- SLICE_0 - net.i2p.router.peermanager.ProfileOrganizer.Slice
- SLICE_0_1 - net.i2p.router.peermanager.ProfileOrganizer.Slice
- SLICE_1 - net.i2p.router.peermanager.ProfileOrganizer.Slice
- SLICE_2 - net.i2p.router.peermanager.ProfileOrganizer.Slice
- SLICE_2_3 - net.i2p.router.peermanager.ProfileOrganizer.Slice
- SLICE_3 - net.i2p.router.peermanager.ProfileOrganizer.Slice
- SLICE_ALL - net.i2p.router.peermanager.ProfileOrganizer.Slice
- 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
- SMTPClient() - Constructor for class i2p.susi.webmail.smtp.SMTPClient
- Snark - Class in org.klomp.snark
-
Main Snark program startup class.
- Snark(I2PSnarkUtil, String, byte[], String, CompleteListener, PeerCoordinatorSet, ConnectionAcceptor, boolean, String) - Constructor for class org.klomp.snark.Snark
-
multitorrent, magnet, Used by snark-rpc plugin Will not start itself.
- Snark(I2PSnarkUtil, String, byte[], String, CompleteListener, PeerCoordinatorSet, ConnectionAcceptor, String) - Constructor for class org.klomp.snark.Snark
-
multitorrent, magnet Will not start itself.
- Snark(I2PSnarkUtil, String, String, int, StorageListener, CoordinatorListener, CompleteListener, PeerCoordinatorSet, ConnectionAcceptor, String) - Constructor for class org.klomp.snark.Snark
-
Deprecated.
- Snark(I2PSnarkUtil, String, String, int, StorageListener, CoordinatorListener, CompleteListener, PeerCoordinatorSet, ConnectionAcceptor, String, File) - Constructor for class org.klomp.snark.Snark
-
multitorrent Will not start itself.
- Snark.RouterException - Exception in org.klomp.snark
-
A unique exception class to blame the router that can be caught by SnarkManager
- SnarkManager - Class in org.klomp.snark
-
Manage multiple snarks
- SnarkManager(I2PAppContext) - Constructor for class org.klomp.snark.SnarkManager
-
For embedded.
- SnarkManager(I2PAppContext, String, String) - Constructor for class org.klomp.snark.SnarkManager
-
For webapp.
- SnarkShutdown - Class in org.klomp.snark
-
Deprecated.unused
- SnarkShutdown(Storage, PeerCoordinator, ConnectionAcceptor, TrackerClient, ShutdownListener) - Constructor for class org.klomp.snark.SnarkShutdown
-
Deprecated.
- SOA - Class in org.minidns.record
-
SOA (start of authority) record payload.
- SOA - org.minidns.record.Record.TYPE
- SOA(String, String, long, int, int, int, long) - Constructor for class org.minidns.record.SOA
- SOA(DnsName, DnsName, long, int, int, int, long) - Constructor for class org.minidns.record.SOA
- SOAP - Class in org.cybergarage.soap
- SOAP() - Constructor for class org.cybergarage.soap.SOAP
- SOAP_ACTION - Static variable in class org.cybergarage.http.HTTP
- SOAPRequest - Class in org.cybergarage.soap
- SOAPRequest() - Constructor for class org.cybergarage.soap.SOAPRequest
- SOAPRequest(HTTPRequest) - Constructor for class org.cybergarage.soap.SOAPRequest
- SOAPResponse - Class in org.cybergarage.soap
- SOAPResponse() - Constructor for class org.cybergarage.soap.SOAPResponse
- SOAPResponse(HTTPResponse) - Constructor for class org.cybergarage.soap.SOAPResponse
- SOAPResponse(SOAPResponse) - Constructor for class org.cybergarage.soap.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() - Method in class net.i2p.sam.SSLServerSocketChannel
- socket() - Method in class net.i2p.sam.SSLSocketChannel
- SOCKET_FREE_PORT_INDICATOR - Static variable in class edu.internet2.ndt.NDTConstants
- SOCKET_HANDLER_BUF_SIZE - Static variable in class net.i2p.sam.SAMStreamSession
- 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, String[]) - Constructor for class net.i2p.i2pcontrol.SocketController
-
RouterApp (new way)
- SocketListener - Interface in net.i2p.router.transport.udp
- socketMgr - Variable in class net.i2p.sam.SAMStreamSession
- 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
- sockMgr - Variable in class net.i2p.i2ptunnel.I2PTunnelClientBase
- sockMgr - Variable in class net.i2p.i2ptunnel.I2PTunnelServer
- SOCKS_VERSION_4 - Static variable in class net.i2p.socks.SOCKS4Constants
- SOCKS_VERSION_5 - Static variable in class net.i2p.socks.SOCKS5Constants
- SOCKS4 - net.i2p.util.SSLEepGet.ProxyType
- SOCKS4aServer - Class in net.i2p.i2ptunnel.socks
- 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
- SOCKS4Constants.Command - Class in net.i2p.socks
- SOCKS4Constants.Reply - Class in net.i2p.socks
- SOCKS5 - net.i2p.util.SSLEepGet.ProxyType
- SOCKS5Client - Class in net.i2p.socks
-
A simple SOCKS 5 client.
- SOCKS5Constants - Class in net.i2p.socks
- SOCKS5Constants.AddressType - Class in net.i2p.socks
- SOCKS5Constants.Command - Class in net.i2p.socks
- SOCKS5Constants.Method - Class in net.i2p.socks
- SOCKS5Constants.Reply - Class in net.i2p.socks
- SOCKS5Server - Class in net.i2p.i2ptunnel.socks
- 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.
- SOCKSException - Exception in net.i2p.socks
-
Exception thrown by socket methods
- SOCKSException() - Constructor for exception net.i2p.socks.SOCKSException
- SOCKSException(String) - Constructor for exception net.i2p.socks.SOCKSException
- SOCKSException(String, Throwable) - Constructor for exception net.i2p.socks.SOCKSException
- 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) - 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<Destination, 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 Ref: RFC 1928
- SOCKSUDPUnwrapper(Map<Destination, 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<Destination, SOCKSHeader>) - Constructor for class net.i2p.i2ptunnel.socks.SOCKSUDPWrapper
- SOFT_RESTART - Static variable in class net.i2p.router.util.EventLog
- sort() - Method in class i2p.susi.util.Folder
-
Sorts the elements according the order given by @link addSorter() and @link setSortBy().
- 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
- SORT_DEFAULT - Static variable in class i2p.susi.webmail.WebMail
- SORT_ID - Static variable in class i2p.susi.webmail.WebMail
- SORT_ORDER_DEFAULT - Static variable in class i2p.susi.webmail.WebMail
- SORT_SENDER - Static variable in class i2p.susi.webmail.WebMail
- SORT_SIZE - Static variable in class i2p.susi.webmail.WebMail
- SORT_SUBJECT - Static variable in class i2p.susi.webmail.WebMail
- sorter - Static variable in class i2p.susi.dns.AddressbookBean
- Sorters - Class in i2p.susi.webmail
-
Sorters
- Sorters - Class in org.klomp.snark.web
-
Comparators for various columns
- Sorters() - Constructor for class i2p.susi.webmail.Sorters
- 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 to: fields
- SortHelper - Class in net.i2p.data.router
-
The sorting of addresses in RIs
- 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 - Class in org.rrd4j.data
- Source - Class in org.rrd4j.graph
- Source - Interface in net.i2p.i2ptunnel.udp
- Source(String) - Constructor for class org.rrd4j.data.Source
- Source(String) - Constructor for class org.rrd4j.graph.Source
- SOURCE_CONFIG - net.i2p.router.transport.Transport.AddressSource
-
unused
- SOURCE_INTERFACE - net.i2p.router.transport.Transport.AddressSource
- SOURCE_SSU - net.i2p.router.transport.Transport.AddressSource
- SOURCE_UPNP - net.i2p.router.transport.Transport.AddressSource
- SourcedPlotElement - Class in org.rrd4j.graph
- SourcedPlotElement(String, Paint) - Constructor for class org.rrd4j.graph.SourcedPlotElement
- SourcedPlotElement(String, Paint, SourcedPlotElement) - Constructor for class org.rrd4j.graph.SourcedPlotElement
- sources - Variable in class org.rrd4j.graph.RrdGraphDef
- SOUTH - Static variable in class com.vuze.plugins.mlab.tools.ndt.swingemu.BorderLayout
- spaceFor(int) - Static method in class net.i2p.crypto.elgamal.impl.ElGamalPublicKeyImpl
- Span - Class in org.rrd4j.graph
- Span(Paint, LegendText) - Constructor for class org.rrd4j.graph.Span
- spanHash - Variable in class net.metanotion.io.block.index.BSkipList
- spanPage - Variable in class net.metanotion.io.block.index.BSkipLevels
- spanSize - Variable in class net.metanotion.io.block.BlockFile
- spanSize - Variable in class net.metanotion.io.block.index.BSkipSpan
- SparseArray<E> - Class in net.i2p.router.crypto.ratchet
-
SparseArray
maps integers to Objects and, unlike a normal array of Objects, its indices can contain gaps. - 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
- spec - Variable in class org.rrd4j.core.timespec.TimeParser
- SPEC_VERSION - Static variable in class org.cybergarage.upnp.Service
- specials - Variable in class org.rrd4j.core.timespec.TimeScanner
- SPECVERSION_ELEMENT - Static variable in interface org.cybergarage.upnp.RootDescription
- SpeedCalculator - Class in net.i2p.router.peermanager
-
Quantify how fast the peer is - how fast they respond to our requests, how fast they pass messages on, etc.
- SpeedCalculator() - Constructor for class net.i2p.router.peermanager.SpeedCalculator
- SpeedComparator - Class in net.i2p.router.peermanager
-
Order profiles by their speed (lowest first).
- SpeedComparator() - Constructor for class net.i2p.router.peermanager.SpeedComparator
- SPF - org.minidns.record.Record.TYPE
- Spinner - Class in net.i2p.router.tasks
-
A non-daemon thread to let the shutdown task get all the way to the end
- Spinner() - Constructor for class net.i2p.router.tasks.Spinner
- SpinnerNumberModel - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
- SpinnerNumberModel() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.SpinnerNumberModel
- 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() - 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.HandshakeState
-
Splits the transport encryption CipherState objects out of this HandshakeObject after mixing in a secondary symmetric key.
- 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) - 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.
- 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 - 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.
- SplitKeys - Class in net.i2p.router.crypto.ratchet
-
Standard Noise split().
- SplitKeys(HandshakeState, HKDF) - Constructor for class net.i2p.router.crypto.ratchet.SplitKeys
- 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
- 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
- srcName - Variable in class org.rrd4j.graph.SourcedPlotElement
- SRV - Class in org.minidns.record
-
SRV record payload (service pointer).
- SRV - org.minidns.record.Record.TYPE
- SRV(int, int, int, String) - Constructor for class org.minidns.record.SRV
- SRV(int, int, int, DnsName) - Constructor for class org.minidns.record.SRV
- SRV_QUEUE - Static variable in class edu.internet2.ndt.MessageType
- SRV_QUEUE_HEARTBEAT - Static variable in class edu.internet2.ndt.NDTConstants
- SRV_QUEUE_SERVER_BUSY - Static variable in class edu.internet2.ndt.NDTConstants
- SRV_QUEUE_SERVER_BUSY_60s - Static variable in class edu.internet2.ndt.NDTConstants
- SRV_QUEUE_SERVER_FAULT - Static variable in class edu.internet2.ndt.NDTConstants
- SRV_QUEUE_TEST_STARTS_NOW - Static variable in class edu.internet2.ndt.NDTConstants
- ss - Variable in class net.i2p.i2ptunnel.I2PTunnelClientBase
- ss - Variable in class net.metanotion.util.skiplist.SkipIterator
- SS - Static variable in class com.southernstorm.noise.protocol.Pattern
- SSDP - Class in org.cybergarage.upnp.ssdp
-
This class defines constant value related to SSDP.
All the values defined here are complaint to the UPnP Standard - SSDP() - Constructor for class org.cybergarage.upnp.ssdp.SSDP
- SSDPNotifyRequest - Class in org.cybergarage.upnp.ssdp
- 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
- SSDPNotifySocketList - Class in org.cybergarage.upnp.ssdp
- SSDPNotifySocketList() - Constructor for class org.cybergarage.upnp.ssdp.SSDPNotifySocketList
- SSDPNotifySocketList(InetAddress[]) - Constructor for class org.cybergarage.upnp.ssdp.SSDPNotifySocketList
- SSDPPacket - Class in org.cybergarage.upnp.ssdp
- SSDPPacket(byte[], int) - Constructor for class org.cybergarage.upnp.ssdp.SSDPPacket
- SSDPRequest - Class in org.cybergarage.upnp.ssdp
- SSDPRequest() - Constructor for class org.cybergarage.upnp.ssdp.SSDPRequest
- SSDPRequest(InputStream) - Constructor for class org.cybergarage.upnp.ssdp.SSDPRequest
- SSDPResponse - Class in org.cybergarage.upnp.ssdp
- SSDPResponse() - Constructor for class org.cybergarage.upnp.ssdp.SSDPResponse
- SSDPResponse(InputStream) - Constructor for class org.cybergarage.upnp.ssdp.SSDPResponse
- SSDPSearchRequest - Class in org.cybergarage.upnp.ssdp
- SSDPSearchRequest() - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchRequest
- SSDPSearchRequest(String) - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchRequest
- SSDPSearchRequest(String, int) - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchRequest
- SSDPSearchResponse - Class in org.cybergarage.upnp.ssdp
- SSDPSearchResponse() - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchResponse
- SSDPSearchResponseSocket - Class in org.cybergarage.upnp.ssdp
- SSDPSearchResponseSocket() - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket
- SSDPSearchResponseSocket(String, int) - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket
- SSDPSearchResponseSocketList - Class in org.cybergarage.upnp.ssdp
- SSDPSearchResponseSocketList() - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList
- SSDPSearchResponseSocketList(InetAddress[]) - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList
- SSDPSearchSocket - Class in org.cybergarage.upnp.ssdp
- 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
- SSDPSearchSocketList() - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchSocketList
- SSDPSearchSocketList(InetAddress[]) - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchSocketList
- SSDPSearchSocketList(InetAddress[], int, String, String) - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchSocketList
- sSessionsHash - Static variable in class net.i2p.sam.SAMv3Handler
- SSHFP - org.minidns.record.Record.TYPE
- ssl - Variable in class net.i2p.router.news.NewsMetadata.Update
- 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
-
Utilities for I2PTunnel client SSL server sockets.
- 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, long, SSLEepGet.SSLState) - Constructor for class net.i2p.util.SSLEepGet
- SSLEepGet(I2PAppContext, OutputStream, String, 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.jsp
- 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
- SSLSocketChannel - Class in net.i2p.sam
-
Simple wrapper for a SSLSocket.
- SSLSocketChannel(SSLSocket) - Constructor for class net.i2p.sam.SSLSocketChannel
- SSLUtil - Class in net.i2p.sam.client
-
Utilities for SAM SSL server sockets.
- SSLUtil - Class in net.i2p.sam
-
Utilities for SAM SSL server sockets.
- SSLUtil() - Constructor for class net.i2p.sam.client.SSLUtil
- SSLUtil() - Constructor for class net.i2p.sam.SSLUtil
- SsthreshComparator() - Constructor for class net.i2p.router.web.helpers.UDPSorters.SsthreshComparator
- SSU_IPV6_CONFIG - Static variable in class net.i2p.router.transport.TransportUtil
- SSUHMACGenerator - Class in net.i2p.router.transport.udp
-
Calculate the HMAC-MD5-128 of a key+message.
- SSUHMACGenerator() - Constructor for class net.i2p.router.transport.udp.SSUHMACGenerator
- ST - Class in org.cybergarage.upnp.device
- ST - Static variable in class org.cybergarage.http.HTTP
- ST() - Constructor for class org.cybergarage.upnp.device.ST
- stack - Variable in class net.metanotion.util.skiplist.SkipList
- 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
- Stack(SourcedPlotElement, String, Paint) - Constructor for class org.rrd4j.graph.Stack
- stackValues(DataProcessor) - Method in class org.rrd4j.graph.SourcedPlotElement
- 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
- STANDBY - Static variable in class net.i2p.i2ptunnel.ui.GeneralHelper
- STANDBY - Static variable in class net.i2p.i2ptunnel.web.IndexBean
- start - Variable in class org.rrd4j.graph.HSpan
- start - Variable in class org.rrd4j.graph.ImageParameters
- start - Variable in class org.rrd4j.graph.VSpan
- 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() - 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
- start() - Method in class net.i2p.i2ptunnel.ConnThrottler
- start() - Method in class net.i2p.i2ptunnel.socks.MultiSink
- start() - Method in class net.i2p.i2ptunnel.socks.ReplyTracker
- start() - Method in class net.i2p.i2ptunnel.socks.SOCKSUDPPort
- start() - Method in class net.i2p.i2ptunnel.socks.SOCKSUDPUnwrapper
- start() - Method in class net.i2p.i2ptunnel.socks.SOCKSUDPWrapper
- start() - Method in class net.i2p.i2ptunnel.streamr.MultiSource
- start() - Method in class net.i2p.i2ptunnel.streamr.Pinger
- start() - Method in class net.i2p.i2ptunnel.udp.I2PSource
- start() - Method in interface net.i2p.i2ptunnel.udp.Source
- start() - Method in interface net.i2p.i2ptunnel.udp.Stream
- start() - Method in class net.i2p.i2ptunnel.udp.UDPSource
- start() - Method in class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPClientBase
-
start the source
- start() - Method in class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPServerBase
-
start the source
- start() - Method in class net.i2p.router.client.ClientManager
- start() - Method in class net.i2p.router.JobTiming
-
Notify the timing that the job began
- start() - Method in class net.i2p.router.RouterClock
-
Cannot be stopped, but RouterTimestamper registers a shutdown task.
- start() - Method in class net.i2p.router.transport.ntcp.NTCPSendFinisher
- 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 interface net.i2p.sam.SAMMessageSess
-
Start a SAM message-based session.
- start() - Method in class net.i2p.sam.SAMMessageSession
- start() - Method in class net.i2p.sam.SAMStreamSession
- start() - Method in class net.i2p.sam.SAMv3DatagramServer
-
Only call once.
- start() - Method in interface net.i2p.update.UpdateManager
- 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
- start() - Method in class org.cybergarage.http.HTTPServerList
- start() - Method in class org.cybergarage.upnp.ControlPoint
- start() - Method in class org.cybergarage.upnp.Device
- start() - Method in class org.cybergarage.upnp.ssdp.SSDPNotifySocket
- start() - Method in class org.cybergarage.upnp.ssdp.SSDPNotifySocketList
- start() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket
- start() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList
- start() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocket
- start() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocketList
- start() - Method in class org.cybergarage.util.ThreadCore
- start() - Method in class org.klomp.snark.dht.DHTNodes
- start() - Method in class org.klomp.snark.dht.DHTTracker
- start() - Method in class org.klomp.snark.dht.KRPC
-
Loads the DHT from file.
- 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
- start() - Method in class org.klomp.snark.TrackerClient
- start() - Method in class org.klomp.snark.UpdateRunner
- start(String) - Method in class org.cybergarage.upnp.ControlPoint
- start(String, int) - Method in class org.cybergarage.upnp.ControlPoint
- START - Static variable in class org.rrd4j.core.timespec.TimeToken
-
Constant
START=10
- START_FAILED - net.i2p.app.ClientAppState
- 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
- startAllControllers() - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
-
Start all tunnels.
- startAllTorrents() - Method in class org.klomp.snark.SnarkManager
-
If not connected, thread it, otherwise inline
- 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() - Method in class org.klomp.snark.TrackerClient
- STARTED - Static variable in class net.i2p.router.util.EventLog
- StartExplorersJob - Class in net.i2p.router.networkdb.kademlia
-
Fire off search jobs for random keys from the explore pool, up to MAX_PER_RUN at a time.
- StartExplorersJob(RouterContext, KademliaNetworkDatabaseFacade) - Constructor for class net.i2p.router.networkdb.kademlia.StartExplorersJob
- 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 an handling thread.
- STARTING - net.i2p.app.ClientAppState
- STARTING - Static variable in class net.i2p.i2ptunnel.ui.GeneralHelper
- STARTING - Static variable in class net.i2p.i2ptunnel.web.IndexBean
- 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
-
Called by TransportManager.
- startListening() - Method in interface net.i2p.router.transport.Transport
- startListening() - Method in class net.i2p.router.transport.TransportManager
- startListening() - Method in class net.i2p.router.transport.udp.UDPTransport
- startListening() - Method in class net.i2p.router.web.SummaryListener
- 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 com.mpatric.mp3agic.ID3v2ChapterFrameData
- startOffset - Variable in class org.rrd4j.core.jrrd.DataChunk
-
Row number offset relative to current row.
- 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
- 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.sam.client.SAMReader
- startReading(int) - Method in class net.i2p.router.transport.ntcp.Reader
- 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
- startRunning() - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClient
-
Actually start working on incoming connections.
- startRunning() - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPServer
- startRunning() - Method in class net.i2p.i2ptunnel.I2PTunnelIRCClient
- startRunning() - Method in class net.i2p.i2ptunnel.I2PTunnelServer
-
Start running the I2PTunnelServer.
- startRunning() - Method in class net.i2p.i2ptunnel.socks.SOCKSUDPTunnel
- startRunning() - Method in class net.i2p.i2ptunnel.streamr.StreamrConsumer
- startRunning() - Method in class net.i2p.i2ptunnel.streamr.StreamrProducer
- startRunning() - Method in class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPClientBase
-
Actually start working on outgoing connections.
- startRunning() - Method in class net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPServerBase
-
Classes should override to start UDP side as well.
- 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
- startTag(String) - Method in class org.rrd4j.core.XmlWriter
-
Opens XML tag
- startTesting(PeerManager) - Method in class net.i2p.router.peermanager.PeerTestJob
- startTime - Variable in class com.mpatric.mp3agic.ID3v2ChapterFrameData
- startTime - Variable in class org.rrd4j.graph.RrdGraphDef
- startTimestamper() - Method in class net.i2p.router.time.RouterTimestamper
- startTorrent() - Method in class org.klomp.snark.Snark
-
Start up contacting peers and querying the tracker.
- startTorrent() - Method in class org.klomp.snark.web.FetchAndAdd
- 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
- 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
- startup() - Method in class gnu.crypto.prng.AsyncFortunaStandalone
- 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.BOB.BOB
-
Deprecated.
- startup() - Method in class net.i2p.desktopgui.Main
- startup() - Method in class net.i2p.i2pcontrol.I2PControlController
- startup() - Method in class net.i2p.i2pcontrol.SocketController
- 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.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() - 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() - 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
- startup() - Method in class net.i2p.router.InNetMessagePool
-
does nothing since we aren't threaded
- startup() - Method in class net.i2p.router.JobQueue
-
Start the pumper.
- startup() - Method in class net.i2p.router.KeyManager
-
Deprecated.we never read keys in anymore
- startup() - Method in class net.i2p.router.MessageValidator
- startup() - Method in class net.i2p.router.networkdb.kademlia.BlindCache
- startup() - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
- startup() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
- startup() - Method in class net.i2p.router.news.NewsManager
-
ClientApp interface
- startup() - Method in class net.i2p.router.peermanager.PeerManagerFacadeImpl
- 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
-
ClientApp interface
- startup() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
- startup() - Method in class net.i2p.router.transport.udp.ACKSender
- startup() - Method in class net.i2p.router.transport.udp.EstablishmentManager
- startup() - Method in class net.i2p.router.transport.udp.InboundMessageFragments
- startup() - Method in class net.i2p.router.transport.udp.MessageReceiver
- startup() - Method in class net.i2p.router.transport.udp.OutboundMessageFragments
- startup() - Method in class net.i2p.router.transport.udp.OutboundRefiller
- startup() - Method in class net.i2p.router.transport.udp.PacketHandler
- startup() - Method in class net.i2p.router.transport.udp.PacketPusher
- 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
-
Cannot be restarted (socket is final)
- 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
- startup() - Method in class net.i2p.router.tunnel.TunnelDispatcher
-
startup
- startup() - Method in class net.i2p.router.update.ConsoleUpdateManager
-
ClientApp interface
- startup() - Method in class net.i2p.router.web.RouterConsoleRunner
- startup() - Method in class net.i2p.router.web.StatSummarizer
-
Does nothing, we aren't tracked
- startup() - Method in class net.i2p.sam.SAMBridge
- startup() - Method in class org.klomp.snark.PeerConnectionOut
- startup() - Method in class org.klomp.snark.SnarkManager
-
ClientApp method.
- startup(String, boolean, int, String, String, String) - Method in class net.i2p.sam.client.SAMStreamSend
- startup(String, boolean, int, String, String, String) - Method in class net.i2p.sam.client.SAMStreamSink
- 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
- 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.
- startWriting() - Method in class net.i2p.client.impl.ClientWriterRunner
- startWriting(int) - Method in class net.i2p.router.transport.ntcp.Writer
- state - Variable in class net.i2p.router.transport.udp.PacketBuilder.Fragment
- 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
- StateVariable - Class in org.cybergarage.upnp
- StateVariable() - Constructor for class org.cybergarage.upnp.StateVariable
- StateVariable(Node, Node) - Constructor for class org.cybergarage.upnp.StateVariable
- StateVariableData - Class in org.cybergarage.upnp.xml
- StateVariableData() - Constructor for class org.cybergarage.upnp.xml.StateVariableData
- StatHelper - Class in net.i2p.router.web.helpers
-
Dump the peer profile data if given a full B64 peer string or prefix.
- StatHelper() - Constructor for class net.i2p.router.web.helpers.StatHelper
- 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
-
Publishes some statistics about the router in the netDB.
- StatisticsManager(RouterContext) - Constructor for class net.i2p.router.StatisticsManager
- StatLog - Interface in net.i2p.stat
-
Component to be notified when a particular event occurs
- 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
-
The stat manager should only be constructed and accessed through the application context.
- 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
- StatSummarizer - 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.
- StatSummarizer(RouterContext) - Constructor for class net.i2p.router.web.StatSummarizer
- status - Variable in class org.freenetproject.ForwardPortStatus
- status() - Method in class net.i2p.router.web.NewsHelper
- status(RouterContext) - Static method in class net.i2p.router.web.NewsHelper
- STATUS - org.minidns.dnsmessage.DnsMessage.OPCODE
- 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_DESTROYED - Static variable in class net.i2p.data.i2cp.SessionStatusMessage
- 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_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_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
- 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_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_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
- StatusPanel - Class in edu.internet2.ndt
-
Class that displays status of tests being run.
- StatusPanel(int, String) - Constructor for class edu.internet2.ndt.StatusPanel
-
private JLabel _labelTestNum = new JLabel(); private JButton _buttonStop; private JProgressBar _progressBarObj = new JProgressBar();
- 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 org.rrd4j.data.Normalizer
- step - Variable in class org.rrd4j.graph.RrdGraphDef
- steps - Variable in class org.rrd4j.core.Archive
- stillRunning - Variable in class net.i2p.sam.SAMStreamSession.SAMStreamSessionSocketReader
- stop() - Method in class net.i2p.addressbook.Daemon
- stop() - Static method in class net.i2p.BOB.BOB
-
Deprecated.unused
- 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
- stop() - Method in class net.i2p.i2ptunnel.ConnThrottler
- stop() - Method in class net.i2p.i2ptunnel.irc.I2PTunnelDCCClient
-
Stop listening for new sockets.
- stop() - Method in class net.i2p.i2ptunnel.socks.SOCKSUDPPort
- stop() - Method in class net.i2p.i2ptunnel.streamr.MultiSource
- stop() - Method in class net.i2p.i2ptunnel.streamr.Pinger
- stop() - Method in interface net.i2p.i2ptunnel.udp.Stream
- stop() - Method in class net.i2p.i2ptunnel.udp.UDPSink
- stop() - Method in class net.i2p.i2ptunnel.udp.UDPSource
- stop() - Method in interface net.i2p.router.networkdb.kademlia.DataStore
- stop() - Method in class net.i2p.router.networkdb.kademlia.PersistentDataStore
- stop() - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
- stop() - Method in class net.i2p.router.transport.ntcp.NTCPSendFinisher
- stop() - Method in class net.i2p.router.transport.UPnPManager
-
Blocking, may take a while, up to 20 seconds
- stop() - Method in class net.i2p.util.SimpleScheduler
-
Deprecated.Stops the SimpleScheduler.
- stop() - Method in class net.i2p.util.SimpleTimer2
-
Stops the SimpleTimer.
- stop() - Method in class org.cybergarage.http.HTTPServer
- stop() - Method in class org.cybergarage.http.HTTPServerList
- stop() - Method in class org.cybergarage.upnp.ControlPoint
- stop() - Method in class org.cybergarage.upnp.Device
- stop() - Method in class org.cybergarage.upnp.ssdp.SSDPNotifySocket
- stop() - Method in class org.cybergarage.upnp.ssdp.SSDPNotifySocketList
- stop() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket
- stop() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList
- stop() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocket
- stop() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocketList
- stop() - Method in class org.cybergarage.util.ThreadCore
- stop() - Method in interface org.klomp.snark.dht.DHT
-
Stop everything.
- stop() - Method in class org.klomp.snark.dht.DHTNodes
- stop() - Method in class org.klomp.snark.dht.DHTTracker
- stop() - Method in class org.klomp.snark.dht.KRPC
-
Stop everything.
- stop() - Method in class org.klomp.snark.SnarkManager
- stop() - Method in class org.klomp.snark.standalone.RunStandalone
- stopAcceptingClients() - Method in class net.i2p.router.dummy.DummyClientManagerFacade
- 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
-
Pluggable transports.
- stopargs - Variable in class net.i2p.router.startup.ClientAppConfig
- 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
- 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
- stopDatagramReceiving() - Method in class net.i2p.sam.SAMv3DatagramSession
- stopDecaying() - Method in class net.i2p.router.util.DecayingBloomFilter
- 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
- 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
- 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, unregister with the bridge.
- stopListening() - Method in class net.i2p.router.client.ClientListenerRunner
- 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
- stopListening() - Method in class net.i2p.router.transport.TransportManager
-
Can be restarted.
- stopListening() - Method in class net.i2p.router.transport.udp.UDPTransport
- stopListening() - Method in class net.i2p.router.web.SummaryListener
- stopLock - Variable in class net.i2p.sam.SAMHandler
- 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
- stopNotifying() - Method in class net.i2p.client.impl.I2PSessionMuxedImpl.MuxedAvailabilityNotifier
- STOPPED - net.i2p.app.ClientAppState
-
stopped normally
- STOPPED - Static variable in class net.i2p.router.util.EventLog
- STOPPING - net.i2p.app.ClientAppState
- 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() - Method in class net.i2p.router.tunnel.TunnelGatewayPumper
- 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
- stopRawReceiving() - Method in class net.i2p.sam.SAMv3RawSession
- stopReading() - Method in class net.i2p.data.i2cp.I2CPMessageReader
-
Cancel reading.
- stopReading() - Method in class net.i2p.router.transport.ntcp.Reader
- stopReading() - Method in class net.i2p.sam.client.SAMReader
- stopRunning() - Method in class net.i2p.i2ptunnel.InternalSocketRunner
- 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
- 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
- stopTesting() - Method in class net.i2p.router.peermanager.PeerTestJob
- stopTimedEvents() - Method in class net.i2p.i2pcontrol.security.SecurityManager
- stopTorrent() - Method in class org.klomp.snark.Snark
-
Stop contacting the tracker and talking with peers
- stopTorrent() - Method in class org.klomp.snark.web.FetchAndAdd
- 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.
- 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 - dont even try to send what we have
- stopWriting() - Method in class net.i2p.router.client.ClientWriterRunner
-
No more messages - dont even try to send what we have
- stopWriting() - Method in class net.i2p.router.transport.ntcp.Writer
- stopWriting() - Method in class net.i2p.util.LogWriter
- storage - Variable in class org.klomp.snark.PeerCoordinator
-
External use by PeerMonitorTask only.
- Storage - Class in org.klomp.snark
-
Maintains pieces on disk.
- Storage(I2PSnarkUtil, File, String, List<List<String>>, String, boolean, List<String>, String, StorageListener) - 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, StorageListener) - Constructor for class org.klomp.snark.Storage
-
Creates a storage from the existing file or directory.
- Storage(I2PSnarkUtil, File, MetaInfo, StorageListener, boolean) - Constructor for class org.klomp.snark.Storage
-
Creates a new storage based on the supplied MetaInfo.
- storageAllChecked(Storage) - Method in class org.klomp.snark.Snark
- 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
- 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(Storage) - Method in class org.klomp.snark.Snark
- 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
-
does nothing
- 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 used when Storage changes.
- 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(long, Map<Hash, Points>) - Method in class net.i2p.router.sybil.PersistSybil
-
Store each entry.
- store(OutputStream) - Method in class net.i2p.router.peermanager.DBHistory
-
write out the data from the profile to the stream includes comments
- store(OutputStream) - Method in class net.i2p.router.peermanager.TunnelHistory
- store(OutputStream, boolean) - Method in class net.i2p.router.peermanager.DBHistory
-
write out the data from the profile to the stream
- store(OutputStream, boolean) - Method in class net.i2p.router.peermanager.TunnelHistory
-
write out the data from the profile to the stream
- store(OutputStream, String) - Method in class net.i2p.stat.FrequencyStat
-
Serializes this FrequencyStat to the provided OutputStream
- store(OutputStream, String) - Method in class net.i2p.stat.RateStat
-
Includes comment lines
- store(OutputStream, String) - Method in class net.i2p.stat.StatManager
-
Serializes all Frequencies and Rates to the provided OutputStream
- store(OutputStream, String, boolean) - Method in class net.i2p.stat.RateStat
- store(StringBuilder) - Method in class net.i2p.stat.Frequency
-
Appends the data of this frequency to the specified StringBuilder
- store(String, StringBuilder) - Method in class net.i2p.stat.Rate
-
Includes comment lines
- store(String, StringBuilder, boolean) - Method in class net.i2p.stat.Rate
- store(Hash, DatabaseEntry) - Method in class net.i2p.router.NetworkDatabaseFacade
- store(Hash, LeaseSet) - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
- store(Hash, LeaseSet) - Method in class net.i2p.router.NetworkDatabaseFacade
- store(Hash, LeaseSet) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
-
Store the leaseSet.
- store(Hash, RouterInfo) - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
- store(Hash, RouterInfo) - Method in class net.i2p.router.NetworkDatabaseFacade
- 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(Sample) - Method in class org.rrd4j.core.RrdDb
- 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
-
Stores through this always request a reply.
- 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
- StoreMessageSelector - Class in net.i2p.router.networkdb.kademlia
-
Check to see the message is a reply from the peer regarding the current store
- StoreMessageSelector(RouterContext, long, RouterInfo, long, long) - Constructor for class net.i2p.router.networkdb.kademlia.StoreMessageSelector
- 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.SummaryHelper
- storeNonces(String, String) - Method in class net.i2p.router.web.FormHandler
-
The old nonces from the session
- 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.
- storeProfile(Hash) - Method in class net.i2p.router.peermanager.PeerManager
- storeProfiles() - Method in class net.i2p.router.peermanager.PeerManager
- 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.
- StoreState - Class in net.i2p.router.networkdb.kademlia
-
Tracks the state of a StoreJob
- StoreState(RouterContext, Hash, DatabaseEntry) - Constructor for class net.i2p.router.networkdb.kademlia.StoreState
- StoreState(RouterContext, Hash, DatabaseEntry, Set<Hash>) - Constructor for class net.i2p.router.networkdb.kademlia.StoreState
- 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
- storeWriter(Writer) - Method in class net.i2p.router.web.FormHandler
- storeWriter(Writer) - Method in class net.i2p.router.web.HelperBase
-
Renamed from setWriter, we realy don't want setFoo(non-String) Prevent jsp.error.beans.property.conversion 500 error for ?writer=foo
- STR_CRIT - Static variable in class net.i2p.util.Log
- STR_DEBUG - Static variable in class net.i2p.util.Log
- STR_ERROR - Static variable in class net.i2p.util.Log
- STR_INFO - Static variable in class net.i2p.util.Log
- STR_WARN - Static variable in class net.i2p.util.Log
- 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 - Variable in class org.rrd4j.graph.RrdGraphInfo
- Stream - Interface in net.i2p.i2ptunnel.udp
- STREAM_CLOSED_CANT_REACH_PEER - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
- STREAM_CLOSED_I2P_ERROR - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
- STREAM_CLOSED_OK - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
- STREAM_CLOSED_PEER_NOT_FOUND - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
- STREAM_CLOSED_TIMEOUT - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
- 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_I2P_ERROR - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
- STREAM_STATUS_INVALID_KEY - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
- STREAM_STATUS_OK - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
- STREAM_STATUS_TIMEOUT - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
- 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
- streamConnectedReceived(String, String) - Method in class net.i2p.sam.client.SAMClientEventListenerImpl
- streamConnectedReceived(String, String) - Method in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
- 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
- streamErrorOccurred(IOException) - Method in class net.i2p.client.streaming.impl.MessageInputStream
-
Stream b0rked, die with the given error
- streamErrorOccurred(IOException) - Method in class net.i2p.client.streaming.impl.MessageOutputStream
- StreamrConsumer - Class in net.i2p.i2ptunnel.streamr
-
Compared to a standard I2PTunnel, this acts like a client on the I2P side (no privkey file) but a server on the UDP side (sends to a configured host/port)
- StreamrConsumer(InetAddress, int, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.streamr.StreamrConsumer
- StreamrProducer - Class in net.i2p.i2ptunnel.streamr
-
Compared to a standard I2PTunnel, this acts like a server on the I2P side (persistent privkey file) but a client on the UDP side (receives on a configured port)
- StreamrProducer(int, File, String, Logging, EventDispatcher, I2PTunnel) - Constructor for class net.i2p.i2ptunnel.streamr.StreamrProducer
- 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
- StreamSender(I2PSocket, int) - Constructor for class net.i2p.sam.SAMStreamSession.StreamSender
- streamSession - Variable in class net.i2p.sam.SAMv1Handler
- 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(String, String, String) - Method in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
- StrictCountries - Class in net.i2p.router.transport
-
Maintain a list of countries that may have tight restrictions on applications like ours.
- StrictCountries() - Constructor for class net.i2p.router.transport.StrictCountries
- STRING_BEGIN - Static variable in class org.json.simple.Yylex
- STRING_LENGTH - Static variable in class org.rrd4j.core.RrdPrimitive
- StringBuilderWriter - Class in i2p.susi.util
-
StringBuilder version of StringWriter
- StringBuilderWriter() - Constructor for class i2p.susi.util.StringBuilderWriter
- StringBuilderWriter(int) - Constructor for class i2p.susi.util.StringBuilderWriter
- StringBytes - Class in net.metanotion.io.data
- StringBytes() - Constructor for class net.metanotion.io.data.StringBytes
- StringFormatter() - Constructor for class net.i2p.router.web.CSSHelper.StringFormatter
- stringIntoByteBuffer(String, int, int, byte[], int) - Static method in class com.mpatric.mp3agic.BufferTools
- stringIntoByteBuffer(String, int, int, byte[], int, String) - Static method in class com.mpatric.mp3agic.BufferTools
- StringSelection - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
- StringSelection(String) - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.StringSelection
- stringToByteBuffer(String, int, int) - Static method in class com.mpatric.mp3agic.BufferTools
- stringToByteBuffer(String, int, int, String) - Static method in class com.mpatric.mp3agic.BufferTools
- stringToByteBufferIgnoringEncodingIssues(String, int, int) - Static method in class com.mpatric.mp3agic.BufferTools
- StringUtil - Class in org.cybergarage.util
- 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
- stroke - Variable in class org.rrd4j.graph.Line
- stroke - Variable in class org.rrd4j.graph.Rule
- STRUCTURED_APPEND - com.google.zxing.qrcode.decoder.Mode
- style - Variable in class net.i2p.router.transport.TransportManager.Port
- STYLE - Static variable in class net.i2p.router.transport.ntcp.NTCPTransport
- STYLE - Static variable in class net.i2p.router.transport.udp.UDPTransport
- STYLE2 - Static variable in class net.i2p.router.transport.ntcp.NTCPTransport
- StyledDocument - Class in com.vuze.plugins.mlab.tools.ndt.swingemu
- StyledDocument() - Constructor for class com.vuze.plugins.mlab.tools.ndt.swingemu.StyledDocument
- SU3_UPDATE_URLS - Static variable in class net.i2p.router.web.ConfigUpdateHandler
-
Empty string if disabled.
- SU3File - Class in net.i2p.crypto
-
Succesor to the ".sud" format used in TrustedUpdate.
- SU3File(File) - Constructor for class net.i2p.crypto.SU3File
- SU3File(String) - 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).
- subframes - Variable in class com.mpatric.mp3agic.ID3v2ChapterFrameData
- subframes - Variable in class com.mpatric.mp3agic.ID3v2ChapterTOCFrameData
- subject - Variable in class i2p.susi.webmail.Mail
- subjectPublicKeyInfo - org.minidns.record.TLSA.Selector
- SubjectSorter(MailCache) - Constructor for class i2p.susi.webmail.Sorters.SubjectSorter
- subscribe(Service) - Method in class org.cybergarage.upnp.ControlPoint
- subscribe(Service, long) - Method in class org.cybergarage.upnp.ControlPoint
- subscribe(Service, String) - Method in class org.cybergarage.upnp.ControlPoint
- subscribe(Service, String, long) - Method in class org.cybergarage.upnp.ControlPoint
- SUBSCRIBE - Static variable in class org.cybergarage.http.HTTP
- SUBSCRIBE_METHOD - Static variable in class org.cybergarage.upnp.event.Subscription
- Subscriber - Class in net.i2p.i2ptunnel.streamr
-
server-mode
- Subscriber - Class in org.cybergarage.upnp.event
- Subscriber() - Constructor for class org.cybergarage.upnp.event.Subscriber
- Subscriber(MultiSource) - Constructor for class net.i2p.i2ptunnel.streamr.Subscriber
- SubscriberList - Class in org.cybergarage.upnp.event
- SubscriberList() - Constructor for class org.cybergarage.upnp.event.SubscriberList
- Subscription - Class in net.i2p.addressbook
-
A subscription to a remote address book.
- Subscription - Class in org.cybergarage.upnp.event
- Subscription() - Constructor for class org.cybergarage.upnp.event.Subscription
- 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.
- 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 Subscriprions 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
- SubscriptionRequest() - Constructor for class org.cybergarage.upnp.event.SubscriptionRequest
- SubscriptionRequest(HTTPRequest) - Constructor for class org.cybergarage.upnp.event.SubscriptionRequest
- SubscriptionResponse - Class in org.cybergarage.upnp.event
- SubscriptionResponse() - Constructor for class org.cybergarage.upnp.event.SubscriptionResponse
- SubscriptionResponse(HTTPResponse) - Constructor for class org.cybergarage.upnp.event.SubscriptionResponse
- SubscriptionsBean - Class in i2p.susi.dns
- SubscriptionsBean() - Constructor for class i2p.susi.dns.SubscriptionsBean
- subSequence(int, int) - Method in class org.minidns.dnslabel.DnsLabel
- subSequence(int, int) - Method in class org.minidns.dnsname.DnsName
- 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
- substitute(String, String, String) - Static method in class com.mpatric.mp3agic.BufferTools
- 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
- subtractOne() - Method in class net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
- subtractOne() - Method in class net.i2p.crypto.eddsa.math.FieldElement
- succeed() - Method in class net.i2p.router.networkdb.kademlia.FloodfillStoreJob
-
Send was totally successful
- succeed() - Method in class net.i2p.router.networkdb.kademlia.StoreJob
-
Send was totally successful
- succeeded(OutboundMessageState) - Method in class net.i2p.router.transport.udp.UDPTransport
- SUCCEEDED - Static variable in class net.i2p.socks.SOCKS4Constants.Reply
- SUCCEEDED - Static variable in class net.i2p.socks.SOCKS5Constants.Reply
- 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
- success() - Method in class net.i2p.router.networkdb.kademlia.SingleSearchJob
- SUCCESS_RESPONSE - Static variable in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
- SUGGEST - Static variable in class org.klomp.snark.Message
- 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
- SummaryBarRenderer - Class in net.i2p.router.web.helpers
-
Refactored from summarynoframe.jsp to save ~100KB
- SummaryBarRenderer(RouterContext, SummaryHelper) - Constructor for class net.i2p.router.web.helpers.SummaryBarRenderer
- SummaryHelper - 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.
- SummaryHelper() - Constructor for class net.i2p.router.web.helpers.SummaryHelper
- SummaryHelper.NetworkState - Enum in net.i2p.router.web.helpers
- SummaryHelper.NetworkStateMessage - Class in net.i2p.router.web.helpers
-
State message to be displayed to the user in the summary bar.
- SummaryListener - 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
- SummaryListener(Rate) - Constructor for class net.i2p.router.web.SummaryListener
- SummaryRenderer - Class in net.i2p.router.web
-
Generate the RRD graph png images, including the combined rate graph.
- SummaryRenderer(I2PAppContext, SummaryListener) - Constructor for class net.i2p.router.web.SummaryRenderer
- SUN - Static variable in class org.rrd4j.core.timespec.TimeToken
-
Constant
SUN=40
- SUNDAY - Static variable in interface org.rrd4j.graph.RrdGraphConstants
-
Constant to represent Sunday
- supdated - Variable in class net.i2p.router.news.BlocklistEntries
- 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
- supportedOptions() - Method in class net.i2p.sam.SSLSocketChannel
- 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
- supportsLS2() - Method in class net.i2p.client.impl.I2PSessionImpl
- supportsRatchetReplies(RouterInfo) - Static method in class net.i2p.data.i2np.DatabaseLookupMessage
-
Does this router support ratchet replies?
- SVC_BOB - Static variable in class net.i2p.util.PortMapper
- SVC_CONSOLE - Static variable in class net.i2p.util.PortMapper
- SVC_EEPSITE - Static variable in class net.i2p.util.PortMapper
- SVC_HTTP_I2PCONTROL - Static variable in class net.i2p.util.PortMapper
- SVC_HTTP_PROXY - Static variable in class net.i2p.util.PortMapper
- SVC_HTTPS_CONSOLE - Static variable in class net.i2p.util.PortMapper
- SVC_HTTPS_EEPSITE - Static variable in class net.i2p.util.PortMapper
- SVC_HTTPS_I2PCONTROL - Static variable in class net.i2p.util.PortMapper
- SVC_HTTPS_PROXY - Static variable in class net.i2p.util.PortMapper
- 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
- 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
- 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
- SVC_SAM - Static variable in class net.i2p.util.PortMapper
- SVC_SAM_SSL - Static variable in class net.i2p.util.PortMapper
- SVC_SAM_UDP - Static variable in class net.i2p.util.PortMapper
- SVC_SMTP - Static variable in class net.i2p.util.PortMapper
- SVC_SOCKS - Static variable in class net.i2p.util.PortMapper
- 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
- swap() - Method in class com.southernstorm.noise.protocol.CipherStatePair
-
Swaps the sender and receiver.
- swin - Variable in class edu.internet2.ndt.Tcpbw100
- SybilRenderer - Class in net.i2p.router.web.helpers
-
For debugging only.
- SybilRenderer(RouterContext) - Constructor for class net.i2p.router.web.helpers.SybilRenderer
- SYMB_CENTER - Static variable in class org.rrd4j.graph.ValueScaler
- symbol - Variable in class org.rrd4j.graph.ImageParameters
- 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(SymmetricState) - Constructor for class com.southernstorm.noise.protocol.SymmetricState
-
Copy constructor for cloning
- SymmetricState(String, String, String) - Constructor for class com.southernstorm.noise.protocol.SymmetricState
-
Constructs a new symmetric state object.
- sync() - Method in class org.rrd4j.core.RrdNioBackend
-
This method forces all data cached in memory but not yet stored in the file, to be stored in it.
- synchroniseAndUnpackFrameData(byte[]) - Method in class com.mpatric.mp3agic.AbstractID3v2FrameData
- synchroniseBuffer(byte[]) - Static method in class com.mpatric.mp3agic.BufferTools
- SyntheticREDQueue - Class in net.i2p.router.transport
-
A "synthetic" queue in that it doesn't actually queue anything.
- SyntheticREDQueue(I2PAppContext, int) - Constructor for class net.i2p.router.transport.SyntheticREDQueue
-
Default thresholds.
- SyntheticREDQueue(I2PAppContext, int, int, int) - Constructor for class net.i2p.router.transport.SyntheticREDQueue
-
Specified queue size thresholds.
- sysfonts - Variable in class net.i2p.router.web.SummaryRenderer
- SYSTEM_FAULT_STR - Static variable in class edu.internet2.ndt.NDTConstants
- SystemVersion - Class in net.i2p.util
-
Methods to find out what system we are running on
- SystemVersion() - Constructor for class net.i2p.util.SystemVersion
All Classes|All Packages