Class JsonRpcHttpRedirectionStrategy

java.lang.Object
dev.getelements.elements.jrpc.JsonRpcHttpRedirectionStrategy
All Implemented Interfaces:
JsonRpcRedirectionStrategy

public class JsonRpcHttpRedirectionStrategy extends Object implements JsonRpcRedirectionStrategy
Directs the client to the remote endpoint using a 307: Temporary Redirect to the underlying API.
  • Constructor Details

    • JsonRpcHttpRedirectionStrategy

      @Inject public JsonRpcHttpRedirectionStrategy(@Named("dev.getelements.elements.jrpc.redirect.urls") String urls)
  • Method Details