Uses of Record Class
org.eclipse.jetty.client.RedirectCache.MethodOriginTarget
Packages that use RedirectCache.MethodOriginTarget
-
Uses of RedirectCache.MethodOriginTarget in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return RedirectCache.MethodOriginTargetModifier and TypeMethodDescriptionRedirectCache.Default.get(RedirectCache.MethodOriginTarget original) RedirectCache.get(RedirectCache.MethodOriginTarget original) Returns a cached redirect for the given method and URI.Methods in org.eclipse.jetty.client with parameters of type RedirectCache.MethodOriginTargetModifier and TypeMethodDescriptionRedirectCache.Default.get(RedirectCache.MethodOriginTarget original) RedirectCache.get(RedirectCache.MethodOriginTarget original) Returns a cached redirect for the given method and URI.voidRedirectCache.Default.put(RedirectCache.MethodOriginTarget original, int status, RedirectCache.MethodOriginTarget redirect) voidRedirectCache.put(RedirectCache.MethodOriginTarget original, int status, RedirectCache.MethodOriginTarget redirect) Caches a redirect.