Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

java.lang.Object
  extended by org.nuxeo.ecm.automation.client.jaxrs.impl.HttpConnector
All Implemented Interfaces:
Connector

public class HttpConnector
extends Object
implements Connector

Connector wrapping a HttpClient instance.

Author:
Bogdan Stefanescu

Constructor Summary
HttpConnector(org.apache.http.client.HttpClient http)
           
HttpConnector(org.apache.http.client.HttpClient http, org.apache.http.protocol.HttpContext ctx)
           
 
Method Summary
 Object execute(Request request)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpConnector

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

HttpConnector

public HttpConnector(org.apache.http.client.HttpClient http,
                     org.apache.http.protocol.HttpContext ctx)
Method Detail

execute

public Object execute(Request request)
Specified by:
execute in interface Connector

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.