Class ProxyService
- java.lang.Object
-
- org.exoplatform.services.rest.ext.proxy.ProxyService
-
- All Implemented Interfaces:
org.exoplatform.services.rest.resource.ResourceContainer
public class ProxyService extends Object implements org.exoplatform.services.rest.resource.ResourceContainer
- Version:
- $Id$
- Author:
- Max Shaposhnik
-
-
Field Summary
Fields Modifier and Type Field Description protected static intDEFAULT_CONNECT_TIMEOUT_MS
-
Constructor Summary
Constructors Constructor Description ProxyService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponsedoProxyDelete(javax.ws.rs.core.HttpHeaders headers, javax.ws.rs.core.UriInfo uriInfo, String urlParam)javax.ws.rs.core.ResponsedoProxyGet(javax.ws.rs.core.HttpHeaders headers, javax.ws.rs.core.UriInfo uriInfo, String urlParam)javax.ws.rs.core.ResponsedoProxyPost(javax.ws.rs.core.HttpHeaders headers, javax.ws.rs.core.UriInfo uriInfo, String urlParam, InputStream entity)javax.ws.rs.core.ResponsedoProxyPut(javax.ws.rs.core.HttpHeaders headers, javax.ws.rs.core.UriInfo uriInfo, String urlParam, InputStream entity)
-
-
-
Field Detail
-
DEFAULT_CONNECT_TIMEOUT_MS
protected static final int DEFAULT_CONNECT_TIMEOUT_MS
- See Also:
- Constant Field Values
-
-
Method Detail
-
doProxyDelete
public javax.ws.rs.core.Response doProxyDelete(@Context javax.ws.rs.core.HttpHeaders headers, @Context javax.ws.rs.core.UriInfo uriInfo, String urlParam)
-
doProxyGet
public javax.ws.rs.core.Response doProxyGet(@Context javax.ws.rs.core.HttpHeaders headers, @Context javax.ws.rs.core.UriInfo uriInfo, String urlParam)
-
doProxyPost
public javax.ws.rs.core.Response doProxyPost(@Context javax.ws.rs.core.HttpHeaders headers, @Context javax.ws.rs.core.UriInfo uriInfo, String urlParam, InputStream entity)
-
doProxyPut
public javax.ws.rs.core.Response doProxyPut(@Context javax.ws.rs.core.HttpHeaders headers, @Context javax.ws.rs.core.UriInfo uriInfo, String urlParam, InputStream entity)
-
-