|
Class Summary |
| RattachMessage |
Message returned by the server in response to a TattachMessage |
| RauthMessage |
Message returned by the server in response to a TopenMessage |
| RclunkMessage |
Response to a TclunkMessage to forget about a fid |
| RcreateMessage |
Message returned by the server in response to a TcreateMessage |
| RerrorMessage |
Message returned by the server if an error occurred |
| RflushMessage |
Response to a TflushMessage to abort a message |
| RopenMessage |
Message returned by the server in response to a TopenMessage |
| RreadMessage |
Message returned by the server in response to a TreadMessage |
| RremoveMessage |
Response to a TremoveMessage to delete a file |
| RstatMessage |
Message returned by the server in response to a TstatMessage |
| RversionMessage |
Message returned by the server in response to a TversionMessage |
| RwalkMessage |
Message returned by the server in response to a TwalkMessage |
| RwriteMessage |
Response to a TwriteMessage to write data to a file |
| RwstatMessage |
Response to a TwstatMessage to change a file's attributes |
| StyxBuffer |
Wrapper class for a ByteBuffer that allows Styx primitives to be easily
read from and written to the buffer. |
| StyxCodecFactory |
Codec Factory for the Styx protocol. |
| StyxMessage |
Abstract superclass for all Styx messages. |
| StyxMessageDecoder |
Decoder for StyxMessages, used by MINA framework |
| TattachMessage |
Message sent to establish a connection |
| TauthMessage |
Message sent to authorise a secure connection |
| TclunkMessage |
Message sent to forget about a fid (i.e. |
| TcreateMessage |
Message sent to create and open a file on a Styx server |
| TflushMessage |
Message sent to abort a previously-sent message |
| TopenMessage |
Message sent to request that a Styx server checks file permissions and
prepare a fid for I/O |
| TreadMessage |
Message sent to read data from a file |
| TremoveMessage |
Message sent to delete a file from a Styx server |
| TstatMessage |
Message sent to enquire about the attributes of a file on a Styx server |
| TversionMessage |
Message sent to negotiate the protocol version and maximum message size of a
Styx Connection |
| TwalkMessage |
Message sent to traverse a directory tree |
| TwriteMessage |
Message sent to write data to a file |
| TwstatMessage |
Message sent to change the attributes of a file |