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

A

abort() - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
abort() - Method in interface net.i2p.router.transport.FIFOBandwidthLimiter.Request
we no longer want the data requested (the connection closed)
ABORTED - Static variable in class net.i2p.router.util.EventLog
for convenience, not required
ABSOLUTE_MAX_ACKS - Static variable in class net.i2p.router.transport.udp.PacketBuilder
one byte field
accept() - Method in class org.cybergarage.http.HTTPServer
 
acceptNetDbLookupRequest(Hash) - Method in class net.i2p.router.RouterDoSThrottle
Deprecated.
 
acceptNetDbLookupRequest(Hash) - Method in interface net.i2p.router.RouterThrottle
Should we accept the netDb lookup message, replying either with the value or some closer peers, or should we simply drop it due to overload?
acceptNetDbLookupRequest(Hash) - Method in class net.i2p.router.RouterThrottleImpl
Deprecated.
unused, function moved to netdb
acceptNetworkMessage() - Method in interface net.i2p.router.RouterThrottle
Should we accept any more data from the network for any sort of message, taking into account our current load, or should we simply slow down?
acceptNetworkMessage() - Method in class net.i2p.router.RouterThrottleImpl
Should we accept any more data from the network for any sort of message, taking into account our current load, or should we simply slow down? FIXME only called by SSU Receiver, not NTCP! FIXME should put warning on the console FIXME or should we do this at all? We have Codel queues all over now...
acceptTunnelRequest() - Method in interface net.i2p.router.RouterThrottle
Should we accept the request to participate in the given tunnel, taking into account our current load and bandwidth usage commitments?
acceptTunnelRequest() - Method in class net.i2p.router.RouterThrottleImpl
If we should send a reject, return a nonzero reject code.
ACK_FREQUENCY - Static variable in class net.i2p.router.transport.udp.ACKSender
how frequently do we want to send ACKs to a peer?
ACKBitfield - Interface in net.i2p.router.transport.udp
Generic means of SACK/NACK transmission for partially or fully received messages
AckBlock(int, int) - Constructor for class net.i2p.router.crypto.ratchet.RatchetPayload.AckBlock
 
AckBlock(List<Integer>) - Constructor for class net.i2p.router.crypto.ratchet.RatchetPayload.AckBlock
 
ackCount() - Method in interface net.i2p.router.transport.udp.ACKBitfield
Number of fragments acked in this bitfield.
acked() - Method in class net.i2p.router.networkdb.kademlia.MessageWrapper.WrappedMessage
delivered tags (if any) were acked
acked(ACKBitfield) - Method in class net.i2p.router.transport.udp.OutboundMessageState
Ack all the fragments in the ack list.
acked(long, InboundMessageFragments.ModifiableLong) - Method in class net.i2p.router.transport.udp.PeerState
A full ACK was received.
acked(ACKBitfield, InboundMessageFragments.ModifiableLong) - Method in class net.i2p.router.transport.udp.PeerState
A partial ACK was received.
ackPeer(PeerState) - Method in class net.i2p.router.transport.udp.ACKSender
Add to the queue.
AckRequestBlock() - Constructor for class net.i2p.router.crypto.ratchet.RatchetPayload.AckRequestBlock
 
ackRequested(PublicKey, int, int) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
 
ACKSender - Class in net.i2p.router.transport.udp
Blocking thread that is given peers by the inboundFragment pool, sending out any outstanding ACKs.
ACKSender(RouterContext, UDPTransport) - Constructor for class net.i2p.router.transport.udp.ACKSender
 
ackSendMessage(SessionId, MessageId, long) - Method in class net.i2p.router.client.ClientConnectionRunner
Send a notification to the client that their message (id specified) was accepted for delivery (but not necessarily delivered) Doesn't do anything if i2cp.messageReliability = "none" or if the nonce is 0.
acksToSend - Variable in class net.i2p.router.crypto.ratchet.RatchetEntry
 
ACKTimer - Class in net.i2p.router.crypto.ratchet
Send an empty message if the timer expires.
ACKTimer(RouterContext, Destination, Destination) - Constructor for class net.i2p.router.crypto.ratchet.ACKTimer
Caller must schedule
acquire(RouterContext, boolean) - Static method in class net.i2p.router.transport.udp.UDPPacket
 
Action - Class in org.cybergarage.upnp
 
Action(Node) - Constructor for class org.cybergarage.upnp.Action
 
Action(Node, Node) - Constructor for class org.cybergarage.upnp.Action
 
Action(Action) - Constructor for class org.cybergarage.upnp.Action
 
ACTION_FAILED - Static variable in class org.cybergarage.upnp.UPnPStatus
 
actionControlReceived(Action) - Method in interface org.cybergarage.upnp.control.ActionListener
 
ActionData - Class in org.cybergarage.upnp.xml
 
ActionData() - Constructor for class org.cybergarage.upnp.xml.ActionData
 
ActionList - Class in org.cybergarage.upnp
 
ActionList() - Constructor for class org.cybergarage.upnp.ActionList
 
ActionListener - Interface in org.cybergarage.upnp.control
 
ActionRequest - Class in org.cybergarage.upnp.control
 
ActionRequest() - Constructor for class org.cybergarage.upnp.control.ActionRequest
 
ActionRequest(HTTPRequest) - Constructor for class org.cybergarage.upnp.control.ActionRequest
 
ActionResponse - Class in org.cybergarage.upnp.control
 
ActionResponse() - Constructor for class org.cybergarage.upnp.control.ActionResponse
 
ActionResponse(SOAPResponse) - Constructor for class org.cybergarage.upnp.control.ActionResponse
 
add(String) - Method in class net.i2p.router.Blocklist
Maintain a simple in-memory single-IP blocklist This is used for new additions, NOT for the main list of IP ranges read in from the file.
add(byte[]) - Method in class net.i2p.router.Blocklist
Maintain a simple in-memory single-IP blocklist This is used for new additions, NOT for the main list of IP ranges read in from the file.
add(ClientMessage) - Method in class net.i2p.router.ClientMessagePool
Add a new message to the pool.
add(ClientMessage, boolean) - Method in class net.i2p.router.ClientMessagePool
If we're coming from the client subsystem itself, we already know whether the target is definitely remote and as such don't need to recheck ourselves, but if we aren't certain, we want it to check for us.
add(I2NPMessage, RouterIdentity, Hash) - Method in class net.i2p.router.InNetMessagePool
Add a new message to the pool.
add(Hash) - Method in class net.i2p.router.networkdb.kademlia.SearchJob
 
add(OutNetMessage) - Method in class net.i2p.router.OutNetMessagePool
Add a new message to the pool
add(String) - Method in class net.i2p.router.transport.GeoIP
Add to the list needing lookup Public for BundleRouterInfos
add(byte[]) - Method in class net.i2p.router.transport.GeoIP
Add to the list needing lookup Public for BundleRouterInfos
add(OutNetMessage) - Method in class net.i2p.router.transport.ntcp.NTCPSendFinisher
 
add(PeerState) - Method in class net.i2p.router.transport.udp.IntroductionManager
 
add(OutNetMessage) - Method in interface net.i2p.router.transport.udp.MessageQueue
Add on a new message to the queue
add(OutNetMessage) - Method in class net.i2p.router.transport.udp.OutboundMessageFragments
Add a new message to the active pool
add(OutboundMessageState, PeerState) - Method in class net.i2p.router.transport.udp.OutboundMessageFragments
Short circuit the OutNetMessage, letting us send the establish complete message reliably.
add(List<OutboundMessageState>, PeerState) - Method in class net.i2p.router.transport.udp.OutboundMessageFragments
Short circuit the OutNetMessage, letting us send multiple messages reliably and efficiently.
add(PeerState, int) - Method in class net.i2p.router.transport.udp.OutboundMessageFragments
Add the peer to the list of peers wanting to transmit something.
add(OutboundMessageState) - Method in class net.i2p.router.transport.udp.PeerState
TODO should this use a queue, separate from the list of msgs pending an ack? TODO bring back tail drop? TODO priority queue? (we don't implement priorities in SSU now) TODO backlog / pushback / block instead of dropping? Can't really block here.
add(OutNetMessage) - Method in class net.i2p.router.transport.udp.TimedWeightedPriorityMessageQueue
 
add(UDPPacket, int) - Method in class net.i2p.router.transport.udp.UDPSender
Deprecated.
use add(packet)
add(UDPPacket) - Method in class net.i2p.router.transport.udp.UDPSender
Put it on the queue.
add(I2NPMessage, Hash, TunnelId) - Method in class net.i2p.router.tunnel.PumpedTunnelGateway
Add a message to be sent down the tunnel, either sending it now (perhaps coallesced with other pending messages) or after a brief pause (_flushFrequency).
add(PendingGatewayMessage) - Method in class net.i2p.router.tunnel.PumpedTunnelGateway
 
add(I2NPMessage, Hash, TunnelId) - Method in class net.i2p.router.tunnel.ThrottledPumpedTunnelGateway
Possibly drop a message due to bandwidth before adding it to the preprocessor queue.
add(TunnelGatewayMessage) - Method in class net.i2p.router.tunnel.TunnelGateway
Add a message to be sent down the tunnel, where we are the inbound gateway.
add(I2NPMessage, Hash, TunnelId) - Method in class net.i2p.router.tunnel.TunnelGateway
Add a message to be sent down the tunnel, either sending it now (perhaps coallesced with other pending messages) or after a brief pause (_flushFrequency).
add(TunnelGatewayMessage) - Method in class net.i2p.router.tunnel.TunnelGatewayZeroHop
Add a message to be sent down the tunnel, where we are the inbound gateway.
add(I2NPMessage, Hash, TunnelId) - Method in class net.i2p.router.tunnel.TunnelGatewayZeroHop
Add a message to be sent down the tunnel (immediately forwarding it to the InboundMessageDistributor or OutboundMessageDistributor, as necessary).
add(E) - Method in class net.i2p.router.util.ArraySet
 
add(E) - Method in class net.i2p.router.util.CachedIteratorCollection
Adds a data object (element) as a Node and sets previous/next pointers accordingly
add(E) - Method in class net.i2p.router.util.CoDelBlockingQueue
 
add(byte[]) - Method in class net.i2p.router.util.DecayingBloomFilter
 
add(byte[], int, int) - Method in class net.i2p.router.util.DecayingBloomFilter
 
add(long) - Method in class net.i2p.router.util.DecayingBloomFilter
 
add(byte[], int, int) - Method in class net.i2p.router.util.DecayingHashSet
 
add(long) - Method in class net.i2p.router.util.DecayingHashSet
 
add(E) - Method in class net.i2p.router.util.PriBlockingQueue
Deprecated.
use offer(o)
add(Object) - Method in class org.cybergarage.util.ListenerList
 
Add10Test() - Method in class net.i2p.router.util.CachedIteratorCollectionTest
 
Add1Test() - Method in class net.i2p.router.util.CachedIteratorCollectionTest
 
addAction(Action) - Method in class org.cybergarage.upnp.Service
 
addAlias(Destination, ClientTunnelSettings, Destination) - Method in class net.i2p.router.dummy.DummyTunnelManagerFacade
 
addAlias(Destination, ClientTunnelSettings, Destination) - Method in class net.i2p.router.tunnel.pool.TunnelPoolManager
Add another destination to the same tunnels.
addAlias(Destination, ClientTunnelSettings, Destination) - Method in interface net.i2p.router.TunnelManagerFacade
Add another destination to the same tunnels.
AddAll() - Method in class net.i2p.router.util.CachedIteratorCollectionTest
 
addAndStart(ClientApp, String[]) - Method in class net.i2p.router.startup.RouterAppManager
 
addAttribute(Attribute) - Method in class org.cybergarage.xml.Node
 
addAttribute(String, String) - Method in class org.cybergarage.xml.Node
 
addClove(GarlicConfig) - Method in class net.i2p.router.message.GarlicConfig
Add a clove to the current message - if any cloves are added, an I2NP message cannot be specified via setPayload.
addClove(GarlicConfig) - Method in class net.i2p.router.message.PayloadGarlicConfig
 
addCountryFile() - Method in class net.i2p.router.Blocklist
The blocklist-country.txt file was created or updated.
addDeferred(Job, Job, long, boolean) - Method in class net.i2p.router.networkdb.kademlia.FloodSearchJob
Add jobs to an existing search
addDeferred(Job, Job, long, boolean) - Method in class net.i2p.router.networkdb.kademlia.SearchJob
 
addDevice(Device) - Method in class org.cybergarage.upnp.Device
Add a Device to device without checking for duplicate or syntax error.
addDeviceChangeListener(DeviceChangeListener) - Method in class org.cybergarage.upnp.ControlPoint
 
addDontIncludePeer(Hash) - Method in class net.i2p.data.i2np.DatabaseLookupMessage
Add to the set.
addDontIncludePeers(Collection<Hash>) - Method in class net.i2p.data.i2np.DatabaseLookupMessage
Add to the set.
addEvent(String) - Method in class net.i2p.router.util.EventLog
Append an event.
addEvent(String, String) - Method in class net.i2p.router.util.EventLog
Append an event.
addEventListener(EventListener) - Method in class org.cybergarage.upnp.ControlPoint
 
addFinalShutdownTask(Runnable) - Method in class net.i2p.router.RouterContext
The last thing to be called before router shutdown.
addHeader(HTTPHeader) - Method in class org.cybergarage.http.HTTPPacket
 
addHeader(String, String) - Method in class org.cybergarage.http.HTTPPacket
 
addIcon(Icon) - Method in class org.cybergarage.upnp.Device
 
addJob(Job) - Method in class net.i2p.router.JobQueue
Enqueue the specified job
addListener(Timestamper.UpdateListener) - Method in class net.i2p.router.time.RouterTimestamper
 
addMessage(I2CPMessage) - Method in class net.i2p.router.client.ClientWriterRunner
Add this message to the writer's queue Nonblocking, throws exception if queue is full
addMessage(OutNetMessage) - Method in class net.i2p.router.transport.udp.InboundEstablishState
Queue a message to be sent after the session is established.
addMessage(OutNetMessage) - Method in class net.i2p.router.transport.udp.OutboundEstablishState
Queue a message to be sent after the session is established.
addMessageId(long) - Method in class net.i2p.router.tunnel.PendingGatewayMessage
Add an ID to the list of the TunnelDataMssages this message was fragmented into.
addNode(Node) - Method in class org.cybergarage.xml.Node
 
addNotifyListener(NotifyListener) - Method in class org.cybergarage.upnp.ControlPoint
 
addPeer(PeerState) - Method in class net.i2p.router.transport.udp.UDPFlooder
 
addPending(Collection<Hash>) - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
addPending(Hash) - Method in class net.i2p.router.networkdb.kademlia.SearchState
 
addPending(Hash, MessageWrapper.WrappedMessage) - Method in class net.i2p.router.networkdb.kademlia.StoreState
 
addPending(Hash) - Method in class net.i2p.router.networkdb.kademlia.StoreState
 
addPending(Collection<Hash>) - Method in class net.i2p.router.networkdb.kademlia.StoreState
 
addPoints(double, String) - Method in class net.i2p.router.sybil.Points
 
addProfile(PeerProfile) - Method in class net.i2p.router.peermanager.ProfileOrganizer
Add the new profile, returning the old value (or null if no profile existed)
addProfilePoints(List<RouterInfo>, Map<Hash, Points>) - Method in class net.i2p.router.sybil.Analysis
 
addPropertyCallback(I2PProperties.I2PPropertyCallback) - Method in class net.i2p.router.RouterContext
 
addRemotePeerState(PeerState) - Method in class net.i2p.router.transport.udp.UDPTransport
add the peer info, returning true if it went in properly, false if it was rejected (causes include peer ident already connected, or no remote host info known
addReply(Hash) - Method in class net.i2p.data.i2np.DatabaseSearchReplyMessage
 
addRequestListener(HTTPRequestListener) - Method in class org.cybergarage.http.HTTPServer
 
addRequestListener(HTTPRequestListener) - Method in class org.cybergarage.http.HTTPServerList
 
ADDRESS - Static variable in class org.cybergarage.upnp.ssdp.SSDP
Default IPv4 multicast address for SSDP messages
addSample(int) - Method in interface net.i2p.router.transport.udp.BandwidthEstimator
Records an arriving ack.
addSample(int) - Method in class net.i2p.router.transport.udp.SimpleBandwidthEstimator
Records an arriving ack.
addSearchListener(SearchListener) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocket
 
addSearchListener(SearchListener) - Method in class org.cybergarage.upnp.ssdp.SSDPSearchSocketList
 
addSearchResponseListener(SearchResponseListener) - Method in class org.cybergarage.upnp.ControlPoint
 
addService(Service) - Method in class org.cybergarage.upnp.Device
Add a Service to device without checking for duplicate or syntax error
addShiftListener(RouterClock.ClockShiftListener) - Method in class net.i2p.router.RouterClock
 
addSkipped(Hash) - Method in class net.i2p.router.networkdb.kademlia.StoreState
we aren't even going to try to contact this peer
addStateVariable(StateVariable) - Method in class org.cybergarage.upnp.Service
Add the StateVariable to the service.

Note: This method should be used to create a dynamic
Device withtout writing any XML that describe the device
.
addSubscriber(Subscriber) - Method in class org.cybergarage.upnp.Service
 
addTag(RatchetSessionTag, RatchetTagSet) - Method in class net.i2p.router.crypto.ratchet.RatchetSKM
Map the tag to this tagset.
addTag(RatchetSessionTag, RatchetTagSet) - Method in interface net.i2p.router.crypto.ratchet.SessionTagListener
Map the tag to this tagset.
addToCache(BlindData) - Method in class net.i2p.router.networkdb.kademlia.BlindCache
Persists immediately if secret or privkey is non-null
addTunnel(TunnelInfo) - Method in class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
addTunnel(TunnelInfo) - Method in class net.i2p.router.tunnel.pool.TunnelPool
Add to the pool.
addValue(String) - Method in class org.cybergarage.xml.Node
 
addVersionPoints(List<RouterInfo>, Map<Hash, Points>) - Method in class net.i2p.router.sybil.Analysis
 
ADJUST_COST - Static variable in class net.i2p.router.transport.TransportImpl
Do we increase the advertised cost when approaching conn limits?
adjustClockSkew(long) - Method in class net.i2p.router.transport.udp.PeerState
Update the moving-average clock skew based on the current difference.
Advertiser - Class in org.cybergarage.upnp.device
 
Advertiser(Device) - Constructor for class org.cybergarage.upnp.device.Advertiser
 
AES_SIZE - Static variable in class net.i2p.router.transport.ntcp.EstablishBase
 
afterScan() - Method in interface net.i2p.router.transport.UPnPScannerCallback
Called after a SSDP search ends.
afterSend(OutNetMessage, boolean, boolean, long) - Method in class net.i2p.router.transport.ntcp.NTCPTransport
 
afterSend(OutNetMessage, boolean) - Method in class net.i2p.router.transport.TransportImpl
The transport is done sending this message
afterSend(OutNetMessage, boolean, boolean) - Method in class net.i2p.router.transport.TransportImpl
The transport is done sending this message
afterSend(OutNetMessage, boolean, long) - Method in class net.i2p.router.transport.TransportImpl
The transport is done sending this message
afterSend(OutNetMessage, boolean, boolean, long) - Method in class net.i2p.router.transport.TransportImpl
The transport is done sending this message.
AliasedTunnelPool - Class in net.i2p.router.tunnel.pool
A tunnel pool with its own settings and Destination, but uses another pool for its tunnels.
AliasedTunnelPool(RouterContext, TunnelPoolManager, TunnelPoolSettings, TunnelPool) - Constructor for class net.i2p.router.tunnel.pool.AliasedTunnelPool
 
ALIVE - Static variable in class org.cybergarage.upnp.device.NTS
 
ALL_DEVICE - Static variable in class org.cybergarage.upnp.device.ST
 
allocateSend(long) - Method in class net.i2p.router.transport.udp.PeerState
Pick one or more messages we want to send and allocate them out of our window Adjusts the retransmit timer if necessary.
allowConnection() - Method in class net.i2p.router.transport.ntcp.NTCPTransport
 
allowConnection() - Method in class net.i2p.router.transport.udp.UDPTransport
 
AllowedValue - Class in org.cybergarage.upnp
 
AllowedValue(Node) - Constructor for class org.cybergarage.upnp.AllowedValue
 
AllowedValue(String) - Constructor for class org.cybergarage.upnp.AllowedValue
Create an AllowedValue by the value String, and will create the Node structure by itself
AllowedValueList - Class in org.cybergarage.upnp
 
AllowedValueList() - Constructor for class org.cybergarage.upnp.AllowedValueList
 
AllowedValueList(String[]) - Constructor for class org.cybergarage.upnp.AllowedValueList
 
AllowedValueRange - Class in org.cybergarage.upnp
 
AllowedValueRange(Node) - Constructor for class org.cybergarage.upnp.AllowedValueRange
 
AllowedValueRange() - Constructor for class org.cybergarage.upnp.AllowedValueRange
 
AllowedValueRange(Number, Number, Number) - Constructor for class org.cybergarage.upnp.AllowedValueRange
 
allowLocal() - Method in class net.i2p.router.transport.TransportImpl
Are we allowed to connect to local addresses?
allowParallelOperation() - Method in class net.i2p.router.JobQueue
 
alreadySent(Hash, TunnelId) - Method in class net.i2p.router.message.OutboundClientMessageStatus
have we already sent the message down this tunnel?
Analysis - Class in net.i2p.router.sybil
 
announce(String) - Method in class org.cybergarage.upnp.Device
 
announce() - Method in class org.cybergarage.upnp.Device
 
announce(String) - Method in class org.cybergarage.upnp.Service
 
answerAllQueries() - Method in class net.i2p.router.networkdb.HandleDatabaseLookupMessageJob
 
answerAllQueries() - Method in class net.i2p.router.networkdb.kademlia.HandleFloodfillDatabaseLookupMessageJob
 
ANY_V4 - Static variable in class net.i2p.router.tunnel.pool.ConnectChecker
 
APP_NAME - Static variable in class net.i2p.router.sybil.Analysis
The name we register with the ClientAppManager
append(T[], int, T) - Static method in class net.i2p.router.crypto.ratchet.GrowingArrayUtils
Appends an element to the end of the array, growing the array if there is no more room.
append(char[], int, char) - Static method in class net.i2p.router.crypto.ratchet.GrowingArrayUtils
append(int, E) - Method in class net.i2p.router.crypto.ratchet.SparseArray
Puts a key/value pair into the array, optimizing for the case where the key is greater than all existing keys in the array.
area_code - Variable in class com.maxmind.geoip.Location
 
args - Variable in class net.i2p.router.startup.ClientAppConfig
 
Argument - Class in org.cybergarage.upnp
 
Argument() - Constructor for class org.cybergarage.upnp.Argument
 
Argument(Node) - Constructor for class org.cybergarage.upnp.Argument
 
Argument(Node, Node) - Constructor for class org.cybergarage.upnp.Argument
 
Argument(String, String) - Constructor for class org.cybergarage.upnp.Argument
 
ArgumentData - Class in org.cybergarage.upnp.xml
 
ArgumentData() - Constructor for class org.cybergarage.upnp.xml.ArgumentData
 
ArgumentList - Class in org.cybergarage.upnp
 
ArgumentList() - Constructor for class org.cybergarage.upnp.ArgumentList
 
ArraySet<E> - Class in net.i2p.router.util
A small, fast Set with a maximum size, backed by a fixed-size array.
ArraySet() - Constructor for class net.i2p.router.util.ArraySet
A fixed capacity of MAX_CAPACITY.
ArraySet(Collection<? extends E>) - Constructor for class net.i2p.router.util.ArraySet
A fixed capacity of MAX_CAPACITY.
ArraySet(int) - Constructor for class net.i2p.router.util.ArraySet
Adds over capacity will throw a SetFullException.
ArraySet(int, boolean) - Constructor for class net.i2p.router.util.ArraySet
If throwOnFull is false, adds over capacity will overwrite starting at slot zero.
ArraySet.SetFullException - Exception in net.i2p.router.util
 
ArrayUtils - Class in net.i2p.router.crypto.ratchet
ArrayUtils contains some methods that you can call to find out the most efficient increments by which to grow arrays.
ASNUM_EDITION - Static variable in class com.maxmind.geoip.DatabaseInfo
 
ASNUM_EDITION_V6 - Static variable in class com.maxmind.geoip.DatabaseInfo
 
at(int) - Method in class org.cybergarage.http.ParameterList
 
attach(Object) - Method in interface net.i2p.router.transport.FIFOBandwidthLimiter.Request
Only supported if the request is not satisfied
attachment() - Method in interface net.i2p.router.transport.FIFOBandwidthLimiter.Request
 
Attribute - Class in org.cybergarage.xml
 
Attribute() - Constructor for class org.cybergarage.xml.Attribute
 
Attribute(String, String) - Constructor for class org.cybergarage.xml.Attribute
 
Attribute(Attribute) - Constructor for class org.cybergarage.xml.Attribute
 
AttributeList - Class in org.cybergarage.xml
 
AttributeList() - Constructor for class org.cybergarage.xml.AttributeList
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links