Package net.larsan.urd.cmd

The Urd command line server.

See:
          Description

Interface Summary
CmdEventListener A module that listens for command line events.
CmdWriter A simple interface for the Urd server to use when answering incoming CmdEvents.
ServerContext  
 

Class Summary
Acceptor Acceptor class.
CmdEvent The command event is thrown by the command reader.
CmdReader  
CmdServer A non-blocking command line server for the Urd framework server.
CmdServerFactory Configuration factory for the Cmd Server.
CmdTable A simple class to hold table information.
CmdWriterImpl A writer object for the command line server.
Connection  
Connections Stack for incoming connections in the command line server.
ServerProxy This is a formatting proxy for the CmdServer.
 

Package net.larsan.urd.cmd Description

The Urd command line server. The command line server a controller for the Urd server.