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  
c — Static property in class org.sepy.io.Serializer
client — Property in class net.flashmog.FlashMOGService
A convenient object to hold client-side methods defined by the developer When an incoming RPC is received by an RPC socket, it will contain an eventName parameter.
close() — Method in class net.flashmog.FlashMOGService
closes this service This method 'closes' this service which will disable it from handling any more incoming or outgoing RPC calls.
close() — Method in class net.flashmog.RPCSocket
Closes the underlying XMLSocket
COLON — Constant static property in class com.adobe.serialization.json.JSONTokenType
com.adobe.serialization.json — Package
COMMA — Constant static property in class com.adobe.serialization.json.JSONTokenType
connect() — Method in class net.flashmog.FlashMOGService
Tries to connect via socket to the server This func will attempt to have its RPCsocket connect to the server.
connect(host, port) — Method in class net.flashmog.RPCSocket
Connects the underlying XMLSocket This method validates both the host and port params previously supplied to the constructor, sets the boolWaitingForConnect boolean to true and then calls the connect method of the XMLSocket, returning whatever that returns.
connected — Property in class net.flashmog.FlashMOGService
get method for the property connected
CRITICAL — Constant static property in class net.flashmog.Log
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