Uses of Class
org.starhope.appius.net.ServerThread

Packages that use ServerThread
org.starhope.appius.game   
org.starhope.appius.game.npc   
org.starhope.appius.net   
org.starhope.appius.services   
org.starhope.appius.test   
org.starhope.appius.user   
 

Uses of ServerThread in org.starhope.appius.game
 

Fields in org.starhope.appius.game with type parameters of type ServerThread
private static ConcurrentHashMap<String,ServerThread> AppiusClaudiusCaecus.serverThreads
          All live server threads
 

Methods in org.starhope.appius.game that return ServerThread
private static ServerThread PreLoginCommands.findMyself(org.json.JSONObject result)
          Find the AppiusClaudiusCaecus thread in which we're being called
 

Methods in org.starhope.appius.game with parameters of type ServerThread
protected  void Zone.sendBadPassword(String nick, ServerThread channel, User user, String zoneName, String password)
          Deprecated. Use sendBadPassword(Zone, User, String)
 void Zone.sendSuccessReply(String source, org.json.JSONObject resultIn, AbstractUser u, int room, ServerThread recipient)
          Deprecated. Use sendSuccessReply(String,JSONObject,AbstractUser,int) instead
static void AppiusClaudiusCaecus.startTicking(ServerThread thread)
          Register an object (usually a server thread) who wishes to begin accepting metronome ticks.
(package private)  void Room.tellUserAboutRoom(AbstractUser u, ServerThread t)
          Update the user during a room join, giving them information about everyone in the room
 

Method parameters in org.starhope.appius.game with type arguments of type ServerThread
protected  void Zone.sendNoSuchUser(LinkedList<ServerThread> recipients, String nick, String zoneName, String password)
          Deprecated. use sendNoSuchUser(String,String,String)
 

Uses of ServerThread in org.starhope.appius.game.npc
 

Methods in org.starhope.appius.game.npc that return ServerThread
 ServerThread Ejecta.getServerThread()
           
 

Uses of ServerThread in org.starhope.appius.net
 

Subclasses of ServerThread in org.starhope.appius.net
 class BatchProcessor
          Process JSON interactions in bulk
 class StreamProcessor
          WRITEME: The documentation for this type (StreamProcessor) is incomplete.
 class WebSocketProcessor
          WRITEME: Document this type.
 

Uses of ServerThread in org.starhope.appius.services
 

Fields in org.starhope.appius.services declared as ServerThread
private  ServerThread Rhadamanthus.damned
          WRITEME
 

Constructors in org.starhope.appius.services with parameters of type ServerThread
Rhadamanthus(ServerThread myDamned)
          WRITEME: Document this constructor brpocock@star-hope.org
 

Uses of ServerThread in org.starhope.appius.test
 

Subclasses of ServerThread in org.starhope.appius.test
 class UserLoadTest
          WRITEME: The documentation for this type (UserLoadTest) is incomplete.
 

Uses of ServerThread in org.starhope.appius.user
 

Fields in org.starhope.appius.user declared as ServerThread
(package private)  ServerThread User.serverThread
          The server thread through which this user is connected.
 

Methods in org.starhope.appius.user that return ServerThread
 ServerThread AbstractNonPlayerCharacter.getServerThread()
           
 ServerThread User.getServerThread()
          Get the Appius Claudius Caecus server thread (if any) associated with this User (if they are logged-in).
 ServerThread AbstractUser.getServerThread()
           
 

Methods in org.starhope.appius.user with parameters of type ServerThread
 void User.loggedIn(String zoneName, ServerThread newServerThread)
           
 void User.setServerThread(ServerThread serverThread2)
          Set the server thread controlling this user.