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 TypeClassDescriptionclassDirects 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 JsonRpcRedirectionStrategyJsonRpcRedirectionStrategy.NO_REDIRECTA simpleJsonRpcRedirectionStrategywhich 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 TypeMethodDescriptionvoidJsonRpcResource.setJsonRpcRedirectionStrategy(JsonRpcRedirectionStrategy jsonRpcRedirectionStrategy)