A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
hasCachedRoom(roomID:String) — method, class net.user1.reactor.RoomManager
Returns true if the RoomManager has a Room object for the specified roomID in its list of cached rooms; otherwise, returns false.
hasEventListener(type:String) — method, class net.user1.reactor.CustomClient
hasMessageListener(message:String, listener:Function) — method, class net.user1.reactor.MessageManager
Returns a Boolean indicating whether the specified listener function is currently registered to receive message notifications for the specified message.
hasMessageListener(message:String, listener:Function) — method, class net.user1.reactor.Room
Returns a Boolean indicating whether the specified listener function is currently registered to receive message notifications via this room for the specified message.
hasObservedRoom(roomID:String) — method, class net.user1.reactor.RoomManager
Returns true if the current client is known to be observing the specified room; otherwise, returns false.
hasOccupiedRoom(roomID:String) — method, class net.user1.reactor.RoomManager
Returns true if the current client is known to be in the specified room; otherwise, returns false.
hasWatchedAccount(userID:String) — method, class net.user1.reactor.AccountManager
Returns true if the account with the specified userID is in the watched account list; false otherwise.
hasWatchedClient(clientID:String) — method, class net.user1.reactor.ClientManager
Returns true if the client with the specified clientID is in the watched client list; false otherwise.
hasWatchedRoom(roomID:String) — method, class net.user1.reactor.RoomManager
Returns true if the RoomManager has a Room object for the specified roomID in its watched rooms list; otherwise, returns false.
HTTP — Constant Static Variable, class net.user1.reactor.ConnectionType
HTTPConnection — class, package net.user1.reactor
The HTTPConnection class is used by Reactor to communicate with Union Server over HTTP.
HTTPConnection(host:String, port:int, type:String) — Constructor, class net.user1.reactor.HTTPConnection
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z