Class XMLHttpRequestClient


  • public class XMLHttpRequestClient
    extends java.lang.Object
    Implementation of the XMLHttpRequest functionality using Jetty's HttpClient.
    • Method Detail

      • start

        public void start()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getHttpClient

        public org.eclipse.jetty.client.HttpClient getHttpClient()
      • stop

        public void stop()
                  throws java.lang.Exception
        Throws:
        java.lang.Exception