Uses of Interface
dev.getelements.elements.jrpc.JsonRpcRedirectionStrategy
Packages that use JsonRpcRedirectionStrategy
-
Uses of JsonRpcRedirectionStrategy in dev.getelements.elements.jrpc
Classes in dev.getelements.elements.jrpc that implement JsonRpcRedirectionStrategyModifier and TypeClassDescriptionclass
Directs the client to the remote endpoint using a 307: Temporary Redirect to the underlying API.Fields in dev.getelements.elements.jrpc declared as JsonRpcRedirectionStrategyModifier and TypeFieldDescriptionstatic final JsonRpcRedirectionStrategy
JsonRpcRedirectionStrategy.NO_REDIRECT
A simpleJsonRpcRedirectionStrategy
which simply re-throws the original exception, thus eliminating any actual redirection.Methods in dev.getelements.elements.jrpc that return JsonRpcRedirectionStrategyMethods in dev.getelements.elements.jrpc with parameters of type JsonRpcRedirectionStrategyModifier and TypeMethodDescriptionvoid
JsonRpcResource.setJsonRpcRedirectionStrategy
(JsonRpcRedirectionStrategy jsonRpcRedirectionStrategy)