package haxe.remoting

AMFConnection

AsyncAdapter

Build an AsyncConnection from a synchronized Connection.

AsyncConnection

AsyncDebugConnection

AsyncProxy

This class is magic. When you extend it with a class C, it will automaticaly create a stub class with all public methods forwarding remoting messages over the connection.

Connection

Context

ContextAll

DelayedConnection

ExternalConnection

Synchronous communications between Flash and Javascript.

FlashJsConnection

HttpAsyncConnection

HttpConnection

LocalConnection

Proxy

This class is magic. When you extend it with a class C, it will automaticaly create a stub class with all public methods forwarding remoting messages over the connection.

Socket

SocketConnection

SocketProtocol

The Haxe Remoting Socket Protocol is composed of serialized string exchanges.

SocketWrapper

See [js.XMLSocket]

SyncSocketConnection