- equals(Object) - Method in class cx.ath.matthew.unix.UnixSocketAddress
-
- ERR - Static variable in class cx.ath.matthew.debug.Debug
-
Error messages
- ExecInputStream - Class in cx.ath.matthew.io
-
Class to pipe an InputStream through a command using stdin/stdout.
- ExecInputStream(InputStream, Process) - Constructor for class cx.ath.matthew.io.ExecInputStream
-
Create a new ExecInputStream on the given InputStream
using the process to filter the stream.
- ExecInputStream(InputStream, String) - Constructor for class cx.ath.matthew.io.ExecInputStream
-
Create a new ExecInputStream on the given InputStream
using the process to filter the stream.
- ExecInputStream(InputStream, String[]) - Constructor for class cx.ath.matthew.io.ExecInputStream
-
Create a new ExecInputStream on the given InputStream
using the process to filter the stream.
- ExecInputStream(InputStream, String, String[]) - Constructor for class cx.ath.matthew.io.ExecInputStream
-
Create a new ExecInputStream on the given InputStream
using the process to filter the stream.
- ExecInputStream(InputStream, String[], String[]) - Constructor for class cx.ath.matthew.io.ExecInputStream
-
Create a new ExecInputStream on the given InputStream
using the process to filter the stream.
- ExecOutputStream - Class in cx.ath.matthew.io
-
Class to pipe an OutputStream through a command using stdin/stdout.
- ExecOutputStream(OutputStream, Process) - Constructor for class cx.ath.matthew.io.ExecOutputStream
-
Create a new ExecOutputStream on the given OutputStream
using the process to filter the stream.
- ExecOutputStream(OutputStream, String) - Constructor for class cx.ath.matthew.io.ExecOutputStream
-
Create a new ExecOutputStream on the given OutputStream
using the process to filter the stream.
- ExecOutputStream(OutputStream, String[]) - Constructor for class cx.ath.matthew.io.ExecOutputStream
-
Create a new ExecOutputStream on the given OutputStream
using the process to filter the stream.
- ExecOutputStream(OutputStream, String, String[]) - Constructor for class cx.ath.matthew.io.ExecOutputStream
-
Create a new ExecOutputStream on the given OutputStream
using the process to filter the stream.
- ExecOutputStream(OutputStream, String[], String[]) - Constructor for class cx.ath.matthew.io.ExecOutputStream
-
Create a new ExecOutputStream on the given OutputStream
using the process to filter the stream.
- sendCredentialByte(byte) - Method in class cx.ath.matthew.unix.UnixSocket
-
Send a single byte of data with credentials.
- setBlocking(boolean) - Method in class cx.ath.matthew.unix.UnixSocket
-
Set the blocking mode.
- setBlocking(boolean) - Method in class cx.ath.matthew.unix.USInputStream
-
- setByteArrayCount(int) - Static method in class cx.ath.matthew.debug.Debug
-
Set the size of hexdumps.
- setByteArrayWidth(int) - Static method in class cx.ath.matthew.debug.Debug
-
Set the formatted width of hexdumps.
- setcookie(String, String, String, String, Date, boolean) - Method in class cx.ath.matthew.cgi.CGI
-
Sets a Cookie in the web browser, with extended attributes.
- setcookie(String, String) - Method in class cx.ath.matthew.cgi.CGI
-
Sets a Cookie in the web browser.
- setErrorHandler(CGIErrorHandler) - Method in class cx.ath.matthew.cgi.CGI
-
Sets a custom exception handler.
- setGET(boolean) - Method in class cx.ath.matthew.cgi.HTMLForm
-
Set GET method rather than POST
- setHexDump(boolean) - Static method in class cx.ath.matthew.debug.Debug
-
Enable or disable hexdumps.
- setLineNos(boolean) - Static method in class cx.ath.matthew.debug.Debug
-
Enable or disable line numbers.
- setOutput(PrintStream) - Static method in class cx.ath.matthew.debug.Debug
-
Output to the given Stream
- setOutput(String) - Static method in class cx.ath.matthew.debug.Debug
-
Output to the given file
- setOutput() - Static method in class cx.ath.matthew.debug.Debug
-
Output to the default debug.log
- setPassCred(boolean) - Method in class cx.ath.matthew.unix.UnixSocket
-
Set the credential passing status.
- setProperties(Properties) - Static method in class cx.ath.matthew.debug.Debug
-
Set properties to configure debugging.
- setSoTimeout(int) - Method in class cx.ath.matthew.unix.UnixSocket
-
Set timeout of read requests.
- setSoTimeout(int) - Method in class cx.ath.matthew.unix.USInputStream
-
- setThrowableTraces(boolean) - Static method in class cx.ath.matthew.debug.Debug
-
Enable or disable stack traces in Debuging throwables.
- setTiming(boolean) - Static method in class cx.ath.matthew.debug.Debug
-
Enable or disable timing in Debug messages.
- shutdownInput() - Method in class cx.ath.matthew.unix.UnixSocket
-
Shuts down the input stream.
- shutdownOutput() - Method in class cx.ath.matthew.unix.UnixSocket
-
Shuts down the output stream.
- skip(long) - Method in class cx.ath.matthew.io.ExecInputStream
-
- skip(long) - Method in class cx.ath.matthew.io.TeeInputStream
-
- start() - Method in class cx.ath.matthew.io.InOutCopier
-
Start the thread and wait to make sure its really started
- SubmitButton - Class in cx.ath.matthew.cgi
-
- SubmitButton(String, String) - Constructor for class cx.ath.matthew.cgi.SubmitButton
-
- TeeInputStream - Class in cx.ath.matthew.io
-
Class to copy a stream to a file or another stream as it is being sent through a stream pipe
E.g.
- TeeInputStream(InputStream, OutputStream) - Constructor for class cx.ath.matthew.io.TeeInputStream
-
Create a new TeeInputStream on the given InputStream
and copy the stream to the given File.
- TeeInputStream(InputStream, File, boolean) - Constructor for class cx.ath.matthew.io.TeeInputStream
-
Create a new TeeInputStream on the given InputStream
and copy the stream to the given File.
- TeeInputStream(InputStream, File) - Constructor for class cx.ath.matthew.io.TeeInputStream
-
Create a new TeeInputStream on the given InputStream
and copy the stream to the given File.
- TeeInputStream(InputStream, String, boolean) - Constructor for class cx.ath.matthew.io.TeeInputStream
-
Create a new TeeInputStream on the given InputStream
and copy the stream to the given File.
- TeeInputStream(InputStream, String) - Constructor for class cx.ath.matthew.io.TeeInputStream
-
Create a new TeeInputStream on the given InputStream
and copy the stream to the given File.
- TeeOutputStream - Class in cx.ath.matthew.io
-
Class to copy a stream to another stream or file as it is being sent through a stream pipe
E.g.
- TeeOutputStream(OutputStream, OutputStream) - Constructor for class cx.ath.matthew.io.TeeOutputStream
-
Create a new TeeOutputStream on the given OutputStream
and copy the stream to the other OuputStream.
- TeeOutputStream(OutputStream, File, boolean) - Constructor for class cx.ath.matthew.io.TeeOutputStream
-
Create a new TeeOutputStream on the given OutputStream
and copy the stream to the given File.
- TeeOutputStream(OutputStream, File) - Constructor for class cx.ath.matthew.io.TeeOutputStream
-
Create a new TeeOutputStream on the given OutputStream
and copy the stream to the given File.
- TeeOutputStream(OutputStream, String, boolean) - Constructor for class cx.ath.matthew.io.TeeOutputStream
-
Create a new TeeOutputStream on the given OutputStream
and copy the stream to the given File.
- TeeOutputStream(OutputStream, String) - Constructor for class cx.ath.matthew.io.TeeOutputStream
-
Create a new TeeOutputStream on the given OutputStream
and copy the stream to the given File.
- testclient - Class in cx.ath.matthew.unix
-
- testclient() - Constructor for class cx.ath.matthew.unix.testclient
-
- testserver - Class in cx.ath.matthew.unix
-
- testserver() - Constructor for class cx.ath.matthew.unix.testserver
-
- TextArea - Class in cx.ath.matthew.cgi
-
- TextArea(String, String, String) - Constructor for class cx.ath.matthew.cgi.TextArea
-
- TextArea(String, String, String, int, int) - Constructor for class cx.ath.matthew.cgi.TextArea
-
- TextField - Class in cx.ath.matthew.cgi
-
- TextField(String, String) - Constructor for class cx.ath.matthew.cgi.TextField
-
- TextField(String, String, String) - Constructor for class cx.ath.matthew.cgi.TextField
-
- TextField(String, String, String, int) - Constructor for class cx.ath.matthew.cgi.TextField
-
- toAscii(byte[]) - Static method in class cx.ath.matthew.utils.Hexdump
-
- toAscii(byte[], int, int) - Static method in class cx.ath.matthew.utils.Hexdump
-
- toByteArray(byte[]) - Static method in class cx.ath.matthew.utils.Hexdump
-
Returns a string which can be written to a Java source file as part
of a static initializer for a byte array.
- toByteArray(byte[], int, int) - Static method in class cx.ath.matthew.utils.Hexdump
-
Returns a string which can be written to a Java source file as part
of a static initializer for a byte array.
- toHex(byte[]) - Static method in class cx.ath.matthew.utils.Hexdump
-
- toHex(byte[], int, int) - Static method in class cx.ath.matthew.utils.Hexdump
-
- toString() - Method in class cx.ath.matthew.unix.UnixSocketAddress
-
Return the Address as a String.