Class ProxyImpl

  • All Implemented Interfaces:
    Proxy

    public abstract class ProxyImpl
    extends Object
    implements Proxy
    Author:
    Mitesh Meswani
    • Constructor Detail

      • ProxyImpl

        public ProxyImpl()
    • 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: Proxy
        Execute request in given sourceUriInfo by acting as a proxy to the target instance
        Specified by:
        proxyRequest in interface Proxy
        Returns:
        Result of execution as Properties object