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  
GameDoesntExist — Static property in class com.electrotank.electroserver4.errors.Errors
This occurs when a user tries to join a game that doesn't exist.
GameIsLocked — Static property in class com.electrotank.electroserver4.errors.Errors
This occurs when you try to join a game that is locked.
GATEWAY_ID_LENGTH — Static property in class com.electrotank.electroserver4.MessageConstants
GateWayKickUserRequest — Class in package com.electrotank.electroserver4.message.request
GateWayKickUserRequest — Static property in class com.electrotank.electroserver4.message.MessageType
This variable refers to the GateWayKickUserRequest request.
GateWayKickUserRequest() — Constructor in class com.electrotank.electroserver4.message.request.GateWayKickUserRequest
Creates a new instance of the GateWayKickUserRequest
GateWayKickUserRequestCodec — Class in package com.electrotank.electroserver4.protocol.codec
GateWayKickUserRequestTransaction — Class in package com.electrotank.electroserver4.transaction
GatewayPaused — Static property in class com.electrotank.electroserver4.errors.Errors
This occurs when a user attempts to connect to a gateway that is paused.
GATEWAY_STATE_LENGTH — Static property in class com.electrotank.electroserver4.MessageConstants
GenericError — Static property in class com.electrotank.electroserver4.errors.Errors
This occurs when a generic server error is enountered with no specific meaning.
GenericErrorResponse — Class in package com.electrotank.electroserver4.message.response
GenericErrorResponse — Static property in class com.electrotank.electroserver4.message.MessageType
This variable refers to the GenericErrorResponse response.
GenericErrorResponse() — Constructor in class com.electrotank.electroserver4.message.response.GenericErrorResponse
GenericErrorResponseCodec — Class in package com.electrotank.electroserver4.protocol.codec
GenericErrorResponseTransaction — Class in package com.electrotank.electroserver4.transaction
getAccepted() — Method in class com.electrotank.electroserver4.message.event.ConnectionEvent
Returns true if the connection was a success.
getAccepted() — Method in class com.electrotank.electroserver4.message.event.RtmpConnectionEvent
getAccepted() — Method in class com.electrotank.electroserver4.message.response.LoginResponse
getActionId() — Method in class com.electrotank.electroserver4.message.event.BuddyStatusUpdatedEvent
Returns the action id.
getActionId() — Method in class com.electrotank.electroserver4.message.event.UserListUpdateEvent
getActionId() — Method in class com.electrotank.electroserver4.message.event.UserVariableUpdateEvent
getActionId() — Method in class com.electrotank.electroserver4.message.event.ZoneUpdateEvent
getApproved() — Method in class com.electrotank.electroserver4.message.response.ValidateAdditionalLoginResponse
getBanDuration() — Method in class com.electrotank.electroserver4.message.request.CreateRoomRequest
Returns the amount of time in seconds that a user will be banned if banned due to language fitler violation.
getBase() — Method in class com.electrotank.electroserver4.message.event.ConnectionEvent
Gets the base.
getBoolean(name) — Method in class com.electrotank.electroserver4.esobject.EsObject
Gets the value of the property based on a name..
getBoolean(name) — Method in interface com.electrotank.electroserver4.esobject.EsObjectRO
Gets the value of the property based on the name provided.
getBooleanArray(name) — Method in class com.electrotank.electroserver4.esobject.EsObject
Gets the value of the property based on a name..
getBooleanArray(name) — Method in interface com.electrotank.electroserver4.esobject.EsObjectRO
Gets the value of the property based on the name provided.
getBooleanArrayValue() — Method in class com.electrotank.electroserver4.esobject.EsObjectDataHolder
Gets the value of the property.
getBooleanValue() — Method in class com.electrotank.electroserver4.esobject.EsObjectDataHolder
Gets the value of the property.
getBuddies() — Method in class com.electrotank.electroserver4.message.response.LoginResponse
getBuddyList() — Method in class com.electrotank.electroserver4.ElectroServer
Returns an Object of of buddies stored by user name.
getBuddyName() — Method in class com.electrotank.electroserver4.message.request.AddBuddyRequest
Gets the buddy name.
getBuddyName() — Method in class com.electrotank.electroserver4.message.request.RemoveBuddyRequest
Gets the name of the buddy to be removed.
getBuffer() — Method in class com.electrotank.electroserver4.protocol.binary.BinaryMessageWriter
getByte(name) — Method in class com.electrotank.electroserver4.esobject.EsObject
Gets the value of the property based on a name..
getByte(name) — Method in interface com.electrotank.electroserver4.esobject.EsObjectRO
Gets the value of the property based on the name provided.
getByteArray(name) — Method in class com.electrotank.electroserver4.esobject.EsObject
Gets the value of the property based on a name..
getByteArray(name) — Method in interface com.electrotank.electroserver4.esobject.EsObjectRO
Gets the value of the property based on the name provided.
getByteArrayValue() — Method in class com.electrotank.electroserver4.esobject.EsObjectDataHolder
Gets the value of the property.
getByteValue() — Method in class com.electrotank.electroserver4.esobject.EsObjectDataHolder
getCapacity() — Method in class com.electrotank.electroserver4.message.event.JoinRoomEvent
getCapacity() — Method in class com.electrotank.electroserver4.message.event.UpdateRoomDetailsEvent
getCapacity() — Method in class com.electrotank.electroserver4.message.request.CreateRoomRequest
Returns the maximum number of users allowed in this room at once.
getCapacity() — Method in class com.electrotank.electroserver4.message.request.UpdateRoomDetailsRequest
getCapacity() — Method in class com.electrotank.electroserver4.room.Room
Gets the room capacity.
getChar(name) — Method in class com.electrotank.electroserver4.esobject.EsObject
Gets the value of the property based on a name..
getChar(name) — Method in interface com.electrotank.electroserver4.esobject.EsObjectRO
Gets the value of the property based on the name provided.
getCharArray(name) — Method in class com.electrotank.electroserver4.esobject.EsObject
Gets the value of the property based on a name..
getCharArray(name) — Method in interface com.electrotank.electroserver4.esobject.EsObjectRO
Gets the value of the property based on the name provided.
getCharArrayValue() — Method in class com.electrotank.electroserver4.esobject.EsObjectDataHolder
Gets the value of the property.
getCharValue() — Method in class com.electrotank.electroserver4.esobject.EsObjectDataHolder
Gets the value of the property.
getConnection() — Method in class com.electrotank.electroserver4.message.QueuedMessage
getConnection() — Method in class com.electrotank.electroserver4.message.event.ConnectionClosedEvent
Gets the Connection that was closed.
getConnections() — Method in class com.electrotank.electroserver4.ElectroServer
Gets the list of open connections.
getCount() — Method in class com.electrotank.electroserver4.message.response.GetUserCountResponse
getCurrentPosition() — Method in class com.electrotank.electroserver4.protocol.text.StringMessageReader
getData() — Method in class com.electrotank.electroserver4.plugin.Plugin
Gets an EsObject that will be passed into the plugin's init event.
getData() — Method in interface com.electrotank.electroserver4.protocol.MessageWriter
getData() — Method in class com.electrotank.electroserver4.protocol.binary.BinaryMessageWriter
getData() — Method in class com.electrotank.electroserver4.protocol.text.StringMessageReader
getData() — Method in class com.electrotank.electroserver4.protocol.text.StringMessageWriter
getDataType(name) — Method in class com.electrotank.electroserver4.esobject.EsObject
Returns the DataType of a property based on its name.
getDataType() — Method in class com.electrotank.electroserver4.esobject.EsObjectDataHolder
Gets the data type of the property.
getDataType(name) — Method in interface com.electrotank.electroserver4.esobject.EsObjectRO
Gets the data type of a given property.
getDebug() — Method in class com.electrotank.electroserver4.ElectroServer
Gets the debug status and returns it as a Boolean value.
getDefaultMessageSize() — Static method in class com.electrotank.electroserver4.protocol.codec.EsObjectCodec
getDefaultMessageSize() — Method in class com.electrotank.electroserver4.protocol.codec.FindGamesRequestCodec
getDescription() — Method in class com.electrotank.electroserver4.errors.EsError
Gets the error description.
getDescription() — Method in class com.electrotank.electroserver4.message.event.UpdateRoomDetailsEvent
getDescription() — Method in class com.electrotank.electroserver4.message.request.UpdateRoomDetailsRequest
Returns the description property.
getDescription() — Method in class com.electrotank.electroserver4.room.Room
Gets the description property of the room.
getDestinationRoomId() — Method in class com.electrotank.electroserver4.message.event.PluginMessageEvent
getDestinationZoneId() — Method in class com.electrotank.electroserver4.message.event.PluginMessageEvent
getDouble(name) — Method in class com.electrotank.electroserver4.esobject.EsObject
Gets the value of the property based on a name..
getDouble(name) — Method in interface com.electrotank.electroserver4.esobject.EsObjectRO
Gets the value of the property based on the name provided.
getDoubleArray(name) — Method in class com.electrotank.electroserver4.esobject.EsObject
Gets the value of the property based on a name..
getDoubleArray(name) — Method in interface com.electrotank.electroserver4.esobject.EsObjectRO
Gets the value of the property based on the name provided.
getDoubleArrayValue() — Method in class com.electrotank.electroserver4.esobject.EsObjectDataHolder
Gets the value of the property.
getDoubleValue() — Method in class com.electrotank.electroserver4.esobject.EsObjectDataHolder
Gets the value of the property.
getDropAllConnections() — Method in class com.electrotank.electroserver4.message.request.LogoutRequest
getDropConnection() — Method in class com.electrotank.electroserver4.message.request.LogoutRequest
getDuration() — Method in class com.electrotank.electroserver4.message.event.UserEvictedFromRoomEvent
getDuration() — Method in class com.electrotank.electroserver4.message.request.EvictUserFromRoomRequest
getEntries() — Method in class com.electrotank.electroserver4.esobject.EsObject
Returns the list of entries on the object.
getErrorById(id) — Static method in class com.electrotank.electroserver4.errors.Errors
Gets an error by the numeric id.
getErrorType() — Method in class com.electrotank.electroserver4.message.response.GenericErrorResponse
getEsError() — Method in class com.electrotank.electroserver4.message.event.ConnectionEvent
Gets the EsError.
getEsError() — Method in class com.electrotank.electroserver4.message.request.GateWayKickUserRequest
getEsError() — Method in class com.electrotank.electroserver4.message.response.CreateOrJoinGameResponse
getEsError() — Method in class com.electrotank.electroserver4.message.response.LoginResponse
getEsObject(name) — Method in class com.electrotank.electroserver4.esobject.EsObject
Gets the value of the property based on a name..
getEsObject(name) — Method in interface com.electrotank.electroserver4.esobject.EsObjectRO
Gets the value of the property based on the name provided.
getEsObject() — Method in class com.electrotank.electroserver4.message.event.BuddyStatusUpdatedEvent
Returns the EsObject.
getEsObject() — Method in class com.electrotank.electroserver4.message.event.PluginMessageEvent
getEsObject() — Method in class com.electrotank.electroserver4.message.event.PrivateMessageEvent
getEsObject() — Method in class com.electrotank.electroserver4.message.event.PublicMessageEvent
getEsObject() — Method in class com.electrotank.electroserver4.message.request.AddBuddyRequest
Gets the optional EsObject associated with the buddy in this request.
getEsObject() — Method in class com.electrotank.electroserver4.message.request.GateWayKickUserRequest
getEsObject() — Method in class com.electrotank.electroserver4.message.request.LoginRequest
Gets the optional EsObject.
getEsObject() — Method in class com.electrotank.electroserver4.message.request.PluginRequest
The EsObjec to be send to the plugin.
getEsObject() — Method in class com.electrotank.electroserver4.message.request.PrivateMessageRequest
Returns the optional EsObject.
getEsObject() — Method in class com.electrotank.electroserver4.message.request.PublicMessageRequest
Gets the optional EsObjec to be sent with the message.
getEsObject() — Method in class com.electrotank.electroserver4.message.response.GenericErrorResponse
getEsObject() — Method in class com.electrotank.electroserver4.message.response.LoginResponse
getEsObjectArray(name) — Method in class com.electrotank.electroserver4.esobject.EsObject
Gets the value of the property based on a name..
getEsObjectArray(name) — Method in interface com.electrotank.electroserver4.esobject.EsObjectRO
Gets the value of the property based on the name provided.
getEsObjectArrayValue() — Method in class com.electrotank.electroserver4.esobject.EsObjectDataHolder
Gets the value of the property.
getEsObjectValue() — Method in class com.electrotank.electroserver4.esobject.EsObjectDataHolder
Gets the value of the property.
getExpectedInboundId() — Method in class com.electrotank.electroserver4.connection.AbstractConnection
Gets the next expected inbound id.
getExtensionName() — Method in class com.electrotank.electroserver4.plugin.Plugin
Gets the extension name.
getFailuresBeforeKick() — Method in class com.electrotank.electroserver4.message.request.CreateRoomRequest
Returns the number of language filter failures before the user is kicked.
getFloat(name) — Method in class com.electrotank.electroserver4.esobject.EsObject
Gets the value of the property based on a name..
getFloat(name) — Method in interface com.electrotank.electroserver4.esobject.EsObjectRO
Gets the value of the property based on the name provided.
getFloatArray(name) — Method in class com.electrotank.electroserver4.esobject.EsObject
Gets the value of the property based on a name..
getFloatArray(name) — Method in interface com.electrotank.electroserver4.esobject.EsObjectRO
Gets the value of the property based on the name provided.
getFloatArrayValue() — Method in class com.electrotank.electroserver4.esobject.EsObjectDataHolder
Gets the value of the property.
getFloatValue() — Method in class com.electrotank.electroserver4.esobject.EsObjectDataHolder
Gets the value of the property.
getFloodingFilterBanDuration() — Method in class com.electrotank.electroserver4.message.request.CreateRoomRequest
Returns the amount of time in seconds that a user will be banned if ban due to flooding.
getFloodingFilterFailuresBeforeKick() — Method in class com.electrotank.electroserver4.message.request.CreateRoomRequest
Returns the number of flooding failures allowed before the user is kicked.
getFloodingFilterKicksBeforeBan() — Method in class com.electrotank.electroserver4.message.request.CreateRoomRequest
Returns the amount of times a user can be kicked due to flooding before being banned.
getFloodingFilterName() — Method in class com.electrotank.electroserver4.message.request.CreateRoomRequest
Returns the name of the custom flooding filter.
getGameDetails() — Method in class com.electrotank.electroserver4.entities.SearchCriteria
Gets the game details EsObject that is used to narrow the list of games found via the search.
getGameDetails() — Method in class com.electrotank.electroserver4.entities.ServerGame
Gets the game details property of the game.
getGameDetails() — Method in class com.electrotank.electroserver4.message.request.CreateGameRequest
Returns the optional EsObject to be used as the game's game details.
getGameDetails() — Method in class com.electrotank.electroserver4.message.request.QuickJoinGameRequest
The EsObjec to be used if a game is being created.
getGameDetails() — Method in class com.electrotank.electroserver4.message.response.CreateOrJoinGameResponse
getGameId() — Method in class com.electrotank.electroserver4.entities.SearchCriteria
Gets the id of the game you want to join.
getGameId() — Method in class com.electrotank.electroserver4.entities.ServerGame
Gets the game id.
getGameId() — Method in class com.electrotank.electroserver4.message.request.JoinGameRequest
The id of the game you want to join.
getGameId() — Method in class com.electrotank.electroserver4.message.response.CreateOrJoinGameResponse
getGames() — Method in class com.electrotank.electroserver4.message.response.FindGamesResponse
getGameType() — Method in class com.electrotank.electroserver4.entities.SearchCriteria
Returns the game type.
getGameType() — Method in class com.electrotank.electroserver4.message.request.CreateGameRequest
Returns the type of game to be created.
getGameType() — Method in class com.electrotank.electroserver4.message.request.JoinGameRequest
The type of game you want to join.
getGameType() — Method in class com.electrotank.electroserver4.message.request.QuickJoinGameRequest
The type of game registered with ElectroServer.
getHasEsObject() — Method in class com.electrotank.electroserver4.message.event.BuddyStatusUpdatedEvent
Returns true if there is an EsObject.
getHashId() — Method in class com.electrotank.electroserver4.message.event.ConnectionEvent
getHasPassword() — Method in class com.electrotank.electroserver4.message.event.JoinRoomEvent
getHasPassword() — Method in class com.electrotank.electroserver4.room.Room
Gets the hasPassword property.
getHidden() — Method in class com.electrotank.electroserver4.message.event.UpdateRoomDetailsEvent
getHidden() — Method in class com.electrotank.electroserver4.message.request.UpdateRoomDetailsRequest
Gets the hidden property of the room.
getId() — Method in class com.electrotank.electroserver4.connection.AbstractConnection
Gets the connection id.
getId() — Method in class com.electrotank.electroserver4.errors.EsError
Gets the error id.
getId() — Method in class com.electrotank.electroserver4.message.QueuedMessage
getIndicator() — Method in class com.electrotank.electroserver4.esobject.DataType
Returns the id of a data type.
getInfo() — Method in class com.electrotank.electroserver4.message.event.RtmpOnStatusEvent
getInstance() — Static method in class com.electrotank.electroserver4.utils.Logger
getIntArrayValue() — Method in class com.electrotank.electroserver4.esobject.EsObjectDataHolder
Gets the value of the property.
getInteger(name) — Method in class com.electrotank.electroserver4.esobject.EsObject
Gets the value of the property based on a name..
getInteger(name) — Method in interface com.electrotank.electroserver4.esobject.EsObjectRO
Gets the value of the property based on the name provided.
getIntegerArray(name) — Method in class com.electrotank.electroserver4.esobject.EsObject
Gets the value of the property based on a name..
getIntegerArray(name) — Method in interface com.electrotank.electroserver4.esobject.EsObjectRO
Gets the value of the property based on the name provided.
getIntValue() — Method in class com.electrotank.electroserver4.esobject.EsObjectDataHolder
Gets the value of the property.
getIp() — Method in class com.electrotank.electroserver4.connection.AbstractConnection
Gets the ip used.
getIsAutoDiscoverProtocol() — Method in class com.electrotank.electroserver4.message.request.LoginRequest
getIsConnected() — Method in class com.electrotank.electroserver4.connection.AbstractConnection
Returns true if connected, false if not.
getIsConnected() — Method in class com.electrotank.electroserver4.rtmpconnection.RtmpConnection
getIsDeliverMessageOnFailure() — Method in class com.electrotank.electroserver4.message.request.CreateRoomRequest
Returns true if a message is supposed to be delivered even if it fails language filter validation.
getIsEvent() — Method in class com.electrotank.electroserver4.message.MessageType
Gets the isEvent property.
getIsFloodingFilterResetAfterKick() — Method in class com.electrotank.electroserver4.message.request.CreateRoomRequest
If a custom flooding filter was specified by name then this property is used by the room.
getIsFloodingFilterSpecified() — Method in class com.electrotank.electroserver4.message.request.CreateRoomRequest
Returns true if a custom flooding filter name has been specified.
getIsHidden() — Method in class com.electrotank.electroserver4.message.event.JoinRoomEvent
getIsHidden() — Method in class com.electrotank.electroserver4.message.request.CreateGameRequest
Returns the hidden property of the new game to be created.
getIsHidden() — Method in class com.electrotank.electroserver4.message.request.CreateRoomRequest
Returns false if the room is set to be hidden on create.
getIsHidden() — Method in class com.electrotank.electroserver4.room.Room
Gets the hidden status.
getIsJoined() — Method in class com.electrotank.electroserver4.room.Room
Returns true if you are joined to this room, false otherwise.
getIsLanguageFilterSpecified() — Method in class com.electrotank.electroserver4.message.request.CreateRoomRequest
If a custom language filter was specified by name using setLanguageFilterName, then this method returns true.
getIsLocked() — Method in class com.electrotank.electroserver4.message.request.CreateGameRequest
Returns the locked property for the new game to be created.
getIsLoggedIn() — Method in class com.electrotank.electroserver4.ElectroServer
Returns true if the client is logged in and false if not logged in.
getIsMe() — Method in class com.electrotank.electroserver4.user.User
This method returns true if this user represents you and false if it does not.
getIsNonOperatorUpdateAllowed() — Method in class com.electrotank.electroserver4.message.request.CreateRoomRequest
getIsNonOperatorVariableUpdateAllowed() — Method in class com.electrotank.electroserver4.message.request.CreateRoomRequest
getIsPersistent() — Method in class com.electrotank.electroserver4.message.request.CreateRoomRequest
Returns false if the room is set to automatically be removed when the user list is 0.
getIsRealServerMessage() — Method in interface com.electrotank.electroserver4.message.Message
getIsRealServerMessage() — Method in class com.electrotank.electroserver4.message.MessageImpl
Used internally when one client-request needs to be remapped to a server request.
getIsReceivingRoomDetailUpdates() — Method in class com.electrotank.electroserver4.message.request.CreateRoomRequest
Returns the isReceivingRoomDetailUpdates property.
getIsReceivingRoomDetailUpdates() — Method in class com.electrotank.electroserver4.message.request.JoinRoomRequest
Returns the isReceivingRoomDetailUpdates property.
getIsReceivingRoomListUpdates() — Method in class com.electrotank.electroserver4.message.request.CreateRoomRequest
Returns true if the user will receive room list updates.
getIsReceivingRoomListUpdates() — Method in class com.electrotank.electroserver4.message.request.JoinRoomRequest
Returns true if the user will receive room list updates.
getIsReceivingRoomVariableUpdates() — Method in class com.electrotank.electroserver4.message.request.CreateRoomRequest
Returns true if the user is set to receive RoomVariableUpdateEvent events.
getIsReceivingRoomVariableUpdates() — Method in class com.electrotank.electroserver4.message.request.JoinRoomRequest
Returns true if the user is set to receive RoomVariableUpdateEvent events.
getIsReceivingUserListUpdates() — Method in class com.electrotank.electroserver4.message.request.CreateRoomRequest
Returns true if the user is set up to receive UserListUpdateEvent events for the new room.
getIsReceivingUserListUpdates() — Method in class com.electrotank.electroserver4.message.request.JoinRoomRequest
Returns true if the user is set up to receive UserListUpdateEvent events for the new room.
getIsReceivingUserVariableUpdates() — Method in class com.electrotank.electroserver4.message.request.CreateRoomRequest
Returns true if the user is set to receive UserVariableUpdateEvent events in the new room.
getIsReceivingUserVariableUpdates() — Method in class com.electrotank.electroserver4.message.request.JoinRoomRequest
Returns true if the user is set to receive UserVariableUpdateEvent events in the new room.
getIsReceivingVideoEvents() — Method in class com.electrotank.electroserver4.message.request.CreateRoomRequest
Returns the isReceivingVideoUpdates property.
getIsReceivingVideoEvents() — Method in class com.electrotank.electroserver4.message.request.JoinRoomRequest
Returns the isReceivingVideoUpdates property.
getIsRequest() — Method in class com.electrotank.electroserver4.message.MessageType
Gets the isRequest property.
getIsResetAfterKick() — Method in class com.electrotank.electroserver4.message.request.CreateRoomRequest
Returns true if the number of language filter failures is to be reset after a user is kicked.
getIsResponse() — Method in class com.electrotank.electroserver4.message.MessageType
Gets the isResponse property.
getIsRoomLevelPlugin() — Method in class com.electrotank.electroserver4.message.event.PluginMessageEvent
getIsSendingVideo() — Method in class com.electrotank.electroserver4.message.event.UserListUpdateEvent
getIsSendingVideo() — Method in class com.electrotank.electroserver4.user.User
If the user is currently broadcasting live video then this returns true.
getIsSent() — Method in class com.electrotank.electroserver4.SendStatus
getIsUsingFloodingFilter() — Method in class com.electrotank.electroserver4.message.request.CreateRoomRequest
Returns true if flood filtering has been enabled for this room.
getIsUsingLanguageFilter() — Method in class com.electrotank.electroserver4.message.request.CreateRoomRequest
Returns true if language filtering is enabled.
getIsValid() — Method in class com.electrotank.electroserver4.message.ValidationResponse
Returns a boolean value specifying if the validation suceeded or failed.
getJoinedRooms() — Method in class com.electrotank.electroserver4.zone.Zone
Gets a list of rooms in this zone that you happen to be joined to.
getKicksBeforeBan() — Method in class com.electrotank.electroserver4.message.request.CreateRoomRequest
Returns the number of times a user can be kicked before getting banned.
getLanguageFilterName() — Method in class com.electrotank.electroserver4.message.request.CreateRoomRequest
The name of the custom language filter used in this room, if any.
getLockChanged() — Method in class com.electrotank.electroserver4.message.event.RoomVariableUpdateEvent