BaseStyxServer

Base class for all Styx servers

Members

Aliases

StyxArguments
alias StyxArguments = StyxObject[]
Undocumented in source.

Functions

handle
ubyte[] handle(ubyte[] request)
Undocumented in source. Be warned that the author may not have intended to support it.
handleAttach
StyxMessage handleAttach(ushort tag, StyxArguments args)

3. attach message

handleAuth
StyxMessage handleAuth(ushort tag, StyxArguments args)

2. auth message

handleClunk
StyxMessage handleClunk(ushort tag, StyxArguments args)

8. clunk message

handleCreate
StyxMessage handleCreate(ushort tag, StyxArguments args)

10. create message

handleFlush
StyxMessage handleFlush(ushort tag, StyxArguments args)

9. flush message

handleOpen
StyxMessage handleOpen(ushort tag, StyxArguments args)

5. open message

handleRead
StyxMessage handleRead(ushort tag, StyxArguments args)

6. read message

handleRemove
StyxMessage handleRemove(ushort tag, StyxArguments args)

12. remove message

handleStat
StyxMessage handleStat(ushort tag, StyxArguments args)

7. stat message

handleVersion
StyxMessage handleVersion(ushort tag, StyxArguments args)

1. version message

handleWalk
StyxMessage handleWalk(ushort tag, StyxArguments args)

4. walk message

handleWrite
StyxMessage handleWrite(ushort tag, StyxArguments args)

11. write message

handleWstat
StyxMessage handleWstat(ushort tag, StyxArguments args)

13. wstat message

Variables

DEBUG_MODE
bool DEBUG_MODE;
Undocumented in source.

Meta