Commit 90094b6b by Kerwin Bryant Committed by Ryan Baxter

public FeignLoadBalancer.RibbonRequest and FeignLoadBalancer.RibbonResponse to…

public FeignLoadBalancer.RibbonRequest and FeignLoadBalancer.RibbonResponse to the user to customize their needs (#2536)
parent 4f2f4f6a
......@@ -111,7 +111,7 @@ public class FeignLoadBalancer extends
return super.reconstructURIWithServer(server, uri);
}
static class RibbonRequest extends ClientRequest implements Cloneable {
protected static class RibbonRequest extends ClientRequest implements Cloneable {
private final Request request;
private final Client client;
......@@ -175,7 +175,7 @@ public class FeignLoadBalancer extends
}
}
static class RibbonResponse implements IResponse {
protected static class RibbonResponse implements IResponse {
private final URI uri;
private final Response response;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment