Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
G
GNUTELLA_CONNECT
- Static variable in interface seda.sandStorm.lib.Gnutella.
GnutellaConst
GNUTELLA_FN_PING
- Static variable in interface seda.sandStorm.lib.Gnutella.
GnutellaConst
GNUTELLA_FN_PONG
- Static variable in interface seda.sandStorm.lib.Gnutella.
GnutellaConst
GNUTELLA_FN_PUSH
- Static variable in interface seda.sandStorm.lib.Gnutella.
GnutellaConst
GNUTELLA_FN_QUERY
- Static variable in interface seda.sandStorm.lib.Gnutella.
GnutellaConst
GNUTELLA_FN_QUERYHITS
- Static variable in interface seda.sandStorm.lib.Gnutella.
GnutellaConst
GNUTELLA_OK
- Static variable in interface seda.sandStorm.lib.Gnutella.
GnutellaConst
GenericHandler
- class
GenericHandler
.
GenericHandler()
- Constructor for class
GenericHandler
GenericWorker
- class
GenericWorker
.
This is a 'generic' event handler used for benchmarking.
GenericWorker()
- Constructor for class
GenericWorker
GnutellaCatcher
- class seda.sandStorm.lib.Gnutella.
GnutellaCatcher
.
GnutellaCatcher(ManagerIF, GnutellaServer)
- Constructor for class seda.sandStorm.lib.Gnutella.
GnutellaCatcher
Create a GnutellaCatcher in the context of the given vSpace clone, using the given GnutellaServer to establish new outgoing connections.
GnutellaConnectFailedEvent
- class seda.sandStorm.lib.Gnutella.
GnutellaConnectFailedEvent
.
This event indicates that an attempt to establish a Gnutella connection failed.
GnutellaConnectFailedEvent(ATcpClientSocket)
- Constructor for class seda.sandStorm.lib.Gnutella.
GnutellaConnectFailedEvent
GnutellaConnection
- class seda.sandStorm.lib.Gnutella.
GnutellaConnection
.
A GnutellaConnection represents a virtual connection to the Gnutella network.
GnutellaConnection(GnutellaServer, ATcpConnection)
- Constructor for class seda.sandStorm.lib.Gnutella.
GnutellaConnection
GnutellaConst
- interface seda.sandStorm.lib.Gnutella.
GnutellaConst
.
This interface defines various constants used by the Gnutella protocol.
GnutellaGUID
- class seda.sandStorm.lib.Gnutella.
GnutellaGUID
.
This class represents the GUID contained in Gnutella network packets.
GnutellaGUID()
- Constructor for class seda.sandStorm.lib.Gnutella.
GnutellaGUID
GnutellaGUID(byte[], int)
- Constructor for class seda.sandStorm.lib.Gnutella.
GnutellaGUID
GnutellaPacket
- class seda.sandStorm.lib.Gnutella.
GnutellaPacket
.
This is the base class for all Gnutella network packets.
GnutellaPacket(GnutellaGUID, int, int, int, byte[])
- Constructor for class seda.sandStorm.lib.Gnutella.
GnutellaPacket
GnutellaPacket(int, byte[])
- Constructor for class seda.sandStorm.lib.Gnutella.
GnutellaPacket
GnutellaPacket(GnutellaGUID, int, byte[])
- Constructor for class seda.sandStorm.lib.Gnutella.
GnutellaPacket
GnutellaPacketReader
- class seda.sandStorm.lib.Gnutella.
GnutellaPacketReader
.
This is an internal class, responsible for generating GnutellaPacket objects from raw socket data.
GnutellaPacketReader()
- Constructor for class seda.sandStorm.lib.Gnutella.
GnutellaPacketReader
GnutellaPingPacket
- class seda.sandStorm.lib.Gnutella.
GnutellaPingPacket
.
A Gnutella network ping packet.
GnutellaPingPacket()
- Constructor for class seda.sandStorm.lib.Gnutella.
GnutellaPingPacket
GnutellaPingPacket(GnutellaGUID, int, int)
- Constructor for class seda.sandStorm.lib.Gnutella.
GnutellaPingPacket
GnutellaPongPacket
- class seda.sandStorm.lib.Gnutella.
GnutellaPongPacket
.
A Gnutella network pong packet.
GnutellaPongPacket(byte[])
- Constructor for class seda.sandStorm.lib.Gnutella.
GnutellaPongPacket
Create a pong packet with the given payload.
GnutellaPongPacket(GnutellaGUID, int, int, byte[])
- Constructor for class seda.sandStorm.lib.Gnutella.
GnutellaPongPacket
Create a pong packet with the given GUID, TTL, hops, and payload.
GnutellaPongPacket(GnutellaGUID, int, int)
- Constructor for class seda.sandStorm.lib.Gnutella.
GnutellaPongPacket
Create a pong packet with the given numfiles and numkb, with the default port and local host address.
GnutellaPongPacket(GnutellaGUID, int, InetAddress, int, int)
- Constructor for class seda.sandStorm.lib.Gnutella.
GnutellaPongPacket
Create a pong packet with the given port, address, numfiles and numkb.
GnutellaPushPacket
- class seda.sandStorm.lib.Gnutella.
GnutellaPushPacket
.
A Gnutella push packet.
GnutellaPushPacket(byte[])
- Constructor for class seda.sandStorm.lib.Gnutella.
GnutellaPushPacket
GnutellaPushPacket(GnutellaGUID, int, int, byte[])
- Constructor for class seda.sandStorm.lib.Gnutella.
GnutellaPushPacket
GnutellaQueryHit
- class seda.sandStorm.lib.Gnutella.
GnutellaQueryHit
.
A Gnutella query hit.
GnutellaQueryHit(byte[], int)
- Constructor for class seda.sandStorm.lib.Gnutella.
GnutellaQueryHit
GnutellaQueryHit(int, int, String)
- Constructor for class seda.sandStorm.lib.Gnutella.
GnutellaQueryHit
GnutellaQueryHitsPacket
- class seda.sandStorm.lib.Gnutella.
GnutellaQueryHitsPacket
.
A Gnutella query hits packet.
GnutellaQueryHitsPacket(byte[])
- Constructor for class seda.sandStorm.lib.Gnutella.
GnutellaQueryHitsPacket
Create a GnutellaQueryHitsPacket from the given payload.
GnutellaQueryHitsPacket(GnutellaGUID, int, int, byte[])
- Constructor for class seda.sandStorm.lib.Gnutella.
GnutellaQueryHitsPacket
Create a GnutellaQueryHitsPacket from the given payload with the given GUID, ttl, and hops.
GnutellaQueryHitsPacket(GnutellaQueryHit[])
- Constructor for class seda.sandStorm.lib.Gnutella.
GnutellaQueryHitsPacket
Create a GnutellaQueryHitsPacket from the given GnutellaQueryHit array.
GnutellaQueryHitsPacket(int, int, String)
- Constructor for class seda.sandStorm.lib.Gnutella.
GnutellaQueryHitsPacket
Create a GnutellaQueryHitsPacket with a single hit with the given index, size, and filename.
GnutellaQueryPacket
- class seda.sandStorm.lib.Gnutella.
GnutellaQueryPacket
.
A Gnutella query packet.
GnutellaQueryPacket(byte[])
- Constructor for class seda.sandStorm.lib.Gnutella.
GnutellaQueryPacket
Create a query packet with the given payload.
GnutellaQueryPacket(GnutellaGUID, int, int, byte[])
- Constructor for class seda.sandStorm.lib.Gnutella.
GnutellaQueryPacket
Create a query packet with the given GUID, TTL, hops, and payload.
GnutellaQueryPacket(String, int)
- Constructor for class seda.sandStorm.lib.Gnutella.
GnutellaQueryPacket
Create a query packet with the given search term and minspeed.
GnutellaServer
- class seda.sandStorm.lib.Gnutella.
GnutellaServer
.
A GnutellaServer is a SandStorm stage which allows outgoing connections to be established to the Gnutella network, and accepts incoming connections.
GnutellaServer(ManagerIF, SinkIF)
- Constructor for class seda.sandStorm.lib.Gnutella.
GnutellaServer
Create a Gnutella server listening for incoming connections on the default port of 6346.
GnutellaServer(ManagerIF, SinkIF, int)
- Constructor for class seda.sandStorm.lib.Gnutella.
GnutellaServer
Create a Gnutella server listening for incoming connections on the given listenPort.
GnutellaServer.connectionState
- class seda.sandStorm.lib.Gnutella.
GnutellaServer.connectionState
.
Internal class used to monitor state of connections during handshake phase
GnutellaServer.connectionState(boolean)
- Constructor for class seda.sandStorm.lib.Gnutella.
GnutellaServer.connectionState
gc
- Variable in class seda.sandStorm.lib.Gnutella.
GnutellaPacket
get90thRT()
- Method in interface seda.sandStorm.api.internal.
StageStatsIF
Get a moving average of the stage's 90th percentile response time in msec.
get90thRT()
- Method in class seda.sandStorm.internal.
StageStats
Get 90th percentile response time in msec.
getAddress()
- Method in class seda.sandStorm.lib.Gnutella.
GnutellaConnectFailedEvent
getAddress()
- Method in class seda.sandStorm.lib.Gnutella.
GnutellaConnection
Return the InetAddress of the peer.
getAddress()
- Method in class seda.sandStorm.lib.aSocket.
ATcpClientSocket
Return the InetAddress which this socket is connected to.
getAddress()
- Method in class seda.sandStorm.lib.aSocket.
ATcpConnection
Return the address of the peer.
getAddress()
- Method in class seda.sandStorm.lib.aSocket.
AUdpPacket
Return the destination address.
getAddress()
- Method in class seda.sandStorm.lib.aSocket.
AUdpSocket
Return the InetAddress that this socket is connected to; returns null if not connected.
getAggTarget()
- Method in class seda.sandStorm.internal.
AggThrottle
getAggregationTarget()
- Method in class seda.sandStorm.internal.
ThreadPool
Used by a thread to request its aggregation target from the pool.
getAttachment()
- Method in class seda.sandStorm.lib.aSocket.
SelectQueueElement
getAttachment()
- Method in class seda.sandStorm.lib.aSocket.nbio.
SelectQueueElement
getAttachment()
- Method in class seda.sandStorm.lib.aSocket.nio.
NIOSelectorQueueElement
getBlockTime()
- Method in class seda.sandStorm.internal.
ThreadPool
Used by a thread to determine its queue block time.
getBoolean(String)
- Method in interface seda.sandStorm.api.
ConfigDataIF
Get the boolean value corresponding to the given configuration key.
getBoolean(String)
- Method in class seda.sandStorm.internal.
ConfigData
Get the boolean value corresponding to the given key.
getBoolean(String)
- Method in class seda.sandStorm.main.
SandstormConfig
Return the configuration option associated with the given key as a boolean.
getBoolean(String, boolean)
- Method in class seda.sandStorm.main.
SandstormConfig
Return the configuration option associated with the given key as a boolean.
getBucketSize(int)
- Method in class seda.sandStorm.core.
MulticlassRateLimitingPredicate
Return the number of tokens currently in the bucket.
getBucketSize()
- Method in class seda.sandStorm.core.
RateLimitingPredicate
Return the number of tokens currently in the bucket.
getBuffer()
- Method in class seda.sandStorm.lib.Gnutella.
GnutellaPacket
Render the packet as a BufferElement which can be pushed to an aSocket connection.
getBuffer()
- Method in class seda.sandStorm.lib.aDisk.
AFileReadRequest
getBufferElement()
- Method in class seda.sandStorm.lib.aSocket.
ATcpInPacket
Return the BufferElement associated with the packet data.
getBuffers(boolean)
- Method in class seda.sandStorm.lib.http.
httpResponse
Get an array of BufferElements corresponding to this response.
getBytes()
- Method in class seda.sandStorm.core.
BufferElement
Return the data.
getBytes()
- Method in class seda.sandStorm.lib.aSocket.
ATcpInPacket
Return the data from an incoming TCP packet.
getBytes()
- Method in class seda.sandStorm.lib.aSocket.
AUdpInPacket
Return the packet data.
getClientSocket()
- Method in class seda.sandStorm.lib.aSocket.
ATcpConnection
Return the ATcpClientSocket from which this connection came.
getClone()
- Method in class seda.nbio.
NBIOFileDescriptor
getCompQ()
- Method in class seda.sandStorm.lib.aDisk.
AFileRequest
getCompletionQueue()
- Method in class seda.sandStorm.core.
BufferElement
Return the completion queue for this buffer.
getConfig()
- Method in interface seda.sandStorm.api.
ManagerIF
Returns a copy of the SandstormConfig for this Manager.
getConfig()
- Method in class seda.sandStorm.internal.
sandStormMgr
Return the SandstormConfig used to initialize this manager.
getConnection()
- Method in class seda.sandStorm.lib.Gnutella.
GnutellaConnection
getConnection()
- Method in class seda.sandStorm.lib.Gnutella.
GnutellaPacket
Return the GnutellaConnection from which this packet arrived.
getConnection()
- Method in class seda.sandStorm.lib.aSocket.
ATcpInPacket
Return the connection from which this packet was received.
getConnection()
- Method in class seda.sandStorm.lib.http.
httpConnection
Return the ATcpConnection associated with this connection.
getConnection()
- Method in class seda.sandStorm.lib.http.
httpRequest
Return the corresponding HTTP connection.
getConnection()
- Method in class seda.sandStorm.lib.http.
httpResponder
Return the connection for this responder.
getCopy()
- Method in class seda.sandStorm.main.
SandstormConfig
Return a copy of this object.
getDefaultHeader()
- Static method in class seda.sandStorm.lib.http.
httpResponse
Return the default header string sent in all responses.
getDepth(int)
- Method in class seda.sandStorm.core.
MulticlassRateLimitingPredicate
Return the current depth.
getDepth()
- Method in class seda.sandStorm.core.
RateLimitingPredicate
Return the current depth.
getDouble(String)
- Method in interface seda.sandStorm.api.
ConfigDataIF
Get the double value corresponding to the given configuration key.
getDouble(String)
- Method in class seda.sandStorm.internal.
ConfigData
Get the double value corresponding to the given key.
getDouble(String)
- Method in class seda.sandStorm.main.
SandstormConfig
Return the configuration option associated with the given key as a double.
getDouble(String, double)
- Method in class seda.sandStorm.main.
SandstormConfig
Return the configuration option associated with the given key as a double.
getEdges()
- Method in class seda.sandStorm.internal.
StageGraph
getEdges()
- Method in class seda.sandStorm.internal.
StageGraph.stageList
getEdgesFromStage(StageWrapperIF)
- Method in class seda.sandStorm.internal.
StageGraph
getEnqueuePredicate()
- Method in interface seda.sandStorm.api.
SinkIF
Return the enqueue predicate for this sink.
getEnqueuePredicate()
- Method in class seda.sandStorm.core.
FiniteQueue
Return the enqueue predicate for this sink.
getEnqueuePredicate()
- Method in class seda.sandStorm.core.
SimpleSink
Returns null.
getEnqueuePredicate()
- Method in class seda.sandStorm.internal.
SinkProxy
getEntityHeader()
- Method in class seda.sandStorm.lib.http.
httpBadRequestResponse
getEntityHeader()
- Method in class seda.sandStorm.lib.http.
httpInternalServerErrorResponse
getEntityHeader()
- Method in class seda.sandStorm.lib.http.
httpNotFoundResponse
getEntityHeader()
- Method in class seda.sandStorm.lib.http.
httpOKResponse
getEntityHeader()
- Method in class seda.sandStorm.lib.http.
httpRedirectResponse
getEntityHeader()
- Method in class seda.sandStorm.lib.http.
httpResponse
Return the entity header as a String.
getEntityHeader()
- Method in class seda.sandStorm.lib.http.
httpServiceUnavailableResponse
getEventHandler()
- Method in interface seda.sandStorm.api.internal.
StageWrapperIF
Return the event handler associated with this stage.
getEventHandler()
- Method in class seda.sandStorm.internal.
StageWrapper
Return the event handler associated with this stage.
getEventHandler()
- Method in class seda.sandStorm.lib.aDisk.
AFileTPStageWrapper
Return the event handler associated with this stage.
getEventHandler()
- Method in class seda.sandStorm.lib.aSocket.
aSocketStageWrapper
Return the event handler associated with this stage.
getEventQueue()
- Method in class seda.sandStorm.lib.aSocket.
aSocketStageWrapper
getEvents()
- Method in class seda.nbio.
SelectItem
Return the requested events mask.
getEvents(short)
- Method in class seda.nbio.
SelectSet
Returns an array of SelectItems for which events matching the given event mask have occurred (that is, that the revents field matches the given mask).
getEvents()
- Method in class seda.nbio.
SelectSet
Returns an array of SelectItems for which some events have occurred (that is, that the revents field is nonzero).
getEvents(short)
- Method in class seda.nbio.
SelectSetDevPollImpl
Returns an array of SelectItems for which events matching the given event mask have occurred (that is, that the revents field matches the given mask).
getEvents()
- Method in class seda.nbio.
SelectSetDevPollImpl
Returns an array of SelectItems for which some events have occurred (that is, that the revents field is nonzero).
getEvents(short)
- Method in class seda.nbio.
SelectSetImpl
getEvents()
- Method in class seda.nbio.
SelectSetImpl
getEvents(short)
- Method in class seda.nbio.
SelectSetPollImpl
Returns an array of SelectItems for which events matching the given event mask have occurred (that is, that the revents field matches the given mask).
getEvents()
- Method in class seda.nbio.
SelectSetPollImpl
Returns an array of SelectItems for which some events have occurred (that is, that the revents field is nonzero).
getFD()
- Method in class seda.nbio.
NBIOFileDescriptor
getFD()
- Method in class seda.nbio.
SelectItem
getFactory()
- Static method in class seda.sandStorm.lib.aSocket.
aSocketImplFactory
getFactory()
- Static method in class seda.sandStorm.lib.aSocket.
aSocketMgr
getFile()
- Method in class seda.sandStorm.lib.aDisk.
AFileCompletion
Return the AFile object associated with this completion.
getFile()
- Method in class seda.sandStorm.lib.aDisk.
AFileRequest
getFileDescriptor()
- Method in class seda.nbio.
NonblockingSocketImpl
getFilename()
- Method in class seda.sandStorm.lib.aDisk.
AFile
getGUID()
- Method in class seda.sandStorm.lib.Gnutella.
GnutellaPacket
Return the GUID associated with this packet.
getGnutellaPacket()
- Method in class seda.sandStorm.lib.Gnutella.
GnutellaPacketReader
getGraphProfiler()
- Method in interface seda.sandStorm.api.
ProfilerIF
Return a handle to the graph profiler.
getGraphProfiler()
- Method in class seda.sandStorm.internal.
sandStormProfiler
getHeader(String)
- Method in class seda.sandStorm.lib.http.
httpRequest
Return the header line corresponding to the given key.
getHeader()
- Method in class seda.sandStorm.lib.http.
httpResponse
Returns the header for this response.
getHost()
- Method in class seda.sandStorm.lib.Gnutella.
GnutellaPongPacket
Return a string "host:port" represented by this packet.
getHttpVer()
- Method in class seda.sandStorm.lib.http.
httpRequest
Return the code corresponding to the HTTP version.
getImpl()
- Method in class seda.sandStorm.lib.aDisk.
AFile
Returns the implementation-specific object representing this AFile.
getImpl()
- Static method in class seda.sandStorm.lib.aDisk.
AFileMgr
Return the code for the implementation being used.
getImpl()
- Method in class seda.sandStorm.lib.aDisk.
AFileRequest
getInetAddress()
- Method in class seda.nbio.
NonblockingDatagramSocket
Return the remote address to which this socket is bound.
getInetAddress()
- Method in class seda.nbio.
NonblockingServerSocket
Return the address to which this socket is bound.
getInetAddress()
- Method in class seda.nbio.
NonblockingSocket
Return the remote address to which this socket is bound.
getInetAddress()
- Method in class seda.nbio.
NonblockingSocketImpl
getInetAddress()
- Method in class seda.sandStorm.lib.Gnutella.
GnutellaPongPacket
Return the address represented by this packet.
getInputStream()
- Method in class seda.nbio.
NonblockingSocket
Return an InputStream from which data on this socket can be read.
getInputStream()
- Method in class seda.nbio.
NonblockingSocketImpl
getInt(String)
- Method in interface seda.sandStorm.api.
ConfigDataIF
Get the integer value corresponding to the given configuration key.
getInt(String)
- Method in class seda.sandStorm.internal.
ConfigData
Get the integer value corresponding to the given key.
getInt(String)
- Method in class seda.sandStorm.main.
SandstormConfig
Return the configuration option associated with the given key as an int.
getInt(String, int)
- Method in class seda.sandStorm.main.
SandstormConfig
Return the configuration option associated with the given key as an int.
getInterface()
- Method in class seda.nbio.
NonblockingMulticastSocket
Get the interface associated with this multicast socket
getItem()
- Method in class seda.sandStorm.lib.aSocket.
SelectQueueElement
getItem()
- Method in class seda.sandStorm.lib.aSocket.nbio.
SelectQueueElement
getItem()
- Method in class seda.sandStorm.lib.aSocket.nio.
NIOSelectorQueueElement
getKeys()
- Method in class seda.sandStorm.main.
SandstormConfig.configSection
getKeys(String)
- Method in class seda.sandStorm.main.
SandstormConfig
Return an enumeration of the keys matching the given prefix.
getKeys()
- Method in class seda.sandStorm.main.
SandstormConfig
Return an enumeration of the top-level keys in this configuration.
getLocalAddress()
- Method in class seda.nbio.
NonblockingDatagramSocket
Return the local address to which this socket is bound.
getLocalAddress()
- Method in class seda.nbio.
NonblockingSocket
Return the local address to which this socket is bound.
getLocalAddress()
- Method in class seda.sandStorm.lib.aSocket.
AUdpSocket
Return the local InetAddress for this socket.
getLocalPort()
- Method in class seda.nbio.
NonblockingDatagramSocket
Return the local port to which this socket is bound.
getLocalPort()
- Method in class seda.nbio.
NonblockingServerSocket
Return the port to which this socket is bound.
getLocalPort()
- Method in class seda.nbio.
NonblockingSocket
Return the local port to which this socket is bound.
getLocalPort()
- Method in class seda.nbio.
NonblockingSocketImpl
getLocalPort()
- Method in class seda.sandStorm.lib.aSocket.
ATcpServerSocket
Return the local port for this socket.
getLocalPort()
- Method in class seda.sandStorm.lib.aSocket.
AUdpSocket
Return the local port for this socket.
getLocalPort()
- Method in class seda.sandStorm.lib.aSocket.
ListenSockState
getLocalPort()
- Method in class seda.sandStorm.lib.aSocket.nbio.
ListenSockState
getLocalPort()
- Method in class seda.sandStorm.lib.aSocket.nio.
ListenSockState
getManager()
- Method in interface seda.sandStorm.api.
ConfigDataIF
Return a handle to the system manager.
getManager()
- Method in class seda.sandStorm.internal.
ConfigData
Return the local manager.
getManager()
- Method in class seda.sandStorm.main.
Sandstorm
Return a handler to the ManagerIF for the Sandstorm instance.
getMessage()
- Method in class seda.sandStorm.lib.aSocket.
aSocketErrorEvent
getMessages()
- Method in class
ClientStage.MessageSendEvent
getMessages()
- Method in class
ClientStageMulticlass.ClassedMessageSendEvent
getMessages()
- Method in class
SimpleP2PClient.MessageSendEvent
getMinSpeed()
- Method in class seda.sandStorm.lib.Gnutella.
GnutellaQueryPacket
Return the minimum speed requested by this query packet.
getName()
- Method in interface seda.sandStorm.api.
StageIF
Return the name of this stage.
getName()
- Method in class seda.sandStorm.internal.
Stage
Return the name of this stage.
getName()
- Method in class seda.sandStorm.internal.
ThreadPool
getName()
- Method in class seda.sandStorm.main.
SandstormConfig.configSection
getNextSequenceNumber()
- Method in class seda.sandStorm.lib.aSocket.
aSocketInputStream
Return the next expected sequence number.
getNumFiles()
- Method in class seda.sandStorm.lib.Gnutella.
GnutellaPongPacket
Return the number of files shared by the machine from which this packet originated.
getNumKB()
- Method in class seda.sandStorm.lib.Gnutella.
GnutellaPongPacket
Return the number of kilobytes of files shared by the machine from which this packet originated.
getObj()
- Method in class seda.nbio.
SelectItem
Return the state pointer associated with this SelectItem.
getOffset()
- Method in class seda.sandStorm.core.
BufferElement
Return the offset.
getOption(int)
- Method in class seda.nbio.
NonblockingSocketImpl
getOutputStream()
- Method in class seda.nbio.
NonblockingSocket
Return an OutputStream to which data on this socket can be written.
getOutputStream()
- Method in class seda.nbio.
NonblockingSocketImpl
getPacket()
- Method in class seda.sandStorm.lib.aSocket.
AUdpInPacket
Return the DatagramPacket.
getPayload()
- Method in class seda.sandStorm.lib.http.
httpResponse
Returns the payload for this response.
getPort()
- Method in class seda.nbio.
NonblockingDatagramSocket
Return the remote port to which this socket is bound.
getPort()
- Method in class seda.nbio.
NonblockingSocket
Return the remote port to which this socket is bound.
getPort()
- Method in class seda.nbio.
NonblockingSocketImpl
getPort()
- Method in class seda.sandStorm.lib.Gnutella.
GnutellaConnectFailedEvent
getPort()
- Method in class seda.sandStorm.lib.Gnutella.
GnutellaConnection
Return the port of the peer.
getPort()
- Method in class seda.sandStorm.lib.Gnutella.
GnutellaPongPacket
Return the port represented by this packet.
getPort()
- Method in class seda.sandStorm.lib.aSocket.
ATcpClientSocket
Return the port which this socket is connected to.
getPort()
- Method in class seda.sandStorm.lib.aSocket.
ATcpConnection
Return the port of the peer.
getPort()
- Method in class seda.sandStorm.lib.aSocket.
ATcpServerSocket
Return the port that this socket is listening on.
getPort()
- Method in class seda.sandStorm.lib.aSocket.
AUdpPacket
Return the destination port.
getPort()
- Method in class seda.sandStorm.lib.aSocket.
AUdpSocket
Return the port that this socket is connected to; returns -1 if not connected.
getProfiler()
- Method in interface seda.sandStorm.api.
ManagerIF
Returns a handle to the system profiler.
getProfiler()
- Method in class seda.sandStorm.internal.
sandStormMgr
Return the system profiler.
getQuery(String)
- Method in class seda.sandStorm.lib.http.
httpRequest
Return the value associated with the given query key.
getQueryKeys()
- Method in class seda.sandStorm.lib.http.
httpRequest
Return an enumeration of keys in the query string, if any.
getQuerySet(String)
- Method in class seda.sandStorm.lib.http.
httpRequest
Return the set of values associated with the given query key.
getQueue()
- Method in class seda.sandStorm.lib.aDisk.
AFileTPImpl
Return the per-file event queue.
getReader()
- Method in class seda.sandStorm.lib.Gnutella.
GnutellaConnection
getReceiveBufferSize()
- Method in class seda.nbio.
NonblockingDatagramSocket
getRequest()
- Method in class seda.sandStorm.lib.aDisk.
AFileCompletion
Return the I/O request object associated with this completion.
getRequest()
- Method in class seda.sandStorm.lib.http.
httpRequest
Return the code corresponding to the request.
getRequestClass()
- Method in class
ClassedMessage
getRequestClass()
- Method in interface seda.sandStorm.api.
ClassQueueElementIF
getRequestClass()
- Method in class seda.sandStorm.lib.http.
httpRequest
getResponse()
- Method in class seda.sandStorm.lib.http.
httpResponder
Return the response for this responder.
getResponseTimeController()
- Method in interface seda.sandStorm.api.internal.
StageWrapperIF
Return a ResponseTimeControllerIF for this stage.
getResponseTimeController()
- Method in class seda.sandStorm.internal.
StageWrapper
Return the response time controller, if any.
getResponseTimeController()
- Method in class seda.sandStorm.lib.aDisk.
AFileTPStageWrapper
Not implemented.
getResponseTimeController()
- Method in class seda.sandStorm.lib.aSocket.
aSocketStageWrapper
Not implemented.
getSandstorm()
- Static method in class seda.sandStorm.main.
Sandstorm
Returns the currently-running Sandstorm instance, if any.
getSearchTerm()
- Method in class seda.sandStorm.lib.Gnutella.
GnutellaQueryPacket
Return the search term contained in this query packet.
getSelectSet()
- Method in class seda.sandStorm.lib.aSocket.nbio.
SelectSource
getSelectSource()
- Method in class seda.sandStorm.lib.aSocket.
aSocketEventHandler
getSelectSource()
- Method in class seda.sandStorm.lib.aSocket.
aSocketStageWrapper
getSelectable()
- Method in class seda.nbio.
SelectItem
Return the Selectable associated with this SelectItem.
getSelector()
- Method in class seda.sandStorm.lib.aSocket.nio.
NIOSelectSource
getSendBufferSize()
- Method in class seda.nbio.
NonblockingDatagramSocket
getSequenceNumber()
- Method in class seda.sandStorm.lib.aSocket.
ATcpConnection
Returns the next sequence number for packets arriving on this connection.
getSequenceNumber()
- Method in class seda.sandStorm.lib.aSocket.
ATcpInPacket
Return the sequence number associated with this packet.
getSequenceNumber()
- Method in class seda.sandStorm.lib.aSocket.
AUdpInPacket
Return the sequence number associated with this packet.
getSequenceNumber()
- Method in class seda.sandStorm.lib.aSocket.
AUdpSocket
Returns the next sequence number for packets arriving on this socket.
getServerSocket()
- Method in class seda.sandStorm.lib.aSocket.
ATcpConnection
Return the ATcpServerSocket from which this connection came.
getServerSocket()
- Method in class seda.sandStorm.lib.http.
httpServer
Return the server socket being used by this httpServer.
getServiceRate()
- Method in interface seda.sandStorm.api.internal.
StageStatsIF
Get a moving average of the stage's service rate.
getServiceRate()
- Method in class seda.sandStorm.internal.
StageStats
Return a moving average of the service rate.
getSignalMgr()
- Method in interface seda.sandStorm.api.
ManagerIF
Returns a handle to the system signal interface.
getSignalMgr()
- Method in class seda.sandStorm.internal.
sandStormMgr
Return the system signal manager.
getSink()
- Method in interface seda.sandStorm.api.
StageIF
Return the event sink for this stage.
getSink()
- Method in class seda.sandStorm.internal.
Stage
Return the event sink.
getSink()
- Method in class seda.sandStorm.lib.Gnutella.
GnutellaServer
getSink()
- Method in class seda.sandStorm.lib.http.
httpServer
getSize()
- Method in class seda.sandStorm.core.
BufferElement
Return the size.
getSize()
- Method in class seda.sandStorm.lib.Gnutella.
GnutellaPacket
getSize()
- Method in class seda.sandStorm.lib.Gnutella.
GnutellaQueryHit
getSoLinger()
- Method in class seda.nbio.
NonblockingSocket
Currently unimplemented.
getSoTimeout()
- Method in class seda.nbio.
NonblockingServerSocket
Currently unimplemented.
getSoTimeout()
- Method in class seda.nbio.
NonblockingSocket
Currently unimplemented.
getSocket()
- Method in class seda.sandStorm.lib.aSocket.
ATcpConnectFailedEvent
getSocket()
- Method in class seda.sandStorm.lib.aSocket.
ATcpListenFailedEvent
Return the ATcpServerSocket for which the listen failed.
getSocket()
- Method in class seda.sandStorm.lib.aSocket.
ATcpListenSuccessEvent
Return the ATcpServerSocket for which the listen succeeded.
getSocket()
- Method in class seda.sandStorm.lib.aSocket.
AUdpConnectEvent
Return the AUdpSocket for which the connect succeeded.
getSocket()
- Method in class seda.sandStorm.lib.aSocket.
AUdpDisconnectEvent
Return the AUdpSocket for which the disconnect succeeded.
getSocket()
- Method in class seda.sandStorm.lib.aSocket.
AUdpInPacket
Return the socket from which this packet was received.
getSocket()
- Method in class seda.sandStorm.lib.aSocket.
AUdpSocket
getSocket()
- Method in class seda.sandStorm.lib.aSocket.
DatagramSockState
getSocket()
- Method in class seda.sandStorm.lib.aSocket.nbio.
DatagramSockState
getSocket()
- Method in class seda.sandStorm.lib.aSocket.nio.
DatagramSockState
getSocket()
- Method in class seda.sandStorm.lib.aSocket.nio.
ListenSockState
getSource()
- Method in interface seda.sandStorm.api.internal.
StageWrapperIF
Return the source from which events should be pulled to pass to this EventHandlerIF.
getSource()
- Method in class seda.sandStorm.internal.
StageWrapper
Return the set of sources from which events should be pulled to pass to this EventHandlerIF.
getSource()
- Method in class seda.sandStorm.lib.aDisk.
AFileTPStageWrapper
Return the source from which events should be pulled to pass to this EventHandlerIF.
getSource()
- Method in class seda.sandStorm.lib.aSocket.
aSocketStageWrapper
Return the source from which events should be pulled to pass to this EventHandlerIF.
getStage()
- Method in interface seda.sandStorm.api.
ConfigDataIF
Return the StageIF for this stage.
getStage(String)
- Method in interface seda.sandStorm.api.
ManagerIF
Return a handle to the stage with the given name.
getStage()
- Method in interface seda.sandStorm.api.internal.
StageWrapperIF
Return the StageIF for this stage.
getStage()
- Method in class seda.sandStorm.internal.
ConfigData
Return the stage for this ConfigData.
getStage()
- Method in class seda.sandStorm.internal.
StageWrapper
Return the stage handle for this stage.
getStage(String)
- Method in class seda.sandStorm.internal.
sandStormMgr
Return a handle to given stage.
getStage()
- Method in class seda.sandStorm.lib.aDisk.
AFileTPStageWrapper
Return the stage handle for this stage.
getStage()
- Method in class seda.sandStorm.lib.aSocket.
aSocketStageWrapper
Return the stage handle for this stage.
getStageFromThread(Thread)
- Method in class seda.sandStorm.internal.
StageGraph
getStages()
- Method in class seda.sandStorm.internal.
StageGraph
getStages()
- Method in class seda.sandStorm.main.
SandstormConfig
Return an Enumeration of the stages specified by this SandstormConfig.
getStats()
- Method in interface seda.sandStorm.api.internal.
StageWrapperIF
Return a StageStatsIF interface which records and manages performance statistics for this stage.
getStats()
- Method in class seda.sandStorm.internal.
StageWrapper
Return execution statistics for this stage.
getStats()
- Method in class seda.sandStorm.lib.aDisk.
AFileTPStageWrapper
Not implemented.
getStats()
- Method in class seda.sandStorm.lib.aSocket.
aSocketStageWrapper
getString(String)
- Method in interface seda.sandStorm.api.
ConfigDataIF
Get the string value corresponding to the given configuration key.
getString(String)
- Method in class seda.sandStorm.internal.
ConfigData
Get the string value corresponding to the given key.
getString(String)
- Method in class seda.sandStorm.main.
SandstormConfig
Return the configuration option associated with the given key as a String.
getString(String, String)
- Method in class seda.sandStorm.main.
SandstormConfig
Return the configuration option associated with the given key as a String.
getStringList(String)
- Method in interface seda.sandStorm.api.
ConfigDataIF
Get the value corresponding to the given configuration key as a list of Strings.
getStringList(String)
- Method in class seda.sandStorm.internal.
ConfigData
Get the string list value corresponding to the given key.
getStringList(String)
- Method in class seda.sandStorm.main.
SandstormConfig
Get the string list value corresponding to the given key.
getSubsection(String)
- Method in class seda.sandStorm.main.
SandstormConfig.configSection
getSubsections()
- Method in class seda.sandStorm.main.
SandstormConfig.configSection
getSystemManager()
- Method in class seda.sandStorm.main.
Sandstorm
Return a handle to the SystemManagerIF for the Sandstorm instance.
getTM()
- Static method in class seda.sandStorm.lib.aDisk.
AFileMgr
Return the ThreadManagerIF corresponding to the chosen implementation.
getTarget()
- Method in interface seda.sandStorm.api.internal.
ResponseTimeControllerIF
Return the response time target.
getTarget()
- Method in class seda.sandStorm.internal.
ResponseTimeController
getTargetRate(int)
- Method in class seda.sandStorm.core.
MulticlassRateLimitingPredicate
Return the current rate limit.
getTargetRate()
- Method in class seda.sandStorm.core.
RateLimitingPredicate
Return the current rate limit.
getTcpNoDelay()
- Method in class seda.nbio.
NonblockingSocket
Currently unimplemented.
getThreadManager()
- Method in interface seda.sandStorm.api.internal.
StageWrapperIF
Return the thread manager which will run this stage.
getThreadManager()
- Method in interface seda.sandStorm.api.internal.
SystemManagerIF
Get the default thread manager.
getThreadManager(String)
- Method in interface seda.sandStorm.api.internal.
SystemManagerIF
Get the thread manager registered under the given name.
getThreadManager()
- Method in class seda.sandStorm.internal.
StageWrapper
Return the thread manager which will run this stage.
getThreadManager()
- Method in class seda.sandStorm.internal.
sandStormMgr
Return the default thread manager.
getThreadManager(String)
- Method in class seda.sandStorm.internal.
sandStormMgr
Return the thread manager with the given name.
getThreadManager()
- Method in class seda.sandStorm.lib.aDisk.
AFileTPStageWrapper
Return the thread manager for this stage.
getThreadManager()
- Method in class seda.sandStorm.lib.aSocket.
aSocketStageWrapper
Return the thread manager for this stage.
getThreshold()
- Method in class seda.sandStorm.core.
QueueThresholdPredicate
Return the current queue threshold.
getTimeToLive()
- Method in class seda.nbio.
NonblockingMulticastSocket
get the multicast ttl
getTimeToLive()
- Method in class seda.nbio.
NonblockingSocketImpl
getTotalEvents()
- Method in interface seda.sandStorm.api.internal.
StageStatsIF
Get a running total of the number of processed events.
getTotalEvents()
- Method in class seda.sandStorm.internal.
StageStats
Get total number of processed events.
getURL()
- Method in class seda.sandStorm.lib.http.
httpRequest
Return the request URL.
getVal(String)
- Method in class seda.sandStorm.main.
SandstormConfig.configSection
getVals()
- Method in class seda.sandStorm.main.
SandstormConfig.configSection
getWrapper()
- Method in interface seda.sandStorm.api.
StageIF
Return the stage wrapper associated with this stage.
getWrapper()
- Method in class seda.sandStorm.internal.
Stage
Return the stage wrapper for this stage.
get_comparator(Object, ssLinkedListComparator)
- Method in class seda.sandStorm.core.
ssLinkedList
Gets the first object to match according to the comparator function.
get_head()
- Method in class seda.sandStorm.core.
ssLinkedList
Gets the head object from the linked list.
get_item(Object)
- Method in class seda.sandStorm.core.
ssLinkedList
Returns the first object that is "equal" to the given object, based on the response of the Object.equals() method.
get_tail()
- Method in class seda.sandStorm.core.
ssLinkedList
Gets the tail object from the linked list.
guid
- Variable in class seda.sandStorm.lib.Gnutella.
GnutellaPacket
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W