Package org.cometd.javascript
Class XMLHttpRequestClient
java.lang.Object
org.cometd.javascript.XMLHttpRequestClient
public class XMLHttpRequestClient extends Object
Implementation of the XMLHttpRequest functionality using Jetty's HttpClient.
-
Constructor Summary
Constructors Constructor Description XMLHttpRequestClient(JavaScriptCookieStore cookieStore)
-
Method Summary
Modifier and Type Method Description org.eclipse.jetty.client.HttpClient
getHttpClient()
void
start()
void
stop()
-
Constructor Details
-
Method Details
-
start
- Throws:
Exception
-
getHttpClient
public org.eclipse.jetty.client.HttpClient getHttpClient() -
stop
- Throws:
Exception
-