A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

S

safeDecrypt(byte[], SessionKey, byte[]) - クラス のメソッドnet.i2p.crypto.AESEngine
推奨されていません。
unused
safeEncrypt(byte[], SessionKey, byte[], int) - クラス のメソッドnet.i2p.crypto.AESEngine
推奨されていません。
unused
SALT_LENGTH - クラス のstatic変数net.i2p.util.PasswordManager
 
SAMBridge - net.i2p.samのクラス
SAM bridge implementation.
SAMBridge(String, int, boolean, Properties, String, File) - クラス のコンストラクタnet.i2p.sam.SAMBridge
Build a new SAM bridge.
SAMBridge(I2PAppContext, ClientAppManager, String[]) - クラス のコンストラクタnet.i2p.sam.SAMBridge
For ClientApp interface.
SAMClientEventListenerImpl - net.i2p.sam.clientのクラス
Basic noop client event listener
SAMClientEventListenerImpl() - クラス のコンストラクタnet.i2p.sam.client.SAMClientEventListenerImpl
 
SAMDatagramReceiver - net.i2p.samのインタフェース
Interface for sending raw data to a SAM client
SAMDatagramSession - net.i2p.samのクラス
SAM DATAGRAM session class.
SAMDatagramSession(InputStream, Properties, SAMDatagramReceiver) - クラス のコンストラクタnet.i2p.sam.SAMDatagramSession
Create a new SAM DATAGRAM session.
SAMDatagramSession(String, Properties, SAMDatagramReceiver) - クラス のコンストラクタnet.i2p.sam.SAMDatagramSession
Create a new SAM DATAGRAM session.
SAMDatagramSession(I2PSession, Properties, int, SAMDatagramReceiver) - クラス のコンストラクタnet.i2p.sam.SAMDatagramSession
Create a new SAM DATAGRAM session on an existing I2P session.
sameFilePath(String, String) - クラス のstaticメソッドorg.jrobin.core.Util
 
sameID(PeerID) - クラス のメソッドorg.klomp.snark.PeerID
Returns true if and only if this peerID and the given peerID have the same destination hash
SAMEventHandler - net.i2p.sam.clientのクラス
Simple helper implementation of a the SAMClientEventListener
SAMEventHandler(I2PAppContext) - クラス のコンストラクタnet.i2p.sam.client.SAMEventHandler
 
SAMException - net.i2p.samの例外
Exception thrown by SAM methods
SAMException() - 例外 のコンストラクタnet.i2p.sam.SAMException
 
SAMException(String) - 例外 のコンストラクタnet.i2p.sam.SAMException
 
SAMException(String, Throwable) - 例外 のコンストラクタnet.i2p.sam.SAMException
 
SAMHandler - net.i2p.samのクラス
Base class for SAM protocol handlers.
SAMHandler(SocketChannel, int, int, Properties, SAMBridge) - クラス のコンストラクタnet.i2p.sam.SAMHandler
SAMHandler constructor (to be called by subclasses)
SAMHandlerFactory - net.i2p.samのクラス
SAM handler factory class.
SAMHandlerFactory() - クラス のコンストラクタnet.i2p.sam.SAMHandlerFactory
 
SAMInvalidDirectionException - net.i2p.samの例外
Exception thrown by SAM methods when an application tries to create outgoing connections through a receive-only SAM session.
SAMInvalidDirectionException() - 例外 のコンストラクタnet.i2p.sam.SAMInvalidDirectionException
 
SAMInvalidDirectionException(String) - 例外 のコンストラクタnet.i2p.sam.SAMInvalidDirectionException
 
SAMMessageSess - net.i2p.samのインタフェース
Base interface for SAMMessageSession, which is the base for v1/v3 datagram and raw sessions.
SAMMessageSession - net.i2p.samのクラス
Base abstract class for SAM message-based sessions.
SAMMessageSession(InputStream, Properties) - クラス のコンストラクタnet.i2p.sam.SAMMessageSession
Initialize a new SAM message-based session.
SAMMessageSession(String, Properties) - クラス のコンストラクタnet.i2p.sam.SAMMessageSession
Initialize a new SAM message-based session.
SAMMessageSession(I2PSession, int, int) - クラス のコンストラクタnet.i2p.sam.SAMMessageSession
Initialize a new SAM message-based session using an existing I2PSession.
Sample - org.jrobin.coreのクラス
Class to represent data source values for the given timestamp.
Sample(RrdDb, long) - クラス のコンストラクタorg.jrobin.core.Sample
 
SAMRawReceiver - net.i2p.samのインタフェース
Interface for sending raw data to a SAM client
SAMRawSession - net.i2p.samのクラス
SAM RAW session class.
SAMRawSession(InputStream, Properties, SAMRawReceiver) - クラス のコンストラクタnet.i2p.sam.SAMRawSession
Create a new SAM RAW session.
SAMRawSession(String, Properties, SAMRawReceiver) - クラス のコンストラクタnet.i2p.sam.SAMRawSession
Create a new SAM RAW session.
SAMRawSession(I2PSession, Properties, int, int, SAMRawReceiver) - クラス のコンストラクタnet.i2p.sam.SAMRawSession
Create a new SAM RAW session on an existing I2P session.
SAMReader - net.i2p.sam.clientのクラス
Read from a socket, producing events for any SAM message read
SAMReader(I2PAppContext, InputStream, SAMReader.SAMClientEventListener) - クラス のコンストラクタnet.i2p.sam.client.SAMReader
 
SAMReader.SAMClientEventListener - net.i2p.sam.clientのインタフェース
Async event notification interface for SAM clients
SAMStreamReceiver - net.i2p.samのインタフェース
Interface for sending streaming data to a SAM client
SAMStreamSend - net.i2p.sam.clientのクラス
Swiss army knife tester.
SAMStreamSend(I2PAppContext, String, String, String, String) - クラス のコンストラクタnet.i2p.sam.client.SAMStreamSend
 
SAMStreamSession - net.i2p.samのクラス
SAM STREAM session class.
SAMStreamSession(InputStream, String, Properties, SAMStreamReceiver) - クラス のコンストラクタnet.i2p.sam.SAMStreamSession
Create a new SAM STREAM session.
SAMStreamSession(String, String, Properties, SAMStreamReceiver) - クラス のコンストラクタnet.i2p.sam.SAMStreamSession
Create a new SAM STREAM session.
SAMStreamSession(I2PSocketManager, Properties, SAMStreamReceiver, int) - クラス のコンストラクタnet.i2p.sam.SAMStreamSession
Create a new SAM STREAM session on an existing socket manager.
SAMStreamSession.DisconnectListener - net.i2p.samのクラス
 
SAMStreamSession.SAMStreamSessionServer - net.i2p.samのクラス
SAM STREAM session server, running in its own thread.
SAMStreamSession.SAMStreamSessionSocketReader - net.i2p.samのクラス
SAM STREAM socket reader, running in its own thread.
SAMStreamSession.SAMv1StreamSessionSocketReader - net.i2p.samのクラス
 
SAMStreamSession.StreamSender - net.i2p.samのクラス
Lets us push data through the stream without blocking, (even after exceeding the I2PSocket's buffer)
SAMStreamSessionServer() - クラス のコンストラクタnet.i2p.sam.SAMStreamSession.SAMStreamSessionServer
Create a new SAM STREAM session server
SAMStreamSessionSocketReader(I2PSocket, int) - クラス のコンストラクタnet.i2p.sam.SAMStreamSession.SAMStreamSessionSocketReader
Create a new SAM STREAM session socket reader
SAMStreamSink - net.i2p.sam.clientのクラス
Swiss army knife tester.
SAMStreamSink(I2PAppContext, String, String, String, String) - クラス のコンストラクタnet.i2p.sam.client.SAMStreamSink
 
SAMUtils - net.i2p.samのクラス
Miscellaneous utility methods used by SAM protocol handlers.
SAMUtils() - クラス のコンストラクタnet.i2p.sam.SAMUtils
 
SAMv1Handler - net.i2p.samのクラス
Class able to handle a SAM version 1 client connections.
SAMv1Handler(SocketChannel, int, int, Properties, SAMBridge) - クラス のコンストラクタnet.i2p.sam.SAMv1Handler
Create a new SAM version 1 handler.
SAMv1Handler(SocketChannel, int, int, SAMBridge) - クラス のコンストラクタnet.i2p.sam.SAMv1Handler
Create a new SAM version 1 handler.
SAMv1StreamSessionSocketReader(I2PSocket, int) - クラス のコンストラクタnet.i2p.sam.SAMStreamSession.SAMv1StreamSessionSocketReader
Create a new SAM STREAM session socket reader
SAMv2Handler - net.i2p.samのクラス
Class able to handle a SAM version 2 client connection.
SAMv2Handler(SocketChannel, int, int, Properties, SAMBridge) - クラス のコンストラクタnet.i2p.sam.SAMv2Handler
Create a new SAM version 2 handler.
SAMv2Handler(SocketChannel, int, int, SAMBridge) - クラス のコンストラクタnet.i2p.sam.SAMv2Handler
Create a new SAM version 2 handler.
SAMv2StreamSession - net.i2p.samのクラス
SAMv2 STREAM session class.
SAMv2StreamSession(InputStream, String, Properties, SAMStreamReceiver) - クラス のコンストラクタnet.i2p.sam.SAMv2StreamSession
Create a new SAM STREAM session.
SAMv2StreamSession(String, String, Properties, SAMStreamReceiver) - クラス のコンストラクタnet.i2p.sam.SAMv2StreamSession
Create a new SAM STREAM session.
SAMv2StreamSession.SAMv2StreamSessionSocketReader - net.i2p.samのクラス
SAM STREAM socket reader, running in its own thread.
SAMv2StreamSessionSocketReader(I2PSocket, int) - クラス のコンストラクタnet.i2p.sam.SAMv2StreamSession.SAMv2StreamSessionSocketReader
Create a new SAM STREAM session socket reader
SAMv3DatagramServer - net.i2p.samのクラス
This is the thread listening on 127.0.0.1:7655 or as specified by sam.udp.host and sam.udp.port properties.
SAMv3DatagramServer(SAMBridge, String, int, Properties) - クラス のコンストラクタnet.i2p.sam.SAMv3DatagramServer
Does not start listener.
SAMv3DatagramSession - net.i2p.samのクラス
 
SAMv3DatagramSession(String, Properties, SAMv3Handler, I2PSession, int, SAMv3DatagramServer) - クラス のコンストラクタnet.i2p.sam.SAMv3DatagramSession
Build a Datagram Session on an existing i2p session registered with the given nickname Caller MUST call start().
SAMv3DatagramSession(String, SAMv3DatagramServer) - クラス のコンストラクタnet.i2p.sam.SAMv3DatagramSession
build a DatagramSession according to informations registered with the given nickname Caller MUST call start().
SAMv3Handler - net.i2p.samのクラス
Class able to handle a SAM version 3 client connection.
SAMv3Handler(SocketChannel, int, int, Properties, SAMBridge) - クラス のコンストラクタnet.i2p.sam.SAMv3Handler
Create a new SAM version 3 handler.
SAMv3Handler(SocketChannel, int, int, SAMBridge) - クラス のコンストラクタnet.i2p.sam.SAMv3Handler
Create a new SAM version 3 handler.
SAMv3RawSession - net.i2p.samのクラス
 
SAMv3RawSession(String, Properties, SAMv3Handler, I2PSession, int, int, SAMv3DatagramServer) - クラス のコンストラクタnet.i2p.sam.SAMv3RawSession
Build a Raw Session on an existing i2p session registered with the given nickname Caller MUST call start().
SAMv3RawSession(String, SAMv3DatagramServer) - クラス のコンストラクタnet.i2p.sam.SAMv3RawSession
Build a Raw Datagram Session according to information registered with the given nickname Caller MUST call start().
SAMv3StreamSession - net.i2p.samのクラス
SAMv3 STREAM session class.
SAMv3StreamSession(String) - クラス のコンストラクタnet.i2p.sam.SAMv3StreamSession
Create a new SAM STREAM session, according to information registered with the given nickname Caller MUST call start().
SAMv3StreamSession(String, Properties, SAMv3Handler, I2PSocketManager, int) - クラス のコンストラクタnet.i2p.sam.SAMv3StreamSession
Build a Stream Session on an existing I2P session registered with the given nickname Caller MUST call start().
SAT - クラス のstatic変数org.jrobin.core.timespec.TimeToken
 
satisfiableRanges(Enumeration<?>, long) - クラス のstaticメソッドorg.klomp.snark.web.InclusiveByteRange
 
SATURDAY - インタフェース のstatic変数org.jrobin.graph.RrdGraphConstants
Constant to represent Saturday
save(File) - クラス のメソッドorg.klomp.snark.comments.CommentSet
File will be gzipped.
save(String, String, String) - クラス のメソッドnet.i2p.router.util.RouterPasswordManager
Same as saveHash()
saveApps(RouterContext, String, Collection<App>, boolean) - クラス のstaticメソッドnet.i2p.router.web.helpers.HomeHelper
 
saveB64(String, String, String) - クラス のメソッドnet.i2p.router.util.RouterPasswordManager
This will fail if if user contains '#' or '=' or starts with '!'
saveCert(Certificate, File) - クラス のstaticメソッドnet.i2p.crypto.CertUtil
Write a certificate to a file in base64 format.
saveChunk(int, byte[], int, int) - クラス のメソッドorg.klomp.snark.MagnetState
 
saveConfig() - クラス のメソッドnet.i2p.i2ptunnel.TunnelControllerGroup
Save the configuration of all known tunnels to the default config file
saveConfig() - クラス のメソッドnet.i2p.router.Router
Save the current config options (returning true if save was successful, false otherwise) Synchronized with file read in getConfig()
saveConfig() - クラス のメソッドnet.i2p.sam.SAMBridge
 
saveConfig() - クラス のメソッドnet.i2p.util.LogManager
 
saveConfig() - クラス のメソッドorg.klomp.snark.SnarkManager
 
saveConfig(String) - クラス のメソッドnet.i2p.i2ptunnel.TunnelControllerGroup
Save the configuration of all known tunnels to the given file
saveConfig(String, String) - クラス のメソッドnet.i2p.router.Router
Updates the current config with the given key/value and then saves it.
saveConfig(Map, Collection<String>) - クラス のメソッドnet.i2p.router.Router
Updates the current config and then saves it.
saveConfig(I2PAppContext, TunnelControllerGroup) - クラス のstaticメソッドnet.i2p.i2ptunnel.ui.GeneralHelper
 
saveConfiguration(Properties) - クラス のstaticメソッドi2p.susi.util.Config
Saves the properties.
saveCRL(X509CRL, File) - クラス のstaticメソッドnet.i2p.crypto.CertUtil
Write a CRL to a file in base64 format.
saveDHT(DHTNodes, boolean, File) - クラス のstaticメソッドorg.klomp.snark.dht.PersistDHT
 
saveHash(String, String, String) - クラス のメソッドnet.i2p.router.util.RouterPasswordManager
This will fail if user contains '#' or '=' or starts with '!'
saveImage(OutputStream, String, float) - クラス のメソッドorg.jrobin.graph.ImageWorker
 
saveImage(String, String, float) - クラス のメソッドorg.jrobin.graph.ImageWorker
 
saveLocalAddress(InetAddress) - クラス のメソッドnet.i2p.router.transport.TransportImpl
Save a local address we were notified about before we started.
saveMagnetStatus(byte[], String, String, String) - クラス のメソッドorg.klomp.snark.SnarkManager
Just remember we have it.
saveMail(Mail) - クラス のメソッドi2p.susi.webmail.PersistentMailCache
Save data to disk.
saveMD5(String, String, String, String) - クラス のメソッドnet.i2p.router.web.ConsolePasswordManager
Straight MD5, no salt Compatible with Jetty and RFC 2617.
saveOpenTrackers(List<String>) - クラス のメソッドorg.klomp.snark.SnarkManager
 
savePartialPieces(Peer, List<Request>) - クラス のメソッドorg.klomp.snark.PeerCoordinator
Save partial pieces on peer disconnection and hopefully restart it later.
savePartialPieces(Peer, List<Request>) - インタフェース のメソッドorg.klomp.snark.PeerListener
Called when the peer has disconnected and the peer task may have a partially downloaded piece that the PeerCoordinator can save
savePlain(String, String, String) - クラス のメソッドnet.i2p.router.util.RouterPasswordManager
This will fail if pw contains a '#' or if user contains '#' or '=' or starts with '!'
savePrivateTrackers(List<String>) - クラス のメソッドorg.klomp.snark.SnarkManager
 
saveSeed() - クラス のメソッドnet.i2p.util.RandomSource
 
saveSingleDatasource(String) - クラス のメソッドorg.jrobin.core.RrdDef
 
saveState() - クラス のメソッドorg.jrobin.core.timespec.TimeScanner
 
saveSummaryBarSections(RouterContext, String, Map<Integer, String>) - クラス のstaticメソッドnet.i2p.router.web.helpers.SummaryHelper
 
saveTorrentStatus(Snark) - クラス のメソッドorg.klomp.snark.SnarkManager
Save the completion status of a torrent and other data in the config file for that torrent.
saveTrackerMap() - クラス のメソッドorg.klomp.snark.SnarkManager
 
saveTunnel(int, TunnelConfig) - クラス のメソッドnet.i2p.i2ptunnel.ui.GeneralHelper
 
saveTunnel(I2PAppContext, TunnelControllerGroup, int, TunnelConfig) - クラス のstaticメソッドnet.i2p.i2ptunnel.ui.GeneralHelper
 
scalarMult(ECPoint, BigInteger, EllipticCurve) - クラス のstaticメソッドnet.i2p.crypto.ECUtil
 
scalarMultiply(byte[]) - クラス のメソッドnet.i2p.crypto.eddsa.math.GroupElement
h = a * B where a = a[0]+256*a[1]+...+256^31 a[31] and B is this point.
ScalarOps - net.i2p.crypto.eddsa.mathのインタフェース
 
scale(double, boolean) - クラス のメソッドorg.jrobin.graph.ValueScaler
 
Scaled(double, String) - クラス のコンストラクタorg.jrobin.graph.ValueScaler.Scaled
 
scaledstep - クラス の変数org.jrobin.graph.ImageParameters
 
scanner - クラス の変数org.jrobin.core.timespec.TimeParser
 
schedule(long) - クラス のメソッドnet.i2p.util.SimpleTimer2.TimedEvent
Slightly more efficient than reschedule().
schedule(SimpleTimer.TimedEvent, long) - クラス のメソッドnet.i2p.client.streaming.impl.Connection
Schedule something on our timer.
scheduleConnectionEvent(long) - クラス のメソッドnet.i2p.client.streaming.impl.Connection
Called from SchedulerImpl
scheduledGracefulExitCode() - クラス のメソッド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 - net.i2p.client.streaming.implのクラス
Examine a connection's state and pick the right scheduler for it.
SchedulerChooser(I2PAppContext) - クラス のコンストラクタnet.i2p.client.streaming.impl.SchedulerChooser
 
SchedulerClosed - net.i2p.client.streaming.implのクラス
Scheduler used for after both sides have had their close packets ACKed, but the final timeout hasn't passed.
SchedulerClosed(I2PAppContext) - クラス のコンストラクタnet.i2p.client.streaming.impl.SchedulerClosed
 
SchedulerClosing - net.i2p.client.streaming.implのクラス
Scheduler used for after both SYNs have been ACKed and both sides have closed the stream, but either we haven't ACKed their close or they haven't ACKed ours.
SchedulerClosing(I2PAppContext) - クラス のコンストラクタnet.i2p.client.streaming.impl.SchedulerClosing
 
SchedulerConnectedBulk - net.i2p.client.streaming.implのクラス
Scheduler used for after our SYN has been sent and ACKed but one (or more) sides haven't closed the stream yet.
SchedulerConnectedBulk(I2PAppContext) - クラス のコンストラクタnet.i2p.client.streaming.impl.SchedulerConnectedBulk
 
SchedulerConnecting - net.i2p.client.streaming.implのクラス
Scheduler used once we've sent our SYN but it hasn't been ACKed yet.
SchedulerConnecting(I2PAppContext) - クラス のコンストラクタnet.i2p.client.streaming.impl.SchedulerConnecting
 
SchedulerDead - net.i2p.client.streaming.implのクラス
Scheduler used for after the final timeout has passed or the connection was reset.
SchedulerDead(I2PAppContext) - クラス のコンストラクタnet.i2p.client.streaming.impl.SchedulerDead
 
SchedulerHardDisconnected - net.i2p.client.streaming.implのクラス
Scheduler used after we've locally done a hard disconnect, but the final timeout hasn't passed.
SchedulerHardDisconnected(I2PAppContext) - クラス のコンストラクタnet.i2p.client.streaming.impl.SchedulerHardDisconnected
 
SchedulerImpl - net.i2p.client.streaming.implのクラス
Base scheduler
SchedulerImpl(I2PAppContext) - クラス のコンストラクタnet.i2p.client.streaming.impl.SchedulerImpl
 
SchedulerPreconnect - net.i2p.client.streaming.implのクラス
Scheduler used for locally created connections where we have not yet sent the initial SYN packet.
SchedulerPreconnect(I2PAppContext) - クラス のコンストラクタnet.i2p.client.streaming.impl.SchedulerPreconnect
 
SchedulerReceived - net.i2p.client.streaming.implのクラス
Scheduler used after receiving an inbound connection but before we have sent our own SYN.
SchedulerReceived(I2PAppContext) - クラス のコンストラクタnet.i2p.client.streaming.impl.SchedulerReceived
 
SCLASSES - クラス のstatic変数org.klomp.snark.CommandLine
 
SCPD_ROOTNODE - クラス のstatic変数org.cybergarage.upnp.Service
 
SCPD_ROOTNODE_NS - クラス のstatic変数org.cybergarage.upnp.Service
 
SDef - org.jrobin.dataのクラス
 
SDef - org.jrobin.graphのクラス
 
SDef(String, String, String) - クラス のコンストラクタorg.jrobin.data.SDef
 
SDef(String, String, String) - クラス のコンストラクタorg.jrobin.graph.SDef
 
SDSCache<V extends SimpleDataStructure> - net.i2p.dataのクラス
A least recently used cache with a max size, for SimpleDataStructures.
SDSCache(Class<V>, int, int) - クラス のコンストラクタnet.i2p.data.SDSCache
 
search - クラス の変数i2p.susi.dns.AddressbookBean
 
search() - クラス のメソッドorg.cybergarage.upnp.ControlPoint
 
search(String) - クラス のメソッドorg.cybergarage.upnp.ControlPoint
 
search(String, int) - クラス のメソッドorg.cybergarage.upnp.ControlPoint
 
search(Hash, Job, Job, long, boolean) - クラス のメソッドnet.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Lookup using exploratory tunnels.
search(Hash, Job, Job, long, boolean) - クラス のメソッドnet.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Begin a kademlia style search for the key specified, which can take up to timeoutMs and will fire the appropriate jobs on success or timeout (or if the kademlia search completes without any match) Unused - called only by FNDF.searchFull() from FloodSearchJob which is overridden - don't use this.
search(Hash, Job, Job, long, boolean, Hash) - クラス のメソッドnet.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Lookup using the client's tunnels.
search(Hash, Job, Job, long, boolean, Hash) - クラス のメソッドnet.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Unused - see FNDF
searchComplete(Hash) - クラス のメソッドnet.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
The search for the given key is no longer active
SearchHelper - net.i2p.router.web.helpersのクラス
Helper for searches.
SearchHelper() - クラス のコンストラクタnet.i2p.router.web.helpers.SearchHelper
 
SearchJob - 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) - クラス のコンストラクタnet.i2p.router.networkdb.kademlia.SearchJob
Create a new search for the routingKey specified
SearchJob.FailedJob - net.i2p.router.networkdb.kademliaのクラス
Called when a particular peer failed to respond before the timeout was reached, or if the peer could not be contacted at all.
SearchListener - org.cybergarage.upnp.deviceのインタフェース
 
SearchMessageSelector - 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) - クラス のコンストラクタnet.i2p.router.networkdb.kademlia.SearchMessageSelector
 
searchNext() - クラス のメソッドnet.i2p.router.networkdb.kademlia.SearchJob
Send the next search, or stop if its completed
SearchReplyJob - net.i2p.router.networkdb.kademliaのクラス
 
SearchReplyJob(RouterContext, SearchJob, DatabaseSearchReplyMessage, Hash, long) - クラス のコンストラクタnet.i2p.router.networkdb.kademlia.SearchReplyJob
 
SearchResponseListener - org.cybergarage.upnp.deviceのインタフェース
 
searchResponseReceived(SSDPPacket) - クラス のメソッドorg.cybergarage.upnp.ControlPoint
 
SearchState - net.i2p.router.networkdb.kademliaのクラス
Data related to a particular search
SearchState(RouterContext, Hash) - クラス のコンストラクタnet.i2p.router.networkdb.kademlia.SearchState
 
SearchUpdateReplyFoundJob - net.i2p.router.networkdb.kademliaのクラス
Called after a match to a db search is found Used only by SearchJob which is only used by ExploreJob
SearchUpdateReplyFoundJob(RouterContext, RouterInfo, SearchState, KademliaNetworkDatabaseFacade, SearchJob) - クラス のコンストラクタnet.i2p.router.networkdb.kademlia.SearchUpdateReplyFoundJob
 
SearchUpdateReplyFoundJob(RouterContext, RouterInfo, SearchState, KademliaNetworkDatabaseFacade, SearchJob, TunnelInfo, TunnelInfo) - クラス のコンストラクタnet.i2p.router.networkdb.kademlia.SearchUpdateReplyFoundJob
 
sec - クラス の変数org.jrobin.core.timespec.TimeSpec
 
SECOND - インタフェース のstatic変数org.jrobin.graph.RrdGraphConstants
Constant to represent second
SECONDS - クラス のstatic変数org.jrobin.core.timespec.TimeToken
 
SECONDS_1900_TO_EPOCH - クラス のstatic変数net.i2p.router.time.NtpClient
difference between the unix epoch and jan 1 1900 (NTP uses that)
secPerPix - クラス の変数org.jrobin.graph.TimeAxisSetting
 
SECTION_NAMES - クラス のstatic変数net.i2p.router.web.helpers.SummaryBarRenderer
 
SECURE_NID - クラス のstatic変数org.klomp.snark.dht.KRPC
 
SecureDirectory - net.i2p.utilのクラス
Same as File but sets the file mode after mkdir() so it can be read and written by the owner only (i.e.
SecureDirectory(File, String) - クラス のコンストラクタnet.i2p.util.SecureDirectory
 
SecureDirectory(String) - クラス のコンストラクタnet.i2p.util.SecureDirectory
 
SecureDirectory(String, String) - クラス のコンストラクタnet.i2p.util.SecureDirectory
 
SecureFile - net.i2p.utilのクラス
Same as SecureDirectory but sets the file mode after createNewFile() and createTempFile() also.
SecureFile(File, String) - クラス のコンストラクタnet.i2p.util.SecureFile
 
SecureFile(String) - クラス のコンストラクタnet.i2p.util.SecureFile
 
SecureFile(String, String) - クラス のコンストラクタnet.i2p.util.SecureFile
 
SecureFileOutputStream - net.i2p.utilのクラス
Same as FileOutputStream but sets the file mode so it can only be read and written by the owner only (i.e.
SecureFileOutputStream(File) - クラス のコンストラクタnet.i2p.util.SecureFileOutputStream
Sets output file to mode 600
SecureFileOutputStream(File, boolean) - クラス のコンストラクタnet.i2p.util.SecureFileOutputStream
Sets output file to mode 600 only if append = false (otherwise it is presumed to be 600 already)
SecureFileOutputStream(String) - クラス のコンストラクタnet.i2p.util.SecureFileOutputStream
Sets output file to mode 600
SecureFileOutputStream(String, boolean) - クラス のコンストラクタnet.i2p.util.SecureFileOutputStream
Sets output file to mode 600 whether append = true or false
seed(byte[]) - クラス のメソッドgnu.crypto.prng.AsyncFortunaStandalone
the seed is only propogated once the prng is started with startup()
seed(byte[]) - クラス のメソッドgnu.crypto.prng.FortunaStandalone
 
SEED - クラス のstatic変数gnu.crypto.prng.FortunaStandalone
 
seek(long) - クラス のメソッドnet.metanotion.io.RAIFile
 
seek(long) - インタフェース のメソッドnet.metanotion.io.RandomAccessInterface
 
seekAndLoadData() - クラス のメソッドnet.metanotion.io.block.index.IBSkipSpan
Seek to the start of the span and load the data Package private so BSkipIterator can call it
select(int, int) - クラス のメソッドnet.i2p.crypto.eddsa.math.GroupElement
Look up 16^i r_i B in the precomputed table.
selectActiveNotFailingPeers(int, Set<Hash>, Set<Hash>) - クラス のメソッド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) - クラス のメソッドnet.i2p.router.peermanager.ProfileOrganizer
Return a set of Hashes for peers that are not failing.
selectAllPeers() - クラス のメソッドnet.i2p.router.peermanager.ProfileOrganizer
Find the hashes for all peers we are actively profiling
selectExplicit(TunnelPoolSettings, int) - クラス のメソッドnet.i2p.router.tunnel.pool.TunnelPeerSelector
For debugging, also possibly for restricted routes? Needs analysis and testing
selectFailingPeers(int, Set<Hash>, Set<Hash>) - クラス のメソッドnet.i2p.router.peermanager.ProfileOrganizer
I'm not quite sure why you'd want this...
selectFastPeers(int, Set<Hash>, Set<Hash>) - クラス のメソッド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) - クラス のメソッドnet.i2p.router.peermanager.ProfileOrganizer
Return a set of Hashes for peers that are both fast and reliable.
selectFastPeers(int, Set<Hash>, Set<Hash>, Hash, ProfileOrganizer.Slice) - クラス のメソッドnet.i2p.router.peermanager.ProfileOrganizer
Return a set of Hashes for peers that are both fast and reliable.
selectFloodfillParticipants(Hash, int, Set<Hash>, KBucketSet<Hash>) - クラス のメソッドnet.i2p.router.networkdb.kademlia.FloodfillPeerSelector
See above for description List will not include our own hash
selectFloodfillParticipants(Hash, int, KBucketSet<Hash>) - クラス のメソッドnet.i2p.router.networkdb.kademlia.FloodfillPeerSelector
Sort the floodfills.
selectFloodfillParticipants(KBucketSet<Hash>) - クラス のメソッドnet.i2p.router.networkdb.kademlia.FloodfillPeerSelector
 
selectHighCapacityPeers(int, Set<Hash>, Set<Hash>) - クラス のメソッドnet.i2p.router.peermanager.ProfileOrganizer
Return a set of Hashes for peers that have a high capacity
selectHighCapacityPeers(int, Set<Hash>, Set<Hash>, int) - クラス のメソッドnet.i2p.router.peermanager.ProfileOrganizer
 
selectInboundExploratoryTunnel(Hash) - クラス のメソッドnet.i2p.router.dummy.DummyTunnelManagerFacade
 
selectInboundExploratoryTunnel(Hash) - クラス のメソッドnet.i2p.router.tunnel.pool.TunnelPoolManager
Pick the inbound exploratory tunnel with the gateway closest to the given hash.
selectInboundExploratoryTunnel(Hash) - インタフェース のメソッドnet.i2p.router.TunnelManagerFacade
Pick the inbound exploratory tunnel with the gateway closest to the given hash.
selectInboundTunnel() - クラス のメソッドnet.i2p.router.dummy.DummyTunnelManagerFacade
 
selectInboundTunnel() - クラス のメソッドnet.i2p.router.tunnel.pool.TunnelPoolManager
Pick a random inbound exploratory tunnel.
selectInboundTunnel() - インタフェース のメソッドnet.i2p.router.TunnelManagerFacade
Pick a random inbound exploratory tunnel
selectInboundTunnel(Hash) - クラス のメソッドnet.i2p.router.dummy.DummyTunnelManagerFacade
 
selectInboundTunnel(Hash) - クラス のメソッドnet.i2p.router.tunnel.pool.TunnelPoolManager
Pick a random inbound tunnel from the given destination's pool.
selectInboundTunnel(Hash) - インタフェース のメソッドnet.i2p.router.TunnelManagerFacade
Pick a random inbound tunnel from the given destination's pool
selectInboundTunnel(Hash, Hash) - クラス のメソッドnet.i2p.router.dummy.DummyTunnelManagerFacade
 
selectInboundTunnel(Hash, Hash) - クラス のメソッドnet.i2p.router.tunnel.pool.TunnelPoolManager
Pick the inbound tunnel with the gateway closest to the given hash from the given destination's pool.
selectInboundTunnel(Hash, Hash) - インタフェース のメソッドnet.i2p.router.TunnelManagerFacade
Pick the inbound tunnel with the gateway closest to the given hash from the given destination's pool.
SelectionCollector<T extends SimpleDataStructure> - net.i2p.kademliaのインタフェース
Visit kbuckets, gathering matches
selectMostReliablePeers(Hash, int, Set<Hash>, KBucketSet<Hash>) - クラス のメソッドnet.i2p.router.networkdb.kademlia.FloodfillPeerSelector
Pick out peers with the floodfill capacity set, returning them first, but then after they're complete, sort via kademlia.
selectMostReliablePeers(Hash, int, Set<Hash>, KBucketSet<Hash>) - クラス のメソッドnet.i2p.router.networkdb.kademlia.PeerSelector
UNUSED - See FloodfillPeerSelector override Search through the kbucket set to find the most reliable peers close to the given key, skipping all of the ones already checked List will not include our own hash.
selectNearest(Hash, int, Set<Hash>, KBucketSet<Hash>) - クラス のメソッドnet.i2p.router.networkdb.kademlia.FloodfillPeerSelector
Floodfill peers only.
selectNearest(Hash, int, Set<Hash>, KBucketSet<Hash>) - クラス のメソッドnet.i2p.router.networkdb.kademlia.PeerSelector
UNUSED - See FloodfillPeerSelector override Generic KBucket filtering to find the hashes close to a key, regardless of other considerations.
selectNearestExplicit(Hash, int, Set<Hash>, KBucketSet<Hash>) - クラス のメソッドnet.i2p.router.networkdb.kademlia.PeerSelector
Ignore KBucket ordering and do the XOR explicitly per key.
selectNearestExplicitThin(Hash, int, Set<Hash>, KBucketSet<Hash>) - クラス のメソッドnet.i2p.router.networkdb.kademlia.FloodfillPeerSelector
Pick out peers with the floodfill capacity set, returning them first, but then after they're complete, sort via kademlia.
selectNearestExplicitThin(Hash, int, Set<Hash>, KBucketSet<Hash>) - クラス のメソッドnet.i2p.router.networkdb.kademlia.PeerSelector
UNUSED - See FloodfillPeerSelector override Ignore KBucket ordering and do the XOR explicitly per key.
selectNearestExplicitThin(Hash, int, Set<Hash>, KBucketSet<Hash>, boolean) - クラス のメソッドnet.i2p.router.networkdb.kademlia.FloodfillPeerSelector
Pick out peers with the floodfill capacity set, returning them first, but then after they're complete, sort via kademlia.
selectNotFailingPeers(int, Set<Hash>, Set<Hash>) - クラス のメソッドnet.i2p.router.peermanager.ProfileOrganizer
Return a set of Hashes for peers that are not failing, preferring ones that we are already talking with
selectNotFailingPeers(int, Set<Hash>, Set<Hash>, boolean) - クラス のメソッドnet.i2p.router.peermanager.ProfileOrganizer
 
selectNotFailingPeers(int, Set<Hash>, Set<Hash>, boolean, int) - クラス のメソッド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) - クラス のメソッドnet.i2p.router.peermanager.ProfileOrganizer
 
selectOutboundExploratoryTunnel(Hash) - クラス のメソッドnet.i2p.router.dummy.DummyTunnelManagerFacade
 
selectOutboundExploratoryTunnel(Hash) - クラス のメソッドnet.i2p.router.tunnel.pool.TunnelPoolManager
Pick the outbound exploratory tunnel with the endpoint closest to the given hash.
selectOutboundExploratoryTunnel(Hash) - インタフェース のメソッドnet.i2p.router.TunnelManagerFacade
Pick the outbound exploratory tunnel with the endpoint closest to the given hash.
selectOutboundTunnel() - クラス のメソッドnet.i2p.router.dummy.DummyTunnelManagerFacade
 
selectOutboundTunnel() - クラス のメソッドnet.i2p.router.tunnel.pool.TunnelPoolManager
Pick a random outbound exploratory tunnel.
selectOutboundTunnel() - インタフェース のメソッドnet.i2p.router.TunnelManagerFacade
Pick a random outbound exploratory tunnel
selectOutboundTunnel(Hash) - クラス のメソッドnet.i2p.router.dummy.DummyTunnelManagerFacade
 
selectOutboundTunnel(Hash) - クラス のメソッドnet.i2p.router.tunnel.pool.TunnelPoolManager
Pick a random outbound tunnel from the given destination's pool.
selectOutboundTunnel(Hash) - インタフェース のメソッドnet.i2p.router.TunnelManagerFacade
Pick a random outbound tunnel from the given destination's pool
selectOutboundTunnel(Hash, Hash) - クラス のメソッドnet.i2p.router.dummy.DummyTunnelManagerFacade
 
selectOutboundTunnel(Hash, Hash) - クラス のメソッドnet.i2p.router.tunnel.pool.TunnelPoolManager
Pick the outbound tunnel with the endpoint closest to the given hash from the given destination's pool.
selectOutboundTunnel(Hash, Hash) - インタフェース のメソッドnet.i2p.router.TunnelManagerFacade
Pick the outbound tunnel with the endpoint closest to the given hash from the given destination's pool.
selectPeers() - クラス のメソッドnet.i2p.router.peermanager.PeerManager
 
selectPeers(PeerSelectionCriteria) - クラス のメソッドnet.i2p.router.dummy.DummyPeerManagerFacade
 
selectPeers(PeerSelectionCriteria) - クラス のメソッドnet.i2p.router.peermanager.PeerManager
Find some peers that meet the criteria and we have the netDb info for locally.
selectPeers(PeerSelectionCriteria) - クラス のメソッドnet.i2p.router.peermanager.PeerManagerFacadeImpl
 
selectPeers(PeerSelectionCriteria) - インタフェース のメソッドnet.i2p.router.PeerManagerFacade
Select peers from the manager's existing routing tables according to the specified criteria.
selectPeers(TunnelPoolSettings) - クラス のメソッドnet.i2p.router.tunnel.pool.ClientPeerSelector
 
selectPeers(TunnelPoolSettings) - クラス のメソッドnet.i2p.router.tunnel.pool.ExploratoryPeerSelector
 
selectPeers(TunnelPoolSettings) - クラス のメソッドnet.i2p.router.tunnel.pool.TunnelPeerSelector
Which peers should go into the next tunnel for the given settings?
selectPeersInTooManyTunnels() - クラス のメソッドnet.i2p.router.dummy.DummyTunnelManagerFacade
 
selectPeersInTooManyTunnels() - クラス のメソッドnet.i2p.router.tunnel.pool.TunnelPoolManager
For reliability reasons, don't allow a peer in more than x% of client and exploratory tunnels.
selectPeersInTooManyTunnels() - インタフェース のメソッドnet.i2p.router.TunnelManagerFacade
 
selectPeersLocallyUnreachable() - クラス のメソッド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() - クラス のメソッドnet.i2p.router.peermanager.ProfileOrganizer
Get the peers that have recently rejected us for bandwidth recent == last 20s
selectProxy() - クラス のメソッドnet.i2p.i2ptunnel.I2PTunnelHTTPClientBase
 
selectRandomByCapability(char) - クラス のメソッドnet.i2p.router.dummy.DummyPeerManagerFacade
 
selectRandomByCapability(char) - クラス のメソッドnet.i2p.router.peermanager.PeerManagerFacadeImpl
推奨されていません。
unused
selectRandomByCapability(char) - インタフェース のメソッドnet.i2p.router.PeerManagerFacade
 
selectRandomPort(RouterContext) - クラス のstaticメソッドnet.i2p.router.transport.udp.UDPEndpoint
Pick a random port between the configured boundaries
selectTunnel() - クラス のメソッドnet.i2p.router.tunnel.pool.AliasedTunnelPool
 
selectTunnel() - クラス のメソッドnet.i2p.router.tunnel.pool.TunnelPool
Pull a random tunnel out of the pool.
selectTunnel(Hash) - クラス のメソッドnet.i2p.router.tunnel.pool.AliasedTunnelPool
 
selectTunnel(Hash) - クラス のメソッドnet.i2p.router.tunnel.pool.TunnelPool
Return the tunnel from the pool that is XOR-closet to the target.
selectWellIntegratedPeers(int, Set<Hash>, Set<Hash>) - クラス のメソッドnet.i2p.router.peermanager.ProfileOrganizer
推奨されていません。
unused
selectWellIntegratedPeers(int, Set<Hash>, Set<Hash>, int) - クラス のメソッドnet.i2p.router.peermanager.ProfileOrganizer
推奨されていません。
unused
SelfSignedGenerator - net.i2p.cryptoのクラス
Generate keys and a selfsigned certificate, suitable for storing in a Keystore with KeyStoreUtil.storePrivateKey().
SelfSignedGenerator() - クラス のコンストラクタnet.i2p.crypto.SelfSignedGenerator
 
send(byte[], int, int) - クラス のメソッドnet.i2p.client.streaming.impl.ConnectionDataReceiver
Send some data through the connection, attaching any appropriate flags onto the packet.
send(byte[], int, int, boolean) - クラス のメソッドnet.i2p.client.streaming.impl.ConnectionDataReceiver
Called externally from Connection with args (null, 0, 0, true) to send an empty data packet
send(String) - クラス のメソッドorg.cybergarage.upnp.ssdp.HTTPMUSocket
 
send(String, String, int) - クラス のメソッドorg.cybergarage.upnp.ssdp.HTTPMUSocket
 
send(SocketAddress, ByteBuffer) - クラス のメソッドnet.i2p.sam.SAMv3DatagramServer
 
send(List<I2NPMessage>, PeerState) - クラス のメソッドnet.i2p.router.transport.udp.UDPTransport
"injected" messages from the EstablishmentManager.
send(List<PendingGatewayMessage>, int, int, TunnelGateway.Sender, TunnelGateway.Receiver) - クラス のメソッドnet.i2p.router.tunnel.BatchedPreprocessor
Preprocess the messages from the pending list, grouping items startAt through sendThrough (though only part of the last one may be fully sent), delivering them through the sender/receiver.
send(Destination, byte[]) - クラス のメソッドnet.i2p.i2ptunnel.socks.MultiSink
May throw RuntimeException from underlying sinks
send(Destination, byte[]) - クラス のメソッドnet.i2p.i2ptunnel.socks.ReplyTracker
May throw RuntimeException from underlying sink
send(Destination, byte[]) - クラス のメソッドnet.i2p.i2ptunnel.socks.SOCKSUDPPort
May throw RuntimeException from underlying sink
send(Destination, byte[]) - クラス のメソッドnet.i2p.i2ptunnel.socks.SOCKSUDPUnwrapper
May throw RuntimeException from underlying sink
send(Destination, byte[]) - クラス のメソッドnet.i2p.i2ptunnel.socks.SOCKSUDPWrapper
Use the cached header, which should have the host string and port May throw RuntimeException from underlying sink
send(Destination, byte[]) - クラス のメソッドnet.i2p.i2ptunnel.streamr.MultiSource
May throw RuntimeException from underlying sinks
send(Destination, byte[]) - クラス のメソッドnet.i2p.i2ptunnel.streamr.Subscriber
Doesn't really "send" anywhere, just subscribes or unsubscribes the destination
send(Destination, byte[]) - クラス のメソッドnet.i2p.i2ptunnel.udp.I2PSink
 
send(Destination, byte[]) - クラス のメソッドnet.i2p.i2ptunnel.udp.I2PSinkAnywhere
 
send(Destination, byte[]) - インタフェース のメソッドnet.i2p.i2ptunnel.udp.Sink
 
send(Destination, byte[]) - クラス のメソッドnet.i2p.i2ptunnel.udp.UDPSink
 
send(Destination, byte[]) - クラス のメソッドnet.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPClientBase
Sink Methods
send(Destination, byte[]) - クラス のメソッドnet.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPServerBase
Sink Methods
send(I2NPMessage, List<OutNetMessage>, PeerState) - クラス のメソッドnet.i2p.router.transport.udp.UDPTransport
"injected" message from the EstablishmentManager, plus pending messages to send, so the messages may be bundled efficiently.
send(I2NPMessage, PeerState) - クラス のメソッドnet.i2p.router.transport.udp.UDPTransport
"injected" message from the EstablishmentManager.
send(OutNetMessage) - クラス のメソッドnet.i2p.router.transport.ntcp.NTCPConnection
toss the message onto the connection's send queue
send(OutNetMessage) - インタフェース のメソッド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) - クラス のメソッドnet.i2p.router.transport.TransportImpl
Asynchronously send the message as requested in the message and, if the send is successful, queue up any msg.getOnSendJob job, and register it with the OutboundMessageRegistry (if it has a reply selector).
send(OutNetMessage) - クラス のメソッドnet.i2p.router.transport.udp.UDPTransport
 
send(UDPPacket) - クラス のメソッドnet.i2p.router.transport.udp.PacketPusher
This sends it directly out, bypassing OutboundMessageFragments and the PacketPusher.
send(UDPPacket) - クラス のメソッドnet.i2p.router.transport.udp.UDPEndpoint
Add the packet to the outobund queue to be sent ASAP (as allowed by the bandwidth limiter) BLOCKING if queue is full.
send(UDPPacket) - クラス のメソッドnet.i2p.router.transport.udp.UDPTransport
This sends it directly out, bypassing OutboundMessageFragments.
SEND_DELAY_CHOKE - クラス のstatic変数net.i2p.client.streaming.impl.Packet
 
sendAlive() - クラス のメソッドorg.klomp.snark.PeerConnectionOut
 
sendAvailable() - クラス のメソッドnet.i2p.client.streaming.impl.Connection
Flush any data that we can.
sendBestEffort(Destination, byte[], long, int) - クラス のメソッドnet.i2p.client.impl.I2PSessionImpl2
TODO - Don't need to save MessageState since actuallyWait is false...
sendBestEffort(Destination, byte[], SessionKey, Set<SessionTag>, long) - クラス のメソッドnet.i2p.client.impl.I2PSessionImpl2
 
sendBitfield(BitField) - クラス のメソッドorg.klomp.snark.PeerConnectionOut
 
sendBytes(int, InputStream, int) - クラス のメソッドnet.i2p.sam.SAMStreamSession
Send bytes through a SAM STREAM session.
sendBytes(InputStream, int) - クラス のメソッドnet.i2p.sam.SAMStreamSession.StreamSender
Send bytes through the SAM STREAM session socket sender
sendBytes(String, byte[], int, int, int) - クラス のメソッドnet.i2p.sam.SAMDatagramSession
Send bytes through a SAM DATAGRAM session.
sendBytes(String, byte[], int, int, int) - インタフェース のメソッドnet.i2p.sam.SAMMessageSess
Send bytes through a SAM message-based session.
sendBytes(String, byte[], int, int, int) - クラス のメソッドnet.i2p.sam.SAMMessageSession
Send bytes through a SAM message-based session.
sendBytes(String, byte[], int, int, int) - クラス のメソッドnet.i2p.sam.SAMRawSession
Send bytes through a SAM RAW session.
sendBytes(String, byte[], int, int, int) - クラス のメソッドnet.i2p.sam.SAMStreamSession
Unsupported
sendBytes(String, byte[], int, int, int, boolean, int, int, int) - クラス のメソッドnet.i2p.sam.SAMDatagramSession
Send bytes through a SAM DATAGRAM session.
sendBytes(String, byte[], int, int, int, boolean, int, int, int) - インタフェース のメソッドnet.i2p.sam.SAMMessageSess
Send bytes through a SAM message-based session.
sendBytes(String, byte[], int, int, int, boolean, int, int, int) - クラス のメソッドnet.i2p.sam.SAMRawSession
Send bytes through a SAM RAW session.
sendBytes(String, byte[], int, int, int, boolean, int, int, int) - クラス のメソッドnet.i2p.sam.SAMStreamSession
Unsupported
sendBytesThroughMessageSession(String, byte[], int, int, int) - クラス のメソッドnet.i2p.sam.SAMMessageSession
Actually send bytes through the SAM message-based session I2PSession (er...).
sendBytesThroughMessageSession(String, byte[], int, int, int, boolean, int, int, int) - クラス のメソッドnet.i2p.sam.SAMMessageSession
Actually send bytes through the SAM message-based session I2PSession, using per-message extended options.
sendCancel(Request) - クラス のメソッドorg.klomp.snark.PeerConnectionOut
send cancel
sendChoke(boolean) - クラス のメソッドorg.klomp.snark.PeerConnectionOut
 
sendClosest(Hash, Set<Hash>, Hash, TunnelId) - クラス のメソッドnet.i2p.router.networkdb.HandleDatabaseLookupMessageJob
 
sendClosest(Hash, Set<Hash>, Hash, TunnelId) - クラス のメソッドnet.i2p.router.networkdb.kademlia.HandleFloodfillDatabaseLookupMessageJob
We extend this here to send our routerInfo back as well, if we are not floodfill.
sendCommentReq(Peer) - クラス のメソッドorg.klomp.snark.PeerCoordinator
Send a commment request message to the peer, if he supports it.
sendCommentReq(Peer, int) - クラス のstaticメソッドorg.klomp.snark.ExtensionHandler
Send comment request
sendComplete(OutNetMessage) - クラス のメソッドnet.i2p.router.transport.ntcp.NTCPTransport
queue up afterSend call, which can take some time w/ jobs, etc
SendCountComparator() - クラス のコンストラクタnet.i2p.router.web.helpers.UDPSorters.SendCountComparator
 
sendData(HttpServletRequest, HttpServletResponse, BasicServlet.HttpContent) - クラス のメソッドorg.klomp.snark.web.BasicServlet
 
sendDestroy(PeerState) - クラス のメソッドnet.i2p.router.transport.udp.UDPTransport
Send a session destroy message, bypassing OMF and PacketPusher.
sendDHT(Peer) - クラス のメソッドorg.klomp.snark.PeerCoordinator
Send a DHT message to the peer, if we both support DHT.
sendDHT(Peer, int, int) - クラス のstaticメソッドorg.klomp.snark.ExtensionHandler
Send the DHT port numbers
sendDirectory(HttpServletRequest, HttpServletResponse, Resource, String) - クラス のメソッドnet.i2p.servlet.I2PDefaultServlet
Copied and modified from DefaultServlet.java.
sender - クラス の変数i2p.susi.webmail.Mail
 
sendExtension(int, byte[]) - クラス のメソッドorg.klomp.snark.Peer
 
sendExtension(int, byte[]) - クラス のメソッドorg.klomp.snark.PeerConnectionOut
 
sendHave(int) - クラス のメソッドorg.klomp.snark.PeerConnectionOut
 
sendIfEstablished(OutNetMessage) - クラス のメソッドnet.i2p.router.transport.udp.UDPTransport
Send only if established, otherwise fail immediately.
sendInterest(boolean) - クラス のメソッドorg.klomp.snark.PeerConnectionOut
 
sendLeaseSearch(RouterInfo) - クラス のメソッド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[], StringBuilder, List<Attachment>, String) - クラス のメソッドi2p.susi.webmail.smtp.SMTPClient
 
sendMessage(DataOutputStream) - クラス のメソッドorg.klomp.snark.Message
Utility method for sending a message through a DataStream.
sendMessage(String, long, long, Hash, boolean, String) - クラス のメソッドnet.i2p.router.MessageHistory
We just sent a message to the peer
sendMessage(I2PSessionImpl, Destination, long, byte[], long, int) - クラス のメソッドnet.i2p.client.impl.I2CPMessageProducer
Package up and send the payload to the router for delivery
sendMessage(I2PSessionImpl, Destination, long, byte[], SendMessageOptions) - クラス のメソッドnet.i2p.client.impl.I2CPMessageProducer
Package up and send the payload to the router for delivery
sendMessage(I2PSessionImpl, Destination, long, byte[], SessionTag, SessionKey, Set<SessionTag>, SessionKey, long) - クラス のメソッドnet.i2p.client.impl.I2CPMessageProducer
Package up and send the payload to the router for delivery
sendMessage(Destination, byte[]) - インタフェース のメソッド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[]) - クラス のメソッドnet.i2p.client.impl.I2PSessionImpl2
unused, see MuxedImpl override
sendMessage(Destination, byte[]) - クラス のメソッドnet.i2p.client.impl.I2PSessionMuxedImpl
 
sendMessage(Destination, byte[], int, int) - インタフェース のメソッド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) - クラス のメソッドnet.i2p.client.impl.I2PSessionImpl2
 
sendMessage(Destination, byte[], int, int, int) - インタフェース のメソッドnet.i2p.client.I2PSession
See I2PSessionMuxedImpl for proto/port details.
sendMessage(Destination, byte[], int, int, int) - クラス のメソッドnet.i2p.client.impl.I2PSessionImpl2
 
sendMessage(Destination, byte[], int, int, int) - クラス のメソッドnet.i2p.client.impl.I2PSessionMuxedImpl
 
sendMessage(Destination, byte[], int, int, int, int, int, SendMessageOptions) - インタフェース のメソッドnet.i2p.client.I2PSession
See I2PSessionMuxedImpl for proto/port details.
sendMessage(Destination, byte[], int, int, int, int, int, SendMessageOptions) - クラス のメソッドnet.i2p.client.impl.I2PSessionImpl2
 
sendMessage(Destination, byte[], int, int, int, int, int, SendMessageOptions) - クラス のメソッドnet.i2p.client.impl.I2PSessionMuxedImpl
See SendMessageOptions for option details.
sendMessage(Destination, byte[], int, int, int, int, int, SendMessageOptions, SendMessageStatusListener) - インタフェース のメソッドnet.i2p.client.I2PSession
Send a message and request an asynchronous notification of delivery status.
sendMessage(Destination, byte[], int, int, int, int, int, SendMessageOptions, SendMessageStatusListener) - クラス のメソッドnet.i2p.client.impl.I2PSessionImpl2
 
sendMessage(Destination, byte[], int, int, int, int, int, SendMessageOptions, SendMessageStatusListener) - クラス のメソッドnet.i2p.client.impl.I2PSessionMuxedImpl
Send a message and request an asynchronous notification of delivery status.
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>) - インタフェース のメソッドnet.i2p.client.I2PSession
End-to-End Crypto is disabled, tags and keys are ignored.
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>) - クラス のメソッドnet.i2p.client.impl.I2PSessionImpl2
 
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, int, int, int) - インタフェース のメソッドnet.i2p.client.I2PSession
See I2PSessionMuxedImpl for proto/port details.
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, int, int, int) - クラス のメソッドnet.i2p.client.impl.I2PSessionImpl2
 
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, int, int, int) - クラス のメソッドnet.i2p.client.impl.I2PSessionMuxedImpl
 
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, long) - インタフェース のメソッドnet.i2p.client.I2PSession
End-to-End Crypto is disabled, tags and keys are ignored.
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, long) - クラス のメソッドnet.i2p.client.impl.I2PSessionImpl2
Unused? see MuxedImpl override
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, long) - クラス のメソッドnet.i2p.client.impl.I2PSessionMuxedImpl
 
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, long, int, int, int) - インタフェース のメソッドnet.i2p.client.I2PSession
See I2PSessionMuxedImpl for proto/port details.
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, long, int, int, int) - クラス のメソッドnet.i2p.client.impl.I2PSessionImpl2
 
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, long, int, int, int) - クラス のメソッドnet.i2p.client.impl.I2PSessionMuxedImpl
 
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, long, int, int, int, int) - インタフェース のメソッドnet.i2p.client.I2PSession
See I2PSessionMuxedImpl for proto/port details.
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, long, int, int, int, int) - クラス のメソッドnet.i2p.client.impl.I2PSessionImpl2
 
sendMessage(Destination, byte[], int, int, SessionKey, Set<SessionTag>, long, int, int, int, int) - クラス のメソッドnet.i2p.client.impl.I2PSessionMuxedImpl
 
sendMessage(Destination, byte[], SessionKey, Set<SessionTag>) - インタフェース のメソッドnet.i2p.client.I2PSession
End-to-End Crypto is disabled, tags and keys are ignored! Like sendMessage above, except the key used and the tags sent are exposed to the application.
sendMessage(Destination, byte[], SessionKey, Set<SessionTag>) - クラス のメソッドnet.i2p.client.impl.I2PSessionImpl2
 
sendMessage(I2CPMessage) - クラス のメソッドnet.i2p.client.impl.I2PSessionImpl
Deliver an I2CP message to the router As of 0.9.3, may block for several seconds if the write queue to the router is full
sendMessage(I2CPMessage) - クラス のメソッドnet.i2p.client.impl.SubSession
Deliver an I2CP message to the router May block for several seconds if the write queue to the router is full
sendMessage(I2NPMessage, Hash, TunnelId) - クラス のメソッドnet.i2p.router.networkdb.HandleDatabaseLookupMessageJob
 
sendMessage_unchecked(I2CPMessage) - クラス のメソッドnet.i2p.client.impl.I2PSessionImpl
Deliver an I2CP message to the router.
sendMessage_unchecked(I2CPMessage) - クラス のメソッドnet.i2p.client.impl.SubSession
Deliver an I2CP message to the router.
SendMessageDirectJob - net.i2p.router.messageのクラス
Send a message directly to another router, i.e.
SendMessageDirectJob(RouterContext, I2NPMessage, Hash, int, int) - クラス のコンストラクタnet.i2p.router.message.SendMessageDirectJob
 
SendMessageDirectJob(RouterContext, I2NPMessage, Hash, Job, ReplyJob, Job, MessageSelector, int, int) - クラス のコンストラクタnet.i2p.router.message.SendMessageDirectJob
 
SendMessageDirectJob(RouterContext, I2NPMessage, Hash, ReplyJob, Job, MessageSelector, int, int) - クラス のコンストラクタnet.i2p.router.message.SendMessageDirectJob
 
SendMessageExpiresMessage - 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() - クラス のコンストラクタnet.i2p.data.i2cp.SendMessageExpiresMessage
 
SendMessageExpiresMessage(DateAndFlags) - クラス のコンストラクタnet.i2p.data.i2cp.SendMessageExpiresMessage
 
SendMessageMessage - net.i2p.data.i2cpのクラス
Defines the message a client sends to a router to ask it to deliver a new message
SendMessageMessage() - クラス のコンストラクタnet.i2p.data.i2cp.SendMessageMessage
 
SendMessageOptions - net.i2p.clientのクラス
Advanced options attached to a single outgoing I2CP message.
SendMessageOptions() - クラス のコンストラクタnet.i2p.client.SendMessageOptions
 
SendMessageOptions.Reliability - net.i2p.clientの列挙型
Reliability bits 9-10
SendMessageStatusListener - net.i2p.clientのインタフェース
Asynchronously notify the client of the status of a sent message.
sendNoEffort(Destination, byte[], long, int) - クラス のメソッドnet.i2p.client.impl.I2PSessionImpl2
Same as sendBestEffort(), except we do not expect any MessageStatusMessage responses - not for accepted, or success, or failure.
sendPacket(PacketLocal) - クラス のメソッドnet.i2p.client.streaming.impl.Connection
This sends all 'normal' packets (acks and data) for the first time.
sendPayloadMessage(long, boolean, long) - クラス のメソッドnet.i2p.router.MessageHistory
Note that the sending of a payload message completed (successfully or as a failure)
sendPeers(Peer) - クラス のメソッドorg.klomp.snark.PeerCoordinator
Send a PEX message to the peer, if he supports PEX.
sendPEX(Peer, List<Peer>) - クラス のstaticメソッドorg.klomp.snark.ExtensionHandler
added.f and dropped unsupported
sendPiece(int, int, int, DataLoader) - クラス のメソッドorg.klomp.snark.PeerConnectionOut
Queue a piece message with a callback to load the data from disk when required.
sendPort(int) - クラス のメソッドorg.klomp.snark.PeerConnectionOut
 
sendPreprocessed(byte[], TunnelGateway.Receiver) - クラス のメソッドnet.i2p.router.tunnel.InboundSender
 
sendPreprocessed(byte[], TunnelGateway.Receiver) - クラス のメソッドnet.i2p.router.tunnel.OutboundSender
 
sendPreprocessed(byte[], TunnelGateway.Receiver) - インタフェース のメソッドnet.i2p.router.tunnel.TunnelGateway.Sender
Take the preprocessed data containing zero or more fragments, encrypt it, and pass it on to the receiver
sendReject(int, int, int) - クラス のメソッドorg.klomp.snark.PeerConnectionOut
 
sendRequest(SocketTimeout) - クラス のメソッド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) - クラス のメソッドnet.i2p.util.EepGet
 
sendRequest(SocketTimeout) - クラス のメソッドnet.i2p.util.SSLEepGet
 
sendRequest(Request) - クラス のメソッドorg.klomp.snark.PeerConnectionOut
 
sendRequests(List<Request>) - クラス のメソッドorg.klomp.snark.PeerConnectionOut
 
sendRouterSearch(RouterInfo) - クラス のメソッドnet.i2p.router.networkdb.kademlia.SearchJob
we're searching for a router, so we can just send direct
sendSearch(RouterInfo) - クラス のメソッドnet.i2p.router.networkdb.kademlia.SearchJob
Send a search to the given peer
sendStore(Hash, DatabaseEntry, Job, Job, long, Set<Hash>) - クラス のメソッドnet.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
 
sendStore(Hash, DatabaseEntry, Job, Job, long, Set<Hash>) - クラス のメソッドnet.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
unused (overridden in FNDF)
sendTime - クラス の変数org.klomp.snark.Request
 
sendUrgentData(int) - クラス のメソッドnet.i2p.client.streaming.impl.StandardSocket
 
sendUrgentData(int) - クラス のメソッドnet.i2p.util.InternalSocket
推奨されていません。
unsupported
sentParticipatingMessage(int) - クラス のメソッドnet.i2p.router.transport.FIFOBandwidthLimiter
We sent a message.
SEP - クラス のstatic変数org.jrobin.core.timespec.TimeToken
 
SEQ - クラス のstatic変数org.cybergarage.http.HTTP
 
serial - クラス の変数i2p.susi.dns.BaseBean
 
Serializer<T> - net.metanotion.ioのインタフェース
 
serveLocalFile(OutputStream, String, String, String, String) - クラス のstaticメソッドnet.i2p.i2ptunnel.localServer.LocalHTTPServer
Very simple web server.
server - クラス の変数net.i2p.sam.SAMStreamSession
 
SERVER - クラス のstatic変数org.cybergarage.http.HTTP
 
SERVER_RETRY_COUNT - クラス のstatic変数org.cybergarage.upnp.UPnP
 
service(HttpServletRequest, HttpServletResponse) - クラス のメソッドnet.i2p.addressbook.servlet.Servlet
Simple output to verify that the addressbook servlet is running.
Service - org.cybergarage.upnpのクラス
 
Service - net.i2p.routerのインタフェース
Define the manageable service interface for the subsystems in the I2P router
Service() - クラス のコンストラクタorg.cybergarage.upnp.Service
 
Service(Node) - クラス のコンストラクタorg.cybergarage.upnp.Service
 
SERVICE_LIST_ELEMENT - インタフェース のstatic変数org.cybergarage.upnp.RootDescription
 
ServiceData - org.cybergarage.upnp.xmlのクラス
 
ServiceData() - クラス のコンストラクタorg.cybergarage.upnp.xml.ServiceData
 
ServiceList - org.cybergarage.upnpのクラス
 
ServiceList() - クラス のコンストラクタorg.cybergarage.upnp.ServiceList
 
serviceSearchResponse(SSDPPacket) - クラス のメソッドorg.cybergarage.upnp.Service
 
ServiceStateTable - org.cybergarage.upnpのクラス
 
ServiceStateTable() - クラス のコンストラクタorg.cybergarage.upnp.ServiceStateTable
 
Servlet - net.i2p.addressbook.servletのクラス
A wrapper for addressbook to allow it to be started as a web application.
Servlet() - クラス のコンストラクタnet.i2p.addressbook.servlet.Servlet
 
ServletUtil - net.i2p.servlet.utilのクラス
Simple utilities for servlets.
sess - クラス の変数net.i2p.i2ptunnel.udp.I2PSink
 
sess - クラス の変数net.i2p.i2ptunnel.udp.I2PSinkAnywhere
 
sess - クラス の変数net.i2p.i2ptunnel.udp.I2PSource
 
SESS_REQ_EXT_FLAG_REQUEST_RELAY_TAG - クラス のstatic変数net.i2p.router.transport.udp.UDPPacket
set to 1 to request a session tag, i.e.
SESS_REQ_MIN_EXT_OPTIONS_LENGTH - クラス のstatic変数net.i2p.router.transport.udp.UDPPacket
 
Session - net.i2p.samのインタフェース
A V3 session.
SESSION_ERROR - クラス のstatic変数net.i2p.sam.SAMv1Handler
 
SESSION_STATUS_DUPLICATE_DEST - インタフェース のstatic変数net.i2p.sam.client.SAMReader.SAMClientEventListener
 
SESSION_STATUS_I2P_ERROR - インタフェース のstatic変数net.i2p.sam.client.SAMReader.SAMClientEventListener
 
SESSION_STATUS_INVALID_KEY - インタフェース のstatic変数net.i2p.sam.client.SAMReader.SAMClientEventListener
 
SESSION_STATUS_OK - インタフェース のstatic変数net.i2p.sam.client.SAMReader.SAMClientEventListener
 
SessionConfig - net.i2p.data.i2cpのクラス
Defines the information a client must provide to create a session
SessionConfig() - クラス のコンストラクタnet.i2p.data.i2cp.SessionConfig
 
SessionConfig(Destination) - クラス のコンストラクタnet.i2p.data.i2cp.SessionConfig
 
SessionConfirmedReader() - クラス のコンストラクタnet.i2p.router.transport.udp.UDPPacketReader.SessionConfirmedReader
 
SessionCreatedReader() - クラス のコンストラクタnet.i2p.router.transport.udp.UDPPacketReader.SessionCreatedReader
 
sessionDisconnected() - インタフェース のメソッドnet.i2p.client.streaming.I2PSocketManager.DisconnectListener
 
sessionDisconnected() - クラス のメソッドnet.i2p.sam.SAMStreamSession.DisconnectListener
 
sessionEstablished(SessionConfig) - クラス のメソッドnet.i2p.router.client.ClientConnectionRunner
Caller must send a SessionStatusMessage to the client with the returned code.
sessionId() - クラス のメソッドnet.i2p.data.i2cp.CreateLeaseSetMessage
Return the SessionId for this message.
sessionId() - クラス のメソッドnet.i2p.data.i2cp.DestroySessionMessage
Return the SessionId for this message.
sessionId() - クラス のメソッドnet.i2p.data.i2cp.HostLookupMessage
Return the SessionId for this message.
sessionId() - クラス のメソッドnet.i2p.data.i2cp.HostReplyMessage
Return the SessionId for this message.
sessionId() - インタフェース のメソッドnet.i2p.data.i2cp.I2CPMessage
Return the SessionId for this type of message.
sessionId() - クラス のメソッドnet.i2p.data.i2cp.I2CPMessageImpl
Return the SessionId for this type of message.
sessionId() - クラス のメソッドnet.i2p.data.i2cp.MessagePayloadMessage
Return the SessionId for this message.
sessionId() - クラス のメソッドnet.i2p.data.i2cp.MessageStatusMessage
Return the SessionId for this message.
sessionId() - クラス のメソッドnet.i2p.data.i2cp.ReceiveMessageBeginMessage
Return the SessionId for this message.
sessionId() - クラス のメソッドnet.i2p.data.i2cp.ReceiveMessageEndMessage
Return the SessionId for this message.
sessionId() - クラス のメソッドnet.i2p.data.i2cp.ReconfigureSessionMessage
Return the SessionId for this message.
sessionId() - クラス のメソッドnet.i2p.data.i2cp.ReportAbuseMessage
Return the SessionId for this message.
sessionId() - クラス のメソッドnet.i2p.data.i2cp.RequestLeaseSetMessage
Return the SessionId for this message.
sessionId() - クラス のメソッドnet.i2p.data.i2cp.RequestVariableLeaseSetMessage
Return the SessionId for this message.
sessionId() - クラス のメソッドnet.i2p.data.i2cp.SendMessageMessage
Return the SessionId for this message.
sessionId() - クラス のメソッドnet.i2p.data.i2cp.SessionStatusMessage
Return the SessionId for this message.
SessionId - net.i2p.data.i2cpのクラス
Defines the token passed between the router and client to associate messages with a particular session.
SessionId() - クラス のコンストラクタnet.i2p.data.i2cp.SessionId
 
SessionId(int) - クラス のコンストラクタnet.i2p.data.i2cp.SessionId
 
SessionIdleTimer - net.i2p.client.implのクラス
Reduce tunnels or shutdown the session on idle if so configured
SessionIdleTimer(I2PAppContext, I2PSessionImpl, boolean, boolean) - クラス のコンストラクタnet.i2p.client.impl.SessionIdleTimer
reduce, shutdown, or both must be true
SessionKey - net.i2p.dataのクラス
Defines the SessionKey as defined by the I2P data structure spec.
SessionKey() - クラス のコンストラクタnet.i2p.data.SessionKey
 
SessionKey(byte[]) - クラス のコンストラクタnet.i2p.data.SessionKey
 
sessionKeyManager() - クラス のメソッドnet.i2p.I2PAppContext
The session key manager which coordinates the sessionKey / sessionTag data.
SessionKeyManager - net.i2p.cryptoのクラス
Manage the session keys and session tags used for encryption and decryption.
SessionKeyManager() - クラス のコンストラクタnet.i2p.crypto.SessionKeyManager
A dummy SessionKeyManager for testing or for passing to ElGamalAESEngine.decrypt()
SessionKeyManager(I2PAppContext) - クラス のコンストラクタnet.i2p.crypto.SessionKeyManager
A dummy SessionKeyManager for testing or for passing to ElGamalAESEngine.decrypt()
SessionRecord - net.i2p.samのクラス
The values in the SessionsDB
SessionRecord(String, Properties, SAMv3Handler) - クラス のコンストラクタnet.i2p.sam.SessionRecord
 
SessionRecord(SessionRecord) - クラス のコンストラクタnet.i2p.sam.SessionRecord
 
SessionRequestReader() - クラス のコンストラクタnet.i2p.router.transport.udp.UDPPacketReader.SessionRequestReader
 
sessionRequestReceived() - クラス のメソッドnet.i2p.router.transport.udp.InboundEstablishState
 
SessionsDB - net.i2p.samのクラス
basically a HashMap from String to SessionRecord
SessionsDB() - クラス のコンストラクタnet.i2p.sam.SessionsDB
 
SessionsDB.ExistingDestException - net.i2p.samの例外
 
SessionsDB.ExistingIdException - net.i2p.samの例外
 
SessionStatusMessage - net.i2p.data.i2cpのクラス
Defines the message a router sends to a client indicating the status of the session.
SessionStatusMessage() - クラス のコンストラクタnet.i2p.data.i2cp.SessionStatusMessage
 
SessionStatusMessageHandler - net.i2p.client.implのクラス
Handle I2CP SessionStatusMessagese from the router, updating the session as necssary.
SessionStatusMessageHandler(I2PAppContext) - クラス のコンストラクタnet.i2p.client.impl.SessionStatusMessageHandler
 
sessionStatusReceived(String, String, String) - クラス のメソッドnet.i2p.sam.client.SAMClientEventListenerImpl
 
sessionStatusReceived(String, String, String) - クラス のメソッドnet.i2p.sam.client.SAMEventHandler
may be called twice, first for CREATE and second for ADD
sessionStatusReceived(String, String, String) - インタフェース のメソッドnet.i2p.sam.client.SAMReader.SAMClientEventListener
 
SessionTag - net.i2p.dataのクラス
32 bytes, usually of random data.
SessionTag() - クラス のコンストラクタnet.i2p.data.SessionTag
 
SessionTag(boolean) - クラス のコンストラクタnet.i2p.data.SessionTag
 
SessionTag(byte[]) - クラス のコンストラクタnet.i2p.data.SessionTag
 
set(double) - クラス のメソッドorg.jrobin.core.RrdDouble
 
set(int) - クラス のメソッドcom.google.zxing.common.BitArray
Sets bit i.
set(int) - クラス のメソッドorg.jrobin.core.RrdInt
 
set(int) - クラス のメソッドorg.klomp.snark.BitField
Sets the given bit to true.
set(int, double) - クラス のメソッドorg.jrobin.core.RrdDoubleArray
 
set(int, double, int) - クラス のメソッドorg.jrobin.core.RrdDoubleArray
 
set(int, int) - クラス のメソッドcom.google.zxing.common.BitMatrix
Sets the given bit to true.
set(int, int, boolean) - クラス のメソッドcom.google.zxing.qrcode.encoder.ByteMatrix
 
set(int, int, byte) - クラス のメソッドcom.google.zxing.qrcode.encoder.ByteMatrix
 
set(int, int, int) - クラス のメソッドcom.google.zxing.qrcode.encoder.ByteMatrix
 
set(long) - クラス のメソッドorg.jrobin.core.RrdLong
 
set(InputStream) - クラス のメソッドorg.cybergarage.http.HTTPPacket
 
set(InputStream, boolean) - クラス のメソッドorg.cybergarage.http.HTTPPacket
 
set(String) - クラス のメソッドorg.cybergarage.http.HTTPStatus
 
set(String) - クラス のメソッドorg.jrobin.core.RrdString
 
set(String) - クラス のメソッドorg.jrobin.core.Sample
Sets sample timestamp and data source values in a fashion similar to RRDTool.
set(HTTPPacket) - クラス のメソッドorg.cybergarage.http.HTTPPacket
 
set(HTTPRequest) - クラス のメソッドorg.cybergarage.http.HTTPRequest
 
set(HTTPSocket) - クラス のメソッドorg.cybergarage.http.HTTPPacket
 
set(ArgumentList) - クラス のメソッドorg.cybergarage.upnp.ArgumentList
推奨されていません。 
set(StateVariable) - クラス のメソッドorg.cybergarage.upnp.StateVariable
 
set(Attribute) - クラス のメソッドorg.cybergarage.xml.Attribute
 
set(Node) - クラス のメソッドorg.cybergarage.xml.Node
 
set(V) - クラス のメソッドnet.metanotion.util.skiplist.SkipIterator
 
setAcceptTimeout(long) - インタフェース のメソッド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) - クラス のメソッドnet.i2p.client.streaming.impl.I2PSocketManagerFull
How long should we wait for the client to .accept() a socket before sending back a NACK/Close?
setAccessList(String) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setAccessList(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setAccessMode(int) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
Controls how other tunnels are checked for access.
setAccessMode(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setAccumValue(double) - クラス のメソッドorg.jrobin.core.ArcState
 
setAckThrough(long) - クラス のメソッドnet.i2p.client.streaming.impl.Packet
 
setAction(String) - クラス のメソッドi2p.susi.dns.BaseBean
 
setAction(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setAction(String) - クラス のメソッドnet.i2p.router.web.FormHandler
 
setAction(String) - クラス のメソッドnet.i2p.router.web.helpers.SummaryHelper
 
setActionListener(ActionListener) - クラス のメソッドorg.cybergarage.upnp.Action
 
setActionListener(ActionListener) - クラス のメソッドorg.cybergarage.upnp.Device
 
setActionListener(ActionListener) - クラス のメソッドorg.cybergarage.upnp.Service
 
setActionListener(ActionListener) - クラス のメソッドorg.cybergarage.upnp.xml.ActionData
 
setActionListener(ActionListener, boolean) - クラス のメソッドorg.cybergarage.upnp.Device
 
setActive(boolean) - クラス のメソッドnet.i2p.client.streaming.impl.ConnectionHandler
 
setActualEnd(long) - クラス のメソッドnet.i2p.router.JobTiming
 
setActualStart(long) - クラス のメソッドnet.i2p.router.JobTiming
 
setAddresses(Collection<RouterAddress>) - クラス のメソッドnet.i2p.data.router.RouterInfo
Specify a set of RouterAddress structures at which this router can be contacted.
setAdvertiser(Advertiser) - クラス のメソッドorg.cybergarage.upnp.xml.DeviceData
 
setAliasOf(Hash) - クラス のメソッドnet.i2p.router.TunnelPoolSettings
Set other destination that this is an alias of (or null).
setAliceIntroKey(SessionKey) - クラス のメソッドnet.i2p.router.transport.udp.PeerTestState
 
setAliceIP(InetAddress) - クラス のメソッドnet.i2p.router.transport.udp.PeerTestState
 
setAliceIPFromCharlie(InetAddress) - クラス のメソッドnet.i2p.router.transport.udp.PeerTestState
 
setAlicePort(int) - クラス のメソッドnet.i2p.router.transport.udp.PeerTestState
 
setAlicePortFromCharlie(int) - クラス のメソッドnet.i2p.router.transport.udp.PeerTestState
 
setAll() - クラス のメソッドorg.klomp.snark.BitField
Sets all bits to true.
setAllowAccept(boolean) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setAllowAccept(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setAllowedValueList(AllowedValueList) - クラス のメソッドorg.cybergarage.upnp.StateVariable
This method ovverride the value of the AllowedValueList Node
of this object.
setAllowedValueRange(AllowedValueRange) - クラス のメソッドorg.cybergarage.upnp.StateVariable
This method ovverride the value of the AllowedValueRange Node
of this object.
setAllowIncomingConnections(boolean) - クラス のメソッドnet.i2p.client.streaming.impl.ConnectionManager
 
setAllowInternalSSL(boolean) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setAllowInternalSSL(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setAllowReferer(boolean) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setAllowReferer(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setAllowUserAgent(boolean) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setAllowUserAgent(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setAllowZeroHop(boolean) - クラス のメソッドnet.i2p.router.TunnelPoolSettings
If there are no tunnels to build with, will this pool allow 0 hop tunnels? No effect on exploratory (always true)
setAltAutoscale(boolean) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Computes Y range based on function absolute minimum and maximum values.
setAltAutoscaleMax(boolean) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Computes Y range based on function absolute minimum and maximum values.
setAltPrivKeyFile(String) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
What filename is this server tunnel's alternate private keys stored in
setAltPrivKeyFile(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
What filename is this server tunnel's alternate private keys stored in
setAltYGrid(boolean) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Places Y grid dynamically based on graph Y range.
setAltYMrtg(boolean) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Use this method to request MRTG-like graph (false by default)
setAndUpdate(String) - クラス のメソッドorg.jrobin.core.Sample
Creates sample with the timestamp and data source values supplied in the argument string and stores sample in the corresponding RRD.
setAnswer(boolean) - クラス のメソッドnet.i2p.util.SimpleStore
set the answer
setAnswerPings(boolean) - クラス のメソッドnet.i2p.client.streaming.impl.ConnectionOptions
 
setAntiAliasing(boolean) - クラス のメソッドorg.jrobin.graph.ImageWorker
 
setAntiAliasing(boolean) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Controls if the chart area of the image should be antialiased or not.
setAppend(boolean) - クラス のメソッドnet.i2p.jetty.I2PRequestLog
 
setArcXff(String, String, int, double) - クラス のstaticメソッドorg.jrobin.core.RrdToolkit
Sets single archive's X-files factor to a new value.
setArgumentList(ArgumentList) - クラス のメソッドorg.cybergarage.upnp.Action
 
setArgumentValue(String, int) - クラス のメソッドorg.cybergarage.upnp.Action
 
setArgumentValue(String, String) - クラス のメソッドorg.cybergarage.upnp.Action
 
setArgumentValues(ArgumentList) - クラス のメソッドorg.cybergarage.upnp.Action
推奨されていません。
You should use one of the following methods instead:
- Action.setInArgumentValues(ArgumentList)
- Action.setOutArgumentValues(ArgumentList)
setArrival(long) - クラス のメソッドnet.i2p.data.i2np.DeliveryStatusMessage
Misnamed, as it is generally (always?) set by the creator to the current time, in some future usage it could be set on arrival
setAttachmentOrByteBufferFieldMap(Map<Class<?>, Field>) - クラス のメソッドengine.misc.DeallocationHelper
 
setAttribute(String, int) - クラス のメソッドorg.cybergarage.xml.Node
 
setAttribute(String, String) - クラス のメソッドorg.cybergarage.xml.Node
 
setAuthChallenge(String) - クラス のメソッドnet.i2p.util.EepGet.AuthState
May be called multiple times, save the best one
setAutoStoppable(boolean) - クラス のメソッドorg.klomp.snark.Snark
 
setAverage(double) - クラス のメソッドnet.i2p.stat.RateAverages
 
setB64(boolean) - クラス のメソッドnet.i2p.jetty.I2PRequestLog
 
setBackgroundColor(Color) - クラス のメソッドcom.docuverse.identicon.NineBlockIdenticonRenderer2
 
setBackgroundImage(String) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets background image - currently, only PNG images can be used as background.
setBackupQuantity(int) - クラス のメソッドnet.i2p.router.TunnelPoolSettings
 
setBase(double) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets default base for magnitude scaling.
setBaseLogfilename(String) - クラス のメソッドnet.i2p.util.LogManager
 
setBegin(String) - クラス のメソッドi2p.susi.dns.AddressbookBean
 
setBinary(String, byte[]) - クラス のstaticメソッドnet.i2p.router.web.NavHelper
Store binary icon for a plugin
setBobCipherKey(SessionKey) - クラス のメソッドnet.i2p.router.transport.udp.PeerTestState
 
setBobIP(InetAddress) - クラス のメソッドnet.i2p.router.transport.udp.PeerTestState
 
setBobMACKey(SessionKey) - クラス のメソッドnet.i2p.router.transport.udp.PeerTestState
 
setBobPort(int) - クラス のメソッドnet.i2p.router.transport.udp.PeerTestState
 
setBody(ReadBuffer) - クラス のメソッドi2p.susi.webmail.Mail
 
setBook(String) - クラス のメソッドi2p.susi.dns.AddressbookBean
 
setBootId(int) - クラス のメソッドorg.cybergarage.upnp.ssdp.SSDPRequest
 
setBootId(int) - クラス のメソッドorg.cybergarage.upnp.ssdp.SSDPResponse
 
setBuffer(ReadBuffer) - インタフェース のメソッドi2p.susi.webmail.pop3.POP3MailBox.FetchRequest
 
setBufferSize(int) - クラス のメソッドnet.i2p.client.streaming.impl.MessageOutputStream
Caller should enforce a sane minimum.
setBulk(int, int) - クラス のメソッドcom.google.zxing.common.BitArray
Sets a block of 32 bits, starting at bit i.
setBytes(byte[]) - クラス のメソッドorg.cybergarage.upnp.Icon
 
setC(String) - クラス のメソッドnet.i2p.router.web.helpers.GraphHelper
 
setCacheControl(int) - クラス のメソッドorg.cybergarage.http.HTTPPacket
 
setCacheControl(String) - クラス のメソッドorg.cybergarage.http.HTTPPacket
 
setCacheControl(String, int) - クラス のメソッドorg.cybergarage.http.HTTPPacket
 
setCallback(String) - クラス のメソッドorg.cybergarage.upnp.event.SubscriptionRequest
 
setCapabilities(Hash, String) - クラス のメソッドnet.i2p.router.dummy.DummyPeerManagerFacade
 
setCapabilities(Hash, String) - クラス のメソッドnet.i2p.router.peermanager.PeerManager
 
setCapabilities(Hash, String) - クラス のメソッドnet.i2p.router.peermanager.PeerManagerFacadeImpl
 
setCapabilities(Hash, String) - インタフェース のメソッドnet.i2p.router.PeerManagerFacade
 
setCapacity(int) - クラス のメソッドorg.jrobin.core.RrdDbPool
Sets the maximum number of simultaneously open RRD files.
setCapacity(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigPeerHandler
 
setCapacityBonus(int) - クラス のメソッドnet.i2p.router.peermanager.PeerProfile
 
setCaps(String) - クラス のメソッドnet.i2p.router.web.helpers.NetDbHelper
 
setCert(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setCertificate(Certificate) - クラス のメソッドnet.i2p.data.i2np.GarlicClove
 
setCertificate(Certificate) - クラス のメソッドnet.i2p.data.KeysAndCert
 
setCertificate(Certificate) - クラス のメソッドnet.i2p.router.message.GarlicConfig
Certificate for the getRecipient() to pay for their processing
setCertificateType(int) - クラス のメソッドnet.i2p.data.Certificate
 
setCertType(int) - クラス のメソッドnet.i2p.data.PrivateKeyFile
Change cert type - caller must also call write().
setChannel(SocketChannel) - クラス のメソッドnet.i2p.router.transport.ntcp.NTCPConnection
 
setCharlieIntroKey(SessionKey) - クラス のメソッドnet.i2p.router.transport.udp.PeerTestState
 
setCharlieIP(InetAddress) - クラス のメソッドnet.i2p.router.transport.udp.PeerTestState
 
setCharliePort(int) - クラス のメソッドnet.i2p.router.transport.udp.PeerTestState
 
setChoked(boolean) - クラス のメソッドnet.i2p.client.streaming.impl.Connection
Set or clear if we are being choked by the other side.
setChoking(boolean) - クラス のメソッドnet.i2p.client.streaming.impl.Connection
Set or clear if we are choking the other side.
setChoking(boolean) - クラス のメソッドorg.klomp.snark.Peer
Sets whether or not we are choking the peer.
setChoking(boolean) - クラス のメソッドorg.klomp.snark.PeerState
 
setChunkSize(int) - クラス のstaticメソッドorg.cybergarage.http.HTTP
 
setClientHost(String) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
I2CP host the router is on, ignored when in router context
setClientHost(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
I2CP host the router is on, ignored when in router context
setClientOptions(Properties) - クラス のメソッドnet.i2p.i2ptunnel.I2PTunnel
Generic options used for clients and servers.
setClientport(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
I2CP port the router is on, ignored when in router context
setClientPort(String) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
I2CP port the router is on, ignored when in router context
setClientVersion(String) - クラス のメソッドnet.i2p.router.client.ClientConnectionRunner
The client version.
setClientVersion(String) - クラス のメソッドnet.i2p.router.client.QueuedClientConnectionRunner
Does nothing.
setClose(boolean) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setClose(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setCloseTime(int) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setCloseTime(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setCloveId(long) - クラス のメソッドnet.i2p.data.i2np.GarlicClove
 
setCode(int) - クラス のメソッドorg.cybergarage.upnp.UPnPStatus
 
setCollapsePanels(boolean) - クラス のメソッドorg.klomp.snark.I2PSnarkUtil
 
setColor(int, Paint) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Overrides the colors for the standard elements of the graph.
setColor(String, Paint) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Overrides the colors for the standard elements of the graph by element name.
setComments(String) - クラス のメソッドorg.jrobin.graph.GifEncoder
 
setCommentsEnabled(boolean) - クラス のメソッドorg.klomp.snark.I2PSnarkUtil
 
setCommentsName(String) - クラス のメソッドorg.klomp.snark.I2PSnarkUtil
 
setCompleteListener(FIFOBandwidthLimiter.CompleteListener) - インタフェース のメソッドnet.i2p.router.transport.FIFOBandwidthLimiter.Request
 
setConfig(String) - クラス のメソッドi2p.susi.dns.ConfigBean
 
setConfig(String) - クラス のメソッドnet.i2p.util.LogManager
 
setConfig(Properties, String) - クラス のメソッドnet.i2p.i2ptunnel.TunnelController
As of 0.9.1, updates the options on an existing session
setConfigFilename(String) - クラス のメソッドnet.i2p.router.Router
推奨されていません。
unused
setConfigSetting(String, String) - クラス のメソッドnet.i2p.router.Router
推奨されていません。
use saveConfig(String name, String value) or saveConfig(Map toAdd, Set toRemove)
setConfiguration(Properties) - クラス のメソッドnet.i2p.client.naming.NamingService
Warning - unimplemented in any subclass.
setCongestionAvoidanceGrowthRateFactor(int) - クラス のメソッドnet.i2p.client.streaming.impl.ConnectionOptions
 
setCongestionWindowEnd(long) - クラス のメソッドnet.i2p.client.streaming.impl.Connection
 
setConnectDelay(boolean) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setConnectDelay(int) - クラス のメソッドnet.i2p.client.streaming.impl.ConnectionOptions
 
setConnectDelay(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setConnection(String) - クラス のメソッドorg.cybergarage.http.HTTPPacket
 
setConnectionError(String) - クラス のメソッドnet.i2p.client.streaming.impl.Connection
 
setConnectTimeout(long) - インタフェース のメソッドnet.i2p.client.streaming.I2PSocketOptions
Define how long we will wait for the ACK from a SYN, in milliseconds.
setConnectTimeout(long) - クラス のメソッドnet.i2p.client.streaming.impl.I2PSocketOptionsImpl
Define how long we will wait for the ACK from a SYN, in milliseconds.
setConsoleBufferSize(int) - クラス のメソッドnet.i2p.util.LogManager
推奨されていません。
unused
setConsoleNonce(String) - クラス のメソッドnet.i2p.router.web.helpers.SummaryHelper
 
setContent(byte[]) - クラス のメソッドorg.cybergarage.http.HTTPPacket
 
setContent(byte[], boolean) - クラス のメソッドorg.cybergarage.http.HTTPPacket
 
setContent(String) - クラス のメソッドi2p.susi.dns.SubscriptionsBean
 
setContent(String) - クラス のメソッドorg.cybergarage.http.HTTPPacket
 
setContent(String, boolean) - クラス のメソッドorg.cybergarage.http.HTTPPacket
 
setContent(Node) - クラス のメソッドorg.cybergarage.soap.SOAPRequest
 
setContent(Node) - クラス のメソッドorg.cybergarage.soap.SOAPResponse
 
setContentInputStream(InputStream) - クラス のメソッドorg.cybergarage.http.HTTPPacket
 
setContentLanguage(String) - クラス のメソッドorg.cybergarage.http.HTTPPacket
 
setContentLength(long) - クラス のメソッドorg.cybergarage.http.HTTPPacket
 
setContentRange(long, long, long) - クラス のメソッドorg.cybergarage.http.HTTPPacket
 
setContentType(String) - クラス のメソッドorg.cybergarage.http.HTTPPacket
 
setContext(boolean) - クラス のメソッドorg.jrobin.core.timespec.TimeScanner
 
setContextId(String) - クラス のメソッドnet.i2p.router.web.ConfigUpdateHelper
hook this so we can call dontInstall() once after getting a context
setContextId(String) - クラス のメソッドnet.i2p.router.web.FormHandler
Configure this bean to query a particular router context
setContextId(String) - クラス のメソッドnet.i2p.router.web.HelperBase
Configure this bean to query a particular router context
setContextId(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigStatsHelper
Configure this bean to query a particular router context
setContextId(String) - クラス のメソッドnet.i2p.router.web.helpers.EventLogHelper
set the defaults after we have a context
setContextId(String) - クラス のメソッドnet.i2p.router.web.helpers.GraphHelper
set the defaults after we have a context
setContextId(String) - クラス のメソッドnet.i2p.router.web.UpdateHandler
Configure this bean to query a particular router context
setControlPoint(ControlPoint) - クラス のメソッドorg.cybergarage.upnp.control.RenewSubscriber
 
setControlPoint(ControlPoint) - クラス のメソッドorg.cybergarage.upnp.device.Disposer
 
setControlPoint(ControlPoint) - クラス のメソッドorg.cybergarage.upnp.ssdp.SSDPNotifySocket
 
setControlPoint(ControlPoint) - クラス のメソッドorg.cybergarage.upnp.ssdp.SSDPNotifySocketList
 
setControlPoint(ControlPoint) - クラス のメソッドorg.cybergarage.upnp.ssdp.SSDPSearchResponseSocket
 
setControlPoint(ControlPoint) - クラス のメソッドorg.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList
 
setControlResponse(ControlResponse) - クラス のメソッドorg.cybergarage.upnp.xml.ActionData
 
setControlURL(String) - クラス のメソッドorg.cybergarage.upnp.Service
 
setCost(int) - クラス のメソッドnet.i2p.data.router.RouterAddress
Configure the weighted cost of using the address.
setCost(String) - クラス のメソッドnet.i2p.router.web.helpers.NetDbHelper
 
setCountry(String) - クラス のメソッドnet.i2p.router.web.helpers.NetDbHelper
 
setCreation(long) - クラス のメソッドnet.i2p.router.tunnel.HopConfig
 
setCreationDate(Date) - クラス のメソッドnet.i2p.data.i2cp.SessionConfig
 
setCurrent(double) - クラス のメソッドnet.i2p.stat.RateAverages
 
setCurrentCipherKey(SessionKey) - クラス のメソッドnet.i2p.router.transport.udp.PeerState
The AES key used to encrypt/decrypt packets, set only after the connection is established.
setCurrentMACKey(SessionKey) - クラス のメソッドnet.i2p.router.transport.udp.PeerState
The AES key used to verify packets, set only after the connection is established.
setCurrentPage(int) - クラス のメソッドi2p.susi.util.Folder
Sets the current page to the given parameter.
setCurrentReceiveSecond(long) - クラス のメソッドnet.i2p.router.transport.udp.PeerState
what is the current receive second, for congestion control?
setCustomOptions(String) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
what I2P session overrides should be used
setData(byte[]) - クラス のメソッドnet.i2p.crypto.SHA1Hash
 
setData(byte[]) - クラス のメソッドnet.i2p.data.ByteArray
Warning, does not set valid
setData(byte[]) - クラス のメソッドnet.i2p.data.Hash
 
setData(byte[]) - クラス のメソッドnet.i2p.data.i2np.DataMessage
 
setData(byte[]) - クラス のメソッドnet.i2p.data.i2np.GarlicMessage
 
setData(byte[]) - クラス のメソッドnet.i2p.data.i2np.TunnelDataMessage
 
setData(byte[]) - クラス のメソッドnet.i2p.data.SessionKey
Sets the data.
setData(byte[]) - クラス のメソッドnet.i2p.data.SessionTag
 
setData(byte[]) - クラス のメソッドnet.i2p.data.SimpleDataStructure
Sets the data.
setData(I2NPMessage) - クラス のメソッドnet.i2p.data.i2np.GarlicClove
 
setDataType(String) - クラス のメソッドorg.cybergarage.upnp.StateVariable
 
setDate(long) - クラス のメソッドnet.i2p.data.DateAndFlags
 
setDate(Calendar) - クラス のメソッドorg.cybergarage.http.HTTPPacket
 
setDate(Date) - クラス のメソッドnet.i2p.data.DateAndFlags
 
setDate(Date) - クラス のメソッドnet.i2p.data.i2cp.SetDateMessage
 
setDateFormat(String) - クラス のメソッドnet.i2p.util.LogManager
Update the date format Do not log here, deadlock of LogWriter via rereadConfig().
SetDateMessage - net.i2p.data.i2cpのクラス
Tell the other side what time it is.
SetDateMessage() - クラス のコンストラクタnet.i2p.data.i2cp.SetDateMessage
 
SetDateMessage(String) - クラス のコンストラクタnet.i2p.data.i2cp.SetDateMessage
 
SetDateMessageHandler - net.i2p.client.implのクラス
Handle I2CP time messages from the router
SetDateMessageHandler(I2PAppContext) - クラス のコンストラクタnet.i2p.client.impl.SetDateMessageHandler
 
setDBHistory(DBHistory) - クラス のメソッドnet.i2p.router.peermanager.PeerProfile
 
setDCC(boolean) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setDCC(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setDeallocatableBufferClassSet(Set<Class<?>>) - クラス のメソッドengine.misc.DeallocationHelper
 
setDeallocator(DeallocationHelper.Deallocator) - クラス のメソッドengine.misc.DeallocationHelper
 
setDebugEnabled(boolean) - クラス のメソッドnet.i2p.jetty.I2PLogger
 
setDefaultFactory(String) - クラス のstaticメソッドorg.jrobin.core.RrdBackendFactory
Replaces the default backend factory with a new one.
setDefaultFactory(String) - クラス のstaticメソッドorg.jrobin.core.RrdDb
Sets default backend factory to be used.
setDefaultLimit(String) - クラス のメソッドnet.i2p.util.LogManager
 
setDefaultloglevel(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigLoggingHandler
 
setDefaultOptions(I2PSocketOptions) - インタフェース のメソッドnet.i2p.client.streaming.I2PSocketManager
Update the options on a running socket manager.
setDefaultOptions(I2PSocketOptions) - クラス のメソッドnet.i2p.client.streaming.impl.I2PSocketManagerFull
Update the options on a running socket manager.
setDefaultTrackerMap() - クラス のメソッドorg.klomp.snark.SnarkManager
 
setDefaultValue(String) - クラス のメソッドorg.cybergarage.upnp.StateVariable
This method ovverride the value of the DefaultValue of this object.
setDelay(int) - クラス のメソッドorg.jrobin.graph.Gif89Frame
 
setDelayOpen(boolean) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setDelayOpen(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setDelayRequested(boolean) - クラス のメソッドnet.i2p.data.i2np.DeliveryInstructions
推奨されていません。
unused
setDelaySeconds(long) - クラス のメソッドnet.i2p.data.i2np.DeliveryInstructions
推奨されていません。
unused
setDeliveryInstructions(DeliveryInstructions) - クラス のメソッドnet.i2p.router.message.GarlicConfig
Specify how the I2NPMessage in the clove should be handled.
setDeliveryMode(int) - クラス のメソッドnet.i2p.data.i2np.DeliveryInstructions
 
setDeliveryURL(String) - クラス のメソッドorg.cybergarage.upnp.event.Subscriber
 
setDepth(int) - クラス のメソッドorg.cybergarage.upnp.Icon
 
setDepth(String) - クラス のメソッドorg.cybergarage.upnp.Icon
 
setDescription(String) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
one line description
setDescription(String) - クラス のメソッドorg.cybergarage.upnp.UPnPStatus
 
setDescriptionFile(File) - クラス のメソッドorg.cybergarage.upnp.xml.DeviceData
 
setDescriptionURI(String) - クラス のメソッドorg.cybergarage.upnp.xml.DeviceData
 
setDescriptionURL(String) - クラス のメソッドorg.cybergarage.upnp.Service
 
setDescriptionURL(String) - クラス のメソッドorg.cybergarage.upnp.xml.ServiceData
 
setDestination(String) - クラス のメソッドi2p.susi.dns.AddressbookBean
 
setDestination(Destination) - クラス のメソッドnet.i2p.data.i2cp.SendMessageMessage
 
setDestination(Destination) - クラス のメソッドnet.i2p.data.LeaseSet
 
setDestination(Destination) - クラス のメソッドnet.i2p.data.PrivateKeyFile
 
setDestination(Destination) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
This is easier than requiring TunnelConfig to talk to TunnelControllerGroup and TunnelController.
setDestination(Destination) - クラス のメソッドorg.klomp.snark.dht.NodeInfo
This can come in later but the hash must match.
setDestination(Hash) - クラス のメソッドnet.i2p.data.i2np.DeliveryInstructions
required for DESTINATION
setDestinationNickname(String) - クラス のメソッドnet.i2p.router.TunnelPoolSettings
 
setDevice(Device) - クラス のメソッドorg.cybergarage.upnp.device.Advertiser
 
setDeviceDisposer(Disposer) - クラス のメソッドorg.cybergarage.upnp.ControlPoint
 
setDeviceNode(Node) - クラス のメソッドorg.cybergarage.upnp.Device
 
setDeviceType(String) - クラス のメソッドorg.cybergarage.upnp.Device
 
setDevSU3URL(String) - クラス のメソッドnet.i2p.router.web.ConfigUpdateHandler
 
setDirection(String) - クラス のメソッドorg.cybergarage.upnp.Argument
 
setDisable(int) - クラス のstaticメソッドorg.cybergarage.upnp.UPnP
 
setDisabled() - クラス のstaticメソッドnet.i2p.router.web.StatSummarizer
Disable graph generation until restart See SummaryRenderer.render()
setDisabled() - クラス のメソッドorg.klomp.snark.Piece
 
setDisableRefresh(String) - クラス のメソッドnet.i2p.router.web.CSSHelper
change disable refresh boolean and save it
setDisableRejectLogging(boolean) - クラス のメソッドnet.i2p.client.streaming.impl.ConnectionOptions
 
setDisableUDP(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigNetHandler
 
setDisplayOnScreen(boolean) - クラス のメソッドnet.i2p.util.LogManager
推奨されていません。
unused
setDisplayOnScreenLevel(int) - クラス のメソッドnet.i2p.util.LogManager
推奨されていません。
unused
setDisposalMode(int) - クラス のメソッドorg.jrobin.graph.Gif89Frame
 
setDontIncludePeers(Collection<Hash>) - クラス のメソッドnet.i2p.data.i2np.DatabaseLookupMessage
Replace the dontInclude set with this set.
setDownloaded(int) - クラス のメソッドorg.klomp.snark.PartialPiece
Call this if necessary before returning a PartialPiece to the PeerCoordinator.
setDrawXGrid(boolean) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets visibility of the X-axis grid.
setDrawYGrid(boolean) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets visibility of the Y-axis grid.
setDsHeartbeat(String, int, long) - クラス のstaticメソッドorg.jrobin.core.RrdToolkit
Sets datasource heartbeat to a new value.
setDsHeartbeat(String, String, long) - クラス のstaticメソッドorg.jrobin.core.RrdToolkit
Sets datasource heartbeat to a new value.
setDsMaxValue(String, String, double, boolean) - クラス のstaticメソッドorg.jrobin.core.RrdToolkit
Sets datasource max value to a new value.
setDsMinMaxValue(String, String, double, double, boolean) - クラス のstaticメソッドorg.jrobin.core.RrdToolkit
Updates valid value range for the given datasource.
setDsMinValue(String, String, double, boolean) - クラス のstaticメソッドorg.jrobin.core.RrdToolkit
Sets datasource min value to a new value
setDsName(String) - クラス のメソッドorg.jrobin.core.Datasource
Sets datasource name to a new value
setDsType(String) - クラス のメソッドorg.jrobin.core.Datasource
 
setDynamicKeys(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigNetHandler
 
setE(String) - クラス のメソッドnet.i2p.router.web.helpers.GraphHelper
 
setECLevel(ErrorCorrectionLevel) - クラス のメソッドcom.google.zxing.qrcode.encoder.QRCode
 
setEdit(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigClientsHelper
 
setEffort(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
params needed for hashcash and dest modification
setElements(O[]) - クラス のメソッドi2p.susi.util.Folder
Set the array of objects the folder should manage.
setEmbedApps(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigUIHandler
 
setEnable(int) - クラス のstaticメソッドorg.cybergarage.upnp.UPnP
 
setEnableloadtesting(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigNetHandler
 
setEncrypt(boolean) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setEncrypt(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setEncrypted(boolean) - クラス のメソッドnet.i2p.data.i2np.DeliveryInstructions
推奨されていません。
unused
setEncryptedData(byte[]) - クラス のメソッドnet.i2p.data.Payload
the real data
setEncryptionKey(PublicKey) - クラス のメソッドnet.i2p.data.LeaseSet
 
setEncryptionKey(SessionKey) - クラス のメソッドnet.i2p.data.i2np.DeliveryInstructions
推奨されていません。
unused
setEncryptKey(String) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setEncryptKey(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setEnd(String) - クラス のメソッドi2p.susi.dns.AddressbookBean
 
setEndDate(Date) - クラス のメソッドnet.i2p.data.i2cp.RequestLeaseSetMessage
 
setEndDate(Date) - クラス のメソッドnet.i2p.data.Lease
 
setEndTime(long) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets the time when the graph should end.
setEnforceProtocol(boolean) - クラス のメソッドnet.i2p.client.streaming.impl.ConnectionOptions
 
setEngine(String) - クラス のメソッドnet.i2p.router.web.helpers.SearchHelper
 
setEnqueueTime(long) - クラス のメソッドnet.i2p.router.OutNetMessage
For CDQ
setEnqueueTime(long) - クラス のメソッドnet.i2p.router.transport.udp.InboundMessageState
For CDQ
setEnqueueTime(long) - クラス のメソッドnet.i2p.router.transport.udp.OutboundMessageState
For CDQ
setEnqueueTime(long) - クラス のメソッドnet.i2p.router.transport.udp.UDPPacket
For CDQ
setEnqueueTime(long) - クラス のメソッドnet.i2p.router.tunnel.PendingGatewayMessage
For CDQ
setEnqueueTime(long) - インタフェース のメソッドnet.i2p.router.util.CDQEntry
To be set by the queue
setEntry(DatabaseEntry) - クラス のメソッドnet.i2p.data.i2np.DatabaseStoreMessage
This also sets the key
setEnvelopeNode(Node) - クラス のメソッドorg.cybergarage.soap.SOAPRequest
 
setEnvelopeNode(Node) - クラス のメソッドorg.cybergarage.soap.SOAPResponse
 
setError(String) - クラス のメソッドnet.i2p.router.networkdb.reseed.ReseedChecker
Status from last or current reseed attempt
setErrorResponse(int) - クラス のメソッドorg.cybergarage.upnp.event.SubscriptionResponse
 
setEtag(String) - クラス のメソッドnet.i2p.addressbook.Subscription
Set the etag header.
setEventSubURI(String) - クラス のメソッドorg.cybergarage.upnp.ControlPoint
 
setEventSubURL(String) - クラス のメソッドorg.cybergarage.upnp.Service
 
setExpiration(long) - クラス のメソッドnet.i2p.data.i2cp.SendMessageExpiresMessage
 
setExpiration(long) - クラス のメソッドnet.i2p.router.message.GarlicConfig
Expiration of the clove, after which it should be dropped
setExpiration(long) - クラス のメソッドnet.i2p.router.tunnel.HopConfig
 
setExpiration(long) - クラス のメソッドnet.i2p.router.tunnel.TunnelCreatorConfig
 
setExpiration(Date) - クラス のメソッドnet.i2p.data.i2cp.SendMessageExpiresMessage
 
setExpiration(Date) - クラス のメソッドnet.i2p.data.i2np.GarlicClove
 
setExpiration(Date) - クラス のメソッドnet.i2p.data.router.RouterAddress
推奨されていません。
unused for now
setExpiredDeviceMonitoringInterval(long) - クラス のメソッドorg.cybergarage.upnp.ControlPoint
 
setExpireEvent(SimpleTimer2.TimedEvent) - クラス のメソッドnet.i2p.router.tunnel.FragmentedMessage
 
setExpireJob(Job) - クラス のメソッドnet.i2p.router.tunnel.pool.PooledTunnelCreatorConfig
does nothing, to be deprecated
setExplicitFilter(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigStatsHandler
 
setExplicitFilterValue(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigStatsHandler
 
setExplTunnelsReady() - クラス のメソッドnet.i2p.router.Router
Only for Tunnel Building, after we have non-zero-hop expl.
setExtended(boolean) - クラス のメソッドnet.i2p.jetty.I2PRequestLog
 
setFamily(String) - クラス のメソッドnet.i2p.router.web.helpers.NetDbHelper
 
setFaultResponse(int) - クラス のメソッドorg.cybergarage.upnp.control.ControlResponse
 
setFaultResponse(int, String) - クラス のメソッドorg.cybergarage.upnp.control.ControlResponse
 
setFetchData(FetchData) - クラス のメソッドorg.jrobin.data.Def
 
setFetchRequestResolution(long) - クラス のメソッドorg.jrobin.data.DataProcessor
Sets desired RRD archive step in seconds to be used internally while fetching data from RRD files.
setFf(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigAdvancedHandler
 
setField(Field) - クラス のメソッドnet.i2p.crypto.eddsa.math.bigint.BigIntegerLittleEndianEncoding
 
setField(Field) - クラス のメソッドnet.i2p.crypto.eddsa.math.Encoding
 
setFilename(String) - クラス のメソッドnet.i2p.jetty.I2PRequestLog
 
setFilename(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigStatsHandler
 
setFilename(String) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets the name of the graph to generate.
setFilenameDateFormat(String) - クラス のメソッドnet.i2p.jetty.I2PRequestLog
Set the log file date format.
setFilePriorities(int[]) - クラス のメソッドorg.klomp.snark.Storage
Set the file priorities array.
setFileSize(int) - クラス のメソッドnet.i2p.util.LogManager
Update the log file size limit
setFilesPublic(boolean) - クラス のメソッドorg.klomp.snark.I2PSnarkUtil
 
setFilter(String) - クラス のメソッドi2p.susi.dns.AddressbookBean
 
setFilter(String) - クラス のメソッドorg.jrobin.core.FetchRequest
Sets request filter in order to fetch data only for a single datasource (datasource name).
setFilter(String[]) - クラス のメソッドorg.jrobin.core.FetchRequest
Sets request filter in order to fetch data only for the specified array of datasources (datasource names).
setFilter(Set<String>) - クラス のメソッドorg.jrobin.core.FetchRequest
Sets request filter in order to fetch data only for the specified set of datasources (datasource names).
setFirstDayOfWeek(int) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets first day of the week.
setFirstHeardAbout(long) - クラス のメソッドnet.i2p.router.peermanager.PeerProfile
Set when did we first heard about this peer, only if older.
setFlag(int) - クラス のメソッドnet.i2p.client.streaming.impl.Packet
 
setFlag(int, boolean) - クラス のメソッドnet.i2p.client.streaming.impl.Packet
 
setFlags(int) - クラス のメソッドnet.i2p.data.DateAndFlags
 
setFlags(int) - クラス のメソッドnet.i2p.data.i2cp.SendMessageExpiresMessage
 
setFloodfillEnabled(boolean) - クラス のメソッドnet.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
 
setFlushInterval(long) - クラス のメソッドnet.i2p.util.LogWriter
 
setFont(int, Font) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets font to be used for a specific font tag.
setFont(int, Font, boolean) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets font.
setFont(int, Font, boolean, boolean) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets font.
setFont(String, Font) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets font.
setFont(String, Font, boolean) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets font.
setFont(String, Font, boolean, boolean) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets font.
setForceMobileConsole(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigUIHandler
 
setForceRulesLegend(boolean) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Force the generation of HRULE and VRULE legend even if those HRULE or VRULE will not be drawn because out of graph boundaries.
setFormat(char[]) - クラス のメソッドnet.i2p.util.LogManager
 
setFragmentCount(int) - クラス のメソッドnet.i2p.router.transport.udp.UDPPacket
only for debugging and stats
setFriendlyName(String) - クラス のメソッドorg.cybergarage.upnp.Device
 
setFrom(String) - クラス のメソッドnet.i2p.router.web.helpers.EventLogHelper
 
setFrom(Hash) - クラス のメソッドnet.i2p.data.i2np.DatabaseLookupMessage
 
setFromHash(Hash) - クラス のメソッドnet.i2p.data.i2np.DatabaseSearchReplyMessage
 
setFull(String) - クラス のメソッドnet.i2p.router.web.helpers.NetDbHelper
 
setFull(String) - クラス のメソッドnet.i2p.router.web.helpers.OldConsoleHelper
 
setFull(String) - クラス のメソッドnet.i2p.router.web.helpers.ProfilesHelper
 
SetFullException() - 例外 のコンストラクタnet.i2p.router.util.ArraySet.SetFullException
 
setFuzz(int) - クラス のメソッドnet.i2p.util.SimpleTimer2.TimedEvent
Don't bother rescheduling if +/- this many ms or less.
setGateway(Hash) - クラス のメソッドnet.i2p.data.Lease
Configure the router at which the destination can be contacted
setGlobalContext(I2PAppContext) - クラス のstaticメソッドnet.i2p.I2PAppContext
Sets the default context, unless there is one already.
setGlobalContext(RouterContext) - クラス のstaticメソッドnet.i2p.router.RouterContext
Sets the default context, unless there is one already.
setGranted(LeaseSet) - クラス のメソッドnet.i2p.router.client.LeaseRequestState
FIXME unused - why?
setGraphList(String[]) - クラス のメソッドnet.i2p.router.web.helpers.ConfigStatsHandler
 
setH(String) - クラス のメソッドi2p.susi.dns.NamingServiceBean
 
setH(String) - クラス のメソッドnet.i2p.router.web.helpers.GraphHelper
 
setHandshakeMap(Map<String, BEValue>) - クラス のメソッドorg.klomp.snark.Peer
 
setHashCashCert(int) - クラス のメソッドnet.i2p.data.PrivateKeyFile
change to hashcash cert - caller must also call write()
setHeader(ReadBuffer) - クラス のメソッドi2p.susi.webmail.Mail
 
setHeader(String, int) - クラス のメソッドorg.cybergarage.http.HTTPPacket
 
setHeader(String, long) - クラス のメソッドorg.cybergarage.http.HTTPPacket
 
setHeader(String, String) - クラス のメソッドorg.cybergarage.http.HTTPPacket
 
setHeader(HTTPHeader) - クラス のメソッドorg.cybergarage.http.HTTPPacket
 
setHeartbeat(long) - クラス のメソッドorg.jrobin.core.Datasource
Sets datasource heartbeat to a new value.
setHeight(int) - クラス のメソッドorg.cybergarage.upnp.Icon
 
setHeight(int) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets height of the drawing area within the graph.
setHeight(String) - クラス のメソッドnet.i2p.router.web.helpers.GraphHelper
 
setHeight(String) - クラス のメソッドorg.cybergarage.upnp.Icon
 
setHidden() - クラス のメソッドorg.klomp.snark.comments.Comment
 
setHideLegend(String) - クラス のメソッドnet.i2p.router.web.helpers.GraphHelper
 
setHisMTU(int) - クラス のメソッドnet.i2p.router.transport.udp.PeerState
 
setHost(String) - クラス のメソッドorg.cybergarage.http.HTTPPacket
 
setHost(String, int) - クラス のメソッドorg.cybergarage.http.HTTPPacket
 
setHostname(String) - クラス のメソッドi2p.susi.dns.AddressbookBean
 
setHostname(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigNetHandler
 
setHTTPBindAddress(InetAddress[]) - クラス のメソッドorg.cybergarage.upnp.Device
 
setHTTPBindAddress(InetAddress[]) - クラス のメソッドorg.cybergarage.upnp.xml.DeviceData
 
setHTTPPort(int) - クラス のメソッドorg.cybergarage.upnp.ControlPoint
 
setHTTPPort(int) - クラス のメソッドorg.cybergarage.upnp.Device
 
setHTTPPort(int) - クラス のメソッドorg.cybergarage.upnp.xml.DeviceData
 
setI2CPConfig(String, int, Map) - クラス のメソッドorg.klomp.snark.I2PSnarkUtil
 
setI2PDatagramMaker(I2PSession) - クラス のメソッドnet.i2p.client.datagram.I2PDatagramMaker
 
setId(int) - クラス のメソッドnet.i2p.i2ptunnel.I2PTunnelTask
 
setId(long) - クラス のメソッドnet.i2p.router.message.GarlicConfig
Unique ID of the clove
setID(byte[]) - クラス のメソッドorg.klomp.snark.PeerID
for connecting out to peer based on desthash @since 0.8.1
setIdentity(RouterIdentity) - クラス のメソッドnet.i2p.data.router.RouterInfo
Configure the identity of the router represented
setIgnorePaths(String[]) - クラス のメソッドnet.i2p.jetty.I2PRequestLog
 
setImageFormat(String) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets image format.
setImageInfo(String) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Creates additional image information.
setImageQuality(float) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets image quality.
setInactivityAction(int) - クラス のメソッドnet.i2p.client.streaming.impl.ConnectionOptions
 
setInactivityTimeout(int) - クラス のメソッドnet.i2p.client.streaming.impl.ConnectionOptions
 
setInactivityTimeout(long) - クラス のメソッドnet.i2p.util.SocketTimeout
 
setInArgumentValues(ArgumentList) - クラス のメソッドorg.cybergarage.upnp.Action
 
setInboundBufferSize(int) - クラス のメソッドnet.i2p.client.streaming.impl.ConnectionOptions
 
setInboundBurstBytes(int) - クラス のメソッドnet.i2p.router.transport.FIFOBandwidthLimiter
 
setInboundBurstKBps(int) - クラス のメソッドnet.i2p.router.transport.FIFOBandwidthLimiter
 
setInboundRandomKey(String) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
Random keys
setInboundrate(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigNetHandler
 
setInboundSettings(Hash, TunnelPoolSettings) - クラス のメソッドnet.i2p.router.dummy.DummyTunnelManagerFacade
 
setInboundSettings(Hash, TunnelPoolSettings) - クラス のメソッドnet.i2p.router.tunnel.pool.TunnelPoolManager
 
setInboundSettings(Hash, TunnelPoolSettings) - インタフェース のメソッドnet.i2p.router.TunnelManagerFacade
 
setInboundSettings(TunnelPoolSettings) - クラス のメソッドnet.i2p.router.dummy.DummyTunnelManagerFacade
 
setInboundSettings(TunnelPoolSettings) - クラス のメソッドnet.i2p.router.tunnel.pool.TunnelPoolManager
exploratory
setInboundSettings(TunnelPoolSettings) - インタフェース のメソッドnet.i2p.router.TunnelManagerFacade
 
setInboundUnlimited(boolean) - クラス のメソッドnet.i2p.router.transport.FIFOBandwidthLimiter
推奨されていません。
unused for now, we are always limited
setInetMask(int) - クラス のstaticメソッドcom.docuverse.identicon.IdenticonUtil
Sets current IP address mask.
setInetSalt(String) - クラス のstaticメソッドcom.docuverse.identicon.IdenticonUtil
Sets current inetSalt value.
setInfo(String) - クラス のメソッドorg.jrobin.core.Header
 
setInfo(String) - クラス のメソッドorg.jrobin.core.RrdDb
 
setInitParams(WebAppContext, Map<?, ?>) - クラス のstaticメソッドnet.i2p.router.web.LocaleWebAppHandler
 
setInputStream(InputStream) - クラス のメソッドnet.i2p.util.InternalSocket
 
setInstructions(DeliveryInstructions) - クラス のメソッドnet.i2p.data.i2np.GarlicClove
 
setIntegerHeader(String, int) - クラス のメソッドorg.cybergarage.http.HTTPPacket
 
setIntegrationBonus(int) - クラス のメソッドnet.i2p.router.peermanager.PeerProfile
 
setInteresting(boolean) - クラス のメソッドorg.klomp.snark.Peer
推奨されていません。
unused
setInteresting(boolean) - クラス のメソッドorg.klomp.snark.PeerState
 
setInterface(String) - クラス のstaticメソッドorg.cybergarage.net.HostInterface
 
setInterfaceAddress(String) - クラス のメソッドorg.cybergarage.upnp.event.Subscriber
 
setInterlaced(boolean) - クラス のメソッドorg.jrobin.graph.Gif89Frame
 
setInterlaced(boolean) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Creates interlaced GIF image (currently not supported, method is present only for RRDTool comaptibility).
setInterpolationMethod(int) - クラス のメソッドorg.jrobin.data.LinearInterpolator
Sets interpolation method to be used.
setIntroducerTime() - クラス のメソッドnet.i2p.router.transport.udp.PeerState
set the last time we used them as an introducer to now
setIntroNonce(long) - クラス のメソッドnet.i2p.router.transport.udp.OutboundEstablishState
 
setIp(String) - クラス のメソッドnet.i2p.router.web.helpers.NetDbHelper
 
setIP(Hash, byte[]) - クラス のメソッドnet.i2p.router.transport.TransportImpl
IP of the peer from the last connection (in or out, any transport).
setIPRestriction(int) - クラス のメソッドnet.i2p.router.TunnelPoolSettings
 
setIPv4Firewalled(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigNetHandler
 
setIpv6(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigNetHandler
 
setIpv6(String) - クラス のメソッドnet.i2p.router.web.helpers.NetDbHelper
 
setIPv6Address(String) - クラス のstaticメソッドorg.cybergarage.upnp.ssdp.SSDP
 
setIPv6Firewalled(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigNetHandler
 
setIsAlive() - クラス のメソッドnet.i2p.router.Router
Only for Restarter, after soft restart is complete.
setIsAlive(boolean) - クラス のメソッドnet.i2p.router.transport.udp.PeerTestEvent
 
setIsFailing(boolean) - クラス のメソッドnet.i2p.router.peermanager.PeerProfile
deprecated - unused - always false
setIsFull(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigStatsHandler
 
setIsSuccessful(boolean) - クラス のメソッドnet.i2p.router.client.LeaseRequestState
 
setIVKey(SessionKey) - クラス のメソッドnet.i2p.router.tunnel.HopConfig
 
setJumpList(String) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setJumpList(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setKeepAlive(boolean) - クラス のメソッドnet.i2p.client.streaming.impl.StandardSocket
 
setKeepAlive(boolean) - クラス のメソッドnet.i2p.util.InternalSocket
推奨されていません。
unsupported
setKey(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigKeyringHandler
 
setKey(String, String, PublicKey) - クラス のメソッドnet.i2p.crypto.DirKeyRing
Unimplemented, unused.
setKey(String, String, PublicKey) - インタフェース のメソッドnet.i2p.crypto.KeyRing
Store a key.
setKey(SelectionKey) - クラス のメソッドnet.i2p.router.transport.ntcp.NTCPConnection
 
setKey1(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
Random keys, hidden in forms
setKey2(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setKey3(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setKey4(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setKeyCert(SigType) - クラス のメソッドnet.i2p.data.PrivateKeyFile
Change cert type - caller must also call write().
setKeyEstablishedTime(long) - クラス のメソッドnet.i2p.router.transport.udp.PeerState
推奨されていません。
unused
setKeys(PublicKey, PrivateKey, SigningPublicKey, SigningPrivateKey) - クラス のメソッドnet.i2p.router.KeyManager
Configure the router's keys.
setKeyUsed(SessionKey) - クラス のメソッドnet.i2p.client.streaming.impl.PacketLocal
推奨されていません。
I2PSession throws out the tags
setKillVMOnEnd(boolean) - クラス のメソッド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) - クラス のメソッドnet.i2p.router.web.ContentHelper
 
setLang(String) - クラス のメソッドnet.i2p.router.web.CSSHelper
change default language for the router AND save it
setLanguage(String, String) - クラス のstaticメソッドnet.i2p.util.Translate
Only for use by standalone apps in App Context.
setLaptop(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigNetHandler
 
setLargeFont(Font) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets title font.
setLast(double) - クラス のメソッドnet.i2p.stat.RateAverages
 
setLastACKSend(long) - クラス のメソッドnet.i2p.router.transport.udp.PeerState
推奨されていません。
unused
setLastBadSkew(long) - クラス のメソッドnet.i2p.router.transport.ntcp.NTCPTransport
A positive number means our clock is ahead of theirs.
setLastChanged() - インタフェース のメソッドnet.i2p.kademlia.KBucket
Update the last-changed timestamp to now.
setLastChanged() - クラス のメソッドnet.i2p.kademlia.KBucketImpl
Update the last-changed timestamp to now.
setLastExploreNewDate(long) - クラス のメソッドnet.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
setLastFetched(long) - クラス のメソッドnet.i2p.addressbook.Subscription
 
setLastHeardAbout(long) - クラス のメソッドnet.i2p.router.peermanager.PeerProfile
Set when did we last hear about this peer, only if unset or newer Also sets FirstHeardAbout if earlier
setLastHeardFrom(long) - クラス のメソッドnet.i2p.router.peermanager.PeerProfile
 
setLastModified(String) - クラス のメソッドnet.i2p.addressbook.Subscription
Set the last-modified header.
setLastPingTime(long) - クラス のメソッドnet.i2p.router.transport.udp.PeerState
Note ping sent.
setLastReceiveTime(long) - クラス のメソッドnet.i2p.router.transport.udp.PeerState
when did we last receive a packet from them?
setLastSeen() - クラス のメソッドorg.klomp.snark.dht.NID
 
setLastSeen(long) - クラス のメソッドorg.klomp.snark.dht.Peer
 
setLastSendFailed(long) - クラス のメソッドnet.i2p.router.peermanager.PeerProfile
 
setLastSendId(long) - クラス のメソッドnet.i2p.client.streaming.impl.Connection
Set the packet Id that was sent to a peer.
setLastSendSuccessful(long) - クラス のメソッドnet.i2p.router.peermanager.PeerProfile
 
setLastSendTime(long) - クラス のメソッドnet.i2p.router.transport.udp.PeerState
when did we last send them a packet?
setLastSendTime(long) - クラス のメソッドnet.i2p.router.transport.udp.PeerTestState
 
setLastTested(boolean) - クラス のメソッドnet.i2p.router.transport.udp.PeerTestEvent
Set the last-tested timer to now
setLastUpdateTime(long) - クラス のメソッドorg.jrobin.core.Header
 
setLatencyMs(int) - クラス のメソッドnet.i2p.router.transport.TransportBid
 
setLayerKey(SessionKey) - クラス のメソッドnet.i2p.router.tunnel.HopConfig
 
setLazy(boolean) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Creates graph only if the current graph is out of date or not existent.
setLease(String) - クラス のメソッドnet.i2p.router.web.helpers.NetDbHelper
 
setLeaseSet(LeaseSet) - クラス のメソッドnet.i2p.client.impl.I2PSessionImpl
 
setLeaseSet(LeaseSet) - クラス のメソッドnet.i2p.data.i2cp.CreateLeaseSetMessage
 
setLeaseSetPrivateKey(String) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setLeaseSetSigningPrivateKey(String) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setLeaseTime(int) - クラス のメソッドorg.cybergarage.upnp.Device
 
setLeaseTime(int) - クラス のメソッドorg.cybergarage.upnp.ssdp.SSDPRequest
 
setLeaseTime(int) - クラス のメソッドorg.cybergarage.upnp.ssdp.SSDPResponse
 
setLeaseTime(int) - クラス のメソッドorg.cybergarage.upnp.xml.DeviceData
 
setLegendVisibility(double, double, boolean) - クラス のメソッドorg.jrobin.graph.HRule
 
setLegendVisibility(long, long, boolean) - クラス のメソッドorg.jrobin.graph.VRule
 
setLength(int) - クラス のメソッドnet.i2p.router.TunnelPoolSettings
How many remote hops should be in the tunnel NOT including us
setLength(long) - クラス のメソッドnet.metanotion.io.RAIFile
 
setLength(long) - インタフェース のメソッドnet.metanotion.io.RandomAccessInterface
 
setLength(long) - クラス のメソッドorg.jrobin.core.RrdBackend
Sets the number of bytes in the underlying RRD storage.
setLength(long) - クラス のメソッドorg.jrobin.core.RrdFileBackend
Sets length of the underlying RRD file.
setLength(long) - クラス のメソッドorg.jrobin.core.RrdJRobin14FileBackend
Sets length of the underlying RRD file.
setLength(long) - クラス のメソッドorg.jrobin.core.RrdMemoryBackend
Reserves a memory section as a RRD storage.
setLength(long) - クラス のメソッドorg.jrobin.core.RrdNioBackend
Sets length of the underlying RRD file.
setLength(long) - クラス のメソッドorg.jrobin.core.RrdNioByteBufferBackend
Sets length of the underlying RRD file.
setLengthOverride(int) - クラス のメソッドnet.i2p.router.TunnelPoolSettings
A temporary length to be used due to network conditions.
setLengthVariance(int) - クラス のメソッドnet.i2p.router.TunnelPoolSettings
 
setLevel(int) - クラス のstaticメソッドi2p.susi.debug.Debug
 
setLevel(int) - クラス のメソッドnet.i2p.util.ReusableGZIPOutputStream
 
setLevels(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigLoggingHandler
 
setLimit(int) - クラス のメソッドnet.i2p.router.web.NewsFeedHelper
 
setLimit(int) - クラス のメソッドnet.i2p.util.LogLimit
 
setLimit(long, boolean) - クラス のメソッドnet.i2p.sam.SAMv2StreamSession.SAMv2StreamSessionSocketReader
 
setLimitDay(int) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setLimitDay(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setLimitHour(int) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setLimitHour(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setLimitMinute(int) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setLimitMinute(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setLimits(Properties) - クラス のメソッドnet.i2p.util.LogManager
Update the existing limit overrides
setListener(I2CPMessageReader.I2CPMessageEventListener) - クラス のメソッドnet.i2p.data.i2cp.I2CPMessageReader
 
setListener(I2NPMessageReader.I2NPMessageEventListener) - クラス のメソッドnet.i2p.data.i2np.I2NPMessageReader
推奨されていません。
 
setListener(TransportEventListener) - インタフェース のメソッドnet.i2p.router.transport.Transport
Who to notify on message availability
setListener(TransportEventListener) - クラス のメソッドnet.i2p.router.transport.TransportImpl
Who to notify on message availability
setListenHosts(Set<String>) - クラス のメソッドnet.i2p.router.web.HostCheckHandler
Set the legal hosts.
setListenPort(int) - クラス のメソッドnet.i2p.router.transport.udp.UDPEndpoint
 
setLocalAddress(String) - クラス のメソッドorg.cybergarage.upnp.ssdp.HTTPUSocket
 
setLocalAddress(String) - クラス のメソッドorg.cybergarage.upnp.ssdp.SSDPPacket
 
setLocalAddress(String) - クラス のメソッドorg.cybergarage.upnp.ssdp.SSDPSearchRequest
 
setLocalPort(int) - インタフェース のメソッドnet.i2p.client.streaming.I2PSocketOptions
The local port.
setLocalPort(int) - クラス のメソッドnet.i2p.client.streaming.impl.I2PSocketOptionsImpl
The local port.
setLocalPort(int) - クラス のメソッドnet.i2p.client.streaming.impl.Packet
Must be called to change the port, not set by readPacket() as the port is out-of-band in the I2CP header.
setLocation(String) - クラス のメソッドorg.cybergarage.upnp.Device
 
setLocation(String) - クラス のメソッドorg.cybergarage.upnp.ssdp.SSDPRequest
 
setLocation(String) - クラス のメソッドorg.cybergarage.upnp.ssdp.SSDPResponse
 
setLocation(String) - クラス のメソッドorg.cybergarage.upnp.xml.DeviceData
 
setLockRetryPeriod(long) - クラス のstaticメソッドorg.jrobin.core.RrdSafeFileBackendFactory
Sets time between two consecutive file locking attempts.
setLockWaitTime(long) - クラス のstaticメソッドorg.jrobin.core.RrdSafeFileBackendFactory
Sets time this backend will wait for a file lock.
setLogarithmic(boolean) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets logarithmic y-axis scaling.
setLogCookies(boolean) - クラス のメソッドnet.i2p.jetty.I2PRequestLog
 
setLogdateformat(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigLoggingHandler
 
setLogDateFormat(String) - クラス のメソッドnet.i2p.jetty.I2PRequestLog
 
setLogfilename(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigLoggingHandler
 
setLogfilesize(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigLoggingHandler
 
setLogformat(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigLoggingHandler
 
setLogicalDisplay(Dimension, int) - クラス のメソッドorg.jrobin.graph.GifEncoder
 
setLogLatency(boolean) - クラス のメソッドnet.i2p.jetty.I2PRequestLog
 
setLogLocale(Locale) - クラス のメソッドnet.i2p.jetty.I2PRequestLog
 
setLogServer(boolean) - クラス のメソッドnet.i2p.jetty.I2PRequestLog
 
setLogTimeZone(String) - クラス のメソッドnet.i2p.jetty.I2PRequestLog
 
setLongHeader(String, long) - クラス のメソッドorg.cybergarage.http.HTTPPacket
 
setLoopCount(int) - クラス のメソッドorg.jrobin.graph.GifEncoder
 
setManufacture(String) - クラス のメソッドorg.cybergarage.upnp.Device
 
setManufactureURL(String) - クラス のメソッドorg.cybergarage.upnp.Device
 
setMarkedForDeletion(String) - クラス のメソッドi2p.susi.dns.AddressbookBean
 
setMaskPattern(int) - クラス のメソッドcom.google.zxing.qrcode.encoder.QRCode
 
setMatrix(ByteMatrix) - クラス のメソッドcom.google.zxing.qrcode.encoder.QRCode
 
setMaxBufferSize(int) - インタフェース のメソッドnet.i2p.client.streaming.I2PSocketOptions
How much data will we accept that hasn't been written out yet.
setMaxBufferSize(int) - クラス のメソッドnet.i2p.client.streaming.impl.I2PSocketOptionsImpl
How much data will we accept that hasn't been written out yet.
setMaxConnections(int) - クラス のメソッドorg.klomp.snark.I2PSnarkUtil
 
setMaximum(String) - クラス のメソッドorg.cybergarage.upnp.AllowedValueRange
 
setMaximumRequired(int) - クラス のメソッドnet.i2p.router.PeerSelectionCriteria
 
setMaxLines(String) - クラス のメソッドnet.i2p.router.web.ContentHelper
 
setMaxMessageSize(int) - クラス のメソッドnet.i2p.client.streaming.impl.ConnectionOptions
 
setMaxResends(int) - クラス のメソッドnet.i2p.client.streaming.impl.ConnectionOptions
 
setMaxStreams(int) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setMaxStreams(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setMaxUpBW(int) - クラス のメソッドorg.klomp.snark.I2PSnarkUtil
This updates ALL the session options (not just the bw) and tells the router
setMaxUploaders(int) - クラス のメソッドorg.klomp.snark.I2PSnarkUtil
 
setMaxValue(double) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Defines the value normally located at the upper border of the graph.
setMaxValue(double, boolean) - クラス のメソッドorg.jrobin.core.Datasource
Sets maximum allowed value for this datasource.
setMaxWindowSize(int) - クラス のメソッドnet.i2p.client.streaming.impl.ConnectionOptions
 
setMayDisconnect() - クラス のメソッドnet.i2p.router.transport.ntcp.NTCPConnection
Sets to true.
setMayDisconnect() - クラス のメソッドnet.i2p.router.transport.udp.PeerState
Sets to true.
setMessage(I2NPMessage) - クラス のメソッドnet.i2p.data.i2np.TunnelGatewayMessage
 
setMessage(I2NPMessage) - クラス のメソッドnet.i2p.router.networkdb.kademlia.FloodOnlyLookupMatchJob
 
setMessage(I2NPMessage) - クラス のメソッドnet.i2p.router.networkdb.kademlia.SearchUpdateReplyFoundJob
 
setMessage(I2NPMessage) - インタフェース のメソッドnet.i2p.router.ReplyJob
Called by InNetMessagePool when an I2NPMessage matching a MessageSelector registered with the OutboundMessageRegistry is received
setMessage(SummaryHelper.NetworkState, String) - クラス のメソッドnet.i2p.router.web.helpers.SummaryHelper.NetworkStateMessage
 
setMessageExpiration(long) - インタフェース のメソッドnet.i2p.data.i2np.I2NPMessage
 
setMessageExpiration(long) - クラス のメソッドnet.i2p.data.i2np.I2NPMessageImpl
The expiration is set to one minute from now in the constructor but it can be overridden here.
setMessageId(long) - クラス のメソッドnet.i2p.data.i2cp.MessageId
 
setMessageId(long) - クラス のメソッドnet.i2p.data.i2cp.MessagePayloadMessage
 
setMessageId(long) - クラス のメソッドnet.i2p.data.i2cp.MessageStatusMessage
This is the router's ID for the message
setMessageId(long) - クラス のメソッドnet.i2p.data.i2cp.ReceiveMessageBeginMessage
 
setMessageId(long) - クラス のメソッドnet.i2p.data.i2cp.ReceiveMessageEndMessage
 
setMessageId(long) - クラス のメソッドnet.i2p.data.i2np.DeliveryStatusMessage
 
setMessageId(MessageId) - クラス のメソッドnet.i2p.client.impl.MessageState
 
setMessageId(MessageId) - クラス のメソッドnet.i2p.data.i2cp.ReportAbuseMessage
 
setMessageType(int) - クラス のメソッドnet.i2p.router.transport.udp.UDPPacket
only for debugging and stats, does not go on the wire
setMetaInfo(MetaInfo) - クラス のメソッドorg.klomp.snark.MagnetState
Call this for a new magnet when the download is complete.
setMetaInfo(MetaInfo) - クラス のメソッドorg.klomp.snark.Peer
Switch from magnet mode to normal mode
setMetaInfo(MetaInfo) - クラス のメソッドorg.klomp.snark.PeerState
Switch from magnet mode to normal mode.
setMethod(String) - クラス のメソッドorg.cybergarage.http.HTTPRequest
 
setMimeType(String) - クラス のメソッドorg.cybergarage.upnp.Icon
 
setMinimum(String) - クラス のメソッドorg.cybergarage.upnp.AllowedValueRange
 
setMinimumPriority(int) - クラス のメソッドnet.i2p.util.Log
 
setMinimumRequired(int) - クラス のメソッドnet.i2p.router.PeerSelectionCriteria
 
setMinMaxValue(double, double, boolean) - クラス のメソッドorg.jrobin.core.Datasource
Sets min/max values allowed for this datasource.
setMinValue(double) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets the lower limit of a graph.
setMinValue(double, boolean) - クラス のメソッドorg.jrobin.core.Datasource
Sets minimum allowed value for this datasource.
setMode(Mode) - クラス のメソッドcom.google.zxing.qrcode.encoder.QRCode
 
setModelDescription(String) - クラス のメソッドorg.cybergarage.upnp.Device
 
setModelName(String) - クラス のメソッドorg.cybergarage.upnp.Device
 
setModelNumber(String) - クラス のメソッドorg.cybergarage.upnp.Device
 
setModelURL(String) - クラス のメソッドorg.cybergarage.upnp.Device
 
setMovingAction() - クラス のメソッドnet.i2p.router.web.helpers.ConfigSummaryHandler
 
setMsgid(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setMtu(String) - クラス のメソッドnet.i2p.router.web.helpers.NetDbHelper
 
setMulticastIPv4Address(String) - クラス のメソッドorg.cybergarage.upnp.Device
 
setMulticastIPv4Address(String) - クラス のメソッドorg.cybergarage.upnp.xml.DeviceData
 
setMulticastIPv6Address(String) - クラス のメソッドorg.cybergarage.upnp.Device
 
setMulticastIPv6Address(String) - クラス のメソッドorg.cybergarage.upnp.xml.DeviceData
 
setMultihome(boolean) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setMultihome(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setMYNAME(String) - クラス のメソッドorg.cybergarage.upnp.ssdp.SSDPResponse
 
setNacks(long[]) - クラス のメソッドnet.i2p.client.streaming.impl.Packet
 
setName(String) - インタフェース のメソッドnet.i2p.client.streaming.I2PSocketManager
For logging / diagnostics only
setName(String) - クラス のメソッドnet.i2p.client.streaming.impl.I2PSocketManagerFull
For logging / diagnostics only
setName(String) - クラス のメソッドnet.i2p.i2ptunnel.I2PTunnelTask
 
setName(String) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
Short name of the tunnel
setName(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
Short name of the tunnel
setName(String) - クラス のメソッドorg.cybergarage.http.HTTPHeader
 
setName(String) - クラス のメソッドorg.cybergarage.http.Parameter
 
setName(String) - クラス のメソッドorg.cybergarage.upnp.Action
 
setName(String) - クラス のメソッドorg.cybergarage.upnp.Argument
 
setName(String) - クラス のメソッドorg.cybergarage.upnp.event.Property
 
setName(String) - クラス のメソッドorg.cybergarage.upnp.StateVariable
 
setName(String) - クラス のメソッドorg.cybergarage.xml.Attribute
 
setName(String) - クラス のメソッドorg.cybergarage.xml.Node
 
setName(String, String) - クラス のメソッドorg.cybergarage.xml.Node
 
setNameSpace(String, String) - クラス のメソッドorg.cybergarage.xml.Node
 
setNanSteps(long) - クラス のメソッドorg.jrobin.core.ArcState
 
setNetDbReady() - クラス のメソッドnet.i2p.router.Router
Only for NetDB, after RIs are loaded.
setNew(boolean) - クラス のメソッドi2p.susi.webmail.Mail
 
setNewDest(int) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
Controls how ephemeral the I2P Destination of a client tunnel is.
setNewDest(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setNewlogclass(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigLoggingHandler
 
setNewloglevel(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigLoggingHandler
 
setNewMailListener(NewMailListener) - クラス のメソッドi2p.susi.webmail.pop3.POP3MailBox
Relay from the checker to the webmail session object, which relays to MailCache, which will fetch the mail from us in a big circle
setNews(String) - クラス のメソッドnet.i2p.router.web.CSSHelper
Show / hide news on home page
setNewsThroughProxy(String) - クラス のメソッドnet.i2p.router.web.ConfigUpdateHandler
 
setNewsURL(String) - クラス のメソッドnet.i2p.router.web.ConfigUpdateHandler
 
setNextCipherKey(SessionKey) - クラス のメソッドnet.i2p.router.transport.udp.PeerState
推奨されていません。
unused
setNextMACKey(SessionKey) - クラス のメソッドnet.i2p.router.transport.udp.PeerState
推奨されていません。
unused
setNextPage(int) - クラス のメソッドnet.metanotion.io.block.FreeListBlock
Set and write the next page only
setNextSendTime(long) - クラス のメソッドnet.i2p.client.streaming.impl.Connection
If the next send time is currently >= 0 (i.e.
setNextSendTime(long) - クラス のメソッドnet.i2p.router.transport.udp.OutboundMessageState
 
setNMPRMode(boolean) - クラス のメソッドorg.cybergarage.upnp.ControlPoint
 
setNMPRMode(boolean) - クラス のメソッドorg.cybergarage.upnp.Device
 
setNode(String) - クラス のメソッドorg.cybergarage.xml.Node
 
setNode(String, String) - クラス のメソッドorg.cybergarage.xml.Node
 
setNode(Node) - クラス のメソッドorg.cybergarage.upnp.xml.NodeData
 
setNofilter_config(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigAdvancedHandler
 
setNofilter_customOptions(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
what I2P session overrides should be used
setNofilter_description(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
one line description
setNofilter_oldConfig(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigAdvancedHandler
 
setNofilter_outproxyPassword(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setNofilter_proxyPassword(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setNoLegend(boolean) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Suppress generation of legend, only render the graph.
setNoMinorGrid(boolean) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Use this method to turn off minor grid lines (printed by default)
setNonce(long) - クラス のメソッドnet.i2p.data.i2cp.MessageStatusMessage
This is the client's ID for the message
setNonce(long) - クラス のメソッドnet.i2p.data.i2cp.SendMessageMessage
 
setNonce(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setNonce(String) - クラス のメソッドnet.i2p.router.web.FormHandler
 
setNotifyCount(int) - クラス のメソッドorg.cybergarage.upnp.event.Subscriber
 
setNow(long) - クラス のメソッドnet.i2p.util.Clock
 
setNow(long, int) - クラス のメソッドnet.i2p.router.RouterClock
 
setNow(long, int) - インタフェース のメソッドnet.i2p.time.Timestamper.UpdateListener
 
setNow(long, int) - クラス のメソッドnet.i2p.util.Clock
Warning - overridden in RouterClock
setNT(String) - クラス のメソッドorg.cybergarage.upnp.event.NotifyRequest
 
setNT(String) - クラス のメソッドorg.cybergarage.upnp.event.SubscriptionRequest
 
setNT(String) - クラス のメソッドorg.cybergarage.upnp.ssdp.SSDPRequest
 
setNtcpAutoIP(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigNetHandler
 
setNtcpAutoPort(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigNetHandler
 
setNtcphost(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigNetHandler
 
setNtcpport(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigNetHandler
 
setNTS(String) - クラス のメソッドorg.cybergarage.upnp.event.NotifyRequest
 
setNTS(String) - クラス のメソッドorg.cybergarage.upnp.ssdp.SSDPRequest
 
setOffset(int) - クラス のメソッドnet.i2p.data.ByteArray
 
setOffset(int) - クラス のメソッドnet.i2p.router.tunnel.PendingGatewayMessage
move the offset
setOffset(long) - クラス のメソッド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) - クラス のメソッドnet.i2p.router.RouterClock
Specify how far away from the "correct" time the computer is - a positive value means that the system time is slow, while a negative value means the system time is fast.
setOffset(long, boolean) - クラス のメソッドnet.i2p.util.Clock
Specify how far away from the "correct" time the computer is - a positive value means that the system time is slow, while a negative value means the system time is fast.
setOnFailedReplyJob(Job) - クラス のメソッドnet.i2p.router.OutNetMessage
 
setOnFailedSendJob(Job) - クラス のメソッドnet.i2p.router.OutNetMessage
 
setOnlyGraph(boolean) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Suppresses anything but the graph, works only for height < 64.
setOnReplyJob(ReplyJob) - クラス のメソッドnet.i2p.router.OutNetMessage
 
setOnSendJob(Job) - クラス のメソッドnet.i2p.router.OutNetMessage
 
setOOBInline(boolean) - クラス のメソッドnet.i2p.client.streaming.impl.StandardSocket
 
setOOBInline(boolean) - クラス のメソッドnet.i2p.util.InternalSocket
推奨されていません。
unsupported
setOpenTrackers(List<String>) - クラス のメソッドorg.klomp.snark.I2PSnarkUtil
 
setOption(SocketOption<T>, T) - クラス のメソッドnet.i2p.sam.SSLServerSocketChannel
requires Java 7
setOption(SocketOption<T>, T) - クラス のメソッドnet.i2p.sam.SSLSocketChannel
requires Java 7
setOptionalDelay(int) - クラス のメソッドnet.i2p.client.streaming.impl.Packet
Caller must also call setFlag(FLAG_DELAY_REQUESTED)
setOptionalFrom() - クラス のメソッドnet.i2p.client.streaming.impl.Packet
This sets the from field in the packet to the Destination for the session provided in the constructor.
setOptionalMaxSize(int) - クラス のメソッドnet.i2p.client.streaming.impl.Packet
This also sets flag FLAG_MAX_PACKET_SIZE_INCLUDED
setOptionalSignature(Signature) - クラス のメソッドnet.i2p.client.streaming.impl.Packet
This also sets flag FLAG_SIGNATURE_INCLUDED
setOptions(Properties) - クラス のメソッドnet.i2p.data.i2cp.SessionConfig
Configure the session with the given options; keys and values 255 bytes (not chars) max each Defaults in SessionConfig options are, in general, NOT honored.
setOptions(Properties) - クラス のメソッドnet.i2p.data.router.RouterAddress
推奨されていません。
unused, use 3-arg constructor
setOptions(Properties) - クラス のメソッドnet.i2p.data.router.RouterInfo
Configure a set of options or statistics that the router can expose.
setOptions(I2PSocketOptions) - インタフェース のメソッドnet.i2p.client.streaming.I2PSocket
Configure the socket
setOptions(I2PSocketOptions) - クラス のメソッドnet.i2p.client.streaming.impl.I2PSocketFull
 
setOptions(I2PSocketOptions) - クラス のメソッドnet.i2p.i2ptunnel.socks.SocketWrapper
Does nothing
setOptions(ConnectionOptions) - クラス のメソッドnet.i2p.client.streaming.impl.Connection
Set the ConnectionOptions.
setOutArgumentValues(ArgumentList) - クラス のメソッドorg.cybergarage.upnp.Action
 
setOutboundBurstBytes(int) - クラス のメソッドnet.i2p.router.transport.FIFOBandwidthLimiter
 
setOutboundBurstKBps(int) - クラス のメソッドnet.i2p.router.transport.FIFOBandwidthLimiter
 
setOutboundRandomKey(String) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setOutboundrate(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigNetHandler
 
setOutboundSettings(Hash, TunnelPoolSettings) - クラス のメソッドnet.i2p.router.dummy.DummyTunnelManagerFacade
 
setOutboundSettings(Hash, TunnelPoolSettings) - クラス のメソッドnet.i2p.router.tunnel.pool.TunnelPoolManager
 
setOutboundSettings(Hash, TunnelPoolSettings) - インタフェース のメソッドnet.i2p.router.TunnelManagerFacade
 
setOutboundSettings(TunnelPoolSettings) - クラス のメソッドnet.i2p.router.dummy.DummyTunnelManagerFacade
 
setOutboundSettings(TunnelPoolSettings) - クラス のメソッドnet.i2p.router.tunnel.pool.TunnelPoolManager
exploratory
setOutboundSettings(TunnelPoolSettings) - インタフェース のメソッドnet.i2p.router.TunnelManagerFacade
 
setOutboundUnlimited(boolean) - クラス のメソッドnet.i2p.router.transport.FIFOBandwidthLimiter
推奨されていません。
unused for now, we are always limited
setOutproxyAuth(boolean) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
Sets whether authentication is required for any of the configured outproxies.
setOutproxyAuth(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setOutproxyPassword(String) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setOutproxyUsername(String) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setOutproxyUsername(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setOutputStream(OutputStream) - クラス のメソッドnet.i2p.util.InternalSocket
 
setOverlayImage(String) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets overlay image - currently, only PNG images can be used as overlay.
setPadding(byte[]) - クラス のメソッドnet.i2p.data.KeysAndCert
 
setPage(String) - クラス のメソッドnet.i2p.router.web.ContentHelper
Caution, use absolute paths only, do not assume files are in CWD
setPageSize(int) - クラス のメソッドi2p.susi.util.Folder
Set page size.
setPairedTunnel(TunnelInfo) - クラス のメソッドnet.i2p.router.tunnel.pool.PooledTunnelCreatorConfig
推奨されていません。
Fix memory leaks caused by references if you need to use pairedTunnel
setParentNode(Node) - クラス のメソッドorg.cybergarage.xml.Node
 
setPatchSize(float) - クラス のメソッドcom.docuverse.identicon.NineBlockIdenticonRenderer2
Set the size in pixels at which each patch will be rendered before they are scaled down to requested identicon size.
setPath(String) - クラス のメソッドorg.jrobin.core.RrdDef
Sets path to RRD.
setPattern(String) - クラス のstaticメソッドorg.klomp.snark.web.Sorters
Sets static field, oh well
setPauseFlushes(boolean) - クラス のメソッドnet.i2p.router.MessageHistory
推奨されていません。
unused
setPayload(byte[]) - クラス のメソッドnet.i2p.data.Certificate
 
setPayload(ByteArray) - クラス のメソッドnet.i2p.client.streaming.impl.Packet
 
setPayload(MessageId, Payload) - クラス のメソッドnet.i2p.router.client.ClientConnectionRunner
Only call if _dontSendMSMOnReceive is false
setPayload(I2NPMessage) - クラス のメソッド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
setPayload(Payload) - クラス のメソッドnet.i2p.data.i2cp.MessagePayloadMessage
 
setPayload(Payload) - クラス のメソッドnet.i2p.data.i2cp.SendMessageMessage
 
setPeakThroughputKBps(float) - クラス のメソッドnet.i2p.router.peermanager.PeerProfile
 
setPeakTunnel1mThroughputKBps(float) - クラス のメソッドnet.i2p.router.peermanager.PeerProfile
 
setPeakTunnelThroughputKBps(float) - クラス のメソッドnet.i2p.router.peermanager.PeerProfile
 
setPeer(int, Hash) - クラス のメソッドnet.i2p.router.tunnel.TunnelCreatorConfig
 
setPeer(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigKeyringHandler
 
setPeer(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigPeerHandler
 
setPeer(String) - クラス のメソッドnet.i2p.router.web.helpers.StatHelper
Caller should strip HTML (XSS)
setPeerPublicValue(byte[]) - クラス のメソッドnet.i2p.router.transport.crypto.DHSessionKeyBuilder
 
setPeerPublicValue(BigInteger) - クラス のメソッドnet.i2p.router.transport.crypto.DHSessionKeyBuilder
Specify the value given by the peer for use in the session key negotiation
setPeers(Set<Hash>) - クラス のメソッドnet.i2p.data.router.RouterInfo
推奨されていません。
Implemented here but unused elsewhere
setPerformancePreferences(int, int, int) - クラス のメソッドnet.i2p.client.streaming.impl.StandardServerSocket
Does nothing.
setPerformancePreferences(int, int, int) - クラス のメソッドnet.i2p.client.streaming.impl.StandardSocket
Does nothing.
setPeriodCount(String) - クラス のメソッドnet.i2p.router.web.helpers.GraphHelper
 
setPerms() - クラス のメソッドnet.i2p.util.SecureDirectory
Tries to set the permissions to 700, ignores errors
setPerms() - クラス のメソッドnet.i2p.util.SecureFile
Tries to set the permissions to 600, ignores errors
setPerms(File) - クラス のstaticメソッドnet.i2p.util.SecureFileOutputStream
Tries to set the permissions to 600, ignores errors
setPersistent(String) - クラス のメソッドnet.i2p.router.web.helpers.GraphHelper
 
setPixelCount(int) - クラス のメソッドorg.jrobin.data.DataProcessor
Sets the number of pixels (target graph width).
setPoolUsed(boolean) - クラス のメソッドorg.jrobin.data.DataProcessor
Sets the RrdDbPool usage policy.
setPoolUsed(boolean) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets RrdDbPool usage policy (defaults to true).
setPort(int) - インタフェース のメソッドnet.i2p.client.streaming.I2PSocketOptions
The remote port.
setPort(int) - クラス のメソッドnet.i2p.client.streaming.impl.I2PSocketOptionsImpl
The remote port.
setPort(int) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
what port should this client/httpclient/ircclient listen on
setPort(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
what port should this client/httpclient/ircclient listen on
setPort(String) - クラス のメソッドnet.i2p.router.web.helpers.NetDbHelper
 
setPosition(Point) - クラス のメソッドorg.jrobin.graph.Gif89Frame
 
setPostBanTime(int) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setPostBanTime(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setPostCheckTime(int) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setPostCheckTime(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setPostMax(int) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
POST limits
setPostMax(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
POST limits
setPostTotalBanTime(int) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setPostTotalBanTime(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setPostTotalMax(int) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setPostTotalMax(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setPreferProxiedForAddress(boolean) - クラス のメソッドnet.i2p.jetty.I2PRequestLog
 
setPrefix(String) - クラス のstaticメソッドi2p.susi.util.Config
Static! Not for use by multiple applications!
setPreparedKey(Object) - クラス のメソッドnet.i2p.data.SessionKey
 
setPresentationListener(PresentationListener) - クラス のメソッドorg.cybergarage.upnp.Device
 
setPresentationURL(String) - クラス のメソッドorg.cybergarage.upnp.Device
 
setPriority(int) - クラス のメソッドnet.i2p.router.tunnel.TunnelCreatorConfig
Outbound message priority - for outbound tunnels only
setPriority(int) - クラス のメソッドorg.klomp.snark.Piece
 
setPriority(int, int) - クラス のメソッドorg.klomp.snark.Storage
Must call Snark.updatePiecePriorities() (which calls getPiecePriorities()) after calling this.
setPrivateKey(PrivateKey) - クラス のメソッドnet.i2p.data.i2cp.CreateLeaseSetMessage
 
setPrivKeyFile(String) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
What filename is this server tunnel's private keys stored in
setPrivKeyFile(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
What filename is this server tunnel's private keys stored in
setProfile(int) - クラス のメソッドnet.i2p.client.streaming.impl.ConnectionOptions
 
setProfile(String) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setProfile(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setProperties(Properties) - クラス のメソッドi2p.susi.dns.AddressBean
 
setProperties(Properties) - クラス のメソッドnet.i2p.client.streaming.impl.ConnectionOptions
Note: NOT part of the interface As of 0.9.19, defaults in opts are honored.
setProperties(Properties) - クラス のメソッドnet.i2p.client.streaming.impl.I2PSocketOptionsImpl
Sets max buffer size, connect timeout, read timeout, and write timeout from properties.
setProperty(String, String) - クラス のメソッドnet.i2p.apps.systray.ConfigFile
 
setProperty(String, String) - クラス のメソッドnet.i2p.router.RouterContext
推奨されていません。
Use Router.saveConfig()
setProperty(String, String) - クラス のメソッドnet.i2p.util.I2PProperties
 
setProtocolsAndCiphers(SSLServerSocket) - クラス のstaticメソッドnet.i2p.util.I2PSSLSocketFactory
Select protocols and cipher suites to be used based on configured inclusion and exclusion lists as well as enabled and supported protocols and cipher suites.
setProtocolsAndCiphers(SSLSocket) - クラス のstaticメソッドnet.i2p.util.I2PSSLSocketFactory
Select protocols and cipher suites to be used based on configured inclusion and exclusion lists as well as enabled and supported protocols and cipher suites.
setProxyAuth(String) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
Sets whether authentication should be used for client proxy tunnels.
setProxyAuth(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
all proxy auth @since 0.8.2
setProxyHost(String) - クラス のメソッドnet.i2p.router.web.ConfigUpdateHandler
 
setProxyList(String) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
what HTTP outproxies should be used (httpclient specific)
setProxyList(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
what HTTP outproxies should be used (httpclient specific)
setProxyPassword(String) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setProxyPort(String) - クラス のメソッドnet.i2p.router.web.ConfigUpdateHandler
 
setProxyUsername(String) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setProxyUsername(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setPublicKey(PublicKey) - クラス のメソッドnet.i2p.data.KeysAndCert
 
setPublished(long) - クラス のメソッドnet.i2p.data.router.RouterInfo
Date on which it was published, in milliseconds since Midnight GMT on Jan 01, 1970
setPurpose(int) - クラス のメソッドnet.i2p.router.PeerSelectionCriteria
 
setQuantity(int) - クラス のメソッドnet.i2p.router.TunnelPoolSettings
 
setQuery(String) - クラス のメソッドnet.i2p.router.web.helpers.SearchHelper
 
setQueryListener(QueryListener) - クラス のメソッドorg.cybergarage.upnp.Device
 
setQueryListener(QueryListener) - クラス のメソッドorg.cybergarage.upnp.Service
 
setQueryListener(QueryListener) - クラス のメソッドorg.cybergarage.upnp.StateVariable
 
setQueryListener(QueryListener) - クラス のメソッドorg.cybergarage.upnp.xml.StateVariableData
 
setQueryListener(QueryListener, boolean) - クラス のメソッドorg.cybergarage.upnp.Device
 
setQueryResponse(QueryResponse) - クラス のメソッドorg.cybergarage.upnp.xml.StateVariableData
 
setRange(int, int) - クラス のメソッドcom.google.zxing.common.BitArray
Sets a range of bits.
setRate(long, long[]) - クラス のstaticメソッドorg.klomp.snark.PeerCoordinator
 
setRateHistory(long, long) - クラス のメソッドorg.klomp.snark.Peer
Push the total uploaded/downloaded onto a RATE_DEPTH deep stack
setRateHistory(long, long) - クラス のメソッドorg.klomp.snark.PeerCoordinator
Push the total uploaded/downloaded onto a RATE_DEPTH deep stack
setRatesOnly(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigNetHandler
 
setRateStat(RateStat) - クラス のメソッドnet.i2p.stat.Rate
 
setRatingsEnabled(boolean) - クラス のメソッドorg.klomp.snark.I2PSnarkUtil
 
setReachabilityStatus(CommSystemFacade.Status, boolean) - クラス のメソッドnet.i2p.router.transport.udp.UDPTransport
 
setReachableBy(String) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
what interface should this client/httpclient/ircclient listen on
setReachableBy(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
what interface should this client/httpclient/ircclient listen on
setReadTimeout(int) - クラス のメソッドnet.i2p.client.streaming.impl.MessageInputStream
how long a read() call should block (if less than 0, block indefinitely, but if it is 0, do not block at all)
setReadTimeout(long) - インタフェース のメソッド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) - インタフェース のメソッドnet.i2p.client.streaming.I2PSocketOptions
What is the longest we'll block on the input stream while waiting for more data.
setReadTimeout(long) - クラス のメソッドnet.i2p.client.streaming.impl.I2PSocketFull
 
setReadTimeout(long) - クラス のメソッドnet.i2p.client.streaming.impl.I2PSocketOptionsImpl
What is the longest we'll block on the input stream while waiting for more data.
setReadTimeout(long) - クラス のメソッドnet.i2p.i2ptunnel.I2PTunnelClient
 
setReadTimeout(long) - クラス のメソッドnet.i2p.i2ptunnel.I2PTunnelServer
Set the read idle timeout for newly-created connections (in milliseconds).
setReadTimeout(long) - クラス のメソッドnet.i2p.i2ptunnel.socks.SocketWrapper
 
setReadTimeout(long) - クラス のメソッドnet.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPServerBase
Set the read idle timeout for newly-created connections (in milliseconds).
setReason(String) - クラス のメソッドnet.i2p.data.i2cp.AbuseReason
 
setReason(String) - クラス のメソッドnet.i2p.data.i2cp.DisconnectMessage
 
setReason(AbuseReason) - クラス のメソッドnet.i2p.data.i2cp.ReportAbuseMessage
 
setReasonPhrase(String) - クラス のメソッドorg.cybergarage.http.HTTPStatus
 
setReceiveAliceTime(long) - クラス のメソッドnet.i2p.router.transport.udp.PeerTestState
 
setReceiveBobTime(long) - クラス のメソッドnet.i2p.router.transport.udp.PeerTestState
 
setReceiveBufferSize(int) - クラス のメソッドnet.i2p.client.streaming.impl.StandardServerSocket
Does nothing.
setReceiveBufferSize(int) - クラス のメソッドnet.i2p.client.streaming.impl.StandardSocket
Does nothing.
setReceiveBufferSize(int) - クラス のメソッドnet.i2p.util.InternalServerSocket
推奨されていません。
unsupported
setReceiveBufferSize(int) - クラス のメソッドnet.i2p.util.InternalSocket
推奨されていません。
unsupported
setReceiveCharlieTime(long) - クラス のメソッドnet.i2p.router.transport.udp.PeerTestState
 
setReceivedAsPublished(boolean) - クラス のメソッドnet.i2p.data.LeaseSet
Default false
setReceivedAsReply() - クラス のメソッドnet.i2p.data.LeaseSet
set to true @since 0.7.14
setReceiveFrom(Hash) - クラス のメソッドnet.i2p.router.tunnel.HopConfig
 
setReceiveLimit(int, long, boolean) - クラス のメソッドnet.i2p.sam.SAMStreamSession
 
setReceiveLimit(int, long, boolean) - クラス のメソッドnet.i2p.sam.SAMv2StreamSession
Send bytes through a SAM STREAM session.
setReceiveStreamId(long) - クラス のメソッドnet.i2p.client.streaming.impl.Connection
 
setReceiveStreamId(long) - クラス のメソッドnet.i2p.client.streaming.impl.Packet
 
setReceiveTunnelId(byte[]) - クラス のメソッドnet.i2p.router.tunnel.HopConfig
 
setReceiveTunnelId(TunnelId) - クラス のメソッドnet.i2p.router.tunnel.HopConfig
 
setReceiveWindow(int) - クラス のメソッドnet.i2p.client.streaming.impl.ConnectionOptions
 
setRecheckReachability(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigNetHandler
 
setRecipient(RouterInfo) - クラス のメソッド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) - クラス のメソッドnet.i2p.router.message.GarlicConfig
Public key of the router to receive and process this clove.
setRecord(int, EncryptedBuildRecord) - クラス のメソッドnet.i2p.data.i2np.TunnelBuildMessageBase
 
setReduce(boolean) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setReduce(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setReduceCount(int) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setReduceCount(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setReduced() - クラス のメソッドnet.i2p.client.impl.I2PSessionImpl
 
setReduced() - クラス のメソッドnet.i2p.client.impl.SubSession
 
setReduceTime(int) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setReduceTime(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setRefresh(String) - クラス のメソッドnet.i2p.router.web.CSSHelper
change refresh and save it
setRefreshDelay(String) - クラス のメソッドnet.i2p.router.web.helpers.GraphHelper
 
setRefreshFrequency(String) - クラス のメソッドnet.i2p.router.web.ConfigUpdateHandler
 
setRegion(int, int, int, int) - クラス のメソッドcom.google.zxing.common.BitMatrix
Sets a square region of the bit matrix to true.
setRejectInproxy(boolean) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setRejectInproxy(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setRejectReferer(boolean) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setRejectReferer(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setRejectUserAgents(boolean) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setRejectUserAgents(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setRelatedStateVariableName(String) - クラス のメソッドorg.cybergarage.upnp.Argument
 
setReliability(SendMessageOptions.Reliability) - クラス のメソッドnet.i2p.client.SendMessageOptions
default Reliability.DEFAULT
setRemotePeer(Destination) - クラス のメソッドnet.i2p.client.streaming.impl.Connection
 
setRemotePeer(RouterIdentity) - クラス のメソッドnet.i2p.router.transport.ntcp.NTCPConnection
 
setRemotePort(int) - クラス のメソッドnet.i2p.client.streaming.impl.Packet
Must be called to change the port, not set by readPacket() as the port is out-of-band in the I2CP header.
setRemoveConfirm(String) - クラス のメソッド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) - クラス のメソッドorg.cybergarage.upnp.event.SubscriptionRequest
 
setRenewSubscriber(RenewSubscriber) - クラス のメソッドorg.cybergarage.upnp.ControlPoint
 
setReplyGateway(Hash) - クラス のメソッドnet.i2p.data.i2np.DatabaseStoreMessage
 
setReplyIV(byte[]) - クラス のメソッドnet.i2p.router.tunnel.HopConfig
IV used to encrypt the reply sent for the new tunnel creation crypto
setReplyKey(SessionKey) - クラス のメソッドnet.i2p.router.tunnel.HopConfig
 
setReplyMessageId(long) - クラス のメソッドnet.i2p.router.tunnel.TunnelCreatorConfig
 
setReplyOrder(List<Integer>) - クラス のメソッドnet.i2p.router.tunnel.TunnelCreatorConfig
 
setReplySelector(MessageSelector) - クラス のメソッドnet.i2p.router.OutNetMessage
 
setReplySession(SessionKey, SessionTag) - クラス のメソッドnet.i2p.data.i2np.DatabaseLookupMessage
Only worthwhile if sending reply via tunnel
setReplyToken(long) - クラス のメソッドnet.i2p.data.i2np.DatabaseStoreMessage
Update the reply token.
setReplyTunnel(TunnelId) - クラス のメソッドnet.i2p.data.i2np.DatabaseLookupMessage
 
setReplyTunnel(TunnelId) - クラス のメソッドnet.i2p.data.i2np.DatabaseStoreMessage
 
setReqArgs(ArgumentList) - クラス のメソッドorg.cybergarage.upnp.ArgumentList
Set all the Argument which are Input Argoument to the given value in the argument list
setRequest(Action, ArgumentList) - クラス のメソッドorg.cybergarage.upnp.control.ActionRequest
 
setRequest(Subscriber, String, String) - クラス のメソッドorg.cybergarage.upnp.event.NotifyRequest
 
setRequest(StateVariable) - クラス のメソッドorg.cybergarage.upnp.control.QueryRequest
 
setRequested(Peer, boolean) - クラス のメソッドorg.klomp.snark.Piece
Since 0.8.3, keep track of who is requesting here, to avoid deadlocks from querying each peer.
setRequestHost(String) - クラス のメソッドorg.cybergarage.http.HTTPRequest
 
setRequestHost(Service) - クラス のメソッドorg.cybergarage.upnp.control.ControlRequest
 
setRequestPort(int) - クラス のメソッドorg.cybergarage.http.HTTPRequest
 
setRequestURI(String) - クラス のメソッドnet.i2p.router.web.helpers.SummaryHelper
 
setRequestWrapper(RequestWrapper) - クラス のメソッドnet.i2p.router.web.FormHandler
Only set by formhandler.jsi for multipart/form-data
setRequireFullySigned(boolean) - クラス のメソッドnet.i2p.client.streaming.impl.ConnectionOptions
unused, see above
setRequireIntroductions(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigNetHandler
 
setResArgs(ArgumentList) - クラス のメソッドorg.cybergarage.upnp.ArgumentList
Set all the Argument which are Output Argoument to the given value in the argument list
setReseedNonce(String) - クラス のメソッドnet.i2p.router.web.helpers.ReseedHandler
 
setResendDelay(int) - クラス のメソッドnet.i2p.client.streaming.impl.ConnectionOptions
 
setResendDelay(int) - クラス のメソッドnet.i2p.client.streaming.impl.Packet
Unused.
setResendPacketEvent(SimpleTimer2.TimedEvent) - クラス のメソッドnet.i2p.client.streaming.impl.PacketLocal
 
setResetDeletionMarks(String) - クラス のメソッドi2p.susi.dns.AddressbookBean
 
setResourceBase(File) - クラス のメソッドorg.klomp.snark.web.BasicServlet
Files are served from here
setResponse(int) - クラス のメソッドorg.cybergarage.upnp.event.SubscriptionResponse
 
setResponse(Action) - クラス のメソッドorg.cybergarage.upnp.control.ActionResponse
 
setResponse(StateVariable) - クラス のメソッドorg.cybergarage.upnp.control.QueryResponse
 
setRetainDays(int) - クラス のメソッドnet.i2p.jetty.I2PRequestLog
 
setReuseAddress(boolean) - クラス のメソッドnet.i2p.client.streaming.impl.StandardServerSocket
Does nothing.
setReuseAddress(boolean) - クラス のメソッドnet.i2p.client.streaming.impl.StandardSocket
Does nothing.
setReuseAddress(boolean) - クラス のメソッドnet.i2p.util.InternalServerSocket
推奨されていません。
unsupported
setReuseAddress(boolean) - クラス のメソッドnet.i2p.util.InternalSocket
推奨されていません。
unsupported
setReused() - クラス のメソッドnet.i2p.router.tunnel.TunnelCreatorConfig
Note that we reused this tunnel
setReused() - インタフェース のメソッドnet.i2p.router.TunnelInfo
Note that we reused this tunnel
setRigid(boolean) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets rigid boundaries mode.
setRootNode(Node) - クラス のメソッドorg.cybergarage.upnp.Device
 
setRouter(String) - クラス のメソッドnet.i2p.router.web.helpers.NetDbHelper
 
setRouter(Hash) - クラス のメソッドnet.i2p.data.i2np.DeliveryInstructions
required for ROUTER or TUNNEL
setRouterInfo(RouterInfo) - クラス のメソッドnet.i2p.router.Router
Caller must ensure info is valid - no validation done here.
setRow(int, BitArray) - クラス のメソッドcom.google.zxing.common.BitMatrix
 
setRows(int) - クラス のメソッドorg.jrobin.core.ArcDef
 
setSave(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigNetHandler
 
setSavedCommentsEnabled(Snark, boolean) - クラス のメソッドorg.klomp.snark.SnarkManager
Set setting for comments enabled in the config file.
setSCPDNode(Node) - クラス のメソッドorg.cybergarage.upnp.xml.ServiceData
 
setSCPDURL(String) - クラス のメソッドorg.cybergarage.upnp.Service
 
setSearch(String) - クラス のメソッドi2p.susi.dns.AddressbookBean
 
setSearchKey(Hash) - クラス のメソッドnet.i2p.data.i2np.DatabaseLookupMessage
 
setSearchKey(Hash) - クラス のメソッドnet.i2p.data.i2np.DatabaseSearchReplyMessage
 
setSearchMx(int) - クラス のメソッドorg.cybergarage.upnp.ControlPoint
 
setSearchType(DatabaseLookupMessage.Type) - クラス のメソッドnet.i2p.data.i2np.DatabaseLookupMessage
Defines the type of data being searched for.
setSeed(boolean) - クラス のメソッドorg.klomp.snark.dht.Peer
 
setSeed(byte[]) - クラス のメソッドnet.i2p.util.FortunaRandomSource
 
setSendAckDelay(int) - クラス のメソッドnet.i2p.client.streaming.impl.ConnectionOptions
Unused except here, so expect the default initial delay of 2000 ms unless set by the user to remain constant.
setSendBufferSize(int) - クラス のメソッドnet.i2p.client.streaming.impl.StandardSocket
Does nothing.
setSendBufferSize(int) - クラス のメソッドnet.i2p.util.InternalSocket
推奨されていません。
unsupported
setSendEvents(boolean) - クラス のメソッドorg.cybergarage.upnp.StateVariable
 
setSendLeaseSet(boolean) - クラス のメソッドnet.i2p.client.SendMessageOptions
default true
setSendStreamId(long) - クラス のメソッドnet.i2p.client.streaming.impl.Connection
 
setSendStreamId(long) - クラス のメソッドnet.i2p.client.streaming.impl.Packet
 
setSendTo(Hash) - クラス のメソッドnet.i2p.router.tunnel.HopConfig
 
setSendTunnelId(byte[]) - クラス のメソッドnet.i2p.router.tunnel.HopConfig
 
setSentRelayTag(long) - クラス のメソッドnet.i2p.router.transport.udp.InboundEstablishState
 
setSEQ(long) - クラス のメソッドorg.cybergarage.upnp.event.NotifyRequest
 
setSeqNum(long) - クラス のメソッドnet.i2p.router.OutNetMessage
For CDPQ
setSeqNum(long) - クラス のメソッドnet.i2p.router.transport.udp.OutboundMessageState
For CDPQ
setSeqNum(long) - クラス のメソッドnet.i2p.router.tunnel.OutboundGatewayMessage
For CDPQ
setSeqNum(long) - インタフェース のメソッドnet.i2p.router.util.PQEntry
To be set by the queue
setSequenceNum(long) - クラス のメソッドnet.i2p.client.streaming.impl.Packet
 
setSerial(String) - クラス のメソッドi2p.susi.dns.BaseBean
 
setSerialNumber(String) - クラス のメソッドorg.cybergarage.upnp.Device
 
setServer(String) - クラス のメソッドorg.cybergarage.http.HTTPPacket
 
setService(Service) - クラス のメソッドorg.cybergarage.upnp.Action
 
setService(Service) - クラス のメソッドorg.cybergarage.upnp.Argument
 
setServiceID(String) - クラス のメソッドorg.cybergarage.upnp.Service
 
setServiceNode(Node) - クラス のメソッドorg.cybergarage.upnp.StateVariable
 
setServiceType(String) - クラス のメソッドorg.cybergarage.upnp.Service
 
setSession(SAMv3DatagramSession) - クラス のメソッドnet.i2p.sam.SAMv3Handler
For subsessions created by MasterSession
setSession(SAMv3RawSession) - クラス のメソッドnet.i2p.sam.SAMv3Handler
For subsessions created by MasterSession
setSession(SAMv3StreamSession) - クラス のメソッドnet.i2p.sam.SAMv3Handler
For subsessions created by MasterSession
setSessionConfig(SessionConfig) - クラス のメソッドnet.i2p.data.i2cp.CreateSessionMessage
 
setSessionConfig(SessionConfig) - クラス のメソッドnet.i2p.data.i2cp.ReconfigureSessionMessage
 
setSessionId(int) - クラス のメソッドnet.i2p.data.i2cp.SessionId
 
setSessionId(long) - クラス のメソッドnet.i2p.data.i2cp.MessagePayloadMessage
 
setSessionId(long) - クラス のメソッドnet.i2p.data.i2cp.MessageStatusMessage
 
setSessionId(long) - クラス のメソッドnet.i2p.data.i2cp.ReceiveMessageBeginMessage
 
setSessionId(long) - クラス のメソッドnet.i2p.data.i2cp.ReceiveMessageEndMessage
 
setSessionId(Hash, SessionId) - クラス のメソッドnet.i2p.router.client.ClientConnectionRunner
To be called only by ClientManager.
setSessionId(SessionId) - クラス のメソッドnet.i2p.client.impl.I2PSessionImpl
 
setSessionId(SessionId) - クラス のメソッドnet.i2p.data.i2cp.CreateLeaseSetMessage
 
setSessionId(SessionId) - クラス のメソッドnet.i2p.data.i2cp.DestroySessionMessage
 
setSessionId(SessionId) - クラス のメソッドnet.i2p.data.i2cp.ReconfigureSessionMessage
 
setSessionId(SessionId) - クラス のメソッドnet.i2p.data.i2cp.ReportAbuseMessage
 
setSessionId(SessionId) - クラス のメソッドnet.i2p.data.i2cp.RequestLeaseSetMessage
 
setSessionId(SessionId) - クラス のメソッドnet.i2p.data.i2cp.RequestVariableLeaseSetMessage
 
setSessionId(SessionId) - クラス のメソッドnet.i2p.data.i2cp.SendMessageMessage
 
setSessionId(SessionId) - クラス のメソッドnet.i2p.data.i2cp.SessionStatusMessage
 
setSessionListener(I2PSessionListener) - インタフェース のメソッドnet.i2p.client.I2PSession
Instruct the I2PSession where it should send event notifications WARNING: It is recommended that you use a method that specifies the protocol and ports.
setSessionListener(I2PSessionListener) - クラス のメソッドnet.i2p.client.impl.I2PSessionImpl
configure the listener
setSessionListener(I2PSessionListener) - クラス のメソッドnet.i2p.client.impl.I2PSessionMuxedImpl
listen on all protocols and ports
setSettings(Map) - クラス のメソッドnet.i2p.router.web.FormHandler
For many forms, it's easiest just to put all the parameters here.
setSettings(TunnelPoolSettings) - クラス のメソッドnet.i2p.router.tunnel.pool.TunnelPool
 
setSeverity(int) - クラス のメソッドnet.i2p.data.i2cp.AbuseSeverity
 
setSeverity(AbuseSeverity) - クラス のメソッドnet.i2p.data.i2cp.ReportAbuseMessage
 
setShared(boolean) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setShared(boolean) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setShared(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setSharePercentage(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigNetHandler
 
setShouldsave(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigAdvancedHandler
 
setShouldsave(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigLoggingHandler
 
setShouldsave(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigTunnelsHandler
 
setShouldsave(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigUIHandler
 
setShowEvents(String) - クラス のメソッドnet.i2p.router.web.helpers.GraphHelper
 
setShowSignature(boolean) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Shows or hides graph signature (gator) in the top right corner of the graph
setShutdownStatus() - インタフェース のメソッドnet.i2p.router.RouterThrottle
 
setShutdownStatus() - クラス のメソッドnet.i2p.router.RouterThrottleImpl
 
setSID(String) - クラス のメソッドorg.cybergarage.upnp.event.NotifyRequest
 
setSID(String) - クラス のメソッドorg.cybergarage.upnp.event.Subscriber
 
setSID(String) - クラス のメソッドorg.cybergarage.upnp.event.SubscriptionRequest
 
setSID(String) - クラス のメソッドorg.cybergarage.upnp.event.SubscriptionResponse
 
setSID(String) - クラス のメソッドorg.cybergarage.upnp.Service
 
setSID(String) - クラス のメソッドorg.cybergarage.upnp.xml.ServiceData
 
setSignature(String) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets the signature string that runs along the right-side of the graph.
setSignature(Signature) - クラス のメソッドnet.i2p.data.DatabaseEntry
Configure the proof that the entity stands behind the info here
setSignature(Signature) - クラス のメソッドnet.i2p.data.i2cp.SessionConfig
 
setSignedCert(PrivateKeyFile) - クラス のメソッドnet.i2p.data.PrivateKeyFile
sign this dest by dest found in pkf2 - caller must also call write()
setSigner(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setSigningKey(SigningPublicKey) - クラス のメソッドnet.i2p.data.LeaseSet
The revocation key.
setSigningPrivateKey(SigningPrivateKey) - クラス のメソッドnet.i2p.data.i2cp.CreateLeaseSetMessage
 
setSigningPublicKey(SigningPublicKey) - クラス のメソッドnet.i2p.data.KeysAndCert
 
setSigType(String) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setSigType(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setSink(Sink) - クラス のメソッドnet.i2p.i2ptunnel.socks.MultiSink
Don't use this - put sinks in the cache
setSink(Sink) - クラス のメソッドnet.i2p.i2ptunnel.socks.ReplyTracker
 
setSink(Sink) - クラス のメソッドnet.i2p.i2ptunnel.socks.SOCKSUDPPort
 
setSink(Sink) - クラス のメソッドnet.i2p.i2ptunnel.socks.SOCKSUDPUnwrapper
 
setSink(Sink) - クラス のメソッドnet.i2p.i2ptunnel.socks.SOCKSUDPWrapper
 
setSink(Sink) - クラス のメソッドnet.i2p.i2ptunnel.streamr.MultiSource
 
setSink(Sink) - クラス のメソッドnet.i2p.i2ptunnel.streamr.Pinger
 
setSink(Sink) - クラス のメソッドnet.i2p.i2ptunnel.udp.I2PSource
 
setSink(Sink) - インタフェース のメソッドnet.i2p.i2ptunnel.udp.Source
 
setSink(Sink) - クラス のメソッドnet.i2p.i2ptunnel.udp.UDPSource
 
setSink(Sink) - クラス のメソッド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) - クラス のメソッドnet.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPServerBase
Source Methods Sets the receiver of the UDP datagrams from I2P Subclass must call this after constructor and before start()
setSize(int) - クラス のメソッドi2p.susi.webmail.Mail
 
setSize(long) - クラス のメソッドnet.i2p.data.i2cp.MessageStatusMessage
 
setSlowStartGrowthRateFactor(int) - クラス のメソッドnet.i2p.client.streaming.impl.ConnectionOptions
 
setSmallFont(Font) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets default font for graphing.
setSOAPAction(String) - クラス のメソッドorg.cybergarage.soap.SOAPRequest
 
setSocket(Socket) - クラス のメソッドnet.i2p.util.SocketTimeout
 
setSocket(I2PSocketFull) - クラス のメソッドnet.i2p.client.streaming.impl.Connection
 
setSocket(HTTPSocket) - クラス のメソッドorg.cybergarage.http.HTTPRequest
 
setSocketErrorListener(I2PSocket.SocketErrorListener) - インタフェース のメソッドnet.i2p.client.streaming.I2PSocket
Deprecated, unimplemented, does nothing
setSocketErrorListener(I2PSocket.SocketErrorListener) - クラス のメソッドnet.i2p.client.streaming.impl.I2PSocketFull
Deprecated, unimplemented, does nothing
setSocketErrorListener(I2PSocket.SocketErrorListener) - クラス のメソッドnet.i2p.i2ptunnel.socks.SocketWrapper
Deprecated, unimplemented, does nothing
setSoLinger(boolean, int) - クラス のメソッドnet.i2p.client.streaming.impl.StandardSocket
Does nothing.
setSoLinger(boolean, int) - クラス のメソッドnet.i2p.util.InternalSocket
Does nothing as of 0.9.33, prior to that threw UnsupportedOperationException
setSort(String) - クラス のメソッドnet.i2p.router.web.helpers.PeerHelper
 
setSortBy(String, Folder.SortOrder) - クラス のメソッドi2p.susi.util.Folder
Activates sorting by the choosen Comparator.
setSoTimeout(int) - クラス のメソッドnet.i2p.client.streaming.impl.StandardServerSocket
 
setSoTimeout(int) - クラス のメソッドnet.i2p.client.streaming.impl.StandardSocket
 
setSoTimeout(int) - クラス のメソッドnet.i2p.util.InternalServerSocket
warning - unsupported
setSoTimeout(int) - クラス のメソッドnet.i2p.util.InternalSocket
warning - unsupported
setSoTimeout(long) - インタフェース のメソッドnet.i2p.client.streaming.I2PServerSocket
Set Sock Option accept timeout
setSoTimeout(long) - クラス のメソッドnet.i2p.client.streaming.impl.ConnectionManager
Set the socket accept() timeout.
setSoTimeout(long) - クラス のメソッドnet.i2p.client.streaming.impl.I2PServerSocketFull
 
setSpeed(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigPeerHandler
 
setSpeedBonus(int) - クラス のメソッドnet.i2p.router.peermanager.PeerProfile
 
setSpoofedHost(String) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
What host does this http server tunnel spoof
setSpoofedHost(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
What host does this http server tunnel spoof
setSSDPBindAddress(InetAddress[]) - クラス のメソッドorg.cybergarage.upnp.Device
 
setSSDPBindAddress(InetAddress[]) - クラス のメソッドorg.cybergarage.upnp.xml.DeviceData
 
setSSDPPacket(SSDPPacket) - クラス のメソッドorg.cybergarage.upnp.Device
 
setSSDPPacket(SSDPPacket) - クラス のメソッドorg.cybergarage.upnp.xml.DeviceData
 
setSSDPPort(int) - クラス のメソッドorg.cybergarage.upnp.ControlPoint
 
setSSDPPort(int) - クラス のメソッドorg.cybergarage.upnp.Device
 
setSSDPPort(int) - クラス のメソッドorg.cybergarage.upnp.xml.DeviceData
 
setSslProxies(String) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setSslProxies(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setSsucaps(String) - クラス のメソッドnet.i2p.router.web.helpers.NetDbHelper
 
setST(String) - クラス のメソッドorg.cybergarage.upnp.ssdp.SSDPResponse
 
setStart(int) - クラス のメソッドnet.i2p.router.web.NewsFeedHelper
 
setStartAfter(long) - クラス のメソッドnet.i2p.router.JobTiming
WARNING - this does not force a resort of the job queue any more...
setStartAtBeginning(String) - クラス のメソッドnet.i2p.router.web.ContentHelper
 
setStarting() - クラス のメソッドorg.klomp.snark.Snark
Set startup in progress.
setStartOnLoad(boolean) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
If called with any value, we want this tunnel to start whenever it is loaded (aka right now and whenever the router is started up)
setStartOnLoad(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
If called with any value, we want this tunnel to start whenever it is loaded (aka right now and whenever the router is started up)
setStartTime(long) - クラス のメソッドorg.jrobin.core.RrdDef
Sets RRD's starting timestamp.
setStartTime(long) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets the time when the graph should begin.
setStartTime(Calendar) - クラス のメソッドorg.jrobin.core.RrdDef
Sets RRD's starting timestamp.
setStartTime(Date) - クラス のメソッドorg.jrobin.core.RrdDef
Sets RRD's starting timestamp.
setStartupDelay(int) - クラス のメソッドorg.klomp.snark.I2PSnarkUtil
 
setStat(String) - クラス のメソッドnet.i2p.router.web.helpers.GraphHelper
For single stat page
setStatList(String[]) - クラス のメソッドnet.i2p.router.web.helpers.ConfigStatsHandler
 
setStatLog(StatLog) - クラス のメソッドnet.i2p.stat.RateStat
 
setStatLog(StatLog) - クラス のメソッドnet.i2p.stat.StatManager
 
setStatus(int) - クラス のメソッドnet.i2p.data.i2cp.MessageStatusMessage
 
setStatus(int) - クラス のメソッドnet.i2p.data.i2cp.SessionStatusMessage
 
setStatus(int) - クラス のメソッドorg.cybergarage.upnp.Action
 
setStatus(int) - クラス のメソッドorg.cybergarage.upnp.StateVariable
 
setStatus(int, String) - クラス のメソッドorg.cybergarage.upnp.Action
 
setStatus(int, String) - クラス のメソッドorg.cybergarage.upnp.StateVariable
 
setStatus(String) - クラス のメソッドnet.i2p.router.networkdb.reseed.ReseedChecker
Status from current reseed attempt
setStatusCode(int) - クラス のメソッドorg.cybergarage.http.HTTPResponse
 
setStatusCode(int) - クラス のメソッドorg.cybergarage.http.HTTPStatus
 
setStep(long) - クラス のメソッドorg.jrobin.core.RrdDef
Sets RRD's time step.
setStep(long) - クラス のメソッドorg.jrobin.data.DataProcessor
Roughly corresponds to the --step option in RRDTool's graph/xport commands.
setStep(long) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Suggests which time step should be used by JRobin while processing data from RRD files.
setStep(String) - クラス のメソッドorg.cybergarage.upnp.AllowedValueRange
 
setStorage(Storage) - クラス のメソッドorg.klomp.snark.PeerCoordinator
Sets the storage after transition out of magnet mode Snark calls this after we call gotMetaInfo()
setStringHeader(String, String) - クラス のメソッドorg.cybergarage.http.HTTPPacket
 
setStringHeader(String, String, String, String) - クラス のメソッドorg.cybergarage.http.HTTPPacket
 
setSubscribeRequest(Service, String, long) - クラス のメソッドorg.cybergarage.upnp.event.SubscriptionRequest
 
setSubscriptionTime(long) - クラス のメソッドorg.cybergarage.upnp.event.Subscriber
 
setSummaryListener(RateSummaryListener) - クラス のメソッドnet.i2p.stat.Rate
 
setSybil(String) - クラス のメソッドnet.i2p.router.web.helpers.NetDbHelper
 
setSybil2(String) - クラス のメソッドnet.i2p.router.web.helpers.NetDbHelper
For form, same as above but with a length check
setSyncPeriod(int) - クラス のstaticメソッドorg.jrobin.core.RrdNioBackendFactory
Sets time between consecutive background synchronizations.
setSyncPeriod(int) - クラス のメソッドorg.jrobin.core.SyncManager
 
setTagsSent(Set<SessionTag>) - クラス のメソッドnet.i2p.client.streaming.impl.PacketLocal
推奨されていません。
I2PSession throws out the tags
setTagsToSend(int) - クラス のメソッドnet.i2p.client.SendMessageOptions
If we are low on tags, send this many.
setTagThreshold(int) - クラス のメソッドnet.i2p.client.SendMessageOptions
Low tag threshold.
setTargetDestination(String) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
What peer does this client tunnel point at
setTargetDestination(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
What peer does this client tunnel point at
setTargetHost(String) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
What host does this server tunnel point at
setTargetHost(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
What host does this server tunnel point at
setTargetPort(int) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
What port does this server tunnel point at
setTargetPort(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
What port does this server tunnel point at
setTcpNoDelay(boolean) - クラス のメソッドnet.i2p.client.streaming.impl.StandardSocket
Does nothing.
setTcpNoDelay(boolean) - クラス のメソッドnet.i2p.util.InternalSocket
推奨されていません。
unsupported
setTcpPort(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigNetHandler
 
setTestJob(TestJob) - クラス のメソッドnet.i2p.router.tunnel.pool.PooledTunnelCreatorConfig
推奨されていません。
unused, which makes _testJob unused - why is it here
setTheme(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigUIHandler
 
setTheyRelayToUsAs(long) - クラス のメソッド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) - クラス のメソッドorg.cybergarage.util.ThreadCore
 
setTime(long) - クラス のメソッドorg.jrobin.core.Sample
Sets sample timestamp.
setTimeAxis(int, int, int, int, int, int, int, String) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Configures x-axis grid and labels.
setTimeout(int) - クラス のメソッドorg.cybergarage.http.HTTPServer
Set the current socket timeout
setTimeout(long) - クラス のメソッドorg.cybergarage.upnp.event.SubscriptionRequest
 
setTimeout(long) - クラス のメソッドorg.cybergarage.upnp.event.SubscriptionResponse
 
setTimeout(long) - クラス のメソッドorg.cybergarage.upnp.Service
 
setTimeout(long) - クラス のメソッドorg.cybergarage.upnp.xml.ServiceData
 
setTimeOut(long) - クラス のメソッドorg.cybergarage.upnp.event.Subscriber
 
setTimeoutCommand(Runnable) - クラス のメソッドnet.i2p.util.SocketTimeout
 
setTimeSpan(long[]) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets starting and ending time for the for the graph.
setTimeSpan(long, long) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets starting and ending time for the for the graph.
setTimeStamp(long) - クラス のメソッドorg.cybergarage.upnp.ssdp.SSDPPacket
 
setTimestamps(long[]) - クラス のメソッドorg.jrobin.core.FetchData
 
setTimestamps(long[]) - クラス のメソッドorg.jrobin.data.PercentileDef
 
setTimestamps(long[]) - クラス のメソッドorg.jrobin.data.Source
 
setTimeToLive(int) - クラス のstaticメソッドorg.cybergarage.upnp.UPnP
 
setTitle(String) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Defines a title to be written into the graph.
setTotalCommentsSent(int) - クラス のメソッドorg.klomp.snark.Peer
 
setTotalDay(int) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setTotalDay(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setTotalEventCount(long) - クラス のメソッドnet.i2p.stat.RateAverages
 
setTotalHour(int) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setTotalHour(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setTotalMinute(int) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setTotalMinute(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setTotalTimeoutPeriod(long) - クラス のメソッドnet.i2p.util.SocketTimeout
 
setTotalValues(double) - クラス のメソッドnet.i2p.stat.RateAverages
 
setTrackerProblems(String) - クラス のメソッドorg.klomp.snark.Snark
 
setTrackerSeenPeers(int) - クラス のメソッドorg.klomp.snark.Snark
 
setTrafficClass(int) - クラス のメソッドnet.i2p.client.streaming.impl.StandardSocket
Does nothing.
setTrafficClass(int) - クラス のメソッドnet.i2p.util.InternalSocket
推奨されていません。
unsupported
setTransferEncoding(String) - クラス のメソッドorg.cybergarage.http.HTTPPacket
 
setTransparent(int) - クラス のメソッドorg.jrobin.graph.GifColorTable
 
setTransparentIndex(int) - クラス のメソッドorg.jrobin.graph.GifEncoder
 
setTransport(Transport) - クラス のメソッドnet.i2p.router.transport.TransportBid
 
setTransportStyle(String) - クラス のメソッドnet.i2p.data.router.RouterAddress
推奨されていません。
unused, use 3-arg constructor
setTrClass(int) - クラス のメソッドi2p.susi.dns.AddressbookBean
 
setTrustedKeys(String) - クラス のメソッドnet.i2p.router.web.ConfigUpdateHandler
 
setTunnel(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setTunnel(I2PTunnel) - クラス のメソッドnet.i2p.i2ptunnel.I2PTunnelTask
for apps that use multiple I2PTunnel instances
setTunnelBackupQuantity(int) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
how many tunnels to hold in reserve to guard against failures In or both in/out
setTunnelBackupQuantity(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
how many tunnels to hold in reserve to guard against failures In or both in/out
setTunnelBackupQuantityOut(int) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
how many tunnels to hold in reserve to guard against failures
setTunnelBackupQuantityOut(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
how many outbound tunnels to hold in reserve to guard against failures
setTunnelDepth(int) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
how many hops to use for inbound tunnels In or both in/out
setTunnelDepth(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
how many hops to use for inbound tunnels In or both in/out
setTunnelDepthOut(int) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
how many hops to use for outbound tunnels
setTunnelDepthOut(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
how many hops to use for outbound tunnels
setTunnelHistory(TunnelHistory) - クラス のメソッドnet.i2p.router.peermanager.PeerProfile
 
setTunnelId(long) - クラス のメソッドnet.i2p.data.i2np.TunnelDataMessage
(correctly) Invalidates stored checksum
setTunnelId(long) - クラス のメソッドnet.i2p.data.TunnelId
 
setTunnelId(TunnelId) - クラス のメソッドnet.i2p.data.i2np.DeliveryInstructions
required for TUNNEL
setTunnelId(TunnelId) - クラス のメソッドnet.i2p.data.i2np.TunnelDataMessage
(correctly) Invalidates stored checksum
setTunnelId(TunnelId) - クラス のメソッドnet.i2p.data.i2np.TunnelGatewayMessage
 
setTunnelId(TunnelId) - クラス のメソッドnet.i2p.data.Lease
Configure the tunnel on the gateway to communicate with
setTunnelPool(TunnelPool) - クラス のメソッドnet.i2p.router.tunnel.pool.PooledTunnelCreatorConfig
 
setTunnelQuantity(int) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
how many parallel inbound tunnels to use In or both in/out
setTunnelQuantity(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
how many parallel inbound tunnels to use In or both in/out
setTunnelQuantityOut(int) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
how many parallel outbound tunnels to use
setTunnelQuantityOut(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
how many parallel outbound tunnels to use
setTunnelStatus(String) - インタフェース のメソッドnet.i2p.router.RouterThrottle
 
setTunnelStatus(String) - クラス のメソッドnet.i2p.router.RouterThrottleImpl
 
setTunnelTestTimeAverage(float) - クラス のメソッドnet.i2p.router.peermanager.PeerProfile
 
setTunnelVariance(int) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
how much randomisation to apply to the depth of tunnels In or both in/out
setTunnelVariance(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
how much randomisation to apply to the depth of tunnels In or both in/out
setTunnelVarianceOut(int) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
how much randomisation to apply to the depth of tunnels
setTunnelVarianceOut(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
how much randomisation to apply to the depth of outbound tunnels
setType(String) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
What type of tunnel (httpclient, ircclient, client, or server).
setType(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
What type of tunnel (httpclient, ircclient, client, or server).
setType(String) - クラス のメソッドnet.i2p.router.web.helpers.EventLogHelper
 
setType(String) - クラス のメソッドnet.i2p.router.web.helpers.NetDbHelper
 
setUDN(String) - クラス のメソッドorg.cybergarage.upnp.Device
 
setUdpAutoIP(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigNetHandler
 
setUdpHost1(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigNetHandler
 
setUdpPort(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigNetHandler
 
setUnencryptedData(byte[]) - クラス のメソッドnet.i2p.data.Payload
Populate the message body with data.
setUniformDelay(int) - クラス のメソッドorg.jrobin.graph.GifEncoder
 
setUniqueId(long) - インタフェース のメソッドnet.i2p.data.i2np.I2NPMessage
 
setUniqueId(long) - クラス のメソッドnet.i2p.data.i2np.I2NPMessageImpl
The ID is set to a random value when written but it can be overridden here.
setUniqueLocal(boolean) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setUniqueLocal(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setUnit(String) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets unit to be displayed on y axis.
setUnitsExponent(int) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets the 10**unitsExponent scaling of the y-axis values.
setUnitsLength(int) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets the character width on the left side of the graph for y-axis values.
setUniversalTheming(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigUIHandler
 
setUnpromptedDbStoreNew(long) - クラス のメソッドnet.i2p.router.peermanager.DBHistory
 
setUnpromptedDbStoreOld(long) - クラス のメソッドnet.i2p.router.peermanager.DBHistory
 
setUnsubscribeRequest(Service) - クラス のメソッドorg.cybergarage.upnp.event.SubscriptionRequest
 
setup(Map<String, byte[]>) - クラス のメソッドgnu.crypto.prng.BasePRNGStandalone
 
setup(Map<String, byte[]>) - クラス のメソッドgnu.crypto.prng.FortunaStandalone.Generator
 
setup(Map<String, byte[]>) - クラス のメソッドgnu.crypto.prng.FortunaStandalone
 
setUPC(String) - クラス のメソッドorg.cybergarage.upnp.Device
 
setupconn(String[]) - クラス のstaticメソッドnet.i2p.BOB.Demos.echo.echoclient.Main
 
setupconn(String[]) - クラス のstaticメソッドnet.i2p.BOB.Demos.echo.echoserver.Main
 
setUpdateAction(String) - クラス のメソッドnet.i2p.router.web.UpdateHandler
these two can be set in either order, so call checkUpdateAction() twice
setUpdateDevSU3(String) - クラス のメソッドnet.i2p.router.web.ConfigUpdateHandler
 
setUpdateNonce(String) - クラス のメソッドnet.i2p.router.web.helpers.SummaryHelper
 
setUpdateNonce(String) - クラス のメソッドnet.i2p.router.web.UpdateHandler
 
setUpdatePolicy(String) - クラス のメソッドnet.i2p.router.web.ConfigUpdateHandler
 
setUpdateThroughProxy(String) - クラス のメソッドnet.i2p.router.web.ConfigUpdateHandler
 
setUpdateUnsigned(String) - クラス のメソッドnet.i2p.router.web.ConfigUpdateHandler
 
setUpdateURL(String) - クラス のメソッドnet.i2p.router.web.ConfigUpdateHandler
 
setUploaded(long) - クラス のメソッドorg.klomp.snark.PeerCoordinator
Sets the initial total of uploaded bytes of all peers (from a saved status)
setUploaders(int, int) - クラス のメソッドorg.klomp.snark.PeerCoordinator
Set the uploaders and interestedUploaders counts
setUpnp(String) - クラス のメソッドnet.i2p.router.web.helpers.ConfigNetHandler
 
setupServer() - クラス のメソッドnet.i2p.i2ptunnel.socks.SOCKS4aServer
 
setupServer() - クラス のメソッドnet.i2p.i2ptunnel.socks.SOCKS5Server
 
setupServer() - クラス のメソッドnet.i2p.i2ptunnel.socks.SOCKSServer
Perform server initialization (expecially regarding protected variables).
setURI(String) - クラス のメソッドorg.cybergarage.http.HTTPRequest
 
setURI(String, boolean) - クラス のメソッドorg.cybergarage.http.HTTPRequest
 
setURL(String) - クラス のメソッドorg.cybergarage.upnp.Icon
 
setUrlBase(String) - クラス のメソッドnet.i2p.router.web.helpers.PeerHelper
 
setUs(Hash) - クラス のメソッドnet.i2p.router.peermanager.ProfileOrganizer
 
setUs(Hash) - クラス のメソッドnet.i2p.router.peermanager.ProfilePersistenceHelper
 
setUseDHT(boolean) - クラス のメソッドorg.klomp.snark.I2PSnarkUtil
 
setUseOpenTrackers(boolean) - クラス のメソッドorg.klomp.snark.I2PSnarkUtil
 
setUseOutproxyPlugin(boolean) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setUseOutproxyPlugin(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setUserAgents(String) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setUserAgents(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setUserData(Object) - クラス のメソッドorg.cybergarage.upnp.Action
 
setUserData(Object) - クラス のメソッドorg.cybergarage.upnp.Argument
 
setUserData(Object) - クラス のメソッドorg.cybergarage.upnp.ControlPoint
 
setUserData(Object) - クラス のメソッドorg.cybergarage.upnp.Device
 
setUserData(Object) - クラス のメソッドorg.cybergarage.upnp.Icon
 
setUserData(Object) - クラス のメソッドorg.cybergarage.upnp.Service
 
setUserData(Object) - クラス のメソッドorg.cybergarage.upnp.StateVariable
 
setUserData(Object) - クラス のメソッドorg.cybergarage.xml.Node
 
setUseSSL(boolean) - クラス のメソッドnet.i2p.i2ptunnel.ui.TunnelConfig
 
setUseSSL(String) - クラス のメソッドnet.i2p.i2ptunnel.web.IndexBean
 
setUSN(String) - クラス のメソッドorg.cybergarage.upnp.ssdp.SSDPRequest
 
setUSN(String) - クラス のメソッドorg.cybergarage.upnp.ssdp.SSDPResponse
 
setValid(int) - クラス のメソッドnet.i2p.data.ByteArray
 
setValue(double) - クラス のメソッドorg.jrobin.data.SDef
 
setValue(int) - クラス のメソッドorg.cybergarage.upnp.Argument
 
setValue(int) - クラス のメソッドorg.cybergarage.upnp.StateVariable
 
setValue(int) - クラス のメソッドorg.cybergarage.xml.Node
 
setValue(int, double) - クラス のメソッドorg.jrobin.core.Robin
Sets the i-th value in the Robin archive.
setValue(int, double) - クラス のメソッドorg.jrobin.core.Sample
Sets single datasource value using data source index.
setValue(long) - クラス のメソッドorg.cybergarage.upnp.StateVariable
 
setValue(String) - クラス のメソッドorg.cybergarage.http.HTTPHeader
 
setValue(String) - クラス のメソッドorg.cybergarage.http.Parameter
 
setValue(String) - クラス のメソッドorg.cybergarage.upnp.AllowedValue
 
setValue(String) - クラス のメソッドorg.cybergarage.upnp.Argument
 
setValue(String) - クラス のメソッドorg.cybergarage.upnp.event.Property
 
setValue(String) - クラス のメソッドorg.cybergarage.upnp.StateVariable
 
setValue(String) - クラス のメソッドorg.cybergarage.upnp.xml.ArgumentData
 
setValue(String) - クラス のメソッドorg.cybergarage.upnp.xml.StateVariableData
 
setValue(String) - クラス のメソッドorg.cybergarage.xml.Attribute
 
setValue(String) - クラス のメソッドorg.cybergarage.xml.Node
 
setValue(String, double) - クラス のメソッドorg.jrobin.core.Sample
Sets single data source value in the sample.
setValueAxis(double, int) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets vertical axis grid and labels.
setValues(double) - クラス のメソッドorg.jrobin.core.Robin
(Re)sets all values in this archive to the same value.
setValues(double[]) - クラス のメソッドorg.jrobin.core.Robin
Updates archived values in bulk.
setValues(double[]) - クラス のメソッドorg.jrobin.core.Sample
Sets some (possibly all) data source values in bulk.
setValues(double[]) - クラス のメソッドorg.jrobin.data.Source
 
setValues(double[][]) - クラス のメソッドorg.jrobin.core.FetchData
 
setVariable(String, boolean) - クラス のメソッドorg.jrobin.core.XmlTemplate
Sets value for a single XML template variable.
setVariable(String, double) - クラス のメソッドorg.jrobin.core.XmlTemplate
Sets value for a single XML template variable.
setVariable(String, int) - クラス のメソッドorg.jrobin.core.XmlTemplate
Sets value for a single XML template variable.
setVariable(String, long) - クラス のメソッドorg.jrobin.core.XmlTemplate
Sets value for a single XML template variable.
setVariable(String, Color) - クラス のメソッドorg.jrobin.core.XmlTemplate
Sets value for a single XML template variable.
setVariable(String, String) - クラス のメソッドorg.jrobin.core.XmlTemplate
Sets value for a single XML template variable.
setVariable(String, Calendar) - クラス のメソッドorg.jrobin.core.XmlTemplate
Sets value for a single XML template variable.
setVariable(String, Date) - クラス のメソッドorg.jrobin.core.XmlTemplate
Sets value for a single XML template variable.
setVerifySignature(boolean) - クラス のメソッドnet.i2p.crypto.SU3File
Should the signature be verified? Default true
setVersion(Version) - クラス のメソッドcom.google.zxing.qrcode.encoder.QRCode
 
setVersion(String) - クラス のメソッドnet.i2p.router.web.helpers.NetDbHelper
 
setVersion(String) - クラス のメソッドorg.cybergarage.http.HTTPPacket
 
setVersion(String) - クラス のメソッドorg.cybergarage.http.HTTPStatus
 
setVerticalLabel(String) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets vertical label on the left side of the graph.
setW(String) - クラス のメソッドnet.i2p.router.web.helpers.GraphHelper
 
setWantedPieces() - クラス のメソッドorg.klomp.snark.PeerCoordinator
Only called externally from Storage after the double-check fails.
setWantedPieces(Storage) - クラス のメソッドorg.klomp.snark.Snark
 
setWantedPieces(Storage) - インタフェース のメソッドorg.klomp.snark.StorageListener
Reset the peer's wanted pieces table Call after the storage double-check fails
setWarBase(String) - クラス のメソッドorg.klomp.snark.web.BasicServlet
Only paths starting with this in the path are served
setWebAppConfiguration(WebAppContext) - クラス のstaticメソッドnet.i2p.router.web.WebAppStarter
 
setWeRelayToThemAs(long) - クラス のメソッドnet.i2p.router.transport.udp.PeerState
if we are serving as an introducer to them, this is the the tag that they can publish that, when presented to us, will cause us to send a relay introduction to the current peer
setWidth(int) - クラス のメソッドorg.cybergarage.upnp.Icon
 
setWidth(int) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Sets width of the drawing area within the graph.
setWidth(String) - クラス のメソッドnet.i2p.router.web.helpers.GraphHelper
 
setWidth(String) - クラス のメソッドorg.cybergarage.upnp.Icon
 
setWindowSize(int) - クラス のメソッドnet.i2p.client.streaming.impl.ConnectionOptions
 
setWirelessMode(boolean) - クラス のメソッドorg.cybergarage.upnp.Device
 
setWriteErrorToOutput() - クラス のメソッドnet.i2p.util.EepGet
If called (before calling fetch()), data from the server or proxy will be written to the output file or stream even on an error response code (4xx, 5xx, etc).
setWriteTimeout(int) - クラス のメソッドnet.i2p.client.streaming.impl.MessageOutputStream
 
setWriteTimeout(long) - インタフェース のメソッド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) - クラス のメソッドnet.i2p.client.streaming.impl.I2PSocketOptionsImpl
What is the longest we'll block on the output stream while waiting for the data to flush.
setXff(double) - クラス のメソッドorg.jrobin.core.Archive
Sets X-files factor to a new value.
setXHTMLMode(NewsXMLParser.XHTMLMode) - クラス のメソッドnet.i2p.router.news.NewsXMLParser
Sets the action taken when encountering a non-whitelisted XHTML element in the feed content.
setXMLParser(Parser) - クラス のstaticメソッドorg.cybergarage.soap.SOAP
 
setXMLParser(Parser) - クラス のstaticメソッドorg.cybergarage.upnp.UPnP
 
setZipURL(String) - クラス のメソッドnet.i2p.router.web.ConfigUpdateHandler
 
SevenBit - i2p.susi.webmail.encodingのクラス
Decode only.
SevenBit() - クラス のコンストラクタi2p.susi.webmail.encoding.SevenBit
 
sha() - クラス のメソッドnet.i2p.I2PAppContext
Our SHA256 instance (see the hmac discussion for why its context specific)
SHA1 - 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() - クラス のコンストラクタnet.i2p.crypto.SHA1
Creates a SHA1 object with default initial state.
SHA1Hash - net.i2p.cryptoのクラス
Because DSAEngine was abusing Hash for 20-byte hashes
SHA1Hash() - クラス のコンストラクタnet.i2p.crypto.SHA1Hash
 
SHA1Hash(byte[]) - クラス のコンストラクタnet.i2p.crypto.SHA1Hash
 
SHA256Generator - net.i2p.cryptoのクラス
Defines a wrapper for SHA-256 operation.
SHA256Generator(I2PAppContext) - クラス のコンストラクタnet.i2p.crypto.SHA256Generator
 
SHARED_CLIENT_NICKNAME - クラス のstatic変数net.i2p.i2ptunnel.ui.TunnelConfig
 
SHASH_LENGTH - クラス のstatic変数net.i2p.util.PasswordManager
48
ShellCommand - net.i2p.utilのクラス
Passes a command to the OS shell for execution and manages the input and output.
ShellCommand() - クラス のコンストラクタnet.i2p.util.ShellCommand
 
shortSender - クラス の変数i2p.susi.webmail.Mail
 
shortSubject - クラス の変数i2p.susi.webmail.Mail
 
shouldAllowInboundEstablishment() - クラス のメソッドnet.i2p.router.transport.udp.EstablishmentManager
Should we allow another inbound establishment? Used to throttle outbound hole punches.
shouldAutoStart() - クラス のメソッドorg.klomp.snark.SnarkManager
 
shouldCompress() - クラス のメソッドnet.i2p.i2ptunnel.HTTPResponseOutputStream
 
shouldCompress(int) - クラス のメソッドnet.i2p.client.impl.I2PSessionImpl2
 
shouldDebug() - クラス のメソッドnet.i2p.util.Log
 
shouldDelay(int) - クラス のメソッドnet.i2p.i2ptunnel.web.EditBean
 
shouldDelayConnect(int) - クラス のメソッドnet.i2p.i2ptunnel.ui.GeneralHelper
 
shouldDropDuplicates() - クラス のメソッドnet.i2p.util.LogManager
 
shouldDropParticipatingMessage(TunnelDispatcher.Location, int, int) - クラス のメソッドnet.i2p.router.tunnel.TunnelDispatcher
Implement random early discard (RED) to enforce the share bandwidth limit.
shouldError() - クラス のメソッドnet.i2p.util.Log
 
shouldExclude(RouterContext, RouterInfo) - クラス のstaticメソッドnet.i2p.router.tunnel.pool.TunnelPeerSelector
warning, this is also called by ProfileOrganizer.isSelectable()
shouldInfo() - クラス のメソッドnet.i2p.util.Log
 
shouldInstall() - クラス のメソッドnet.i2p.router.update.ConsoleUpdateManager
from NewsFetcher
shouldLog(int) - クラス のメソッドnet.i2p.util.Log
 
shouldPlot() - クラス のメソッドorg.jrobin.graph.RrdGraphDef
 
shouldProcessDSRM() - クラス のメソッドnet.i2p.router.networkdb.kademlia.FloodOnlySearchJob
 
shouldProcessDSRM() - クラス のメソッドnet.i2p.router.networkdb.kademlia.SingleSearchJob
 
shouldPublishLeaseSet(Hash) - クラス のメソッドnet.i2p.router.client.ClientManager
 
shouldPublishLeaseSet(Hash) - クラス のメソッドnet.i2p.router.client.ClientManagerFacadeImpl
 
shouldPublishLeaseSet(Hash) - クラス のメソッドnet.i2p.router.ClientManagerFacade
Does the client specified want their leaseSet published?
shouldReconnect() - クラス のメソッドnet.i2p.client.impl.I2PSessionImpl
 
shouldSelectExplicit(TunnelPoolSettings) - クラス のメソッドnet.i2p.router.tunnel.pool.TunnelPeerSelector
For debugging, also possibly for restricted routes? Needs analysis and testing
shouldSendTags(PublicKey, SessionKey) - クラス のメソッドnet.i2p.crypto.SessionKeyManager
 
shouldSendTags(PublicKey, SessionKey, int) - クラス のメソッドnet.i2p.crypto.SessionKeyManager
 
shouldSendTags(PublicKey, SessionKey, int) - クラス のメソッドnet.i2p.router.crypto.TransientSessionKeyManager
 
shouldSendXFrame() - クラス のメソッドnet.i2p.router.web.CSSHelper
Should we send X_Frame_Options=SAMEORIGIN Default true
shouldShowCancelGraceful() - クラス のメソッドnet.i2p.router.web.ConfigServiceHandler
Should we show the cancel button?
shouldShowHTTPProxy() - クラス のメソッドnet.i2p.router.web.helpers.ConfigReseedHelper
 
shouldShowHTTPSProxy() - クラス のメソッドnet.i2p.router.web.helpers.ConfigReseedHelper
 
shouldShowLog() - クラス のメソッドnet.i2p.router.web.helpers.ConfigStatsHelper
Just hide for everybody unless already set.
shouldShowNews() - クラス のメソッドnet.i2p.router.web.NewsHelper
Is the news newer than the last time it was hidden?
shouldShowNews(RouterContext) - クラス のstaticメソッドnet.i2p.router.web.NewsHelper
 
shouldShowSearch() - クラス のメソッドnet.i2p.router.web.helpers.HomeHelper
 
shouldShowSelect() - クラス のメソッドnet.i2p.router.web.helpers.ConfigReseedHelper
 
shouldShowSystray() - クラス のメソッドnet.i2p.router.web.ConfigServiceHandler
Should we show the systray controls?
shouldShowWelcome() - クラス のメソッドnet.i2p.router.web.helpers.HomeHelper
 
shouldSign() - クラス のメソッドnet.i2p.client.streaming.impl.PacketLocal
 
shouldStartAutomatically(int) - クラス のメソッドnet.i2p.i2ptunnel.ui.GeneralHelper
 
shouldStop() - クラス のメソッドnet.i2p.sam.SAMHandler
Should the handler be stopped?
shouldThrottle(byte[]) - クラス のメソッドnet.i2p.router.transport.udp.IPThrottler
Increments before checking
shouldThrottle(Hash) - クラス のメソッドnet.i2p.client.streaming.impl.ConnThrottler
Checks both individual and total.
shouldThrottle(Hash) - クラス のメソッドnet.i2p.i2ptunnel.ConnThrottler
Checks both individual and total.
shouldThrottle(Hash) - クラス のメソッドnet.i2p.router.networkdb.kademlia.FloodThrottler
increments before checking
shouldThrottle(Hash) - クラス のメソッドnet.i2p.router.tunnel.pool.ParticipatingThrottler
increments before checking
shouldThrottle(Hash) - クラス のメソッドnet.i2p.router.tunnel.pool.RequestThrottler
increments before checking
shouldThrottle(Hash, TunnelId) - クラス のメソッドnet.i2p.router.networkdb.kademlia.LookupThrottler
increments before checking
shouldThrottleFlood(Hash) - クラス のメソッドnet.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Increments and tests.
shouldThrottleLookup(Hash, TunnelId) - クラス のメソッドnet.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
Increments and tests.
shouldUseDHT() - クラス のメソッドorg.klomp.snark.I2PSnarkUtil
 
shouldUseOpenTrackers() - クラス のメソッドorg.klomp.snark.I2PSnarkUtil
 
shouldUsePool() - クラス のメソッドnet.i2p.i2ptunnel.I2PTunnelServer
 
shouldWarn() - クラス のメソッドnet.i2p.util.Log
 
showFirewallWarning() - クラス のメソッドnet.i2p.router.web.helpers.SummaryHelper
Should we warn about a possible firewall problem?
showNews(boolean) - クラス のメソッドnet.i2p.router.web.NewsHelper
Save config with the timestamp of the current news to hide, or 0 to show
showNews(RouterContext, boolean) - クラス のstaticメソッドnet.i2p.router.web.NewsHelper
Save config with the timestamp of the current news to hide, or 0 to show
showPlugins() - クラス のメソッドnet.i2p.router.web.helpers.ConfigClientsHelper
 
showSignature - クラス の変数org.jrobin.graph.RrdGraphDef
 
shutdown() - クラス のメソッドgnu.crypto.prng.AsyncFortunaStandalone
Note - methods may hang or NPE or throw IllegalStateExceptions after this
shutdown() - クラス のメソッドnet.i2p.client.naming.MetaNamingService
 
shutdown() - クラス のメソッドnet.i2p.client.naming.NamingService
Parent will call when removed.
shutdown() - クラス のメソッドnet.i2p.client.naming.SingleFileNamingService
 
shutdown() - クラス のメソッドnet.i2p.client.streaming.impl.ConnectionManager
Kill all connections and the timers.
shutdown() - クラス のメソッドnet.i2p.crypto.ElGamalEngine
Note that this stops the precalc thread and it cannot be restarted.
shutdown() - クラス のメソッド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() - クラス のメソッドnet.i2p.crypto.YKGenerator
Stop the background precalc thread.
shutdown() - クラス のメソッドnet.i2p.i2ptunnel.TunnelControllerGroup
Warning - destroys the singleton! Caller must root a new context before calling instance() or main() again.
shutdown() - クラス のメソッドnet.i2p.router.client.ClientManagerFacadeImpl
 
shutdown() - クラス のメソッドnet.i2p.router.ClientMessagePool
 
shutdown() - クラス のメソッドnet.i2p.router.crypto.FamilyKeyCrypto
Clears the caches
shutdown() - クラス のメソッドnet.i2p.router.crypto.TransientSessionKeyManager
 
shutdown() - クラス のメソッドnet.i2p.router.dummy.DummyClientManagerFacade
 
shutdown() - クラス のメソッドnet.i2p.router.dummy.DummyNetworkDatabaseFacade
 
shutdown() - クラス のメソッドnet.i2p.router.dummy.DummyPeerManagerFacade
 
shutdown() - クラス のメソッドnet.i2p.router.dummy.DummyTunnelManagerFacade
 
shutdown() - クラス のメソッドnet.i2p.router.dummy.VMCommSystem
 
shutdown() - クラス のメソッドnet.i2p.router.InNetMessagePool
does nothing since we aren't threaded
shutdown() - クラス のメソッドnet.i2p.router.JobQueue
 
shutdown() - クラス のメソッドnet.i2p.router.MessageHistory
 
shutdown() - クラス のメソッドnet.i2p.router.MessageValidator
 
shutdown() - クラス のメソッドnet.i2p.router.naming.BlockfileNamingService
 
shutdown() - クラス のメソッドnet.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
If we are floodfill, turn it off and tell everybody.
shutdown() - クラス のメソッドnet.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
shutdown() - クラス のメソッドnet.i2p.router.peermanager.PeerManagerFacadeImpl
 
shutdown() - インタフェース のメソッド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() - クラス のメソッドnet.i2p.router.startup.RouterAppManager
 
shutdown() - クラス のメソッドnet.i2p.router.tasks.RouterWatchdog
 
shutdown() - クラス のメソッドnet.i2p.router.transport.CommSystemFacadeImpl
Cannot be restarted after calling this.
shutdown() - クラス のメソッドnet.i2p.router.transport.crypto.DHSessionKeyBuilder.PrecalcRunner
Note that this stops the singleton precalc thread.
shutdown() - クラス のメソッドnet.i2p.router.transport.FIFOBandwidthLimiter
 
shutdown() - クラス のメソッドnet.i2p.router.transport.FIFOBandwidthRefiller
 
shutdown() - クラス のメソッドnet.i2p.router.transport.GeoIP
 
shutdown() - クラス のメソッドnet.i2p.router.transport.OutboundMessageRegistry
Does something @since 0.8.8
shutdown() - クラス のメソッドnet.i2p.router.transport.TransportManager
Cannot be restarted.
shutdown() - クラス のメソッドnet.i2p.router.transport.udp.ACKSender
 
shutdown() - クラス のメソッドnet.i2p.router.transport.udp.EstablishmentManager
 
shutdown() - クラス のメソッドnet.i2p.router.transport.udp.InboundMessageFragments
 
shutdown() - クラス のメソッドnet.i2p.router.transport.udp.MessageReceiver
 
shutdown() - クラス のメソッドnet.i2p.router.transport.udp.OutboundMessageFragments
 
shutdown() - クラス のメソッドnet.i2p.router.transport.udp.OutboundRefiller
 
shutdown() - クラス のメソッドnet.i2p.router.transport.udp.PacketHandler
 
shutdown() - クラス のメソッドnet.i2p.router.transport.udp.PacketPusher
 
shutdown() - クラス のメソッドnet.i2p.router.transport.udp.TimedWeightedPriorityMessageQueue
 
shutdown() - クラス のメソッドnet.i2p.router.transport.udp.UDPEndpoint
 
shutdown() - クラス のメソッドnet.i2p.router.transport.udp.UDPReceiver
 
shutdown() - クラス のメソッドnet.i2p.router.transport.udp.UDPSender
 
shutdown() - クラス のメソッドnet.i2p.router.transport.udp.UDPTransport
 
shutdown() - クラス のメソッドnet.i2p.router.tunnel.pool.AliasedTunnelPool
 
shutdown() - クラス のメソッドnet.i2p.router.tunnel.pool.BuildExecutor
Cannot be restarted.
shutdown() - クラス のメソッドnet.i2p.router.tunnel.pool.TunnelPool
 
shutdown() - クラス のメソッドnet.i2p.router.tunnel.pool.TunnelPoolManager
Cannot be restarted
shutdown() - クラス のメソッドnet.i2p.router.tunnel.TunnelDispatcher
 
shutdown() - クラス のメソッドnet.i2p.router.update.ConsoleUpdateManager
UpdateManager interface
shutdown() - クラス のメソッドnet.i2p.router.update.UpdateRunner
 
shutdown() - クラス のメソッドnet.i2p.stat.StatManager
 
shutdown() - インタフェース のメソッドnet.i2p.update.UpdateManager
 
shutdown() - インタフェース のメソッドnet.i2p.update.UpdateTask
 
shutdown() - クラス のメソッドnet.i2p.util.FortunaRandomSource
Note - methods may hang or NPE or throw IllegalStateExceptions after this
shutdown() - クラス のメソッドnet.i2p.util.LogManager
 
shutdown() - クラス のメソッドorg.jrobin.core.RrdNioBackendFactory
 
shutdown() - クラス のメソッドorg.jrobin.core.SyncManager
 
shutdown() - インタフェース のメソッドorg.klomp.snark.ShutdownListener
Called when the SnarkShutdown hook has finished shutting down all subcomponents.
shutdown() - クラス のメソッドorg.klomp.snark.Snark
SnarkSnutdown callback unused
shutdown() - クラス のstaticメソッドorg.klomp.snark.standalone.RunStandalone
 
shutdown() - クラス のメソッドorg.klomp.snark.UpdateRunner
 
shutdown(int) - クラス のメソッドnet.i2p.router.Router
Shutdown with no chance of cancellation.
shutdown(int) - クラス のメソッドnet.i2p.router.tunnel.pool.BuildHandler
Cannot be restarted.
shutdown(String) - クラス のメソッドnet.i2p.router.client.ClientManager
 
shutdown(String) - クラス のメソッドnet.i2p.router.client.ClientManagerFacadeImpl
 
shutdown(String) - クラス のメソッドnet.i2p.router.ClientManagerFacade
 
shutdown(String) - クラス のメソッドnet.i2p.router.dummy.DummyClientManagerFacade
 
shutdown(String[]) - インタフェース のメソッドnet.i2p.app.ClientApp
Do not take a long time.
shutdown(String[]) - クラス のメソッドnet.i2p.apps.systray.UrlLauncher
ClientApp interface
shutdown(String[]) - クラス のメソッドnet.i2p.BOB.BOB
 
shutdown(String[]) - クラス のメソッドnet.i2p.desktopgui.Main
 
shutdown(String[]) - クラス のメソッドnet.i2p.i2ptunnel.TunnelControllerGroup
ClientApp interface
shutdown(String[]) - クラス のメソッドnet.i2p.jetty.JettyStart
 
shutdown(String[]) - クラス のメソッドnet.i2p.router.news.NewsManager
ClientApp interface
shutdown(String[]) - クラス のメソッドnet.i2p.router.update.ConsoleUpdateManager
ClientApp interface
shutdown(String[]) - クラス のメソッドnet.i2p.router.web.RouterConsoleRunner
 
shutdown(String[]) - クラス のメソッドnet.i2p.sam.SAMBridge
As of 0.9.20, stops running handlers and sessions.
shutdown(String[]) - クラス のメソッドorg.klomp.snark.SnarkManager
ClientApp method.
shutDown() - クラス のメソッドnet.i2p.sam.SAMDatagramSession
 
shutDown() - クラス のメソッドnet.i2p.sam.SAMMessageSession
Do whatever is needed to shutdown the SAM session
shutDown() - クラス のメソッドnet.i2p.sam.SAMRawSession
 
shutDown(RouterContext) - クラス のstaticメソッドnet.i2p.desktopgui.router.RouterManager
Stop the running I2P instance.
Shutdown() - クラス のコンストラクタnet.i2p.router.startup.RouterAppManager.Shutdown
 
shutdown2(int) - クラス のメソッドnet.i2p.router.Router
Cancel the JVM runtime hook before calling this.
shutdownGracefully() - クラス のメソッドnet.i2p.router.Router
Non-blocking shutdown.
shutdownGracefully(int) - クラス のメソッドnet.i2p.router.Router
Non-blocking shutdown.
shutDownGracefully() - クラス のメソッドnet.i2p.sam.SAMStreamSession.StreamSender
Stop a SAM STREAM session socket sender gracefully: stop the sender thread once all pending data has been sent.
shutDownGracefully(RouterContext) - クラス のstaticメソッドnet.i2p.desktopgui.router.RouterManager
Stop the running I2P instance.
ShutdownHook - net.i2p.router.tasksのクラス
Just for failsafe.
ShutdownHook(RouterContext) - クラス のコンストラクタnet.i2p.router.tasks.ShutdownHook
 
shutdownInput() - クラス のメソッドnet.i2p.client.streaming.impl.StandardSocket
 
shutdownInput() - クラス のメソッドnet.i2p.sam.SSLSocketChannel
new in Java 7
shutdownInput() - クラス のメソッドnet.i2p.util.InternalSocket
Supported as of 0.9.33, prior to that threw UnsupportedOperationException
ShutdownListener - org.klomp.snarkのインタフェース
Callback for end of shutdown sequence.
shutdownOutput() - クラス のメソッドnet.i2p.client.streaming.impl.StandardSocket
 
shutdownOutput() - クラス のメソッドnet.i2p.sam.SSLSocketChannel
new in Java 7
shutdownOutput() - クラス のメソッドnet.i2p.util.InternalSocket
Flushes (as the Socket javadocs advise) and closes.
SID - クラス のstatic変数org.cybergarage.http.HTTP
 
sig - クラス の変数net.i2p.router.news.BlocklistEntries
 
SigAlgo - net.i2p.cryptoの列挙型
Base signature algorithm type
sigBytesToASN1(BigInteger, BigInteger) - クラス のstaticメソッドnet.i2p.crypto.SigUtil
http://download.oracle.com/javase/1.5.0/docs/guide/security/CryptoSpec.html
sign(byte[], int, int, SigningPrivateKey) - クラス のメソッドnet.i2p.crypto.DSAEngine
Sign using any key type as of 0.9.12 (DSA-SHA1 only prior to that)
sign(byte[], SigningPrivateKey) - クラス のメソッドnet.i2p.crypto.DSAEngine
Sign using any key type.
sign(InputStream, SigningPrivateKey) - クラス のメソッドnet.i2p.crypto.DSAEngine
Sign using DSA-SHA1 ONLY.
sign(String, String, String, String) - クラス のメソッド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) - クラス のメソッドnet.i2p.crypto.TrustedUpdate
Uses the given SigningPrivateKey to sign the given input file along with its version string using DSA.
sign(String, Hash) - クラス のメソッドnet.i2p.router.crypto.FamilyKeyCrypto
Caller must add family to RI also.
sign(SHA1Hash, SigningPrivateKey) - クラス のメソッドnet.i2p.crypto.DSAEngine
Sign using DSA-SHA1 ONLY.
sign(Hash, SigningPrivateKey) - クラス のメソッドnet.i2p.crypto.DSAEngine
Nonstandard.
sign(SigningPrivateKey) - クラス のメソッドnet.i2p.client.naming.HostTxtEntry
Sign and set the "sig" property Must have been constructed with non-null properties.
sign(SigningPrivateKey) - クラス のメソッドnet.i2p.data.DatabaseEntry
Sign the structure using the supplied signing key
sign(SimpleDataStructure, PrivateKey, SigType) - クラス のメソッドnet.i2p.crypto.DSAEngine
Generic signature type.
sign(SimpleDataStructure, SigningPrivateKey) - クラス のメソッドnet.i2p.crypto.DSAEngine
Generic signature type.
signature - クラス の変数org.jrobin.graph.RrdGraphDef
 
Signature - net.i2p.dataのクラス
Defines the signature as defined by the I2P data structure spec.
Signature() - クラス のコンストラクタnet.i2p.data.Signature
 
Signature(byte[]) - クラス のコンストラクタnet.i2p.data.Signature
 
Signature(SigType) - クラス のコンストラクタnet.i2p.data.Signature
Unknown type not allowed as we won't know the length to read in the data.
Signature(SigType, byte[]) - クラス のコンストラクタnet.i2p.data.Signature
Should we allow an unknown type here?
SIGNATURE - クラス のstatic変数org.jrobin.core.Header
 
SIGNATURE_BYTES - クラス のstatic変数net.i2p.data.Signature
40
SIGNATURE_LENGTH - クラス のstatic変数org.jrobin.core.Header
 
signer - クラス の変数net.i2p.router.news.BlocklistEntries
 
signingPrivateKey - クラス の変数net.i2p.router.startup.LoadRouterInfoJob.KeyData
 
SigningPrivateKey - net.i2p.dataのクラス
Defines the SigningPrivateKey as defined by the I2P data structure spec.
SigningPrivateKey() - クラス のコンストラクタnet.i2p.data.SigningPrivateKey
 
SigningPrivateKey(byte[]) - クラス のコンストラクタnet.i2p.data.SigningPrivateKey
 
SigningPrivateKey(String) - クラス のコンストラクタnet.i2p.data.SigningPrivateKey
constructs from base64
SigningPrivateKey(SigType) - クラス のコンストラクタnet.i2p.data.SigningPrivateKey
 
SigningPrivateKey(SigType, byte[]) - クラス のコンストラクタnet.i2p.data.SigningPrivateKey
 
signingPrivKey - クラス の変数net.i2p.data.PrivateKeyFile
 
SigningPublicKey - net.i2p.dataのクラス
Defines the SigningPublicKey as defined by the I2P data structure spec.
SigningPublicKey() - クラス のコンストラクタnet.i2p.data.SigningPublicKey
 
SigningPublicKey(byte[]) - クラス のコンストラクタnet.i2p.data.SigningPublicKey
 
SigningPublicKey(String) - クラス のコンストラクタnet.i2p.data.SigningPublicKey
constructs from base64
SigningPublicKey(SigType) - クラス のコンストラクタnet.i2p.data.SigningPublicKey
 
SigningPublicKey(SigType, byte[]) - クラス のコンストラクタnet.i2p.data.SigningPublicKey
 
signInner(SigningPrivateKey) - クラス のメソッドnet.i2p.client.naming.HostTxtEntry
Sign and set the "oldsig" property Must have been constructed with non-null properties.
signLeaseSet(LeaseSet, I2PSessionImpl) - クラス のメソッドnet.i2p.client.impl.RequestLeaseSetMessageHandler
Finish creating and signing the new LeaseSet
signOneShot(byte[]) - クラス のメソッドnet.i2p.crypto.eddsa.EdDSAEngine
To efficiently sign all the data in one shot, if it is available, use this method, which will avoid copying the data.
signOneShot(byte[], int, int) - クラス のメソッドnet.i2p.crypto.eddsa.EdDSAEngine
To efficiently sign all the data in one shot, if it is available, use this method, which will avoid copying the data.
signRemove(SigningPrivateKey) - クラス のメソッドnet.i2p.client.naming.HostTxtEntry
Sign as a "remove" line #!dest=dest#name=name#k1=v1#sig=sig...] Must have been constructed with non-null properties.
signSessionConfig(SigningPrivateKey) - クラス のメソッドnet.i2p.data.i2cp.SessionConfig
Sign the structure using the supplied private key
SigType - net.i2p.cryptoの列挙型
Defines the properties for various signature types that I2P supports or may someday support.
SigUtil - net.i2p.cryptoのクラス
Utilities for Signing keys and Signatures
SimpleByteCache - net.i2p.utilのクラス
Like ByteCache but works directly with byte arrays, not ByteArrays.
SimpleDataStructure - net.i2p.dataのクラス
A SimpleDataStructure contains only a single fixed-length byte array.
SimpleDataStructure() - クラス のコンストラクタnet.i2p.data.SimpleDataStructure
A new instance with the data set to null.
SimpleDataStructure(byte[]) - クラス のコンストラクタnet.i2p.data.SimpleDataStructure
 
simpleScheduler() - クラス のメソッドnet.i2p.I2PAppContext
推奨されていません。
in 0.9.20, use simpleTimer2()
SimpleScheduler - net.i2p.utilのクラス
推奨されていません。
in 0.9.20, use SimpleTimer2 instead
SimpleScheduler(I2PAppContext) - クラス のコンストラクタnet.i2p.util.SimpleScheduler
推奨されていません。
in 0.9.20, replaced by SimpleTimer2
SimpleStore - net.i2p.utilのクラス
Deprecated - used only by SimpleTimer
SimpleStore(boolean) - クラス のコンストラクタnet.i2p.util.SimpleStore
 
simpleTimer() - クラス のメソッドnet.i2p.I2PAppContext
推奨されていません。
use SimpleTimer2
SimpleTimer - net.i2p.utilのクラス
Simple event scheduler - toss an event on the queue and it gets fired at the appropriate time.
SimpleTimer(I2PAppContext) - クラス のコンストラクタnet.i2p.util.SimpleTimer
推奨されていません。
use SimpleTimer2
SimpleTimer.TimedEvent - net.i2p.utilのインタフェース
Simple interface for events to be queued up and notified on expiration
simpleTimer2() - クラス のメソッドnet.i2p.I2PAppContext
Use instead of SimpleTimer2.getInstance()
SimpleTimer2 - net.i2p.utilのクラス
Simple event scheduler - toss an event on the queue and it gets fired at the appropriate time.
SimpleTimer2(I2PAppContext) - クラス のコンストラクタnet.i2p.util.SimpleTimer2
To be instantiated by the context.
SimpleTimer2(I2PAppContext, String) - クラス のコンストラクタnet.i2p.util.SimpleTimer2
To be instantiated by the context.
SimpleTimer2(I2PAppContext, String, boolean) - クラス のコンストラクタnet.i2p.util.SimpleTimer2
To be instantiated by the context.
SimpleTimer2.TimedEvent - net.i2p.utilのクラス
Similar to SimpleTimer.TimedEvent but users must extend instead of implement, and all schedule and cancel methods are through this class rather than SimpleTimer2.
SingleFileNamingService - net.i2p.client.namingのクラス
A naming service based on a single file using the "hosts.txt" format.
SingleFileNamingService(I2PAppContext, String) - クラス のコンストラクタnet.i2p.client.naming.SingleFileNamingService
 
SingleLookupJob - net.i2p.router.networkdb.kademliaのクラス
Ask the peer who sent us the DSRM for the RouterInfos...
SingleLookupJob(RouterContext, DatabaseSearchReplyMessage) - クラス のコンストラクタnet.i2p.router.networkdb.kademlia.SingleLookupJob
 
SingleSearchJob - net.i2p.router.networkdb.kademliaのクラス
Ask a single peer for a single key.
SingleSearchJob(RouterContext, Hash, Hash) - クラス のコンストラクタnet.i2p.router.networkdb.kademlia.SingleSearchJob
 
sink - クラス の変数net.i2p.i2ptunnel.streamr.Pinger
 
sink - クラス の変数net.i2p.i2ptunnel.udp.I2PSource
 
sink - クラス の変数net.i2p.i2ptunnel.udp.UDPSource
 
Sink - net.i2p.i2ptunnel.udpのインタフェース
 
SipHash - net.i2p.utilのクラス
Wrapper around SipHashInline with constant per-JVM keys
SipHash() - クラス のコンストラクタnet.i2p.util.SipHash
 
SipHashInline - net.i2p.cryptoのクラス
SipHash implementation with hand inlining the SIPROUND.
size - クラス の変数net.metanotion.util.skiplist.SkipList
 
size - クラス の変数org.jrobin.core.jrrd.Archive
 
size - クラス の変数org.jrobin.core.jrrd.CDPStatusBlock
 
size - クラス の変数org.jrobin.core.jrrd.DataSource
 
size - クラス の変数org.jrobin.core.jrrd.Header
 
size - クラス の変数org.jrobin.core.jrrd.PDPStatusBlock
 
size() - クラス のメソッドnet.i2p.client.naming.NamingService
 
size() - クラス のメソッドnet.i2p.data.Certificate
 
size() - クラス のメソッドnet.i2p.data.Destination
 
size() - クラス のメソッドnet.i2p.data.LeaseSet
Number of bytes, NOT including signature
size() - クラス のメソッドnet.i2p.kademlia.KBucketSet
The current number of entries.
size() - インタフェース のメソッドnet.i2p.router.networkdb.kademlia.DataStore
 
size() - クラス のメソッドnet.i2p.router.networkdb.kademlia.TransientDataStore
 
size() - クラス のメソッドnet.i2p.router.tunnel.pool.AliasedTunnelPool
 
size() - クラス のメソッドnet.i2p.router.tunnel.pool.TunnelPool
duplicate of getTunnelCount(), let's pick one
size() - クラス のメソッドnet.i2p.router.util.ArraySet
 
size() - クラス のメソッドnet.i2p.router.util.RemovableSingletonSet
 
size() - クラス のメソッドnet.i2p.util.ConcurrentHashSet
 
size() - クラス のメソッドnet.metanotion.util.skiplist.SkipList
 
size() - クラス のメソッドorg.klomp.snark.BitField
Return the size of the BitField.
size() - クラス のメソッドorg.klomp.snark.comments.CommentSet
May be more than what the iterator returns, we do additional deduping in the iterator.
size() - インタフェース のメソッドorg.klomp.snark.dht.DHT
Known nodes, not estimated total network size.
size() - クラス のメソッドorg.klomp.snark.dht.DHTNodes
 
size() - クラス のメソッドorg.klomp.snark.dht.KRPC
Known nodes, not estimated total network size.
size() - クラス のメソッドorg.xlattice.crypto.filters.BloomSHA1
Returns the number of keys which have been inserted.
size(Properties) - クラス のメソッドnet.i2p.client.naming.MetaNamingService
All services aggregated
size(Properties) - クラス のメソッドnet.i2p.client.naming.NamingService
This implementation returns -1.
size(Properties) - クラス のメソッドnet.i2p.client.naming.SingleFileNamingService
 
size(Properties) - クラス のメソッドnet.i2p.router.naming.BlockfileNamingService
 
SJIS - com.google.zxing.common.CharacterSetECI
 
SkewComparator() - クラス のコンストラクタnet.i2p.router.web.helpers.UDPSorters.SkewComparator
 
skip(long) - クラス のメソッドnet.i2p.util.LookaheadInputStream
 
skip(long) - クラス のメソッドnet.i2p.util.TranslateReader
 
skip(InputStream, long) - クラス のstaticメソッドnet.i2p.data.DataHelper
This is different than InputStream.skip(), in that it does repeated reads until the full amount is skipped.
SKIP_ENTRY - net.i2p.router.news.NewsXMLParser.XHTMLMode
skip the feed entry containing the non-whitelisted element or blacklisted attribute
skipBytes(int) - クラス のメソッドnet.metanotion.io.RAIFile
 
skipBytes(int) - インタフェース のメソッドnet.metanotion.io.RandomAccessInterface
 
skipBytes(int) - クラス のメソッドorg.jrobin.core.jrrd.RRDFile
 
SkipIterator<K extends java.lang.Comparable<? super K>,V> - net.metanotion.util.skiplistのクラス
A basic iterator for a skip list.
SkipIterator() - クラス のコンストラクタnet.metanotion.util.skiplist.SkipIterator
 
SkipIterator(SkipSpan<K, V>, int) - クラス のコンストラクタnet.metanotion.util.skiplist.SkipIterator
 
SkipLevels<K extends java.lang.Comparable<? super K>,V> - net.metanotion.util.skiplistのクラス
 
SkipLevels() - クラス のコンストラクタnet.metanotion.util.skiplist.SkipLevels
 
SkipLevels(int, SkipSpan<K, V>) - クラス のコンストラクタnet.metanotion.util.skiplist.SkipLevels
 
SkipList<K extends java.lang.Comparable<? super K>,V> - net.metanotion.util.skiplistのクラス
 
SkipList() - クラス のコンストラクタnet.metanotion.util.skiplist.SkipList
 
SkipList(int) - クラス のコンストラクタnet.metanotion.util.skiplist.SkipList
 
skipMultiPageBytes(int, int, int[], int[]) - クラス のメソッドnet.metanotion.io.block.BlockFile
Skip length bytes The same as readMultiPageData() without returning a result
skipPage - クラス の変数net.metanotion.io.block.index.BSkipList
 
SkipSpan<K extends java.lang.Comparable<? super K>,V> - net.metanotion.util.skiplistのクラス
 
SkipSpan() - クラス のコンストラクタnet.metanotion.util.skiplist.SkipSpan
 
SkipSpan(int) - クラス のコンストラクタnet.metanotion.util.skiplist.SkipSpan
 
SLASH - クラス のstatic変数org.jrobin.core.timespec.TimeToken
 
SLICE_0 - net.i2p.router.peermanager.ProfileOrganizer.Slice
 
SLICE_0_1 - net.i2p.router.peermanager.ProfileOrganizer.Slice
 
SLICE_1 - net.i2p.router.peermanager.ProfileOrganizer.Slice
 
SLICE_2 - net.i2p.router.peermanager.ProfileOrganizer.Slice
 
SLICE_2_3 - net.i2p.router.peermanager.ProfileOrganizer.Slice
 
SLICE_3 - net.i2p.router.peermanager.ProfileOrganizer.Slice
 
SLICE_ALL - net.i2p.router.peermanager.ProfileOrganizer.Slice
 
slide(byte[]) - クラス のstaticメソッドnet.i2p.crypto.eddsa.math.GroupElement
Calculates a sliding-windows base 2 representation for a given value a.
slock - クラス の変数net.i2p.i2ptunnel.I2PTunnelServer
 
slock - クラス の変数net.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPServerBase
 
SMTPClient - i2p.susi.webmail.smtpのクラス
 
SMTPClient() - クラス のコンストラクタi2p.susi.webmail.smtp.SMTPClient
 
Snark - org.klomp.snarkのクラス
Main Snark program startup class.
Snark(I2PSnarkUtil, String, byte[], String, CompleteListener, PeerCoordinatorSet, ConnectionAcceptor, boolean, String) - クラス のコンストラクタorg.klomp.snark.Snark
multitorrent, magnet
Snark(I2PSnarkUtil, String, String, int, StorageListener, CoordinatorListener, CompleteListener, PeerCoordinatorSet, ConnectionAcceptor, boolean, String) - クラス のコンストラクタorg.klomp.snark.Snark
推奨されていません。
Snark(I2PSnarkUtil, String, String, int, StorageListener, CoordinatorListener, CompleteListener, PeerCoordinatorSet, ConnectionAcceptor, boolean, String, File) - クラス のコンストラクタorg.klomp.snark.Snark
multitorrent
SnarkManager - org.klomp.snarkのクラス
Manage multiple snarks
SnarkManager(I2PAppContext) - クラス のコンストラクタorg.klomp.snark.SnarkManager
For embedded.
SnarkManager(I2PAppContext, String, String) - クラス のコンストラクタorg.klomp.snark.SnarkManager
For webapp.
SnarkShutdown - org.klomp.snarkのクラス
推奨されていません。
unused
SnarkShutdown(Storage, PeerCoordinator, ConnectionAcceptor, TrackerClient, ShutdownListener) - クラス のコンストラクタorg.klomp.snark.SnarkShutdown
推奨されていません。
 
SOAP - org.cybergarage.soapのクラス
 
SOAP() - クラス のコンストラクタorg.cybergarage.soap.SOAP
 
SOAP_ACTION - クラス のstatic変数org.cybergarage.http.HTTP
 
SOAPRequest - org.cybergarage.soapのクラス
 
SOAPRequest() - クラス のコンストラクタorg.cybergarage.soap.SOAPRequest
 
SOAPRequest(HTTPRequest) - クラス のコンストラクタorg.cybergarage.soap.SOAPRequest
 
SOAPResponse - org.cybergarage.soapのクラス
 
SOAPResponse() - クラス のコンストラクタorg.cybergarage.soap.SOAPResponse
 
SOAPResponse(HTTPResponse) - クラス のコンストラクタorg.cybergarage.soap.SOAPResponse
 
SOAPResponse(SOAPResponse) - クラス のコンストラクタorg.cybergarage.soap.SOAPResponse
 
sock - クラス の変数net.i2p.i2ptunnel.udp.UDPSink
 
sock - クラス の変数net.i2p.i2ptunnel.udp.UDPSource
 
socket - クラス の変数net.i2p.sam.SAMHandler
 
socket() - クラス のメソッドnet.i2p.sam.SSLServerSocketChannel
 
socket() - クラス のメソッドnet.i2p.sam.SSLSocketChannel
 
SOCKET_HANDLER_BUF_SIZE - クラス のstatic変数net.i2p.sam.SAMStreamSession
 
SocketListener - net.i2p.router.transport.udpのインタフェース
 
socketMgr - クラス の変数net.i2p.sam.SAMStreamSession
 
SocketTimeout - net.i2p.utilのクラス
This should be deprecated.
SocketTimeout(long) - クラス のコンストラクタnet.i2p.util.SocketTimeout
 
SocketTimeout(Socket, long) - クラス のコンストラクタnet.i2p.util.SocketTimeout
 
SocketWrapper - net.i2p.i2ptunnel.socksのクラス
Wrapper around the Socket obtained from the Outproxy, which is a wrapper around the Orchid Stream.
SocketWrapper(Socket) - クラス のコンストラクタnet.i2p.i2ptunnel.socks.SocketWrapper
 
sockLock - クラス の変数net.i2p.i2ptunnel.I2PTunnelClientBase
 
sockMgr - クラス の変数net.i2p.i2ptunnel.I2PTunnelClientBase
 
sockMgr - クラス の変数net.i2p.i2ptunnel.I2PTunnelServer
 
SOCKS_VERSION_4 - クラス のstatic変数net.i2p.socks.SOCKS4Constants
 
SOCKS_VERSION_5 - クラス のstatic変数net.i2p.socks.SOCKS5Constants
 
SOCKS4 - net.i2p.util.SSLEepGet.ProxyType
 
SOCKS4aServer - net.i2p.i2ptunnel.socksのクラス
 
SOCKS4aServer(I2PAppContext, Socket, Properties) - クラス のコンストラクタnet.i2p.i2ptunnel.socks.SOCKS4aServer
Create a SOCKS4a server that communicates with the client using the specified socket.
SOCKS4Client - net.i2p.socksのクラス
A simple SOCKS 4/4a client.
SOCKS4Constants - net.i2p.socksのクラス
 
SOCKS4Constants.Command - net.i2p.socksのクラス
 
SOCKS4Constants.Reply - net.i2p.socksのクラス
 
SOCKS5 - net.i2p.util.SSLEepGet.ProxyType
 
SOCKS5Client - net.i2p.socksのクラス
A simple SOCKS 5 client.
SOCKS5Constants - net.i2p.socksのクラス
 
SOCKS5Constants.AddressType - net.i2p.socksのクラス
 
SOCKS5Constants.Command - net.i2p.socksのクラス
 
SOCKS5Constants.Method - net.i2p.socksのクラス
 
SOCKS5Constants.Reply - net.i2p.socksのクラス
 
SOCKS5Server - net.i2p.i2ptunnel.socksのクラス
 
SOCKS5Server(I2PAppContext, Socket, Properties) - クラス のコンストラクタnet.i2p.i2ptunnel.socks.SOCKS5Server
Create a SOCKS5 server that communicates with the client using the specified socket.
SOCKSException - net.i2p.socksの例外
Exception thrown by socket methods
SOCKSException() - 例外 のコンストラクタnet.i2p.socks.SOCKSException
 
SOCKSException(String) - 例外 のコンストラクタnet.i2p.socks.SOCKSException
 
SOCKSException(String, Throwable) - 例外 のコンストラクタnet.i2p.socks.SOCKSException
 
SOCKSHeader - net.i2p.i2ptunnel.socksのクラス
Save the SOCKS header from a datagram Ref: RFC 1928
SOCKSHeader(byte[]) - クラス のコンストラクタnet.i2p.i2ptunnel.socks.SOCKSHeader
 
SOCKSHeader(Destination) - クラス のコンストラクタnet.i2p.i2ptunnel.socks.SOCKSHeader
Make a dummy header from a dest, for those cases where we want to receive unsolicited datagrams.
SOCKSServer - net.i2p.i2ptunnel.socksのクラス
Abstract base class used by all SOCKS servers.
SOCKSServer(I2PAppContext, Socket, Properties) - クラス のコンストラクタnet.i2p.i2ptunnel.socks.SOCKSServer
 
SOCKSServerFactory - net.i2p.i2ptunnel.socksのクラス
Factory class for creating SOCKS forwarders through I2P
SOCKSServerFactory() - クラス のコンストラクタnet.i2p.i2ptunnel.socks.SOCKSServerFactory
 
SOCKSUDPPort - net.i2p.i2ptunnel.socksのクラス
Implements a UDP port and Socks encapsulation / decapsulation.
SOCKSUDPPort(InetAddress, int, Map<Destination, SOCKSUDPPort>) - クラス のコンストラクタnet.i2p.i2ptunnel.socks.SOCKSUDPPort
 
SOCKSUDPTunnel - net.i2p.i2ptunnel.socksのクラス
A Datagram Tunnel that can have multiple bidirectional ports on the UDP side.
SOCKSUDPTunnel(I2PTunnel) - クラス のコンストラクタnet.i2p.i2ptunnel.socks.SOCKSUDPTunnel
Set up a tunnel with no UDP side yet.
SOCKSUDPUnwrapper - net.i2p.i2ptunnel.socksのクラス
Strip a SOCKS header off a datagram, convert it to a Destination Ref: RFC 1928
SOCKSUDPUnwrapper(Map<Destination, SOCKSHeader>) - クラス のコンストラクタnet.i2p.i2ptunnel.socks.SOCKSUDPUnwrapper
 
SOCKSUDPWrapper - net.i2p.i2ptunnel.socksのクラス
Put a SOCKS header on a datagram Ref: RFC 1928
SOCKSUDPWrapper(Map<Destination, SOCKSHeader>) - クラス のコンストラクタnet.i2p.i2ptunnel.socks.SOCKSUDPWrapper
 
SOFT_RESTART - クラス のstatic変数net.i2p.router.util.EventLog
 
sort() - クラス のメソッドi2p.susi.util.Folder
Sorts the elements according the order given by @link addSorter() and @link setSortBy().
sorter - クラス のstatic変数i2p.susi.dns.AddressbookBean
 
Sorters - org.klomp.snark.webのクラス
Comparators for various columns
Sorters() - クラス のコンストラクタorg.klomp.snark.web.Sorters
 
Sorters.FileAndIndex - org.klomp.snark.webのクラス
Class to precompute and efficiently sort data on a torrent file entry.
SortHelper - net.i2p.data.routerのクラス
The sorting of addresses in RIs
SortHelper() - クラス のコンストラクタnet.i2p.data.router.SortHelper
 
sortStructureList(List<? extends DataStructure>) - クラス のstaticメソッドnet.i2p.data.router.SortHelper
See above.
sortStructures(Collection<T>) - クラス のstaticメソッドnet.i2p.data.router.SortHelper
Sort based on the Hash of the DataStructure.
Source - org.jrobin.dataのクラス
 
Source - org.jrobin.graphのクラス
 
Source - net.i2p.i2ptunnel.udpのインタフェース
 
Source(String) - クラス のコンストラクタorg.jrobin.data.Source
 
Source(String) - クラス のコンストラクタorg.jrobin.graph.Source
 
SOURCE_CONFIG - net.i2p.router.transport.Transport.AddressSource
unused
SOURCE_INTERFACE - net.i2p.router.transport.Transport.AddressSource
 
SOURCE_SSU - net.i2p.router.transport.Transport.AddressSource
 
SOURCE_UPNP - net.i2p.router.transport.Transport.AddressSource
 
SourcedPlotElement - org.jrobin.graphのクラス
 
SourcedPlotElement(String, Paint) - クラス のコンストラクタorg.jrobin.graph.SourcedPlotElement
 
sources - クラス の変数org.jrobin.graph.RrdGraphDef
 
spaceFor(int) - クラス のstaticメソッドnet.i2p.crypto.elgamal.impl.ElGamalPublicKeyImpl
 
spanHash - クラス の変数net.metanotion.io.block.index.BSkipList
 
spanPage - クラス の変数net.metanotion.io.block.index.BSkipLevels
 
spanSize - クラス の変数net.metanotion.io.block.BlockFile
 
spanSize - クラス の変数net.metanotion.io.block.index.BSkipSpan
 
spec - クラス の変数org.jrobin.core.timespec.TimeParser
 
SPEC_VERSION - クラス のstatic変数org.cybergarage.upnp.Service
 
specials - クラス の変数org.jrobin.core.timespec.TimeScanner
 
SPECVERSION_ELEMENT - インタフェース のstatic変数org.cybergarage.upnp.RootDescription
 
SpeedCalculator - 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() - クラス のコンストラクタnet.i2p.router.peermanager.SpeedCalculator
 
SpeedComparator - net.i2p.router.peermanagerのクラス
Order profiles by their speed (lowest first).
SpeedComparator() - クラス のコンストラクタnet.i2p.router.peermanager.SpeedComparator
 
Spinner - net.i2p.router.tasksのクラス
A non-daemon thread to let the shutdown task get all the way to the end
Spinner() - クラス のコンストラクタnet.i2p.router.tasks.Spinner
 
split(String) - クラス のstaticメソッドorg.jrobin.core.RrdToolkit
Splits single RRD file with several datasources into a number of smaller RRD files with a single datasource in it.
split(String, String) - クラス のstaticメソッドnet.i2p.data.DataHelper
Same as s.split(regex) but caches the compiled pattern for speed.
split(String, String, int) - クラス のstaticメソッドnet.i2p.data.DataHelper
Same as s.split(regex, limit) but caches the compiled pattern for speed.
sprintf(String, Object...) - クラス のstaticメソッドorg.jrobin.core.Util
Equivalent of the C-style sprintf function.
square() - クラス のメソッドnet.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
 
square() - クラス のメソッドnet.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElement
h = f * f
square() - クラス のメソッドnet.i2p.crypto.eddsa.math.FieldElement
 
squareAndDouble() - クラス のメソッドnet.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
 
squareAndDouble() - クラス のメソッドnet.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElement
h = 2 * f * f
squareAndDouble() - クラス のメソッドnet.i2p.crypto.eddsa.math.FieldElement
 
srcName - クラス の変数org.jrobin.graph.SourcedPlotElement
 
ss - クラス の変数net.i2p.i2ptunnel.I2PTunnelClientBase
 
ss - クラス の変数net.metanotion.util.skiplist.SkipIterator
 
SSDP - org.cybergarage.upnp.ssdpのクラス
This class defines constant value related to SSDP.
All the values defined here are complaint to the UPnP Standard
SSDP() - クラス のコンストラクタorg.cybergarage.upnp.ssdp.SSDP
 
SSDPNotifyRequest - org.cybergarage.upnp.ssdpのクラス
 
SSDPNotifyRequest() - クラス のコンストラクタorg.cybergarage.upnp.ssdp.SSDPNotifyRequest
 
SSDPNotifySocket - org.cybergarage.upnp.ssdpのクラス
This class identifies a SSDP socket only for notifing packet.
SSDPNotifySocket(String) - クラス のコンストラクタorg.cybergarage.upnp.ssdp.SSDPNotifySocket
 
SSDPNotifySocketList - org.cybergarage.upnp.ssdpのクラス
 
SSDPNotifySocketList() - クラス のコンストラクタorg.cybergarage.upnp.ssdp.SSDPNotifySocketList
 
SSDPNotifySocketList(InetAddress[]) - クラス のコンストラクタorg.cybergarage.upnp.ssdp.SSDPNotifySocketList
 
SSDPPacket - org.cybergarage.upnp.ssdpのクラス
 
SSDPPacket(byte[], int) - クラス のコンストラクタorg.cybergarage.upnp.ssdp.SSDPPacket
 
SSDPRequest - org.cybergarage.upnp.ssdpのクラス
 
SSDPRequest() - クラス のコンストラクタorg.cybergarage.upnp.ssdp.SSDPRequest
 
SSDPRequest(InputStream) - クラス のコンストラクタorg.cybergarage.upnp.ssdp.SSDPRequest
 
SSDPResponse - org.cybergarage.upnp.ssdpのクラス
 
SSDPResponse() - クラス のコンストラクタorg.cybergarage.upnp.ssdp.SSDPResponse
 
SSDPResponse(InputStream) - クラス のコンストラクタorg.cybergarage.upnp.ssdp.SSDPResponse
 
SSDPSearchRequest - org.cybergarage.upnp.ssdpのクラス
 
SSDPSearchRequest() - クラス のコンストラクタorg.cybergarage.upnp.ssdp.SSDPSearchRequest
 
SSDPSearchRequest(String) - クラス のコンストラクタorg.cybergarage.upnp.ssdp.SSDPSearchRequest
 
SSDPSearchRequest(String, int) - クラス のコンストラクタorg.cybergarage.upnp.ssdp.SSDPSearchRequest
 
SSDPSearchResponse - org.cybergarage.upnp.ssdpのクラス
 
SSDPSearchResponse() - クラス のコンストラクタorg.cybergarage.upnp.ssdp.SSDPSearchResponse
 
SSDPSearchResponseSocket - org.cybergarage.upnp.ssdpのクラス
 
SSDPSearchResponseSocket() - クラス のコンストラクタorg.cybergarage.upnp.ssdp.SSDPSearchResponseSocket
 
SSDPSearchResponseSocket(String, int) - クラス のコンストラクタorg.cybergarage.upnp.ssdp.SSDPSearchResponseSocket
 
SSDPSearchResponseSocketList - org.cybergarage.upnp.ssdpのクラス
 
SSDPSearchResponseSocketList() - クラス のコンストラクタorg.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList
 
SSDPSearchResponseSocketList(InetAddress[]) - クラス のコンストラクタorg.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList
 
SSDPSearchSocket - org.cybergarage.upnp.ssdpのクラス
 
SSDPSearchSocket(String, int, String) - クラス のコンストラクタorg.cybergarage.upnp.ssdp.SSDPSearchSocket
 
SSDPSearchSocket(InetAddress) - クラス のコンストラクタorg.cybergarage.upnp.ssdp.SSDPSearchSocket
 
SSDPSearchSocketList - org.cybergarage.upnp.ssdpのクラス
 
SSDPSearchSocketList() - クラス のコンストラクタorg.cybergarage.upnp.ssdp.SSDPSearchSocketList
 
SSDPSearchSocketList(InetAddress[]) - クラス のコンストラクタorg.cybergarage.upnp.ssdp.SSDPSearchSocketList
 
SSDPSearchSocketList(InetAddress[], int, String, String) - クラス のコンストラクタorg.cybergarage.upnp.ssdp.SSDPSearchSocketList
 
sSessionsHash - クラス のstatic変数net.i2p.sam.SAMv3Handler
 
ssl - クラス の変数net.i2p.router.news.NewsMetadata.Update
 
SSLClientListenerRunner - net.i2p.router.clientのクラス
SSL version of ClientListenerRunner
SSLClientListenerRunner(RouterContext, ClientManager, int) - クラス のコンストラクタnet.i2p.router.client.SSLClientListenerRunner
 
SSLClientUtil - net.i2p.i2ptunnelのクラス
Utilities for I2PTunnel client SSL server sockets.
SSLClientUtil() - クラス のコンストラクタnet.i2p.i2ptunnel.SSLClientUtil
 
SSLEepGet - net.i2p.utilのクラス
HTTPS 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) - クラス のコンストラクタnet.i2p.util.SSLEepGet
A new SSLEepGet with a new SSLState
SSLEepGet(I2PAppContext, OutputStream, String, SSLEepGet.SSLState) - クラス のコンストラクタnet.i2p.util.SSLEepGet
 
SSLEepGet(I2PAppContext, String, String) - クラス のコンストラクタnet.i2p.util.SSLEepGet
A new SSLEepGet with a new SSLState
SSLEepGet(I2PAppContext, String, String, SSLEepGet.SSLState) - クラス のコンストラクタnet.i2p.util.SSLEepGet
 
SSLEepGet(I2PAppContext, SSLEepGet.ProxyType, String, int, OutputStream, String) - クラス のコンストラクタnet.i2p.util.SSLEepGet
Use a proxy.
SSLEepGet(I2PAppContext, SSLEepGet.ProxyType, String, int, OutputStream, String, SSLEepGet.SSLState) - クラス のコンストラクタnet.i2p.util.SSLEepGet
Use a proxy.
SSLEepGet(I2PAppContext, SSLEepGet.ProxyType, String, int, String, String) - クラス のコンストラクタnet.i2p.util.SSLEepGet
Use a proxy.
SSLEepGet(I2PAppContext, SSLEepGet.ProxyType, String, int, String, String, SSLEepGet.SSLState) - クラス のコンストラクタnet.i2p.util.SSLEepGet
Use a proxy.
SSLEepGet.ProxyType - net.i2p.utilの列挙型
Not all may be supported.
SSLEepGet.SSLState - net.i2p.utilのクラス
An opaque class for the caller to pass to repeated instantiations of SSLEepGet.
sslLock - クラス の変数net.i2p.i2ptunnel.I2PTunnelServer
 
SSLServerSocketChannel - net.i2p.samのクラス
Simple wrapper for a SSLServerSocket.
SSLServerSocketChannel(SSLServerSocket) - クラス のコンストラクタnet.i2p.sam.SSLServerSocketChannel
 
SSLSocketChannel - net.i2p.samのクラス
Simple wrapper for a SSLSocket.
SSLSocketChannel(SSLSocket) - クラス のコンストラクタnet.i2p.sam.SSLSocketChannel
 
SSLUtil - net.i2p.sam.clientのクラス
Utilities for SAM SSL server sockets.
SSLUtil - net.i2p.samのクラス
Utilities for SAM SSL server sockets.
SSLUtil() - クラス のコンストラクタnet.i2p.sam.client.SSLUtil
 
SSLUtil() - クラス のコンストラクタnet.i2p.sam.SSLUtil
 
SsthreshComparator() - クラス のコンストラクタnet.i2p.router.web.helpers.UDPSorters.SsthreshComparator
 
SSU_IPV6_CONFIG - クラス のstatic変数net.i2p.router.transport.TransportUtil
 
ST - org.cybergarage.upnp.deviceのクラス
 
ST - クラス のstatic変数org.cybergarage.http.HTTP
 
ST() - クラス のコンストラクタorg.cybergarage.upnp.device.ST
 
stack - クラス の変数net.metanotion.util.skiplist.SkipList
 
stack(String, Paint, String) - クラス のメソッドorg.jrobin.graph.RrdGraphDef
Does the same as RrdGraphDef.line(String, java.awt.Paint, String), but the graph gets stacked on top of the previous LINE, AREA or STACK graph.
Stack - org.jrobin.graphのクラス
 
Stack(SourcedPlotElement, String, Paint) - クラス のコンストラクタorg.jrobin.graph.Stack
 
StandardServerSocket - net.i2p.client.streaming.implのクラス
Bridge to I2PServerSocket.
StandardServerSocket(I2PServerSocketFull) - クラス のコンストラクタnet.i2p.client.streaming.impl.StandardServerSocket
Doesn't really throw IOE but super() does
StandardSocket - net.i2p.client.streaming.implのクラス
Bridge to I2PSocket.
StandardSocket(I2PSocket) - クラス のコンストラクタnet.i2p.client.streaming.impl.StandardSocket
 
STANDBY - クラス のstatic変数net.i2p.i2ptunnel.ui.GeneralHelper
 
STANDBY - クラス のstatic変数net.i2p.i2ptunnel.web.IndexBean
 
start - クラス の変数org.jrobin.core.jrrd.DataChunk
 
start - クラス の変数org.jrobin.graph.ImageParameters
 
start() - クラス のメソッドnet.i2p.client.naming.NamingService
Parent will call when added.
start() - クラス のメソッドnet.i2p.crypto.YKGenerator
Start the background precalc thread.
start() - クラス のstaticメソッドnet.i2p.desktopgui.router.RouterManager
Start an I2P router instance.
start() - クラス のメソッドnet.i2p.i2ptunnel.socks.MultiSink
 
start() - クラス のメソッドnet.i2p.i2ptunnel.socks.ReplyTracker
 
start() - クラス のメソッドnet.i2p.i2ptunnel.socks.SOCKSUDPPort
 
start() - クラス のメソッドnet.i2p.i2ptunnel.socks.SOCKSUDPUnwrapper
 
start() - クラス のメソッドnet.i2p.i2ptunnel.socks.SOCKSUDPWrapper
 
start() - クラス のメソッドnet.i2p.i2ptunnel.streamr.MultiSource
 
start() - クラス のメソッドnet.i2p.i2ptunnel.streamr.Pinger
 
start() - クラス のメソッドnet.i2p.i2ptunnel.udp.I2PSource
 
start() - インタフェース のメソッドnet.i2p.i2ptunnel.udp.Source
 
start() - インタフェース のメソッドnet.i2p.i2ptunnel.udp.Stream
 
start() - クラス のメソッドnet.i2p.i2ptunnel.udp.UDPSource
 
start() - クラス のメソッドnet.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPClientBase
start the source
start() - クラス のメソッドnet.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPServerBase
start the source
start() - クラス のメソッドnet.i2p.router.client.ClientManager
 
start() - クラス のメソッドnet.i2p.router.JobTiming
Notify the timing that the job began
start() - クラス のメソッドnet.i2p.router.RouterClock
Cannot be stopped, but RouterTimestamper registers a shutdown task.
start() - クラス のメソッドnet.i2p.router.transport.ntcp.NTCPSendFinisher
 
start() - クラス のメソッドnet.i2p.router.transport.UPnPManager
Blocking, may take a while
start() - クラス のメソッドnet.i2p.router.update.ConsoleUpdateManager
UpdateManager interface
start() - クラス のメソッドnet.i2p.sam.MasterSession
Overridden to start the acceptor.
start() - インタフェース のメソッドnet.i2p.sam.SAMMessageSess
Start a SAM message-based session.
start() - クラス のメソッドnet.i2p.sam.SAMMessageSession
 
start() - クラス のメソッドnet.i2p.sam.SAMStreamSession
 
start() - クラス のメソッドnet.i2p.sam.SAMv3DatagramServer
Only call once.
start() - インタフェース のメソッドnet.i2p.update.UpdateManager
 
start() - インタフェース のメソッドnet.i2p.update.UpdateTask
Tasks must not start themselves in the constructor.
start() - クラス のメソッドnet.i2p.util.I2PThread
Overridden to provide useful info to users on OOM, and to prevent shutting down the whole JVM for what is most likely not a heap issue.
start() - クラス のメソッドorg.cybergarage.http.HTTPServer
 
start() - クラス のメソッドorg.cybergarage.http.HTTPServerList
 
start() - クラス のメソッドorg.cybergarage.upnp.ControlPoint
 
start() - クラス のメソッドorg.cybergarage.upnp.Device
 
start() - クラス のメソッドorg.cybergarage.upnp.ssdp.SSDPNotifySocket
 
start() - クラス のメソッドorg.cybergarage.upnp.ssdp.SSDPNotifySocketList
 
start() - クラス のメソッドorg.cybergarage.upnp.ssdp.SSDPSearchResponseSocket
 
start() - クラス のメソッドorg.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList
 
start() - クラス のメソッドorg.cybergarage.upnp.ssdp.SSDPSearchSocket
 
start() - クラス のメソッドorg.cybergarage.upnp.ssdp.SSDPSearchSocketList
 
start() - クラス のメソッドorg.cybergarage.util.ThreadCore
 
start() - クラス のメソッドorg.klomp.snark.dht.DHTNodes
 
start() - クラス のメソッドorg.klomp.snark.dht.DHTTracker
 
start() - クラス のメソッドorg.klomp.snark.dht.KRPC
Loads the DHT from file.
start() - クラス のメソッドorg.klomp.snark.SnarkManager
Caller _must_ call loadConfig(file) before this if setting new values for i2cp host/port or i2psnark.dir
start() - クラス のメソッドorg.klomp.snark.standalone.RunStandalone
 
start() - クラス のメソッドorg.klomp.snark.TrackerClient
 
start() - クラス のメソッドorg.klomp.snark.UpdateRunner
 
start(String) - クラス のメソッドorg.cybergarage.upnp.ControlPoint
 
start(String, int) - クラス のメソッドorg.cybergarage.upnp.ControlPoint
 
START - クラス のstatic変数org.jrobin.core.timespec.TimeToken
 
START_FAILED - net.i2p.app.ClientAppState
 
startAccepting() - クラス のメソッドorg.klomp.snark.ConnectionAcceptor
May be called even when already running.
StartAcceptingClientsJob - net.i2p.router.startupのクラス
start I2CP interface
StartAcceptingClientsJob(RouterContext) - クラス のコンストラクタnet.i2p.router.startup.StartAcceptingClientsJob
 
startAllControllers() - クラス のメソッドnet.i2p.i2ptunnel.TunnelControllerGroup
Start all tunnels.
startAllTorrents() - クラス のメソッドorg.klomp.snark.SnarkManager
If not connected, thread it, otherwise inline
startAutomatically(int) - クラス のメソッドnet.i2p.i2ptunnel.web.EditBean
 
startConsole() - クラス のメソッドnet.i2p.router.web.RouterConsoleRunner
http://irc.codehaus.org/display/JETTY/Porting+to+jetty6
startCreateSessionJob(SessionConfig) - クラス のメソッドnet.i2p.router.client.ClientMessageEventListener
Override for testing
started() - クラス のメソッドorg.klomp.snark.TrackerClient
 
STARTED - クラス のstatic変数net.i2p.router.util.EventLog
 
StartExplorersJob - 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) - クラス のコンストラクタnet.i2p.router.networkdb.kademlia.StartExplorersJob
 
startForwardingIncoming(Properties, boolean) - クラス のメソッドnet.i2p.sam.MasterSession
 
startForwardingIncoming(Properties, boolean) - クラス のメソッドnet.i2p.sam.SAMv3StreamSession
Forward sockets from I2P to the host/port provided.
startHandling() - クラス のメソッドnet.i2p.sam.SAMHandler
Start handling the SAM connection, detaching an handling thread.
STARTING - net.i2p.app.ClientAppState
 
STARTING - クラス のstatic変数net.i2p.i2ptunnel.ui.GeneralHelper
 
STARTING - クラス のstatic変数net.i2p.i2ptunnel.web.IndexBean
 
startListeners() - クラス のメソッドnet.i2p.router.client.ClientManager
Call from synchronized method Todo: Start a 3rd listener for IPV6?
startListening() - クラス のメソッドnet.i2p.router.transport.ntcp.NTCPTransport
Called by TransportManager.
startListening() - インタフェース のメソッドnet.i2p.router.transport.Transport
 
startListening() - クラス のメソッドnet.i2p.router.transport.TransportManager
 
startListening() - クラス のメソッドnet.i2p.router.transport.udp.UDPTransport
 
startListening() - クラス のメソッドnet.i2p.router.web.SummaryListener
 
startManager() - クラス のメソッドnet.i2p.desktopgui.TrayManager
Add the tray icon to the system tray and start everything up.
startPlugin(RouterContext, String) - クラス のstaticメソッドnet.i2p.router.web.PluginStarter
 
startPlugins(RouterContext) - クラス のstaticメソッドnet.i2p.router.web.PluginStarter
this shouldn't throw anything
startPumping() - クラス のメソッドnet.i2p.router.transport.ntcp.EventPumper
 
startReading() - クラス のメソッドnet.i2p.data.i2cp.I2CPMessageReader
Instruct the reader to begin reading messages off the stream
startReading() - クラス のメソッドnet.i2p.data.i2np.I2NPMessageReader
推奨されていません。
Instruct the reader to begin reading messages off the stream
startReading() - クラス のメソッドnet.i2p.sam.client.SAMReader
 
startReading(int) - クラス のメソッドnet.i2p.router.transport.ntcp.Reader
 
startRunning() - クラス のメソッドnet.i2p.i2ptunnel.I2PTunnelClient
Actually start working on incoming connections.
startRunning() - クラス のメソッドnet.i2p.i2ptunnel.I2PTunnelClientBase
Actually open the local socket and start working on incoming connections.
startRunning() - クラス のメソッドnet.i2p.i2ptunnel.I2PTunnelConnectClient
 
startRunning() - クラス のメソッドnet.i2p.i2ptunnel.I2PTunnelHTTPClient
Actually start working on incoming connections.
startRunning() - クラス のメソッドnet.i2p.i2ptunnel.I2PTunnelHTTPServer
 
startRunning() - クラス のメソッドnet.i2p.i2ptunnel.I2PTunnelIRCClient
 
startRunning() - クラス のメソッドnet.i2p.i2ptunnel.I2PTunnelServer
Start running the I2PTunnelServer.
startRunning() - クラス のメソッドnet.i2p.i2ptunnel.socks.SOCKSUDPTunnel
 
startRunning() - クラス のメソッドnet.i2p.i2ptunnel.streamr.StreamrConsumer
 
startRunning() - クラス のメソッドnet.i2p.i2ptunnel.streamr.StreamrProducer
 
startRunning() - クラス のメソッドnet.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPClientBase
Actually start working on outgoing connections.
startRunning() - クラス のメソッドnet.i2p.i2ptunnel.udpTunnel.I2PTunnelUDPServerBase
Classes should override to start UDP side as well.
startRunning() - クラス のメソッドnet.i2p.router.client.ClientConnectionRunner
Actually run the connection - listen for I2CP messages and respond.
startRunning() - クラス のメソッドnet.i2p.router.client.QueuedClientConnectionRunner
Starts the reader thread.
startRunning() - クラス のメソッドnet.i2p.router.JobQueueRunner
 
startTag(String) - クラス のメソッドorg.jrobin.core.XmlWriter
Opens XML tag
startTesting(PeerManager) - クラス のメソッドnet.i2p.router.peermanager.PeerTestJob
 
startTime - クラス の変数org.jrobin.core.jrrd.DataChunk
 
startTime - クラス の変数org.jrobin.graph.RrdGraphDef
 
startTimestamper() - クラス のメソッドnet.i2p.router.time.RouterTimestamper
 
startTorrent() - クラス のメソッドorg.klomp.snark.Snark
Start up contacting peers and querying the tracker.
startTorrent() - クラス のメソッドorg.klomp.snark.web.FetchAndAdd
 
startTorrent(byte[]) - クラス のメソッドorg.klomp.snark.SnarkManager
If not connected, thread it, otherwise inline
startTorrent(Snark) - クラス のメソッドorg.klomp.snark.SnarkManager
If not connected, thread it, otherwise inline
startTunnel() - クラス のメソッドnet.i2p.i2ptunnel.TunnelController
Start up the tunnel (if it isn't already running)
startTunnelBackground() - クラス のメソッドnet.i2p.i2ptunnel.TunnelController
 
startup() - クラス のメソッドgnu.crypto.prng.AsyncFortunaStandalone
 
startup() - インタフェース のメソッドnet.i2p.app.ClientApp
Do not take a long time.
startup() - クラス のメソッドnet.i2p.apps.systray.UrlLauncher
ClientApp interface
startup() - クラス のメソッドnet.i2p.BOB.BOB
 
startup() - クラス のメソッドnet.i2p.desktopgui.Main
 
startup() - クラス のメソッドnet.i2p.i2ptunnel.TunnelControllerGroup
ClientApp interface
startup() - クラス のメソッドnet.i2p.jetty.JettyStart
 
startup() - クラス のメソッドnet.i2p.router.Blocklist
Loads the following files in-order: $I2P/blocklist.txt ~/.i2p/blocklist.txt ~/.i2p/docs/feed/blocklist/blocklist.txt File if specified with router.blocklist.file
startup() - クラス のメソッドnet.i2p.router.client.ClientManagerFacadeImpl
 
startup() - クラス のメソッドnet.i2p.router.dummy.DummyClientManagerFacade
 
startup() - クラス のメソッドnet.i2p.router.dummy.DummyNetworkDatabaseFacade
 
startup() - クラス のメソッドnet.i2p.router.dummy.DummyPeerManagerFacade
 
startup() - クラス のメソッドnet.i2p.router.dummy.DummyTunnelManagerFacade
 
startup() - クラス のメソッドnet.i2p.router.dummy.VMCommSystem
 
startup() - クラス のメソッドnet.i2p.router.InNetMessagePool
does nothing since we aren't threaded
startup() - クラス のメソッドnet.i2p.router.JobQueue
Start the pumper.
startup() - クラス のメソッドnet.i2p.router.KeyManager
推奨されていません。
we never read keys in anymore
startup() - クラス のメソッドnet.i2p.router.MessageValidator
 
startup() - クラス のメソッドnet.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
 
startup() - クラス のメソッドnet.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
startup() - クラス のメソッドnet.i2p.router.news.NewsManager
ClientApp interface
startup() - クラス のメソッドnet.i2p.router.peermanager.PeerManagerFacadeImpl
 
startup() - インタフェース のメソッドnet.i2p.router.Service
Instruct the service that it should start normal operation.
startup() - クラス のメソッドnet.i2p.router.transport.CommSystemFacadeImpl
 
startup() - クラス のメソッドnet.i2p.router.transport.udp.ACKSender
 
startup() - クラス のメソッドnet.i2p.router.transport.udp.EstablishmentManager
 
startup() - クラス のメソッドnet.i2p.router.transport.udp.InboundMessageFragments
 
startup() - クラス のメソッドnet.i2p.router.transport.udp.MessageReceiver
 
startup() - クラス のメソッドnet.i2p.router.transport.udp.OutboundMessageFragments
 
startup() - クラス のメソッドnet.i2p.router.transport.udp.OutboundRefiller
 
startup() - クラス のメソッドnet.i2p.router.transport.udp.PacketHandler
 
startup() - クラス のメソッドnet.i2p.router.transport.udp.PacketPusher
 
startup() - クラス のメソッドnet.i2p.router.transport.udp.UDPEndpoint
Caller should call getListenPort() after this to get the actual bound port and determine success .
startup() - クラス のメソッドnet.i2p.router.transport.udp.UDPReceiver
Cannot be restarted (socket is final)
startup() - クラス のメソッドnet.i2p.router.transport.udp.UDPSender
Cannot be restarted (socket is final)
startup() - クラス のメソッドnet.i2p.router.tunnel.pool.AliasedTunnelPool
 
startup() - クラス のメソッドnet.i2p.router.tunnel.pool.TunnelPool
Warning, this may be called more than once (without an intervening shutdown()) if the tunnel is stopped and then restarted by the client manager with the same Destination (i.e.
startup() - クラス のメソッドnet.i2p.router.tunnel.pool.TunnelPoolManager
 
startup() - クラス のメソッドnet.i2p.router.tunnel.TunnelDispatcher
startup
startup() - クラス のメソッドnet.i2p.router.update.ConsoleUpdateManager
ClientApp interface
startup() - クラス のメソッドnet.i2p.router.web.RouterConsoleRunner
 
startup() - クラス のメソッドnet.i2p.sam.SAMBridge
 
startup() - クラス のメソッドorg.klomp.snark.PeerConnectionOut
 
startup() - クラス のメソッドorg.klomp.snark.SnarkManager
ClientApp method.
startup(String, boolean, int, String, String, String) - クラス のメソッドnet.i2p.sam.client.SAMStreamSend
 
startup(String, boolean, int, String, String, String) - クラス のメソッドnet.i2p.sam.client.SAMStreamSink
 
StartupJob - net.i2p.router.startupのクラス
The StartupJob should be run once on router startup to initialize the system and set things in motion.
StartupJob(RouterContext) - クラス のコンストラクタnet.i2p.router.startup.StartupJob
 
startVerifyUsage() - クラス のメソッドnet.i2p.client.impl.I2PSessionImpl
Fire up a periodic task to check for unclaimed messages
startVerifyUsage() - クラス のメソッドnet.i2p.client.impl.I2PSessionImpl2
Fire up a periodic task to check for unclaimed messages
startWebApp(RouterContext, ContextHandlerCollection, String, String) - クラス のstaticメソッドnet.i2p.router.web.WebAppStarter
Adds and starts.
startWriting() - クラス のメソッドnet.i2p.client.impl.ClientWriterRunner
 
startWriting(int) - クラス のメソッドnet.i2p.router.transport.ntcp.Writer
 
state - クラス の変数net.i2p.router.transport.udp.PacketBuilder.Fragment
 
state - クラス の変数org.klomp.snark.Peer
 
StateVariable - org.cybergarage.upnpのクラス
 
StateVariable() - クラス のコンストラクタorg.cybergarage.upnp.StateVariable
 
StateVariable(Node, Node) - クラス のコンストラクタorg.cybergarage.upnp.StateVariable
 
StateVariableData - org.cybergarage.upnp.xmlのクラス
 
StateVariableData() - クラス のコンストラクタorg.cybergarage.upnp.xml.StateVariableData
 
StatHelper - net.i2p.router.web.helpersのクラス
Dump the peer profile data if given a full B64 peer string or prefix.
StatHelper() - クラス のコンストラクタnet.i2p.router.web.helpers.StatHelper
 
staticIsClient(int) - クラス のstaticメソッドnet.i2p.i2ptunnel.web.EditBean
Is it a client or server in the UI and I2P side? Note that a streamr client is a UI and I2P client but a server on the localhost side.
StaticSnark - org.klomp.snarkのクラス
Main snark startup class for staticly linking with gcj.
StaticSnark() - クラス のコンストラクタorg.klomp.snark.StaticSnark
 
StatisticsManager - net.i2p.routerのクラス
Publishes some statistics about the router in the netDB.
StatisticsManager(RouterContext) - クラス のコンストラクタnet.i2p.router.StatisticsManager
 
StatLog - net.i2p.statのインタフェース
Component to be notified when a particular event occurs
statManager() - クラス のメソッドnet.i2p.I2PAppContext
The statistics component with which we can track various events over time.
StatManager - 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) - クラス のコンストラクタnet.i2p.stat.StatManager
The stat manager should only be constructed and accessed through the application context.
statPublisher() - クラス のメソッド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 - net.i2p.router.web.helpersのクラス
Dump the stats to the web admin interface
StatsGenerator(RouterContext) - クラス のコンストラクタnet.i2p.router.web.helpers.StatsGenerator
 
StatSummarizer - 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() - クラス のコンストラクタnet.i2p.router.web.StatSummarizer
 
status - クラス の変数org.freenetproject.ForwardPortStatus
 
status() - クラス のメソッドnet.i2p.router.web.NewsHelper
 
status(RouterContext) - クラス のstaticメソッドnet.i2p.router.web.NewsHelper
 
STATUS_AVAILABLE - クラス のstatic変数net.i2p.data.i2cp.MessageStatusMessage
For incoming messages.
STATUS_CANCELLED - インタフェース のstatic変数net.i2p.client.SendMessageStatusListener
I2CP status codes are 0 - 255.
STATUS_CONNECTION_RESET - 例外 のstatic変数net.i2p.client.streaming.I2PSocketException
Router and I2CP status codes are 0 - 511.
STATUS_CREATED - クラス のstatic変数net.i2p.data.i2cp.SessionStatusMessage
 
STATUS_DESTROYED - クラス のstatic変数net.i2p.data.i2cp.SessionStatusMessage
 
STATUS_DIFFERENT - クラス のstatic変数net.i2p.router.CommSystemFacade
We are behind a symmetric NAT which will make our 'from' address look differently when we talk to multiple people
STATUS_DISCONNECTED - クラス のstatic変数net.i2p.router.CommSystemFacade
We have no network interface at all enabled transports
STATUS_HOSED - クラス のstatic変数net.i2p.router.CommSystemFacade
Our detection system is broken (SSU bind port failed)
STATUS_INVALID - クラス のstatic変数net.i2p.data.i2cp.SessionStatusMessage
 
STATUS_IPV4_DISABLED_IPV6_FIREWALLED - クラス のstatic変数net.i2p.router.CommSystemFacade
We have an IPv6 transport enabled and a public IPv6 address.
STATUS_IPV4_DISABLED_IPV6_OK - クラス のstatic変数net.i2p.router.CommSystemFacade
We have an IPv6 transport enabled and a public IPv6 address.
STATUS_IPV4_DISABLED_IPV6_UNKNOWN - クラス のstatic変数net.i2p.router.CommSystemFacade
We have an IPv6 transport enabled and a public IPv6 address.
STATUS_IPV4_FIREWALLED_IPV6_OK - クラス のstatic変数net.i2p.router.CommSystemFacade
We have an IPv6 transport enabled and a public IPv6 address.
STATUS_IPV4_FIREWALLED_IPV6_UNKNOWN - クラス のstatic変数net.i2p.router.CommSystemFacade
We have an IPv6 transport enabled and a public IPv6 address.
STATUS_IPV4_OK_IPV6_FIREWALLED - クラス のstatic変数net.i2p.router.CommSystemFacade
We have an IPv6 transport enabled and a public IPv6 address.
STATUS_IPV4_OK_IPV6_UNKNOWN - クラス のstatic変数net.i2p.router.CommSystemFacade
We have an IPv6 transport enabled and a public IPv6 address.
STATUS_IPV4_SNAT_IPV6_OK - クラス のstatic変数net.i2p.router.CommSystemFacade
We are behind a symmetric NAT which will make our 'from' address look differently when we talk to multiple people We can receive unsolicited connections on IPv6.
STATUS_IPV4_SNAT_IPV6_UNKNOWN - クラス のstatic変数net.i2p.router.CommSystemFacade
We are behind a symmetric NAT which will make our 'from' address look differently when we talk to multiple people We might be able to receive unsolicited connections on IPv6.
STATUS_IPV4_UNKNOWN_IPV6_FIREWALLED - クラス のstatic変数net.i2p.router.CommSystemFacade
We have an IPv6 transport enabled and a public IPv6 address.
STATUS_IPV4_UNKNOWN_IPV6_OK - クラス のstatic変数net.i2p.router.CommSystemFacade
We have an IPv6 transport enabled and a public IPv6 address.
STATUS_LINE_DELIM - クラス のstatic変数org.cybergarage.http.HTTP
 
STATUS_OK - クラス のstatic変数net.i2p.router.CommSystemFacade
These must be increasing in "badness" (see TransportManager.java), but UNKNOWN must be last.
STATUS_REFUSED - クラス のstatic変数net.i2p.data.i2cp.SessionStatusMessage
 
STATUS_REJECT_UNSOLICITED - クラス のstatic変数net.i2p.router.CommSystemFacade
We are able to talk to peers that we initiate communication with, but cannot receive unsolicited connections, i.e.
STATUS_SEND_ACCEPTED - クラス のstatic変数net.i2p.data.i2cp.MessageStatusMessage
 
STATUS_SEND_BEST_EFFORT_FAILURE - クラス のstatic変数net.i2p.data.i2cp.MessageStatusMessage
A probable failure, but we don't know for sure.
STATUS_SEND_BEST_EFFORT_SUCCESS - クラス のstatic変数net.i2p.data.i2cp.MessageStatusMessage
unused
STATUS_SEND_FAILURE_BAD_LEASESET - クラス のstatic変数net.i2p.data.i2cp.MessageStatusMessage
We got the far-end leaseset but something strange is wrong with it.
STATUS_SEND_FAILURE_BAD_MESSAGE - クラス のstatic変数net.i2p.data.i2cp.MessageStatusMessage
The message payload is invalid or zero-length or too big.
STATUS_SEND_FAILURE_BAD_OPTIONS - クラス のstatic変数net.i2p.data.i2cp.MessageStatusMessage
Something is invalid in the message options, or the expiration is too far in the future.
STATUS_SEND_FAILURE_BAD_SESSION - クラス のstatic変数net.i2p.data.i2cp.MessageStatusMessage
The session is invalid or closed.
STATUS_SEND_FAILURE_DESTINATION - クラス のstatic変数net.i2p.data.i2cp.MessageStatusMessage
Something strange is wrong with the far-end destination.
STATUS_SEND_FAILURE_EXPIRED - クラス のstatic変数net.i2p.data.i2cp.MessageStatusMessage
Message expired before it could be sent.
STATUS_SEND_FAILURE_EXPIRED_LEASESET - クラス のstatic変数net.i2p.data.i2cp.MessageStatusMessage
We got the far-end leaseset but it's expired and can't get a new one.
STATUS_SEND_FAILURE_LOCAL - クラス のstatic変数net.i2p.data.i2cp.MessageStatusMessage
The far-end destination is local but delivery failed for some reason.
STATUS_SEND_FAILURE_LOCAL_LEASESET - クラス のstatic変数net.i2p.data.i2cp.MessageStatusMessage
Local leaseset problems.
STATUS_SEND_FAILURE_NETWORK - クラス のstatic変数net.i2p.data.i2cp.MessageStatusMessage
The PC apparently has no network connectivity at all.
STATUS_SEND_FAILURE_NO_LEASESET - クラス のstatic変数net.i2p.data.i2cp.MessageStatusMessage
Could not find the far-end destination's lease set.
STATUS_SEND_FAILURE_NO_TUNNELS - クラス のstatic変数net.i2p.data.i2cp.MessageStatusMessage
Local problems - no outbound tunnel to send through, or no inbound tunnel if a reply is required.
STATUS_SEND_FAILURE_OVERFLOW - クラス のstatic変数net.i2p.data.i2cp.MessageStatusMessage
Some queue or buffer in the router is full and the message was dropped.
STATUS_SEND_FAILURE_ROUTER - クラス のstatic変数net.i2p.data.i2cp.MessageStatusMessage
The router is not ready, has shut down, or has major problems.
STATUS_SEND_FAILURE_UNSUPPORTED_ENCRYPTION - クラス のstatic変数net.i2p.data.i2cp.MessageStatusMessage
The certs or options in the destination or leaseset indicate that it uses an encryption format that we don't support, so we can't talk to it.
STATUS_SEND_GUARANTEED_FAILURE - クラス のstatic変数net.i2p.data.i2cp.MessageStatusMessage
Generic failure, specific cause unknown.
STATUS_SEND_GUARANTEED_SUCCESS - クラス のstatic変数net.i2p.data.i2cp.MessageStatusMessage
Generic success.
STATUS_SEND_SUCCESS_LOCAL - クラス のstatic変数net.i2p.data.i2cp.MessageStatusMessage
The far-end destination is local and we are pretty darn sure the delivery succeeded.
STATUS_UNKNOWN - クラス のstatic変数net.i2p.router.CommSystemFacade
Our reachability is unknown on all
STATUS_UPDATED - クラス のstatic変数net.i2p.data.i2cp.SessionStatusMessage
 
stdev - クラス の変数org.jrobin.data.Aggregates
 
stealSocket() - クラス のメソッドnet.i2p.sam.SAMv3Handler
For SAMv3StreamSession connect and accept
step - クラス の変数org.jrobin.core.jrrd.DataChunk
 
step - クラス の変数org.jrobin.data.Normalizer
 
step - クラス の変数org.jrobin.graph.Normalizer
 
step - クラス の変数org.jrobin.graph.RrdGraphDef
 
stillRunning - クラス の変数net.i2p.sam.SAMStreamSession.SAMStreamSessionSocketReader
 
stop() - クラス のメソッドnet.i2p.addressbook.Daemon
 
stop() - クラス のstaticメソッドnet.i2p.BOB.BOB
推奨されていません。
unused
stop() - クラス のメソッドnet.i2p.client.streaming.impl.TCBShare
Cannot be restarted.
stop() - クラス のメソッドnet.i2p.i2ptunnel.irc.I2PTunnelDCCClient
Stop listening for new sockets.
stop() - クラス のメソッドnet.i2p.i2ptunnel.socks.SOCKSUDPPort
 
stop() - クラス のメソッドnet.i2p.i2ptunnel.streamr.MultiSource
 
stop() - クラス のメソッドnet.i2p.i2ptunnel.streamr.Pinger
 
stop() - インタフェース のメソッドnet.i2p.i2ptunnel.udp.Stream
 
stop() - クラス のメソッドnet.i2p.i2ptunnel.udp.UDPSink
 
stop() - クラス のメソッドnet.i2p.i2ptunnel.udp.UDPSource
 
stop() - インタフェース のメソッドnet.i2p.router.networkdb.kademlia.DataStore
 
stop() - クラス のメソッドnet.i2p.router.networkdb.kademlia.PersistentDataStore
 
stop() - クラス のメソッドnet.i2p.router.networkdb.kademlia.TransientDataStore
 
stop() - クラス のメソッドnet.i2p.router.transport.ntcp.NTCPSendFinisher
 
stop() - クラス のメソッドnet.i2p.router.transport.UPnPManager
Blocking, may take a while, up to 20 seconds
stop() - クラス のメソッドnet.i2p.util.SimpleScheduler
推奨されていません。
Stops the SimpleScheduler.
stop() - クラス のメソッドnet.i2p.util.SimpleTimer2
Stops the SimpleTimer.
stop() - クラス のメソッドorg.cybergarage.http.HTTPServer
 
stop() - クラス のメソッドorg.cybergarage.http.HTTPServerList
 
stop() - クラス のメソッドorg.cybergarage.upnp.ControlPoint
 
stop() - クラス のメソッドorg.cybergarage.upnp.Device
 
stop() - クラス のメソッドorg.cybergarage.upnp.ssdp.SSDPNotifySocket
 
stop() - クラス のメソッドorg.cybergarage.upnp.ssdp.SSDPNotifySocketList
 
stop() - クラス のメソッドorg.cybergarage.upnp.ssdp.SSDPSearchResponseSocket
 
stop() - クラス のメソッドorg.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList
 
stop() - クラス のメソッドorg.cybergarage.upnp.ssdp.SSDPSearchSocket
 
stop() - クラス のメソッドorg.cybergarage.upnp.ssdp.SSDPSearchSocketList
 
stop() - クラス のメソッドorg.cybergarage.util.ThreadCore
 
stop() - インタフェース のメソッドorg.klomp.snark.dht.DHT
Stop everything.
stop() - クラス のメソッドorg.klomp.snark.dht.DHTNodes
 
stop() - クラス のメソッドorg.klomp.snark.dht.DHTTracker
 
stop() - クラス のメソッドorg.klomp.snark.dht.KRPC
Stop everything.
stop() - クラス のメソッドorg.klomp.snark.SnarkManager
 
stop() - クラス のメソッドorg.klomp.snark.standalone.RunStandalone
 
stopAcceptingClients() - クラス のメソッドnet.i2p.router.dummy.DummyClientManagerFacade
 
stopAllControllers() - クラス のメソッドnet.i2p.i2ptunnel.TunnelControllerGroup
Stop all tunnels.
stopAllTorrents(boolean) - クラス のメソッドorg.klomp.snark.SnarkManager
Stop all running torrents, and close the tunnel after a delay to allow for announces.
stopAndUnregister(Transport) - クラス のメソッドnet.i2p.router.transport.TransportManager
Pluggable transports.
stopargs - クラス の変数net.i2p.router.startup.ClientAppConfig
 
stopCheck(UpdateType) - クラス のメソッドnet.i2p.router.update.ConsoleUpdateManager
Stop this check
stopCheck(UpdateType, String) - クラス のメソッドnet.i2p.router.update.ConsoleUpdateManager
Stop this check
stopChecks() - クラス のメソッドnet.i2p.router.update.ConsoleUpdateManager
Stop all checks in progress
stopDatagramReceiving() - クラス のメソッドnet.i2p.sam.MasterSession
Does nothing.
stopDatagramReceiving() - インタフェース のメソッドnet.i2p.sam.SAMDatagramReceiver
Stop receiving data.
stopDatagramReceiving() - クラス のメソッドnet.i2p.sam.SAMv1Handler
 
stopDatagramReceiving() - クラス のメソッドnet.i2p.sam.SAMv3DatagramSession
 
stopDecaying() - クラス のメソッドnet.i2p.router.util.DecayingBloomFilter
 
stopDecaying() - クラス のメソッドnet.i2p.router.util.DecayingHashSet
super doesn't call clear, but neither do the users, so it seems like we should here
stopFetching() - クラス のメソッドnet.i2p.util.EepGet
 
stopForwardingIncoming() - クラス のメソッドnet.i2p.sam.MasterSession
does nothing
stopForwardingIncoming() - クラス のメソッドnet.i2p.sam.SAMv3StreamSession
stop Forwarding Incoming connection coming from I2P
stopHandler - クラス の変数net.i2p.sam.SAMHandler
 
stopHandling() - インタフェース のメソッドnet.i2p.sam.Handler
Stop the handler
stopHandling() - クラス のメソッドnet.i2p.sam.SAMHandler
Stop the SAM handler, close the client socket, unregister with the bridge.
stopHandling() - クラス のメソッドnet.i2p.sam.SAMv3DatagramServer
Cannot be restarted.
stopHandling() - クラス のメソッドnet.i2p.sam.SAMv3Handler
Stop the SAM handler, close the socket, unregister with the bridge.
stopListening() - クラス のメソッドnet.i2p.router.client.ClientListenerRunner
 
stopListening() - クラス のメソッドnet.i2p.router.transport.ntcp.NTCPTransport
This doesn't (completely) block, caller should check isAlive() before calling startListening() or restartListening()
stopListening() - インタフェース のメソッドnet.i2p.router.transport.Transport
 
stopListening() - クラス のメソッドnet.i2p.router.transport.TransportManager
Can be restarted.
stopListening() - クラス のメソッドnet.i2p.router.transport.udp.UDPTransport
 
stopListening() - クラス のメソッドnet.i2p.router.web.SummaryListener
 
stopLock - クラス の変数net.i2p.sam.SAMHandler
 
stopManager() - クラス のメソッドnet.i2p.desktopgui.TrayManager
Remove the tray icon from the system tray
stopNotifying() - クラス のメソッドnet.i2p.client.impl.I2PSessionImpl.AvailabilityNotifier
 
stopNotifying() - クラス のメソッドnet.i2p.client.impl.I2PSessionMuxedImpl.MuxedAvailabilityNotifier
 
STOPPED - net.i2p.app.ClientAppState
stopped normally
STOPPED - クラス のstatic変数net.i2p.router.util.EventLog
 
STOPPING - net.i2p.app.ClientAppState
 
stopPlugin(RouterContext, String) - クラス のstaticメソッドnet.i2p.router.web.PluginStarter
 
stopPublishing(Hash) - クラス のメソッドnet.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
stopPumping() - クラス のメソッドnet.i2p.router.transport.ntcp.EventPumper
 
stopPumping() - クラス のメソッドnet.i2p.router.tunnel.TunnelGatewayPumper
 
stopRawReceiving() - クラス のメソッドnet.i2p.sam.MasterSession
Does nothing.
stopRawReceiving() - インタフェース のメソッドnet.i2p.sam.SAMRawReceiver
Stop receiving data.
stopRawReceiving() - クラス のメソッドnet.i2p.sam.SAMv1Handler
 
stopRawReceiving() - クラス のメソッドnet.i2p.sam.SAMv3RawSession
 
stopReading() - クラス のメソッドnet.i2p.data.i2cp.I2CPMessageReader
Cancel reading.
stopReading() - クラス のメソッドnet.i2p.data.i2np.I2NPMessageReader
推奨されていません。
Cancel reading.
stopReading() - クラス のメソッドnet.i2p.router.transport.ntcp.Reader
 
stopReading() - クラス のメソッドnet.i2p.sam.client.SAMReader
 
stopRunning() - クラス のメソッドnet.i2p.i2ptunnel.InternalSocketRunner
 
stopRunning() - クラス のメソッドnet.i2p.router.client.ClientConnectionRunner
Die a horrible death.
stopRunning() - クラス のメソッドnet.i2p.router.client.QueuedClientConnectionRunner
Calls super() to stop the reader, and sends a poison message to the client.
stopRunning() - クラス のメソッドnet.i2p.router.JobQueueRunner
 
stopRunning() - クラス のメソッドnet.i2p.sam.SAMStreamSession.SAMStreamSessionServer
Stop a SAM STREAM session server
stopRunning() - クラス のメソッドnet.i2p.sam.SAMStreamSession.SAMStreamSessionSocketReader
Stop a SAM STREAM session socket reader thread immediately.
stopRunning() - クラス のメソッドnet.i2p.sam.SAMStreamSession.SAMv1StreamSessionSocketReader
Stop a SAM STREAM session socket reader thead immediately.
stopRunning() - クラス のメソッドnet.i2p.sam.SAMStreamSession.StreamSender
Stop a SAM STREAM session socket sender thread immediately
stopStreamReceiving() - インタフェース のメソッドnet.i2p.sam.SAMStreamReceiver
Stop receiving data.
stopStreamReceiving() - クラス のメソッドnet.i2p.sam.SAMv1Handler
 
stopTesting() - クラス のメソッドnet.i2p.router.peermanager.PeerTestJob
 
stopTorrent() - クラス のメソッドorg.klomp.snark.Snark
Stop contacting the tracker and talking with peers
stopTorrent() - クラス のメソッドorg.klomp.snark.web.FetchAndAdd
 
stopTorrent(boolean) - クラス のメソッドorg.klomp.snark.Snark
Stop contacting the tracker and talking with peers
stopTorrent(String, boolean) - クラス のメソッドorg.klomp.snark.SnarkManager
Stop the torrent, leaving it on the list of torrents unless told to remove it.
stopTorrent(Snark, boolean) - クラス のメソッドorg.klomp.snark.SnarkManager
Stop the torrent, leaving it on the list of torrents unless told to remove it.
stopTunnel() - クラス のメソッドnet.i2p.i2ptunnel.TunnelController
May be restarted with restartTunnel() or startTunnel() later.
stopUpdate(UpdateType) - クラス のメソッドnet.i2p.router.update.ConsoleUpdateManager
Stop this download
stopUpdate(UpdateType, String) - クラス のメソッドnet.i2p.router.update.ConsoleUpdateManager
Stop this download
stopUpdates() - クラス のメソッドnet.i2p.router.update.ConsoleUpdateManager
Stop all downloads in progress
stopWebApp(String) - クラス のstaticメソッドnet.i2p.router.web.WebAppStarter
Stop it and remove the context.
stopWriting() - クラス のメソッドnet.i2p.client.impl.ClientWriterRunner
No more messages - dont even try to send what we have
stopWriting() - クラス のメソッドnet.i2p.router.client.ClientWriterRunner
No more messages - dont even try to send what we have
stopWriting() - クラス のメソッドnet.i2p.router.transport.ntcp.Writer
 
stopWriting() - クラス のメソッドnet.i2p.util.LogWriter
 
storage - クラス の変数org.klomp.snark.PeerCoordinator
External use by PeerMonitorTask only.
Storage - org.klomp.snarkのクラス
Maintains pieces on disk.
Storage(I2PSnarkUtil, File, String, List<List<String>>, String, boolean, StorageListener) - クラス のコンストラクタorg.klomp.snark.Storage
Creates a storage from the existing file or directory.
Storage(I2PSnarkUtil, File, MetaInfo, StorageListener, boolean) - クラス のコンストラクタorg.klomp.snark.Storage
Creates a new storage based on the supplied MetaInfo.
storageAllChecked(Storage) - クラス のメソッドorg.klomp.snark.Snark
 
storageAllChecked(Storage) - インタフェース のメソッドorg.klomp.snark.StorageListener
Called when all pieces in the storage have been checked.
storageAllocated(Storage, long) - クラス のメソッドorg.klomp.snark.Snark
does nothing
storageAllocated(Storage, long) - インタフェース のメソッドorg.klomp.snark.StorageListener
Called to indicate that length bytes have been allocated.
storageChecked(Storage, int, boolean) - クラス のメソッドorg.klomp.snark.Snark
 
storageChecked(Storage, int, boolean) - インタフェース のメソッドorg.klomp.snark.StorageListener
Called when storage is being checked and the num piece of that total pieces has been checked.
storageCompleted(Storage) - クラス のメソッドorg.klomp.snark.Snark
 
storageCompleted(Storage) - インタフェース のメソッドorg.klomp.snark.StorageListener
Called the one time when the data is completely received and checked.
storageCreateFile(Storage, String, long) - クラス のメソッドorg.klomp.snark.Snark
does nothing
storageCreateFile(Storage, String, long) - インタフェース のメソッドorg.klomp.snark.StorageListener
Called when the storage creates a new file of a given length.
StorageListener - org.klomp.snarkのインタフェース
Callback used when Storage changes.
store(double) - クラス のメソッドorg.jrobin.core.Robin
 
store(OutputStream) - クラス のメソッドnet.i2p.router.peermanager.DBHistory
 
store(OutputStream) - クラス のメソッドnet.i2p.router.peermanager.TunnelHistory
 
store(OutputStream, String) - クラス のメソッドnet.i2p.stat.FrequencyStat
Serializes this FrequencyStat to the provided OutputStream
store(OutputStream, String) - クラス のメソッドnet.i2p.stat.RateStat
 
store(OutputStream, String) - クラス のメソッドnet.i2p.stat.StatManager
Serializes all Frequencies and Rates to the provided OutputStream
store(StringBuilder) - クラス のメソッドnet.i2p.stat.Frequency
Appends the data of this frequency to the specified StringBuilder
store(String, StringBuilder) - クラス のメソッドnet.i2p.stat.Rate
 
store(Hash, DatabaseEntry) - クラス のメソッドnet.i2p.router.NetworkDatabaseFacade
 
store(Hash, LeaseSet) - クラス のメソッドnet.i2p.router.dummy.DummyNetworkDatabaseFacade
 
store(Hash, LeaseSet) - クラス のメソッドnet.i2p.router.NetworkDatabaseFacade
 
store(Hash, LeaseSet) - クラス のメソッドnet.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Store the leaseSet.
store(Hash, RouterInfo) - クラス のメソッドnet.i2p.router.dummy.DummyNetworkDatabaseFacade
 
store(Hash, RouterInfo) - クラス のメソッドnet.i2p.router.NetworkDatabaseFacade
 
store(Hash, RouterInfo) - クラス のメソッドnet.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Store the routerInfo.
store(Hash, RouterInfo, boolean) - クラス のメソッドnet.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
Store the routerInfo.
store(I2PAppContext, List<Node>) - クラス のstaticメソッドnet.i2p.router.news.PersistNews
Store each entry.
store(Sample) - クラス のメソッドorg.jrobin.core.RrdDb
 
storeEntries(List<Node>) - クラス のメソッドnet.i2p.router.news.NewsManager
Store each entry.
storeFailed() - クラス のメソッドnet.i2p.router.peermanager.DBHistory
Note that floodfill verify failed
StoreJob - net.i2p.router.networkdb.kademliaのクラス
Stores through this always request a reply.
StoreJob(RouterContext, KademliaNetworkDatabaseFacade, Hash, DatabaseEntry, Job, Job, long) - クラス のコンストラクタnet.i2p.router.networkdb.kademlia.StoreJob
Send a data structure to the floodfills
StoreJob(RouterContext, KademliaNetworkDatabaseFacade, Hash, DatabaseEntry, Job, Job, long, Set<Hash>) - クラス のコンストラクタnet.i2p.router.networkdb.kademlia.StoreJob
 
StoreMessageSelector - 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) - クラス のコンストラクタnet.i2p.router.networkdb.kademlia.StoreMessageSelector
 
storeMethod(String) - クラス のメソッドnet.i2p.router.web.FormHandler
Call this to prevent changes using GET
storeNewsHelper(NewsHelper) - クラス のメソッドnet.i2p.router.web.helpers.SummaryHelper
 
storeNonces(String, String) - クラス のメソッドnet.i2p.router.web.FormHandler
The old nonces from the session
storePluginProperties(Properties) - クラス のstaticメソッドnet.i2p.router.web.PluginStarter
plugins.config
storePrivateKey(File, String, String, String, PrivateKey, List<X509Certificate>) - クラス のstaticメソッドnet.i2p.crypto.KeyStoreUtil
Import the private key and certificate chain to a keystore.
storeProfile(Hash) - クラス のメソッドnet.i2p.router.peermanager.PeerManager
 
storeProfiles() - クラス のメソッドnet.i2p.router.peermanager.PeerManager
 
storeProps(Properties, File) - クラス のstaticメソッド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 - net.i2p.router.networkdb.kademliaのクラス
Tracks the state of a StoreJob
StoreState(RouterContext, Hash, DatabaseEntry) - クラス のコンストラクタnet.i2p.router.networkdb.kademlia.StoreState
 
StoreState(RouterContext, Hash, DatabaseEntry, Set<Hash>) - クラス のコンストラクタnet.i2p.router.networkdb.kademlia.StoreState
 
storeSuccessful() - クラス のメソッドnet.i2p.router.peermanager.DBHistory
Note that we successfully stored to a floodfill peer and verified the result by asking another floodfill peer
storeWebAppProperties(RouterContext, Properties) - クラス のstaticメソッドnet.i2p.router.web.RouterConsoleRunner
 
storeWriter(Writer) - クラス のメソッド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
storeWriter(Writer) - クラス のメソッドnet.i2p.router.web.helpers.EventLogHelper
 
storeWriter(Writer) - クラス のメソッドnet.i2p.router.web.helpers.GraphHelper
This was a HelperBase but now it's a FormHandler
STR_CRIT - クラス のstatic変数net.i2p.util.Log
 
STR_DEBUG - クラス のstatic変数net.i2p.util.Log
 
STR_ERROR - クラス のstatic変数net.i2p.util.Log
 
STR_INFO - クラス のstatic変数net.i2p.util.Log
 
STR_WARN - クラス のstatic変数net.i2p.util.Log
 
stratum - クラス の変数net.i2p.router.time.NtpMessage
This value indicates the stratum level of the local clock, with values defined as follows: Stratum Meaning ---------------------------------------------- 0 unspecified or unavailable 1 primary reference (e.g., radio clock) 2-15 secondary reference (via NTP or SNTP) 16-255 reserved
Stream - net.i2p.i2ptunnel.udpのインタフェース
 
STREAM_CLOSED_CANT_REACH_PEER - インタフェース のstatic変数net.i2p.sam.client.SAMReader.SAMClientEventListener
 
STREAM_CLOSED_I2P_ERROR - インタフェース のstatic変数net.i2p.sam.client.SAMReader.SAMClientEventListener
 
STREAM_CLOSED_OK - インタフェース のstatic変数net.i2p.sam.client.SAMReader.SAMClientEventListener
 
STREAM_CLOSED_PEER_NOT_FOUND - インタフェース のstatic変数net.i2p.sam.client.SAMReader.SAMClientEventListener
 
STREAM_CLOSED_TIMEOUT - インタフェース のstatic変数net.i2p.sam.client.SAMReader.SAMClientEventListener
 
STREAM_ID_UNKNOWN - クラス のstatic変数net.i2p.client.streaming.impl.Packet
The receiveStreamId will be set to this when the packet doesn't know what ID will be assigned by the remote peer (aka this is the initial synchronize packet)
STREAM_STATUS_CANT_REACH_PEER - インタフェース のstatic変数net.i2p.sam.client.SAMReader.SAMClientEventListener
 
STREAM_STATUS_I2P_ERROR - インタフェース のstatic変数net.i2p.sam.client.SAMReader.SAMClientEventListener
 
STREAM_STATUS_INVALID_KEY - インタフェース のstatic変数net.i2p.sam.client.SAMReader.SAMClientEventListener
 
STREAM_STATUS_OK - インタフェース のstatic変数net.i2p.sam.client.SAMReader.SAMClientEventListener
 
STREAM_STATUS_TIMEOUT - インタフェース のstatic変数net.i2p.sam.client.SAMReader.SAMClientEventListener
 
streamClosedReceived(String, String, String) - クラス のメソッドnet.i2p.sam.client.SAMClientEventListenerImpl
 
streamClosedReceived(String, String, String) - インタフェース のメソッドnet.i2p.sam.client.SAMReader.SAMClientEventListener
 
streamConnectedReceived(String, String) - クラス のメソッドnet.i2p.sam.client.SAMClientEventListenerImpl
 
streamConnectedReceived(String, String) - インタフェース のメソッドnet.i2p.sam.client.SAMReader.SAMClientEventListener
 
streamDataReceived(String, byte[], int, int) - クラス のメソッドnet.i2p.sam.client.SAMClientEventListenerImpl
 
streamDataReceived(String, byte[], int, int) - インタフェース のメソッドnet.i2p.sam.client.SAMReader.SAMClientEventListener
 
streamErrorOccurred(IOException) - クラス のメソッドnet.i2p.client.streaming.impl.MessageInputStream
Stream b0rked, die with the given error
streamErrorOccurred(IOException) - クラス のメソッドnet.i2p.client.streaming.impl.MessageOutputStream
 
StreamrConsumer - 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) - クラス のコンストラクタnet.i2p.i2ptunnel.streamr.StreamrConsumer
 
StreamrProducer - 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) - クラス のコンストラクタnet.i2p.i2ptunnel.streamr.StreamrProducer
 
streamSendAnswer(int, String, String) - インタフェース のメソッドnet.i2p.sam.SAMStreamReceiver
Sends the result of a stream send operation
streamSendAnswer(int, String, String) - クラス のメソッドnet.i2p.sam.SAMv1Handler
 
StreamSender(I2PSocket, int) - クラス のコンストラクタnet.i2p.sam.SAMStreamSession.StreamSender
 
streamSession - クラス の変数net.i2p.sam.SAMv1Handler
 
streamStatusReceived(String, String, String) - クラス のメソッドnet.i2p.sam.client.SAMClientEventListenerImpl
 
streamStatusReceived(String, String, String) - クラス のメソッドnet.i2p.sam.client.SAMEventHandler
 
streamStatusReceived(String, String, String) - インタフェース のメソッドnet.i2p.sam.client.SAMReader.SAMClientEventListener
 
STRING_LENGTH - クラス のstatic変数org.jrobin.core.RrdPrimitive
 
StringBytes - net.metanotion.io.dataのクラス
 
StringBytes() - クラス のコンストラクタnet.metanotion.io.data.StringBytes
 
StringUtil - org.cybergarage.utilのクラス
 
StringUtil() - クラス のコンストラクタorg.cybergarage.util.StringUtil
 
stripComments(String) - クラス のstaticメソッドnet.i2p.addressbook.ConfigParser
Strip the comments from a String.
stripHTML(String) - クラス のstaticメソッドnet.i2p.data.DataHelper
Strip out any HTML (simply removing any less than / greater than symbols)
stripHTML(Properties, String) - クラス のstaticメソッドnet.i2p.router.web.helpers.ConfigClientsHelper
Like in DataHelper but doesn't convert null to "" There's a lot worse things a plugin could do but...
stripHTML(Properties, String) - クラス のstaticメソッドnet.i2p.router.web.PluginStarter
Like in DataHelper but doesn't convert null to "" There's a lot worse things a plugin could do but...
STRUCTURED_APPEND - com.google.zxing.qrcode.decoder.Mode
 
style - クラス の変数net.i2p.router.transport.TransportManager.Port
 
STYLE - クラス のstatic変数net.i2p.router.transport.ntcp.NTCPTransport
 
STYLE - クラス のstatic変数net.i2p.router.transport.udp.UDPTransport
 
SU3_UPDATE_URLS - クラス のstatic変数net.i2p.router.web.ConfigUpdateHandler
Empty string if disabled.
SU3File - net.i2p.cryptoのクラス
Succesor to the ".sud" format used in TrustedUpdate.
SU3File(File) - クラス のコンストラクタnet.i2p.crypto.SU3File
 
SU3File(String) - クラス のコンストラクタnet.i2p.crypto.SU3File
 
SU3File(I2PAppContext, File) - クラス のコンストラクタnet.i2p.crypto.SU3File
 
sub(GroupElement) - クラス のメソッドnet.i2p.crypto.eddsa.math.GroupElement
GroupElement subtraction using the twisted Edwards addition law with extended coordinates (Hisil2008).
subject - クラス の変数i2p.susi.webmail.Mail
 
subscribe(Service) - クラス のメソッドorg.cybergarage.upnp.ControlPoint
 
subscribe(Service, long) - クラス のメソッドorg.cybergarage.upnp.ControlPoint
 
subscribe(Service, String) - クラス のメソッドorg.cybergarage.upnp.ControlPoint
 
subscribe(Service, String, long) - クラス のメソッドorg.cybergarage.upnp.ControlPoint
 
SUBSCRIBE - クラス のstatic変数org.cybergarage.http.HTTP
 
SUBSCRIBE_METHOD - クラス のstatic変数org.cybergarage.upnp.event.Subscription
 
Subscriber - net.i2p.i2ptunnel.streamrのクラス
server-mode
Subscriber - org.cybergarage.upnp.eventのクラス
 
Subscriber() - クラス のコンストラクタorg.cybergarage.upnp.event.Subscriber
 
Subscriber(MultiSource) - クラス のコンストラクタnet.i2p.i2ptunnel.streamr.Subscriber
 
SubscriberList - org.cybergarage.upnp.eventのクラス
 
SubscriberList() - クラス のコンストラクタorg.cybergarage.upnp.event.SubscriberList
 
Subscription - net.i2p.addressbookのクラス
A subscription to a remote address book.
Subscription - org.cybergarage.upnp.eventのクラス
 
Subscription() - クラス のコンストラクタorg.cybergarage.upnp.event.Subscription
 
Subscription(String, String, String, String) - クラス のコンストラクタnet.i2p.addressbook.Subscription
Construct a Subscription pointing to the address book at location, that was last read at the time represented by etag and lastModified.
SubscriptionIterator - net.i2p.addressbookのクラス
An iterator over the subscriptions in a SubscriptionList.
SubscriptionIterator(List<Subscription>, long, String, int) - クラス のコンストラクタnet.i2p.addressbook.SubscriptionIterator
Construct a SubscriptionIterator using the Subscriprions in List subscriptions.
SubscriptionList - net.i2p.addressbookのクラス
A list of Subscriptions loaded from a file.
SubscriptionList(File, File, File, File, long, List<String>, String, int) - クラス のコンストラクタnet.i2p.addressbook.SubscriptionList
Construct a SubscriptionList using the urls from locationsFile and, if available, the etags and last-modified headers loaded from etagsFile and lastModifiedFile.
SubscriptionList(String) - クラス のコンストラクタnet.i2p.addressbook.SubscriptionList
Testing only.
SubscriptionRequest - org.cybergarage.upnp.eventのクラス
 
SubscriptionRequest() - クラス のコンストラクタorg.cybergarage.upnp.event.SubscriptionRequest
 
SubscriptionRequest(HTTPRequest) - クラス のコンストラクタorg.cybergarage.upnp.event.SubscriptionRequest
 
SubscriptionResponse - org.cybergarage.upnp.eventのクラス
 
SubscriptionResponse() - クラス のコンストラクタorg.cybergarage.upnp.event.SubscriptionResponse
 
SubscriptionResponse(HTTPResponse) - クラス のコンストラクタorg.cybergarage.upnp.event.SubscriptionResponse
 
SubscriptionsBean - i2p.susi.dnsのクラス
 
SubscriptionsBean() - クラス のコンストラクタi2p.susi.dns.SubscriptionsBean
 
SubSession - net.i2p.client.implのクラス
An additional session using another session's connection.
SubSession(I2PSession, InputStream, Properties) - クラス のコンストラクタnet.i2p.client.impl.SubSession
 
subtract(FieldElement) - クラス のメソッドnet.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
 
subtract(FieldElement) - クラス のメソッドnet.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElement
h = f - g
subtract(FieldElement) - クラス のメソッドnet.i2p.crypto.eddsa.math.FieldElement
 
subtractOne() - クラス のメソッドnet.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
 
subtractOne() - クラス のメソッドnet.i2p.crypto.eddsa.math.FieldElement
 
succeed() - クラス のメソッドnet.i2p.router.networkdb.kademlia.FloodfillStoreJob
Send was totally successful
succeed() - クラス のメソッドnet.i2p.router.networkdb.kademlia.StoreJob
Send was totally successful
succeeded(OutboundMessageState) - クラス のメソッドnet.i2p.router.transport.udp.UDPTransport
 
SUCCEEDED - クラス のstatic変数net.i2p.socks.SOCKS4Constants.Reply
 
SUCCEEDED - クラス のstatic変数net.i2p.socks.SOCKS5Constants.Reply
 
success() - クラス のメソッドnet.i2p.router.networkdb.kademlia.FloodOnlySearchJob
 
success() - クラス のメソッドnet.i2p.router.networkdb.kademlia.FloodSearchJob
Deprecated, unused, see FOSJ override
success() - クラス のメソッドnet.i2p.router.networkdb.kademlia.IterativeFollowupJob
 
success() - クラス のメソッドnet.i2p.router.networkdb.kademlia.IterativeSearchJob
 
success() - クラス のメソッドnet.i2p.router.networkdb.kademlia.SingleSearchJob
 
SUCCESS_RESPONSE - クラス のstatic変数net.i2p.i2ptunnel.I2PTunnelHTTPClientBase
 
SUGGEST - クラス のstatic変数org.klomp.snark.Message
 
suggestMessage(int) - クラス のメソッドorg.klomp.snark.PeerState
BEP 6 Treated as "have" for now
suggestName(String) - クラス のstaticメソッドnet.i2p.util.EepGet
Parse URL for a viable filename.
sum(double, double) - クラス のstaticメソッドorg.jrobin.core.Util
Calculates sum of two doubles, but treats NaNs as zeros.
summarizePeers(int) - クラス のメソッドnet.i2p.router.peermanager.ProfileManagerImpl
推奨されていません。
unused
summarizePeers(int) - インタフェース のメソッドnet.i2p.router.ProfileManager
provide a simple summary of a number of peers, suitable for publication in the netDb
summary - クラス の変数net.i2p.router.news.NewsEntry
 
SummaryBarRenderer - net.i2p.router.web.helpersのクラス
Refactored from summarynoframe.jsp to save ~100KB
SummaryBarRenderer(RouterContext, SummaryHelper) - クラス のコンストラクタnet.i2p.router.web.helpers.SummaryBarRenderer
 
SummaryHelper - net.i2p.router.web.helpersのクラス
Simple helper to query the appropriate router for data necessary to render the summary sections on the router console.
SummaryHelper() - クラス のコンストラクタnet.i2p.router.web.helpers.SummaryHelper
 
SummaryHelper.NetworkState - net.i2p.router.web.helpersの列挙型
 
SummaryHelper.NetworkStateMessage - net.i2p.router.web.helpersのクラス
State message to be displayed to the user in the summary bar.
SummaryListener - 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) - クラス のコンストラクタnet.i2p.router.web.SummaryListener
 
SummaryRenderer - net.i2p.router.webのクラス
Generate the RRD graph png images, including the combined rate graph.
SummaryRenderer(I2PAppContext, SummaryListener) - クラス のコンストラクタnet.i2p.router.web.SummaryRenderer
 
SUN - クラス のstatic変数org.jrobin.core.timespec.TimeToken
 
SUNDAY - インタフェース のstatic変数org.jrobin.graph.RrdGraphConstants
Constant to represent Sunday
supdated - クラス の変数net.i2p.router.news.BlocklistEntries
 
supportedOptions() - クラス のメソッドnet.i2p.sam.SSLServerSocketChannel
 
supportedOptions() - クラス のメソッドnet.i2p.sam.SSLSocketChannel
 
supportsBigLeaseSets(RouterInfo) - クラス のstaticメソッドnet.i2p.router.networkdb.kademlia.StoreJob
Does he support more than 6 leasesets?
supportsCert(RouterInfo, Certificate) - クラス のstaticメソッドnet.i2p.router.networkdb.kademlia.StoreJob
Does this router understand this cert?
supportsDetails - クラス の変数org.klomp.snark.Tracker
 
supportsEncryptedReplies(RouterInfo) - クラス のstaticメソッドnet.i2p.data.i2np.DatabaseLookupMessage
Does this router support encrypted replies?
supportsFast() - クラス のメソッドorg.klomp.snark.Peer
 
SVC_BOB - クラス のstatic変数net.i2p.util.PortMapper
 
SVC_CONSOLE - クラス のstatic変数net.i2p.util.PortMapper
 
SVC_EEPSITE - クラス のstatic変数net.i2p.util.PortMapper
 
SVC_HTTP_PROXY - クラス のstatic変数net.i2p.util.PortMapper
 
SVC_HTTPS_CONSOLE - クラス のstatic変数net.i2p.util.PortMapper
 
SVC_HTTPS_PROXY - クラス のstatic変数net.i2p.util.PortMapper
 
SVC_I2CP - クラス のstatic変数net.i2p.util.PortMapper
not necessary, already in config?
SVC_I2CP_SSL - クラス のstatic変数net.i2p.util.PortMapper
 
SVC_IRC - クラス のstatic変数net.i2p.util.PortMapper
 
SVC_POP - クラス のstatic変数net.i2p.util.PortMapper
 
SVC_SAM - クラス のstatic変数net.i2p.util.PortMapper
 
SVC_SAM_SSL - クラス のstatic変数net.i2p.util.PortMapper
 
SVC_SAM_UDP - クラス のstatic変数net.i2p.util.PortMapper
 
SVC_SMTP - クラス のstatic変数net.i2p.util.PortMapper
 
SVC_SOCKS - クラス のstatic変数net.i2p.util.PortMapper
 
SVC_TAHOE - クラス のstatic変数net.i2p.util.PortMapper
 
SybilRenderer - net.i2p.router.web.helpersのクラス
For debugging only.
SybilRenderer(RouterContext) - クラス のコンストラクタnet.i2p.router.web.helpers.SybilRenderer
 
SYMB_CENTER - クラス のstatic変数org.jrobin.graph.ValueScaler
 
symbol - クラス の変数org.jrobin.graph.ImageParameters
 
SYMMETRIC_NAT - クラス のstatic変数org.freenetproject.DetectedIP
Symmetric NAT.
SYMMETRIC_UDP_FIREWALL - クラス のstatic変数org.freenetproject.DetectedIP
Symmetric UDP firewall.
sync() - クラス のメソッドorg.jrobin.core.RrdNioBackend
This method forces all data cached in memory but not yet stored in the file, to be stored in it.
SyncManager - org.jrobin.coreのクラス
 
SyncManager(int) - クラス のコンストラクタorg.jrobin.core.SyncManager
 
SyncTimer - org.jrobin.coreのクラス
 
SyncTimer() - クラス のコンストラクタorg.jrobin.core.SyncTimer
 
SyncTimerTask - org.jrobin.coreのクラス
 
SyncTimerTask(RrdNioBackend) - クラス のコンストラクタorg.jrobin.core.SyncTimerTask
 
SystemVersion - net.i2p.utilのクラス
Methods to find out what system we are running on
SystemVersion() - クラス のコンストラクタnet.i2p.util.SystemVersion
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
ナビゲーション・リンクをスキップ