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 _ 

S

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(I2PAppContext, ClientAppManager, String[]) - Constructor for class net.i2p.sam.SAMBridge
For ClientApp interface.
SAMBridge(String, int, boolean, Properties, String, File) - Constructor for class net.i2p.sam.SAMBridge
Build a new SAM bridge.
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(String, Properties, SAMDatagramReceiver) - Constructor for class net.i2p.sam.SAMDatagramSession
Create a new SAM DATAGRAM session.
SAMDatagramSession(InputStream, Properties, SAMDatagramReceiver) - Constructor for class net.i2p.sam.SAMDatagramSession
Create a new SAM DATAGRAM session.
SAMDatagramSession(I2PSession, Properties, int, SAMDatagramReceiver) - Constructor for class net.i2p.sam.SAMDatagramSession
Create a new SAM DATAGRAM session on an existing I2P session.
sameFilePath(String, String) - Static method in class org.jrobin.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(String, Properties) - Constructor for class net.i2p.sam.SAMMessageSession
Initialize a new SAM message-based session.
SAMMessageSession(InputStream, Properties) - Constructor for class net.i2p.sam.SAMMessageSession
Initialize a new SAM message-based session.
SAMMessageSession(I2PSession, int, int) - Constructor for class net.i2p.sam.SAMMessageSession
Initialize a new SAM message-based session using an existing I2PSession.
Sample - Class in org.jrobin.core
Class to represent data source values for the given timestamp.
Sample(RrdDb, long) - Constructor for class org.jrobin.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(String, Properties, SAMRawReceiver) - Constructor for class net.i2p.sam.SAMRawSession
Create a new SAM RAW session.
SAMRawSession(InputStream, Properties, SAMRawReceiver) - Constructor for class net.i2p.sam.SAMRawSession
Create a new SAM RAW session.
SAMRawSession(I2PSession, Properties, int, int, SAMRawReceiver) - Constructor for class net.i2p.sam.SAMRawSession
Create a new SAM RAW session on an existing I2P session.
SAMReader - Class in net.i2p.sam.client
Read from a socket, producing events for any SAM message read
SAMReader(I2PAppContext, InputStream, SAMReader.SAMClientEventListener) - Constructor for class net.i2p.sam.client.SAMReader
 
SAMReader.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(String, String, Properties, SAMStreamReceiver) - Constructor for class net.i2p.sam.SAMStreamSession
Create a new SAM STREAM session.
SAMStreamSession(InputStream, String, Properties, SAMStreamReceiver) - Constructor for class net.i2p.sam.SAMStreamSession
Create a new SAM STREAM session.
SAMStreamSession(I2PSocketManager, Properties, SAMStreamReceiver, int) - Constructor for class net.i2p.sam.SAMStreamSession
Create a new SAM STREAM session on an existing socket manager.
SAMStreamSession.DisconnectListener - Class in net.i2p.sam
 
SAMStreamSession.DisconnectListener() - Constructor for class net.i2p.sam.SAMStreamSession.DisconnectListener
 
SAMStreamSession.SAMStreamSessionServer - Class in net.i2p.sam
SAM STREAM session server, running in its own thread.
SAMStreamSession.SAMStreamSessionServer() - Constructor for class net.i2p.sam.SAMStreamSession.SAMStreamSessionServer
Create a new SAM STREAM session server
SAMStreamSession.SAMStreamSessionSocketReader - Class in net.i2p.sam
SAM STREAM socket reader, running in its own thread.
SAMStreamSession.SAMStreamSessionSocketReader(I2PSocket, int) - Constructor for class net.i2p.sam.SAMStreamSession.SAMStreamSessionSocketReader
Create a new SAM STREAM session socket reader
SAMStreamSession.SAMv1StreamSessionSocketReader - Class in net.i2p.sam
 
SAMStreamSession.SAMv1StreamSessionSocketReader(I2PSocket, int) - Constructor for class net.i2p.sam.SAMStreamSession.SAMv1StreamSessionSocketReader
Create a new SAM STREAM session socket reader
SAMStreamSession.StreamSender - Class in net.i2p.sam
Lets us push data through the stream without blocking, (even after exceeding the I2PSocket's buffer)
SAMStreamSession.StreamSender(I2PSocket, int) - Constructor for class net.i2p.sam.SAMStreamSession.StreamSender
 
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, SAMBridge) - Constructor for class net.i2p.sam.SAMv1Handler
Create a new SAM version 1 handler.
SAMv1Handler(SocketChannel, int, int, Properties, SAMBridge) - Constructor for class net.i2p.sam.SAMv1Handler
Create a new SAM version 1 handler.
SAMv2Handler - Class in net.i2p.sam
Class able to handle a SAM version 2 client connection.
SAMv2Handler(SocketChannel, int, int, SAMBridge) - Constructor for class net.i2p.sam.SAMv2Handler
Create a new SAM version 2 handler.
SAMv2Handler(SocketChannel, int, int, Properties, SAMBridge) - Constructor for class net.i2p.sam.SAMv2Handler
Create a new SAM version 2 handler.
SAMv2StreamSession - Class in net.i2p.sam
SAMv2 STREAM session class.
SAMv2StreamSession(String, String, Properties, SAMStreamReceiver) - Constructor for class net.i2p.sam.SAMv2StreamSession
Create a new SAM STREAM session.
SAMv2StreamSession(InputStream, String, Properties, SAMStreamReceiver) - Constructor for class net.i2p.sam.SAMv2StreamSession
Create a new SAM STREAM session.
SAMv2StreamSession.SAMv2StreamSessionSocketReader - Class in net.i2p.sam
SAM STREAM socket reader, running in its own thread.
SAMv2StreamSession.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, SAMv3DatagramServer) - Constructor for class net.i2p.sam.SAMv3DatagramSession
build a DatagramSession according to informations registered with the given nickname Caller MUST call start().
SAMv3DatagramSession(String, Properties, SAMv3Handler, I2PSession, int, SAMv3DatagramServer) - Constructor for class net.i2p.sam.SAMv3DatagramSession
Build a Datagram Session on an existing i2p session registered with the given nickname Caller MUST call start().
SAMv3Handler - Class in net.i2p.sam
Class able to handle a SAM version 3 client connection.
SAMv3Handler(SocketChannel, int, int, SAMBridge) - Constructor for class net.i2p.sam.SAMv3Handler
Create a new SAM version 3 handler.
SAMv3Handler(SocketChannel, int, int, Properties, SAMBridge) - Constructor for class net.i2p.sam.SAMv3Handler
Create a new SAM version 3 handler.
SAMv3RawSession - Class in net.i2p.sam
 
SAMv3RawSession(String, SAMv3DatagramServer) - Constructor for class net.i2p.sam.SAMv3RawSession
Build a Raw Datagram Session according to information registered with the given nickname Caller MUST call start().
SAMv3RawSession(String, Properties, SAMv3Handler, I2PSession, int, int, SAMv3DatagramServer) - Constructor for class net.i2p.sam.SAMv3RawSession
Build a Raw Session on an existing i2p session registered with the given nickname Caller MUST call start().
SAMv3StreamSession - Class in net.i2p.sam
SAMv3 STREAM session class.
SAMv3StreamSession(String) - Constructor for class net.i2p.sam.SAMv3StreamSession
Create a new SAM STREAM session, according to information registered with the given nickname Caller MUST call start().
SAMv3StreamSession(String, Properties, SAMv3Handler, I2PSocketManager, int) - Constructor for class net.i2p.sam.SAMv3StreamSession
Build a Stream Session on an existing I2P session registered with the given nickname Caller MUST call start().
SAT - Static variable in class org.jrobin.core.timespec.TimeToken
 
satisfiableRanges(Enumeration<?>, long) - Static method in class org.klomp.snark.web.InclusiveByteRange
 
SATURDAY - Static variable in interface org.jrobin.graph.RrdGraphConstants
Constant to represent Saturday
save(String, String, String) - Method in class net.i2p.router.util.RouterPasswordManager
Same as saveHash()
saveApps(RouterContext, String, Collection<HomeHelper.App>, boolean) - Static method in class net.i2p.router.web.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
Save the configuration of all known tunnels to the default config file
saveConfig(String) - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
Save the configuration of all known tunnels to the given file
saveConfig(I2PAppContext, TunnelControllerGroup) - Static method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
saveConfig() - Method in class net.i2p.router.Router
Save the current config options (returning true if save was successful, false otherwise) Synchronized with file read in getConfig()
saveConfig(String, String) - Method in class net.i2p.router.Router
Updates the current config with the given key/value and then saves it.
saveConfig(Map, Collection<String>) - Method in class net.i2p.router.Router
Updates the current config and then saves it.
saveConfig() - Method in class net.i2p.sam.SAMBridge
 
saveConfig() - Method in class net.i2p.util.LogManager
 
saveConfig() - Method in class org.klomp.snark.SnarkManager
 
saveConfiguration(Properties) - Static method in class i2p.susi.util.Config
Saves the properties.
saveCRL(X509CRL, File) - Static method in class net.i2p.crypto.CertUtil
Write a CRL to a file in base64 format.
saveDHT(DHTNodes, boolean, File) - Static method in class org.klomp.snark.dht.PersistDHT
 
saveHash(String, String, String) - Method in class net.i2p.router.util.RouterPasswordManager
This will fail if user contains '#' or '=' or starts with '!'
saveImage(OutputStream, String, float) - Method in class org.jrobin.graph.ImageWorker
 
saveImage(String, String, float) - Method in class org.jrobin.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.
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.jrobin.core.RrdDef
 
saveState() - Method in class org.jrobin.core.timespec.TimeScanner
 
saveSummaryBarSections(RouterContext, String, Map<Integer, String>) - Static method in class net.i2p.router.web.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
 
saveTunnel(I2PAppContext, TunnelControllerGroup, int, TunnelConfig) - Static method in class net.i2p.i2ptunnel.ui.GeneralHelper
 
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]+...+256^31 a[31] and B is this point.
ScalarOps - Interface in net.i2p.crypto.eddsa.math
 
scale(double, boolean) - Method in class org.jrobin.graph.ValueScaler
 
scaledstep - Variable in class org.jrobin.graph.ImageParameters
 
scanner - Variable in class org.jrobin.core.timespec.TimeParser
 
schedule(SimpleTimer.TimedEvent, long) - Method in class net.i2p.client.streaming.impl.Connection
Schedule something on our timer.
schedule(long) - Method in class net.i2p.util.SimpleTimer2.TimedEvent
Slightly more efficient than reschedule().
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)
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
 
SCLASSES - Static variable in class org.klomp.snark.CommandLine
 
SCPD_ROOTNODE - Static variable in class org.cybergarage.upnp.Service
 
SCPD_ROOTNODE_NS - Static variable in class org.cybergarage.upnp.Service
 
SDef - Class in org.jrobin.data
 
SDef(String, String, String) - Constructor for class org.jrobin.data.SDef
 
SDef - Class in org.jrobin.graph
 
SDef(String, String, String) - Constructor for class org.jrobin.graph.SDef
 
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
 
search - Variable in class i2p.susi.dns.AddressbookBean
 
search(Hash, Job, Job, long, boolean) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Lookup using exploratory tunnels.
search(Hash, Job, Job, long, boolean, Hash) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Lookup using the client's tunnels.
search(Hash, Job, Job, long, boolean) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Begin a kademlia style search for the key specified, which can take up to timeoutMs and will fire the appropriate jobs on success or timeout (or if the kademlia search completes without any match) Unused - called only by FNDF.searchFull() from FloodSearchJob which is overridden - don't use this.
search(Hash, Job, Job, long, boolean, Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Unused - see FNDF
search(String, int) - Method in class org.cybergarage.upnp.ControlPoint
 
search(String) - Method in class org.cybergarage.upnp.ControlPoint
 
search() - Method in class org.cybergarage.upnp.ControlPoint
 
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
Helper for searches.
SearchHelper() - Constructor for class net.i2p.router.web.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.
SearchJob.FailedJob(RouterContext, RouterInfo) - Constructor for class net.i2p.router.networkdb.kademlia.SearchJob.FailedJob
 
SearchJob.FailedJob(RouterContext, RouterInfo, boolean) - Constructor for class net.i2p.router.networkdb.kademlia.SearchJob.FailedJob
Allow the choice as to whether failed searches should count against the peer (such as if we search for a random key)
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
 
sec - Variable in class org.jrobin.core.timespec.TimeSpec
 
SECOND - Static variable in interface org.jrobin.graph.RrdGraphConstants
Constant to represent second
SECONDS - Static variable in class org.jrobin.core.timespec.TimeToken
 
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.jrobin.graph.TimeAxisSetting
 
SECTION_NAMES - Static variable in class net.i2p.router.web.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(String) - Constructor for class net.i2p.util.SecureDirectory
 
SecureDirectory(String, String) - Constructor for class net.i2p.util.SecureDirectory
 
SecureDirectory(File, 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(String) - Constructor for class net.i2p.util.SecureFile
 
SecureFile(String, String) - Constructor for class net.i2p.util.SecureFile
 
SecureFile(File, 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(String) - Constructor for class net.i2p.util.SecureFileOutputStream
Sets output file to mode 600
SecureFileOutputStream(String, boolean) - Constructor for class net.i2p.util.SecureFileOutputStream
Sets output file to mode 600 whether append = true or false
SecureFileOutputStream(File) - Constructor for class net.i2p.util.SecureFileOutputStream
Sets output file to mode 600
SecureFileOutputStream(File, boolean) - Constructor for class net.i2p.util.SecureFileOutputStream
Sets output file to mode 600 only if append = false (otherwise it is presumed to be 600 already)
seed(byte[]) - Method in class gnu.crypto.prng.AsyncFortunaStandalone
the seed is only propogated once the prng is started with startup()
SEED - Static variable in class gnu.crypto.prng.FortunaStandalone
 
seed(byte[]) - Method in class gnu.crypto.prng.FortunaStandalone
 
seek(long) - Method in class net.metanotion.io.RAIFile
 
seek(long) - Method in interface net.metanotion.io.RandomAccessInterface
 
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
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.
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
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>, Hash, ProfileOrganizer.Slice) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Return a set of Hashes for peers that are both fast and reliable.
selectFloodfillParticipants(KBucketSet<Hash>) - Method in class net.i2p.router.networkdb.kademlia.FloodfillPeerSelector
 
selectFloodfillParticipants(Hash, int, KBucketSet<Hash>) - Method in class net.i2p.router.networkdb.kademlia.FloodfillPeerSelector
Sort the floodfills.
selectFloodfillParticipants(Hash, int, Set<Hash>, KBucketSet<Hash>) - Method in class net.i2p.router.networkdb.kademlia.FloodfillPeerSelector
See above for description List will not include our own hash
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(Hash) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
selectInboundTunnel(Hash, Hash) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
selectInboundTunnel() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Pick a random inbound exploratory tunnel.
selectInboundTunnel(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Pick a random inbound tunnel from the given destination's pool.
selectInboundTunnel(Hash, Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Pick the inbound tunnel with the gateway closest to the given hash from the given destination's pool.
selectInboundTunnel() - Method in interface net.i2p.router.TunnelManagerFacade
Pick a random inbound exploratory tunnel
selectInboundTunnel(Hash) - Method in interface net.i2p.router.TunnelManagerFacade
Pick a random inbound tunnel from the given destination's pool
selectInboundTunnel(Hash, Hash) - Method in interface net.i2p.router.TunnelManagerFacade
Pick the inbound tunnel with the gateway closest to the given hash from the given destination's pool.
SelectionCollector<T extends SimpleDataStructure> - Interface in net.i2p.kademlia
Visit kbuckets, gathering matches
selectMostReliablePeers(Hash, int, Set<Hash>, KBucketSet<Hash>) - Method in class net.i2p.router.networkdb.kademlia.FloodfillPeerSelector
Pick out peers with the floodfill capacity set, returning them first, but then after they're complete, sort via kademlia.
selectMostReliablePeers(Hash, int, Set<Hash>, KBucketSet<Hash>) - Method in class net.i2p.router.networkdb.kademlia.PeerSelector
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>, boolean) - Method in class net.i2p.router.networkdb.kademlia.FloodfillPeerSelector
Pick out peers with the floodfill capacity set, returning them first, but then after they're complete, sort via kademlia.
selectNearestExplicitThin(Hash, int, Set<Hash>, KBucketSet<Hash>) - Method in class net.i2p.router.networkdb.kademlia.PeerSelector
UNUSED - See FloodfillPeerSelector override Ignore KBucket ordering and do the XOR explicitly per key.
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>, int) - Method in class net.i2p.router.peermanager.ProfileOrganizer
 
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
selectOutboundExploratoryTunnel(Hash) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
selectOutboundExploratoryTunnel(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Pick the outbound exploratory tunnel with the endpoint closest to the given hash.
selectOutboundExploratoryTunnel(Hash) - Method in interface net.i2p.router.TunnelManagerFacade
Pick the outbound exploratory tunnel with the endpoint closest to the given hash.
selectOutboundTunnel() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
selectOutboundTunnel(Hash) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
selectOutboundTunnel(Hash, Hash) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
selectOutboundTunnel() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Pick a random outbound exploratory tunnel.
selectOutboundTunnel(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Pick a random outbound tunnel from the given destination's pool.
selectOutboundTunnel(Hash, Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Pick the outbound tunnel with the endpoint closest to the given hash from the given destination's pool.
selectOutboundTunnel() - Method in interface net.i2p.router.TunnelManagerFacade
Pick a random outbound exploratory tunnel
selectOutboundTunnel(Hash) - Method in interface net.i2p.router.TunnelManagerFacade
Pick a random outbound tunnel from the given destination's pool
selectOutboundTunnel(Hash, Hash) - Method in interface net.i2p.router.TunnelManagerFacade
Pick the outbound tunnel with the endpoint closest to the given hash from the given destination's pool.
selectPeers(PeerSelectionCriteria) - Method in class net.i2p.router.dummy.DummyPeerManagerFacade
 
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(PeerSelectionCriteria) - Method in class net.i2p.router.peermanager.PeerManagerFacadeImpl
 
selectPeers(PeerSelectionCriteria) - Method in interface net.i2p.router.PeerManagerFacade
Select peers from the manager's existing routing tables according to the specified criteria.
selectPeers(TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.ClientPeerSelector
 
selectPeers(TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.ExploratoryPeerSelector
 
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 add in the peers with the SSU peer testing bug, 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() - Method in class net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
 
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) - Static method in class net.i2p.router.transport.udp.UDPEndpoint
Pick a random port between the configured boundaries
selectTunnel() - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
selectTunnel(Hash) - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
selectTunnel() - Method in class net.i2p.router.tunnel.pool.TunnelPool
Pull a random tunnel out of the pool.
selectTunnel(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPool
Return the tunnel from the pool that is XOR-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(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(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(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(OutNetMessage) - Method in class net.i2p.router.transport.udp.UDPTransport
 
send(I2NPMessage, PeerState) - Method in class net.i2p.router.transport.udp.UDPTransport
"injected" message from the EstablishmentManager.
send(I2NPMessage, List<OutNetMessage>, PeerState) - Method in class net.i2p.router.transport.udp.UDPTransport
"injected" message from the EstablishmentManager, plus pending messages to send, so the messages may be bundled efficiently.
send(List<I2NPMessage>, PeerState) - Method in class net.i2p.router.transport.udp.UDPTransport
"injected" messages from the EstablishmentManager.
send(List<PendingGatewayMessage>, int, int, TunnelGateway.Sender, TunnelGateway.Receiver) - Method in class net.i2p.router.tunnel.BatchedPreprocessor
Preprocess the messages from the pending list, grouping items startAt through sendThrough (though only part of the last one may be fully sent), delivering them through the sender/receiver.
send(SocketAddress, ByteBuffer) - Method in class net.i2p.sam.SAMv3DatagramServer
 
send(String, String, int) - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
 
send(String) - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
 
SEND_DELAY_CHOKE - Static variable in class net.i2p.client.streaming.impl.Packet
 
sendAlive() - Method in class org.klomp.snark.PeerConnectionOut
 
sendAllowedFast(int) - Method in class org.klomp.snark.PeerConnectionOut
Unused
sendAvailable() - Method in class net.i2p.client.streaming.impl.Connection
Flush any data that we can.
sendBestEffort(Destination, byte[], SessionKey, Set<SessionTag>, long) - Method in class net.i2p.client.impl.I2PSessionImpl2
 
sendBestEffort(Destination, byte[], long, int) - Method in class net.i2p.client.impl.I2PSessionImpl2
TODO - Don't need to save MessageState since actuallyWait is false...
sendBitfield(BitField) - Method in class org.klomp.snark.PeerConnectionOut
 
sendBytes(String, byte[], int, int, int) - Method in class net.i2p.sam.SAMDatagramSession
Send bytes through a SAM DATAGRAM session.
sendBytes(String, byte[], int, int, int, boolean, int, int, int) - Method in class net.i2p.sam.SAMDatagramSession
Send bytes through a SAM DATAGRAM session.
sendBytes(String, byte[], int, int, int) - Method in interface net.i2p.sam.SAMMessageSess
Send bytes through a SAM message-based session.
sendBytes(String, byte[], int, int, int, boolean, int, int, int) - Method in interface net.i2p.sam.SAMMessageSess
Send bytes through a SAM message-based session.
sendBytes(String, byte[], int, int, int) - Method in class net.i2p.sam.SAMMessageSession
Send bytes through a SAM message-based session.
sendBytes(String, byte[], int, int, int) - Method in class net.i2p.sam.SAMRawSession
Send bytes through a SAM RAW session.
sendBytes(String, byte[], int, int, int, boolean, int, int, int) - Method in class net.i2p.sam.SAMRawSession
Send bytes through a SAM RAW session.
sendBytes(int, InputStream, int) - Method in class net.i2p.sam.SAMStreamSession
Send bytes through a SAM STREAM session.
sendBytes(String, byte[], int, int, int) - Method in class net.i2p.sam.SAMStreamSession
Unsupported
sendBytes(String, byte[], int, int, int, boolean, int, int, int) - Method in class net.i2p.sam.SAMStreamSession
Unsupported
sendBytes(InputStream, int) - Method in class net.i2p.sam.SAMStreamSession.StreamSender
Send bytes through the SAM STREAM session socket sender
sendBytesThroughMessageSession(String, byte[], int, int, int) - Method in class net.i2p.sam.SAMMessageSession
Actually send bytes through the SAM message-based session I2PSession (er...).
sendBytesThroughMessageSession(String, byte[], int, int, int, boolean, int, int, int) - Method in class net.i2p.sam.SAMMessageSession
Actually send bytes through the SAM message-based session I2PSession, using per-message extended options.
sendCancel(Request) - Method in class org.klomp.snark.PeerConnectionOut
 
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.
sendComplete(OutNetMessage) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
queue up afterSend call, which can take some time w/ jobs, etc
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, int, int) - Static method in class org.klomp.snark.ExtensionHandler
Send the DHT port numbers
sendDHT(Peer) - Method in class org.klomp.snark.PeerCoordinator
Send a DHT message to the peer, if we both support DHT.
sender - Variable in class i2p.susi.webmail.Mail
 
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, Object[], String) - Method in class i2p.susi.webmail.smtp.SMTPClient
 
sendMessage(Destination, byte[]) - Method in interface net.i2p.client.I2PSession
Send a new message to the given destination, containing the specified payload, returning true if the router feels confident that the message was delivered.
sendMessage(Destination, byte[], int, int) - Method in interface net.i2p.client.I2PSession
Send a new message to the given destination, containing the specified payload, returning true if the router feels confident that the message was delivered.
sendMessage(Destination, byte[], int, int, int) - Method in interface net.i2p.client.I2PSession
See I2PSessionMuxedImpl for proto/port details.
sendMessage(Destination, byte[], SessionKey, Set<SessionTag>) - Method in interface net.i2p.client.I2PSession
End-to-End Crypto is disabled, tags and keys are ignored! Like sendMessage above, except the key used and the tags sent are exposed to the application.
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>) - Method in interface net.i2p.client.I2PSession
End-to-End Crypto is disabled, tags and keys are ignored.
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, long) - Method in interface net.i2p.client.I2PSession
End-to-End Crypto is disabled, tags and keys are ignored.
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, int, int, int) - Method in interface net.i2p.client.I2PSession
See I2PSessionMuxedImpl for proto/port details.
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, long, int, int, int) - Method in interface net.i2p.client.I2PSession
See I2PSessionMuxedImpl for proto/port details.
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, long, int, int, int, int) - Method in interface net.i2p.client.I2PSession
See I2PSessionMuxedImpl for proto/port details.
sendMessage(Destination, byte[], int, int, int, int, int, SendMessageOptions) - Method in interface net.i2p.client.I2PSession
See I2PSessionMuxedImpl for proto/port details.
sendMessage(Destination, byte[], int, int, int, int, int, SendMessageOptions, SendMessageStatusListener) - Method in interface net.i2p.client.I2PSession
Send a message and request an asynchronous notification of delivery status.
sendMessage(I2PSessionImpl, Destination, long, byte[], SessionTag, SessionKey, Set<SessionTag>, SessionKey, long) - Method in class net.i2p.client.impl.I2CPMessageProducer
Package up and send the payload to the router for delivery
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(I2CPMessage) - Method in class net.i2p.client.impl.I2PSessionImpl
Deliver an I2CP message to the router As of 0.9.3, may block for several seconds if the write queue to the router is full
sendMessage(Destination, byte[], int, int, int) - Method in class net.i2p.client.impl.I2PSessionImpl2
 
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>, long, 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.I2PSessionImpl2
 
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, SendMessageStatusListener) - Method in class net.i2p.client.impl.I2PSessionImpl2
 
sendMessage(Destination, byte[]) - Method in class net.i2p.client.impl.I2PSessionImpl2
unused, see MuxedImpl override
sendMessage(Destination, byte[], int, int) - Method in class net.i2p.client.impl.I2PSessionImpl2
 
sendMessage(Destination, byte[], SessionKey, Set<SessionTag>) - Method in class net.i2p.client.impl.I2PSessionImpl2
 
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>) - Method in class net.i2p.client.impl.I2PSessionImpl2
 
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, long) - Method in class net.i2p.client.impl.I2PSessionImpl2
Unused? see MuxedImpl override
sendMessage(Destination, byte[]) - Method in class net.i2p.client.impl.I2PSessionMuxedImpl
 
sendMessage(Destination, byte[], int, int, int) - Method in class net.i2p.client.impl.I2PSessionMuxedImpl
 
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>, int, int, int) - Method in class net.i2p.client.impl.I2PSessionMuxedImpl
 
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 class net.i2p.client.impl.I2PSessionMuxedImpl
 
sendMessage(Destination, byte[], int, int, int, int, int, SendMessageOptions) - Method in class net.i2p.client.impl.I2PSessionMuxedImpl
See SendMessageOptions for option details.
sendMessage(Destination, byte[], int, int, int, int, int, SendMessageOptions, SendMessageStatusListener) - Method in class net.i2p.client.impl.I2PSessionMuxedImpl
Send a message and request an asynchronous notification of delivery status.
sendMessage(I2CPMessage) - Method in class net.i2p.client.impl.SubSession
Deliver an I2CP message to the router May block for several seconds if the write queue to the router is full
sendMessage(String, long, long, Hash, boolean, String) - Method in class net.i2p.router.MessageHistory
We just sent a message to the peer
sendMessage(I2NPMessage, Hash, TunnelId) - Method in class net.i2p.router.networkdb.HandleDatabaseLookupMessageJob
 
sendMessage(DataOutputStream) - Method in class org.klomp.snark.Message
Utility method for sending a message through a DataStream.
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, ReplyJob, Job, MessageSelector, 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
 
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.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.
sendPiece(int, int, int, byte[]) - Method in class org.klomp.snark.PeerConnectionOut
Queue a piece message with the data already loaded from disk Also add a timeout.
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)
sendSuggest(int) - Method in class org.klomp.snark.PeerConnectionOut
Unused
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) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
We sent a message.
SEP - Static variable in class org.jrobin.core.timespec.TimeToken
 
SEQ - Static variable in class org.cybergarage.http.HTTP
 
serial - Variable in class i2p.susi.dns.BaseBean
 
Serializer<T> - Interface in net.metanotion.io
 
serveLocalFile(OutputStream, String, String, String, String) - 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_RETRY_COUNT - Static variable in class org.cybergarage.upnp.UPnP
 
service(HttpServletRequest, HttpServletResponse) - Method in class net.i2p.addressbook.Servlet
Hack to allow susidns to kick the daemon when the subscription list changes.
Service - Interface in net.i2p.router
Define the manageable service interface for the subsystems in the I2P router
service(HttpServletRequest, HttpServletResponse) - Method in class net.i2p.router.web.CodedIconRendererServlet
 
Service - Class in org.cybergarage.upnp
 
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
 
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
A wrapper for addressbook to allow it to be started as a web application.
Servlet() - Constructor for class net.i2p.addressbook.Servlet
 
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_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
 
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
 
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.CreateLeaseSetMessage
Return the SessionId for this message.
sessionId() - Method in class net.i2p.data.i2cp.DestroySessionMessage
Return the SessionId for this message.
sessionId() - Method in class net.i2p.data.i2cp.HostLookupMessage
Return the SessionId for this message.
sessionId() - Method in class net.i2p.data.i2cp.HostReplyMessage
Return the SessionId for this message.
sessionId() - Method in interface net.i2p.data.i2cp.I2CPMessage
Return the SessionId for this type of message.
sessionId() - Method in class net.i2p.data.i2cp.I2CPMessageImpl
Return the SessionId for this type of message.
sessionId() - Method in class net.i2p.data.i2cp.MessagePayloadMessage
Return the SessionId for this message.
sessionId() - Method in class net.i2p.data.i2cp.MessageStatusMessage
Return the SessionId for this message.
sessionId() - Method in class net.i2p.data.i2cp.ReceiveMessageBeginMessage
Return the SessionId for this message.
sessionId() - Method in class net.i2p.data.i2cp.ReceiveMessageEndMessage
Return the SessionId for this message.
sessionId() - Method in class net.i2p.data.i2cp.ReconfigureSessionMessage
Return the SessionId for this message.
sessionId() - Method in class net.i2p.data.i2cp.ReportAbuseMessage
Return the SessionId for this message.
sessionId() - Method in class net.i2p.data.i2cp.RequestLeaseSetMessage
Return the SessionId for this message.
sessionId() - Method in class net.i2p.data.i2cp.RequestVariableLeaseSetMessage
Return the SessionId for this message.
sessionId() - Method in class net.i2p.data.i2cp.SendMessageMessage
Return the SessionId for this message.
SessionId - Class in net.i2p.data.i2cp
Defines the token passed between the router and client to associate messages with a particular session.
SessionId() - Constructor for class net.i2p.data.i2cp.SessionId
 
SessionId(int) - Constructor for class net.i2p.data.i2cp.SessionId
 
sessionId() - Method in class net.i2p.data.i2cp.SessionStatusMessage
Return the SessionId for this message.
SessionIdleTimer - Class in net.i2p.client.impl
Reduce tunnels or shutdown the session on idle if so configured
SessionIdleTimer(I2PAppContext, I2PSessionImpl, boolean, boolean) - Constructor for class net.i2p.client.impl.SessionIdleTimer
reduce, shutdown, or both must be true
SessionKey - Class in net.i2p.data
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
 
SessionKeyManager - Class in net.i2p.crypto
Manage the session keys and session tags used for encryption and decryption.
SessionKeyManager() - Constructor for class net.i2p.crypto.SessionKeyManager
A dummy SessionKeyManager for testing or for passing to ElGamalAESEngine.decrypt()
SessionKeyManager(I2PAppContext) - Constructor for class net.i2p.crypto.SessionKeyManager
A dummy SessionKeyManager for testing or for passing to ElGamalAESEngine.decrypt()
sessionKeyManager() - Method in class net.i2p.I2PAppContext
The session key manager which coordinates the sessionKey / sessionTag data.
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
 
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.ExistingDestException() - Constructor for exception net.i2p.sam.SessionsDB.ExistingDestException
 
SessionsDB.ExistingIdException - Exception in net.i2p.sam
 
SessionsDB.ExistingIdException() - Constructor for exception net.i2p.sam.SessionsDB.ExistingIdException
 
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
 
SessionTag(boolean) - Constructor for class net.i2p.data.SessionTag
 
SessionTag(byte[]) - Constructor for class net.i2p.data.SessionTag
 
set(int) - Method in class com.google.zxing.common.BitArray
Sets bit i.
set(int, int) - Method in class com.google.zxing.common.BitMatrix
Sets the given bit to true.
set(int, int, byte) - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
 
set(int, int, int) - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
 
set(int, int, boolean) - Method in class com.google.zxing.qrcode.encoder.ByteMatrix
 
set(V) - Method in class net.metanotion.util.skiplist.SkipIterator
 
set(InputStream, boolean) - Method in class org.cybergarage.http.HTTPPacket
 
set(InputStream) - Method in class org.cybergarage.http.HTTPPacket
 
set(HTTPSocket) - Method in class org.cybergarage.http.HTTPPacket
 
set(HTTPPacket) - Method in class org.cybergarage.http.HTTPPacket
 
set(HTTPRequest) - Method in class org.cybergarage.http.HTTPRequest
 
set(String) - Method in class org.cybergarage.http.HTTPStatus
 
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(double) - Method in class org.jrobin.core.RrdDouble
 
set(int, double) - Method in class org.jrobin.core.RrdDoubleArray
 
set(int, double, int) - Method in class org.jrobin.core.RrdDoubleArray
 
set(int) - Method in class org.jrobin.core.RrdInt
 
set(long) - Method in class org.jrobin.core.RrdLong
 
set(String) - Method in class org.jrobin.core.RrdString
 
set(String) - Method in class org.jrobin.core.Sample
Sets sample timestamp and data source values in a fashion similar to RRDTool.
set(int) - Method in class org.klomp.snark.BitField
Sets the given bit to true.
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.jrobin.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.SummaryHelper
 
setActionListener(ActionListener) - Method in class org.cybergarage.upnp.Action
 
setActionListener(ActionListener) - Method in class org.cybergarage.upnp.Device
 
setActionListener(ActionListener, boolean) - 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
 
setActive(boolean) - Method in class net.i2p.client.streaming.impl.ConnectionHandler
 
setActualEnd(long) - Method in class net.i2p.router.JobTiming
 
setActualStart(long) - Method in class net.i2p.router.JobTiming
 
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
 
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
 
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
If there are no tunnels to build with, will this pool allow 0 hop tunnels? No effect on exploratory (always true)
setAltAutoscale(boolean) - Method in class org.jrobin.graph.RrdGraphDef
Computes Y range based on function absolute minimum and maximum values.
setAltAutoscaleMax(boolean) - Method in class org.jrobin.graph.RrdGraphDef
Computes Y range based on function absolute minimum and maximum values.
setAltYGrid(boolean) - Method in class org.jrobin.graph.RrdGraphDef
Places Y grid dynamically based on graph Y range.
setAltYMrtg(boolean) - Method in class org.jrobin.graph.RrdGraphDef
Use this method to request MRTG-like graph (false by default)
setAndUpdate(String) - Method in class org.jrobin.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
 
setAntiAliasing(boolean) - Method in class org.jrobin.graph.ImageWorker
 
setAntiAliasing(boolean) - Method in class org.jrobin.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, String, int, double) - Static method in class org.jrobin.core.RrdToolkit
Sets single archive's X-files factor to a new value.
setArgumentList(ArgumentList) - Method in class org.cybergarage.upnp.Action
 
setArgumentValue(String, String) - Method in class org.cybergarage.upnp.Action
 
setArgumentValue(String, int) - 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)
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
setAttachmentOrByteBufferFieldMap(Map<Class<?>, Field>) - Method in class engine.misc.DeallocationHelper
 
setAttribute(String, String) - Method in class org.cybergarage.xml.Node
 
setAttribute(String, int) - Method in class org.cybergarage.xml.Node
 
setAuthChallenge(String) - Method in class net.i2p.util.EepGet.AuthState
May be called multiple times, save the best one
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
 
setBackgroundColor(Color) - Method in class com.docuverse.identicon.NineBlockIdenticonRenderer2
 
setBackgroundImage(String) - Method in class org.jrobin.graph.RrdGraphDef
Sets background image - currently, only PNG images can be used as background.
setBackupQuantity(int) - Method in class net.i2p.router.TunnelPoolSettings
 
setBase(double) - Method in class org.jrobin.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
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(ReadBuffer) - 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
 
setBuffer(ReadBuffer) - Method in interface i2p.susi.webmail.pop3.POP3MailBox.FetchRequest
 
setBufferSize(int) - Method in class net.i2p.client.streaming.impl.MessageOutputStream
 
setBulk(int, int) - Method in class com.google.zxing.common.BitArray
Sets a block of 32 bits, starting at bit i.
setByteLimit(int) - Method in class org.mortbay.util.LineInput
Set the byte limit.
setBytes(byte[]) - Method in class org.cybergarage.upnp.Icon
 
setC(String) - Method in class net.i2p.router.web.GraphHelper
 
setCacheControl(String) - Method in class org.cybergarage.http.HTTPPacket
 
setCacheControl(String, int) - Method in class org.cybergarage.http.HTTPPacket
 
setCacheControl(int) - Method in class org.cybergarage.http.HTTPPacket
 
setCallback(String) - Method in class org.cybergarage.upnp.event.SubscriptionRequest
 
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(String) - Method in class net.i2p.router.web.ConfigPeerHandler
 
setCapacity(int) - Method in class org.jrobin.core.RrdDbPool
Sets the maximum number of simultaneously open RRD files.
setCapacityBonus(int) - Method in class net.i2p.router.peermanager.PeerProfile
 
setCaps(String) - Method in class net.i2p.router.web.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
 
setCertificate(Certificate) - Method in class net.i2p.router.message.GarlicConfig
Certificate for the getRecipient() to pay for their processing
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().
setChannel(SocketChannel) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
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
 
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
 
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
setClientOptions(Properties) - Method in class net.i2p.i2ptunnel.I2PTunnel
Generic options used for clients and servers.
setClientPort(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
I2CP port the router is on, ignored when in router context
setClientport(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
I2CP port the router is on, ignored when in router context
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
 
setColor(int, Paint) - Method in class org.jrobin.graph.RrdGraphDef
Overrides the colors for the standard elements of the graph.
setColor(String, Paint) - Method in class org.jrobin.graph.RrdGraphDef
Overrides the colors for the standard elements of the graph by element name.
setComments(String) - Method in class org.jrobin.graph.GifEncoder
 
setCompleteListener(FIFOBandwidthLimiter.CompleteListener) - Method in interface net.i2p.router.transport.FIFOBandwidthLimiter.Request
 
setConfig(String) - Method in class i2p.susi.dns.ConfigBean
 
setConfig(Properties, String) - Method in class net.i2p.i2ptunnel.TunnelController
As of 0.9.1, updates the options on an existing session
setConfig(String) - Method in class net.i2p.util.LogManager
 
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(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
setConnectDelay(boolean) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setConnectDelay(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setConnection(String) - Method in class org.cybergarage.http.HTTPPacket
 
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.SummaryHelper
 
setContent(String) - Method in class i2p.susi.dns.SubscriptionsBean
 
setContent(byte[], boolean) - Method in class org.cybergarage.http.HTTPPacket
 
setContent(byte[]) - Method in class org.cybergarage.http.HTTPPacket
 
setContent(String, boolean) - Method in class org.cybergarage.http.HTTPPacket
 
setContent(String) - 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
 
setContentType(String) - Method in class org.cybergarage.http.HTTPPacket
 
setContext(boolean) - Method in class org.jrobin.core.timespec.TimeScanner
 
setContextId(String) - Method in class net.i2p.router.web.ConfigStatsHelper
Configure this bean to query a particular router context
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.EventLogHelper
set the defaults after we have 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.GraphHelper
set the defaults after we have a 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.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
 
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.NetDbHelper
 
setCountry(String) - Method in class net.i2p.router.web.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.
setCurrentReceiveSecond(long) - Method in class net.i2p.router.transport.udp.PeerState
what is the current receive second, for congestion control?
setCustomOptions(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
what I2P session overrides should be used
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(I2NPMessage) - Method in class net.i2p.data.i2np.GarlicClove
 
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
caveat: this method isn't synchronized with the preparedKey, so don't try to *change* the key data after already doing some encryption/decryption (or if you do change it, be sure this object isn't mid decrypt)
setData(byte[]) - Method in class net.i2p.data.SessionTag
 
setData(byte[]) - Method in class net.i2p.data.SimpleDataStructure
Sets the data.
setDataType(String) - Method in class org.cybergarage.upnp.StateVariable
 
setDate(long) - Method in class net.i2p.data.DateAndFlags
 
setDate(Date) - Method in class net.i2p.data.DateAndFlags
 
setDate(Date) - Method in class net.i2p.data.i2cp.SetDateMessage
 
setDate(Calendar) - Method in class org.cybergarage.http.HTTPPacket
 
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
 
setDeallocatableBufferClassSet(Set<Class<?>>) - Method in class engine.misc.DeallocationHelper
 
setDeallocator(DeallocationHelper.Deallocator) - Method in class engine.misc.DeallocationHelper
 
setDebugEnabled(boolean) - Method in class net.i2p.jetty.I2PLogger
 
setDefaultFactory(String) - Static method in class org.jrobin.core.RrdBackendFactory
Replaces the default backend factory with a new one.
setDefaultFactory(String) - Static method in class org.jrobin.core.RrdDb
Sets default backend factory to be used.
setDefaultLimit(String) - Method in class net.i2p.util.LogManager
 
setDefaultloglevel(String) - Method in class net.i2p.router.web.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.
setDelay(int) - Method in class org.jrobin.graph.Gif89Frame
 
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
setDeliveryInstructions(DeliveryInstructions) - Method in class net.i2p.router.message.GarlicConfig
Specify how the I2NPMessage in the clove should be handled.
setDeliveryMode(int) - Method in class net.i2p.data.i2np.DeliveryInstructions
 
setDeliveryURL(String) - Method in class org.cybergarage.upnp.event.Subscriber
 
setDepth(String) - Method in class org.cybergarage.upnp.Icon
 
setDepth(int) - Method in class org.cybergarage.upnp.Icon
 
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.i2cp.SendMessageMessage
 
setDestination(Hash) - Method in class net.i2p.data.i2np.DeliveryInstructions
required for DESTINATION
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.
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() - Static method in class net.i2p.router.web.StatSummarizer
Disable graph generation until restart See SummaryRenderer.render()
setDisabled() - Method in class org.klomp.snark.Piece
 
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.ConfigNetHandler
 
setDisplayOnScreen(boolean) - Method in class net.i2p.util.LogManager
Deprecated.
unused
setDisplayOnScreenLevel(int) - Method in class net.i2p.util.LogManager
Deprecated.
unused
setDisposalMode(int) - Method in class org.jrobin.graph.Gif89Frame
 
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.
setDrawXGrid(boolean) - Method in class org.jrobin.graph.RrdGraphDef
Sets visibility of the X-axis grid.
setDrawYGrid(boolean) - Method in class org.jrobin.graph.RrdGraphDef
Sets visibility of the Y-axis grid.
setDsHeartbeat(String, String, long) - Static method in class org.jrobin.core.RrdToolkit
Sets datasource heartbeat to a new value.
setDsHeartbeat(String, int, long) - Static method in class org.jrobin.core.RrdToolkit
Sets datasource heartbeat to a new value.
setDsMaxValue(String, String, double, boolean) - Static method in class org.jrobin.core.RrdToolkit
Sets datasource max value to a new value.
setDsMinMaxValue(String, String, double, double, boolean) - Static method in class org.jrobin.core.RrdToolkit
Updates valid value range for the given datasource.
setDsMinValue(String, String, double, boolean) - Static method in class org.jrobin.core.RrdToolkit
Sets datasource min value to a new value
setDsName(String) - Method in class org.jrobin.core.Datasource
Sets datasource name to a new value
setDsType(String) - Method in class org.jrobin.core.Datasource
 
setDynamicKeys(String) - Method in class net.i2p.router.web.ConfigNetHandler
 
setE(String) - Method in class net.i2p.router.web.GraphHelper
 
setECLevel(ErrorCorrectionLevel) - Method in class com.google.zxing.qrcode.encoder.QRCode
 
setEdit(String) - Method in class net.i2p.router.web.ConfigClientsHelper
 
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.
setEnable(int) - Static method in class org.cybergarage.upnp.UPnP
 
setEnableloadtesting(String) - Method in class net.i2p.router.web.ConfigNetHandler
 
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(SessionKey) - Method in class net.i2p.data.i2np.DeliveryInstructions
Deprecated.
unused
setEncryptionKey(PublicKey) - Method in class net.i2p.data.LeaseSet
 
setEncryptKey(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setEncryptKey(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setEnd(String) - Method in class i2p.susi.dns.AddressbookBean
 
setEndDate(Date) - Method in class net.i2p.data.i2cp.RequestLeaseSetMessage
 
setEndDate(Date) - Method in class net.i2p.data.Lease
 
setEndTime(long) - Method in class org.jrobin.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.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(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
 
setEtag(String) - Method in class net.i2p.addressbook.Subscription
Set the etag header.
setEventSubURI(String) - Method in class org.cybergarage.upnp.ControlPoint
 
setEventSubURL(String) - Method in class org.cybergarage.upnp.Service
 
setExpiration(Date) - Method in class net.i2p.data.i2cp.SendMessageExpiresMessage
 
setExpiration(long) - Method in class net.i2p.data.i2cp.SendMessageExpiresMessage
 
setExpiration(Date) - Method in class net.i2p.data.i2np.GarlicClove
 
setExpiration(Date) - Method in class net.i2p.data.router.RouterAddress
Deprecated.
unused for now
setExpiration(long) - Method in class net.i2p.router.message.GarlicConfig
Expiration of the clove, after which it should be dropped
setExpiration(long) - Method in class net.i2p.router.tunnel.HopConfig
 
setExpiration(long) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
 
setExpiredDeviceMonitoringInterval(long) - Method in class org.cybergarage.upnp.ControlPoint
 
setExpireEvent(SimpleTimer2.TimedEvent) - Method in class net.i2p.router.tunnel.FragmentedMessage
 
setExpireJob(Job) - Method in class net.i2p.router.tunnel.pool.PooledTunnelCreatorConfig
does nothing, to be deprecated
setExplicitFilter(String) - Method in class net.i2p.router.web.ConfigStatsHandler
 
setExplicitFilterValue(String) - Method in class net.i2p.router.web.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
 
setFamily(String) - Method in class net.i2p.router.web.NetDbHelper
 
setFaultResponse(int, String) - Method in class org.cybergarage.upnp.control.ControlResponse
 
setFaultResponse(int) - Method in class org.cybergarage.upnp.control.ControlResponse
 
setFetchData(FetchData) - Method in class org.jrobin.data.Def
 
setFetchRequestResolution(long) - Method in class org.jrobin.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.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.ConfigStatsHandler
 
setFilename(String) - Method in class org.jrobin.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.jrobin.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.jrobin.core.FetchRequest
Sets request filter in order to fetch data only for the specified set of datasources (datasource names).
setFilter(String) - Method in class org.jrobin.core.FetchRequest
Sets request filter in order to fetch data only for a single datasource (datasource name).
setFirstDayOfWeek(int) - Method in class org.jrobin.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
 
setFlushInterval(long) - Method in class net.i2p.util.LogWriter
 
setFont(int, Font) - Method in class org.jrobin.graph.RrdGraphDef
Sets font to be used for a specific font tag.
setFont(int, Font, boolean) - Method in class org.jrobin.graph.RrdGraphDef
Sets font.
setFont(int, Font, boolean, boolean) - Method in class org.jrobin.graph.RrdGraphDef
Sets font.
setFont(String, Font) - Method in class org.jrobin.graph.RrdGraphDef
Sets font.
setFont(String, Font, boolean) - Method in class org.jrobin.graph.RrdGraphDef
Sets font.
setFont(String, Font, boolean, boolean) - Method in class org.jrobin.graph.RrdGraphDef
Sets font.
setForceMobileConsole(String) - Method in class net.i2p.router.web.ConfigUIHandler
 
setForceRulesLegend(boolean) - Method in class org.jrobin.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.
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(Hash) - Method in class net.i2p.data.i2np.DatabaseLookupMessage
 
setFrom(String) - Method in class net.i2p.router.web.EventLogHelper
 
setFromHash(Hash) - Method in class net.i2p.data.i2np.DatabaseSearchReplyMessage
 
setFull(String) - Method in class net.i2p.router.web.NetDbHelper
 
setFull(String) - Method in class net.i2p.router.web.OldConsoleHelper
 
setFull(String) - Method in class net.i2p.router.web.ProfilesHelper
 
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
setGranted(LeaseSet) - Method in class net.i2p.router.client.LeaseRequestState
FIXME unused - why?
setGraphList(String[]) - Method in class net.i2p.router.web.ConfigStatsHandler
 
setH(String) - Method in class i2p.susi.dns.NamingServiceBean
 
setH(String) - Method in class net.i2p.router.web.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(ReadBuffer) - Method in class i2p.susi.webmail.Mail
 
setHeader(String, String) - Method in class org.cybergarage.http.HTTPPacket
 
setHeader(String, int) - Method in class org.cybergarage.http.HTTPPacket
 
setHeader(String, long) - Method in class org.cybergarage.http.HTTPPacket
 
setHeader(HTTPHeader) - Method in class org.cybergarage.http.HTTPPacket
 
setHeartbeat(long) - Method in class org.jrobin.core.Datasource
Sets datasource heartbeat to a new value.
setHeight(String) - Method in class net.i2p.router.web.GraphHelper
 
setHeight(String) - Method in class org.cybergarage.upnp.Icon
 
setHeight(int) - Method in class org.cybergarage.upnp.Icon
 
setHeight(int) - Method in class org.jrobin.graph.RrdGraphDef
Sets height of the drawing area within the graph.
setHisMTU(int) - Method in class net.i2p.router.transport.udp.PeerState
 
setHost(String, int) - Method in class org.cybergarage.http.HTTPPacket
 
setHost(String) - 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.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
 
setId(int) - Method in class net.i2p.i2ptunnel.I2PTunnelTask
 
setId(long) - Method in class net.i2p.router.message.GarlicConfig
Unique ID of the clove
setID(byte[]) - Method in class org.klomp.snark.PeerID
for connecting out to peer based on desthash @since 0.8.1
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
 
setImageFormat(String) - Method in class org.jrobin.graph.RrdGraphDef
Sets image format.
setImageInfo(String) - Method in class org.jrobin.graph.RrdGraphDef
Creates additional image information.
setImageQuality(float) - Method in class org.jrobin.graph.RrdGraphDef
Sets image quality.
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
 
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
 
setInboundburstfactor(String) - Method in class net.i2p.router.web.ConfigNetHandler
 
setInboundBurstKBps(int) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
 
setInboundburstrate(String) - Method in class net.i2p.router.web.ConfigNetHandler
 
setInboundRandomKey(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
Random keys
setInboundrate(String) - Method in class net.i2p.router.web.ConfigNetHandler
 
setInboundSettings(TunnelPoolSettings) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
setInboundSettings(Hash, TunnelPoolSettings) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
setInboundSettings(TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
exploratory
setInboundSettings(Hash, TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
 
setInboundSettings(TunnelPoolSettings) - Method in interface net.i2p.router.TunnelManagerFacade
 
setInboundSettings(Hash, 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
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.jrobin.core.Header
 
setInfo(String) - Method in class org.jrobin.core.RrdDb
 
setInitParams(WebAppContext, Map<?, ?>) - Static method in class net.i2p.router.web.LocaleWebAppHandler
 
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
 
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.jrobin.graph.Gif89Frame
 
setInterlaced(boolean) - Method in class org.jrobin.graph.RrdGraphDef
Creates interlaced GIF image (currently not supported, method is present only for RRDTool comaptibility).
setInterpolationMethod(int) - Method in class org.jrobin.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(Hash, byte[]) - Method in class net.i2p.router.transport.TransportImpl
IP of the peer from the last connection (in or out, any transport).
setIp(String) - Method in class net.i2p.router.web.NetDbHelper
 
setIPRestriction(int) - Method in class net.i2p.router.TunnelPoolSettings
 
setIPv4Firewalled(String) - Method in class net.i2p.router.web.ConfigNetHandler
 
setIpv6(String) - Method in class net.i2p.router.web.ConfigNetHandler
 
setIpv6(String) - Method in class net.i2p.router.web.NetDbHelper
 
setIPv6Address(String) - Static method in class org.cybergarage.upnp.ssdp.SSDP
 
setIPv6Firewalled(String) - Method in class net.i2p.router.web.ConfigNetHandler
 
setIsAlive() - Method in class net.i2p.router.Router
Only for Restarter, after soft restart is complete.
setIsFailing(boolean) - Method in class net.i2p.router.peermanager.PeerProfile
deprecated - unused - always false
setIsFull(String) - Method in class net.i2p.router.web.ConfigStatsHandler
 
setIsSuccessful(boolean) - Method in class net.i2p.router.client.LeaseRequestState
 
setIVKey(SessionKey) - Method in class net.i2p.router.tunnel.HopConfig
 
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, 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
 
setKey(String) - Method in class net.i2p.router.web.ConfigKeyringHandler
 
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().
setKeyEstablishedTime(long) - Method in class net.i2p.router.transport.udp.PeerState
Deprecated.
unused
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, 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.ConfigNetHandler
 
setLargeFont(Font) - Method in class org.jrobin.graph.RrdGraphDef
Sets title font.
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
 
setLastUpdateTime(long) - Method in class org.jrobin.core.Header
 
setLatencyMs(int) - Method in class net.i2p.router.transport.TransportBid
 
setLayerKey(SessionKey) - Method in class net.i2p.router.tunnel.HopConfig
 
setLazy(boolean) - Method in class org.jrobin.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.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.jrobin.graph.HRule
 
setLegendVisibility(long, long, boolean) - Method in class org.jrobin.graph.VRule
 
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.jrobin.core.RrdBackend
Sets the number of bytes in the underlying RRD storage.
setLength(long) - Method in class org.jrobin.core.RrdFileBackend
Sets length of the underlying RRD file.
setLength(long) - Method in class org.jrobin.core.RrdJRobin14FileBackend
Sets length of the underlying RRD file.
setLength(long) - Method in class org.jrobin.core.RrdMemoryBackend
Reserves a memory section as a RRD storage.
setLength(long) - Method in class org.jrobin.core.RrdNioBackend
Sets length of the underlying RRD file.
setLength(long) - Method in class org.jrobin.core.RrdNioByteBufferBackend
Sets length of the underlying RRD file.
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) - Static method in class i2p.susi.debug.Debug
 
setLevel(int) - Method in class net.i2p.util.ReusableGZIPOutputStream
 
setLevels(String) - Method in class net.i2p.router.web.ConfigLoggingHandler
 
setLimit(int) - Method in class net.i2p.router.web.NewsFeedHelper
 
setLimit(long, boolean) - Method in class net.i2p.sam.SAMv2StreamSession.SAMv2StreamSessionSocketReader
 
setLimit(int) - Method in class net.i2p.util.LogLimit
 
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(I2NPMessageReader.I2NPMessageEventListener) - Method in class net.i2p.data.i2np.I2NPMessageReader
Deprecated.
 
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
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
 
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.jrobin.core.RrdSafeFileBackendFactory
Sets time between two consecutive file locking attempts.
setLockWaitTime(long) - Static method in class org.jrobin.core.RrdSafeFileBackendFactory
Sets time this backend will wait for a file lock.
setLogarithmic(boolean) - Method in class org.jrobin.graph.RrdGraphDef
Sets logarithmic y-axis scaling.
setLogCookies(boolean) - Method in class net.i2p.jetty.I2PRequestLog
 
setLogDateFormat(String) - Method in class net.i2p.jetty.I2PRequestLog
 
setLogdateformat(String) - Method in class net.i2p.router.web.ConfigLoggingHandler
 
setLogfilename(String) - Method in class net.i2p.router.web.ConfigLoggingHandler
 
setLogfilesize(String) - Method in class net.i2p.router.web.ConfigLoggingHandler
 
setLogformat(String) - Method in class net.i2p.router.web.ConfigLoggingHandler
 
setLogicalDisplay(Dimension, int) - Method in class org.jrobin.graph.GifEncoder
 
setLogLatency(boolean) - Method in class net.i2p.jetty.I2PRequestLog
 
setLogLocale(Locale) - Method in class net.i2p.jetty.I2PRequestLog
 
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
 
setLoopCount(int) - Method in class org.jrobin.graph.GifEncoder
 
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(String) - Method in class org.cybergarage.upnp.AllowedValueRange
 
setMaximumRequired(int) - Method in class net.i2p.router.PeerSelectionCriteria
 
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, boolean) - Method in class org.jrobin.core.Datasource
Sets maximum allowed value for this datasource.
setMaxValue(double) - Method in class org.jrobin.graph.RrdGraphDef
Defines the value normally located at the upper border of the graph.
setMaxWindowSize(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
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
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(MessageId) - Method in class net.i2p.client.impl.MessageState
 
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(MessageId) - Method in class net.i2p.data.i2cp.ReportAbuseMessage
 
setMessageId(long) - Method in class net.i2p.data.i2np.DeliveryStatusMessage
 
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 org.cybergarage.http.HTTPRequest
 
setMimeType(String) - Method in class org.cybergarage.upnp.Icon
 
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.PeerSelectionCriteria
 
setMinMaxValue(double, double, boolean) - Method in class org.jrobin.core.Datasource
Sets min/max values allowed for this datasource.
setMinValue(double, boolean) - Method in class org.jrobin.core.Datasource
Sets minimum allowed value for this datasource.
setMinValue(double) - Method in class org.jrobin.graph.RrdGraphDef
Sets the lower limit of a graph.
setMode(Mode) - Method in class com.google.zxing.qrcode.encoder.QRCode
 
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.ConfigSummaryHandler
 
setMtu(String) - Method in class net.i2p.router.web.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
 
setNameSpace(String, String) - Method in class org.cybergarage.xml.Node
 
setNanSteps(long) - Method in class org.jrobin.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
 
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.ConfigLoggingHandler
 
setNewloglevel(String) - Method in class net.i2p.router.web.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
 
setNextCipherKey(SessionKey) - Method in class net.i2p.router.transport.udp.PeerState
Deprecated.
unused
setNextMACKey(SessionKey) - Method in class net.i2p.router.transport.udp.PeerState
Deprecated.
unused
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.
setNextSendTime(long) - Method in class net.i2p.router.transport.udp.OutboundMessageState
 
setNMPRMode(boolean) - Method in class org.cybergarage.upnp.ControlPoint
 
setNMPRMode(boolean) - Method in class org.cybergarage.upnp.Device
 
setNode(Node) - Method in class org.cybergarage.upnp.xml.NodeData
 
setNode(String) - Method in class org.cybergarage.xml.Node
 
setNode(String, String) - Method in class org.cybergarage.xml.Node
 
setNofilter_config(String) - Method in class net.i2p.router.web.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_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.jrobin.graph.RrdGraphDef
Suppress generation of legend, only render the graph.
setNoMinorGrid(boolean) - Method in class org.jrobin.graph.RrdGraphDef
Use this method to turn off minor grid lines (printed by default)
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, int) - Method in class net.i2p.router.RouterClock
 
setNow(long, int) - Method in interface net.i2p.time.Timestamper.UpdateListener
 
setNow(long) - Method in class net.i2p.util.Clock
 
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.ConfigNetHandler
 
setNtcpAutoPort(String) - Method in class net.i2p.router.web.ConfigNetHandler
 
setNtcphost(String) - Method in class net.i2p.router.web.ConfigNetHandler
 
setNtcpport(String) - Method in class net.i2p.router.web.ConfigNetHandler
 
setNTS(String) - Method in class org.cybergarage.upnp.event.NotifyRequest
 
setNTS(String) - Method in class org.cybergarage.upnp.ssdp.SSDPRequest
 
setOffset(int) - Method in class net.i2p.data.ByteArray
 
setOffset(long, boolean) - Method in class net.i2p.router.RouterClock
Specify how far away from the "correct" time the computer is - a positive value means that the system time is slow, while a negative value means the system time is fast.
setOffset(int) - Method in class net.i2p.router.tunnel.PendingGatewayMessage
move the offset
setOffset(long) - Method in class net.i2p.util.Clock
Specify how far away from the "correct" time the computer is - a positive value means that the system time is slow, while a negative value means the system time is fast.
setOffset(long, boolean) - Method in class net.i2p.util.Clock
Specify how far away from the "correct" time the computer is - a positive value means that the system time is slow, while a negative value means the system time is fast.
setOnFailedReplyJob(Job) - Method in class net.i2p.router.OutNetMessage
 
setOnFailedSendJob(Job) - Method in class net.i2p.router.OutNetMessage
 
setOnlyGraph(boolean) - Method in class org.jrobin.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
setOpenTrackers(List<String>) - Method in class org.klomp.snark.I2PSnarkUtil
 
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.Packet
This sets the from field in the packet to the Destination for the session provided in the constructor.
setOptionalMaxSize(int) - Method in class net.i2p.client.streaming.impl.Packet
This also sets flag FLAG_MAX_PACKET_SIZE_INCLUDED
setOptionalSignature(Signature) - Method in class net.i2p.client.streaming.impl.Packet
This also sets flag FLAG_SIGNATURE_INCLUDED
setOptions(I2PSocketOptions) - Method in interface net.i2p.client.streaming.I2PSocket
Configure the socket
setOptions(ConnectionOptions) - Method in class net.i2p.client.streaming.impl.Connection
Set the ConnectionOptions.
setOptions(I2PSocketOptions) - Method in class net.i2p.client.streaming.impl.I2PSocketFull
 
setOptions(Properties) - Method in class net.i2p.data.i2cp.SessionConfig
Configure the session with the given options; keys and values 255 bytes (not chars) max each Defaults in SessionConfig options are, in general, NOT honored.
setOptions(Properties) - Method in class net.i2p.data.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 class net.i2p.i2ptunnel.socks.SocketWrapper
Does nothing
setOutArgumentValues(ArgumentList) - Method in class org.cybergarage.upnp.Action
 
setOutboundBurstBytes(int) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
 
setOutboundburstfactor(String) - Method in class net.i2p.router.web.ConfigNetHandler
 
setOutboundBurstKBps(int) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
 
setOutboundburstrate(String) - Method in class net.i2p.router.web.ConfigNetHandler
 
setOutboundRandomKey(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setOutboundrate(String) - Method in class net.i2p.router.web.ConfigNetHandler
 
setOutboundSettings(TunnelPoolSettings) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
setOutboundSettings(Hash, TunnelPoolSettings) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
setOutboundSettings(TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
exploratory
setOutboundSettings(Hash, TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
 
setOutboundSettings(TunnelPoolSettings) - Method in interface net.i2p.router.TunnelManagerFacade
 
setOutboundSettings(Hash, 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.jrobin.graph.RrdGraphDef
Sets overlay image - currently, only PNG images can be used as overlay.
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
setPageSize(int) - Method in class i2p.susi.util.Folder
Set page size.
setPairedTunnel(TunnelInfo) - Method in class net.i2p.router.tunnel.pool.PooledTunnelCreatorConfig
Deprecated.
Fix memory leaks caused by references if you need to use pairedTunnel
setParentNode(Node) - Method in class org.cybergarage.xml.Node
 
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.jrobin.core.RrdDef
Sets path to RRD.
setPattern(String) - Static method in class org.klomp.snark.web.Sorters
Sets static field, oh well
setPauseFlushes(boolean) - Method in class net.i2p.router.MessageHistory
Deprecated.
unused
setPayload(ByteArray) - Method in class net.i2p.client.streaming.impl.Packet
 
setPayload(byte[]) - Method in class net.i2p.data.Certificate
 
setPayload(Payload) - Method in class net.i2p.data.i2cp.MessagePayloadMessage
 
setPayload(Payload) - Method in class net.i2p.data.i2cp.SendMessageMessage
 
setPayload(MessageId, Payload) - Method in class net.i2p.router.client.ClientConnectionRunner
Only call if _dontSendMSMOnReceive is false
setPayload(I2NPMessage) - Method in class net.i2p.router.message.PayloadGarlicConfig
Specify the I2NP message to be sent - if this is set, no other cloves can be included in this block
setPeakThroughputKBps(float) - Method in class net.i2p.router.peermanager.PeerProfile
 
setPeakTunnel1mThroughputKBps(float) - Method in class net.i2p.router.peermanager.PeerProfile
 
setPeakTunnelThroughputKBps(float) - Method in class net.i2p.router.peermanager.PeerProfile
 
setPeer(int, Hash) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
 
setPeer(String) - Method in class net.i2p.router.web.ConfigKeyringHandler
 
setPeer(String) - Method in class net.i2p.router.web.ConfigPeerHandler
 
setPeer(String) - Method in class net.i2p.router.web.StatHelper
Caller should strip HTML (XSS)
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
setPeerPublicValue(byte[]) - Method in class net.i2p.router.transport.crypto.DHSessionKeyBuilder
 
setPeers(Set<Hash>) - Method in class net.i2p.data.router.RouterInfo
Deprecated.
Implemented here but unused elsewhere
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.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.GraphHelper
 
setPixelCount(int) - Method in class org.jrobin.data.DataProcessor
Sets the number of pixels (target graph width).
setPoolUsed(boolean) - Method in class org.jrobin.data.DataProcessor
Sets the RrdDbPool usage policy.
setPoolUsed(boolean) - Method in class org.jrobin.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.NetDbHelper
 
setPosition(Point) - Method in class org.jrobin.graph.Gif89Frame
 
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
 
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(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.router.RouterContext
Deprecated.
Use Router.saveConfig()
setProperty(String, String) - Method in class net.i2p.util.I2PProperties
 
setProtocolsAndCiphers(SSLSocket) - Static method in class net.i2p.util.I2PSSLSocketFactory
Select protocols and cipher suites to be used based on configured inclusion and exclusion lists as well as enabled and supported protocols and cipher suites.
setProtocolsAndCiphers(SSLServerSocket) - Static method in class net.i2p.util.I2PSSLSocketFactory
Select protocols and cipher suites to be used based on configured inclusion and exclusion lists as well as enabled and supported protocols and cipher suites.
setProxyAuth(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
Sets whether authentication should be used for client proxy tunnels.
setProxyAuth(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
all proxy auth @since 0.8.2
setProxyHost(String) - Method in class net.i2p.router.web.ConfigUpdateHandler
 
setProxyList(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
what HTTP outproxies should be used (httpclient specific)
setProxyList(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
what HTTP outproxies should be used (httpclient specific)
setProxyPassword(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setProxyPort(String) - Method in class net.i2p.router.web.ConfigUpdateHandler
 
setProxyUsername(String) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setProxyUsername(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setPublicKey(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
setPurpose(int) - Method in class net.i2p.router.PeerSelectionCriteria
 
setQuantity(int) - Method in class net.i2p.router.TunnelPoolSettings
 
setQuery(String) - Method in class net.i2p.router.web.SearchHelper
 
setQueryListener(QueryListener) - Method in class org.cybergarage.upnp.Device
 
setQueryListener(QueryListener, boolean) - 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
 
setQueryResponse(QueryResponse) - Method in class org.cybergarage.upnp.xml.StateVariableData
 
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.ConfigNetHandler
 
setRateStat(RateStat) - Method in class net.i2p.stat.Rate
 
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
setReadTimeout(long) - Method in interface net.i2p.client.streaming.I2PSocket
Define how long we will wait blocked on a read() operation (-1 will make the socket wait forever).
setReadTimeout(long) - Method in interface net.i2p.client.streaming.I2PSocketOptions
What is the longest we'll block on the input stream while waiting for more data.
setReadTimeout(long) - Method in class net.i2p.client.streaming.impl.I2PSocketFull
 
setReadTimeout(long) - Method in class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
What is the longest we'll block on the input stream while waiting for more data.
setReadTimeout(int) - Method in class net.i2p.client.streaming.impl.MessageInputStream
how long a read() call should block (if less than 0, block indefinitely, but if it is 0, do not block at all)
setReadTimeout(long) - Method in class net.i2p.i2ptunnel.I2PTunnelClient
 
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 @since 0.7.14
setReceiveFrom(Hash) - Method in class net.i2p.router.tunnel.HopConfig
 
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
 
setReceiveTunnelId(byte[]) - 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.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.TunnelBuildMessageBase
 
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.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
 
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.
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
 
setReplyIV(byte[]) - Method in class net.i2p.router.tunnel.HopConfig
IV used to encrypt the reply sent for the new tunnel creation crypto
setReplyKey(SessionKey) - Method in class net.i2p.router.tunnel.HopConfig
 
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(SessionKey, SessionTag) - Method in class net.i2p.data.i2np.DatabaseLookupMessage
Only worthwhile if sending reply via tunnel
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(StateVariable) - Method in class org.cybergarage.upnp.control.QueryRequest
 
setRequest(Subscriber, String, String) - Method in class org.cybergarage.upnp.event.NotifyRequest
 
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.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.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.ReseedHandler
 
setResendDelay(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
setResendDelay(int) - Method in class net.i2p.client.streaming.impl.Packet
Unused.
setResendPacketEvent(SimpleTimer2.TimedEvent) - Method in class net.i2p.client.streaming.impl.PacketLocal
 
setResetDeletionMarks(String) - Method in class i2p.susi.dns.AddressbookBean
 
setResourceBase(File) - Method in class org.klomp.snark.web.BasicServlet
Files are served from here
setResponse(Action) - Method in class org.cybergarage.upnp.control.ActionResponse
 
setResponse(StateVariable) - Method in class org.cybergarage.upnp.control.QueryResponse
 
setResponse(int) - Method in class org.cybergarage.upnp.event.SubscriptionResponse
 
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
setRigid(boolean) - Method in class org.jrobin.graph.RrdGraphDef
Sets rigid boundaries mode.
setRootNode(Node) - Method in class org.cybergarage.upnp.Device
 
setRouter(Hash) - Method in class net.i2p.data.i2np.DeliveryInstructions
required for ROUTER or TUNNEL
setRouter(String) - Method in class net.i2p.router.web.NetDbHelper
 
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.jrobin.core.ArcDef
 
setSave(String) - Method in class net.i2p.router.web.ConfigNetHandler
 
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.
setSeed(byte[]) - Method in class net.i2p.util.FortunaRandomSource
 
setSeed(boolean) - Method in class org.klomp.snark.dht.Peer
 
setSendAckDelay(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
Unused except here, so expect the default initial delay of 2000 ms 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
 
setSendTunnelId(byte[]) - Method in class net.i2p.router.tunnel.HopConfig
 
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(SAMv3RawSession) - Method in class net.i2p.sam.SAMv3Handler
For subsessions created by MasterSession
setSession(SAMv3DatagramSession) - Method in class net.i2p.sam.SAMv3Handler
For subsessions created by MasterSession
setSession(SAMv3StreamSession) - Method in class net.i2p.sam.SAMv3Handler
For subsessions created by MasterSession
setSessionConfig(SessionConfig) - Method in class net.i2p.data.i2cp.CreateSessionMessage
 
setSessionConfig(SessionConfig) - Method in class net.i2p.data.i2cp.ReconfigureSessionMessage
 
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(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(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(int) - Method in class net.i2p.data.i2cp.SessionId
 
setSessionId(SessionId) - Method in class net.i2p.data.i2cp.SessionStatusMessage
 
setSessionId(Hash, SessionId) - Method in class net.i2p.router.client.ClientConnectionRunner
To be called only by ClientManager.
setSessionListener(I2PSessionListener) - Method in interface net.i2p.client.I2PSession
Instruct the I2PSession where it should send event notifications WARNING: It is recommended that you use a method that specifies the protocol and ports.
setSessionListener(I2PSessionListener) - Method in class net.i2p.client.impl.I2PSessionImpl
configure the listener
setSessionListener(I2PSessionListener) - Method in class net.i2p.client.impl.I2PSessionMuxedImpl
listen on all protocols and ports
setSettings(TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.TunnelPool
 
setSettings(Map) - Method in class net.i2p.router.web.FormHandler
For many forms, it's easiest just to put all the parameters here.
setSeverity(int) - Method in class net.i2p.data.i2cp.AbuseSeverity
 
setSeverity(AbuseSeverity) - Method in class net.i2p.data.i2cp.ReportAbuseMessage
 
setShared(boolean) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
 
setShared(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setShared(boolean) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setSharePercentage(String) - Method in class net.i2p.router.web.ConfigNetHandler
 
setShouldsave(String) - Method in class net.i2p.router.web.ConfigAdvancedHandler
 
setShouldsave(String) - Method in class net.i2p.router.web.ConfigLoggingHandler
 
setShouldsave(String) - Method in class net.i2p.router.web.ConfigTunnelsHandler
 
setShouldsave(String) - Method in class net.i2p.router.web.ConfigUIHandler
 
setShowEvents(String) - Method in class net.i2p.router.web.GraphHelper
 
setShowSignature(boolean) - Method in class org.jrobin.graph.RrdGraphDef
Shows or hides graph signature (gator) in the top right corner of the graph
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(Signature) - Method in class net.i2p.data.DatabaseEntry
Configure the proof that the entity stands behind the info here
setSignature(Signature) - Method in class net.i2p.data.i2cp.SessionConfig
 
setSignature(String) - Method in class org.jrobin.graph.RrdGraphDef
Sets the signature string that runs along the right-side of the graph.
setSignedCert(PrivateKeyFile) - Method in class net.i2p.data.PrivateKeyFile
sign this dest by dest found in pkf2 - caller must also call write()
setSigner(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setSigningKey(SigningPublicKey) - Method in class net.i2p.data.LeaseSet
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) - 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.jrobin.graph.RrdGraphDef
Sets default font for graphing.
setSOAPAction(String) - Method in class org.cybergarage.soap.SOAPRequest
 
setSocket(I2PSocketFull) - Method in class net.i2p.client.streaming.impl.Connection
 
setSocket(Socket) - Method in class net.i2p.util.SocketTimeout
 
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
Deprecated.
unsupported
setSort(String) - Method in class net.i2p.router.web.PeerHelper
 
setSortingDirection(Folder.SortOrder) - Method in class i2p.susi.util.Folder
Sets the sorting direction of the folder.
setSoTimeout(long) - Method in interface net.i2p.client.streaming.I2PServerSocket
Set Sock Option accept timeout
setSoTimeout(long) - Method in class net.i2p.client.streaming.impl.ConnectionManager
Set the socket accept() timeout.
setSoTimeout(long) - Method in class net.i2p.client.streaming.impl.I2PServerSocketFull
 
setSoTimeout(int) - Method in class net.i2p.client.streaming.impl.StandardServerSocket
 
setSoTimeout(int) - Method in class net.i2p.client.streaming.impl.StandardSocket
 
setSoTimeout(int) - Method in class net.i2p.util.InternalServerSocket
warning - unsupported
setSoTimeout(int) - Method in class net.i2p.util.InternalSocket
warning - unsupported
setSpeed(String) - Method in class net.i2p.router.web.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.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.
setStartOnLoad(boolean) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
If called with any value, we want this tunnel to start whenever it is loaded (aka right now and whenever the router is started up)
setStartOnLoad(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
If called with any value, we want this tunnel to start whenever it is loaded (aka right now and whenever the router is started up)
setStartTime(long) - Method in class org.jrobin.core.RrdDef
Sets RRD's starting timestamp.
setStartTime(Date) - Method in class org.jrobin.core.RrdDef
Sets RRD's starting timestamp.
setStartTime(Calendar) - Method in class org.jrobin.core.RrdDef
Sets RRD's starting timestamp.
setStartTime(long) - Method in class org.jrobin.graph.RrdGraphDef
Sets the time when the graph should begin.
setStartupDelay(int) - Method in class org.klomp.snark.I2PSnarkUtil
 
setStat(String) - Method in class net.i2p.router.web.GraphHelper
For single stat page
setStatList(String[]) - Method in class net.i2p.router.web.ConfigStatsHandler
 
setStatLog(StatLog) - Method in class net.i2p.stat.RateStat
 
setStatLog(StatLog) - Method in class net.i2p.stat.StatManager
 
setStatus(int) - Method in class net.i2p.data.i2cp.MessageStatusMessage
 
setStatus(int) - Method in class net.i2p.data.i2cp.SessionStatusMessage
 
setStatus(String) - Method in class net.i2p.router.networkdb.reseed.ReseedChecker
Status from current reseed attempt
setStatus(int, String) - Method in class org.cybergarage.upnp.Action
 
setStatus(int) - Method in class org.cybergarage.upnp.Action
 
setStatus(int, String) - Method in class org.cybergarage.upnp.StateVariable
 
setStatus(int) - Method in class org.cybergarage.upnp.StateVariable
 
setStatusCode(int) - Method in class org.cybergarage.http.HTTPResponse
 
setStatusCode(int) - Method in class org.cybergarage.http.HTTPStatus
 
setStep(String) - Method in class org.cybergarage.upnp.AllowedValueRange
 
setStep(long) - Method in class org.jrobin.core.RrdDef
Sets RRD's time step.
setStep(long) - Method in class org.jrobin.data.DataProcessor
Roughly corresponds to the --step option in RRDTool's graph/xport commands.
setStep(long) - Method in class org.jrobin.graph.RrdGraphDef
Suggests which time step should be used by JRobin while processing data from RRD files.
setStorage(Storage) - Method in class org.klomp.snark.PeerCoordinator
Sets the storage after transition out of magnet mode Snark calls this after we call gotMetaInfo()
setStringHeader(String, String, String, String) - Method in class org.cybergarage.http.HTTPPacket
 
setStringHeader(String, String) - Method in class org.cybergarage.http.HTTPPacket
 
setSubscribeRequest(Service, String, long) - Method in class org.cybergarage.upnp.event.SubscriptionRequest
 
setSubscriptionTime(long) - Method in class org.cybergarage.upnp.event.Subscriber
 
setSummaryListener(RateSummaryListener) - Method in class net.i2p.stat.Rate
 
setSybil(String) - Method in class net.i2p.router.web.NetDbHelper
 
setSybil2(String) - Method in class net.i2p.router.web.NetDbHelper
For form, same as above but with a length check
setSyncPeriod(int) - Static method in class org.jrobin.core.RrdNioBackendFactory
Sets time between consecutive background synchronizations.
setSyncPeriod(int) - Method in class org.jrobin.core.SyncManager
 
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.ConfigNetHandler
 
setTestJob(TestJob) - Method in class net.i2p.router.tunnel.pool.PooledTunnelCreatorConfig
Deprecated.
unused, which makes _testJob unused - why is it here
setTheme(String) - Method in class net.i2p.router.web.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
 
setTime(long) - Method in class org.jrobin.core.Sample
Sets sample timestamp.
setTimeAxis(int, int, int, int, int, int, int, String) - Method in class org.jrobin.graph.RrdGraphDef
Configures x-axis grid and labels.
setTimeout(int) - Method in class org.cybergarage.http.HTTPServer
Set the current socket timeout
setTimeOut(long) - Method in class org.cybergarage.upnp.event.Subscriber
 
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
 
setTimeoutCommand(Runnable) - Method in class net.i2p.util.SocketTimeout
 
setTimeSpan(long, long) - Method in class org.jrobin.graph.RrdGraphDef
Sets starting and ending time for the for the graph.
setTimeSpan(long[]) - Method in class org.jrobin.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.jrobin.core.FetchData
 
setTimestamps(long[]) - Method in class org.jrobin.data.PercentileDef
 
setTimestamps(long[]) - Method in class org.jrobin.data.Source
 
setTimeToLive(int) - Static method in class org.cybergarage.upnp.UPnP
 
setTitle(String) - Method in class org.jrobin.graph.RrdGraphDef
Defines a title to be written into the graph.
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
 
setTotalValues(double) - Method in class net.i2p.stat.RateAverages
 
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
 
setTransparent(int) - Method in class org.jrobin.graph.GifColorTable
 
setTransparentIndex(int) - Method in class org.jrobin.graph.GifEncoder
 
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
 
setTrustedKeys(String) - Method in class net.i2p.router.web.ConfigUpdateHandler
 
setTunnel(I2PTunnel) - Method in class net.i2p.i2ptunnel.I2PTunnelTask
for apps that use multiple I2PTunnel instances
setTunnel(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setTunnelBackupQuantity(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
how many tunnels to hold in reserve to guard against failures
setTunnelBackupQuantity(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
how many 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
setTunnelDepth(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
how many hops to use for inbound tunnels
setTunnelHistory(TunnelHistory) - Method in class net.i2p.router.peermanager.PeerProfile
 
setTunnelId(TunnelId) - Method in class net.i2p.data.i2np.DeliveryInstructions
required for TUNNEL
setTunnelId(long) - Method in class net.i2p.data.i2np.TunnelDataMessage
(correctly) Invalidates stored checksum
setTunnelId(TunnelId) - Method in class net.i2p.data.i2np.TunnelDataMessage
(correctly) Invalidates stored checksum
setTunnelId(TunnelId) - Method in class net.i2p.data.i2np.TunnelGatewayMessage
 
setTunnelId(TunnelId) - Method in class net.i2p.data.Lease
Configure the tunnel on the gateway to communicate with
setTunnelId(long) - Method in class net.i2p.data.TunnelId
 
setTunnelPool(TunnelPool) - Method in class net.i2p.router.tunnel.pool.PooledTunnelCreatorConfig
 
setTunnelQuantity(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
how many parallel inbound tunnels to use
setTunnelQuantity(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
how many parallel inbound 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
 
setTunnelVariance(int) - Method in class net.i2p.i2ptunnel.ui.TunnelConfig
how much randomisation to apply to the depth of tunnels
setTunnelVariance(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
how much randomisation to apply to the depth of tunnels
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.EventLogHelper
 
setType(String) - Method in class net.i2p.router.web.NetDbHelper
 
setUDN(String) - Method in class org.cybergarage.upnp.Device
 
setUdpAutoIP(String) - Method in class net.i2p.router.web.ConfigNetHandler
 
setUdpHost1(String) - Method in class net.i2p.router.web.ConfigNetHandler
 
setUdpPort(String) - Method in class net.i2p.router.web.ConfigNetHandler
 
setUnencryptedData(byte[]) - Method in class net.i2p.data.Payload
Populate the message body with data.
setUniformDelay(int) - Method in class org.jrobin.graph.GifEncoder
 
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.jrobin.graph.RrdGraphDef
Sets unit to be displayed on y axis.
setUnitsExponent(int) - Method in class org.jrobin.graph.RrdGraphDef
Sets the 10**unitsExponent scaling of the y-axis values.
setUnitsLength(int) - Method in class org.jrobin.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.ConfigUIHandler
 
setUnpromptedDbStoreNew(long) - Method in class net.i2p.router.peermanager.DBHistory
 
setUnpromptedDbStoreOld(long) - Method in class net.i2p.router.peermanager.DBHistory
 
setUnsubscribeRequest(Service) - Method in class org.cybergarage.upnp.event.SubscriptionRequest
 
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
 
setupconn(String[]) - Static method in class net.i2p.BOB.Demos.echo.echoclient.Main
 
setupconn(String[]) - Static method in class net.i2p.BOB.Demos.echo.echoserver.Main
 
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.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.ConfigNetHandler
 
setupServer() - Method in class net.i2p.i2ptunnel.socks.SOCKS4aServer
 
setupServer() - Method in class net.i2p.i2ptunnel.socks.SOCKS5Server
 
setupServer() - Method in class net.i2p.i2ptunnel.socks.SOCKSServer
Perform server initialization (expecially regarding protected variables).
setURI(String, boolean) - Method in class org.cybergarage.http.HTTPRequest
 
setURI(String) - Method in class org.cybergarage.http.HTTPRequest
 
setURL(String) - Method in class org.cybergarage.upnp.Icon
 
setUrlBase(String) - Method in class net.i2p.router.web.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
 
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(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(int) - 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(int) - Method in class org.cybergarage.upnp.StateVariable
 
setValue(long) - 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(int) - Method in class org.cybergarage.xml.Node
 
setValue(int, double) - Method in class org.jrobin.core.Robin
Sets the i-th value in the Robin archive.
setValue(String, double) - Method in class org.jrobin.core.Sample
Sets single data source value in the sample.
setValue(int, double) - Method in class org.jrobin.core.Sample
Sets single datasource value using data source index.
setValue(double) - Method in class org.jrobin.data.SDef
 
setValueAxis(double, int) - Method in class org.jrobin.graph.RrdGraphDef
Sets vertical axis grid and labels.
setValues(double[][]) - Method in class org.jrobin.core.FetchData
 
setValues(double[]) - Method in class org.jrobin.core.Robin
Updates archived values in bulk.
setValues(double) - Method in class org.jrobin.core.Robin
(Re)sets all values in this archive to the same value.
setValues(double[]) - Method in class org.jrobin.core.Sample
Sets some (possibly all) data source values in bulk.
setValues(double[]) - Method in class org.jrobin.data.Source
 
setVariable(String, String) - Method in class org.jrobin.core.XmlTemplate
Sets value for a single XML template variable.
setVariable(String, int) - Method in class org.jrobin.core.XmlTemplate
Sets value for a single XML template variable.
setVariable(String, long) - Method in class org.jrobin.core.XmlTemplate
Sets value for a single XML template variable.
setVariable(String, double) - Method in class org.jrobin.core.XmlTemplate
Sets value for a single XML template variable.
setVariable(String, Color) - Method in class org.jrobin.core.XmlTemplate
Sets value for a single XML template variable.
setVariable(String, Date) - Method in class org.jrobin.core.XmlTemplate
Sets value for a single XML template variable.
setVariable(String, Calendar) - Method in class org.jrobin.core.XmlTemplate
Sets value for a single XML template variable.
setVariable(String, boolean) - Method in class org.jrobin.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(Version) - Method in class com.google.zxing.qrcode.encoder.QRCode
 
setVersion(String) - Method in class net.i2p.router.web.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.jrobin.graph.RrdGraphDef
Sets vertical label on the left side of the graph.
setW(String) - Method in class net.i2p.router.web.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
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(String) - Method in class net.i2p.router.web.GraphHelper
 
setWidth(String) - Method in class org.cybergarage.upnp.Icon
 
setWidth(int) - Method in class org.cybergarage.upnp.Icon
 
setWidth(int) - Method in class org.jrobin.graph.RrdGraphDef
Sets width of the drawing area within the graph.
setWindowSize(int) - Method in class net.i2p.client.streaming.impl.ConnectionOptions
 
setWirelessMode(boolean) - Method in class org.cybergarage.upnp.Device
 
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(long) - Method in interface net.i2p.client.streaming.I2PSocketOptions
What is the longest we'll block on the output stream while waiting for the data to flush.
setWriteTimeout(long) - Method in class net.i2p.client.streaming.impl.I2PSocketOptionsImpl
What is the longest we'll block on the output stream while waiting for the data to flush.
setWriteTimeout(int) - Method in class net.i2p.client.streaming.impl.MessageOutputStream
 
setXff(double) - Method in class org.jrobin.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
 
setZipURL(String) - Method in class net.i2p.router.web.ConfigUpdateHandler
 
SevenBit - Class in i2p.susi.webmail.encoding
 
SevenBit() - Constructor for class i2p.susi.webmail.encoding.SevenBit
 
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() - 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
 
SHA256Generator - Class in net.i2p.crypto
Defines a wrapper for SHA-256 operation.
SHA256Generator(I2PAppContext) - Constructor for class net.i2p.crypto.SHA256Generator
 
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
 
shortSender - Variable in class i2p.susi.webmail.Mail
 
shortSubject - Variable in class i2p.susi.webmail.Mail
 
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 class org.klomp.snark.SnarkManager
 
shouldCompress(int) - Method in class net.i2p.client.impl.I2PSessionImpl2
 
shouldCompress() - Method in class net.i2p.i2ptunnel.HTTPResponseOutputStream
 
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.jrobin.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?
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, int) - Method in class net.i2p.crypto.SessionKeyManager
 
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?
shouldShowLog() - Method in class net.i2p.router.web.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.HomeHelper
 
shouldShowSystray() - Method in class net.i2p.router.web.ConfigServiceHandler
Should we show the systray controls?
shouldShowWelcome() - Method in class net.i2p.router.web.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?
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, TunnelId) - Method in class net.i2p.router.networkdb.kademlia.LookupThrottler
increments before checking
shouldThrottle(byte[]) - Method in class net.i2p.router.transport.udp.IPThrottler
Increments before checking
shouldThrottle(Hash) - Method in class net.i2p.router.tunnel.pool.ParticipatingThrottler
increments before checking
shouldThrottle(Hash) - Method in class net.i2p.router.tunnel.pool.RequestThrottler
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
 
shouldWarn() - Method in class net.i2p.util.Log
 
showFirewallWarning() - Method in class net.i2p.router.web.SummaryHelper
Should we warn about a possible firewall problem?
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.ConfigClientsHelper
 
showSignature - Variable in class org.jrobin.graph.RrdGraphDef
 
shutdown() - Method in class gnu.crypto.prng.AsyncFortunaStandalone
Note - methods may hang or NPE or throw IllegalStateExceptions after this
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
 
shutdown() - Method in class net.i2p.client.naming.BlockfileNamingService
 
shutdown() - Method in class net.i2p.client.naming.MetaNamingService
 
shutdown() - Method in class net.i2p.client.naming.NamingService
Parent will call when removed.
shutdown() - Method in class net.i2p.client.naming.SingleFileNamingService
 
shutdown() - Method in class net.i2p.client.streaming.impl.ConnectionManager
Kill all connections and the timers.
shutdown() - Method in class net.i2p.crypto.ElGamalEngine
Note that this stops the precalc thread and it cannot be restarted.
shutdown() - Method in class net.i2p.crypto.SessionKeyManager
Called when the system is closing down, instructing the session key manager to take whatever precautions are necessary (saving state, etc)
shutdown() - Method in class net.i2p.crypto.YKGenerator
Stop the background precalc thread.
shutdown(String[]) - Method in class net.i2p.desktopgui.Main
 
shutDown(RouterContext) - Static method in class net.i2p.desktopgui.router.RouterManager
Stop the running I2P instance.
shutdown(String[]) - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
ClientApp interface
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(String[]) - Method in class net.i2p.jetty.JettyStart
 
shutdown(String) - Method in class net.i2p.router.client.ClientManager
 
shutdown() - Method in class net.i2p.router.client.ClientManagerFacadeImpl
 
shutdown(String) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
 
shutdown(String) - Method in class net.i2p.router.ClientManagerFacade
 
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.TransientSessionKeyManager
 
shutdown() - Method in class net.i2p.router.dummy.DummyClientManagerFacade
 
shutdown(String) - Method in class net.i2p.router.dummy.DummyClientManagerFacade
 
shutdown() - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
 
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.networkdb.kademlia.FloodfillNetworkDatabaseFacade
If we are floodfill, turn it off and tell everybody.
shutdown() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
shutdown(String[]) - Method in class net.i2p.router.news.NewsManager
ClientApp interface
shutdown() - Method in class net.i2p.router.peermanager.PeerManagerFacadeImpl
 
shutdown(int) - Method in class net.i2p.router.Router
Shutdown with no chance of cancellation.
shutdown() - Method in interface net.i2p.router.Service
Instruct the service that the router is shutting down and that it should do whatever is necessary to go down gracefully.
shutdown() - Method in class net.i2p.router.startup.RouterAppManager
 
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.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(int) - Method in class net.i2p.router.tunnel.pool.BuildHandler
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(String[]) - Method in class net.i2p.router.update.ConsoleUpdateManager
ClientApp interface
shutdown() - Method in class net.i2p.router.update.UpdateRunner
 
shutdown(String[]) - Method in class net.i2p.router.web.RouterConsoleRunner
 
shutdown(String[]) - Method in class net.i2p.sam.SAMBridge
As of 0.9.20, stops running handlers and sessions.
shutDown() - Method in class net.i2p.sam.SAMDatagramSession
 
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() - 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 class org.jrobin.core.RrdNioBackendFactory
 
shutdown() - Method in class org.jrobin.core.SyncManager
 
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
 
shutdown2(int) - Method in class net.i2p.router.Router
Cancel the JVM runtime hook before calling this.
shutDownGracefully(RouterContext) - Static method in class net.i2p.desktopgui.router.RouterManager
Stop the running I2P instance.
shutdownGracefully() - Method in class net.i2p.router.Router
Non-blocking shutdown.
shutdownGracefully(int) - Method in class net.i2p.router.Router
Non-blocking shutdown.
shutDownGracefully() - Method in class net.i2p.sam.SAMStreamSession.StreamSender
Stop a SAM STREAM session socket sender gracefully: stop the sender thread once all pending data has been sent.
ShutdownHook - Class in net.i2p.router.tasks
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
Deprecated.
unsupported
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
Deprecated.
unsupported
SID - Static variable in class org.cybergarage.http.HTTP
 
sig - Variable in class net.i2p.router.news.BlocklistEntries
 
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
sign(SigningPrivateKey) - Method in class net.i2p.client.naming.HostTxtEntry
Sign and set the "sig" property Must have been constructed with non-null properties.
sign(byte[], SigningPrivateKey) - Method in class net.i2p.crypto.DSAEngine
Sign using any key type.
sign(byte[], int, int, SigningPrivateKey) - Method in class net.i2p.crypto.DSAEngine
Sign using any key type as of 0.9.12 (DSA-SHA1 only prior to that)
sign(InputStream, SigningPrivateKey) - Method in class net.i2p.crypto.DSAEngine
Sign using DSA-SHA1 ONLY.
sign(SHA1Hash, SigningPrivateKey) - Method in class net.i2p.crypto.DSAEngine
Sign using DSA-SHA1 ONLY.
sign(Hash, SigningPrivateKey) - Method in class net.i2p.crypto.DSAEngine
Nonstandard.
sign(SimpleDataStructure, SigningPrivateKey) - Method in class net.i2p.crypto.DSAEngine
Generic signature type.
sign(SimpleDataStructure, PrivateKey, SigType) - Method in class net.i2p.crypto.DSAEngine
Generic signature type.
sign(String, String, String, String) - Method in class net.i2p.crypto.TrustedUpdate
Uses the given private key to sign the given input file along with its version string using DSA.
sign(String, String, SigningPrivateKey, String) - Method in class net.i2p.crypto.TrustedUpdate
Uses the given SigningPrivateKey to sign the given input file along with its version string using DSA.
sign(SigningPrivateKey) - Method in class net.i2p.data.DatabaseEntry
Sign the structure using the supplied signing key
sign(String, Hash) - Method in class net.i2p.router.crypto.FamilyKeyCrypto
Caller must add family to RI also.
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(SigType) - Constructor for class net.i2p.data.Signature
Unknown type not allowed as we won't know the length to read in the data.
Signature(byte[]) - Constructor for class net.i2p.data.Signature
 
Signature(SigType, byte[]) - Constructor for class net.i2p.data.Signature
Should we allow an unknown type here?
SIGNATURE - Static variable in class org.jrobin.core.Header
 
signature - Variable in class org.jrobin.graph.RrdGraphDef
 
SIGNATURE_BYTES - Static variable in class net.i2p.data.Signature
40
SIGNATURE_LENGTH - Static variable in class org.jrobin.core.Header
 
signer - Variable in class net.i2p.router.news.BlocklistEntries
 
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(SigType) - Constructor for class net.i2p.data.SigningPrivateKey
 
SigningPrivateKey(byte[]) - Constructor for class net.i2p.data.SigningPrivateKey
 
SigningPrivateKey(SigType, byte[]) - Constructor for class net.i2p.data.SigningPrivateKey
 
SigningPrivateKey(String) - Constructor for class net.i2p.data.SigningPrivateKey
constructs from base64
signingPrivateKey - Variable in class net.i2p.router.startup.LoadRouterInfoJob.KeyData
 
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(SigType) - Constructor for class net.i2p.data.SigningPublicKey
 
SigningPublicKey(byte[]) - Constructor for class net.i2p.data.SigningPublicKey
 
SigningPublicKey(SigType, byte[]) - Constructor for class net.i2p.data.SigningPublicKey
 
SigningPublicKey(String) - Constructor for class net.i2p.data.SigningPublicKey
constructs from base64
signInner(SigningPrivateKey) - Method in class net.i2p.client.naming.HostTxtEntry
Sign and set the "oldsig" property Must have been constructed with non-null properties.
signLeaseSet(LeaseSet, 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
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
 
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.
SimpleTimer2.TimedEvent(SimpleTimer2) - Constructor for class net.i2p.util.SimpleTimer2.TimedEvent
must call schedule() later
SimpleTimer2.TimedEvent(SimpleTimer2, long) - Constructor for class net.i2p.util.SimpleTimer2.TimedEvent
automatically schedules, don't use this one if you have other things to do first
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
 
sink - Variable in class net.i2p.i2ptunnel.streamr.Pinger
 
sink - Variable in class net.i2p.i2ptunnel.udp.I2PSource
 
Sink - Interface in net.i2p.i2ptunnel.udp
 
sink - Variable in class net.i2p.i2ptunnel.udp.UDPSource
 
SipHash - Class in net.i2p.util
Wrapper around SipHashInline with constant per-JVM keys
SipHash() - Constructor for class net.i2p.util.SipHash
 
SipHashInline - Class in net.i2p.crypto
SipHash implementation with hand inlining the SIPROUND.
size(Properties) - Method in class net.i2p.client.naming.BlockfileNamingService
 
size(Properties) - Method in class net.i2p.client.naming.MetaNamingService
All services aggregated
size() - Method in class net.i2p.client.naming.NamingService
 
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() - Method in class net.i2p.data.Certificate
 
size() - Method in class net.i2p.data.Destination
 
size() - Method in class net.i2p.data.LeaseSet
Number of bytes, NOT including signature
size() - Method in class net.i2p.kademlia.KBucketSet
The current number of entries.
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.RemovableSingletonSet
 
size() - Method in class net.i2p.util.ConcurrentHashSet
 
size - Variable in class net.metanotion.util.skiplist.SkipList
 
size() - Method in class net.metanotion.util.skiplist.SkipList
 
size - Variable in class org.jrobin.core.jrrd.Archive
 
size - Variable in class org.jrobin.core.jrrd.CDPStatusBlock
 
size - Variable in class org.jrobin.core.jrrd.DataSource
 
size - Variable in class org.jrobin.core.jrrd.Header
 
size - Variable in class org.jrobin.core.jrrd.PDPStatusBlock
 
size() - Method in class org.klomp.snark.BitField
Return the size of the BitField.
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 - Variable in class org.mortbay.util.LineInput.LineBuffer
 
size() - Method in class org.xlattice.crypto.filters.BloomSHA1
Returns the number of keys which have been inserted.
skip(InputStream, long) - Static method in class net.i2p.data.DataHelper
This is different than InputStream.skip(), in that it does repeated reads until the full amount is skipped.
skip(long) - Method in class net.i2p.util.TranslateReader
 
skip(long) - Method in class org.mortbay.util.LineInput
 
skipBytes(int) - Method in class net.metanotion.io.RAIFile
 
skipBytes(int) - Method in interface net.metanotion.io.RandomAccessInterface
 
skipBytes(int) - Method in class org.jrobin.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.jrobin.core.timespec.TimeToken
 
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, String, int, StorageListener, CoordinatorListener, CompleteListener, PeerCoordinatorSet, ConnectionAcceptor, boolean, String) - Constructor for class org.klomp.snark.Snark
multitorrent
Snark(I2PSnarkUtil, String, String, int, StorageListener, CoordinatorListener, CompleteListener, PeerCoordinatorSet, ConnectionAcceptor, boolean, String, File) - Constructor for class org.klomp.snark.Snark
multitorrent
Snark(I2PSnarkUtil, String, byte[], String, CompleteListener, PeerCoordinatorSet, ConnectionAcceptor, boolean, String) - Constructor for class org.klomp.snark.Snark
multitorrent, magnet
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.
 
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_HANDLER_BUF_SIZE - Static variable in class net.i2p.sam.SAMStreamSession
 
SocketListener - Interface in net.i2p.router.transport.udp
 
socketMgr - Variable in class net.i2p.sam.SAMStreamSession
 
SocketTimeout - Class in net.i2p.util
This should be deprecated.
SocketTimeout(long) - Constructor for class net.i2p.util.SocketTimeout
 
SocketTimeout(Socket, long) - Constructor for class net.i2p.util.SocketTimeout
 
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
 
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.
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.i2ptunnel.socks
Exception thrown by socket methods
SOCKSException() - Constructor for exception net.i2p.i2ptunnel.socks.SOCKSException
 
SOCKSException(String) - Constructor for exception net.i2p.i2ptunnel.socks.SOCKSException
 
SOCKSException(String, Throwable) - Constructor for exception net.i2p.i2ptunnel.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
 
sortBy(String) - Method in class i2p.susi.util.Folder
Activates sorting by the choosen Comparator.
sorter - Static variable in class i2p.susi.dns.AddressbookBean
 
Sorters - Class in net.i2p.router.transport.udp
Comparators for various columns
Sorters() - Constructor for class net.i2p.router.transport.udp.Sorters
 
Sorters - Class in org.klomp.snark.web
Comparators for various columns
Sorters() - Constructor for class org.klomp.snark.web.Sorters
 
Sorters.AlphaComparator - Class in net.i2p.router.transport.udp
 
Sorters.AlphaComparator() - Constructor for class net.i2p.router.transport.udp.Sorters.AlphaComparator
 
Sorters.CwndComparator - Class in net.i2p.router.transport.udp
 
Sorters.CwndComparator() - Constructor for class net.i2p.router.transport.udp.Sorters.CwndComparator
 
Sorters.DupComparator - Class in net.i2p.router.transport.udp
 
Sorters.DupComparator() - Constructor for class net.i2p.router.transport.udp.Sorters.DupComparator
 
Sorters.FileAndIndex - Class in org.klomp.snark.web
Class to precompute and efficiently sort data on a torrent file entry.
Sorters.FileAndIndex(File, Storage, long[]) - Constructor for class org.klomp.snark.web.Sorters.FileAndIndex
 
Sorters.IdleInComparator - Class in net.i2p.router.transport.udp
 
Sorters.IdleInComparator() - Constructor for class net.i2p.router.transport.udp.Sorters.IdleInComparator
 
Sorters.IdleOutComparator - Class in net.i2p.router.transport.udp
 
Sorters.IdleOutComparator() - Constructor for class net.i2p.router.transport.udp.Sorters.IdleOutComparator
 
Sorters.MTUComparator - Class in net.i2p.router.transport.udp
 
Sorters.MTUComparator() - Constructor for class net.i2p.router.transport.udp.Sorters.MTUComparator
 
Sorters.PeerComparator - Class in net.i2p.router.transport.udp
 
Sorters.PeerComparator() - Constructor for class net.i2p.router.transport.udp.Sorters.PeerComparator
 
Sorters.RateInComparator - Class in net.i2p.router.transport.udp
 
Sorters.RateInComparator() - Constructor for class net.i2p.router.transport.udp.Sorters.RateInComparator
 
Sorters.RateOutComparator - Class in net.i2p.router.transport.udp
 
Sorters.RateOutComparator() - Constructor for class net.i2p.router.transport.udp.Sorters.RateOutComparator
 
Sorters.RecvCountComparator - Class in net.i2p.router.transport.udp
 
Sorters.RecvCountComparator() - Constructor for class net.i2p.router.transport.udp.Sorters.RecvCountComparator
 
Sorters.ResendComparator - Class in net.i2p.router.transport.udp
 
Sorters.ResendComparator() - Constructor for class net.i2p.router.transport.udp.Sorters.ResendComparator
 
Sorters.RTOComparator - Class in net.i2p.router.transport.udp
 
Sorters.RTOComparator() - Constructor for class net.i2p.router.transport.udp.Sorters.RTOComparator
 
Sorters.RTTComparator - Class in net.i2p.router.transport.udp
 
Sorters.RTTComparator() - Constructor for class net.i2p.router.transport.udp.Sorters.RTTComparator
 
Sorters.SendCountComparator - Class in net.i2p.router.transport.udp
 
Sorters.SendCountComparator() - Constructor for class net.i2p.router.transport.udp.Sorters.SendCountComparator
 
Sorters.SkewComparator - Class in net.i2p.router.transport.udp
 
Sorters.SkewComparator() - Constructor for class net.i2p.router.transport.udp.Sorters.SkewComparator
 
Sorters.SsthreshComparator - Class in net.i2p.router.transport.udp
 
Sorters.SsthreshComparator() - Constructor for class net.i2p.router.transport.udp.Sorters.SsthreshComparator
 
Sorters.UptimeComparator - Class in net.i2p.router.transport.udp
 
Sorters.UptimeComparator() - Constructor for class net.i2p.router.transport.udp.Sorters.UptimeComparator
 
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 - Interface in net.i2p.i2ptunnel.udp
 
Source - Class in org.jrobin.data
 
Source(String) - Constructor for class org.jrobin.data.Source
 
Source - Class in org.jrobin.graph
 
Source(String) - Constructor for class org.jrobin.graph.Source
 
SourcedPlotElement - Class in org.jrobin.graph
 
SourcedPlotElement(String, Paint) - Constructor for class org.jrobin.graph.SourcedPlotElement
 
sources - Variable in class org.jrobin.graph.RrdGraphDef
 
spaceFor(int) - Static method in class net.i2p.crypto.elgamal.impl.ElGamalPublicKeyImpl
 
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
 
spec - Variable in class org.jrobin.core.timespec.TimeParser
 
SPEC_VERSION - Static variable in class org.cybergarage.upnp.Service
 
specials - Variable in class org.jrobin.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
 
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
 
split(String, String) - Static method in class net.i2p.data.DataHelper
Same as s.split(regex) but caches the compiled pattern for speed.
split(String, String, int) - Static method in class net.i2p.data.DataHelper
Same as s.split(regex, limit) but caches the compiled pattern for speed.
split(String) - Static method in class org.jrobin.core.RrdToolkit
Splits single RRD file with several datasources into a number of smaller RRD files with a single datasource in it.
sprintf(String, Object...) - Static method in class org.jrobin.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.jrobin.graph.SourcedPlotElement
 
ss - Variable in class net.i2p.i2ptunnel.I2PTunnelClientBase
 
ss - Variable in class net.metanotion.util.skiplist.SkipIterator
 
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(String, int) - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchRequest
 
SSDPSearchRequest(String) - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchRequest
 
SSDPSearchRequest() - 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
 
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, non-proxied only, no retries, no min and max size options, no timeout option Fails on 301 or 302 (doesn't follow redirect) Fails on bad certs (must have a valid cert chain) Self-signed certs or CAs not in the JVM key store must be loaded to be trusted.
SSLEepGet(I2PAppContext, OutputStream, String) - Constructor for class net.i2p.util.SSLEepGet
A new SSLEepGet with a new SSLState
SSLEepGet(I2PAppContext, OutputStream, String, SSLEepGet.SSLState) - Constructor for class net.i2p.util.SSLEepGet
 
SSLEepGet(I2PAppContext, 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.SSLState - Class in net.i2p.util
An opaque class for the caller to pass to repeated instantiations of SSLEepGet.
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() - Constructor for class net.i2p.sam.client.SSLUtil
 
SSLUtil - Class in net.i2p.sam
Utilities for SAM SSL server sockets.
SSLUtil() - Constructor for class net.i2p.sam.SSLUtil
 
SSU_IPV6_CONFIG - Static variable in class net.i2p.router.transport.TransportUtil
 
ST - Static variable in class org.cybergarage.http.HTTP
 
ST - Class in org.cybergarage.upnp.device
 
ST() - Constructor for class org.cybergarage.upnp.device.ST
 
stack - Variable in class net.metanotion.util.skiplist.SkipList
 
stack(String, Paint, String) - Method in class org.jrobin.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.jrobin.graph
 
Stack(SourcedPlotElement, String, Paint) - Constructor for class org.jrobin.graph.Stack
 
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() - Method in class net.i2p.client.naming.NamingService
Parent will call when added.
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.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(String, int) - Method in class org.cybergarage.upnp.ControlPoint
 
start(String) - Method in class org.cybergarage.upnp.ControlPoint
 
start() - Method in class org.cybergarage.upnp.ControlPoint
 
start() - 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 - Variable in class org.jrobin.core.jrrd.DataChunk
 
START - Static variable in class org.jrobin.core.timespec.TimeToken
 
start - Variable in class org.jrobin.graph.ImageParameters
 
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
 
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 - Static variable in class net.i2p.router.util.EventLog
 
started() - Method in class org.klomp.snark.TrackerClient
 
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 - 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.
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.data.i2np.I2NPMessageReader
Deprecated.
Instruct the reader to begin reading messages off the stream
startReading(int) - Method in class net.i2p.router.transport.ntcp.Reader
 
startReading() - Method in class net.i2p.sam.client.SAMReader
 
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.jrobin.core.XmlWriter
Opens XML tag
startTesting(PeerManager) - Method in class net.i2p.router.peermanager.PeerTestJob
 
startTime - Variable in class org.jrobin.core.jrrd.DataChunk
 
startTime - Variable in class org.jrobin.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(byte[]) - Method in class org.klomp.snark.SnarkManager
If not connected, thread it, otherwise inline
startTorrent(Snark) - Method in class org.klomp.snark.SnarkManager
If not connected, thread it, otherwise inline
startTorrent() - Method in class org.klomp.snark.web.FetchAndAdd
 
startTunnel() - Method in class net.i2p.i2ptunnel.TunnelController
Start up the tunnel (if it isn't already running)
startTunnelBackground() - Method in class net.i2p.i2ptunnel.TunnelController
 
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
startup() - Method in class net.i2p.BOB.BOB
 
startup() - Method in class net.i2p.desktopgui.Main
 
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 File if specified with router.blocklist.file
startup() - Method in class net.i2p.router.client.ClientManagerFacadeImpl
 
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.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.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(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
 
startup() - Method in class net.i2p.sam.SAMBridge
 
startup() - Method in class org.klomp.snark.PeerConnectionOut
 
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
 
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
Dump the peer profile data if given a full B64 peer string or prefix.
StatHelper() - Constructor for class net.i2p.router.web.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
Dump the stats to the web admin interface
StatsGenerator(RouterContext) - Constructor for class net.i2p.router.web.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() - Constructor for class net.i2p.router.web.StatSummarizer
 
status() - Method in class net.i2p.router.web.NewsHelper
 
status(RouterContext) - Static method in class net.i2p.router.web.NewsHelper
 
status - Variable in class org.freenetproject.ForwardPortStatus
 
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_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_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
 
stdev - Variable in class org.jrobin.data.Aggregates
 
stealSocket() - Method in class net.i2p.sam.SAMv3Handler
For SAMv3StreamSession connect and accept
step - Variable in class org.jrobin.core.jrrd.DataChunk
 
step - Variable in class org.jrobin.data.Normalizer
 
step - Variable in class org.jrobin.graph.Normalizer
 
step - Variable in class org.jrobin.graph.RrdGraphDef
 
stillRunning - Variable in class net.i2p.sam.SAMStreamSession.SAMStreamSessionSocketReader
 
stop() - Static 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 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 - Static variable in class net.i2p.router.util.EventLog
 
stopPlugin(RouterContext, 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.data.i2np.I2NPMessageReader
Deprecated.
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
 
stopTorrent() - Method in class org.klomp.snark.Snark
Stop contacting the tracker and talking with peers
stopTorrent(boolean) - Method in class org.klomp.snark.Snark
Stop contacting the tracker and talking with peers
stopTorrent(String, boolean) - Method in class org.klomp.snark.SnarkManager
Stop the torrent, leaving it on the list of torrents unless told to remove it.
stopTorrent(Snark, boolean) - Method in class org.klomp.snark.SnarkManager
Stop the torrent, leaving it on the list of torrents unless told to remove it.
stopTorrent() - Method in class org.klomp.snark.web.FetchAndAdd
 
stopTunnel() - Method in class net.i2p.i2ptunnel.TunnelController
May be restarted with restartTunnel() or startTunnel() later.
stopUpdate(UpdateType) - Method in class net.i2p.router.update.ConsoleUpdateManager
Stop this download
stopUpdate(UpdateType, String) - Method in class net.i2p.router.update.ConsoleUpdateManager
Stop this download
stopUpdates() - Method in class net.i2p.router.update.ConsoleUpdateManager
Stop all downloads in progress
stopWebApp(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, MetaInfo, StorageListener, boolean) - Constructor for class org.klomp.snark.Storage
Creates a new storage based on the supplied MetaInfo.
Storage(I2PSnarkUtil, File, String, List<List<String>>, String, boolean, StorageListener) - Constructor for class org.klomp.snark.Storage
Creates a storage from the existing file or directory.
storageAllChecked(Storage) - Method in class org.klomp.snark.Snark
 
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(Hash, LeaseSet) - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
 
store(Hash, RouterInfo) - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
 
store(Hash, LeaseSet) - Method in class net.i2p.router.NetworkDatabaseFacade
 
store(Hash, RouterInfo) - Method in class net.i2p.router.NetworkDatabaseFacade
 
store(Hash, DatabaseEntry) - Method in class net.i2p.router.NetworkDatabaseFacade
 
store(Hash, LeaseSet) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Store the leaseSet.
store(Hash, RouterInfo) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Store the routerInfo.
store(Hash, RouterInfo, boolean) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Store the routerInfo.
store(I2PAppContext, List<Node>) - Static method in class net.i2p.router.news.PersistNews
Store each entry.
store(OutputStream) - Method in class net.i2p.router.peermanager.DBHistory
 
store(OutputStream) - Method in class net.i2p.router.peermanager.TunnelHistory
 
store(StringBuilder) - Method in class net.i2p.stat.Frequency
Appends the data of this frequency to the specified StringBuilder
store(OutputStream, String) - Method in class net.i2p.stat.FrequencyStat
Serializes this FrequencyStat to the provided OutputStream
store(String, StringBuilder) - Method in class net.i2p.stat.Rate
 
store(OutputStream, String) - Method in class net.i2p.stat.RateStat
 
store(OutputStream, String) - Method in class net.i2p.stat.StatManager
Serializes all Frequencies and Rates to the provided OutputStream
store(double) - Method in class org.jrobin.core.Robin
 
store(Sample) - Method in class org.jrobin.core.RrdDb
 
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.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.EventLogHelper
 
storeWriter(Writer) - Method in class net.i2p.router.web.GraphHelper
This was a HelperBase but now it's a 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 - 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
 
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
 
STRING_LENGTH - Static variable in class org.jrobin.core.RrdPrimitive
 
StringBytes - Class in net.metanotion.io.data
 
StringBytes() - Constructor for class net.metanotion.io.data.StringBytes
 
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.ConfigClientsHelper
Like in DataHelper but doesn't convert null to "" There's a lot worse things a plugin could do but...
STYLE - Static variable in class net.i2p.router.transport.ntcp.NTCPTransport
 
style - Variable in class net.i2p.router.transport.TransportManager.Port
 
STYLE - Static variable in class net.i2p.router.transport.udp.UDPTransport
 
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(String) - Constructor for class net.i2p.crypto.SU3File
 
SU3File(File) - Constructor for class net.i2p.crypto.SU3File
 
SU3File(I2PAppContext, File) - Constructor for class net.i2p.crypto.SU3File
 
sub(GroupElement) - Method in class net.i2p.crypto.eddsa.math.GroupElement
GroupElement subtraction using the twisted Edwards addition law with extended coordinates (Hisil2008).
subject - Variable in class i2p.susi.webmail.Mail
 
SUBSCRIBE - Static variable in class org.cybergarage.http.HTTP
 
subscribe(Service, long) - Method in class org.cybergarage.upnp.ControlPoint
 
subscribe(Service) - Method in class org.cybergarage.upnp.ControlPoint
 
subscribe(Service, String, long) - Method in class org.cybergarage.upnp.ControlPoint
 
subscribe(Service, String) - Method in class org.cybergarage.upnp.ControlPoint
 
SUBSCRIBE_METHOD - Static variable in class org.cybergarage.upnp.event.Subscription
 
Subscriber - Class in net.i2p.i2ptunnel.streamr
server-mode
Subscriber(MultiSource) - Constructor for class net.i2p.i2ptunnel.streamr.Subscriber
 
Subscriber - Class in org.cybergarage.upnp.event
 
Subscriber() - Constructor for class org.cybergarage.upnp.event.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(String, String, String, String) - Constructor for class net.i2p.addressbook.Subscription
Construct a Subscription pointing to the address book at location, that was last read at the time represented by etag and lastModified.
Subscription - Class in org.cybergarage.upnp.event
 
Subscription() - Constructor for class org.cybergarage.upnp.event.Subscription
 
SubscriptionIterator - Class in net.i2p.addressbook
An iterator over the subscriptions in a SubscriptionList.
SubscriptionIterator(List<Subscription>, long, String, int) - Constructor for class net.i2p.addressbook.SubscriptionIterator
Construct a SubscriptionIterator using the 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
 
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
 
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
 
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.jrobin.core.Util
Calculates sum of two doubles, but treats NaNs as zeros.
summarizePeers(int) - Method in class net.i2p.router.peermanager.ProfileManagerImpl
Deprecated.
unused
summarizePeers(int) - Method in interface net.i2p.router.ProfileManager
provide a simple summary of a number of peers, suitable for publication in the netDb
summary - Variable in class net.i2p.router.news.NewsEntry
 
SummaryBarRenderer - Class in net.i2p.router.web
Refactored from summarynoframe.jsp to save ~100KB
SummaryBarRenderer(RouterContext, SummaryHelper) - Constructor for class net.i2p.router.web.SummaryBarRenderer
 
SummaryHelper - Class in net.i2p.router.web
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.SummaryHelper
 
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.jrobin.core.timespec.TimeToken
 
SUNDAY - Static variable in interface org.jrobin.graph.RrdGraphConstants
Constant to represent Sunday
supdated - Variable in class net.i2p.router.news.BlocklistEntries
 
supportedOptions() - Method in class net.i2p.sam.SSLServerSocketChannel
 
supportedOptions() - Method in class net.i2p.sam.SSLSocketChannel
 
supportsBigLeaseSets(RouterInfo) - Static method in class net.i2p.router.networkdb.kademlia.StoreJob
Does he support more than 6 leasesets?
supportsCert(RouterInfo, Certificate) - Static method in class net.i2p.router.networkdb.kademlia.StoreJob
Does this router understand this cert?
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
 
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_PROXY - Static variable in class net.i2p.util.PortMapper
 
SVC_HTTPS_CONSOLE - 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_IRC - Static variable in class net.i2p.util.PortMapper
 
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_TAHOE - Static variable in class net.i2p.util.PortMapper
 
SybilRenderer - Class in net.i2p.router.web
For debugging only.
SybilRenderer(RouterContext) - Constructor for class net.i2p.router.web.SybilRenderer
 
SYMB_CENTER - Static variable in class org.jrobin.graph.ValueScaler
 
symbol - Variable in class org.jrobin.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.
sync() - Method in class org.jrobin.core.RrdNioBackend
This method forces all data cached in memory but not yet stored in the file, to be stored in it.
SyncManager - Class in org.jrobin.core
 
SyncManager(int) - Constructor for class org.jrobin.core.SyncManager
 
SyncTimer - Class in org.jrobin.core
 
SyncTimer() - Constructor for class org.jrobin.core.SyncTimer
 
SyncTimerTask - Class in org.jrobin.core
 
SyncTimerTask(RrdNioBackend) - Constructor for class org.jrobin.core.SyncTimerTask
 
SystemVersion - Class in net.i2p.util
Methods to find out what system we are running on
SystemVersion() - Constructor for class net.i2p.util.SystemVersion
 
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 _