Package dev.getelements.elements.jrpc
Interface JsonRpcRedirectionStrategy
- All Known Implementing Classes:
JsonRpcHttpRedirectionStrategy
public interface JsonRpcRedirectionStrategy
Implements the JSON-RPC Redirection Strategy.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonRpcRedirectionStrategyA simpleJsonRpcRedirectionStrategywhich simply re-throws the original exception, thus eliminating any actual redirection.static final StringNames the default redirect URLs. -
Method Summary
-
Field Details
-
REDIRECT_URLS
Names the default redirect URLs.- See Also:
-
NO_REDIRECT
A simpleJsonRpcRedirectionStrategywhich simply re-throws the original exception, thus eliminating any actual redirection.
-
-
Method Details