|
@@ -22,6 +22,9 @@
|
|
package haxe.remoting;
|
|
package haxe.remoting;
|
|
import haxe.remoting.SocketProtocol.Socket;
|
|
import haxe.remoting.SocketProtocol.Socket;
|
|
|
|
|
|
|
|
+/**
|
|
|
|
+ Allows remoting communications over an XMLSocket
|
|
|
|
+*/
|
|
class SocketConnection implements AsyncConnection implements Dynamic<AsyncConnection> {
|
|
class SocketConnection implements AsyncConnection implements Dynamic<AsyncConnection> {
|
|
|
|
|
|
var __path : Array<String>;
|
|
var __path : Array<String>;
|