public class HttpMappingResult extends Object
| Constructor and Description |
|---|
HttpMappingResult(io.fabric8.gateway.support.MappingResult result) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationUrl(io.fabric8.gateway.loadbalancer.ClientRequestFacade requestFacade) |
Map<String,String> |
getParameterNameValues() |
io.fabric8.gateway.model.HttpProxyRule |
getProxyRule() |
String[] |
getRequestUriPaths() |
void |
request(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Performs the HTTP request on the back end service
|
public HttpMappingResult(io.fabric8.gateway.support.MappingResult result)
public String getDestinationUrl(io.fabric8.gateway.loadbalancer.ClientRequestFacade requestFacade)
public String[] getRequestUriPaths()
public io.fabric8.gateway.model.HttpProxyRule getProxyRule()
public void request(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOExceptionCopyright © 2011–2014 Red Hat. All rights reserved.