- safeDecrypt(byte[], SessionKey, byte[]) - Method in class net.i2p.crypto.AESEngine
-
- safeEncrypt(byte[], SessionKey, byte[], int) - Method in class net.i2p.crypto.AESEngine
-
- 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() - Constructor for class net.i2p.sam.SAMStreamSession
-
- 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
-
- 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)
Note that unlike DataHelper.storeProps(),
this does escape the \r or \n that are unescaped in DataHelper.loadProps().
- saveConfig() - Method in class net.i2p.util.LogManager
-
- saveConfig() - Method in class org.klomp.snark.SnarkManager
-
- saveMagnetStatus(byte[]) - Method in class org.klomp.snark.SnarkManager
-
Just remember we have it
- savePartialPieces(Peer, List<PartialPiece>) - Method in class org.klomp.snark.PeerCoordinator
-
Save partial pieces on peer disconnection
and hopefully restart it later.
- savePartialPieces(Peer, List<PartialPiece>) - 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
- saveSeed() - Method in class net.i2p.util.RandomSource
-
- 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".
- schedule(long) - Method in class net.i2p.util.SimpleTimer2.TimedEvent
-
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
-
- 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
- searchFull(Hash, List<Job>, List<Job>, long, boolean) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
-
Ok, the initial set of searches to the floodfill peers timed out, lets fall back on the
wider kademlia-style searches
Unused - called only by FloodSearchJob which is overridden - don't use this.
- 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
-
- 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(RouterContext, 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
-
- selectInboundTunnel() - Method in class net.i2p.router.DummyTunnelManagerFacade
-
- selectInboundTunnel(Hash) - Method in class net.i2p.router.DummyTunnelManagerFacade
-
- selectInboundTunnel() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
-
pick an inbound tunnel not bound to a particular destination
- selectInboundTunnel(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
-
pick an inbound tunnel bound to the given destination
- selectInboundTunnel() - Method in interface net.i2p.router.TunnelManagerFacade
-
pick an inbound tunnel not bound to a particular destination
- selectInboundTunnel(Hash) - Method in interface net.i2p.router.TunnelManagerFacade
-
pick an inbound tunnel bound to the given destination
- 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
- selectOutboundTunnel() - Method in class net.i2p.router.DummyTunnelManagerFacade
-
- selectOutboundTunnel(Hash) - Method in class net.i2p.router.DummyTunnelManagerFacade
-
- selectOutboundTunnel() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
-
pick an outbound tunnel not bound to a particular destination
- selectOutboundTunnel(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
-
pick an outbound tunnel bound to the given destination
- selectOutboundTunnel() - Method in interface net.i2p.router.TunnelManagerFacade
-
pick an outbound tunnel not bound to a particular destination
- selectOutboundTunnel(Hash) - Method in interface net.i2p.router.TunnelManagerFacade
-
pick an outbound tunnel bound to the given destination
- selectPeers(PeerSelectionCriteria) - Method in class net.i2p.router.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(RouterContext, TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.ClientPeerSelector
-
- selectPeers(RouterContext, TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.ExploratoryPeerSelector
-
- selectPeers(RouterContext, 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.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.DummyPeerManagerFacade
-
- selectRandomByCapability(char) - Method in class net.i2p.router.peermanager.PeerManagerFacadeImpl
-
- 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.
- selectWellIntegratedPeers(int, Set<Hash>, Set<Hash>) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
Return a set of Hashes for peers that are well integrated into the network.
- selectWellIntegratedPeers(int, Set<Hash>, Set<Hash>, int) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
Return a set of Hashes for peers that are well integrated into the network.
- self_test() - Static method in class net.i2p.crypto.CryptixRijndael_Algorithm
-
A basic symmetric encryption/decryption test.
- 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)
- send(UDPPacket) - Method in class net.i2p.router.transport.udp.UDPTransport
-
- send(OutNetMessage) - Method in class net.i2p.router.transport.udp.UDPTransport
-
- send(I2NPMessage, PeerState) - Method in class net.i2p.router.transport.udp.UDPTransport
-
- send(List<TunnelGateway.Pending>, 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
- 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
-
- 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(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(I2CPMessage) - Method in class net.i2p.client.I2PSessionImpl
-
Deliver an I2CP message to the router
- 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[]) - Method in class net.i2p.client.I2PSessionImpl2
-
- 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
-
- 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(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
-
- 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
-
- 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
-
- sendNoEffort(Destination, byte[], long) - 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
-
- sentMail - Variable in class i2p.susi.webmail.WebMail.SessionObject
-
- 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
-
- 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(Node) - Constructor for class org.cybergarage.upnp.Service
-
- service(HttpServletRequest, HttpServletResponse) - Method in class org.klomp.snark.web.I2PSnarkServlet
-
Some parts modified from:
- 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_LIFETIME_MAX_MS - Static variable in class net.i2p.crypto.TransientSessionKeyManager
-
Keep unused inbound session tags around for up to 12 minutes (2 minutes longer than
session tags are used on the outbound side so that no reasonable network lag
can cause failed decrypts)
- SESSION_STATUS_DUPLICATE_DEST - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
-
- SESSION_STATUS_I2P_ERROR - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
-
- SESSION_STATUS_INVALID_KEY - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
-
- SESSION_STATUS_OK - Static variable in interface net.i2p.sam.client.SAMReader.SAMClientEventListener
-
- SESSION_TAG_DURATION_MS - Static variable in class net.i2p.crypto.TransientSessionKeyManager
-
Let session tags sit around for 10 minutes before expiring them.
- SessionConfig - Class in net.i2p.data.i2cp
-
Defines the information a client must provide to create a session
- SessionConfig() - Constructor for class net.i2p.data.i2cp.SessionConfig
-
- SessionConfig(Destination) - Constructor for class net.i2p.data.i2cp.SessionConfig
-
- 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
-
session key managers must be created through an app context
- 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
-
- set(StateVariable) - Method in class org.cybergarage.upnp.StateVariable
-
- set(int) - Method in class org.klomp.snark.BitField
-
Sets the given bit to true.
- SET1 - Static variable in class net.i2p.router.web.ConfigRestartBean
-
all these are tagged below so no need to _x them here
- SET2 - Static variable in class net.i2p.router.web.ConfigRestartBean
-
- SET3 - Static variable in class net.i2p.router.web.ConfigRestartBean
-
- SET4 - Static variable in class net.i2p.router.web.ConfigRestartBean
-
- 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?
- setAcceptTimeout(long) - Method in class net.i2p.client.streaming.I2PSocketManagerImpl
-
Deprecated.
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(Set<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
-
- 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
-
- 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
-
- setArrival(long) - Method in class net.i2p.data.i2np.DeliveryStatusMessage
-
- setAttribute(String, String) - Method in class org.cybergarage.xml.Node
-
- setAttribute(String, int) - Method in class org.cybergarage.xml.Node
-
- setAvgDelayBetweenLookupsReceived(long) - Method in class net.i2p.router.peermanager.DBHistory
-
- setBackupQuantity(int) - Method in class net.i2p.router.TunnelPoolSettings
-
- setBandwidthBytes(int) - Method in class net.i2p.router.transport.TransportBid
-
- setBaseLogfilename(String) - Method in class net.i2p.util.LogManager
-
- setBegin(String) - Method in class i2p.susi.dns.AddressbookBean
-
- setBeginTime(long) - Method in class net.i2p.router.transport.udp.PeerTestState
-
- 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
-
- 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.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
- 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
-
- 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
-
- setConfigSetting(String, String) - Method in class net.i2p.router.Router
-
- setConfiguration(Properties) - Method in class net.i2p.client.naming.NamingService
-
- 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
-
- 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
-
- 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
- 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
-
- 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
-
- setDefaultOptions(I2PSocketOptions) - Method in class net.i2p.client.streaming.I2PSocketManagerFull
-
- setDefaultOptions(I2PSocketOptions) - Method in class net.i2p.client.streaming.I2PSocketManagerImpl
-
Deprecated.
- setDelayOpen(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
-
- setDelayRequested(boolean) - Method in class net.i2p.data.i2np.DeliveryInstructions
-
- setDelaySeconds(long) - Method in class net.i2p.data.i2np.DeliveryInstructions
-
- 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
-
- setDestination(String) - Method in class i2p.susi.dns.AddressbookBean
-
- setDestination(Destination) - Method in class net.i2p.data.Address
-
- setDestination(String) - Method in class net.i2p.data.Address
-
- setDestination(Destination) - Method in class net.i2p.data.i2cp.SendMessageMessage
-
- setDestination(Hash) - Method in class net.i2p.data.i2np.DeliveryInstructions
-
- 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
-
- 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
-
- setDisplayOnScreen(boolean) - Method in class net.i2p.util.LogManager
-
- setDisplayOnScreenLevel(int) - Method in class net.i2p.util.LogManager
-
- setDoLog(boolean) - Method in class net.i2p.router.MessageHistory
-
- setDontIncludePeers(Set) - Method in class net.i2p.data.i2np.DatabaseLookupMessage
-
- setDynamicKeys(String) - Method in class net.i2p.router.web.ConfigNetHandler
-
- 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
-
- setEnabletimesync(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
-
- setEncryptedData(byte[]) - Method in class net.i2p.data.Payload
-
the real data
- setEncryptionKey(SessionKey) - Method in class net.i2p.data.i2np.DeliveryInstructions
-
- 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
-
- 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
-
- 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
-
Configure the expiration date of the address (null for no expiration)
Unused for now, always null
- 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.transport.TransportBid
-
- 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(SimpleTimer.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
-
- 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.router.web.ConfigStatsHandler
-
- 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
- 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
-
- setFromTunnel(TunnelId) - Method in class net.i2p.router.MessageReceptionInfo
-
- 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
-
- setGraphList(String[]) - Method in class net.i2p.router.web.ConfigStatsHandler
-
- setH(String) - Method in class i2p.susi.dns.NamingServiceBean
-
- 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
-
- setHigherVersionSeen(boolean) - Method in class net.i2p.router.Router
-
- setHighestAckedThrough(long) - Method in class net.i2p.client.streaming.Connection
-
- setHost(String) - Method in class net.i2p.router.transport.ntcp.NTCPAddress
-
- setHost(String, int) - Method in class org.cybergarage.http.HTTPPacket
-
- setHostname(String) - Method in class i2p.susi.dns.AddressbookBean
-
- setHostname(String) - Method in class net.i2p.data.Address
-
- setHostname(String) - Method in class net.i2p.router.web.ConfigNetHandler
-
- 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
- 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
-
- setInbound() - Method in class net.i2p.client.streaming.Connection
-
- setInbound() - Method in class net.i2p.router.transport.udp.PeerState
-
- 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.ClientTunnelSettings
-
- setInboundSettings(TunnelPoolSettings) - Method in class net.i2p.router.DummyTunnelManagerFacade
-
- setInboundSettings(Hash, TunnelPoolSettings) - Method in class net.i2p.router.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
-
- 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
-
- 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
-
- setIsExploratory(boolean) - Method in class net.i2p.router.TunnelPoolSettings
-
- setIsFailing(boolean) - Method in class net.i2p.router.peermanager.PeerProfile
-
deprecated - unused - always false
- setIsFull(String) - Method in class net.i2p.router.web.ConfigStatsHandler
-
- setIsInbound(boolean) - Method in class net.i2p.router.TunnelPoolSettings
-
- 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
-
- setKey(SessionKey) - Method in class net.i2p.client.MessageState
-
- 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
-
when were the current cipher and MAC keys established/rekeyed?
- 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
-
- setLastACKSend(long) - Method in class net.i2p.router.transport.udp.PeerState
-
- setLastBadSkew(long) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
-
- 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.
- setLastReceiveTime(long) - Method in class net.i2p.router.transport.udp.PeerState
-
when did we last receive a packet from them?
- 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.client.streaming.Connection
-
Set the time we sent data.
- 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
-
- setLeaseRequest(LeaseRequestState) - Method in class net.i2p.router.client.ClientConnectionRunner
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- setMessageSize(int) - Method in class net.i2p.router.transport.TransportBid
-
- 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
-
- setModData(byte[]) - Method in class net.i2p.data.RoutingKeyGenerator
-
- 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
-
- setMTU(int) - Method in class net.i2p.router.transport.udp.PeerState
-
what is the largest packet we can send to the peer?
- 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.client.streaming.I2PSocketManagerImpl
-
Deprecated.
- 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
-
- setNewlogclass(String) - Method in class net.i2p.router.web.ConfigLoggingHandler
-
- setNewloglevel(String) - Method in class net.i2p.router.web.ConfigLoggingHandler
-
- setNewsURL(String) - Method in class net.i2p.router.web.ConfigUpdateHandler
-
- setNextCipherKey(SessionKey) - Method in class net.i2p.router.transport.udp.PeerState
-
The pending AES key for encrypting/decrypting packets if we are
rekeying the connection, or null if we are not in the process
of rekeying.
- setNextKeyingMaterial(byte[]) - Method in class net.i2p.router.transport.udp.PeerState
-
The keying material used for the rekeying, or null if we are not in
the process of rekeying.
- setNextMACKey(SessionKey) - Method in class net.i2p.router.transport.udp.PeerState
-
The pending AES key for verifying packets if we are rekeying the
connection, or null if we are not in the process of rekeying.
- 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.InboundEstablishState
-
- setNextSendTime(long) - Method in class net.i2p.router.transport.udp.OutboundEstablishState
-
- 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(long) - Method in class net.i2p.router.transport.udp.PeerTestState
-
- 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
-
- setNumFailure(int) - Method in class net.i2p.data.Lease
-
- setNumSuccess(int) - Method in class net.i2p.data.Lease
-
- 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.TunnelGateway.Pending
-
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.
- setOnFailed(Job) - Method in class net.i2p.router.client.LeaseRequestState
-
- setOnFailedReplyJob(Job) - Method in class net.i2p.router.OutNetMessage
-
- setOnFailedSendJob(Job) - Method in class net.i2p.router.OutNetMessage
-
- setOnGranted(Job) - Method in class net.i2p.router.client.LeaseRequestState
-
- 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
-
- setOpening(boolean) - Method in class net.i2p.client.I2PSessionImpl
-
- setOpenTrackerString(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(I2PSocketOptions) - Method in class net.i2p.client.streaming.I2PSocketImpl
-
Deprecated.
- 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
- setOptions(Map) - Method in class net.i2p.router.tunnel.HopConfig
-
- setOurRole(short) - Method in class net.i2p.router.transport.udp.PeerTestState
-
- 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.ClientTunnelSettings
-
- setOutboundSettings(TunnelPoolSettings) - Method in class net.i2p.router.DummyTunnelManagerFacade
-
- setOutboundSettings(Hash, TunnelPoolSettings) - Method in class net.i2p.router.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
-
- 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
-
- setPassphrase(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
-
deprecated unimplemented, now using routerconsole realm
- setPassphrase(String) - Method in class net.i2p.router.web.FormHandler
-
- setPauseFlushes(boolean) - Method in class net.i2p.router.MessageHistory
-
- 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
-
- 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(PeerState) - Method in class net.i2p.router.transport.udp.OutboundMessageState
-
- 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.crypto.DHSessionKeyBuilder
-
Specify the value given by the peer for use in the session key negotiation
- setPeerPublicValue(byte[]) - Method in class net.i2p.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(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
-
what port should this client/httpclient/ircclient listen on
- setPort(int) - Method in class net.i2p.router.transport.ntcp.NTCPAddress
-
- 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 org.klomp.snark.Piece
-
- setPriority(String, int) - Method in class org.klomp.snark.Storage
-
Must call setPiecePriorities() after calling this
- setPrivateKey(PrivateKey) - Method in class net.i2p.data.i2cp.CreateLeaseSetMessage
-
- setPrivateKey(PrivateKey) - Method in class net.i2p.router.KeyManager
-
Configure the router's private key
- 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
-
- setProperties(Properties) - Method in class net.i2p.client.streaming.I2PSocketOptionsImpl
-
- setProperty(String, String) - Method in class net.i2p.apps.systray.ConfigFile
-
- setProperty(String, String) - Method in class net.i2p.router.RouterContext
-
Modify the configuration attributes of this context, changing
one of the properties provided during the context construction.
- 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
-
- setPublicKey(PublicKey) - Method in class net.i2p.router.KeyManager
-
Configure the router's public key
- 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
-
- 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
-
- setQueueSize(int) - Method in class net.i2p.router.OutNetMessage
-
- 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
- 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 class net.i2p.client.streaming.I2PSocketImpl
-
Deprecated.
Define how long we will wait blocked on a read() operation (-1 will make
the socket wait forever).
- setReadTimeout(long) - Method in interface net.i2p.client.streaming.I2PSocketOptions
-
What is the longest we'll block on the input stream while waiting
for more data.
- setReadTimeout(long) - Method in class net.i2p.client.streaming.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
-
- setReceiveBufferSize(int) - Method in class net.i2p.util.InternalSocket
-
- 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
-
- setReceptionInfo(MessageReceptionInfo) - Method in class net.i2p.router.ClientMessage
-
- 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.TunnelBuildMessage
-
- setRecord(int, ByteArray) - Method in class net.i2p.data.i2np.TunnelBuildReplyMessage
-
- 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
-
- setRekeyBeganLocally(boolean) - Method in class net.i2p.router.transport.udp.PeerState
-
true if we began the current rekeying, false otherwise
- setRelatedStateVariableName(String) - Method in class org.cybergarage.upnp.Argument
-
- setRemoteAddress(byte[], int) - Method in class net.i2p.router.transport.udp.PeerState
-
what IP+port is the peer sending and receiving packets on?
- setRemoteID(String) - Method in class net.i2p.client.streaming.I2PSocketImpl
-
Deprecated.
We've received the other side's half of the socket's unique ID
- setRemotePeer(Destination) - Method in class net.i2p.client.streaming.Connection
-
- setRemotePeer(RouterIdentity) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
-
- setRemotePeer(Hash) - Method in class net.i2p.router.transport.udp.PeerState
-
The peer are we talking to.
- setRemoteRequiresIntroduction(boolean) - Method in class net.i2p.router.transport.udp.PeerState
-
if we need to contact them, do we need to talk to an introducer?
- 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
-
- setReplyBlockCertificate(Certificate) - Method in class net.i2p.router.message.GarlicConfig
-
- setReplyBlockExpiration(long) - Method in class net.i2p.router.message.GarlicConfig
-
- setReplyBlockMessageId(long) - Method in class net.i2p.router.message.GarlicConfig
-
- setReplyGateway(Hash) - Method in class net.i2p.data.i2np.DatabaseStoreMessage
-
- setReplyInstructions(DeliveryInstructions) - Method in class net.i2p.router.message.GarlicConfig
-
Specify how any reply will be routed so that it reaches this router after being
delivered to the getReplyThroughRouter.
- 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
-
- setReplyThroughRouter(RouterInfo) - Method in class net.i2p.router.message.GarlicConfig
-
Specify the router through which a reply to this clove can be sent.
- 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
-
- 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
-
- setRequestAck(boolean) - Method in class net.i2p.router.message.GarlicConfig
-
If true, the recipient of this clove is requested to send a DeliveryStatusMessage
back via the replyThroughRouter using the getId() value for the status' message Id.
- setRequested(LeaseSet) - Method in class net.i2p.router.client.LeaseRequestState
-
- 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
-
- 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
-
- 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
-
- setReuseAddress(boolean) - Method in class net.i2p.util.InternalSocket
-
- setRootNode(Node) - Method in class org.cybergarage.upnp.Device
-
- setRouter(Hash) - Method in class net.i2p.data.i2np.DeliveryInstructions
-
- setRouter(RouterInfo) - Method in class net.i2p.router.transport.TransportBid
-
- 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
-
- setSenderConfig(SessionConfig) - Method in class net.i2p.router.ClientMessage
-
- setSendEvents(boolean) - Method in class org.cybergarage.upnp.StateVariable
-
- 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
-
- 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
-
- setServiceID(String) - Method in class org.cybergarage.upnp.Service
-
- setServiceType(String) - Method in class org.cybergarage.upnp.Service
-
- setSession(I2PSession) - Method in class net.i2p.client.streaming.I2PSocketManagerImpl
-
Deprecated.
- 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
- 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.ConfigClientsHandler
-
- setSettings(Map) - Method in class net.i2p.router.web.ConfigReseedHandler
-
- setSettings(Map) - Method in class net.i2p.router.web.ConfigTunnelsHandler
-
- 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(boolean) - Method in class net.i2p.router.web.GraphHelper
-
- 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
-
- setSigningPrivateKey(SigningPrivateKey) - Method in class net.i2p.router.KeyManager
-
Configure the router's signing private key
- setSigningPublicKey(SigningPublicKey) - Method in class net.i2p.data.KeysAndCert
-
- setSigningPublicKey(SigningPublicKey) - Method in class net.i2p.router.KeyManager
-
Configure the router's signing public key
- 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
-
- setSocketErrorListener(I2PSocket.SocketErrorListener) - Method in class net.i2p.client.streaming.I2PSocketImpl
-
Deprecated.
- setSoLinger(boolean, int) - Method in class net.i2p.client.streaming.StandardSocket
-
Does nothing.
- setSoLinger(boolean, int) - Method in class net.i2p.util.InternalSocket
-
- 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(long) - Method in class net.i2p.client.streaming.I2PServerSocketImpl
-
Deprecated.
Set Sock Option accept timeout stub, does nothing in ministreaming
- 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
- 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
-
- setST(String) - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
-
- setStartAfter(long) - Method in class net.i2p.router.JobTiming
-
- setStartAtBeginning(String) - Method in class net.i2p.router.web.ContentHelper
-
- 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
-
- 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(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
-
- setTagsSent(Set) - Method in class net.i2p.client.streaming.PacketLocal
-
Deprecated.
I2PSession throws out the tags
- 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
-
- 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(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
-
- setTo(Destination) - Method in class net.i2p.client.MessageState
-
- setTo(Destination) - Method in class net.i2p.client.streaming.PacketLocal
-
- setTotalDay(String) - Method in class net.i2p.i2ptunnel.web.IndexBean
-
- 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
-
- 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
-
- 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
-
- setTunnelId(long) - Method in class net.i2p.data.i2np.TunnelDataMessage
-
- setTunnelId(TunnelId) - Method in class net.i2p.data.i2np.TunnelDataMessage
-
- 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
-
- 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
-
- 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
-
- setUseOpenTrackers(boolean) - Method in class org.klomp.snark.I2PSnarkUtil
-
- 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
-
- setWantedPieces() - Method in class org.klomp.snark.PeerCoordinator
-
- 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
- setWebApplicationContext(WebApplicationContext) - 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
-
- setWindowSize(int) - Method in class net.i2p.client.streaming.ConnectionOptions
-
- setWirelessMode(boolean) - Method in class org.cybergarage.upnp.Device
-
- 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.
- 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
-
- shitlist(Hash) - Method in class net.i2p.router.Blocklist
-
We don't keep the comment field in-memory,
so we have to go back out to the file to find it.
- shitlist(Hash, String) - Method in class net.i2p.router.MessageHistory
-
We shitlisted the peer
- shitlist() - Method in class net.i2p.router.RouterContext
-
who does this peer hate?
- Shitlist - Class in net.i2p.router
-
Routers are shitlisted only if none of our transports can talk to them
or their signed router info is completely screwy.
- Shitlist(RouterContext) - Constructor for class net.i2p.router.Shitlist
-
- Shitlist.Entry - Class in net.i2p.router
-
- Shitlist.Entry() - Constructor for class net.i2p.router.Shitlist.Entry
-
- SHITLIST_CLEANER_START_DELAY - Static variable in class net.i2p.router.Shitlist
-
- SHITLIST_DURATION_FOREVER - Static variable in class net.i2p.router.Shitlist
-
- SHITLIST_DURATION_MAX - Static variable in class net.i2p.router.Shitlist
-
- SHITLIST_DURATION_MS - Static variable in class net.i2p.router.Shitlist
-
- SHITLIST_DURATION_PARTIAL - Static variable in class net.i2p.router.Shitlist
-
- ShitlistRenderer - Class in net.i2p.router.web
-
Moved from Shitlist.java
- ShitlistRenderer(RouterContext) - Constructor for class net.i2p.router.web.ShitlistRenderer
-
- shitlistRouter(Hash) - Method in class net.i2p.router.Shitlist
-
- shitlistRouter(Hash, String) - Method in class net.i2p.router.Shitlist
-
- shitlistRouter(String, Hash, String) - Method in class net.i2p.router.Shitlist
-
ick have to put the reasonCode in the front to avoid ambiguity
- shitlistRouter(Hash, String, String) - Method in class net.i2p.router.Shitlist
-
- shitlistRouter(Hash, String, String, boolean) - Method in class net.i2p.router.Shitlist
-
- shitlistRouterForever(Hash, String) - Method in class net.i2p.router.Shitlist
-
- shitlistRouterForever(Hash, String, String) - Method in class net.i2p.router.Shitlist
-
- shortSender - Variable in class i2p.susi.webmail.Mail
-
- shortSubject - Variable in class i2p.susi.webmail.Mail
-
- 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
-
- shouldDropParticipatingMessage(String, 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()
- shouldFetchUnsigned() - Method in class net.i2p.router.web.NewsFetcher
-
- 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?
- 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
-
increments before checking
- 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(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.
- 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
-
- showAttachment - Variable in class i2p.susi.webmail.WebMail.SessionObject
-
- showFirewallWarning() - Method in class net.i2p.router.web.SummaryHelper
-
Should we warn about a possible firewall problem?
- showKey(InputStream, OutputStream, Logging) - Static method in class net.i2p.i2ptunnel.I2PTunnel
-
Read in the given destination, display it, and write it to the given location
Deprecated - only used by CLI
- showPlugins() - Method in class net.i2p.router.web.ConfigClientsHelper
-
- showUIDL - Variable in class i2p.susi.webmail.WebMail.SessionObject
-
- 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.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() - Static method in class net.i2p.desktopgui.router.RouterManager
-
Stop the running I2P instance.
- shutdown() - Method in class net.i2p.router.client.ClientManager
-
- shutdown() - Method in class net.i2p.router.client.ClientManagerFacadeImpl
-
- shutdown() - Method in class net.i2p.router.DummyClientManagerFacade
-
- shutdown() - Method in class net.i2p.router.DummyNetworkDatabaseFacade
-
- shutdown() - Method in class net.i2p.router.DummyPeerManagerFacade
-
- shutdown() - Method in class net.i2p.router.DummyTunnelManagerFacade
-
- shutdown() - Method in class net.i2p.router.InNetMessagePool
-
- shutdown() - Method in class net.i2p.router.JobQueue
-
- shutdown() - Method in class net.i2p.router.MessageValidator
-
- 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() - 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
-
- shutdown() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
-
- shutdown() - Method in class net.i2p.router.transport.OutboundMessageRegistry
-
- 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.UDPFlooder
-
- 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.transport.VMCommSystem
-
- shutdown() - Method in class net.i2p.router.tunnel.pool.TunnelPool
-
- shutdown() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
-
- shutdown() - Method in class net.i2p.router.tunnel.TunnelDispatcher
-
- 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.util.LogManager
-
public static void main(String args[]) {
I2PAppContext ctx = new I2PAppContext();
Log l1 = ctx.logManager().getLog("test.1");
Log l2 = ctx.logManager().getLog("test.2");
Log l21 = ctx.logManager().getLog("test.2.1");
Log l = ctx.logManager().getLog("test");
l.debug("this should fail");
l.info("this should pass");
l1.warn("this should pass");
l1.info("this should fail");
l2.error("this should fail");
l21.debug("this should pass");
l1.error("test exception", new Exception("test"));
l1.error("test exception", new Exception("test"));
try {
Thread.sleep(2 * 1000);
} catch (Throwable t) { // nop
}
System.exit(0);
}
- 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
- 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.
- shutdownInput() - Method in class net.i2p.client.streaming.StandardSocket
-
- shutdownInput() - Method in class net.i2p.util.InternalSocket
-
- 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
-
- 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.web.UpdateHandler
-
- 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 - Class in net.i2p.util
-
Simple event scheduler - toss an event on the queue and it gets fired at the
appropriate time.
- SimpleScheduler() - Constructor for class net.i2p.util.SimpleScheduler
-
- SimpleScheduler(String) - Constructor for class net.i2p.util.SimpleScheduler
-
- SimpleStore - Class in net.i2p.util
-
- SimpleStore(boolean) - Constructor for class net.i2p.util.SimpleStore
-
- SimpleTimer - Class in net.i2p.util
-
Simple event scheduler - toss an event on the queue and it gets fired at the
appropriate time.
- SimpleTimer() - Constructor for class net.i2p.util.SimpleTimer
-
- SimpleTimer(String) - Constructor for class net.i2p.util.SimpleTimer
-
- SimpleTimer.TimedEvent - Interface in net.i2p.util
-
Simple interface for events to be queued up and notified on expiration
- SimpleTimer2 - Class in net.i2p.util
-
Simple event scheduler - toss an event on the queue and it gets fired at the
appropriate time.
- SimpleTimer2() - Constructor for class net.i2p.util.SimpleTimer2
-
- SimpleTimer2(String) - Constructor for class net.i2p.util.SimpleTimer2
-
- 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 - Variable in class net.i2p.client.streaming.ByteCollector
-
Deprecated.
- size() - Method in class net.i2p.data.Certificate
-
- size() - Method in class net.i2p.data.Destination
-
- size() - Method in class net.i2p.data.LeaseSet
-
- 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.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 class org.xlattice.crypto.filters.BloomSHA1
-
Returns the number of keys which have been inserted.
- 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.I2PTunnelRunner
-
- 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
-
- smtpPort - Variable in class i2p.susi.webmail.WebMail.SessionObject
-
- 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, Snark.CompleteListener, PeerCoordinatorSet, ConnectionAcceptor, boolean, String) - Constructor for class org.klomp.snark.Snark
-
multitorrent
- Snark(I2PSnarkUtil, String, byte[], String, Snark.CompleteListener, PeerCoordinatorSet, ConnectionAcceptor, boolean, String) - Constructor for class org.klomp.snark.Snark
-
multitorrent, magnet
- Snark.CompleteListener - Interface in org.klomp.snark
-
- SnarkManager - Class in org.klomp.snark
-
Manage multiple snarks
- SnarkManager.SnarkManagerShutdown - Class in org.klomp.snark
-
- SnarkManager.SnarkManagerShutdown() - Constructor for class org.klomp.snark.SnarkManager.SnarkManagerShutdown
-
- SnarkShutdown - Class in org.klomp.snark
-
Makes sure everything ends correctly when shutting down.
- SnarkShutdown(Storage, PeerCoordinator, ConnectionAcceptor, TrackerClient, ShutdownListener) - Constructor for class org.klomp.snark.SnarkShutdown
-
- 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
-
- sockets - Variable in class net.i2p.i2ptunnel.I2PTunnelRunner
-
- 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
-
- sortBy(String) - Method in class i2p.susi.util.Folder
-
Activates sorting by the choosen Comparator.
- sorter - Static variable in class i2p.susi.dns.AddressbookBean
-
- 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
-
- 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
-
- ss - Variable in class net.metanotion.util.skiplist.SkipIterator
-
- SSDP - Class in org.cybergarage.upnp.ssdp
-
- 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
-
- 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
-
- 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
-
- SSDPResponse - Class in org.cybergarage.upnp.ssdp
-
- SSDPResponse() - 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
-
- SSDPSearchSocket - Class in org.cybergarage.upnp.ssdp
-
- SSDPSearchSocket() - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchSocket
-
- SSDPSearchSocket(String) - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchSocket
-
- SSDPSearchSocketList - Class in org.cybergarage.upnp.ssdp
-
- SSDPSearchSocketList() - 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
-
- 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.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.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
- startAutomatically(int) - Method in class net.i2p.i2ptunnel.web.EditBean
-
- startConsole() - Method in class net.i2p.router.web.RouterConsoleRunner
-
- 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
-
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.I2PTunnelHTTPClient
-
Actually start working on incoming connections.
- 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
-
- startToByteArray(int) - Method in class net.i2p.client.streaming.ByteCollector
-
Deprecated.
Pull off the first $maxlen bytes from the collector, shifting the remaining
bytes into the beginning of the collector's array.
- startTorrent() - Method in class org.klomp.snark.Snark
-
Start up contacting peers and querying the tracker
- 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 class net.i2p.desktopgui.Main
-
Start the tray icon code (loads tray icon in the tray area).
- startup() - Method in class net.i2p.router.Blocklist
-
- startup() - Method in class net.i2p.router.client.ClientManagerFacadeImpl
-
- startup() - Method in class net.i2p.router.DummyClientManagerFacade
-
- startup() - Method in class net.i2p.router.DummyNetworkDatabaseFacade
-
- startup() - Method in class net.i2p.router.DummyPeerManagerFacade
-
- startup() - Method in class net.i2p.router.DummyTunnelManagerFacade
-
- startup() - Method in class net.i2p.router.InNetMessagePool
-
- 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
-
- 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.UDPFlooder
-
- 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.transport.VMCommSystem
-
- startup() - Method in class net.i2p.router.tunnel.pool.TunnelPool
-
- 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.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(I2PAppContext, Server, 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 i2p.susi.webmail.WebMail.SessionObject
-
- state - Variable in class org.klomp.snark.Peer
-
- STATE_CONFIRMED_COMPLETELY - Static variable in class net.i2p.router.transport.udp.InboundEstablishState
-
we have completely received all of the confirmation packets
- STATE_CONFIRMED_COMPLETELY - Static variable in class net.i2p.router.transport.udp.OutboundEstablishState
-
we have received a data packet
- STATE_CONFIRMED_PARTIALLY - Static variable in class net.i2p.router.transport.udp.InboundEstablishState
-
we have received one or more confirmation packets
- STATE_CONFIRMED_PARTIALLY - Static variable in class net.i2p.router.transport.udp.OutboundEstablishState
-
we have sent one or more confirmation packets
- STATE_CREATED_RECEIVED - Static variable in class net.i2p.router.transport.udp.OutboundEstablishState
-
we have received a signed creation packet
- STATE_CREATED_SENT - Static variable in class net.i2p.router.transport.udp.InboundEstablishState
-
we have sent a signed creation packet
- STATE_FAILED - Static variable in class net.i2p.router.transport.udp.InboundEstablishState
-
we are explicitly failing it
- STATE_PENDING_INTRO - Static variable in class net.i2p.router.transport.udp.OutboundEstablishState
-
we need to have someone introduce us to the peer, but haven't received a RelayResponse yet
- STATE_REQUEST_RECEIVED - Static variable in class net.i2p.router.transport.udp.InboundEstablishState
-
we have received an initial request
- STATE_REQUEST_SENT - Static variable in class net.i2p.router.transport.udp.OutboundEstablishState
-
we have sent an initial request
- STATE_UNKNOWN - Static variable in class net.i2p.router.transport.udp.InboundEstablishState
-
nothin known yet
- STATE_UNKNOWN - Static variable in class net.i2p.router.transport.udp.OutboundEstablishState
-
nothin sent yet
- 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
-
Maintain the statistics about the router
- 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.NewsFetcher
-
- 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_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.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
-
- stop() - Method in class net.i2p.util.SimpleScheduler
-
Removes the SimpleScheduler.
- stop() - Method in class net.i2p.util.SimpleTimer2
-
Removes 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 class org.klomp.snark.SnarkManager
-
- stop() - Method in class org.klomp.snark.web.RunStandalone
-
- stopAcceptingClients() - Method in class net.i2p.router.DummyClientManagerFacade
-
- stopAllControllers() - Method in class net.i2p.i2ptunnel.TunnelControllerGroup
-
Stop all tunnels
- stopargs - Variable in class net.i2p.router.startup.ClientAppConfig
-
- 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.util.DecayingBloomFilter
-
- stopDecaying() - Method in class net.i2p.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
-
- 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
-
- stopPlugin(RouterContext, String) - Static method in class net.i2p.router.web.PluginStarter
-
- stopPlugins(RouterContext) - Static method in class net.i2p.router.web.PluginStopper
-
Stop all plugins
(whether or not they were ever started)
this shouldn't throw anything
- 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
-
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(String, boolean) - Method in class org.klomp.snark.SnarkManager
-
Stop the torrent, leaving it on the list of torrents unless told to remove it
- stopTorrent(Snark, boolean) - Method in class org.klomp.snark.SnarkManager
-
Stop the torrent, leaving it on the list of torrents unless told to remove it
- stopTunnel() - Method in class net.i2p.i2ptunnel.TunnelController
-
- stopWebApp(Server, 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, StorageListener) - Constructor for class org.klomp.snark.Storage
-
Creates a storage from the existing file or directory together
with an appropriate MetaInfo file as can be announced on the
given announce String location.
- 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
-
- 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
-
- 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.DummyNetworkDatabaseFacade
-
- store(Hash, RouterInfo) - Method in class net.i2p.router.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
-
- 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
- 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
-
- 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(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.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
-
- subject - Variable in class i2p.susi.webmail.WebMail.SessionObject
-
- 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
-
- 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
-
provide a simple summary of a number of peers, suitable for publication in the netDb
- 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
-
- SYMMETRIC_NAT - Static variable in class org.freenetproject.DetectedIP
-
Symmetric NAT.
- SYMMETRIC_UDP_FIREWALL - Static variable in class org.freenetproject.DetectedIP
-
Symmetric UDP firewall.
- SYN - Static variable in class net.i2p.client.streaming.I2PSocketManagerImpl
-
Deprecated.
- SysTray - Class in net.i2p.apps.systray
-
A system tray control for launching the I2P router console.