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  
ban(duration:int, reason:String) — method, class net.user1.reactor.Client
Disconnects this client from the server, and prevents any future connections from this client's address (typically an IP address).
ban(address:String, duration:int, reason:String) — method, class net.user1.reactor.ClientManager
Disconnects any clients with the specified address (typically an IP address) and prevents any future client connections from that address.
ban(duration:int, reason:String) — method, class net.user1.reactor.CustomClient
ban(duration:int, reason:String) — method, interface net.user1.reactor.IClient
BAN — Constant Static Variable, class net.user1.reactor.UPC
The internal message id for BAN, a UPC-fomatted message sent to the server.
banDuration — Variable, class net.user1.reactor.ConnectionRefusal
When the refusal-reason code for this ConnectionRefusal object is ConnectionRefusalReason.BANNED, banDuration indicates the length of the ban on this client's address, in milliseconds.
bandwidth — Variable, class net.user1.reactor.Gateway
A GatewayBandwidth object describing the bandwidth usage and throughput for the gateway.
BANNED — Constant Static Variable, class net.user1.reactor.ConnectionRefusalReason
Indicates that a client connection was refused because the client's address is banned.
BANNED_ADDRESS_ADDED — Constant Static Variable, class net.user1.reactor.UPC
BANNED_ADDRESS_REMOVED — Constant Static Variable, class net.user1.reactor.UPC
bannedAt — Variable, class net.user1.reactor.ConnectionRefusal
When the refusal-reason code for this ConnectionRefusal object is ConnectionRefusalReason.BANNED, bannedAt indicates the time at which this client's address was banned by Union Server.
BannedListSnapshot — class, package net.user1.reactor.snapshot
The BannedListSnapshot class is used to load the server's current list of banned client addresses.
BannedListSnapshot() — Constructor, class net.user1.reactor.snapshot.BannedListSnapshot
Constructor
BANNED_LIST_SNAPSHOT — Constant Static Variable, class net.user1.reactor.UPC
banReason — Variable, class net.user1.reactor.ConnectionRefusal
When the refusal-reason code for this ConnectionRefusal object is ConnectionRefusalReason.BANNED, banReason indicates the cause of the ban on this client's address, as an arbitrary string.
BAN_RESULT — Event, class net.user1.reactor.ClientManager
BAN_RESULT — Constant Static Variable, class net.user1.reactor.ClientManagerEvent
Dispatched when the result of an earlier Client.ban() or ClientManager.ban() request is received.
BAN_RESULT — Constant Static Variable, class net.user1.reactor.UPC
BEGIN_CONNECT — Event, class net.user1.reactor.Connection
BEGIN_CONNECT — Constant Static Variable, class net.user1.reactor.ConnectionEvent
Dispatched when a connection attempt by an IConnection object begins.
BEGIN_CONNECT — Event, class net.user1.reactor.ConnectionManager
BEGIN_CONNECT — Constant Static Variable, class net.user1.reactor.ConnectionManagerEvent
An event triggered when a connection attempt by the ConnectionManager begins.
BEGIN_HANDSHAKE — Event, class net.user1.reactor.Connection
BEGIN_HANDSHAKE — Constant Static Variable, class net.user1.reactor.ConnectionEvent
Dispatched when an IConnection object initiates the "handshake" phase of a Union Server connection.
BooleanGroup — class, package net.user1.reactor.filters
The base class for AndGroup and OrGroup, which define Boolean relationships between multiple comparisons in filters.
BooleanGroup(type:String) — Constructor, class net.user1.reactor.filters.BooleanGroup
Constructor
BooleanGroupType — final class, package net.user1.reactor.filters
An enumeration of the types of Boolean groups in the Reactor filtering API.
build — Variable, class net.user1.reactor.VersionNumber
The build component of a version number (e.g., the 34 in 1.2.0.34).
byClient — Variable, class net.user1.reactor.Attribute
The IClient object representing the client that set or deleted the attribute, if known.
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