|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.model.ObjectWithJsonToString
org.mockserver.model.Not
org.mockserver.model.HttpRequest
org.mockserver.model.OutboundHttpRequest
public class OutboundHttpRequest
| Field Summary |
|---|
| Fields inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString |
|---|
logger |
| Constructor Summary | |
|---|---|
OutboundHttpRequest(InetSocketAddress destination,
String contextPath,
HttpRequest httpRequest)
|
|
| Method Summary | |
|---|---|
String |
getContextPath()
|
InetSocketAddress |
getDestination()
|
static OutboundHttpRequest |
outboundRequest(InetSocketAddress destination,
String contextPath,
HttpRequest httpRequest)
|
static OutboundHttpRequest |
outboundRequest(String host,
int port,
String contextPath,
HttpRequest httpRequest)
|
| Methods inherited from class org.mockserver.model.HttpRequest |
|---|
containsHeader, getBody, getBodyAsRawBytes, getBodyAsString, getCookies, getFirstHeader, getHeaders, getMethod, getMethod, getPath, getQueryStringParameters, hasQueryStringParameter, isKeepAlive, isSecure, matches, replaceHeader, request, request, setKeepAlive, setSecure, withBody, withBody, withBody, withCookie, withCookie, withCookies, withCookies, withHeader, withHeader, withHeaders, withHeaders, withMethod, withMethod, withPath, withPath, withQueryStringParameter, withQueryStringParameter, withQueryStringParameters, withQueryStringParameters, withQueryStringParameters |
| Methods inherited from class org.mockserver.model.Not |
|---|
getNot, isNot, not, not, setNot |
| Methods inherited from class org.mockserver.model.ObjectWithJsonToString |
|---|
toString |
| Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString |
|---|
addFieldsExcludedFromEqualsAndHashCode, equals, fieldsExcludedFromEqualsAndHashCode, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OutboundHttpRequest(InetSocketAddress destination,
String contextPath,
HttpRequest httpRequest)
| Method Detail |
|---|
public static OutboundHttpRequest outboundRequest(String host,
int port,
String contextPath,
HttpRequest httpRequest)
public static OutboundHttpRequest outboundRequest(InetSocketAddress destination,
String contextPath,
HttpRequest httpRequest)
public InetSocketAddress getDestination()
public String getContextPath()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||