|
Class Summary |
| AsyncStyxFile |
A wrapper for a StyxFile that implements asynchronous behaviour: the first
read from a given client returns the file's data as normal. |
| AuthFile |
StyxFile that is used to exchange authentication information. |
| DirectoryOnDisk |
Class representing a directory on a hard disk (i.e. |
| FileOnDisk |
Class representing a file on a hard drive. |
| InMemoryFile |
File whose underlying data are stored as a ByteBuffer in memory. |
| MonitoredFileOnDisk |
A file on disk that is continuously monitored. |
| StyxDirectory |
Class representing a directory on a Styx server. |
| StyxFile |
Class representing a file (or directory) on a Styx server. |
| StyxFileClient |
Server's representation of a client of a StyxFile; created when a client
succesfully opens a StyxFile |
| StyxSecurityContext |
Describes security information for a Styx server. |
| StyxServer |
A Styx server. |
| StyxServerProtocolHandler |
ProtocolHandler listener for a StyxServer (replaces StyxServerSessionListener
from Netty). |
| StyxServerProtocolProvider |
Protocol provider for a Styx server, used by MINA framework |
| URLFile |
StyxFile that contains a URL. |
| User |
Class representing the user at the other end of a Styx connection. |