Package org.glassfish.admin.rest.utils
Class ProxyImpl
- java.lang.Object
-
- org.glassfish.admin.rest.utils.ProxyImpl
-
-
Constructor Summary
Constructors Constructor Description ProxyImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertiesproxyRequest(jakarta.ws.rs.core.UriInfo sourceUriInfo, jakarta.ws.rs.client.Client client, org.glassfish.hk2.api.ServiceLocator habitat)Execute request in givensourceUriInfoby acting as a proxy to the target instance-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.glassfish.admin.rest.utils.Proxy
constructForwardURLPath, constructTargetURLPath, extractTargetInstanceName
-
-
-
-
Method Detail
-
proxyRequest
public Properties proxyRequest(jakarta.ws.rs.core.UriInfo sourceUriInfo, jakarta.ws.rs.client.Client client, org.glassfish.hk2.api.ServiceLocator habitat)
Description copied from interface:ProxyExecute request in givensourceUriInfoby acting as a proxy to the target instance- Specified by:
proxyRequestin interfaceProxy- Returns:
- Result of execution as Properties object
-
-