Interface RestClientProxy


  • public interface RestClientProxy
    This interface is implemented by every proxy created by RestClientBuilderImpl.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void close()
      Release/close all associated resources, including the underlying Client instance.
      javax.ws.rs.client.Client getClient()  
    • Method Detail

      • close

        void close()
        Release/close all associated resources, including the underlying Client instance.
      • getClient

        javax.ws.rs.client.Client getClient()
        Returns:
        the underlying Client instance