|
@@ -23,7 +23,7 @@ package haxe.remoting;
|
|
import haxe.remoting.SocketProtocol.Socket;
|
|
import haxe.remoting.SocketProtocol.Socket;
|
|
|
|
|
|
/**
|
|
/**
|
|
- Allows remoting communications over an XMLSocket
|
|
|
|
|
|
+ Allows remoting communications over a socket connection
|
|
*/
|
|
*/
|
|
class SocketConnection implements AsyncConnection implements Dynamic<AsyncConnection> {
|
|
class SocketConnection implements AsyncConnection implements Dynamic<AsyncConnection> {
|
|
|
|
|