public class HttpForwarder extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
RESPONSE_CODE_KEY |
static String |
RESPONSE_OUTPUT_KEY |
| Constructor and Description |
|---|
HttpForwarder() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
forward(String requestMethod,
String targetUrl,
Map<String,String> headers,
byte[] body) |
static String |
simpleForward(String requestMethod,
String targetUrl,
Map<String,String> headers,
byte[] body) |
public static final String RESPONSE_CODE_KEY
public static final String RESPONSE_OUTPUT_KEY