| 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 | |
| register(err:com.electrotank.electroserver4.errors:EsError) — Static method in class com.electrotank.electroserver4.errors.Errors | |
| Registers a new error type. | |
| register(dt:com.electrotank.electroserver4.esobject:DataType) — Static method in class com.electrotank.electroserver4.esobject.DataType | |
| Registers a new data type. | |
| removeAll() — Method in class com.electrotank.electroserver4.esobject.EsObject | |
| Completely clears out the EsObject. | |
| removeBuddy(name) — Method in class com.electrotank.electroserver4.ElectroServer | |
| Removes a buddy from the buddy list. | |
| RemoveBuddyRequest — Class in package com.electrotank.electroserver4.message.request | |
| This request allows you to remove a user as a buddy. | |
| RemoveBuddyRequest — Static property in class com.electrotank.electroserver4.message.MessageType | |
| This variable refers to the RemoveBuddyRequest request. | |
| RemoveBuddyRequest() — Constructor in class com.electrotank.electroserver4.message.request.RemoveBuddyRequest | |
| Creates a new instance of the RemoveBuddyRequest class. | |
| RemoveBuddyRequestCodec — Class in package com.electrotank.electroserver4.protocol.codec | |
| removeEventListener(eventName, funcName, scope) — Method in class com.electrotank.electroserver4.utils.Dispatcher | |
| removeEventListener(mt:com.electrotank.electroserver4.message:MessageType, funcName, scope) — Method in class com.electrotank.electroserver4.utils.Observable | |
| removeJoinedRoom(room:com.electrotank.electroserver4.room:Room) — Method in class com.electrotank.electroserver4.zone.Zone | |
| Removes a room from the joinedRoom list. | |
| removeListener(ob) — Method in class com.electrotank.electroserver4.utils.Observable | |
| removeReference(u:com.electrotank.electroserver4.user:User) — Method in class com.electrotank.electroserver4.user.UserManager | |
| Removes a refence to a User. | |
| removeRoom(roomId) — Method in class com.electrotank.electroserver4.zone.Zone | |
| Removes a room based on a room id. | |
| RemoveRoomOperatorRequest — Class in package com.electrotank.electroserver4.message.request | |
| This class allows one room operator to remove another room operator. | |
| RemoveRoomOperatorRequest — Static property in class com.electrotank.electroserver4.message.MessageType | |
| This variable refers to the RemoveRoomOperatorRequest request. | |
| RemoveRoomOperatorRequest() — Constructor in class com.electrotank.electroserver4.message.request.RemoveRoomOperatorRequest | |
| Creates a new instance of the RemoveRoomOperatorRequest. | |
| RemoveRoomOperatorRequestCodec — Class in package com.electrotank.electroserver4.protocol.codec | |
| removeRoomVariable(name) — Method in class com.electrotank.electroserver4.room.Room | |
| Used internally to remove a room variable. | |
| removeUser(userId) — Method in class com.electrotank.electroserver4.room.Room | |
| Removes a user from the room. | |
| removeVariable(name) — Method in class com.electrotank.electroserver4.esobject.EsObject | |
| Remove a variable from the EsObject that has the name passed in. | |
| removeWorker(worker) — Method in class com.electrotank.electroserver4.connection.HttpConnection | |
| Remove worker object that is handling connection communications. | |
| removeZone(id) — Method in class com.electrotank.electroserver4.zone.ZoneManager | |
| REQUEST_ID_LENGTH — Static property in class com.electrotank.electroserver4.MessageConstants | |
| ResponseImpl — Class in package com.electrotank.electroserver4.message.response | |
| ResponseImpl() — Constructor in class com.electrotank.electroserver4.message.response.ResponseImpl | |
| retryCount — Property in class com.electrotank.electroserver4.connection.HttpConnection | |
| Get the number of times to retry on a failure to send a message. | |
| retryDelay — Property in class com.electrotank.electroserver4.connection.HttpConnection | |
| Get the delay between retries in milliseconds | |
| room — Property in class com.electrotank.electroserver4.message.event.JoinRoomEvent | |
| room — Property in class com.electrotank.electroserver4.message.event.LeaveRoomEvent | |
| room — Property in class com.electrotank.electroserver4.message.event.PublicMessageEvent | |
| room — Property in class com.electrotank.electroserver4.message.event.RoomVariableUpdateEvent | |
| room — Property in class com.electrotank.electroserver4.message.event.UpdateRoomDetailsEvent | |
| room — Property in class com.electrotank.electroserver4.message.event.UserListUpdateEvent | |
| room — Property in class com.electrotank.electroserver4.message.event.ZoneUpdateEvent | |
| Room — Class in package com.electrotank.electroserver4.room | |
| This class represents a room. | |
| Room() — Constructor in class com.electrotank.electroserver4.room.Room | |
| Creates a new instance of the Room class. | |
| RoomAllocationFailure — Static property in class com.electrotank.electroserver4.errors.Errors | |
| This shouldn't ever happen but is here just in case. | |
| RoomAtCapacity — Static property in class com.electrotank.electroserver4.errors.Errors | |
| This occurs when a room is at capacity and another user tries to join. | |
| ROOM_BAN_DURATION_LENGTH — Static property in class com.electrotank.electroserver4.MessageConstants | |
| ROOM_CAPACITY_LENGTH — Static property in class com.electrotank.electroserver4.MessageConstants | |
| ROOM_COUNT_LENGTH — Static property in class com.electrotank.electroserver4.MessageConstants | |
| ROOM_DESCRIPTION_PREFIX_LENGTH — Static property in class com.electrotank.electroserver4.MessageConstants | |
| ROOM_EVICTION_REASON_PREFIX_LENGTH — Static property in class com.electrotank.electroserver4.MessageConstants | |
| ROOM_ID_LENGTH — Static property in class com.electrotank.electroserver4.MessageConstants | |
| ROOM_NAME_PREFIX_LENGTH — Static property in class com.electrotank.electroserver4.MessageConstants | |
| RoomNotFound — Static property in class com.electrotank.electroserver4.errors.Errors | |
| This occurs when the client is trying to access a room in some way (such as JoinRoomRequest) and that room doesn't exist. | |
| RoomPasswordMismatch — Static property in class com.electrotank.electroserver4.errors.Errors | |
| This occurs when a user tries to join the room with the wrong password. | |
| ROOM_PASSWORD_PREFIX_LENGTH — Static property in class com.electrotank.electroserver4.MessageConstants | |
| RoomVariable — Class in package com.electrotank.electroserver4.entities | |
| This class is used to represent a room variable. | |
| RoomVariable(tmpname, tmpvalue:com.electrotank.electroserver4.esobject:EsObject, perst, lkd) — Constructor in class com.electrotank.electroserver4.entities.RoomVariable | |
| This class is used to represent a room variable. | |
| RoomVariableAlreadyExists — Static property in class com.electrotank.electroserver4.errors.Errors | |
| This occurs when a user tries to create a room variable that already exists. | |
| RoomVariableCodec — Class in package com.electrotank.electroserver4.protocol.codec | |
| ROOM_VARIABLE_COUNT_LENGTH — Static property in class com.electrotank.electroserver4.MessageConstants | |
| RoomVariableLocked — Static property in class com.electrotank.electroserver4.errors.Errors | |
| This occurs when a user tries to update the value of a locked room variable. | |
| ROOM_VARIABLE_NAME_PREFIX_LENGTH — Static property in class com.electrotank.electroserver4.MessageConstants | |
| RoomVariableUpdateEvent — Class in package com.electrotank.electroserver4.message.event | |
| RoomVariableUpdateEvent — Static property in class com.electrotank.electroserver4.message.MessageType | |
| This variable refers to the RoomVariableUpdateEvent event. | |
| RoomVariableUpdateEvent() — Constructor in class com.electrotank.electroserver4.message.event.RoomVariableUpdateEvent | |
| RoomVariableUpdateEventCodec — Class in package com.electrotank.electroserver4.protocol.codec | |
| RoomVariableUpdateEventTransaction — Class in package com.electrotank.electroserver4.transaction | |
| RtmpConnection — Class in package com.electrotank.electroserver4.rtmpconnection | |
| RtmpConnection(es:com.electrotank.electroserver4:ElectroServer) — Constructor in class com.electrotank.electroserver4.rtmpconnection.RtmpConnection | |
| RtmpConnectionClosedEvent — Class in package com.electrotank.electroserver4.message.event | |
| RtmpConnectionClosedEvent — Static property in class com.electrotank.electroserver4.message.MessageType | |
| This variable refers to the RtmpConnectionClosedEvent event. | |
| RtmpConnectionClosedEvent() — Constructor in class com.electrotank.electroserver4.message.event.RtmpConnectionClosedEvent | |
| RtmpConnectionEvent — Class in package com.electrotank.electroserver4.message.event | |
| RtmpConnectionEvent — Static property in class com.electrotank.electroserver4.message.MessageType | |
| This variable refers to the RtmpConnectionEvent event. | |
| RtmpConnectionEvent() — Constructor in class com.electrotank.electroserver4.message.event.RtmpConnectionEvent | |
| RtmpOnStatusEvent — Class in package com.electrotank.electroserver4.message.event | |
| RtmpOnStatusEvent — Static property in class com.electrotank.electroserver4.message.MessageType | |
| This variable refers to the RtmpOnStatusEvent event. | |
| RtmpOnStatusEvent() — Constructor in class com.electrotank.electroserver4.message.event.RtmpOnStatusEvent | |
| 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 | |