Interface | Description |
---|---|
HttpClient |
Send a request out to remote HTTP service and get the response
|
Network |
Encapsulate operations provided by underline network service, e.g.
|
NetworkDispatcher |
An
NetworkDispatcher can dispatch a network computation context to a worker thread |
NetworkJob |
An
NetworkJob encapsulate a computation context and logic that can be dispatched by NetworkDispatcher |
WebSocketConnection |
A WebSocket connection
|
Class | Description |
---|---|
NetworkBase |
The base implementation of
Network |
NetworkHandler |
A
NetworkHandler can be registered to an Network and get invoked when there are network event (e.g. |
WebSocketConnectionHandler |
Copyright © 2014–2017 ActFramework. All rights reserved.