Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.automation.client.jaxrs.impl
Class HttpAutomationClient

java.lang.Object
  extended by org.nuxeo.ecm.automation.client.jaxrs.spi.AbstractAutomationClient
      extended by org.nuxeo.ecm.automation.client.jaxrs.spi.AsyncAutomationClient
          extended by org.nuxeo.ecm.automation.client.jaxrs.impl.HttpAutomationClient
All Implemented Interfaces:
AutomationClient

public class HttpAutomationClient
extends AsyncAutomationClient

Author:
Bogdan Stefanescu

Constructor Summary
HttpAutomationClient(java.lang.String url)
           
 
Method Summary
 org.apache.http.client.HttpClient http()
           
 void setProxy(java.lang.String host, int port)
           
 void shutdown()
          Cleanup any resources held by this client.
 
Methods inherited from class org.nuxeo.ecm.automation.client.jaxrs.spi.AsyncAutomationClient
asyncExec
 
Methods inherited from class org.nuxeo.ecm.automation.client.jaxrs.spi.AbstractAutomationClient
getAdapter, getBaseUrl, getSession, getSession, login, registerAdapter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpAutomationClient

public HttpAutomationClient(java.lang.String url)
Method Detail

setProxy

public void setProxy(java.lang.String host,
                     int port)

http

public org.apache.http.client.HttpClient http()

shutdown

public void shutdown()
Description copied from interface: AutomationClient
Cleanup any resources held by this client. After a shutdown the client is no more usable.

Specified by:
shutdown in interface AutomationClient
Overrides:
shutdown in class AsyncAutomationClient

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.