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

C

CGI_EXCEPTION - Static variable in class gov.lbl.dsd.p2pio.Err
 
CLOSED - Static variable in class gov.lbl.dsd.firefish.TransactionState
 
CONCAT - Static variable in class gov.lbl.dsd.p2pio.P2PQuery
 
Close - class gov.lbl.dsd.p2pio.Close.
Close request message of P2PIO protocol; requests closing the given transaction.
Close(TransactionID) - Constructor for class gov.lbl.dsd.p2pio.Close
 
CmdLineProgram - class gov.lbl.dsd.util.CmdLineProgram.
Abstract base class that eases development and maintenance of command line programs.
CmdLineProgram() - Constructor for class gov.lbl.dsd.util.CmdLineProgram
 
Configuration - class gov.lbl.dsd.firefish.Configuration.
Allows to retrieve global configuration options.
Constants - class gov.lbl.dsd.p2pio.Constants.
Miscellaneous constants in a single central place.
cancel() - Method in class gov.lbl.dsd.firefish.util.Timer
Terminates this timer, discarding any currently scheduled tasks.
cancel() - Method in class gov.lbl.dsd.firefish.util.TimerTask
Cancels this timer task.
cancelAndSchedule(TimerTask, Date) - Method in class gov.lbl.dsd.firefish.util.Timer
Cancels the first task that is equal to the given task (if such task exists in the queue), then schedules the task for the given time.
catPath(String, String) - Static method in class gov.lbl.dsd.p2pio.util.FileUtils
Will concatenate 2 paths.
checkIsLegalResponse(Request, Response) - Static method in class gov.lbl.dsd.p2pio.ExchangeVerifier
 
checkIsRequest(Msg) - Static method in class gov.lbl.dsd.p2pio.ExchangeVerifier
 
checkIsResponse(Msg) - Static method in class gov.lbl.dsd.p2pio.ExchangeVerifier
 
childRequest - Variable in class gov.lbl.dsd.firefish.Transaction
 
childState - Variable in class gov.lbl.dsd.firefish.Transaction
 
cleanDirectory(String) - Static method in class gov.lbl.dsd.p2pio.util.FileUtils
Clean a directory without deleting it.
cleanDirectory(File) - Static method in class gov.lbl.dsd.p2pio.util.FileUtils
Clean a directory without deleting it.
clearProperty(String) - Method in class gov.lbl.dsd.p2pio.util.ExtendedProperties
Clear a property in the configuration.
close(TransactionID) - Method in class gov.lbl.dsd.firefish.TransactionTable
 
closeOld(TransactionID) - Method in class gov.lbl.dsd.firefish.TransactionTable
 
combine(ExtendedProperties) - Method in class gov.lbl.dsd.p2pio.util.ExtendedProperties
Combines an existing Hashtable with this Hashtable.
contentEquals(File, File) - Static method in class gov.lbl.dsd.p2pio.util.FileUtils
Compare the contents of two files to determine if they are equal or not.
contentEquals(InputStream, InputStream) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Compare the contents of two Streams to determine if they are equal or not.
convertProperties(Properties) - Static method in class gov.lbl.dsd.p2pio.util.ExtendedProperties
Convert a standard properties class into a configuration class.
copy(InputStream, OutputStream) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Copy bytes from an InputStream to an OutputStream.
copy(InputStream, OutputStream, int) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Copy bytes from an InputStream to an OutputStream.
copy(Reader, Writer) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Copy chars from a Reader to a Writer.
copy(Reader, Writer, int) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Copy chars from a Reader to a Writer.
copy(InputStream, Writer) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Copy and convert bytes from an InputStream to chars on a Writer.
copy(InputStream, Writer, int) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Copy and convert bytes from an InputStream to chars on a Writer.
copy(InputStream, Writer, String) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Copy and convert bytes from an InputStream to chars on a Writer, using the specified encoding.
copy(InputStream, Writer, String, int) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Copy and convert bytes from an InputStream to chars on a Writer, using the specified encoding.
copy(Reader, OutputStream) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Serialize chars from a Reader to bytes on an OutputStream, and flush the OutputStream.
copy(Reader, OutputStream, int) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Serialize chars from a Reader to bytes on an OutputStream, and flush the OutputStream.
copy(String, OutputStream) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Serialize chars from a String to bytes on an OutputStream, and flush the OutputStream.
copy(String, OutputStream, int) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Serialize chars from a String to bytes on an OutputStream, and flush the OutputStream.
copy(String, Writer) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Copy chars from a String to a Writer.
copy(byte[], Writer) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Copy and convert bytes from a byte[] to chars on a Writer.
copy(byte[], Writer, int) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Copy and convert bytes from a byte[] to chars on a Writer.
copy(byte[], Writer, String) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Copy and convert bytes from a byte[] to chars on a Writer, using the specified encoding.
copy(byte[], Writer, String, int) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Copy and convert bytes from a byte[] to chars on a Writer, using the specified encoding.
copy(byte[], OutputStream) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Copy bytes from a byte[] to an OutputStream.
copy(byte[], OutputStream, int) - Static method in class gov.lbl.dsd.p2pio.util.IOUtils
Copy bytes from a byte[] to an OutputStream.
copyFile(File, File) - Static method in class gov.lbl.dsd.p2pio.util.FileUtils
Copy file from source to destination.
copyFileToDirectory(String, String) - Static method in class gov.lbl.dsd.p2pio.util.FileUtils
Copy file from source to destination.
copyFileToDirectory(File, File) - Static method in class gov.lbl.dsd.p2pio.util.FileUtils
Copy file from source to destination.
copyURLToFile(URL, File) - Static method in class gov.lbl.dsd.p2pio.util.FileUtils
Copies bytes from the URL source to a file destination.

Firefish 0.5.10
A B C D E F G H I J K L M N O P Q R S T U W X
Jump to the Firefish Homepage