Uses of Class
mstar.Connection

Uses of Connection in
 

Subclasses of Connection in
 class TinyMudConnection
          Implements the connection class for TinyMud's.
 

Uses of Connection in mstar
 

Methods in mstar that return Connection
 Connection Responder.getConnection()
          Gets the connection for this collaborative environment.
 

Methods in mstar with parameters of type Connection
 void Responder.setConnection(Connection connection)
          Sets the connection for this collaborative environment.