|
Class Summary |
| Benchmark |
Program that compares the downloading of a file via HTTP and Styx, with
various message sizes |
| CStyxFile |
A Styx file (or directory) from the point of view of the client. |
| CStyxFileChangeAdapter |
Convenience class that provides empty implementations for all the methods in
CStyxFileChangeListener. |
| CStyxFileInputStream |
InputStream for reading from a file on a Styx server |
| CStyxFileInputStreamReader |
Convenience class for reading character data from a Styx input stream. |
| CStyxFileOutputStream |
Output stream for writing data to a Styx File. |
| CStyxFileOutputStreamWriter |
Convenience class for reading character data from a Styx input stream. |
| FileWrapper |
Wraps a CStyxFile as a java.io.File. |
| MessageCallback |
Callback class that is associated with an outgoing Tmessage. |
| StyxClientProtocolProvider |
Protocol provider for Styx client (i.e. |
| StyxConnection |
Object representing a client connection to a Styx server. |
| StyxFileSystemView |
A FileSystemView for a Styx filesystem that can be used by a JFileChooser
to select files on a remote Styx server |
| StyxGet |
A simple application that downloads a file from a remote server and times
the download, providing an indication of progress as it goes. |
| TestClient |
Simple test harness for the JStyx library |