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  
registerService(svc:net.flashmog:FlashMOGService) — Method in class net.flashmog.RPCSocket
Registers a Service object with this RPCSocket When a Service object attempts to connect to a particular host and port, it is referred to an existing socket connection via the static methods of the ConnectionPool Class.
RIGHT_BRACE — Constant static property in class com.adobe.serialization.json.JSONTokenType
RIGHT_BRACKET — Constant static property in class com.adobe.serialization.json.JSONTokenType
RPCSocket — Class in package net.flashmog
RPCSocket extends XMLSocket, adding a couple of useful informational properties such as a the host, the port, an 'attempting to connect' indicator boolean, and an ability to route incoming socket messages to the appropriate method of the appropriate Service
RPCSocket(hostArg, portArg, serializeMethodArg, logger:net.flashmog:Log) — Constructor in class net.flashmog.RPCSocket
constructor function NOTE: unlike the base XMLSocket class, I REQUIRE the host and port arguments for this constructor.
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