- S - Static variable in class com.southernstorm.noise.protocol.Pattern
-
- save(String, String, String) - Method in class net.i2p.router.util.RouterPasswordManager
-
Same as saveHash()
- saveB64(String, String, String) - Method in class net.i2p.router.util.RouterPasswordManager
-
This will fail if
if user contains '#' or '=' or starts with '!'
- saveConfig() - Method in class net.i2p.router.Router
-
Save the current config options (returning true if save was
successful, false otherwise)
Synchronized with file read in getConfig()
- saveConfig(String, String) - Method in class net.i2p.router.Router
-
Updates the current config with the given key/value and then saves it.
- saveConfig(Map, Collection<String>) - Method in class net.i2p.router.Router
-
Updates the current config and then saves it.
- saveHash(String, String, String) - Method in class net.i2p.router.util.RouterPasswordManager
-
This will fail if
user contains '#' or '=' or starts with '!'
- saveLocalAddress(InetAddress) - Method in class net.i2p.router.transport.TransportImpl
-
Save a local address we were notified about before we started.
- savePlain(String, String, String) - Method in class net.i2p.router.util.RouterPasswordManager
-
This will fail if pw contains a '#'
or if user contains '#' or '=' or starts with '!'
- schedule() - Method in class net.i2p.router.sybil.Analysis
-
- scheduledGracefulExitCode() - Method in class net.i2p.router.Router
-
What exit code do we plan on using when we shut down (or -1, if there isn't a graceful shutdown planned)
- SCPD_ROOTNODE - Static variable in class org.cybergarage.upnp.Service
-
- SCPD_ROOTNODE_NS - Static variable in class org.cybergarage.upnp.Service
-
- SE - Static variable in class com.southernstorm.noise.protocol.Pattern
-
- search(Hash, Job, Job, long, boolean) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
-
Lookup using exploratory tunnels.
- search(Hash, Job, Job, long, boolean, Hash) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
-
Lookup using the client's tunnels.
- search(Hash, Job, Job, long, boolean) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
-
Begin a kademlia style search for the key specified, which can take up to timeoutMs and
will fire the appropriate jobs on success or timeout (or if the kademlia search completes
without any match)
Unused - called only by FNDF.searchFull() from FloodSearchJob which is overridden - don't use this.
- search(Hash, Job, Job, long, boolean, Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
-
Unused - see FNDF
- search() - Method in class net.i2p.router.transport.UPnP
-
We override search() to update the SSDPSearchResponseSocketList,
SSDPNotifySocketList, and HTTPServerList every time.
- search(String, int) - Method in class org.cybergarage.upnp.ControlPoint
-
- search(String) - Method in class org.cybergarage.upnp.ControlPoint
-
- search() - Method in class org.cybergarage.upnp.ControlPoint
-
- searchComplete(Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
-
The search for the given key is no longer active
- SearchJob - Class in net.i2p.router.networkdb.kademlia
-
Search for a particular key iteratively until we either find a value or we
run out of peers
Note that this is rarely if ever used directly, and is primary used by the ExploreJob extension.
- SearchJob(RouterContext, KademliaNetworkDatabaseFacade, Hash, Job, Job, long, boolean, boolean) - Constructor for class net.i2p.router.networkdb.kademlia.SearchJob
-
Create a new search for the routingKey specified
- SearchJob.FailedJob - Class in net.i2p.router.networkdb.kademlia
-
Called when a particular peer failed to respond before the timeout was
reached, or if the peer could not be contacted at all.
- SearchListener - Interface in org.cybergarage.upnp.device
-
- SearchMessageSelector - Class in net.i2p.router.networkdb.kademlia
-
Check to see the message is a reply from the peer regarding the current
search
- SearchMessageSelector(RouterContext, RouterInfo, long, SearchState) - Constructor for class net.i2p.router.networkdb.kademlia.SearchMessageSelector
-
- searchNext() - Method in class net.i2p.router.networkdb.kademlia.SearchJob
-
Send the next search, or stop if its completed
- SearchReplyJob - Class in net.i2p.router.networkdb.kademlia
-
- SearchReplyJob(RouterContext, SearchJob, DatabaseSearchReplyMessage, Hash, long) - Constructor for class net.i2p.router.networkdb.kademlia.SearchReplyJob
-
- SearchResponseListener - Interface in org.cybergarage.upnp.device
-
- searchResponseReceived(SSDPPacket) - Method in class org.cybergarage.upnp.ControlPoint
-
- SearchState - Class in net.i2p.router.networkdb.kademlia
-
Data related to a particular search
- SearchState(RouterContext, Hash) - Constructor for class net.i2p.router.networkdb.kademlia.SearchState
-
- SearchUpdateReplyFoundJob - Class in net.i2p.router.networkdb.kademlia
-
Called after a match to a db search is found
Used only by SearchJob which is only used by ExploreJob
- SearchUpdateReplyFoundJob(RouterContext, RouterInfo, SearchState, KademliaNetworkDatabaseFacade, SearchJob) - Constructor for class net.i2p.router.networkdb.kademlia.SearchUpdateReplyFoundJob
-
- SearchUpdateReplyFoundJob(RouterContext, RouterInfo, SearchState, KademliaNetworkDatabaseFacade, SearchJob, TunnelInfo, TunnelInfo) - Constructor for class net.i2p.router.networkdb.kademlia.SearchUpdateReplyFoundJob
-
- SECONDS_1900_TO_EPOCH - Static variable in class net.i2p.router.time.NtpClient
-
difference between the unix epoch and jan 1 1900 (NTP uses that)
- selectActiveNotFailingPeers(int, Set<Hash>, Set<Hash>) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
Return a set of Hashes for peers that are both not failing and we're actively
talking with.
- selectAllNotFailingPeers(int, Set<Hash>, Set<Hash>, boolean) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
Return a set of Hashes for peers that are not failing.
- selectAllPeers() - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
Find the hashes for all peers we are actively profiling
- selectExplicit(TunnelPoolSettings, int) - Method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
-
For debugging, also possibly for restricted routes?
Needs analysis and testing
- selectFailingPeers(int, Set<Hash>, Set<Hash>) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
I'm not quite sure why you'd want this...
- selectFastPeers(int, Set<Hash>, Set<Hash>) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
Return a set of Hashes for peers that are both fast and reliable.
- selectFastPeers(int, Set<Hash>, Set<Hash>, int) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
Return a set of Hashes for peers that are both fast and reliable.
- selectFastPeers(int, Set<Hash>, Set<Hash>, Hash, ProfileOrganizer.Slice) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
Return a set of Hashes for peers that are both fast and reliable.
- selectFloodfillParticipants(KBucketSet<Hash>) - Method in class net.i2p.router.networkdb.kademlia.FloodfillPeerSelector
-
List will not include our own hash.
- selectFloodfillParticipants(Hash, int, KBucketSet<Hash>) - Method in class net.i2p.router.networkdb.kademlia.FloodfillPeerSelector
-
Sort the floodfills.
- selectFloodfillParticipants(Hash, int, Set<Hash>, KBucketSet<Hash>) - Method in class net.i2p.router.networkdb.kademlia.FloodfillPeerSelector
-
See above for description
List will not include our own hash
Returns new list, may be modified.
- selectHighCapacityPeers(int, Set<Hash>, Set<Hash>) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
Return a set of Hashes for peers that have a high capacity
- selectHighCapacityPeers(int, Set<Hash>, Set<Hash>, int) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
- selectInboundExploratoryTunnel(Hash) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
-
- selectInboundExploratoryTunnel(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
-
Pick the inbound exploratory tunnel with the gateway closest to the given hash.
- selectInboundExploratoryTunnel(Hash) - Method in interface net.i2p.router.TunnelManagerFacade
-
Pick the inbound exploratory tunnel with the gateway closest to the given hash.
- selectInboundTunnel() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
-
- selectInboundTunnel(Hash) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
-
- selectInboundTunnel(Hash, Hash) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
-
- selectInboundTunnel() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
-
Pick a random inbound exploratory tunnel.
- selectInboundTunnel(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
-
Pick a random inbound tunnel from the given destination's pool.
- selectInboundTunnel(Hash, Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
-
Pick the inbound tunnel with the gateway closest to the given hash
from the given destination's pool.
- selectInboundTunnel() - Method in interface net.i2p.router.TunnelManagerFacade
-
Pick a random inbound exploratory tunnel
- selectInboundTunnel(Hash) - Method in interface net.i2p.router.TunnelManagerFacade
-
Pick a random inbound tunnel from the given destination's pool
- selectInboundTunnel(Hash, Hash) - Method in interface net.i2p.router.TunnelManagerFacade
-
Pick the inbound tunnel with the gateway closest to the given hash
from the given destination's pool.
- selectMostReliablePeers(Hash, int, Set<Hash>, KBucketSet<Hash>) - Method in class net.i2p.router.networkdb.kademlia.FloodfillPeerSelector
-
Pick out peers with the floodfill capacity set, returning them first, but then
after they're complete, sort via kademlia.
- selectMostReliablePeers(Hash, int, Set<Hash>, KBucketSet<Hash>) - Method in class net.i2p.router.networkdb.kademlia.PeerSelector
-
UNUSED - See FloodfillPeerSelector override
Search through the kbucket set to find the most reliable peers close to the
given key, skipping all of the ones already checked
List will not include our own hash.
- selectNearest(Hash, int, Set<Hash>, KBucketSet<Hash>) - Method in class net.i2p.router.networkdb.kademlia.FloodfillPeerSelector
-
Floodfill peers only.
- selectNearest(Hash, int, Set<Hash>, KBucketSet<Hash>) - Method in class net.i2p.router.networkdb.kademlia.PeerSelector
-
UNUSED - See FloodfillPeerSelector override
Generic KBucket filtering to find the hashes close to a key, regardless of other considerations.
- selectNearestExplicit(Hash, int, Set<Hash>, KBucketSet<Hash>) - Method in class net.i2p.router.networkdb.kademlia.PeerSelector
-
Ignore KBucket ordering and do the XOR explicitly per key.
- selectNearestExplicitThin(Hash, int, Set<Hash>, KBucketSet<Hash>) - Method in class net.i2p.router.networkdb.kademlia.FloodfillPeerSelector
-
Pick out peers with the floodfill capacity set, returning them first, but then
after they're complete, sort via kademlia.
- selectNearestExplicitThin(Hash, int, Set<Hash>, KBucketSet<Hash>, boolean) - Method in class net.i2p.router.networkdb.kademlia.FloodfillPeerSelector
-
Pick out peers with the floodfill capacity set, returning them first, but then
after they're complete, sort via kademlia.
- selectNearestExplicitThin(Hash, int, Set<Hash>, KBucketSet<Hash>) - Method in class net.i2p.router.networkdb.kademlia.PeerSelector
-
UNUSED - See FloodfillPeerSelector override
Ignore KBucket ordering and do the XOR explicitly per key.
- selectNotFailingPeers(int, Set<Hash>, Set<Hash>) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
Return a set of Hashes for peers that are not failing, preferring ones that
we are already talking with
- selectNotFailingPeers(int, Set<Hash>, Set<Hash>, int) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
- selectNotFailingPeers(int, Set<Hash>, Set<Hash>, boolean) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
- selectNotFailingPeers(int, Set<Hash>, Set<Hash>, boolean, int) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
Return a set of Hashes for peers that are not failing, preferring ones that
we are already talking with
- selectOutboundExploratoryTunnel(Hash) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
-
- selectOutboundExploratoryTunnel(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
-
Pick the outbound exploratory tunnel with the endpoint closest to the given hash.
- selectOutboundExploratoryTunnel(Hash) - Method in interface net.i2p.router.TunnelManagerFacade
-
Pick the outbound exploratory tunnel with the endpoint closest to the given hash.
- selectOutboundTunnel() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
-
- selectOutboundTunnel(Hash) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
-
- selectOutboundTunnel(Hash, Hash) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
-
- selectOutboundTunnel() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
-
Pick a random outbound exploratory tunnel.
- selectOutboundTunnel(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
-
Pick a random outbound tunnel from the given destination's pool.
- selectOutboundTunnel(Hash, Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
-
Pick the outbound tunnel with the endpoint closest to the given hash
from the given destination's pool.
- selectOutboundTunnel() - Method in interface net.i2p.router.TunnelManagerFacade
-
Pick a random outbound exploratory tunnel
- selectOutboundTunnel(Hash) - Method in interface net.i2p.router.TunnelManagerFacade
-
Pick a random outbound tunnel from the given destination's pool
- selectOutboundTunnel(Hash, Hash) - Method in interface net.i2p.router.TunnelManagerFacade
-
Pick the outbound tunnel with the endpoint closest to the given hash
from the given destination's pool.
- selectPeers() - Method in class net.i2p.router.peermanager.PeerManager
-
- selectPeers(PeerSelectionCriteria) - Method in class net.i2p.router.peermanager.PeerManager
-
Find some peers that meet the criteria and we have the netDb info for locally.
- selectPeers(TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.ClientPeerSelector
-
Returns ENDPOINT FIRST, GATEWAY LAST!!!!
In: us ..
- selectPeers(TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.ExploratoryPeerSelector
-
Returns ENDPOINT FIRST, GATEWAY LAST!!!!
In: us ..
- selectPeers(TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
-
Which peers should go into the next tunnel for the given settings?
- selectPeersInTooManyTunnels() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
-
- selectPeersInTooManyTunnels() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
-
For reliability reasons, don't allow a peer in more than x% of
client and exploratory tunnels.
- selectPeersInTooManyTunnels() - Method in interface net.i2p.router.TunnelManagerFacade
-
- selectPeersLocallyUnreachable() - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
Get the peers the transport layer thinks are unreachable,
and peers requiring introducers.
- selectPeersRecentlyRejecting() - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
Get the peers that have recently rejected us for bandwidth
recent == last 20s
- selectRandomByCapability(char) - Method in class net.i2p.router.dummy.DummyPeerManagerFacade
-
- selectRandomByCapability(char) - Method in class net.i2p.router.peermanager.PeerManagerFacadeImpl
-
- selectRandomByCapability(char) - Method in interface net.i2p.router.PeerManagerFacade
-
- selectRandomPort(RouterContext, String) - Static method in class net.i2p.router.transport.TransportUtil
-
Pick a random port between the configured boundaries
- selectTunnel() - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
-
- selectTunnel(Hash) - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
-
- selectTunnel() - Method in class net.i2p.router.tunnel.pool.TunnelPool
-
Pull a random tunnel out of the pool.
- selectTunnel(Hash) - Method in class net.i2p.router.tunnel.pool.TunnelPool
-
Return the tunnel from the pool that is XOR-closet to the target.
- selectWellIntegratedPeers(int, Set<Hash>, Set<Hash>) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
- selectWellIntegratedPeers(int, Set<Hash>, Set<Hash>, int) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
- send(OutNetMessage) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
-
toss the message onto the connection's send queue
- send(OutNetMessage) - Method in interface net.i2p.router.transport.Transport
-
Asynchronously send the message as requested in the message and, if the
send is successful, queue up any msg.getOnSendJob job, and register it
with the OutboundMessageRegistry (if it has a reply selector).
- send(OutNetMessage) - Method in class net.i2p.router.transport.TransportImpl
-
Asynchronously send the message as requested in the message and, if the
send is successful, queue up any msg.getOnSendJob job, and register it
with the OutboundMessageRegistry (if it has a reply selector).
- send(UDPPacket) - Method in class net.i2p.router.transport.udp.PacketPusher
-
This sends it directly out, bypassing OutboundMessageFragments
and the PacketPusher.
- send(UDPPacket) - Method in class net.i2p.router.transport.udp.UDPEndpoint
-
Add the packet to the outobund queue to be sent ASAP (as allowed by
the bandwidth limiter)
BLOCKING if queue is full.
- send(UDPPacket) - Method in class net.i2p.router.transport.udp.UDPTransport
-
This sends it directly out, bypassing OutboundMessageFragments.
- send(OutNetMessage) - Method in class net.i2p.router.transport.udp.UDPTransport
-
- send(I2NPMessage, PeerState) - Method in class net.i2p.router.transport.udp.UDPTransport
-
"injected" message from the EstablishmentManager.
- send(I2NPMessage, List<OutNetMessage>, PeerState) - Method in class net.i2p.router.transport.udp.UDPTransport
-
"injected" message from the EstablishmentManager,
plus pending messages to send,
so the messages may be bundled efficiently.
- send(List<I2NPMessage>, PeerState) - Method in class net.i2p.router.transport.udp.UDPTransport
-
"injected" messages from the EstablishmentManager.
- send(List<PendingGatewayMessage>, int, int, TunnelGateway.Sender, TunnelGateway.Receiver) - Method in class net.i2p.router.tunnel.BatchedPreprocessor
-
Preprocess the messages from the pending list, grouping items startAt
through sendThrough (though only part of the last one may be fully
sent), delivering them through the sender/receiver.
- send(String, String, int) - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
-
- send(String) - Method in class org.cybergarage.upnp.ssdp.HTTPMUSocket
-
- sendClosest(Hash, Set<Hash>, Hash, TunnelId) - Method in class net.i2p.router.networkdb.HandleDatabaseLookupMessageJob
-
- sendClosest(Hash, Set<Hash>, Hash, TunnelId) - Method in class net.i2p.router.networkdb.kademlia.HandleFloodfillDatabaseLookupMessageJob
-
We extend this here to send our routerInfo back as well, if we are not floodfill.
- sendComplete(OutNetMessage) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
-
queue up afterSend call, which can take some time w/ jobs, etc
- sendDestroy(PeerState) - Method in class net.i2p.router.transport.udp.UDPTransport
-
Send a session destroy message, bypassing OMF and PacketPusher.
- SenderImpl() - Constructor for class net.i2p.router.tunnel.FragmentTest.SenderImpl
-
- senderOnly() - Method in class com.southernstorm.noise.protocol.CipherStatePair
-
Destroys the receiving CipherState and retains only the sending CipherState.
- SendGarlicJob - Class in net.i2p.router.message
-
Build a garlic message from config, encrypt it, and enqueue it for delivery.
- SendGarlicJob(RouterContext, GarlicConfig, Job, Job, ReplyJob, Job, long, int, MessageSelector) - Constructor for class net.i2p.router.message.SendGarlicJob
-
- SendGarlicJob(RouterContext, GarlicConfig, Job, Job, ReplyJob, Job, long, int, MessageSelector, SessionKey, Set<SessionTag>) - Constructor for class net.i2p.router.message.SendGarlicJob
-
- sendIfEstablished(OutNetMessage) - Method in class net.i2p.router.transport.udp.UDPTransport
-
Send only if established, otherwise fail immediately.
- sendLeaseSearch(RouterInfo) - Method in class net.i2p.router.networkdb.kademlia.SearchJob
-
we're (probably) searching for a LeaseSet, so to be (overly) cautious, we're sending
the request out through a tunnel w/ reply back through another tunnel.
- sendMessage(String, long, long, Hash, boolean, String) - Method in class net.i2p.router.MessageHistory
-
We just sent a message to the peer
- sendMessage(I2NPMessage, Hash, TunnelId) - Method in class net.i2p.router.networkdb.HandleDatabaseLookupMessageJob
-
- SendMessageDirectJob - Class in net.i2p.router.message
-
Send a message directly to another router, i.e.
- SendMessageDirectJob(RouterContext, I2NPMessage, Hash, int, int) - Constructor for class net.i2p.router.message.SendMessageDirectJob
-
- SendMessageDirectJob(RouterContext, I2NPMessage, Hash, ReplyJob, Job, MessageSelector, int, int) - Constructor for class net.i2p.router.message.SendMessageDirectJob
-
- SendMessageDirectJob(RouterContext, I2NPMessage, Hash, Job, ReplyJob, Job, MessageSelector, int, int) - Constructor for class net.i2p.router.message.SendMessageDirectJob
-
- sendPayloadMessage(long, boolean, long) - Method in class net.i2p.router.MessageHistory
-
Note that the sending of a payload message completed (successfully or as a failure)
- sendPreprocessed(byte[], TunnelGateway.Receiver) - Method in class net.i2p.router.tunnel.FragmentTest.SenderImpl
-
- sendPreprocessed(byte[], TunnelGateway.Receiver) - Method in class net.i2p.router.tunnel.InboundSender
-
- sendPreprocessed(byte[], TunnelGateway.Receiver) - Method in class net.i2p.router.tunnel.OutboundSender
-
- sendPreprocessed(byte[], TunnelGateway.Receiver) - Method in interface net.i2p.router.tunnel.TunnelGateway.Sender
-
Take the preprocessed data containing zero or more fragments, encrypt
it, and pass it on to the receiver
- sendRouterSearch(RouterInfo) - Method in class net.i2p.router.networkdb.kademlia.SearchJob
-
we're searching for a router, so we can just send direct
- sendSearch(RouterInfo) - Method in class net.i2p.router.networkdb.kademlia.SearchJob
-
Send a search to the given peer
- sendStore(Hash, DatabaseEntry, Job, Job, long, Set<Hash>) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
-
- sendStore(Hash, DatabaseEntry, Job, Job, long, Set<Hash>) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
-
unused (overridden in FNDF)
- sendTerminationAndClose() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
-
NTCP 1 or 2.
- sent(Hash, TunnelId) - Method in class net.i2p.router.message.OutboundClientMessageStatus
-
- sentParticipatingMessage(int) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
-
We sent a message.
- SEQ - Static variable in class org.cybergarage.http.HTTP
-
- SERVER - Static variable in class org.cybergarage.http.HTTP
-
- SERVER_RETRY_COUNT - Static variable in class org.cybergarage.upnp.UPnP
-
- Service - Interface in net.i2p.router
-
Define the manageable service interface for the subsystems in the I2P router
- Service - Class in org.cybergarage.upnp
-
- Service() - Constructor for class org.cybergarage.upnp.Service
-
- Service(Node) - Constructor for class org.cybergarage.upnp.Service
-
- SERVICE_LIST_ELEMENT - Static variable in interface org.cybergarage.upnp.RootDescription
-
- ServiceData - Class in org.cybergarage.upnp.xml
-
- ServiceData() - Constructor for class org.cybergarage.upnp.xml.ServiceData
-
- ServiceList - Class in org.cybergarage.upnp
-
- ServiceList() - Constructor for class org.cybergarage.upnp.ServiceList
-
- serviceSearchResponse(SSDPPacket) - Method in class org.cybergarage.upnp.Service
-
- ServiceStateTable - Class in org.cybergarage.upnp
-
- ServiceStateTable() - Constructor for class org.cybergarage.upnp.ServiceStateTable
-
- SESS_REQ_EXT_FLAG_REQUEST_RELAY_TAG - Static variable in class net.i2p.router.transport.udp.UDPPacket
-
set to 1 to request a session tag, i.e.
- SESS_REQ_MIN_EXT_OPTIONS_LENGTH - Static variable in class net.i2p.router.transport.udp.UDPPacket
-
- SESSION_LIFETIME_MAX_MS - Static variable in class net.i2p.router.crypto.ratchet.RatchetSKM
-
Keep unused inbound session tags around for this long (a few minutes longer than
session tags are used on the outbound side so that no reasonable network lag
can cause failed decrypts)
This is also the max idle time for an outbound session.
- SESSION_PENDING_DURATION_MS - Static variable in class net.i2p.router.crypto.ratchet.RatchetSKM
-
- SESSION_TAG_DURATION_MS - Static variable in class net.i2p.router.crypto.ratchet.RatchetSKM
-
Let outbound session tags sit around for this long before expiring them.
- SessionConfirmedReader() - Constructor for class net.i2p.router.transport.udp.UDPPacketReader.SessionConfirmedReader
-
- SessionCreatedReader() - Constructor for class net.i2p.router.transport.udp.UDPPacketReader.SessionCreatedReader
-
- SessionEncryptionTest - Class in net.i2p.router.crypto
-
session key management unit tests:
- SessionEncryptionTest() - Constructor for class net.i2p.router.crypto.SessionEncryptionTest
-
- sessionEstablished(SessionConfig) - Method in class net.i2p.router.client.ClientConnectionRunner
-
Caller must send a SessionStatusMessage to the client with the returned code.
- SessionKeyAndNonce - Class in net.i2p.router.crypto.ratchet
-
A session key is 32 bytes of data.
- SessionKeyAndNonce(byte[], int) - Constructor for class net.i2p.router.crypto.ratchet.SessionKeyAndNonce
-
For outbound Existing Session
- SessionKeyAndNonce(byte[], int, int, PublicKey) - Constructor for class net.i2p.router.crypto.ratchet.SessionKeyAndNonce
-
For inbound Existing Session
- SessionKeyAndNonce(HandshakeState) - Constructor for class net.i2p.router.crypto.ratchet.SessionKeyAndNonce
-
For New Session Replies
- SessionRequestReader() - Constructor for class net.i2p.router.transport.udp.UDPPacketReader.SessionRequestReader
-
- sessionRequestReceived() - Method in class net.i2p.router.transport.udp.InboundEstablishState
-
- SessionTagListener - Interface in net.i2p.router.crypto.ratchet
-
Something that looks for SessionTags.
- set() - Method in class net.i2p.router.tunnel.FragmentTest
-
- set(InputStream, boolean) - Method in class org.cybergarage.http.HTTPPacket
-
- set(InputStream) - Method in class org.cybergarage.http.HTTPPacket
-
- set(HTTPSocket) - Method in class org.cybergarage.http.HTTPPacket
-
- set(HTTPPacket) - Method in class org.cybergarage.http.HTTPPacket
-
- set(HTTPRequest) - Method in class org.cybergarage.http.HTTPRequest
-
- set(String) - Method in class org.cybergarage.http.HTTPStatus
-
- set(ArgumentList) - Method in class org.cybergarage.upnp.ArgumentList
-
Deprecated.
- set(StateVariable) - Method in class org.cybergarage.upnp.StateVariable
-
- set(Attribute) - Method in class org.cybergarage.xml.Attribute
-
- set(Node) - Method in class org.cybergarage.xml.Node
-
- SET_BOTH - Static variable in class net.i2p.router.LeaseSetKeys
-
Unmodifiable, ElGamal and ECIES-X25519.
- SET_EC - Static variable in class net.i2p.router.LeaseSetKeys
-
Unmodifiable, ECIES-X25519 only
- SET_ELG - Static variable in class net.i2p.router.LeaseSetKeys
-
Unmodifiable, ElGamal only
- setActionListener(ActionListener) - Method in class org.cybergarage.upnp.Action
-
- setActionListener(ActionListener) - Method in class org.cybergarage.upnp.Device
-
- setActionListener(ActionListener, boolean) - Method in class org.cybergarage.upnp.Device
-
- setActionListener(ActionListener) - Method in class org.cybergarage.upnp.Service
-
- setActionListener(ActionListener) - Method in class org.cybergarage.upnp.xml.ActionData
-
- setActualEnd(long) - Method in class net.i2p.router.JobTiming
-
- setActualStart(long) - Method in class net.i2p.router.JobTiming
-
- setAddresses(Collection<RouterAddress>) - Method in class net.i2p.data.router.RouterInfo
-
Specify a set of RouterAddress structures at which this router
can be contacted.
- setAdvertiser(Advertiser) - Method in class org.cybergarage.upnp.xml.DeviceData
-
- setAESReplyKeys(int, SessionKey, byte[]) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
-
Key and IV to encrypt the reply sent for the tunnel creation crypto.
- setAliasOf(Hash) - Method in class net.i2p.router.TunnelPoolSettings
-
Set other destination that this is an alias of (or null).
- setAliceIntroKey(SessionKey) - Method in class net.i2p.router.transport.udp.PeerTestState
-
- setAliceIP(InetAddress) - Method in class net.i2p.router.transport.udp.PeerTestState
-
- setAliceIPFromCharlie(InetAddress) - Method in class net.i2p.router.transport.udp.PeerTestState
-
- setAlicePort(int) - Method in class net.i2p.router.transport.udp.PeerTestState
-
- setAlicePortFromCharlie(int) - Method in class net.i2p.router.transport.udp.PeerTestState
-
- setAllowedValueList(AllowedValueList) - Method in class org.cybergarage.upnp.StateVariable
-
This method ovverride the value of the AllowedValueList Node
of this object.
- setAllowedValueRange(AllowedValueRange) - Method in class org.cybergarage.upnp.StateVariable
-
This method ovverride the value of the AllowedValueRange Node
of this object.
- setAllowZeroHop(boolean) - Method in class net.i2p.router.TunnelPoolSettings
-
- setArgumentList(ArgumentList) - Method in class org.cybergarage.upnp.Action
-
- setArgumentValue(String, String) - Method in class org.cybergarage.upnp.Action
-
- setArgumentValue(String, int) - Method in class org.cybergarage.upnp.Action
-
- setArgumentValues(ArgumentList) - Method in class org.cybergarage.upnp.Action
-
- setArrival(long) - Method in class net.i2p.data.i2np.DeliveryStatusMessage
-
Misnamed, as it is generally (always?) set by the creator to the current time,
in some future usage it could be set on arrival
- setAttribute(String, String) - Method in class org.cybergarage.xml.Node
-
- setAttribute(String, int) - Method in class org.cybergarage.xml.Node
-
- setBackupQuantity(int) - Method in class net.i2p.router.TunnelPoolSettings
-
- setBlankHash(Hash) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
-
Checksum for blank record
- setBlindData(BlindData) - Method in class net.i2p.router.NetworkDatabaseFacade
-
- setBlindData(BlindData) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
-
- setBlinded(Destination, SigType, String) - Method in class net.i2p.router.networkdb.kademlia.BlindCache
-
Mark a destination as known to be blinded
- setBlinded(Destination) - Method in class net.i2p.router.networkdb.kademlia.BlindCache
-
Add the destination to the cache entry.
- setBobCipherKey(SessionKey) - Method in class net.i2p.router.transport.udp.PeerTestState
-
- setBobIP(InetAddress) - Method in class net.i2p.router.transport.udp.PeerTestState
-
- setBobMACKey(SessionKey) - Method in class net.i2p.router.transport.udp.PeerTestState
-
- setBobPort(int) - Method in class net.i2p.router.transport.udp.PeerTestState
-
- setBootId(int) - Method in class org.cybergarage.upnp.ssdp.SSDPRequest
-
- setBootId(int) - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
-
- setBytes(byte[]) - Method in class org.cybergarage.upnp.Icon
-
- setCacheControl(String) - Method in class org.cybergarage.http.HTTPPacket
-
- setCacheControl(String, int) - Method in class org.cybergarage.http.HTTPPacket
-
- setCacheControl(int) - Method in class org.cybergarage.http.HTTPPacket
-
- setCallback(String) - Method in class org.cybergarage.upnp.event.SubscriptionRequest
-
- setCapabilities(Hash, String) - Method in class net.i2p.router.dummy.DummyPeerManagerFacade
-
- setCapabilities(Hash, String) - Method in class net.i2p.router.peermanager.PeerManager
-
- setCapabilities(Hash, String) - Method in class net.i2p.router.peermanager.PeerManagerFacadeImpl
-
- setCapabilities(Hash, String) - Method in interface net.i2p.router.PeerManagerFacade
-
- setCapacityBonus(int) - Method in class net.i2p.router.peermanager.PeerProfile
-
- setCertificate(Certificate) - Method in class net.i2p.data.i2np.GarlicClove
-
- setChaChaReplyKeys(int, SessionKey, byte[]) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
-
Set ECIES reply key and IV
- setChannel(SocketChannel) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
-
- setCharlieIntroKey(SessionKey) - Method in class net.i2p.router.transport.udp.PeerTestState
-
- setCharlieIP(InetAddress) - Method in class net.i2p.router.transport.udp.PeerTestState
-
- setCharliePort(int) - Method in class net.i2p.router.transport.udp.PeerTestState
-
- setChunkSize(int) - Static method in class org.cybergarage.http.HTTP
-
- setClientVersion(String) - Method in class net.i2p.router.client.ClientConnectionRunner
-
The client version.
- setClientVersion(String) - Method in class net.i2p.router.client.QueuedClientConnectionRunner
-
Does nothing.
- setClove(PayloadGarlicConfig) - Method in class net.i2p.router.message.OutboundClientMessageStatus
-
- setCloveId(long) - Method in class net.i2p.data.i2np.GarlicClove
-
- setCode(int) - Method in class org.cybergarage.upnp.UPnPStatus
-
- setCompleteListener(FIFOBandwidthLimiter.CompleteListener) - Method in interface net.i2p.router.transport.FIFOBandwidthLimiter.Request
-
- setConfigFilename(String) - Method in class net.i2p.router.Router
-
- setConfigSetting(String, String) - Method in class net.i2p.router.Router
-
- setConnection(String) - Method in class org.cybergarage.http.HTTPPacket
-
- setContent(byte[], boolean) - Method in class org.cybergarage.http.HTTPPacket
-
- setContent(byte[]) - Method in class org.cybergarage.http.HTTPPacket
-
- setContent(String, boolean) - Method in class org.cybergarage.http.HTTPPacket
-
- setContent(String) - Method in class org.cybergarage.http.HTTPPacket
-
- setContent(Node) - Method in class org.cybergarage.soap.SOAPRequest
-
- setContent(Node) - Method in class org.cybergarage.soap.SOAPResponse
-
- setContentInputStream(InputStream) - Method in class org.cybergarage.http.HTTPPacket
-
- setContentLanguage(String) - Method in class org.cybergarage.http.HTTPPacket
-
- setContentLength(long) - Method in class org.cybergarage.http.HTTPPacket
-
- setContentRange(long, long, long) - Method in class org.cybergarage.http.HTTPPacket
-
- setContentType(String) - Method in class org.cybergarage.http.HTTPPacket
-
- setControlPoint(ControlPoint) - Method in class org.cybergarage.upnp.control.RenewSubscriber
-
- setControlPoint(ControlPoint) - Method in class org.cybergarage.upnp.device.Disposer
-
- setControlPoint(ControlPoint) - Method in class org.cybergarage.upnp.ssdp.SSDPNotifySocket
-
- setControlPoint(ControlPoint) - Method in class org.cybergarage.upnp.ssdp.SSDPNotifySocketList
-
- setControlPoint(ControlPoint) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket
-
- setControlPoint(ControlPoint) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList
-
- setControlResponse(ControlResponse) - Method in class org.cybergarage.upnp.xml.ActionData
-
- setControlURL(String) - Method in class org.cybergarage.upnp.Service
-
- setCost(int) - Method in class net.i2p.data.router.RouterAddress
-
Configure the weighted cost of using the address.
- setCreation(long) - Method in class net.i2p.router.tunnel.HopConfig
-
- setCurrentCipherKey(SessionKey) - Method in class net.i2p.router.transport.udp.PeerState
-
The AES key used to encrypt/decrypt packets, set only after the
connection is established.
- setCurrentMACKey(SessionKey) - Method in class net.i2p.router.transport.udp.PeerState
-
The AES key used to verify packets, set only after the connection is
established.
- setData(byte[]) - Method in class net.i2p.data.i2np.DataMessage
-
- setData(I2NPMessage) - Method in class net.i2p.data.i2np.GarlicClove
-
- setData(byte[]) - Method in class net.i2p.data.i2np.GarlicMessage
-
- setData(byte[]) - Method in class net.i2p.data.i2np.TunnelDataMessage
-
- setDataType(String) - Method in class org.cybergarage.upnp.StateVariable
-
- setDate(long) - Method in class net.i2p.router.crypto.ratchet.RatchetTagSet
-
For inbound and outbound: last used time
- setDate(Calendar) - Method in class org.cybergarage.http.HTTPPacket
-
- setDBHistory(DBHistory) - Method in class net.i2p.router.peermanager.PeerProfile
-
- setDefaultValue(String) - Method in class org.cybergarage.upnp.StateVariable
-
This method ovverride the value of the DefaultValue of this object.
- setDelayRequested(boolean) - Method in class net.i2p.data.i2np.DeliveryInstructions
-
- setDelaySeconds(long) - Method in class net.i2p.data.i2np.DeliveryInstructions
-
- setDeliveryMode(int) - Method in class net.i2p.data.i2np.DeliveryInstructions
-
- setDeliveryURL(String) - Method in class org.cybergarage.upnp.event.Subscriber
-
- setDepth(String) - Method in class org.cybergarage.upnp.Icon
-
- setDepth(int) - Method in class org.cybergarage.upnp.Icon
-
- setDescription(String) - Method in class org.cybergarage.upnp.UPnPStatus
-
- setDescriptionFile(File) - Method in class org.cybergarage.upnp.xml.DeviceData
-
- setDescriptionURI(String) - Method in class org.cybergarage.upnp.xml.DeviceData
-
- setDescriptionURL(String) - Method in class org.cybergarage.upnp.Service
-
- setDescriptionURL(String) - Method in class org.cybergarage.upnp.xml.ServiceData
-
- setDestination(Hash) - Method in class net.i2p.data.i2np.DeliveryInstructions
-
required for DESTINATION
- setDestinationNickname(String) - Method in class net.i2p.router.TunnelPoolSettings
-
- setDevice(Device) - Method in class org.cybergarage.upnp.device.Advertiser
-
- setDeviceDisposer(Disposer) - Method in class org.cybergarage.upnp.ControlPoint
-
- setDeviceNode(Node) - Method in class org.cybergarage.upnp.Device
-
- setDeviceType(String) - Method in class org.cybergarage.upnp.Device
-
- setDirection(String) - Method in class org.cybergarage.upnp.Argument
-
- setDisable(int) - Static method in class org.cybergarage.upnp.UPnP
-
- setDontIncludePeers(Collection<Hash>) - Method in class net.i2p.data.i2np.DatabaseLookupMessage
-
Replace the dontInclude set with this set.
- setEnable(int) - Static method in class org.cybergarage.upnp.UPnP
-
- setEncrypted(boolean) - Method in class net.i2p.data.i2np.DeliveryInstructions
-
- setEncryptionKey(SessionKey) - Method in class net.i2p.data.i2np.DeliveryInstructions
-
- setEnqueueTime(long) - Method in class net.i2p.router.OutNetMessage
-
For CDQ
- setEnqueueTime(long) - Method in class net.i2p.router.transport.udp.InboundMessageState
-
For CDQ
- setEnqueueTime(long) - Method in class net.i2p.router.transport.udp.OutboundMessageState
-
For CDQ
- setEnqueueTime(long) - Method in class net.i2p.router.transport.udp.UDPPacket
-
For CDQ
- setEnqueueTime(long) - Method in class net.i2p.router.tunnel.PendingGatewayMessage
-
For CDQ
- setEnqueueTime(long) - Method in interface net.i2p.router.util.CDQEntry
-
To be set by the queue
- setEntry(DatabaseEntry) - Method in class net.i2p.data.i2np.DatabaseStoreMessage
-
This also sets the key
- setEnvelopeNode(Node) - Method in class org.cybergarage.soap.SOAPRequest
-
- setEnvelopeNode(Node) - Method in class org.cybergarage.soap.SOAPResponse
-
- setError(String) - Method in class net.i2p.router.networkdb.reseed.ReseedChecker
-
Status from last or current reseed attempt
- setErrorResponse(int) - Method in class org.cybergarage.upnp.event.SubscriptionResponse
-
- setEstimatedDowntime(long) - Method in class net.i2p.router.Router
-
Only for soft restart.
- setEventSubURI(String) - Method in class org.cybergarage.upnp.ControlPoint
-
- setEventSubURL(String) - Method in class org.cybergarage.upnp.Service
-
- setExpiration(long) - Method in class net.i2p.data.i2np.GarlicClove
-
- setExpiration(Date) - Method in class net.i2p.data.router.RouterAddress
-
- setExpiration(long) - Method in class net.i2p.router.tunnel.HopConfig
-
- setExpiration(long) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
-
- setExpiredDeviceMonitoringInterval(long) - Method in class org.cybergarage.upnp.ControlPoint
-
- setExpireEvent(SimpleTimer2.TimedEvent) - Method in class net.i2p.router.tunnel.FragmentedMessage
-
- setExplTunnelsReady() - Method in class net.i2p.router.Router
-
Only for Tunnel Building, after we have non-zero-hop expl.
- setFaultResponse(int, String) - Method in class org.cybergarage.upnp.control.ControlResponse
-
- setFaultResponse(int) - Method in class org.cybergarage.upnp.control.ControlResponse
-
- setFirstHeardAbout(long) - Method in class net.i2p.router.peermanager.PeerProfile
-
Set when did we first heard about this peer, only if older.
- setFloodfillEnabled(boolean) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
-
Public, called from console.
- setFloodfillEnabledFromMonitor(boolean) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
-
Package private, called from FloodfillMonitorJob.
- setFragmentCount(int) - Method in class net.i2p.router.transport.udp.UDPPacket
-
only for debugging and stats
- setFriendlyName(String) - Method in class org.cybergarage.upnp.Device
-
- setFrom(Hash) - Method in class net.i2p.data.i2np.DatabaseLookupMessage
-
- setFromHash(Hash) - Method in class net.i2p.data.i2np.DatabaseSearchReplyMessage
-
- SetFullException() - Constructor for exception net.i2p.router.util.ArraySet.SetFullException
-
- setGlobalContext(RouterContext) - Static method in class net.i2p.router.RouterContext
-
Sets the default context, unless there is one already.
- setGranted(LeaseSet) - Method in class net.i2p.router.client.LeaseRequestState
-
FIXME unused - why?
- setHeader(String, String) - Method in class org.cybergarage.http.HTTPPacket
-
- setHeader(String, int) - Method in class org.cybergarage.http.HTTPPacket
-
- setHeader(String, long) - Method in class org.cybergarage.http.HTTPPacket
-
- setHeader(HTTPHeader) - Method in class org.cybergarage.http.HTTPPacket
-
- setHeight(String) - Method in class org.cybergarage.upnp.Icon
-
- setHeight(int) - Method in class org.cybergarage.upnp.Icon
-
- setHisMTU(int) - Method in class net.i2p.router.transport.udp.PeerState
-
- setHost(String, int) - Method in class org.cybergarage.http.HTTPPacket
-
- setHost(String) - Method in class org.cybergarage.http.HTTPPacket
-
- setHTTPBindAddress(InetAddress[]) - Method in class org.cybergarage.upnp.Device
-
- setHTTPBindAddress(InetAddress[]) - Method in class org.cybergarage.upnp.xml.DeviceData
-
- setHTTPPort(int) - Method in class org.cybergarage.upnp.ControlPoint
-
- setHTTPPort(int) - Method in class org.cybergarage.upnp.Device
-
- setHTTPPort(int) - Method in class org.cybergarage.upnp.xml.DeviceData
-
- setIdentity(RouterIdentity) - Method in class net.i2p.data.router.RouterInfo
-
Configure the identity of the router represented
- setInArgumentValues(ArgumentList) - Method in class org.cybergarage.upnp.Action
-
- setInboundBurstBytes(int) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
-
- setInboundBurstKBps(int) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
-
- setInboundSettings(TunnelPoolSettings) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
-
- setInboundSettings(Hash, TunnelPoolSettings) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
-
- setInboundSettings(TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
-
exploratory
- setInboundSettings(Hash, TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
-
- setInboundSettings(TunnelPoolSettings) - Method in interface net.i2p.router.TunnelManagerFacade
-
- setInboundSettings(Hash, TunnelPoolSettings) - Method in interface net.i2p.router.TunnelManagerFacade
-
- setInboundUnlimited(boolean) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
-
- setInstructions(DeliveryInstructions) - Method in class net.i2p.data.i2np.GarlicClove
-
- setIntegerHeader(String, int) - Method in class org.cybergarage.http.HTTPPacket
-
- setIntegrationBonus(int) - Method in class net.i2p.router.peermanager.PeerProfile
-
- setInterface(String) - Static method in class org.cybergarage.net.HostInterface
-
- setInterfaceAddress(String) - Method in class org.cybergarage.upnp.event.Subscriber
-
- setIntroducerTime() - Method in class net.i2p.router.transport.udp.PeerState
-
set the last time we used them as an introducer to now
- setIntroNonce(long) - Method in class net.i2p.router.transport.udp.OutboundEstablishState
-
- setIP(Hash, byte[]) - Method in class net.i2p.router.transport.TransportImpl
-
IP of the peer from the last connection (in or out, any transport).
- setIPRestriction(int) - Method in class net.i2p.router.TunnelPoolSettings
-
- setIPv6Address(String) - Static method in class org.cybergarage.upnp.ssdp.SSDP
-
- setIsAlive() - Method in class net.i2p.router.Router
-
Only for Restarter, after soft restart is complete.
- setIsAlive(boolean) - Method in class net.i2p.router.transport.udp.PeerTestEvent
-
- setIsFailing(boolean) - Method in class net.i2p.router.peermanager.PeerProfile
-
deprecated - unused - always false
- setIsSuccessful(boolean) - Method in class net.i2p.router.client.LeaseRequestState
-
- setIVKey(SessionKey) - Method in class net.i2p.router.tunnel.HopConfig
-
- setKey(SelectionKey) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
-
- setKeys(byte[], int, byte[], int) - Method in class com.southernstorm.noise.protocol.Curve25519DHState
-
Sets the private and public keys for this object.
- setKeys(byte[], int, byte[], int) - Method in interface com.southernstorm.noise.protocol.DHState
-
Sets the private and public keys for this object.
- setKeys(PublicKey, PrivateKey, SigningPublicKey, SigningPrivateKey) - Method in class net.i2p.router.KeyManager
-
Configure the router's keys.
- setKillVMOnEnd(boolean) - Method in class net.i2p.router.Router
-
Configure the router to kill the JVM when the router shuts down, as well
as whether to explicitly halt the JVM during the hard fail process.
- setLastACKSend(long) - Method in class net.i2p.router.transport.udp.PeerState
-
- setLastBadSkew(long) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
-
A positive number means our clock is ahead of theirs.
- setLastExploreNewDate(long) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
-
- setLastHeardAbout(long) - Method in class net.i2p.router.peermanager.PeerProfile
-
Set when did we last hear about this peer, only if unset or newer
Also sets FirstHeardAbout if earlier
- setLastHeardFrom(long) - Method in class net.i2p.router.peermanager.PeerProfile
-
- setLastPingTime(long) - Method in class net.i2p.router.transport.udp.PeerState
-
Note ping sent.
- setLastReceiveTime(long) - Method in class net.i2p.router.transport.udp.PeerState
-
when did we last receive a packet from them?
- setLastSendFailed(long) - Method in class net.i2p.router.peermanager.PeerProfile
-
- setLastSendSuccessful(long) - Method in class net.i2p.router.peermanager.PeerProfile
-
- setLastSendTime(long) - Method in class net.i2p.router.transport.udp.PeerState
-
when did we last send them a packet?
- setLastSendTime(long) - Method in class net.i2p.router.transport.udp.PeerTestState
-
- setLastTested(boolean) - Method in class net.i2p.router.transport.udp.PeerTestEvent
-
Set the last-tested timer to now
- setLatencyMs(int) - Method in class net.i2p.router.transport.TransportBid
-
- setLayerKey(SessionKey) - Method in class net.i2p.router.tunnel.HopConfig
-
- setLeaseSet(LeaseSet) - Method in class net.i2p.router.message.OutboundClientMessageStatus
-
- setLeaseTime(int) - Method in class org.cybergarage.upnp.Device
-
- setLeaseTime(int) - Method in class org.cybergarage.upnp.ssdp.SSDPRequest
-
- setLeaseTime(int) - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
-
- setLeaseTime(int) - Method in class org.cybergarage.upnp.xml.DeviceData
-
- setLength(int) - Method in class net.i2p.router.TunnelPoolSettings
-
How many remote hops should be in the tunnel NOT including us
- setLengthOverride(int) - Method in class net.i2p.router.TunnelPoolSettings
-
A temporary length to be used due to network conditions.
- setLengthVariance(int) - Method in class net.i2p.router.TunnelPoolSettings
-
- setListener(TransportEventListener) - Method in interface net.i2p.router.transport.Transport
-
Who to notify on message availability
- setListener(TransportEventListener) - Method in class net.i2p.router.transport.TransportImpl
-
Who to notify on message availability
- setListenPort(int) - Method in class net.i2p.router.transport.udp.UDPEndpoint
-
- setLocalAddress(String) - Method in class org.cybergarage.upnp.ssdp.HTTPUSocket
-
- setLocalAddress(String) - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
-
- setLocalAddress(String) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchRequest
-
- setLocation(String) - Method in class org.cybergarage.upnp.Device
-
- setLocation(String) - Method in class org.cybergarage.upnp.ssdp.SSDPRequest
-
- setLocation(String) - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
-
- setLocation(String) - Method in class org.cybergarage.upnp.xml.DeviceData
-
- setLongHeader(String, long) - Method in class org.cybergarage.http.HTTPPacket
-
- setManufacture(String) - Method in class org.cybergarage.upnp.Device
-
- setManufactureURL(String) - Method in class org.cybergarage.upnp.Device
-
- setMaximum(String) - Method in class org.cybergarage.upnp.AllowedValueRange
-
- setMaximumRequired(int) - Method in class net.i2p.router.peermanager.PeerSelectionCriteria
-
- setMayDisconnect() - Method in class net.i2p.router.transport.ntcp.NTCPConnection
-
Sets to true.
- setMayDisconnect() - Method in class net.i2p.router.transport.udp.PeerState
-
Sets to true.
- setMessage(I2NPMessage) - Method in class net.i2p.data.i2np.TunnelGatewayMessage
-
- setMessage(I2NPMessage) - Method in class net.i2p.router.networkdb.kademlia.FloodOnlyLookupMatchJob
-
- setMessage(I2NPMessage) - Method in class net.i2p.router.networkdb.kademlia.SearchUpdateReplyFoundJob
-
- setMessage(I2NPMessage) - Method in interface net.i2p.router.ReplyJob
-
Called by InNetMessagePool when an I2NPMessage
matching a MessageSelector registered with the OutboundMessageRegistry
is received
- setMessageExpiration(long) - Method in interface net.i2p.data.i2np.I2NPMessage
-
- setMessageExpiration(long) - Method in class net.i2p.data.i2np.I2NPMessageImpl
-
The expiration is set to one minute from now in the constructor but it can be overridden here.
- setMessageId(long) - Method in class net.i2p.data.i2np.DeliveryStatusMessage
-
- setMessageType(int) - Method in class net.i2p.router.transport.udp.UDPPacket
-
only for debugging and stats, does not go on the wire
- setMethod(String) - Method in class org.cybergarage.http.HTTPRequest
-
- setMimeType(String) - Method in class org.cybergarage.upnp.Icon
-
- setMinimum(String) - Method in class org.cybergarage.upnp.AllowedValueRange
-
- setMinimumRequired(int) - Method in class net.i2p.router.peermanager.PeerSelectionCriteria
-
- setModelDescription(String) - Method in class org.cybergarage.upnp.Device
-
- setModelName(String) - Method in class org.cybergarage.upnp.Device
-
- setModelNumber(String) - Method in class org.cybergarage.upnp.Device
-
- setModelURL(String) - Method in class org.cybergarage.upnp.Device
-
- setMulticastIPv4Address(String) - Method in class org.cybergarage.upnp.Device
-
- setMulticastIPv4Address(String) - Method in class org.cybergarage.upnp.xml.DeviceData
-
- setMulticastIPv6Address(String) - Method in class org.cybergarage.upnp.Device
-
- setMulticastIPv6Address(String) - Method in class org.cybergarage.upnp.xml.DeviceData
-
- setMYNAME(String) - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
-
- setName(String) - Method in class org.cybergarage.http.HTTPHeader
-
- setName(String) - Method in class org.cybergarage.http.Parameter
-
- setName(String) - Method in class org.cybergarage.upnp.Action
-
- setName(String) - Method in class org.cybergarage.upnp.Argument
-
- setName(String) - Method in class org.cybergarage.upnp.event.Property
-
- setName(String) - Method in class org.cybergarage.upnp.StateVariable
-
- setName(String) - Method in class org.cybergarage.xml.Attribute
-
- setName(String) - Method in class org.cybergarage.xml.Node
-
- setName(String, String) - Method in class org.cybergarage.xml.Node
-
- setNameSpace(String, String) - Method in class org.cybergarage.xml.Node
-
- setNetDbReady() - Method in class net.i2p.router.Router
-
Only for NetDB, after RIs are loaded.
- setNMPRMode(boolean) - Method in class org.cybergarage.upnp.ControlPoint
-
- setNMPRMode(boolean) - Method in class org.cybergarage.upnp.Device
-
- setNode(Node) - Method in class org.cybergarage.upnp.xml.NodeData
-
- setNode(String) - Method in class org.cybergarage.xml.Node
-
- setNode(String, String) - Method in class org.cybergarage.xml.Node
-
- setNonce(long) - Method in class com.southernstorm.noise.protocol.ChaChaPolyCipherState
-
- setNonce(long) - Method in interface com.southernstorm.noise.protocol.CipherState
-
Sets the nonce value.
- setNotifyCount(int) - Method in class org.cybergarage.upnp.event.Subscriber
-
- setNow(long, int) - Method in class net.i2p.router.RouterClock
-
- setNT(String) - Method in class org.cybergarage.upnp.event.NotifyRequest
-
- setNT(String) - Method in class org.cybergarage.upnp.event.SubscriptionRequest
-
- setNT(String) - Method in class org.cybergarage.upnp.ssdp.SSDPRequest
-
- setNTS(String) - Method in class org.cybergarage.upnp.event.NotifyRequest
-
- setNTS(String) - Method in class org.cybergarage.upnp.ssdp.SSDPRequest
-
- setOffset(long, boolean) - Method in class net.i2p.router.RouterClock
-
Specify how far away from the "correct" time the computer is - a positive
value means that the system time is slow, while a negative value means the system time is fast.
- setOffset(int) - Method in class net.i2p.router.tunnel.PendingGatewayMessage
-
move the offset
- setOnFailedReplyJob(Job) - Method in class net.i2p.router.OutNetMessage
-
- setOnFailedSendJob(Job) - Method in class net.i2p.router.OutNetMessage
-
- setOnReplyJob(ReplyJob) - Method in class net.i2p.router.OutNetMessage
-
- setOnSendJob(Job) - Method in class net.i2p.router.OutNetMessage
-
- setOptions(Properties) - Method in class net.i2p.data.router.RouterAddress
-
- setOptions(Properties) - Method in class net.i2p.data.router.RouterInfo
-
Configure a set of options or statistics that the router can expose.
- setOutArgumentValues(ArgumentList) - Method in class org.cybergarage.upnp.Action
-
- setOutboundBurstBytes(int) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
-
- setOutboundBurstKBps(int) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
-
- setOutboundSettings(TunnelPoolSettings) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
-
- setOutboundSettings(Hash, TunnelPoolSettings) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
-
- setOutboundSettings(TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
-
exploratory
- setOutboundSettings(Hash, TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
-
- setOutboundSettings(TunnelPoolSettings) - Method in interface net.i2p.router.TunnelManagerFacade
-
- setOutboundSettings(Hash, TunnelPoolSettings) - Method in interface net.i2p.router.TunnelManagerFacade
-
- setOutboundUnlimited(boolean) - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
-
- setParentNode(Node) - Method in class org.cybergarage.xml.Node
-
- setPauseFlushes(boolean) - Method in class net.i2p.router.MessageHistory
-
- setPayload(MessageId, Payload) - Method in class net.i2p.router.client.ClientConnectionRunner
-
Only call if _dontSendMSMOnReceive is false
- setPeakThroughputKBps(float) - Method in class net.i2p.router.peermanager.PeerProfile
-
Only for restoration from persisted profile.
- setPeakTunnel1mThroughputKBps(float) - Method in class net.i2p.router.peermanager.PeerProfile
-
Only for restoration from persisted profile.
- setPeakTunnelThroughputKBps(float) - Method in class net.i2p.router.peermanager.PeerProfile
-
Only for restoration from persisted profile.
- setPeer(int, Hash) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
-
- setPeerPublicValue(BigInteger) - Method in class net.i2p.router.transport.crypto.DHSessionKeyBuilder
-
Specify the value given by the peer for use in the session key negotiation
- setPeerPublicValue(byte[]) - Method in class net.i2p.router.transport.crypto.DHSessionKeyBuilder
-
- setPeers(Set<Hash>) - Method in class net.i2p.data.router.RouterInfo
-
- setPresentationListener(PresentationListener) - Method in class org.cybergarage.upnp.Device
-
- setPresentationURL(String) - Method in class org.cybergarage.upnp.Device
-
- setPriority(int) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
-
Outbound message priority - for outbound tunnels only
- setPrivateKey(byte[], int) - Method in class com.southernstorm.noise.protocol.Curve25519DHState
-
- setPrivateKey(byte[], int) - Method in interface com.southernstorm.noise.protocol.DHState
-
- setProperty(String, String) - Method in class net.i2p.router.RouterContext
-
- setPublicKey(byte[], int) - Method in class com.southernstorm.noise.protocol.Curve25519DHState
-
- setPublicKey(byte[], int) - Method in interface com.southernstorm.noise.protocol.DHState
-
Sets the public key for this object.
- setPublished(long) - Method in class net.i2p.data.router.RouterInfo
-
Date on which it was published, in milliseconds since Midnight GMT on Jan 01, 1970
- setPurpose(int) - Method in class net.i2p.router.peermanager.PeerSelectionCriteria
-
- setQuantity(int) - Method in class net.i2p.router.TunnelPoolSettings
-
- setQueryListener(QueryListener) - Method in class org.cybergarage.upnp.Device
-
- setQueryListener(QueryListener, boolean) - Method in class org.cybergarage.upnp.Device
-
- setQueryListener(QueryListener) - Method in class org.cybergarage.upnp.Service
-
- setQueryListener(QueryListener) - Method in class org.cybergarage.upnp.StateVariable
-
- setQueryListener(QueryListener) - Method in class org.cybergarage.upnp.xml.StateVariableData
-
- setQueryResponse(QueryResponse) - Method in class org.cybergarage.upnp.xml.StateVariableData
-
- setReachabilityStatus(CommSystemFacade.Status, boolean) - Method in class net.i2p.router.transport.udp.UDPTransport
-
- setReasonPhrase(String) - Method in class org.cybergarage.http.HTTPStatus
-
- setReceiveAliceTime(long) - Method in class net.i2p.router.transport.udp.PeerTestState
-
- setReceiveBobTime(long) - Method in class net.i2p.router.transport.udp.PeerTestState
-
- setReceiveCharlieTime(long) - Method in class net.i2p.router.transport.udp.PeerTestState
-
- setReceiveFrom(Hash) - Method in class net.i2p.router.tunnel.HopConfig
-
Do not set for gateway
- setReceiveTunnelId(TunnelId) - Method in class net.i2p.router.tunnel.HopConfig
-
- setReceiveTunnelId(long) - Method in class net.i2p.router.tunnel.HopConfig
-
- setRecipient(RouterInfo) - Method in class net.i2p.router.message.GarlicConfig
-
Router to receive and process this clove - the router that will open the
delivery instructions and decide what to do process it locally as an I2NPMessage,
forward it as an I2NPMessage to a router, forward it as an I2NPMessage to a Destination,
or forward it as an I2NPMessage to a tunnel.
- setRecipientPublicKey(PublicKey) - Method in class net.i2p.router.message.GarlicConfig
-
Public key of the router to receive and process this clove.
- setRecord(int, EncryptedBuildRecord) - Method in class net.i2p.data.i2np.TunnelBuildMessageBase
-
- setRelatedStateVariableName(String) - Method in class org.cybergarage.upnp.Argument
-
- setRemotePeer(RouterIdentity) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
-
Valid for outbound; valid for inbound after handshake
- setRenewRequest(Service, String, long) - Method in class org.cybergarage.upnp.event.SubscriptionRequest
-
- setRenewSubscriber(RenewSubscriber) - Method in class org.cybergarage.upnp.ControlPoint
-
- setReplyGateway(Hash) - Method in class net.i2p.data.i2np.DatabaseStoreMessage
-
- setReplyMessageId(long) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
-
- setReplyOrder(List<Integer>) - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
-
- setReplySelector(MessageSelector) - Method in class net.i2p.router.OutNetMessage
-
- setReplySession(SessionKey, SessionTag) - Method in class net.i2p.data.i2np.DatabaseLookupMessage
-
Only worthwhile if sending reply via tunnel
- setReplySession(SessionKey, RatchetSessionTag) - Method in class net.i2p.data.i2np.DatabaseLookupMessage
-
Ratchet
- setReplySession(PublicKey) - Method in class net.i2p.data.i2np.DatabaseLookupMessage
-
Ratchet.
- setReplyToken(long) - Method in class net.i2p.data.i2np.DatabaseStoreMessage
-
Update the reply token.
- setReplyTunnel(TunnelId) - Method in class net.i2p.data.i2np.DatabaseLookupMessage
-
- setReplyTunnel(TunnelId) - Method in class net.i2p.data.i2np.DatabaseStoreMessage
-
- setReqArgs(ArgumentList) - Method in class org.cybergarage.upnp.ArgumentList
-
Set all the Argument which are Input Argoument to the given value in
the argument list
- setRequest(Action, ArgumentList) - Method in class org.cybergarage.upnp.control.ActionRequest
-
- setRequest(StateVariable) - Method in class org.cybergarage.upnp.control.QueryRequest
-
- setRequest(Subscriber, String, String) - Method in class org.cybergarage.upnp.event.NotifyRequest
-
- setRequestHost(String) - Method in class org.cybergarage.http.HTTPRequest
-
- setRequestHost(Service) - Method in class org.cybergarage.upnp.control.ControlRequest
-
- setRequestPort(int) - Method in class org.cybergarage.http.HTTPRequest
-
- setResArgs(ArgumentList) - Method in class org.cybergarage.upnp.ArgumentList
-
Set all the Argument which are Output Argoument to the given value in
the argument list
- setResponse(Action) - Method in class org.cybergarage.upnp.control.ActionResponse
-
- setResponse(StateVariable) - Method in class org.cybergarage.upnp.control.QueryResponse
-
- setResponse(int) - Method in class org.cybergarage.upnp.event.SubscriptionResponse
-
- setReused() - Method in class net.i2p.router.tunnel.TunnelCreatorConfig
-
Note that we reused this tunnel
- setReused() - Method in interface net.i2p.router.TunnelInfo
-
Note that we reused this tunnel
- setRootNode(Node) - Method in class org.cybergarage.upnp.Device
-
- setRouter(Hash) - Method in class net.i2p.data.i2np.DeliveryInstructions
-
required for ROUTER or TUNNEL
- setRouterInfo(RouterInfo) - Method in class net.i2p.router.Router
-
Caller must ensure info is valid - no validation done here.
- setSCPDNode(Node) - Method in class org.cybergarage.upnp.xml.ServiceData
-
- setSCPDURL(String) - Method in class org.cybergarage.upnp.Service
-
- setSearchKey(Hash) - Method in class net.i2p.data.i2np.DatabaseLookupMessage
-
- setSearchKey(Hash) - Method in class net.i2p.data.i2np.DatabaseSearchReplyMessage
-
- setSearchMx(int) - Method in class org.cybergarage.upnp.ControlPoint
-
- setSearchType(DatabaseLookupMessage.Type) - Method in class net.i2p.data.i2np.DatabaseLookupMessage
-
Defines the type of data being searched for.
- setSendEvents(boolean) - Method in class org.cybergarage.upnp.StateVariable
-
- setSendTo(Hash) - Method in class net.i2p.router.tunnel.HopConfig
-
Do not set for endpoint
- setSendTunnelId(TunnelId) - Method in class net.i2p.router.tunnel.HopConfig
-
Do not set for endpoint
- setSendTunnelId(long) - Method in class net.i2p.router.tunnel.HopConfig
-
Do not set for endpoint
- setSentRelayTag(long) - Method in class net.i2p.router.transport.udp.InboundEstablishState
-
- setSEQ(long) - Method in class org.cybergarage.upnp.event.NotifyRequest
-
- setSeqNum(long) - Method in class net.i2p.router.OutNetMessage
-
For CDPQ
- setSeqNum(long) - Method in class net.i2p.router.transport.udp.OutboundMessageState
-
For CDPQ
- setSeqNum(long) - Method in class net.i2p.router.tunnel.OutboundGatewayMessage
-
For CDPQ
- setSeqNum(long) - Method in interface net.i2p.router.util.PQEntry
-
To be set by the queue
- setSerialNumber(String) - Method in class org.cybergarage.upnp.Device
-
- setServer(String) - Method in class org.cybergarage.http.HTTPPacket
-
- setService(Service) - Method in class org.cybergarage.upnp.Action
-
- setService(Service) - Method in class org.cybergarage.upnp.Argument
-
- setServiceID(String) - Method in class org.cybergarage.upnp.Service
-
- setServiceNode(Node) - Method in class org.cybergarage.upnp.StateVariable
-
- setServiceType(String) - Method in class org.cybergarage.upnp.Service
-
- setSessionId(Hash, SessionId) - Method in class net.i2p.router.client.ClientConnectionRunner
-
To be called only by ClientManager.
- setSettings(TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.TunnelPool
-
- setShutdownStatus() - Method in interface net.i2p.router.RouterThrottle
-
- setShutdownStatus() - Method in class net.i2p.router.RouterThrottleImpl
-
- setSID(String) - Method in class org.cybergarage.upnp.event.NotifyRequest
-
- setSID(String) - Method in class org.cybergarage.upnp.event.Subscriber
-
- setSID(String) - Method in class org.cybergarage.upnp.event.SubscriptionRequest
-
- setSID(String) - Method in class org.cybergarage.upnp.event.SubscriptionResponse
-
- setSID(String) - Method in class org.cybergarage.upnp.Service
-
- setSID(String) - Method in class org.cybergarage.upnp.xml.ServiceData
-
- setSOAPAction(String) - Method in class org.cybergarage.soap.SOAPRequest
-
- setSocket(HTTPSocket) - Method in class org.cybergarage.http.HTTPRequest
-
- setSpeedBonus(int) - Method in class net.i2p.router.peermanager.PeerProfile
-
- setSSDPBindAddress(InetAddress[]) - Method in class org.cybergarage.upnp.Device
-
- setSSDPBindAddress(InetAddress[]) - Method in class org.cybergarage.upnp.xml.DeviceData
-
- setSSDPPacket(SSDPPacket) - Method in class org.cybergarage.upnp.Device
-
- setSSDPPacket(SSDPPacket) - Method in class org.cybergarage.upnp.xml.DeviceData
-
- setSSDPPort(int) - Method in class org.cybergarage.upnp.ControlPoint
-
- setSSDPPort(int) - Method in class org.cybergarage.upnp.Device
-
- setSSDPPort(int) - Method in class org.cybergarage.upnp.xml.DeviceData
-
- setST(String) - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
-
- setStartAfter(long) - Method in class net.i2p.router.JobTiming
-
WARNING - this does not force a resort of the job queue any more...
- setStatus(String) - Method in class net.i2p.router.networkdb.reseed.ReseedChecker
-
Status from current reseed attempt
- setStatus(int, String) - Method in class org.cybergarage.upnp.Action
-
- setStatus(int) - Method in class org.cybergarage.upnp.Action
-
- setStatus(int, String) - Method in class org.cybergarage.upnp.StateVariable
-
- setStatus(int) - Method in class org.cybergarage.upnp.StateVariable
-
- setStatusCode(int) - Method in class org.cybergarage.http.HTTPResponse
-
- setStatusCode(int) - Method in class org.cybergarage.http.HTTPStatus
-
- setStep(String) - Method in class org.cybergarage.upnp.AllowedValueRange
-
- setStringHeader(String, String, String, String) - Method in class org.cybergarage.http.HTTPPacket
-
- setStringHeader(String, String) - Method in class org.cybergarage.http.HTTPPacket
-
- setSubscribeRequest(Service, String, long) - Method in class org.cybergarage.upnp.event.SubscriptionRequest
-
- setSubscriptionTime(long) - Method in class org.cybergarage.upnp.event.Subscriber
-
- setTheyRelayToUsAs(long) - Method in class net.i2p.router.transport.udp.PeerState
-
If they have offered to serve as an introducer to us, this is the tag
we can use to publish that fact.
- setThreadObject(Thread) - Method in class org.cybergarage.util.ThreadCore
-
- setTimeout(int) - Method in class org.cybergarage.http.HTTPServer
-
Set the current socket timeout
- setTimeOut(long) - Method in class org.cybergarage.upnp.event.Subscriber
-
- setTimeout(long) - Method in class org.cybergarage.upnp.event.SubscriptionRequest
-
- setTimeout(long) - Method in class org.cybergarage.upnp.event.SubscriptionResponse
-
- setTimeout(long) - Method in class org.cybergarage.upnp.Service
-
- setTimeout(long) - Method in class org.cybergarage.upnp.xml.ServiceData
-
- setTimeStamp(long) - Method in class org.cybergarage.upnp.ssdp.SSDPPacket
-
- setTimeToLive(int) - Static method in class org.cybergarage.upnp.UPnP
-
- setToNullPublicKey() - Method in class com.southernstorm.noise.protocol.Curve25519DHState
-
- setToNullPublicKey() - Method in interface com.southernstorm.noise.protocol.DHState
-
Sets this object to the null public key and clears the private key.
- setTransferEncoding(String) - Method in class org.cybergarage.http.HTTPPacket
-
- setTransport(Transport) - Method in class net.i2p.router.transport.TransportBid
-
- setTransportStyle(String) - Method in class net.i2p.data.router.RouterAddress
-
- setTunnelHistory(TunnelHistory) - Method in class net.i2p.router.peermanager.PeerProfile
-
- setTunnelId(TunnelId) - Method in class net.i2p.data.i2np.DeliveryInstructions
-
required for TUNNEL
- setTunnelId(long) - Method in class net.i2p.data.i2np.TunnelDataMessage
-
(correctly) Invalidates stored checksum
- setTunnelId(TunnelId) - Method in class net.i2p.data.i2np.TunnelDataMessage
-
(correctly) Invalidates stored checksum
- setTunnelId(TunnelId) - Method in class net.i2p.data.i2np.TunnelGatewayMessage
-
- setTunnelStatus(String) - Method in interface net.i2p.router.RouterThrottle
-
- setTunnelStatus(String) - Method in class net.i2p.router.RouterThrottleImpl
-
- setTunnelTestTimeAverage(float) - Method in class net.i2p.router.peermanager.PeerProfile
-
- setUDN(String) - Method in class org.cybergarage.upnp.Device
-
- setUniqueId(long) - Method in interface net.i2p.data.i2np.I2NPMessage
-
- setUniqueId(long) - Method in class net.i2p.data.i2np.I2NPMessageImpl
-
The ID is set to a random value when written but it can be overridden here.
- setUnpromptedDbStoreNew(long) - Method in class net.i2p.router.peermanager.DBHistory
-
- setUnpromptedDbStoreOld(long) - Method in class net.i2p.router.peermanager.DBHistory
-
- setUnsubscribeRequest(Service) - Method in class org.cybergarage.upnp.event.SubscriptionRequest
-
- setUp() - Method in class net.i2p.router.crypto.ElGamalTest
-
- setUp() - Method in class net.i2p.router.crypto.SessionEncryptionTest
-
- setUp() - Static method in class net.i2p.router.transport.BandwidthLimiterIT
-
- setUp() - Method in class net.i2p.router.transport.udp.HMACSHA256Test
-
- setUp() - Method in class net.i2p.router.tunnel.BatchedFragmentTest
-
- setUp() - Method in class net.i2p.router.tunnel.InboundTest
-
- setUp() - Method in class net.i2p.router.tunnel.OutboundTest
-
- setUp() - Method in class net.i2p.router.util.CachedIteratorArrayListTest
-
- setUPC(String) - Method in class org.cybergarage.upnp.Device
-
- setUPnPScannerCallback(UPnPScannerCallback) - Method in class net.i2p.router.Router
-
For Android only.
- setupSenderAndReceiver() - Method in class net.i2p.router.tunnel.GatewayITBase
-
sets up the sender and receiver.
- setupSenderAndReceiver() - Method in class net.i2p.router.tunnel.InboundGatewayIT
-
- setupSenderAndReceiver() - Method in class net.i2p.router.tunnel.OutboundGatewayIT
-
- setURI(String, boolean) - Method in class org.cybergarage.http.HTTPRequest
-
- setURI(String) - Method in class org.cybergarage.http.HTTPRequest
-
- setURL(String) - Method in class org.cybergarage.upnp.Icon
-
- setUs(Hash) - Method in class net.i2p.router.peermanager.ProfileOrganizer
-
- setUs(Hash) - Method in class net.i2p.router.peermanager.ProfilePersistenceHelper
-
- setUserData(Object) - Method in class org.cybergarage.upnp.Action
-
- setUserData(Object) - Method in class org.cybergarage.upnp.Argument
-
- setUserData(Object) - Method in class org.cybergarage.upnp.ControlPoint
-
- setUserData(Object) - Method in class org.cybergarage.upnp.Device
-
- setUserData(Object) - Method in class org.cybergarage.upnp.Icon
-
- setUserData(Object) - Method in class org.cybergarage.upnp.Service
-
- setUserData(Object) - Method in class org.cybergarage.upnp.StateVariable
-
- setUserData(Object) - Method in class org.cybergarage.xml.Node
-
- setUSN(String) - Method in class org.cybergarage.upnp.ssdp.SSDPRequest
-
- setUSN(String) - Method in class org.cybergarage.upnp.ssdp.SSDPResponse
-
- setValue(String) - Method in class org.cybergarage.http.HTTPHeader
-
- setValue(String) - Method in class org.cybergarage.http.Parameter
-
- setValue(String) - Method in class org.cybergarage.upnp.AllowedValue
-
- setValue(String) - Method in class org.cybergarage.upnp.Argument
-
- setValue(int) - Method in class org.cybergarage.upnp.Argument
-
- setValue(String) - Method in class org.cybergarage.upnp.event.Property
-
- setValue(String) - Method in class org.cybergarage.upnp.StateVariable
-
- setValue(int) - Method in class org.cybergarage.upnp.StateVariable
-
- setValue(long) - Method in class org.cybergarage.upnp.StateVariable
-
- setValue(String) - Method in class org.cybergarage.upnp.xml.ArgumentData
-
- setValue(String) - Method in class org.cybergarage.upnp.xml.StateVariableData
-
- setValue(String) - Method in class org.cybergarage.xml.Attribute
-
- setValue(String) - Method in class org.cybergarage.xml.Node
-
- setValue(int) - Method in class org.cybergarage.xml.Node
-
- setValueAt(int, E) - Method in class net.i2p.router.crypto.ratchet.SparseArray
-
Given an index in the range 0...size()-1, sets a new
value for the indexth key-value mapping that this
SparseArray stores.
- setVersion(int) - Method in class net.i2p.router.transport.ntcp.NTCPConnection
-
Set version 2 from InboundEstablishState.
- setVersion(String) - Method in class org.cybergarage.http.HTTPPacket
-
- setVersion(String) - Method in class org.cybergarage.http.HTTPStatus
-
- setWeRelayToThemAs(long) - Method in class net.i2p.router.transport.udp.PeerState
-
if we are serving as an introducer to them, this is the the tag that
they can publish that, when presented to us, will cause us to send
a relay introduction to the current peer
- setWidth(String) - Method in class org.cybergarage.upnp.Icon
-
- setWidth(int) - Method in class org.cybergarage.upnp.Icon
-
- setWirelessMode(boolean) - Method in class org.cybergarage.upnp.Device
-
- setXMLParser(Parser) - Static method in class org.cybergarage.soap.SOAP
-
- setXMLParser(Parser) - Static method in class org.cybergarage.upnp.UPnP
-
- SHORT_RECORD_SIZE - Static variable in class net.i2p.data.i2np.ShortTunnelBuildMessage
-
- SHORT_RECORD_SIZE - Static variable in class net.i2p.data.i2np.ShortTunnelBuildReplyMessage
-
- SHORT_REMOVE_TIME - Static variable in class net.i2p.router.sybil.Analysis
-
- ShortEncryptedBuildRecord - Class in net.i2p.data.i2np
-
Small records.
- ShortEncryptedBuildRecord(byte[]) - Constructor for class net.i2p.data.i2np.ShortEncryptedBuildRecord
-
- ShortTunnelBuildMessage - Class in net.i2p.data.i2np
-
Variable size, small records.
- ShortTunnelBuildMessage(I2PAppContext) - Constructor for class net.i2p.data.i2np.ShortTunnelBuildMessage
-
zero record count, will be set with readMessage()
- ShortTunnelBuildMessage(I2PAppContext, int) - Constructor for class net.i2p.data.i2np.ShortTunnelBuildMessage
-
- ShortTunnelBuildReplyMessage - Class in net.i2p.data.i2np
-
Transmitted from the new outbound endpoint to the creator through a
reply tunnel.
- ShortTunnelBuildReplyMessage(I2PAppContext) - Constructor for class net.i2p.data.i2np.ShortTunnelBuildReplyMessage
-
zero record count, will be set with readMessage()
- ShortTunnelBuildReplyMessage(I2PAppContext, int) - Constructor for class net.i2p.data.i2np.ShortTunnelBuildReplyMessage
-
- shouldAllowInboundEstablishment() - Method in class net.i2p.router.transport.udp.EstablishmentManager
-
Should we allow another inbound establishment?
Used to throttle outbound hole punches.
- shouldDropParticipatingMessage(TunnelDispatcher.Location, int, int) - Method in class net.i2p.router.tunnel.TunnelDispatcher
-
Implement random early discard (RED) to enforce the share bandwidth limit.
- shouldExclude(RouterContext, RouterInfo) - Static method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
-
warning, this is also called by ProfileOrganizer.isSelectable()
- shouldProcessDSRM() - Method in class net.i2p.router.networkdb.kademlia.FloodOnlySearchJob
-
- shouldProcessDSRM() - Method in class net.i2p.router.networkdb.kademlia.SingleSearchJob
-
- shouldPublishLeaseSet(Hash) - Method in class net.i2p.router.client.ClientManager
-
- shouldPublishLeaseSet(Hash) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
-
- shouldPublishLeaseSet(Hash) - Method in class net.i2p.router.ClientManagerFacade
-
Does the client specified want their leaseSet published?
- shouldSelectExplicit(TunnelPoolSettings) - Method in class net.i2p.router.tunnel.pool.TunnelPeerSelector
-
For debugging, also possibly for restricted routes?
Needs analysis and testing
- shouldSendTags(PublicKey, SessionKey) - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
-
ElG only
- shouldSendTags(PublicKey, SessionKey, int) - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
-
ElG only
- shouldSendTags(PublicKey, SessionKey, int) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
-
- shouldSendTags(PublicKey, SessionKey, int) - Method in class net.i2p.router.crypto.TransientSessionKeyManager
-
- shouldStoreEncLS2To(RouterInfo) - Static method in class net.i2p.router.networkdb.kademlia.StoreJob
-
Is it new enough?
- shouldStoreLS2To(RouterInfo) - Static method in class net.i2p.router.networkdb.kademlia.StoreJob
-
Is it new enough?
- shouldStoreTo(RouterInfo) - Static method in class net.i2p.router.networkdb.kademlia.StoreJob
-
Is it new enough?
- shouldThrottle(Hash) - Method in class net.i2p.router.networkdb.kademlia.FloodThrottler
-
increments before checking
- shouldThrottle(Hash, TunnelId) - Method in class net.i2p.router.networkdb.kademlia.LookupThrottler
-
increments before checking
- shouldThrottle(byte[]) - Method in class net.i2p.router.transport.udp.IPThrottler
-
Increments before checking
- shouldThrottle(Hash) - Method in class net.i2p.router.tunnel.pool.ParticipatingThrottler
-
increments before checking
- shouldThrottle(Hash) - Method in class net.i2p.router.tunnel.pool.RequestThrottler
-
increments before checking
- shouldThrottleFlood(Hash) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
-
Increments and tests.
- shouldThrottleLookup(Hash, TunnelId) - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
-
Increments and tests.
- shutdown(String) - Method in class net.i2p.router.client.ClientManager
-
- shutdown() - Method in class net.i2p.router.client.ClientManagerFacadeImpl
-
- shutdown(String) - Method in class net.i2p.router.client.ClientManagerFacadeImpl
-
- shutdown(String) - Method in class net.i2p.router.ClientManagerFacade
-
- shutdown() - Method in class net.i2p.router.ClientMessagePool
-
- shutdown() - Method in class net.i2p.router.crypto.FamilyKeyCrypto
-
Clears the caches
- shutdown() - Method in class net.i2p.router.crypto.ratchet.ECIESAEADEngine
-
Cannot be restarted
- shutdown() - Method in class net.i2p.router.crypto.ratchet.Elg2KeyFactory
-
Note that this stops the singleton precalc thread.
- shutdown() - Method in class net.i2p.router.crypto.ratchet.MuxedSKM
-
- shutdown() - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
-
Cannot be restarted
- shutdown() - Method in class net.i2p.router.crypto.TransientSessionKeyManager
-
- shutdown() - Method in class net.i2p.router.dummy.DummyClientManagerFacade
-
- shutdown(String) - Method in class net.i2p.router.dummy.DummyClientManagerFacade
-
- shutdown() - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
-
- shutdown() - Method in class net.i2p.router.dummy.DummyPeerManagerFacade
-
- shutdown() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
-
- shutdown() - Method in class net.i2p.router.dummy.VMCommSystem
-
- shutdown() - Method in class net.i2p.router.InNetMessagePool
-
does nothing since we aren't threaded
- shutdown() - Method in class net.i2p.router.JobQueue
-
- shutdown() - Method in class net.i2p.router.MessageHistory
-
- shutdown() - Method in class net.i2p.router.MessageValidator
-
- shutdown() - Method in class net.i2p.router.networkdb.kademlia.BlindCache
-
May be restarted by calling startup() again.
- shutdown() - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
-
If we are floodfill, turn it off and tell everybody.
- shutdown() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
-
- shutdown() - Method in class net.i2p.router.peermanager.PeerManagerFacadeImpl
-
- shutdown(int) - Method in class net.i2p.router.Router
-
Shutdown with no chance of cancellation.
- shutdown() - Method in interface net.i2p.router.Service
-
Instruct the service that the router is shutting down and that it should do
whatever is necessary to go down gracefully.
- shutdown() - Method in class net.i2p.router.startup.RouterAppManager
-
- Shutdown() - Constructor for class net.i2p.router.startup.RouterAppManager.Shutdown
-
- shutdown(String[]) - Method in class net.i2p.router.sybil.Analysis
-
ClientApp interface
- shutdown() - Method in class net.i2p.router.tasks.RouterWatchdog
-
- shutdown() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
-
Cannot be restarted after calling this.
- shutdown() - Method in class net.i2p.router.transport.crypto.DHSessionKeyBuilder.PrecalcRunner
-
Note that this stops the singleton precalc thread.
- shutdown() - Method in class net.i2p.router.transport.crypto.X25519KeyFactory
-
Note that this stops the singleton precalc thread.
- shutdown() - Method in class net.i2p.router.transport.FIFOBandwidthLimiter
-
- shutdown() - Method in class net.i2p.router.transport.FIFOBandwidthRefiller
-
- shutdown() - Method in class net.i2p.router.transport.GeoIP
-
- shutdown() - Method in class net.i2p.router.transport.OutboundMessageRegistry
-
Does something @since 0.8.8
- shutdown() - Method in class net.i2p.router.transport.TransportManager
-
Cannot be restarted.
- shutdown() - Method in class net.i2p.router.transport.udp.ACKSender
-
- shutdown() - Method in class net.i2p.router.transport.udp.EstablishmentManager
-
- shutdown() - Method in class net.i2p.router.transport.udp.InboundMessageFragments
-
- shutdown() - Method in class net.i2p.router.transport.udp.MessageReceiver
-
- shutdown() - Method in class net.i2p.router.transport.udp.OutboundMessageFragments
-
- shutdown() - Method in class net.i2p.router.transport.udp.OutboundRefiller
-
- shutdown() - Method in class net.i2p.router.transport.udp.PacketHandler
-
- shutdown() - Method in class net.i2p.router.transport.udp.PacketPusher
-
- shutdown() - Method in class net.i2p.router.transport.udp.TimedWeightedPriorityMessageQueue
-
- shutdown() - Method in class net.i2p.router.transport.udp.UDPEndpoint
-
- shutdown() - Method in class net.i2p.router.transport.udp.UDPFlooder
-
- shutdown() - Method in class net.i2p.router.transport.udp.UDPReceiver
-
- shutdown() - Method in class net.i2p.router.transport.udp.UDPSender
-
- shutdown() - Method in class net.i2p.router.transport.udp.UDPTransport
-
- shutdown() - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
-
- shutdown() - Method in class net.i2p.router.tunnel.pool.BuildExecutor
-
Cannot be restarted.
- shutdown(int) - Method in class net.i2p.router.tunnel.pool.BuildHandler
-
Cannot be restarted.
- shutdown() - Method in class net.i2p.router.tunnel.pool.TunnelPool
-
- shutdown() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
-
Cannot be restarted
- shutdown() - Method in class net.i2p.router.tunnel.TunnelDispatcher
-
- shutdown2(int) - Method in class net.i2p.router.Router
-
Cancel the JVM runtime hook before calling this.
- shutdownGracefully() - Method in class net.i2p.router.Router
-
Non-blocking shutdown.
- shutdownGracefully(int) - Method in class net.i2p.router.Router
-
Non-blocking shutdown.
- ShutdownHook - Class in net.i2p.router.tasks
-
Just for failsafe.
- ShutdownHook(RouterContext) - Constructor for class net.i2p.router.tasks.ShutdownHook
-
- SID - Static variable in class org.cybergarage.http.HTTP
-
- sign(String, Hash) - Method in class net.i2p.router.crypto.FamilyKeyCrypto
-
Caller must add family to RI also.
- signingPrivateKey - Variable in class net.i2p.router.startup.LoadRouterInfoJob.KeyData
-
- SimpleBandwidthEstimator - Class in net.i2p.router.transport.udp
-
A Westwood+ bandwidth estimator with
a first stage anti-aliasing low pass filter based on RTT,
and the time-varying Westwood filter based on inter-arrival time.
- SimpleBandwidthEstimator(I2PAppContext, PeerState) - Constructor for class net.i2p.router.transport.udp.SimpleBandwidthEstimator
-
- SingleLookupJob - Class in net.i2p.router.networkdb.kademlia
-
Ask the peer who sent us the DSRM for the RouterInfos...
- SingleLookupJob(RouterContext, DatabaseSearchReplyMessage) - Constructor for class net.i2p.router.networkdb.kademlia.SingleLookupJob
-
- SingleRemove() - Method in class net.i2p.router.util.CachedIteratorCollectionTest
-
- SingleSearchJob - Class in net.i2p.router.networkdb.kademlia
-
Ask a single peer for a single key.
- SingleSearchJob(RouterContext, Hash, Hash) - Constructor for class net.i2p.router.networkdb.kademlia.SingleSearchJob
-
- SingleTagSet - Class in net.i2p.router.crypto.ratchet
-
Inbound ES tagset with a single tag and key.
- SingleTagSet(SessionTagListener, SessionKey, RatchetSessionTag, long, long) - Constructor for class net.i2p.router.crypto.ratchet.SingleTagSet
-
For outbound Existing Session
- size() - Method in class net.i2p.router.crypto.ratchet.RatchetTagSet
-
unused tags generated
- size() - Method in class net.i2p.router.crypto.ratchet.SingleTagSet
-
- size() - Method in class net.i2p.router.crypto.ratchet.SparseArray
-
Returns the number of key-value mappings that this SparseArray
currently stores.
- size() - Method in interface net.i2p.router.networkdb.kademlia.DataStore
-
- size() - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
-
- size() - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
-
- size() - Method in class net.i2p.router.tunnel.pool.TunnelPool
-
duplicate of getTunnelCount(), let's pick one
- size() - Method in class net.i2p.router.util.ArraySet
-
- size() - Method in class net.i2p.router.util.CachedIteratorCollection
-
Return size of current LinkedListTest object
- size() - Method in class net.i2p.router.util.RemovableSingletonSet
-
- size() - Method in class org.xlattice.crypto.filters.BloomSHA1
-
Returns the number of keys which have been inserted.
- skip(long) - Method in class net.i2p.router.transport.BandwidthLimitedInputStream
-
- SOAP - Class in org.cybergarage.soap
-
- SOAP() - Constructor for class org.cybergarage.soap.SOAP
-
- SOAP_ACTION - Static variable in class org.cybergarage.http.HTTP
-
- SOAPRequest - Class in org.cybergarage.soap
-
- SOAPRequest() - Constructor for class org.cybergarage.soap.SOAPRequest
-
- SOAPRequest(HTTPRequest) - Constructor for class org.cybergarage.soap.SOAPRequest
-
- SOAPResponse - Class in org.cybergarage.soap
-
- SOAPResponse() - Constructor for class org.cybergarage.soap.SOAPResponse
-
- SOAPResponse(HTTPResponse) - Constructor for class org.cybergarage.soap.SOAPResponse
-
- SOAPResponse(SOAPResponse) - Constructor for class org.cybergarage.soap.SOAPResponse
-
- SocketListener - Interface in net.i2p.router.transport.udp
-
- SOFT_RESTART - Static variable in class net.i2p.router.util.EventLog
-
- SortHelper - Class in net.i2p.data.router
-
The sorting of addresses in RIs
- SortHelper() - Constructor for class net.i2p.data.router.SortHelper
-
- sortStructureList(List<? extends DataStructure>) - Static method in class net.i2p.data.router.SortHelper
-
See above.
- sortStructures(Collection<T>) - Static method in class net.i2p.data.router.SortHelper
-
Sort based on the Hash of the DataStructure.
- SparseArray<E> - Class in net.i2p.router.crypto.ratchet
-
SparseArray maps integers to Objects and, unlike a normal array of Objects,
its indices can contain gaps.
- SparseArray() - Constructor for class net.i2p.router.crypto.ratchet.SparseArray
-
Creates a new SparseArray containing no mappings.
- SparseArray(int) - Constructor for class net.i2p.router.crypto.ratchet.SparseArray
-
Creates a new SparseArray containing no mappings that will not
require any additional memory allocation to store the specified
number of mappings.
- SPEC_VERSION - Static variable in class org.cybergarage.upnp.Service
-
- SPECVERSION_ELEMENT - Static variable in interface org.cybergarage.upnp.RootDescription
-
- SpeedCalculator - Class in net.i2p.router.peermanager
-
Quantify how fast the peer is - how fast they respond to our requests, how fast
they pass messages on, etc.
- SpeedCalculator() - Constructor for class net.i2p.router.peermanager.SpeedCalculator
-
- SpeedComparator - Class in net.i2p.router.peermanager
-
Order profiles by their speed (lowest first).
- SpeedComparator() - Constructor for class net.i2p.router.peermanager.SpeedComparator
-
- Spinner - Class in net.i2p.router.tasks
-
A non-daemon thread to let
the shutdown task get all the way to the end
- Spinner() - Constructor for class net.i2p.router.tasks.Spinner
-
- SPLIT - Static variable in class com.southernstorm.noise.protocol.HandshakeState
-
The handshake is over and the application is expected to call
split() and begin data session communications.
- split() - Method in class com.southernstorm.noise.protocol.HandshakeState
-
Splits the transport encryption CipherState objects out of
this HandshakeState object once the handshake completes.
- split(byte[], int, int) - Method in class com.southernstorm.noise.protocol.HandshakeState
-
Splits the transport encryption CipherState objects out of
this HandshakeObject after mixing in a secondary symmetric key.
- split() - Method in class com.southernstorm.noise.protocol.SymmetricState
-
Splits the symmetric state into two ciphers for session encryption.
- split(byte[], int, int) - Method in class com.southernstorm.noise.protocol.SymmetricState
-
Splits the symmetric state into two ciphers for session encryption,
and optionally mixes in a secondary symmetric key.
- SplitKeys - Class in net.i2p.router.crypto.ratchet
-
Standard Noise split().
- SplitKeys(HandshakeState, HKDF) - Constructor for class net.i2p.router.crypto.ratchet.SplitKeys
-
- SS - Static variable in class com.southernstorm.noise.protocol.Pattern
-
- SSDP - Class in org.cybergarage.upnp.ssdp
-
This class defines constant value related to SSDP.
All the values defined here are complaint to the UPnP Standard
- SSDP() - Constructor for class org.cybergarage.upnp.ssdp.SSDP
-
- SSDPNotifyRequest - Class in org.cybergarage.upnp.ssdp
-
- SSDPNotifyRequest() - Constructor for class org.cybergarage.upnp.ssdp.SSDPNotifyRequest
-
- SSDPNotifySocket - Class in org.cybergarage.upnp.ssdp
-
This class identifies a SSDP socket only for notifing packet.
- SSDPNotifySocket(String) - Constructor for class org.cybergarage.upnp.ssdp.SSDPNotifySocket
-
- SSDPNotifySocketList - Class in org.cybergarage.upnp.ssdp
-
- SSDPNotifySocketList() - Constructor for class org.cybergarage.upnp.ssdp.SSDPNotifySocketList
-
- SSDPNotifySocketList(InetAddress[]) - Constructor for class org.cybergarage.upnp.ssdp.SSDPNotifySocketList
-
- SSDPPacket - Class in org.cybergarage.upnp.ssdp
-
- SSDPPacket(byte[], int) - Constructor for class org.cybergarage.upnp.ssdp.SSDPPacket
-
- SSDPRequest - Class in org.cybergarage.upnp.ssdp
-
- SSDPRequest() - Constructor for class org.cybergarage.upnp.ssdp.SSDPRequest
-
- SSDPRequest(InputStream) - Constructor for class org.cybergarage.upnp.ssdp.SSDPRequest
-
- SSDPResponse - Class in org.cybergarage.upnp.ssdp
-
- SSDPResponse() - Constructor for class org.cybergarage.upnp.ssdp.SSDPResponse
-
- SSDPResponse(InputStream) - Constructor for class org.cybergarage.upnp.ssdp.SSDPResponse
-
- SSDPSearchRequest - Class in org.cybergarage.upnp.ssdp
-
- SSDPSearchRequest(String, int) - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchRequest
-
- SSDPSearchRequest(String) - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchRequest
-
- SSDPSearchRequest() - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchRequest
-
- SSDPSearchResponse - Class in org.cybergarage.upnp.ssdp
-
- SSDPSearchResponse() - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchResponse
-
- SSDPSearchResponseSocket - Class in org.cybergarage.upnp.ssdp
-
- SSDPSearchResponseSocket() - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket
-
- SSDPSearchResponseSocket(String, int) - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket
-
- SSDPSearchResponseSocketList - Class in org.cybergarage.upnp.ssdp
-
- SSDPSearchResponseSocketList() - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList
-
- SSDPSearchResponseSocketList(InetAddress[]) - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList
-
- SSDPSearchSocket - Class in org.cybergarage.upnp.ssdp
-
- SSDPSearchSocket(String, int, String) - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchSocket
-
- SSDPSearchSocket(InetAddress) - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchSocket
-
- SSDPSearchSocketList - Class in org.cybergarage.upnp.ssdp
-
- SSDPSearchSocketList() - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchSocketList
-
- SSDPSearchSocketList(InetAddress[]) - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchSocketList
-
- SSDPSearchSocketList(InetAddress[], int, String, String) - Constructor for class org.cybergarage.upnp.ssdp.SSDPSearchSocketList
-
- SSLClientListenerRunner - Class in net.i2p.router.client
-
SSL version of ClientListenerRunner
- SSLClientListenerRunner(RouterContext, ClientManager, int) - Constructor for class net.i2p.router.client.SSLClientListenerRunner
-
- SSU_IPV6_CONFIG - Static variable in class net.i2p.router.transport.TransportUtil
-
- SSUDemo - Class in net.i2p.router
-
Demo of a stripped down router - no tunnels, no netDb, no i2cp, no peer profiling,
just the SSU comm layer, crypto, and associated infrastructure, extended to handle
a new type of message ("FooMessage").
- SSUDemo() - Constructor for class net.i2p.router.SSUDemo
-
- SSUHMACGenerator - Class in net.i2p.router.transport.udp
-
Calculate the HMAC-MD5-128 of a key+message.
- SSUHMACGenerator() - Constructor for class net.i2p.router.transport.udp.SSUHMACGenerator
-
- ST - Static variable in class org.cybergarage.http.HTTP
-
- ST - Class in org.cybergarage.upnp.device
-
- ST() - Constructor for class org.cybergarage.upnp.device.ST
-
- start() - Method in class com.southernstorm.noise.protocol.HandshakeState
-
Starts the handshake running.
- start() - Method in class net.i2p.router.client.ClientManager
-
- start() - Method in class net.i2p.router.JobTiming
-
Notify the timing that the job began
- start() - Method in class net.i2p.router.RouterClock
-
Cannot be stopped, but RouterTimestamper registers a shutdown task.
- start() - Method in class net.i2p.router.transport.ntcp.NTCPSendFinisher
-
- start() - Method in class net.i2p.router.transport.UPnPManager
-
Blocking, may take a while.
- start() - Method in class org.cybergarage.http.HTTPServer
-
- start() - Method in class org.cybergarage.http.HTTPServerList
-
- start(String, int) - Method in class org.cybergarage.upnp.ControlPoint
-
- start(String) - Method in class org.cybergarage.upnp.ControlPoint
-
- start() - Method in class org.cybergarage.upnp.ControlPoint
-
- start() - Method in class org.cybergarage.upnp.Device
-
- start() - Method in class org.cybergarage.upnp.ssdp.SSDPNotifySocket
-
- start() - Method in class org.cybergarage.upnp.ssdp.SSDPNotifySocketList
-
- start() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket
-
- start() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList
-
- start() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocket
-
- start() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocketList
-
- start() - Method in class org.cybergarage.util.ThreadCore
-
- StartAcceptingClientsJob - Class in net.i2p.router.startup
-
start I2CP interface
- StartAcceptingClientsJob(RouterContext) - Constructor for class net.i2p.router.startup.StartAcceptingClientsJob
-
- startCreateSessionJob(SessionConfig) - Method in class net.i2p.router.client.ClientMessageEventListener
-
Override for testing
- startCreateSessionJob(SessionConfig) - Method in class net.i2p.router.client.LocalClientMessageEventListener
-
Immediately send a fake leaseset
- STARTED - Static variable in class net.i2p.router.util.EventLog
-
- StartExplorersJob - Class in net.i2p.router.networkdb.kademlia
-
Fire off search jobs for random keys from the explore pool, up to MAX_PER_RUN
at a time.
- StartExplorersJob(RouterContext, KademliaNetworkDatabaseFacade) - Constructor for class net.i2p.router.networkdb.kademlia.StartExplorersJob
-
- startListeners() - Method in class net.i2p.router.client.ClientManager
-
Call from synchronized method
Todo: Start a 3rd listener for IPV6?
- startListeners() - Method in class net.i2p.router.client.LocalClientManager
-
- startListening() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
-
Called by TransportManager.
- startListening() - Method in interface net.i2p.router.transport.Transport
-
- startListening() - Method in class net.i2p.router.transport.TransportManager
-
- startListening() - Method in class net.i2p.router.transport.udp.UDPTransport
-
- startPumping() - Method in class net.i2p.router.transport.ntcp.EventPumper
-
- startReading(int) - Method in class net.i2p.router.transport.ntcp.Reader
-
- startRunning() - Method in class net.i2p.router.client.ClientConnectionRunner
-
Actually run the connection - listen for I2CP messages and respond.
- startRunning() - Method in class net.i2p.router.client.QueuedClientConnectionRunner
-
Starts the reader thread.
- startRunning() - Method in class net.i2p.router.JobQueueRunner
-
- startTesting(PeerManager) - Method in class net.i2p.router.peermanager.PeerTestJob
-
- startTimestamper() - Method in class net.i2p.router.time.RouterTimestamper
-
- startup() - Method in class net.i2p.router.Blocklist
-
Loads the following files in-order:
$I2P/blocklist.txt
~/.i2p/blocklist.txt
~/.i2p/docs/feed/blocklist/blocklist.txt
~/.i2p/blocklist-countries.txt
File if specified with router.blocklist.file
- startup() - Method in class net.i2p.router.client.ClientManagerFacadeImpl
-
- startup() - Method in class net.i2p.router.crypto.ratchet.ECIESAEADEngine
-
May be called multiple times
- startup() - Method in class net.i2p.router.dummy.DummyClientManagerFacade
-
- startup() - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
-
- startup() - Method in class net.i2p.router.dummy.DummyPeerManagerFacade
-
- startup() - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
-
- startup() - Method in class net.i2p.router.dummy.VMCommSystem
-
- startup() - Method in class net.i2p.router.InNetMessagePool
-
does nothing since we aren't threaded
- startup() - Method in class net.i2p.router.JobQueue
-
Start the pumper.
- startup() - Method in class net.i2p.router.KeyManager
-
- startup() - Method in class net.i2p.router.MessageValidator
-
- startup() - Method in class net.i2p.router.networkdb.kademlia.BlindCache
-
- startup() - Method in class net.i2p.router.networkdb.kademlia.FloodfillNetworkDatabaseFacade
-
- startup() - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
-
- startup() - Method in class net.i2p.router.peermanager.PeerManagerFacadeImpl
-
- startup() - Method in interface net.i2p.router.Service
-
Instruct the service that it should start normal operation.
- startup() - Method in class net.i2p.router.sybil.Analysis
-
ClientApp interface
- startup() - Method in class net.i2p.router.transport.CommSystemFacadeImpl
-
- startup() - Method in class net.i2p.router.transport.udp.ACKSender
-
- startup() - Method in class net.i2p.router.transport.udp.EstablishmentManager
-
- startup() - Method in class net.i2p.router.transport.udp.InboundMessageFragments
-
- startup() - Method in class net.i2p.router.transport.udp.MessageReceiver
-
- startup() - Method in class net.i2p.router.transport.udp.OutboundMessageFragments
-
- startup() - Method in class net.i2p.router.transport.udp.OutboundRefiller
-
- startup() - Method in class net.i2p.router.transport.udp.PacketHandler
-
- startup() - Method in class net.i2p.router.transport.udp.PacketPusher
-
- startup() - Method in class net.i2p.router.transport.udp.UDPEndpoint
-
Caller should call getListenPort() after this to get the actual bound port and determine success .
- startup() - Method in class net.i2p.router.transport.udp.UDPFlooder
-
- startup() - Method in class net.i2p.router.transport.udp.UDPReceiver
-
Cannot be restarted (socket is final)
- startup() - Method in class net.i2p.router.transport.udp.UDPSender
-
Cannot be restarted (socket is final)
- startup() - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
-
- startup() - Method in class net.i2p.router.tunnel.pool.TunnelPool
-
Warning, this may be called more than once
(without an intervening shutdown()) if the
tunnel is stopped and then restarted by the client manager with the same
Destination (i.e.
- startup() - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
-
- startup() - Method in class net.i2p.router.tunnel.TunnelDispatcher
-
startup
- StartupJob - Class in net.i2p.router.startup
-
The StartupJob should be run once on router startup to initialize the system
and set things in motion.
- StartupJob(RouterContext) - Constructor for class net.i2p.router.startup.StartupJob
-
- startWriting(int) - Method in class net.i2p.router.transport.ntcp.Writer
-
- state - Variable in class net.i2p.router.transport.udp.PacketBuilder.Fragment
-
- STATES_DONE - Static variable in class net.i2p.router.transport.ntcp.EstablishBase
-
- StateVariable - Class in org.cybergarage.upnp
-
- StateVariable() - Constructor for class org.cybergarage.upnp.StateVariable
-
- StateVariable(Node, Node) - Constructor for class org.cybergarage.upnp.StateVariable
-
- StateVariableData - Class in org.cybergarage.upnp.xml
-
- StateVariableData() - Constructor for class org.cybergarage.upnp.xml.StateVariableData
-
- StatisticsManager - Class in net.i2p.router
-
Publishes some statistics about the router in the netDB.
- StatisticsManager(RouterContext) - Constructor for class net.i2p.router.StatisticsManager
-
- statPublisher() - Method in class net.i2p.router.RouterContext
-
If the router is configured to, gather up some particularly tasty morsels
regarding the stats managed and offer to publish them into the routerInfo.
- status - Variable in class org.freenetproject.ForwardPortStatus
-
- STATUS_DIFFERENT - Static variable in class net.i2p.router.CommSystemFacade
-
We are behind a symmetric NAT which will make our 'from' address look
differently when we talk to multiple people
- STATUS_DISCONNECTED - Static variable in class net.i2p.router.CommSystemFacade
-
We have no network interface at all enabled transports
- STATUS_HOSED - Static variable in class net.i2p.router.CommSystemFacade
-
Our detection system is broken (SSU bind port failed)
- STATUS_IPV4_DISABLED_IPV6_FIREWALLED - Static variable in class net.i2p.router.CommSystemFacade
-
We have an IPv6 transport enabled and a public IPv6 address.
- STATUS_IPV4_DISABLED_IPV6_OK - Static variable in class net.i2p.router.CommSystemFacade
-
We have an IPv6 transport enabled and a public IPv6 address.
- STATUS_IPV4_DISABLED_IPV6_UNKNOWN - Static variable in class net.i2p.router.CommSystemFacade
-
We have an IPv6 transport enabled and a public IPv6 address.
- STATUS_IPV4_FIREWALLED_IPV6_OK - Static variable in class net.i2p.router.CommSystemFacade
-
We have an IPv6 transport enabled and a public IPv6 address.
- STATUS_IPV4_FIREWALLED_IPV6_UNKNOWN - Static variable in class net.i2p.router.CommSystemFacade
-
We have an IPv6 transport enabled and a public IPv6 address.
- STATUS_IPV4_OK_IPV6_FIREWALLED - Static variable in class net.i2p.router.CommSystemFacade
-
We have an IPv6 transport enabled and a public IPv6 address.
- STATUS_IPV4_OK_IPV6_UNKNOWN - Static variable in class net.i2p.router.CommSystemFacade
-
We have an IPv6 transport enabled and a public IPv6 address.
- STATUS_IPV4_SNAT_IPV6_OK - Static variable in class net.i2p.router.CommSystemFacade
-
We are behind a symmetric NAT which will make our 'from' address look
differently when we talk to multiple people
We can receive unsolicited connections on IPv6.
- STATUS_IPV4_SNAT_IPV6_UNKNOWN - Static variable in class net.i2p.router.CommSystemFacade
-
We are behind a symmetric NAT which will make our 'from' address look
differently when we talk to multiple people
We might be able to receive unsolicited connections on IPv6.
- STATUS_IPV4_UNKNOWN_IPV6_FIREWALLED - Static variable in class net.i2p.router.CommSystemFacade
-
We have an IPv6 transport enabled and a public IPv6 address.
- STATUS_IPV4_UNKNOWN_IPV6_OK - Static variable in class net.i2p.router.CommSystemFacade
-
We have an IPv6 transport enabled and a public IPv6 address.
- STATUS_LINE_DELIM - Static variable in class org.cybergarage.http.HTTP
-
- STATUS_OK - Static variable in class net.i2p.router.CommSystemFacade
-
These must be increasing in "badness" (see TransportManager.java),
but UNKNOWN must be last.
- STATUS_REJECT_UNSOLICITED - Static variable in class net.i2p.router.CommSystemFacade
-
We are able to talk to peers that we initiate communication with, but
cannot receive unsolicited connections, i.e.
- STATUS_UNKNOWN - Static variable in class net.i2p.router.CommSystemFacade
-
Our reachability is unknown on all
- stop() - Method in interface net.i2p.router.networkdb.kademlia.DataStore
-
- stop() - Method in class net.i2p.router.networkdb.kademlia.PersistentDataStore
-
- stop() - Method in class net.i2p.router.networkdb.kademlia.TransientDataStore
-
- stop() - Method in class net.i2p.router.transport.ntcp.NTCPSendFinisher
-
- stop() - Method in class net.i2p.router.transport.UPnPManager
-
Blocking, may take a while, up to 20 seconds
- stop() - Method in class org.cybergarage.http.HTTPServer
-
- stop() - Method in class org.cybergarage.http.HTTPServerList
-
- stop() - Method in class org.cybergarage.upnp.ControlPoint
-
- stop() - Method in class org.cybergarage.upnp.Device
-
- stop() - Method in class org.cybergarage.upnp.ssdp.SSDPNotifySocket
-
- stop() - Method in class org.cybergarage.upnp.ssdp.SSDPNotifySocketList
-
- stop() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocket
-
- stop() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList
-
- stop() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocket
-
- stop() - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocketList
-
- stop() - Method in class org.cybergarage.util.ThreadCore
-
- stopAcceptingClients() - Method in class net.i2p.router.dummy.DummyClientManagerFacade
-
- stopAndUnregister(Transport) - Method in class net.i2p.router.transport.TransportManager
-
Pluggable transports.
- stopargs - Variable in class net.i2p.router.startup.ClientAppConfig
-
- stopDecaying() - Method in class net.i2p.router.util.DecayingBloomFilter
-
- stopDecaying() - Method in class net.i2p.router.util.DecayingHashSet
-
super doesn't call clear, but neither do the users, so it seems like we should here
- stopListening() - Method in class net.i2p.router.client.ClientListenerRunner
-
- stopListening() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
-
This doesn't (completely) block, caller should check isAlive()
before calling startListening() or restartListening()
- stopListening() - Method in interface net.i2p.router.transport.Transport
-
- stopListening() - Method in class net.i2p.router.transport.TransportManager
-
Can be restarted.
- stopListening() - Method in class net.i2p.router.transport.udp.UDPTransport
-
- STOPPED - Static variable in class net.i2p.router.util.EventLog
-
- stopPublishing(Hash) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
-
- stopPumping() - Method in class net.i2p.router.transport.ntcp.EventPumper
-
- stopPumping() - Method in class net.i2p.router.tunnel.TunnelGatewayPumper
-
- stopReading() - Method in class net.i2p.router.transport.ntcp.Reader
-
- stopRunning() - Method in class net.i2p.router.client.ClientConnectionRunner
-
Die a horrible death.
- stopRunning() - Method in class net.i2p.router.client.QueuedClientConnectionRunner
-
Calls super() to stop the reader, and sends a poison message to the client.
- stopRunning() - Method in class net.i2p.router.JobQueueRunner
-
- stopTesting() - Method in class net.i2p.router.peermanager.PeerTestJob
-
- stopWriting() - Method in class net.i2p.router.client.ClientWriterRunner
-
No more messages - dont even try to send what we have
- stopWriting() - Method in class net.i2p.router.transport.ntcp.Writer
-
- store(Hash, LeaseSet) - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
-
- store(Hash, RouterInfo) - Method in class net.i2p.router.dummy.DummyNetworkDatabaseFacade
-
- store(Hash, LeaseSet) - Method in class net.i2p.router.NetworkDatabaseFacade
-
- store(Hash, RouterInfo) - Method in class net.i2p.router.NetworkDatabaseFacade
-
- store(Hash, DatabaseEntry) - Method in class net.i2p.router.NetworkDatabaseFacade
-
- store(Hash, LeaseSet) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
-
Store the leaseSet.
- store(Hash, RouterInfo) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
-
Store the routerInfo.
- store(Hash, RouterInfo, boolean) - Method in class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
-
Store the routerInfo.
- store(OutputStream) - Method in class net.i2p.router.peermanager.DBHistory
-
write out the data from the profile to the stream
includes comments
- store(OutputStream, boolean) - Method in class net.i2p.router.peermanager.DBHistory
-
write out the data from the profile to the stream
- store(OutputStream) - Method in class net.i2p.router.peermanager.TunnelHistory
-
- store(OutputStream, boolean) - Method in class net.i2p.router.peermanager.TunnelHistory
-
write out the data from the profile to the stream
- store(long, Map<Hash, Points>) - Method in class net.i2p.router.sybil.PersistSybil
-
Store each entry.
- storeFailed() - Method in class net.i2p.router.peermanager.DBHistory
-
Note that floodfill verify failed
- StoreJob - Class in net.i2p.router.networkdb.kademlia
-
Stores through this always request a reply.
- StoreJob(RouterContext, KademliaNetworkDatabaseFacade, Hash, DatabaseEntry, Job, Job, long) - Constructor for class net.i2p.router.networkdb.kademlia.StoreJob
-
Send a data structure to the floodfills
- StoreJob(RouterContext, KademliaNetworkDatabaseFacade, Hash, DatabaseEntry, Job, Job, long, Set<Hash>) - Constructor for class net.i2p.router.networkdb.kademlia.StoreJob
-
- StoreMessageSelector - Class in net.i2p.router.networkdb.kademlia
-
Check to see the message is a reply from the peer regarding the current
store
- StoreMessageSelector(RouterContext, long, RouterInfo, long, long) - Constructor for class net.i2p.router.networkdb.kademlia.StoreMessageSelector
-
- storeProfile(Hash) - Method in class net.i2p.router.peermanager.PeerManager
-
- storeProfiles() - Method in class net.i2p.router.peermanager.PeerManager
-
- StoreState - Class in net.i2p.router.networkdb.kademlia
-
Tracks the state of a StoreJob
- StoreState(RouterContext, Hash, DatabaseEntry) - Constructor for class net.i2p.router.networkdb.kademlia.StoreState
-
- StoreState(RouterContext, Hash, DatabaseEntry, Set<Hash>) - Constructor for class net.i2p.router.networkdb.kademlia.StoreState
-
- storeSuccessful() - Method in class net.i2p.router.peermanager.DBHistory
-
Note that we successfully stored to a floodfill peer and verified the result
by asking another floodfill peer
- stratum - Variable in class net.i2p.router.time.NtpMessage
-
This value indicates the stratum level of the local clock, with values
defined as follows:
Stratum Meaning
----------------------------------------------
0 unspecified or unavailable
1 primary reference (e.g., radio clock)
2-15 secondary reference (via NTP or SNTP)
16-255 reserved
- stream - Variable in class com.maxmind.geoip2.DatabaseReader.Builder
-
- StrictCountries - Class in net.i2p.router.transport
-
Maintain a list of countries that may have
tight restrictions on applications like ours.
- StrictCountries() - Constructor for class net.i2p.router.transport.StrictCountries
-
- StringUtil - Class in org.cybergarage.util
-
- StringUtil() - Constructor for class org.cybergarage.util.StringUtil
-
- STYLE - Static variable in class net.i2p.router.transport.ntcp.NTCPTransport
-
- style - Variable in class net.i2p.router.transport.TransportManager.Port
-
- STYLE - Static variable in class net.i2p.router.transport.udp.UDPTransport
-
- STYLE2 - Static variable in class net.i2p.router.transport.ntcp.NTCPTransport
-
- SUBSCRIBE - Static variable in class org.cybergarage.http.HTTP
-
- subscribe(Service, long) - Method in class org.cybergarage.upnp.ControlPoint
-
- subscribe(Service) - Method in class org.cybergarage.upnp.ControlPoint
-
- subscribe(Service, String, long) - Method in class org.cybergarage.upnp.ControlPoint
-
- subscribe(Service, String) - Method in class org.cybergarage.upnp.ControlPoint
-
- SUBSCRIBE_METHOD - Static variable in class org.cybergarage.upnp.event.Subscription
-
- Subscriber - Class in org.cybergarage.upnp.event
-
- Subscriber() - Constructor for class org.cybergarage.upnp.event.Subscriber
-
- SubscriberList - Class in org.cybergarage.upnp.event
-
- SubscriberList() - Constructor for class org.cybergarage.upnp.event.SubscriberList
-
- Subscription - Class in org.cybergarage.upnp.event
-
- Subscription() - Constructor for class org.cybergarage.upnp.event.Subscription
-
- SubscriptionRequest - Class in org.cybergarage.upnp.event
-
- SubscriptionRequest() - Constructor for class org.cybergarage.upnp.event.SubscriptionRequest
-
- SubscriptionRequest(HTTPRequest) - Constructor for class org.cybergarage.upnp.event.SubscriptionRequest
-
- SubscriptionResponse - Class in org.cybergarage.upnp.event
-
- SubscriptionResponse() - Constructor for class org.cybergarage.upnp.event.SubscriptionResponse
-
- SubscriptionResponse(HTTPResponse) - Constructor for class org.cybergarage.upnp.event.SubscriptionResponse
-
- succeed() - Method in class net.i2p.router.networkdb.kademlia.FloodfillStoreJob
-
Send was totally successful
- succeed() - Method in class net.i2p.router.networkdb.kademlia.StoreJob
-
Send was totally successful
- succeeded(OutboundMessageState) - Method in class net.i2p.router.transport.udp.UDPTransport
-
- success() - Method in class net.i2p.router.message.OutboundClientMessageStatus
-
we succeeded.
- success() - Method in class net.i2p.router.networkdb.kademlia.FloodOnlySearchJob
-
- success() - Method in class net.i2p.router.networkdb.kademlia.FloodSearchJob
-
Deprecated, unused, see FOSJ override
- success() - Method in class net.i2p.router.networkdb.kademlia.IterativeFollowupJob
-
- success() - Method in class net.i2p.router.networkdb.kademlia.IterativeSearchJob
-
- success() - Method in class net.i2p.router.networkdb.kademlia.SingleSearchJob
-
- supportsEncryptedReplies(RouterInfo) - Static method in class net.i2p.data.i2np.DatabaseLookupMessage
-
Does this router support encrypted replies?
- supportsRatchetReplies(RouterInfo) - Static method in class net.i2p.data.i2np.DatabaseLookupMessage
-
Does this router support ratchet replies?
- swap() - Method in class com.southernstorm.noise.protocol.CipherStatePair
-
Swaps the sender and receiver.
- SYMMETRIC_NAT - Static variable in class org.freenetproject.DetectedIP
-
Symmetric NAT.
- SYMMETRIC_UDP_FIREWALL - Static variable in class org.freenetproject.DetectedIP
-
Symmetric UDP firewall.
- SymmetricState - Class in com.southernstorm.noise.protocol
-
Symmetric state for helping manage a Noise handshake.
- SymmetricState(String, String, String) - Constructor for class com.southernstorm.noise.protocol.SymmetricState
-
Constructs a new symmetric state object.
- SymmetricState(SymmetricState) - Constructor for class com.southernstorm.noise.protocol.SymmetricState
-
Copy constructor for cloning