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(String, int, Properties, String) - Constructor for class net.i2p.sam.SAMBridge
Build a new SAM bridge.
SAMBridge.HelpRequested - Exception in net.i2p.sam
 
SAMBridge.HelpRequested() - Constructor for exception net.i2p.sam.SAMBridge.HelpRequested
 
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.
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
 
SAMHandler - Class in net.i2p.sam
Base class for SAM protocol handlers.
SAMHandler(SocketChannel, int, int, Properties) - 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
 
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.SAMMessageSessionHandler - Class in net.i2p.sam
SAM message-based session handler, running in its own thread
SAMMessageSession.SAMMessageSessionHandler(InputStream, Properties) - Constructor for class net.i2p.sam.SAMMessageSession.SAMMessageSessionHandler
Create a new SAM message-based session handler
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.
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
Send a file to a peer Usage: SAMStreamSend samHost samPort peerDestFile dataFile
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.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
 
SAMStreamSession.v1StreamSender - Class in net.i2p.sam
 
SAMStreamSession.v1StreamSender(I2PSocket, int) - Constructor for class net.i2p.sam.SAMStreamSession.v1StreamSender
 
SAMStreamSink - Class in net.i2p.sam.client
Sit around on a SAM destination, receiving lots of data and writing it to disk Usage: SAMStreamSink samHost samPort myKeyFile sinkDir
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
 
SAMUtils.InvalidDestination - Exception in net.i2p.sam
 
SAMUtils.InvalidDestination() - Constructor for exception net.i2p.sam.SAMUtils.InvalidDestination
 
SAMv1Handler - Class in net.i2p.sam
Class able to handle a SAM version 1 client connections.
SAMv1Handler(SocketChannel, int, int) - Constructor for class net.i2p.sam.SAMv1Handler
Create a new SAM version 1 handler.
SAMv1Handler(SocketChannel, int, int, Properties) - 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) - Constructor for class net.i2p.sam.SAMv2Handler
Create a new SAM version 2 handler.
SAMv2Handler(SocketChannel, int, int, Properties) - 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
SAMv2StreamSession.StreamConnector - Class in net.i2p.sam
SAM STREAM socket connecter, running in its own thread.
SAMv2StreamSession.StreamConnector(int, Destination, I2PSocketOptions) - Constructor for class net.i2p.sam.SAMv2StreamSession.StreamConnector
Create a new SAM STREAM session socket reader
SAMv2StreamSession.v2StreamSender - Class in net.i2p.sam
 
SAMv2StreamSession.v2StreamSender(I2PSocket, int) - Constructor for class net.i2p.sam.SAMv2StreamSession.v2StreamSender
 
SAMv3DatagramSession - Class in net.i2p.sam
 
SAMv3DatagramSession(String) - Constructor for class net.i2p.sam.SAMv3DatagramSession
build a DatagramSession according to informations registered with the given nickname
SAMv3Handler - Class in net.i2p.sam
Class able to handle a SAM version 3 client connection.
SAMv3Handler(SocketChannel, int, int) - Constructor for class net.i2p.sam.SAMv3Handler
Create a new SAM version 3 handler.
SAMv3Handler(SocketChannel, int, int, Properties) - Constructor for class net.i2p.sam.SAMv3Handler
Create a new SAM version 3 handler.
SAMv3Handler.DatagramServer - Class in net.i2p.sam
 
SAMv3Handler.DatagramServer(Properties) - Constructor for class net.i2p.sam.SAMv3Handler.DatagramServer
 
SAMv3Handler.DatagramServer.Listener - Class in net.i2p.sam
 
SAMv3Handler.DatagramServer.Listener(DatagramChannel) - Constructor for class net.i2p.sam.SAMv3Handler.DatagramServer.Listener
 
SAMv3Handler.MessageDispatcher - Class in net.i2p.sam
 
SAMv3Handler.MessageDispatcher(byte[]) - Constructor for class net.i2p.sam.SAMv3Handler.MessageDispatcher
 
SAMv3Handler.Session - Interface in net.i2p.sam
 
SAMv3Handler.SessionRecord - Class in net.i2p.sam
 
SAMv3Handler.SessionRecord(String, Properties, SAMv3Handler) - Constructor for class net.i2p.sam.SAMv3Handler.SessionRecord
 
SAMv3Handler.SessionRecord(SAMv3Handler.SessionRecord) - Constructor for class net.i2p.sam.SAMv3Handler.SessionRecord
 
SAMv3Handler.SessionsDB - Class in net.i2p.sam
 
SAMv3Handler.SessionsDB() - Constructor for class net.i2p.sam.SAMv3Handler.SessionsDB
 
SAMv3Handler.SessionsDB.ExistingDest - Exception in net.i2p.sam
 
SAMv3Handler.SessionsDB.ExistingDest() - Constructor for exception net.i2p.sam.SAMv3Handler.SessionsDB.ExistingDest
 
SAMv3Handler.SessionsDB.ExistingId - Exception in net.i2p.sam
 
SAMv3Handler.SessionsDB.ExistingId() - Constructor for exception net.i2p.sam.SAMv3Handler.SessionsDB.ExistingId
 
SAMv3RawSession - Class in net.i2p.sam
 
SAMv3RawSession(String) - Constructor for class net.i2p.sam.SAMv3RawSession
Build a Raw Datagram Session according to information registered with the given nickname
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
SAMv3StreamSession.Pipe - Class in net.i2p.sam
 
SAMv3StreamSession.Pipe(ReadableByteChannel, WritableByteChannel, String) - Constructor for class net.i2p.sam.SAMv3StreamSession.Pipe
 
SAMv3StreamSession.SocketForwarder - Class in net.i2p.sam
 
SAMv3StreamSession.SocketForwarder(String, int, SAMv3StreamSession, boolean) - Constructor for class net.i2p.sam.SAMv3StreamSession.SocketForwarder
 
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 '!'
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() - 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 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.util.LogManager
 
saveConfig() - Method in class org.klomp.snark.SnarkManager
 
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 '!'
saveMagnetStatus(byte[]) - Method in class org.klomp.snark.SnarkManager
Just remember we have it
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
 
saveSummaryBarSections(RouterContext, String, Map<Integer, String>) - Static method in class net.i2p.router.web.SummaryHelper
 
saveTorrentStatus(MetaInfo, BitField, int[]) - Method in class org.klomp.snark.SnarkManager
Save the completion status of a torrent and the current time in the config file in the form "i2psnark.zmeta.$base64infohash=$time,$base64bitfield".
saveTrackerMap() - Method in class org.klomp.snark.SnarkManager
 
schedule(long) - Method in class net.i2p.util.SimpleTimer2.TimedEvent
Slightly more efficient than reschedule().
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
Examine a connection's state and pick the right scheduler for it.
SchedulerChooser(I2PAppContext) - Constructor for class net.i2p.client.streaming.SchedulerChooser
 
SchedulerClosed - Class in net.i2p.client.streaming
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.SchedulerClosed
 
SchedulerClosing - Class in net.i2p.client.streaming
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.SchedulerClosing
 
SchedulerConnectedBulk - Class in net.i2p.client.streaming
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.SchedulerConnectedBulk
 
SchedulerConnecting - Class in net.i2p.client.streaming
Scheduler used once we've sent our SYN but it hasn't been ACKed yet.
SchedulerConnecting(I2PAppContext) - Constructor for class net.i2p.client.streaming.SchedulerConnecting
 
SchedulerDead - Class in net.i2p.client.streaming
Scheduler used for after the final timeout has passed or the connection was reset.
SchedulerDead(I2PAppContext) - Constructor for class net.i2p.client.streaming.SchedulerDead
 
SchedulerHardDisconnected - Class in net.i2p.client.streaming
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.SchedulerHardDisconnected
 
SchedulerImpl - Class in net.i2p.client.streaming
Base scheduler
SchedulerImpl(I2PAppContext) - Constructor for class net.i2p.client.streaming.SchedulerImpl
 
SchedulerPreconnect - Class in net.i2p.client.streaming
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.SchedulerPreconnect
 
SchedulerReceived - Class in net.i2p.client.streaming
Scheduler used after receiving an inbound connection but before we have sent our own SYN.
SchedulerReceived(I2PAppContext) - Constructor for class net.i2p.client.streaming.SchedulerReceived
 
SCPD_ROOTNODE - Static variable in class org.cybergarage.upnp.Service
 
SCPD_ROOTNODE_NS - Static variable in class org.cybergarage.upnp.Service
 
SDSCache<V extends SimpleDataStructure> - Class in net.i2p.data
A least recently used cache with a max size, for SimpleDataStructures.
SDSCache(Class<V>, int, int) - Constructor for class net.i2p.data.SDSCache
 
search - Variable in class i2p.susi.dns.AddressbookBean
 
search(Hash, Job, Job, long, boolean) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
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)
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(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
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
 
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
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, int) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Return a set of Hashes for peers that are both fast and reliable.
selectFloodfillParticipants(KBucketSet) - Method in class net.i2p.router.networkdb.kademlia.FloodfillPeerSelector
 
selectFloodfillParticipants(Hash, int, KBucketSet) - Method in class net.i2p.router.networkdb.kademlia.FloodfillPeerSelector
Sort the floodfills.
selectFloodfillParticipants(Hash, int, Set<Hash>, KBucketSet) - 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
SelectionCollector - Interface in net.i2p.router.networkdb.kademlia
Visit kbuckets, gathering matches
selectMostReliablePeers(Hash, int, Set<Hash>, KBucketSet) - 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) - 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) - Method in class net.i2p.router.networkdb.kademlia.FloodfillPeerSelector
Floodfill peers only.
selectNearest(Hash, int, Set<Hash>, KBucketSet) - 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) - 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) - 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, 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) - 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 Only used by PeerTestJob (PURPOSE_TEST)
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
 
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
selfTest() - Method in class gnu.crypto.hash.BaseHashStandalone
 
selfTest() - Method in interface gnu.crypto.hash.IMessageDigestStandalone
A basic test.
selfTest() - Method in class gnu.crypto.hash.Sha256Standalone
 
send(byte[], int, int) - Method in class net.i2p.client.streaming.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.ConnectionDataReceiver
 
send(Destination, byte[]) - Method in class net.i2p.i2ptunnel.socks.MultiSink
 
send(Destination, byte[]) - Method in class net.i2p.i2ptunnel.socks.ReplyTracker
 
send(Destination, byte[]) - Method in class net.i2p.i2ptunnel.socks.SOCKSUDPPort
 
send(Destination, byte[]) - Method in class net.i2p.i2ptunnel.socks.SOCKSUDPUnwrapper
 
send(Destination, byte[]) - Method in class net.i2p.i2ptunnel.socks.SOCKSUDPWrapper
Use the cached header, which should have the host string and port
send(Destination, byte[]) - Method in class net.i2p.i2ptunnel.streamr.MultiSource
 
send(Destination, byte[]) - Method in class net.i2p.i2ptunnel.streamr.Subscriber
 
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.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 and the PacketPusher.
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(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.SAMv3Handler.DatagramServer
 
send(String, String, int) - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
 
send(String) - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
 
sendAlive() - Method in class org.klomp.snark.PeerConnectionOut
 
sendAvailable() - Method in class net.i2p.client.streaming.Connection
Flush any data that we can.
sendBestEffort(Destination, byte[], SessionKey, Set, long) - Method in class net.i2p.client.I2PSessionImpl2
 
sendBestEffort(Destination, byte[], long, int) - Method in class net.i2p.client.I2PSessionImpl2
TODO - Don't need to save MessageState since actuallyWait is false...
sendBitfield(BitField) - Method in class org.klomp.snark.PeerConnectionOut
 
sendBytes(String, byte[]) - Method in class net.i2p.sam.SAMDatagramSession
Send bytes through a SAM DATAGRAM session.
sendBytes(String, byte[]) - Method in class net.i2p.sam.SAMMessageSession
Send bytes through a SAM message-based session.
sendBytes(String, byte[]) - 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(InputStream, int) - Method in class net.i2p.sam.SAMStreamSession.StreamSender
Send bytes through the SAM STREAM session socket sender
sendBytes(InputStream, int) - Method in class net.i2p.sam.SAMStreamSession.v1StreamSender
Send bytes through the SAM STREAM session socket sender
sendBytes(InputStream, int) - Method in class net.i2p.sam.SAMv2StreamSession.v2StreamSender
Send bytes through the SAM STREAM session socket sender
sendBytes(String, byte[]) - Method in interface net.i2p.sam.SAMv3Handler.Session
 
sendBytes(String, byte[]) - Method in class net.i2p.sam.SAMv3StreamSession
 
sendBytesThroughMessageSession(String, byte[]) - Method in class net.i2p.sam.SAMMessageSession
Actually send bytes through the SAM message-based session I2PSession (er...).
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.
sendCmd(String) - Method in class i2p.susi.webmail.smtp.SMTPClient
 
sendComplete(OutNetMessage) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
queue up afterSend call, which can take some time w/ jobs, etc
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(I2PSessionImpl, Destination, long, byte[], SessionTag, SessionKey, Set, SessionKey, long) - Method in class net.i2p.client.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.I2CPMessageProducer
Package up and send the payload to the router for delivery
sendMessage(I2PSessionImpl, Destination, long, byte[], SendMessageOptions) - Method in class net.i2p.client.I2CPMessageProducer
Package up and send the payload to the router for delivery
sendMessage(Destination, byte[]) - Method in interface net.i2p.client.I2PSession
Send a new message to the given destination, containing the specified payload, returning true if the router feels confident that the message was delivered.
sendMessage(Destination, byte[], int, int) - Method in interface net.i2p.client.I2PSession
 
sendMessage(Destination, byte[], int, int, int) - Method in interface net.i2p.client.I2PSession
See I2PSessionMuxedImpl for proto/port details.
sendMessage(Destination, byte[], SessionKey, Set) - 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) - 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, 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, int, int, int) - Method in interface net.i2p.client.I2PSession
See I2PSessionMuxedImpl for proto/port details.
sendMessage(Destination, byte[], int, int, SessionKey, Set, long, int, int, int) - Method in interface net.i2p.client.I2PSession
See I2PSessionMuxedImpl for proto/port details.
sendMessage(Destination, byte[], int, int, SessionKey, Set, 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(I2CPMessage) - Method in class net.i2p.client.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.I2PSessionImpl2
 
sendMessage(Destination, byte[], int, int, SessionKey, Set, int, int, int) - Method in class net.i2p.client.I2PSessionImpl2
 
sendMessage(Destination, byte[], int, int, SessionKey, Set, long, int, int, int) - Method in class net.i2p.client.I2PSessionImpl2
 
sendMessage(Destination, byte[], int, int, SessionKey, Set, long, int, int, int, int) - Method in class net.i2p.client.I2PSessionImpl2
 
sendMessage(Destination, byte[], int, int, int, int, int, SendMessageOptions) - Method in class net.i2p.client.I2PSessionImpl2
 
sendMessage(Destination, byte[]) - Method in class net.i2p.client.I2PSessionImpl2
unused, see MuxedImpl override
sendMessage(Destination, byte[], int, int) - Method in class net.i2p.client.I2PSessionImpl2
 
sendMessage(Destination, byte[], SessionKey, Set) - Method in class net.i2p.client.I2PSessionImpl2
 
sendMessage(Destination, byte[], int, int, SessionKey, Set) - Method in class net.i2p.client.I2PSessionImpl2
 
sendMessage(Destination, byte[], int, int, SessionKey, Set, long) - Method in class net.i2p.client.I2PSessionImpl2
Unused? see MuxedImpl override
sendMessage(Destination, byte[]) - Method in class net.i2p.client.I2PSessionMuxedImpl
 
sendMessage(Destination, byte[], int, int, int) - Method in class net.i2p.client.I2PSessionMuxedImpl
 
sendMessage(Destination, byte[], int, int, SessionKey, Set, long) - Method in class net.i2p.client.I2PSessionMuxedImpl
 
sendMessage(Destination, byte[], int, int, SessionKey, Set, int, int, int) - Method in class net.i2p.client.I2PSessionMuxedImpl
 
sendMessage(Destination, byte[], int, int, SessionKey, Set, long, int, int, int) - Method in class net.i2p.client.I2PSessionMuxedImpl
 
sendMessage(Destination, byte[], int, int, SessionKey, Set, long, int, int, int, int) - Method in class net.i2p.client.I2PSessionMuxedImpl
 
sendMessage(Destination, byte[], int, int, int, int, int, SendMessageOptions) - Method in class net.i2p.client.I2PSessionMuxedImpl
See SendMessageOptions for option details.
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.
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
 
sendNoEffort(Destination, byte[], long, int) - Method in class net.i2p.client.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.Connection
 
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
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) - Method in class org.klomp.snark.PeerConnectionOut
 
sendReset() - Method in class net.i2p.client.streaming.Connection
got a packet we shouldn't have, send 'em a reset
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) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
 
sendStore(Hash, DatabaseEntry, Job, Job, long, Set) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
unused (overridden in FNDF)
sendTime - Variable in class org.klomp.snark.Request
 
sendUrgentData(int) - Method in class net.i2p.client.streaming.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.
SEQ - Static variable in class org.cybergarage.http.HTTP
 
serial - Variable in class i2p.susi.dns.AddressbookBean
 
Serializer - Interface in net.metanotion.io
 
SerialStreams - Class in net.metanotion.io
 
SerialStreams() - Constructor for class net.metanotion.io.SerialStreams
 
serialVersionUID - Static variable in exception net.i2p.sam.SAMBridge.HelpRequested
 
serialVersionUID - Static variable in exception net.i2p.sam.SAMException
 
serialVersionUID - Static variable in exception net.i2p.sam.SAMInvalidDirectionException
 
serialVersionUID - Static variable in exception net.i2p.sam.SAMUtils.InvalidDestination
 
serialVersionUID - Static variable in exception net.i2p.sam.SAMv3Handler.SessionsDB.ExistingDest
 
serialVersionUID - Static variable in exception net.i2p.sam.SAMv3Handler.SessionsDB.ExistingId
 
serialVersionUID - Static variable in class net.i2p.sam.SAMv3Handler.SessionsDB
 
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 - Variable in class net.i2p.sam.SAMv3DatagramSession
 
server - Variable in class net.i2p.sam.SAMv3Handler.DatagramServer.Listener
 
server - Variable in class net.i2p.sam.SAMv3RawSession
 
SERVER - Static variable in class org.cybergarage.http.HTTP
 
SERVER_RETRY_COUNT - Static variable in class org.cybergarage.upnp.UPnP
 
serverSocket - Variable in class net.i2p.BOB.I2Plistener
 
serverSocket - Variable in class net.i2p.BOB.TCPlistener
 
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 - Class in org.cybergarage.upnp
 
Service() - Constructor for class org.cybergarage.upnp.Service
 
Service(Node) - Constructor for class org.cybergarage.upnp.Service
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.klomp.snark.web.I2PSnarkServlet
Some parts modified from:
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
 
session - Variable in class net.i2p.sam.SAMv3Handler
 
session - Variable in class net.i2p.sam.SAMv3StreamSession.SocketForwarder
 
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
 
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
 
SessionIdleTimer - Class in net.i2p.client
Reduce tunnels or shutdown the session on idle if so configured
SessionIdleTimer(I2PAppContext, I2PSessionImpl, boolean, boolean) - Constructor for class net.i2p.client.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(I2PAppContext) - Constructor for class net.i2p.crypto.SessionKeyManager
Make this public if you need a dummy SessionKeyManager for testing
sessionKeyManager() - Method in class net.i2p.I2PAppContext
The session key manager which coordinates the sessionKey / sessionTag data.
sessionRequestReceived() - Method in class net.i2p.router.transport.udp.InboundEstablishState
 
SessionStatusMessage - Class in net.i2p.data.i2cp
Defines the message a client sends to a router when destroying existing session.
SessionStatusMessage() - Constructor for class net.i2p.data.i2cp.SessionStatusMessage
 
SessionStatusMessageHandler - Class in net.i2p.client
Handle I2CP SessionStatusMessagese from the router, updating the session as necssary.
SessionStatusMessageHandler(I2PAppContext) - Constructor for class net.i2p.client.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
 
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(Object) - 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(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.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.web.IndexBean
 
setAccessMode(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setAckThrough(long) - Method in class net.i2p.client.streaming.Packet
 
setAction(String) - Method in class i2p.susi.dns.AddressbookBean
 
setAction(String) - Method in class i2p.susi.dns.ConfigBean
 
setAction(String) - Method in class i2p.susi.dns.SubscriptionsBean
 
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.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.RouterInfo
Specify a set of RouterAddress structures at which this router can be contacted.
setAdvertiser(Advertiser) - Method in class org.cybergarage.upnp.xml.DeviceData
 
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
 
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.ConnectionManager
 
setAllowZeroHop(boolean) - Method in class net.i2p.router.TunnelPoolSettings
 
setAnswer(boolean) - Method in class net.i2p.util.SimpleStore
set the answer
setAnswerPings(boolean) - Method in class net.i2p.client.streaming.ConnectionOptions
 
setAppend(boolean) - Method in class net.i2p.jetty.I2PRequestLog
 
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
setAttribute(String, String) - Method in class org.cybergarage.xml.Node
 
setAttribute(String, int) - Method in class org.cybergarage.xml.Node
 
setAverage(double) - Method in class net.i2p.stat.RateAverages
 
setAvgDelayBetweenLookupsReceived(long) - Method in class net.i2p.router.peermanager.DBHistory
 
setBackupQuantity(int) - Method in class net.i2p.router.TunnelPoolSettings
 
setBaseLogfilename(String) - Method in class net.i2p.util.LogManager
 
setBegin(String) - Method in class i2p.susi.dns.AddressbookBean
 
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
 
setBook(String) - Method in class i2p.susi.dns.AddressbookBean
 
setBridge(SAMBridge) - Method in class net.i2p.sam.SAMHandler
 
setBuffer(ReadBuffer) - Method in class i2p.susi.webmail.Attachment
 
setBufferSize(int) - Method in class net.i2p.client.streaming.MessageOutputStream
 
setByteLimit(int) - Method in class org.mortbay.util.LineInput
Set the byte limit.
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
 
setCapacityBonus(long) - Method in class net.i2p.router.peermanager.PeerProfile
 
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.CloveSet
 
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
 
setChoke(int) - Method in class net.i2p.client.streaming.ConnectionOptions
 
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.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.web.IndexBean
I2CP port the router is on, ignored when in router context
setClose(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setCloseReceivedOn(long) - Method in class net.i2p.client.streaming.Connection
 
setCloseSentOn(long) - Method in class net.i2p.client.streaming.Connection
 
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
 
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.router.web.ConfigAdvancedHandler
 
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
Warning, race between here and saveConfig(), saveConfig(String name, String value) or saveConfig(Map toAdd, Set toRemove) is recommended.
setConfiguration(Properties) - Method in class net.i2p.client.naming.NamingService
Warning - unimplemented in any subclass.
setCongestionAvoidanceGrowthRateFactor(int) - Method in class net.i2p.client.streaming.ConnectionOptions
 
setCongestionWindowEnd(long) - Method in class net.i2p.client.streaming.Connection
 
setConnectDelay(int) - Method in class net.i2p.client.streaming.ConnectionOptions
 
setConnectDelay(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setConnection(String) - Method in class org.cybergarage.http.HTTPPacket
 
setConnectionError(String) - Method in class net.i2p.client.streaming.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.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
 
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 i2p.susi.webmail.Attachment
 
setContentType(String) - Method in class org.cybergarage.http.HTTPPacket
 
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.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.RouterAddress
Configure the weighted cost of using the address.
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.web.IndexBean
what I2P session overrides should be used
setData(String) - Method in class i2p.susi.webmail.Attachment
 
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(ByteArray) - Method in class net.i2p.data.i2np.BuildRequestRecord
 
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.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
Handle I2CP time messages from the router
SetDateMessageHandler(I2PAppContext) - Constructor for class net.i2p.client.SetDateMessageHandler
 
setDBHistory(DBHistory) - Method in class net.i2p.router.peermanager.PeerProfile
 
setDCC(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setDebugEnabled(boolean) - Method in class net.i2p.jetty.I2PLogger
 
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.I2PSocketManagerFull
Update the options on a running socket manager.
setDefaultTrackerMap() - Method in class org.klomp.snark.SnarkManager
 
setDefaultValue(String) - Method in class org.cybergarage.upnp.StateVariable
This method ovverride the value of the DefaultValue of this object.
setDelayOpen(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
 
setDescription(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
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.router.ClientMessage
 
setDestination(Hash) - Method in class net.i2p.router.TunnelPoolSettings
 
setDestination(Destination) - Method in class org.klomp.snark.dht.NodeInfo
This can come in later but the hash must match.
setDestinationHash(Hash) - Method in class net.i2p.router.ClientMessage
 
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
 
setDirection(String) - Method in class org.cybergarage.upnp.Argument
 
setDisable(int) - Static method in class org.cybergarage.upnp.UPnP
 
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.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
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 before returning a PartialPiece to the PeerCoordinator
setDynamicKeys(String) - Method in class net.i2p.router.web.ConfigNetHandler
 
setE(String) - Method in class net.i2p.router.web.GraphHelper
 
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(Object[]) - 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(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.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
 
setEnforceProtocol(boolean) - Method in class net.i2p.client.streaming.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
setEntries(Set<Hash>) - Method in interface net.i2p.router.networkdb.kademlia.KBucket
Fill the bucket with entries
setEntries(Set<Hash>) - Method in class net.i2p.router.networkdb.kademlia.KBucketImpl
 
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.RouterAddress
Deprecated. unused for now
setExpiration(long) - Method in class net.i2p.router.ClientMessage
 
setExpiration(long) - Method in class net.i2p.router.message.CloveSet
 
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.OutNetMessage
 
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
 
setExtended(boolean) - Method in class net.i2p.jetty.I2PRequestLog
 
setFailedLookups(long) - Method in class net.i2p.router.peermanager.DBHistory
 
setFaultResponse(int, String) - Method in class org.cybergarage.upnp.control.ControlResponse
 
setFaultResponse(int) - Method in class org.cybergarage.upnp.control.ControlResponse
 
setFileName(String) - Method in class i2p.susi.webmail.Attachment
 
setFilename(String) - Method in class net.i2p.jetty.I2PRequestLog
 
setFilename(String) - Method in class net.i2p.router.web.ConfigStatsHandler
 
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
 
setFirstHeardAbout(long) - Method in class net.i2p.router.peermanager.PeerProfile
 
setFlag(int) - Method in class net.i2p.client.streaming.Packet
 
setFlag(int, boolean) - Method in class net.i2p.client.streaming.Packet
 
setFlags(int) - Method in class net.i2p.client.streaming.Packet
 
setFlags(int) - Method in class net.i2p.data.DateAndFlags
 
setFlags(int) - Method in class net.i2p.data.i2cp.SendMessageExpiresMessage
 
setFlags(int) - Method in class net.i2p.router.ClientMessage
 
setFloodfillEnabled(boolean) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
 
setFormat(char[]) - Method in class net.i2p.util.LogManager
 
setFragmentCount(int) - Method in class net.i2p.router.transport.udp.UDPPacket
 
setFriendlyName(String) - Method in class org.cybergarage.upnp.Device
 
setFrom(Hash) - Method in class net.i2p.data.i2np.DatabaseLookupMessage
 
setFromDestination(Destination) - Method in class net.i2p.router.ClientMessage
 
setFromHash(Hash) - Method in class net.i2p.data.i2np.DatabaseSearchReplyMessage
 
setFromPeer(Hash) - Method in class net.i2p.router.MessageReceptionInfo
Deprecated.  
setFromTunnel(TunnelId) - Method in class net.i2p.router.MessageReceptionInfo
Deprecated.  
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(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
 
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
 
setHigherVersionSeen(boolean) - Method in class net.i2p.router.Router
Deprecated. unused
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.RouterInfo
Configure the identity of the router represented
setIgnorePaths(String[]) - Method in class net.i2p.jetty.I2PRequestLog
 
setInactivityAction(int) - Method in class net.i2p.client.streaming.ConnectionOptions
 
setInactivityTimeout(int) - Method in class net.i2p.client.streaming.ConnectionOptions
 
setInactivityTimeout(long) - Method in class net.i2p.util.SocketTimeout
 
setInArgumentValues(ArgumentList) - Method in class org.cybergarage.upnp.Action
 
setInbound() - Method in class net.i2p.client.streaming.Connection
 
setInboundBufferSize(int) - Method in class net.i2p.client.streaming.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
 
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
 
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
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(long) - 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
 
setIntroducerTime() - Method in class net.i2p.router.transport.udp.PeerState
 
setIntroNonce(long) - Method in class net.i2p.router.transport.udp.OutboundEstablishState
 
setIP(Hash, byte[]) - Method in class net.i2p.router.transport.TransportImpl
 
setIPRestriction(int) - Method in class net.i2p.router.TunnelPoolSettings
 
setIPv6Address(String) - Static method in class org.cybergarage.upnp.ssdp.SSDP
 
setIsAlive() - Method in class net.i2p.router.Router
Only for Restarter
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.web.IndexBean
 
setKeepAlive(boolean) - Method in class net.i2p.client.streaming.StandardSocket
 
setKeepAlive(boolean) - Method in class net.i2p.util.InternalSocket
Deprecated. unsupported
setKey(SessionKey) - Method in class net.i2p.client.MessageState
Deprecated. unused
setKey(SelectionKey) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
setKey(String) - Method in class net.i2p.router.web.ConfigKeyringHandler
 
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.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
setLaptop(String) - Method in class net.i2p.router.web.ConfigNetHandler
 
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
 
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
 
setLastHeardFrom(long) - Method in class net.i2p.router.peermanager.PeerProfile
 
setLastLookupReceived(long) - Method in class net.i2p.router.peermanager.DBHistory
 
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.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
 
setLatencyMs(int) - Method in class net.i2p.router.transport.TransportBid
 
setLayerKey(SessionKey) - Method in class net.i2p.router.tunnel.HopConfig
 
setLease(String) - Method in class net.i2p.router.web.NetDbHelper
 
setLeaseSet(LeaseSet) - Method in class net.i2p.client.I2PSessionImpl
 
setLeaseSet(LeaseSet) - Method in class net.i2p.data.i2cp.CreateLeaseSetMessage
 
setLeaseSet(LeaseSet) - Method in class net.i2p.router.client.ClientConnectionRunner
 
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
 
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
 
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(long, boolean) - Method in class net.i2p.sam.SAMv2StreamSession.SAMv2StreamSessionSocketReader
 
setLimit(int) - Method in class net.i2p.util.LogLimit
 
setLimitDay(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setLimitHour(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
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
 
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.I2PSocketOptionsImpl
The local port.
setLocalPort(int) - Method in class net.i2p.client.streaming.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
 
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
 
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
 
setLookupReplyDuplicate(long) - Method in class net.i2p.router.peermanager.DBHistory
 
setLookupReplyInvalid(long) - Method in class net.i2p.router.peermanager.DBHistory
 
setLookupReplyNew(long) - Method in class net.i2p.router.peermanager.DBHistory
 
setLookupReplyOld(long) - Method in class net.i2p.router.peermanager.DBHistory
 
setLookupsReceived(long) - Method in class net.i2p.router.peermanager.DBHistory
 
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
 
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.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.ConnectionOptions
 
setMaxResends(int) - Method in class net.i2p.client.streaming.ConnectionOptions
 
setMaxStreams(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setMaxUpBW(int) - Method in class org.klomp.snark.I2PSnarkUtil
This updates the session options and tells the router
setMaxUploaders(int) - Method in class org.klomp.snark.I2PSnarkUtil
 
setMaxWindowSize(int) - Method in class net.i2p.client.streaming.ConnectionOptions
 
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 class net.i2p.router.OutNetMessage
 
setMessage(I2NPMessage) - Method in interface net.i2p.router.ReplyJob
 
setMessageExpiration(long) - Method in interface net.i2p.data.i2np.I2NPMessage
 
setMessageExpiration(long) - Method in class net.i2p.data.i2np.I2NPMessageImpl
 
setMessageId(MessageId) - Method in class net.i2p.client.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
 
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
 
setMessageId(MessageId) - Method in class net.i2p.router.ClientMessage
 
setMessageId(long) - Method in class net.i2p.router.message.CloveSet
 
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
 
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
 
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
 
setMYNAME(String) - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
 
setNacks(long[]) - Method in class net.i2p.client.streaming.Packet
 
setName(String) - Method in interface net.i2p.client.streaming.I2PSocketManager
 
setName(String) - Method in class net.i2p.client.streaming.I2PSocketManagerFull
 
setName(String) - Method in class net.i2p.i2ptunnel.I2PTunnelTask
 
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
 
setNewDest(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setNewKey(SessionKey) - Method in class net.i2p.client.MessageState
Deprecated. unused
setNewlogclass(String) - Method in class net.i2p.router.web.ConfigLoggingHandler
 
setNewloglevel(String) - Method in class net.i2p.router.web.ConfigLoggingHandler
 
setNews(String) - Method in class net.i2p.router.web.CSSHelper
Show / hide news on home page
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.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, String) - Method in class org.cybergarage.xml.Node
 
setNonce(long) - Method in class net.i2p.data.i2cp.MessageStatusMessage
 
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
 
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
 
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.StandardSocket
 
setOOBInline(boolean) - Method in class net.i2p.util.InternalSocket
Deprecated. unsupported
setOpening(boolean) - Method in class net.i2p.client.I2PSessionImpl
 
setOpenTrackers(List<String>) - Method in class org.klomp.snark.I2PSnarkUtil
 
setOptionalDelay(int) - Method in class net.i2p.client.streaming.Packet
 
setOptionalFrom(Destination) - Method in class net.i2p.client.streaming.Packet
 
setOptionalMaxSize(int) - Method in class net.i2p.client.streaming.Packet
 
setOptionalSignature(Signature) - Method in class net.i2p.client.streaming.Packet
 
setOptions(ConnectionOptions) - Method in class net.i2p.client.streaming.Connection
Set the ConnectionOptions.
setOptions(I2PSocketOptions) - Method in interface net.i2p.client.streaming.I2PSocket
Configure the socket
setOptions(I2PSocketOptions) - Method in class net.i2p.client.streaming.I2PSocketFull
 
setOptions(Properties) - Method in class net.i2p.data.i2cp.SessionConfig
Configure the session with the given options
setOptions(Properties) - Method in class net.i2p.data.RouterAddress
Specify the transport specific options necessary for communication.
setOptions(Properties) - Method in class net.i2p.data.RouterInfo
Configure a set of options or statistics that the router can expose.
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
 
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
 
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(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setOutproxyPassword(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setOutproxyUsername(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setOutputStream(OutputStream) - Method in class net.i2p.util.InternalSocket
 
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
 
setPauseFlushes(boolean) - Method in class net.i2p.router.MessageHistory
Deprecated. unused
setPayload(ByteArray) - Method in class net.i2p.client.streaming.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(Payload) - Method in class net.i2p.router.ClientMessage
 
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(double) - Method in class net.i2p.router.peermanager.PeerProfile
 
setPeakThroughputKBps(double) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
 
setPeakTunnel1mThroughputKBps(double) - Method in class net.i2p.router.peermanager.PeerProfile
 
setPeakTunnelThroughputKBps(double) - 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.RouterInfo
Deprecated. Implemented here but unused elsewhere
setPerformancePreferences(int, int, int) - Method in class net.i2p.client.streaming.StandardServerSocket
Does nothing.
setPerformancePreferences(int, int, int) - Method in class net.i2p.client.streaming.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
 
setPort(int) - Method in interface net.i2p.client.streaming.I2PSocketOptions
The remote port.
setPort(int) - Method in class net.i2p.client.streaming.I2PSocketOptionsImpl
The remote port.
setPort(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
what port should this client/httpclient/ircclient listen on
setPreferProxiedForAddress(boolean) - Method in class net.i2p.jetty.I2PRequestLog
 
setPrefix(String) - Static method in class i2p.susi.util.Config
 
setPreparedKey(Object) - Method in class net.i2p.data.SessionKey
 
setPresentationURL(String) - Method in class org.cybergarage.upnp.Device
 
setPriority(int) - Method in class net.i2p.router.OutNetMessage
 
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(String, 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.web.IndexBean
What filename is this server tunnel's private keys stored in
setProfile(int) - Method in class net.i2p.client.streaming.ConnectionOptions
 
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.ConnectionOptions
Note: NOT part of the interface
setProperties(Properties) - Method in class net.i2p.client.streaming.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
 
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.web.IndexBean
what HTTP outproxies should be used (httpclient specific)
setProxyPassword(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setProxyPort(String) - Method in class net.i2p.router.web.ConfigUpdateHandler
 
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.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 interface net.i2p.router.networkdb.kademlia.KBucket
Set the range low and high bits for difference keys
setRange(int, int) - Method in class net.i2p.router.networkdb.kademlia.KBucketImpl
 
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(short) - Method in class net.i2p.router.transport.udp.UDPTransport
 
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 class net.i2p.client.streaming.I2PSocketFull
 
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.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.MessageInputStream
 
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.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.StandardServerSocket
Does nothing.
setReceiveBufferSize(int) - Method in class net.i2p.client.streaming.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.Connection
 
setReceiveStreamId(long) - Method in class net.i2p.client.streaming.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.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, ByteArray) - Method in class net.i2p.data.i2np.TunnelBuildMessageBase
 
setReduce(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setReduceCount(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setReduced() - Method in class net.i2p.client.I2PSessionImpl
 
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
 
setRelatedStateVariableName(String) - Method in class org.cybergarage.upnp.Argument
 
setRemotePeer(Destination) - Method in class net.i2p.client.streaming.Connection
 
setRemotePeer(RouterIdentity) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
 
setRemotePort(int) - Method in class net.i2p.client.streaming.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(ByteArray) - Method in class net.i2p.router.tunnel.HopConfig
 
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
 
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
 
setRequireFullySigned(boolean) - Method in class net.i2p.client.streaming.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.ConnectionOptions
 
setResendDelay(int) - Method in class net.i2p.client.streaming.Packet
Unused.
setResendPacketEvent(SimpleTimer2.TimedEvent) - Method in class net.i2p.client.streaming.PacketLocal
 
setResetDeletionMarks(String) - Method in class i2p.susi.dns.AddressbookBean
 
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.StandardServerSocket
Does nothing.
setReuseAddress(boolean) - Method in class net.i2p.client.streaming.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
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
setRoutingKey(Hash) - Method in class net.i2p.data.DatabaseEntry
 
setRTT(int) - Method in class net.i2p.client.streaming.ConnectionOptions
 
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
 
setSeed(byte[]) - Method in class net.i2p.util.FortunaRandomSource
 
setSendAckDelay(int) - Method in class net.i2p.client.streaming.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.StandardSocket
Does nothing.
setSendBufferSize(int) - Method in class net.i2p.util.InternalSocket
Deprecated. unsupported
setSenderConfig(SessionConfig) - Method in class net.i2p.router.ClientMessage
 
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.Connection
 
setSendStreamId(long) - Method in class net.i2p.client.streaming.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.Packet
 
setSerial(String) - Method in class i2p.susi.dns.AddressbookBean
 
setSerial(String) - Method in class i2p.susi.dns.ConfigBean
 
setSerial(String) - Method in class i2p.susi.dns.SubscriptionsBean
 
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
 
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.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.SendMessageMessage
 
setSessionId(int) - Method in class net.i2p.data.i2cp.SessionId
 
setSessionId(SessionId) - Method in class net.i2p.data.i2cp.SessionStatusMessage
 
setSessionId(SessionId) - Method in class net.i2p.router.client.ClientConnectionRunner
 
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.I2PSessionImpl
configure the listener
setSessionListener(I2PSessionListener) - Method in class net.i2p.client.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.ConfigTunnelsHandler
 
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(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
 
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
 
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
 
setSigningPrivateKey(SigningPrivateKey) - Method in class net.i2p.data.i2cp.CreateLeaseSetMessage
 
setSigningPublicKey(SigningPublicKey) - Method in class net.i2p.data.KeysAndCert
 
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(long) - Method in class net.i2p.data.i2cp.MessageStatusMessage
 
setSlowStartGrowthRateFactor(int) - Method in class net.i2p.client.streaming.ConnectionOptions
 
setSOAPAction(String) - Method in class org.cybergarage.soap.SOAPRequest
 
setSocket(I2PSocketFull) - Method in class net.i2p.client.streaming.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
 
setSocketErrorListener(I2PSocket.SocketErrorListener) - Method in class net.i2p.client.streaming.I2PSocketFull
 
setSoLinger(boolean, int) - Method in class net.i2p.client.streaming.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(boolean) - Method in class i2p.susi.util.Folder
Sets the sorting direction of the folder.
setSoTimeout(long) - Method in class net.i2p.client.streaming.ConnectionManager
Set the socket accept() timeout.
setSoTimeout(long) - Method in interface net.i2p.client.streaming.I2PServerSocket
Set Sock Option accept timeout
setSoTimeout(long) - Method in class net.i2p.client.streaming.I2PServerSocketFull
 
setSoTimeout(int) - Method in class net.i2p.client.streaming.StandardServerSocket
 
setSoTimeout(int) - Method in class net.i2p.client.streaming.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(long) - Method in class net.i2p.router.peermanager.PeerProfile
 
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
 
setST(String) - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
 
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(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)
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
 
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
 
setSuccessfulLookups(long) - Method in class net.i2p.router.peermanager.DBHistory
 
setSummaryListener(RateSummaryListener) - Method in class net.i2p.stat.Rate
 
setTags(Set) - Method in class net.i2p.client.MessageState
Deprecated. unused
setTagsSent(Set) - Method in class net.i2p.client.streaming.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.
setTarget(RouterInfo) - Method in class net.i2p.router.OutNetMessage
 
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.web.IndexBean
What host 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.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
 
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
 
setTimeStamp(long) - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
 
setTimeToLive(int) - Static method in class org.cybergarage.upnp.UPnP
 
setTo(Destination) - Method in class net.i2p.client.MessageState
 
setTotalDay(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
setTotalEventCount(long) - Method in class net.i2p.stat.RateAverages
 
setTotalHour(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
 
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.StandardSocket
Does nothing.
setTrafficClass(int) - Method in class net.i2p.util.InternalSocket
Deprecated. unsupported
setTransferEncoding(String) - Method in class i2p.susi.webmail.Attachment
 
setTransferEncoding(String) - Method in class org.cybergarage.http.HTTPPacket
 
setTransport(Transport) - Method in class net.i2p.router.transport.TransportBid
 
setTransportStyle(String) - Method in class net.i2p.data.RouterAddress
Configure the type of transport that must be used to communicate on this address
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(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
how many tunnels to hold in reserve to guard against failures
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(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(double) - Method in class net.i2p.router.peermanager.PeerProfile
 
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.web.IndexBean
What type of tunnel (httpclient, ircclient, client, or server).
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
 
setUdpHost2(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.
setUniqueId(long) - Method in interface net.i2p.data.i2np.I2NPMessage
 
setUniqueId(long) - Method in class net.i2p.data.i2np.I2NPMessageImpl
 
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) - Method in class gnu.crypto.prng.BasePRNGStandalone
 
setup(Map) - Method in class gnu.crypto.prng.FortunaStandalone.Generator
 
setup(Map) - 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
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
 
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
 
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
 
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
 
setVersion(String) - Method in class org.cybergarage.http.HTTPPacket
 
setVersion(String) - Method in class org.cybergarage.http.HTTPStatus
 
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
setWebAppContext(WebAppContext) - Method in class net.i2p.router.web.WebAppConfiguration
 
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
 
setWindowSize(int) - Method in class net.i2p.client.streaming.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.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.MessageOutputStream
 
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(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
 
Sha256Standalone - Class in gnu.crypto.hash
Implementation of SHA2-1 [SHA-256] per the IETF Draft Specification.
Sha256Standalone() - Constructor for class gnu.crypto.hash.Sha256Standalone
Trivial 0-arguments constructor.
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.I2PSessionImpl2
 
shouldCompress() - Method in class net.i2p.i2ptunnel.HTTPResponseOutputStream
 
shouldContain(Hash) - Method in interface net.i2p.router.networkdb.kademlia.KBucket
whether or not the key qualifies as part of this bucket
shouldContain(Hash) - Method in class net.i2p.router.networkdb.kademlia.KBucketImpl
 
shouldDelay(int) - Method in class net.i2p.i2ptunnel.web.EditBean
 
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.
shouldExclude(RouterContext, RouterInfo) - Static method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
warning, this is also called by ProfileOrganizer.isSelectable()
shouldLog(int) - Method in class net.i2p.util.Log
 
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.I2PSessionImpl
 
shouldSelectExplicit(TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
For debugging, also possibly for restricted routes? Needs analysis and testing
shouldSend(int) - Method in class net.i2p.router.transport.udp.OutboundMessageState
Should we continue sending this fragment? Only valid after fragment() has been called.
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.crypto.TransientSessionKeyManager
 
shouldSendXFrame() - Method in class net.i2p.router.web.CSSHelper
Should we send X_Frame_Options=SAMEORIGIN Default true
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
 
shouldShowWelcome() - Method in class net.i2p.router.web.HomeHelper
 
shouldSign() - Method in class net.i2p.client.streaming.PacketLocal
 
shouldStop() - Method in class net.i2p.sam.SAMHandler
Should the handler be stopped?
shouldThrottle(Hash) - Method in class net.i2p.client.streaming.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
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
 
show() - Method in class net.i2p.apps.systray.SysTray
 
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
 
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() - 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.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.TransientSessionKeyManager
 
shutdown() - Method in class net.i2p.crypto.YKGenerator
Note that this stops the precalc thread and it cannot be restarted.
shutDown() - 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.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() - 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.StatisticsManager
noop
shutdown() - Method in class net.i2p.router.tasks.RouterWatchdog
 
shutdown() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
Cannot be restarted.
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.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
 
shutdown() - Method in class net.i2p.router.update.UpdateRunner
 
shutdown(String[]) - Method in class net.i2p.router.web.RouterConsoleRunner
 
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 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() - 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() - Method in class net.i2p.router.Router
Call this if we want the router to kill itself as soon as we aren't participating in any more tunnels (etc).
shutdownGracefully(int) - Method in class net.i2p.router.Router
Call this with EXIT_HARD or EXIT_HARD_RESTART for a non-blocking, hard, non-graceful shutdown with a brief delay to allow a UI response
shutDownGracefully() - Method in class net.i2p.sam.SAMStreamSession.StreamSender
Stop a SAM STREAM session socket sender gracefully: stop the sender thread once all pending data has been sent.
shutDownGracefully() - Method in class net.i2p.sam.SAMStreamSession.v1StreamSender
Stop a SAM STREAM session socket sender gracefully: stop the sender thread once all pending data has been sent.
shutDownGracefully() - Method in class net.i2p.sam.SAMv2StreamSession.v2StreamSender
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.StandardSocket
 
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.StandardSocket
 
shutdownOutput() - Method in class net.i2p.util.InternalSocket
Deprecated. unsupported
SID - Static variable in class org.cybergarage.http.HTTP
 
sign(byte[], SigningPrivateKey) - Method in class net.i2p.crypto.DSAEngine
Sign using DSA-SHA1.
sign(byte[], int, int, SigningPrivateKey) - Method in class net.i2p.crypto.DSAEngine
Sign using DSA-SHA1
sign(InputStream, SigningPrivateKey) - Method in class net.i2p.crypto.DSAEngine
Sign using DSA-SHA1.
sign(SHA1Hash, SigningPrivateKey) - Method in class net.i2p.crypto.DSAEngine
 
sign(Hash, SigningPrivateKey) - Method in class net.i2p.crypto.DSAEngine
Used by Syndie.
sign(byte[], SigningPrivateKey) - Method in class net.i2p.crypto.DummyDSAEngine
 
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
Signature - Class in net.i2p.data
Defines the signature as defined by the I2P data structure spec.
Signature() - Constructor for class net.i2p.data.Signature
 
Signature(byte[]) - Constructor for class net.i2p.data.Signature
 
SIGNATURE_BYTES - Static variable in class net.i2p.data.Signature
 
SIGNED_UPDATE_FILE - Static variable in class net.i2p.router.update.UnsignedUpdateChecker
 
SigningPrivateKey - Class in net.i2p.data
Defines the SigningPrivateKey as defined by the I2P data structure spec.
SigningPrivateKey() - Constructor for class net.i2p.data.SigningPrivateKey
 
SigningPrivateKey(byte[]) - Constructor for class net.i2p.data.SigningPrivateKey
 
SigningPrivateKey(String) - Constructor for class net.i2p.data.SigningPrivateKey
constructs from base64
SigningPublicKey - Class in net.i2p.data
Defines the SigningPublicKey as defined by the I2P data structure spec.
SigningPublicKey() - Constructor for class net.i2p.data.SigningPublicKey
 
SigningPublicKey(byte[]) - Constructor for class net.i2p.data.SigningPublicKey
 
SigningPublicKey(String) - Constructor for class net.i2p.data.SigningPublicKey
constructs from base64
signSessionConfig(SigningPrivateKey) - Method in class net.i2p.data.i2cp.SessionConfig
Sign the structure using the supplied private key
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
Use instead of SimpleScheduler.getInstance()
SimpleScheduler - Class in net.i2p.util
Simple event scheduler - toss an event on the queue and it gets fired at the appropriate time.
SimpleScheduler(I2PAppContext) - Constructor for class net.i2p.util.SimpleScheduler
To be instantiated by the context.
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
 
size - Variable in class i2p.susi.webmail.Mail
 
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
 
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.KBucketSet
Not an exact count (due to concurrency issues) but generally correct
size() - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
 
size() - Method in class net.i2p.router.tunnel.pool.TunnelPool
duplicate of getTunnelCount(), let's pick one
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() - 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(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
 
SkipIterator - Class in net.metanotion.util.skiplist
A basic iterator for a skip list.
SkipIterator() - Constructor for class net.metanotion.util.skiplist.SkipIterator
 
SkipIterator(SkipSpan, int) - Constructor for class net.metanotion.util.skiplist.SkipIterator
 
SkipLevels - Class in net.metanotion.util.skiplist
 
SkipLevels() - Constructor for class net.metanotion.util.skiplist.SkipLevels
 
SkipLevels(int, SkipSpan) - Constructor for class net.metanotion.util.skiplist.SkipLevels
 
SkipList - 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 - 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
 
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) - Constructor for class org.klomp.snark.Snark
from main() via parseArguments() single torrent
Snark(I2PAppContext, Properties, String, StorageListener, boolean, String) - Constructor for class org.klomp.snark.Snark
single torrent - via router
Snark(I2PSnarkUtil, String, String, int, StorageListener, CoordinatorListener, CompleteListener, PeerCoordinatorSet, ConnectionAcceptor, boolean, String) - 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
 
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 i2p.susi.webmail.smtp.SMTPClient
 
socket - Variable in class net.i2p.sam.SAMHandler
 
SOCKET_HANDLER_BUF_SIZE - Static variable in class net.i2p.sam.SAMStreamSession
 
socketManager - Variable in class net.i2p.BOB.I2Plistener
 
socketManager - Variable in class net.i2p.BOB.TCPlistener
 
socketMgr - Variable in class net.i2p.sam.SAMStreamSession
 
socketServer - Variable in class net.i2p.sam.SAMv3StreamSession
 
socketServerLock - Variable in class net.i2p.sam.SAMv3StreamSession
 
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
 
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(Socket) - 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(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
 
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() - 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) - 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
 
sortStructureList(List<? extends DataStructure>) - Static method in class net.i2p.data.DataHelper
See above.
sortStructures(Collection<? extends DataStructure>) - Static method in class net.i2p.data.DataHelper
Sort based on the Hash of the DataStructure.
Source - Interface in net.i2p.i2ptunnel.udp
 
SOURCE_CONFIG - Static variable in interface net.i2p.router.transport.Transport
 
SOURCE_INTERFACE - Static variable in interface net.i2p.router.transport.Transport
 
SOURCE_UPNP - Static variable in interface net.i2p.router.transport.Transport
 
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_VERSION - Static variable in class org.cybergarage.upnp.Service
 
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
 
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
 
SSLClientListenerRunner - Class in net.i2p.router.client
SSL version of ClientListenerRunner
SSLClientListenerRunner(RouterContext, ClientManager, int) - Constructor for class net.i2p.router.client.SSLClientListenerRunner
 
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.SSLState - Class in net.i2p.util
An opaque class for the caller to pass to repeated instantiations of SSLEepGet.
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
 
StandardServerSocket - Class in net.i2p.client.streaming
Bridge to I2PServerSocket.
StandardServerSocket(I2PServerSocketFull) - Constructor for class net.i2p.client.streaming.StandardServerSocket
Doesn't really throw IOE but super() does
StandardSocket - Class in net.i2p.client.streaming
Bridge to I2PSocket.
StandardSocket(I2PSocket) - Constructor for class net.i2p.client.streaming.StandardSocket
 
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() - 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.JobTiming
Notify the timing that the job began
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
 
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 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() - 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.TrackerClient
 
start() - Method in class org.klomp.snark.UpdateRunner
 
start() - Method in class org.klomp.snark.web.RunStandalone
 
startAccepting(PeerCoordinatorSet, I2PServerSocket) - Method in class org.klomp.snark.ConnectionAcceptor
 
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
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) - Method in class net.i2p.sam.SAMv3StreamSession
 
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.web.IndexBean
 
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.I2PTunnelClientBase
Actually 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
 
startTesting(PeerManager) - Method in class net.i2p.router.peermanager.PeerTestJob
 
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() - 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.desktopgui.Main
Start the tray icon code (loads tray icon in the tray area).
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
 
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.KeyManager
 
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.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.StatisticsManager
noop
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
 
startup() - Method in class net.i2p.router.transport.udp.UDPSender
 
startup() - Method in class net.i2p.router.transport.udp.UDPTransport
 
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
public void dropBiggestParticipating() { List partTunnels = listParticipatingTunnels(); if ((partTunnels == null) || (partTunnels.isEmpty())) { if (_log.shouldLog(Log.ERROR)) _log.error("Not dropping tunnel, since partTunnels was null or had 0 items!"); return; } long periodWithoutDrop = _context.clock().now() - _lastDropTime; if (periodWithoutDrop < DROP_BASE_INTERVAL) { if (_log.shouldLog(Log.WARN)) _log.warn("Not dropping tunnel, since last drop was " + periodWithoutDrop + " ms ago!"); return; } HopConfig biggest = null; HopConfig current = null; long biggestMessages = 0; long biggestAge = -1; double biggestRate = 0; for (int i=0; i 20) && ((biggest == null) || (currentRate > biggestRate))) { // Update our profile of the biggest biggest = current; biggestMessages = currentMessages; biggestAge = currentAge; biggestRate = currentRate; } } if (biggest == null) { if (_log.shouldLog(Log.ERROR)) _log.error("Not dropping tunnel, since no suitable tunnel was found."); return; } if (_log.shouldLog(Log.WARN)) _log.warn("Dropping tunnel with " + biggestRate + " messages/s and " + biggestMessages + " messages, last drop was " + (periodWithoutDrop / 1000) + " s ago."); remove(biggest); _lastDropTime = _context.clock().now() + _context.random().nextInt(DROP_RANDOM_BOOST); }
startup() - Method in class net.i2p.router.web.RouterConsoleRunner
 
startup() - Method in class net.i2p.sam.client.SAMStreamSend
 
startup() - Method in class net.i2p.sam.client.SAMStreamSink
 
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
 
startWebApp(RouterContext, ContextHandlerCollection, String, String) - Static method in class net.i2p.router.web.WebAppStarter
adds and starts
startWriting(int) - Method in class net.i2p.router.transport.ntcp.Writer
 
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
 
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
 
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
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_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_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
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
unused
STATUS_SEND_BEST_EFFORT_SUCCESS - Static variable in class net.i2p.data.i2cp.MessageStatusMessage
unused
STATUS_SEND_GUARANTEED_FAILURE - Static variable in class net.i2p.data.i2cp.MessageStatusMessage
 
STATUS_SEND_GUARANTEED_SUCCESS - Static variable in class net.i2p.data.i2cp.MessageStatusMessage
 
STATUS_UNKNOWN - Static variable in class net.i2p.router.CommSystemFacade
Our reachability is unknown
STATUS_UPDATED - Static variable in class net.i2p.data.i2cp.SessionStatusMessage
 
stealSocket() - Method in class net.i2p.sam.SAMv3Handler
 
stillRunning - Variable in class net.i2p.sam.SAMStreamSession.SAMStreamSessionSocketReader
 
stolenSocket - Variable in class net.i2p.sam.SAMv3Handler
 
stop() - Static method in class net.i2p.addressbook.Daemon
 
stop() - Static method in class net.i2p.BOB.BOB
Stop BOB gracefully
stop() - Method in class net.i2p.client.streaming.TCBShare
 
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
stop() - Method in class net.i2p.util.SimpleScheduler
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.web.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.
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 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.SAMv3StreamSession
stop Forwarding Incoming connection coming from I2P
stopHandling() - Method in class net.i2p.sam.SAMHandler
Stop the SAM handler
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
 
stopNotifying() - Method in class net.i2p.client.I2PSessionImpl.AvailabilityNotifier
 
stopNotifying() - Method in class net.i2p.client.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 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.SAMMessageSession.SAMMessageSessionHandler
Stop a SAM message-based session handling thread
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
stopRunning() - Method in class net.i2p.sam.SAMStreamSession.v1StreamSender
Stop a SAM STREAM session socket sender thread immediately
stopRunning() - Method in class net.i2p.sam.SAMv2StreamSession.v2StreamSender
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
 
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.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, MetaInfo, StorageListener) - Constructor for class org.klomp.snark.Storage
Creates a new storage based on the supplied MetaInfo.
Storage(I2PSnarkUtil, File, 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
return the leaseSet if another leaseSet already existed at that key
store(Hash, RouterInfo) - Method in class net.i2p.router.NetworkDatabaseFacade
return the routerInfo if another router already existed at that key
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(OutputStream) - Method in class net.i2p.router.peermanager.DBHistory
 
store(OutputStream) - Method in class net.i2p.router.peermanager.TunnelHistory
 
store(String, StringBuilder) - Method in class net.i2p.stat.Rate
 
store(OutputStream, String) - Method in class net.i2p.stat.RateStat
 
storeFailed() - Method in class net.i2p.router.peermanager.DBHistory
Note that floodfill verify failed
StoreJob - Class in net.i2p.router.networkdb.kademlia
Unused directly - see FloodfillStoreJob
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
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.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.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, int, String) - Method in class net.i2p.sam.client.SAMClientEventListenerImpl
 
streamClosedReceived(String, int, String) - Method in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
 
streamConnectedReceived(String, int) - Method in class net.i2p.sam.client.SAMClientEventListenerImpl
 
streamConnectedReceived(String, int) - Method in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
 
streamDataReceived(int, byte[], int, int) - Method in class net.i2p.sam.client.SAMClientEventListenerImpl
 
streamDataReceived(int, byte[], int, int) - Method in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
 
streamErrorOccurred(IOException) - Method in class net.i2p.client.streaming.MessageInputStream
Stream b0rked, die with the given error
streamErrorOccurred(IOException) - Method in class net.i2p.client.streaming.MessageOutputStream
 
streamForwardingSocket - Variable in class net.i2p.sam.SAMv3Handler
 
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
 
streamSession - Variable in class net.i2p.sam.SAMv3Handler
 
streamStatusReceived(String, int, String) - Method in class net.i2p.sam.client.SAMClientEventListenerImpl
 
streamStatusReceived(String, int, String) - Method in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
 
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 - Static variable in class net.i2p.router.transport.udp.UDPTransport
 
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.
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
 
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
 
SUGGEST - Static variable in class org.klomp.snark.Message
 
suggestName(String) - Static method in class net.i2p.util.EepGet
 
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
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, except for the combined rate graph, which is generated in StatSummarizer.
SummaryRenderer(I2PAppContext, SummaryListener) - Constructor for class net.i2p.router.web.SummaryRenderer
 
supportsDetails - Variable in class org.klomp.snark.Tracker
 
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_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_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
 
SYMMETRIC_NAT - Static variable in class org.freenetproject.DetectedIP
Symmetric NAT.
SYMMETRIC_UDP_FIREWALL - Static variable in class org.freenetproject.DetectedIP
Symmetric UDP firewall.
SystemVersion - Class in net.i2p.util
Methods to find out what system we are running on
SystemVersion() - Constructor for class net.i2p.util.SystemVersion
 
SysTray - Class in net.i2p.apps.systray
A system tray control for launching the I2P router console.

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 _