public class RequestKey extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestKey.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RequestKey.Builder |
builder(HttpMethod method,
String url) |
static RequestKey |
create(Request request) |
boolean |
equals(Object obj) |
boolean |
equalsExtended(Object obj) |
byte[] |
getBody() |
Charset |
getCharset() |
RequestHeaders |
getHeaders() |
HttpMethod |
getMethod() |
String |
getUrl() |
int |
hashCode() |
String |
toString() |
public static RequestKey.Builder builder(HttpMethod method, String url)
public static RequestKey create(Request request)
public HttpMethod getMethod()
public String getUrl()
public RequestHeaders getHeaders()
public Charset getCharset()
public byte[] getBody()
public boolean equalsExtended(Object obj)
Copyright © 2012–2021 OpenFeign. All rights reserved.