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

R

RecordingBufferedReader - class com.marringtons.io.RecordingBufferedReader.
Use this class instead of BufferedReader to record traffic through the reader.
RecordingBufferedReader(Reader) - Constructor for class com.marringtons.io.RecordingBufferedReader
Create a buffered reader that can also record the traffic on demand.
Request - class com.marringtons.net.HTTP.Request.
This class reads a request from a remote client and evaluate it so that the calling program can retrieve the different forms of information contained in the request.
Request() - Constructor for class com.marringtons.net.HTTP.Request
 
Response - class com.marringtons.net.HTTP.Response.
This class builds up a HTTP response and sends it to a client browser.
Response(Request, Socket) - Constructor for class com.marringtons.net.HTTP.Response
Called by connection thread to create a response object from a socket.
Response(Request, OutputStream) - Constructor for class com.marringtons.net.HTTP.Response
Called by JUnit to test a response.
random(int, int) - Method in class com.marringtons.util.TestCase
Retrieve a random number given a minimum value and a range.
random(int) - Method in class com.marringtons.util.TestCase
Retrieve a random number given a minimum value and a range.
read() - Method in class com.marringtons.io.RecordingBufferedReader
Overridden read method to record if recording turned on.
read(char[], int, int) - Method in class com.marringtons.io.RecordingBufferedReader
Overridden read method to record if recording turned on.
read(int) - Method in class com.marringtons.net.ClientSocket
Synchronous read of an expected number of characters from the socket server.
read(BufferedReader) - Method in class com.marringtons.net.HTTP.Header
Read the header, leaving the stream ready to read the body on request.
readLine() - Method in class com.marringtons.file.FileReader
Read a line from the file, opening it if necessary.
readLine() - Method in class com.marringtons.io.RecordingBufferedReader
Overridden read method to record if recording turned on.
readLine() - Method in class com.marringtons.net.ClientSocket
Read a text line from the client socket.
readLines(String) - Static method in class com.marringtons.file.FileReader
Reads the entire file and returns it in an array of lines.
readLines(InputStream) - Static method in class com.marringtons.file.Files
Read all the data in a file and return as an array of lines.
readOnly() - Method in class com.marringtons.object.DAO
Sets the DAO being created to read/only.
readOnly - Static variable in class com.marringtons.object.Search.Access
Search uses Search.Access.readOnly to mark returned DAOs as read only.
readWrite - Static variable in class com.marringtons.object.Search.Access
Search uses Search.Access.readWrite to mark returned DAOs as ready for update to the database if changed.
record(Writer) - Method in class com.marringtons.io.RecordingBufferedReader
Turn recording on.
redirect(String) - Method in class com.marringtons.net.HTTP.Response
Send browser off to a new page.
reenable() - Method in class com.marringtons.util.Semaphore
Neither pause nor resume will actually do anything.
register(String, Properties.Change) - Method in class com.marringtons.string.Properties
Call to register an instance to be told if a property changes.
register(IdleInterface) - Static method in class com.marringtons.util.Idle
Processes use this singleton entry point to register low priority processes to be called while the system is idling.
remove(String, String) - Static method in class com.marringtons.string.Strings
Remove the first occurrence of one string in another returning the portions both before and after.
remove(String, int, int) - Static method in class com.marringtons.string.Strings
Remove a portion of a string given the starting point and the number of character.
remove(Session.Key) - Method in class com.marringtons.util.Session
Remove the object from the store.
removeParameter(String) - Method in class com.marringtons.net.HTTP.Request
Remove a parameter from the list so that it will not show up on a subsequent search or list.
removeRelative(String, String) - Static method in class com.marringtons.file.Path
Use after concatenating root path to a relative path, such that "/tmp/mydir/tmpdir" + "..
removeRelative(String) - Static method in class com.marringtons.file.Path
Use after concatenating root path to a relative path, such that "/tmp/mydir/tmpdir" + "..
reportProblem(Object) - Method in class com.marringtons.xml.XMLparser
Messages recorded during the process of parsing the XML.
reportProblem(Throwable) - Method in class com.marringtons.xml.XMLparser
Report an problem caused by an exception.
reportProblem(Throwable, Object) - Method in class com.marringtons.xml.XMLparser
Report an problem caused by an exception.
reset() - Method in class com.marringtons.net.HTTP.Response
Clear the header and body.
reset() - Method in class com.marringtons.time.Timer
Reset the start time (same as creating a new object)
reset() - Static method in class com.marringtons.util.ThreadData
At the start of a converstion it is a good idea to clear the thread data as a different thread will act since last time and without this we can end up sharing data between users.
resetDefaultDatabase() - Static method in class com.marringtons.object.Database
All new DAOs after this point will be placed back in the default database.
resetStream() - Static method in class com.marringtons.util.Log
Restore the stream to the console.
restore(FileReader) - Method in class com.marringtons.object.Database
Restore a database from an XML backup file.
restore(String) - Method in class com.marringtons.object.Database
Restore a database from an XML backup file.
restoreAll(String) - Static method in class com.marringtons.object.Backup
Restore all databases from an archive.
resume() - Method in class com.marringtons.util.Semaphore
resume a thread that has been paused by a call on this object.
root - Variable in class com.marringtons.xml.XMLtoMap
Root node for the XML tree.

A B C D E F G H I J K L M N O P R S T U V W X Y Z _
Copyright © 2005 Paul Marrington http://library.marringtons.com