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

D

DEFAULT_DOWNLOAD_PORT - Static variable in interface seda.sandStorm.lib.Gnutella.GnutellaConst
 
DEFAULT_GNUTELLA_PORT - Static variable in interface seda.sandStorm.lib.Gnutella.GnutellaConst
 
DEFAULT_HOPS - Static variable in interface seda.sandStorm.lib.Gnutella.GnutellaConst
 
DEFAULT_HTTP_PORT - Static variable in interface seda.sandStorm.lib.http.httpConst
The default port on which httpServer listens.
DEFAULT_MAX_PACKETSIZE - Static variable in class seda.sandStorm.lib.aSocket.AUdpSocket
The default maximum packet size read by the socket.
DEFAULT_MIME_TYPE - Static variable in class seda.sandStorm.lib.http.httpResponse
The default MIME type for responses, which is "text/html".
DEFAULT_PING_INTERVAL - Static variable in interface seda.sandStorm.lib.Gnutella.GnutellaConst
 
DEFAULT_SPEED - Static variable in interface seda.sandStorm.lib.Gnutella.GnutellaConst
 
DEFAULT_TTL - Static variable in interface seda.sandStorm.lib.Gnutella.GnutellaConst
 
DatagramSockState - class seda.sandStorm.lib.aSocket.DatagramSockState.
Internal class used to represent state of an active datagram socket.
DatagramSockState() - Constructor for class seda.sandStorm.lib.aSocket.DatagramSockState
 
DatagramSockState - class seda.sandStorm.lib.aSocket.nbio.DatagramSockState.
Internal class used to represent state of an active datagram socket.
DatagramSockState(AUdpSocket, InetAddress, int) - Constructor for class seda.sandStorm.lib.aSocket.nbio.DatagramSockState
 
DatagramSockState - class seda.sandStorm.lib.aSocket.nio.DatagramSockState.
Internal class used to represent state of an active datagram socket.
DatagramSockState(AUdpSocket, InetAddress, int) - Constructor for class seda.sandStorm.lib.aSocket.nio.DatagramSockState
 
DevNullHandler - class DevNullHandler.
 
DevNullHandler() - Constructor for class DevNullHandler
 
data - Variable in class seda.sandStorm.core.BufferElement
The data associated with this BufferElement.
data - Variable in class seda.sandStorm.lib.Gnutella.GnutellaGUID
 
debug(PrintStream) - Method in class seda.sandStorm.lib.Gnutella.GnutellaQueryPacket
 
decode(BufferElement) - Static method in class seda.sandStorm.lib.util.Base64
Converts Base64 encoded data into binary data.
defaultHeader - Static variable in class seda.sandStorm.lib.http.httpResponse
The default response header.
defaultInitArgs - Variable in class seda.sandStorm.main.SandstormConfig
Default initialization arguments passed to every stage.
defaults - Static variable in class seda.sandStorm.main.SandstormConfig
The set of default values for the Sandstorm configuration.
dequeue() - Method in interface seda.sandStorm.api.SourceIF
Dequeues the next element, or returns null if there is nothing left on the queue.
dequeue(int) - Method in interface seda.sandStorm.api.SourceIF
Dequeues at most num available elements, or returns null if there is nothing left on the queue.
dequeue() - Method in class seda.sandStorm.core.FiniteQueue
 
dequeue(int) - Method in class seda.sandStorm.core.FiniteQueue
 
dequeue(int, boolean) - Method in class seda.sandStorm.core.FiniteQueue
 
dequeue() - Method in class seda.sandStorm.lib.aSocket.nbio.SelectSource
Dequeues the next element from the SelectSource without blocking.
dequeue(int) - Method in class seda.sandStorm.lib.aSocket.nbio.SelectSource
Dequeues at most num elements which are ready from the SelectSource.
dequeue() - Method in class seda.sandStorm.lib.aSocket.nio.NIOSelectSource
Dequeues the next element from the SelectSource without blocking.
dequeue(int) - Method in class seda.sandStorm.lib.aSocket.nio.NIOSelectSource
Dequeues at most num elements which are ready from the SelectSource.
dequeue_all() - Method in interface seda.sandStorm.api.SourceIF
Dequeues all available elements, or returns null if there is nothing left on the queue.
dequeue_all() - Method in class seda.sandStorm.core.FiniteQueue
 
dequeue_all() - Method in class seda.sandStorm.lib.aSocket.nbio.SelectSource
Dequeues all elements which are ready from the SelectSource.
dequeue_all() - Method in class seda.sandStorm.lib.aSocket.nio.NIOSelectSource
Dequeues all elements which are ready from the SelectSource.
deregister(SignalIF, SinkIF) - Method in interface seda.sandStorm.api.SignalMgrIF
Deregister for the given signal type.
deregister(StageWrapperIF) - Method in interface seda.sandStorm.api.internal.ThreadManagerIF
Deregister a stage with this thread manager and stop its threads.
deregister(StageWrapperIF) - Method in class seda.sandStorm.internal.AggTPSThreadManager
Deregister a stage with this thread manager.
deregister(SignalIF, SinkIF) - Method in class seda.sandStorm.internal.SignalMgr
Deregister for the given signal type.
deregister(StageWrapperIF) - Method in class seda.sandStorm.internal.TPPThreadManager
Deregister a stage with this thread manager.
deregister(StageWrapperIF) - Method in class seda.sandStorm.internal.TPSThreadManager
Deregister a stage with this thread manager.
deregister(StageWrapperIF) - Method in class seda.sandStorm.lib.aDisk.AFileTM
Deregister a stage with this thread manager.
deregister(Object) - Method in interface seda.sandStorm.lib.aSocket.SelectSourceIF
Deregister a SelectItem with this SelectSource.
deregister(StageWrapperIF) - Method in class seda.sandStorm.lib.aSocket.aSocketThreadManager
Deregister a stage with this thread manager.
deregister(Object) - Method in class seda.sandStorm.lib.aSocket.nbio.SelectSource
Deregister a SelectItem with this SelectSource.
deregister(Object) - Method in class seda.sandStorm.lib.aSocket.nio.NIOSelectSource
Deregister a SelectItem with this SelectSource.
deregisterAll() - Method in interface seda.sandStorm.api.internal.ThreadManagerIF
Stop the thread manager and all threads managed by it.
deregisterAll() - Method in class seda.sandStorm.internal.AggTPSThreadManager
Stop the thread manager and all threads managed by it.
deregisterAll() - Method in class seda.sandStorm.internal.TPPThreadManager
Deregister all stage with this thread manager.
deregisterAll() - Method in class seda.sandStorm.internal.TPSThreadManager
Stop the thread manager and all threads managed by it.
deregisterAll() - Method in class seda.sandStorm.lib.aSocket.aSocketThreadManager
Deregister all stages from this thread manager.
destroy() - Method in class ClientStage
 
destroy() - Method in class CompletionWorker
 
destroy() - Method in class CopyFile
 
destroy() - Method in class DevNullHandler
 
destroy() - Method in class GenericHandler
 
destroy() - Method in class GenericWorker
 
destroy() - Method in class ProcessStage
 
destroy() - Method in class RecvStage
 
destroy() - Method in class SimpleGnutellaServer
 
destroy() - Method in class TaskRecvWorker
 
destroy() - Method in class TestHandler
 
destroy() - Method in class TestServer
 
destroy() - Method in class TimerHandler
 
destroy() - Method in interface seda.sandStorm.api.EventHandlerIF
Called when an event handler is destroyed.
destroy() - Method in interface seda.sandStorm.api.StageIF
Destroy the given stage.
destroy() - Method in interface seda.sandStorm.api.internal.StageWrapperIF
Destroy this stage.
destroy() - Method in class seda.sandStorm.internal.Stage
Destroy this stage.
destroy() - Method in class seda.sandStorm.internal.StageWrapper
Destroy this stage.
destroy() - Method in class seda.sandStorm.lib.Gnutella.GnutellaCatcher
 
destroy() - Method in class seda.sandStorm.lib.Gnutella.GnutellaServer
 
destroy() - Method in class seda.sandStorm.lib.aDisk.AFileTPEventHandler
 
destroy() - Method in class seda.sandStorm.lib.aDisk.AFileTPStageWrapper
Destroy this stage.
destroy() - Method in class seda.sandStorm.lib.aSocket.ListenEventHandler
 
destroy() - Method in class seda.sandStorm.lib.aSocket.ReadEventHandler
 
destroy() - Method in class seda.sandStorm.lib.aSocket.WriteEventHandler
 
destroy() - Method in class seda.sandStorm.lib.aSocket.aSocketEventHandler
 
destroy() - Method in class seda.sandStorm.lib.aSocket.aSocketStageWrapper
Destroy this stage.
destroy() - Method in class seda.sandStorm.lib.http.httpServer
The Sandstorm stage destroy method.
disable() - Method in interface seda.sandStorm.api.internal.ResponseTimeControllerIF
Disable the response time controller.
disable() - Method in class seda.sandStorm.internal.ResponseTimeController
 
disable() - Method in class seda.sandStorm.internal.ResponseTimeControllerDirect
 
disable() - Method in class seda.sandStorm.internal.ResponseTimeControllerMM1
 
disable() - Method in class seda.sandStorm.internal.ResponseTimeControllerPID
 
disconnect() - Method in class seda.nbio.NonblockingDatagramSocket
 
disconnect() - Method in class seda.nbio.NonblockingSocketImpl
 
disconnect() - Method in class seda.sandStorm.lib.aSocket.AUdpSocket
Asynchronously disconnect this socket from the given port.
doCatch(int, String, int) - Method in class seda.sandStorm.lib.Gnutella.GnutellaCatcher
Create 'numconns' new connections to the Gnutella network, using the given hostname:port as the bootstrapping host.
doCatch(int) - Method in class seda.sandStorm.lib.Gnutella.GnutellaCatcher
Create 'numconns' new connections to the Gnutella network, using "gnutellahosts.com:6346" as the bootstrapping host.
doIt() - Method in class Bandwidth
 
doIt() - Method in class MultiBandwidth
 
doIt() - Method in class Pingpong
 
doIt() - Method in class PingpongUDP
 
doIt() - Method in class SimpleP2PClient
 
doRead() - Method in class seda.sandStorm.lib.aSocket.DatagramSockState
 
doRead() - Method in class seda.sandStorm.lib.aSocket.SockState
 
doRead() - Method in class seda.sandStorm.lib.aSocket.nbio.DatagramSockState
 
doRead() - Method in class seda.sandStorm.lib.aSocket.nbio.SockState
 
doRead() - Method in class seda.sandStorm.lib.aSocket.nio.DatagramSockState
 
doRead() - Method in class seda.sandStorm.lib.aSocket.nio.SockState
 
doReport(long, long) - Method in class ClientStage
 
doReport(long, long) - Method in class ClientStageMulticlass
 
doSender() - Method in class ClientStage
 
doneWithMsg(Message, ClientStage.MessageTimer, long) - Method in class ClientStage
 
doneWithMsg(Message, ClientStage.MessageTimer, long) - Method in class ClientStageMulticlass
 
doneWithTimer() - Method in class seda.sandStorm.core.ssTimer
Kills off this timer object, dropping all pending events on floor.
dump(byte[], int) - Method in class seda.sandStorm.lib.Gnutella.GnutellaGUID
 
dump(byte[], int) - Method in class seda.sandStorm.lib.Gnutella.GnutellaQueryHit
 
dump() - Method in class seda.sandStorm.main.SandstormConfig.configSection
 
dumpAll() - Static method in class seda.util.StatsGatherer
 
dumpGraph() - Method in class seda.sandStorm.internal.StageGraph
Output the graph in a format that can be used by the AT&T 'graphviz' program: http://www.research.att.com/sw/tools/graphviz/ Makes it easy to draw pretty pictures of stage graphs.
dumpHistogram() - Method in class StatsGatherer
 
dumpHistogram() - Method in class seda.util.StatsGatherer
 

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