Class HttpClientConnector

java.lang.Object
org.nustaq.kontraktor.remoting.http.HttpClientConnector
All Implemented Interfaces:
org.nustaq.kontraktor.remoting.base.ActorClientConnector

public class HttpClientConnector
extends Object
implements org.nustaq.kontraktor.remoting.base.ActorClientConnector
Created by ruedi on 13/05/15. Long Poll, http 1.1 based connectivity with on top sequencing + reordering. Designed to handle network outages and crappy connectivity. This implies once it successfully connected, it won't go to "closed" except a session timeout/close happened (=>404) (even if server has been stopped after connection) TODO: proxy options TODO: provide 1.7 compliant Android client impl