Interface RestRawClient

All Known Implementing Classes:
RestRawClientOkHttp

public interface RestRawClient
Client to execute arbitrary requests on the server. The URL to be called is the scheme, host and port configured in the RestClientConfigurationBuilder plus the 'path' that should be supplied to the methods of this class.
Since:
10.0
Author:
Tristan Tarrant <tristan@infinispan.org>