|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of HttpRequest in org.mockserver.client.netty |
|---|
| Methods in org.mockserver.client.netty with parameters of type HttpRequest | |
|---|---|
HttpResponse |
NettyHttpClient.sendRequest(HttpRequest httpRequest)
|
HttpResponse |
NettyHttpClient.sendRequest(HttpRequest httpRequest,
InetSocketAddress remoteAddress)
|
| Uses of HttpRequest in org.mockserver.client.netty.codec |
|---|
| Methods in org.mockserver.client.netty.codec with parameters of type HttpRequest | |
|---|---|
protected void |
MockServerRequestEncoder.encode(io.netty.channel.ChannelHandlerContext ctx,
HttpRequest httpRequest,
List<Object> out)
|
| Uses of HttpRequest in org.mockserver.client.netty.codec.mappers |
|---|
| Methods in org.mockserver.client.netty.codec.mappers with parameters of type HttpRequest | |
|---|---|
String |
MockServerHttpRequestToFullHttpRequest.getURI(HttpRequest httpRequest)
|
io.netty.handler.codec.http.FullHttpRequest |
MockServerHttpRequestToFullHttpRequest.mapMockServerResponseToHttpServletResponse(HttpRequest httpRequest)
|
| Uses of HttpRequest in org.mockserver.client.serialization |
|---|
| Methods in org.mockserver.client.serialization that return HttpRequest | |
|---|---|
HttpRequest |
HttpRequestSerializer.deserialize(String jsonHttpRequest)
|
HttpRequest[] |
HttpRequestSerializer.deserializeArray(String jsonHttpRequests)
|
| Methods in org.mockserver.client.serialization that return types with arguments of type HttpRequest | |
|---|---|
Class<HttpRequest> |
HttpRequestSerializer.supportsType()
|
| Methods in org.mockserver.client.serialization with parameters of type HttpRequest | |
|---|---|
String |
HttpRequestSerializer.serialize(HttpRequest... httpRequests)
|
String |
HttpRequestSerializer.serialize(HttpRequest httpRequest)
|
| Method parameters in org.mockserver.client.serialization with type arguments of type HttpRequest | |
|---|---|
String |
HttpRequestSerializer.serialize(List<HttpRequest> httpRequests)
|
| Uses of HttpRequest in org.mockserver.client.serialization.curl |
|---|
| Methods in org.mockserver.client.serialization.curl with parameters of type HttpRequest | |
|---|---|
String |
HttpRequestToCurlSerializer.toCurl(HttpRequest httpRequest,
InetSocketAddress remoteAddress)
|
| Uses of HttpRequest in org.mockserver.client.serialization.java |
|---|
| Methods in org.mockserver.client.serialization.java with parameters of type HttpRequest | |
|---|---|
String |
HttpRequestToJavaSerializer.serializeAsJava(int numberOfSpacesToIndent,
HttpRequest httpRequest)
|
| Uses of HttpRequest in org.mockserver.client.serialization.model |
|---|
| Methods in org.mockserver.client.serialization.model that return HttpRequest | |
|---|---|
HttpRequest |
HttpRequestDTO.buildObject()
|
| Constructors in org.mockserver.client.serialization.model with parameters of type HttpRequest | |
|---|---|
HttpRequestDTO(HttpRequest httpRequest)
|
|
HttpRequestDTO(HttpRequest httpRequest,
Boolean not)
|
|
| Uses of HttpRequest in org.mockserver.client.serialization.serializers.request |
|---|
| Methods in org.mockserver.client.serialization.serializers.request with parameters of type HttpRequest | |
|---|---|
void |
HttpRequestSerializer.serialize(HttpRequest httpRequest,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider)
|
| Uses of HttpRequest in org.mockserver.echo.http |
|---|
| Methods in org.mockserver.echo.http with parameters of type HttpRequest | |
|---|---|
protected void |
EchoServerHandler.channelRead0(io.netty.channel.ChannelHandlerContext ctx,
HttpRequest request)
|
| Uses of HttpRequest in org.mockserver.filters |
|---|
| Methods in org.mockserver.filters with type parameters of type HttpRequest | ||
|---|---|---|
|
Filters.applyOnRequestFilters(T httpRequest)
|
|
|
Filters.applyOnResponseFilters(T httpRequest,
HttpResponse httpResponse)
|
|
|
RequestFilter.onRequest(T httpRequest)
|
|
| Methods in org.mockserver.filters that return HttpRequest | |
|---|---|
HttpRequest |
RequestResponseLogFilter.onRequest(HttpRequest httpRequest)
|
HttpRequest |
RequestLogFilter.onRequest(HttpRequest httpRequest)
|
HttpRequest |
HopByHopHeaderFilter.onRequest(HttpRequest httpRequest)
|
HttpRequest[] |
RequestLogFilter.retrieve(HttpRequest httpRequestToMatch)
|
| Methods in org.mockserver.filters that return types with arguments of type HttpRequest | |
|---|---|
List<HttpRequest> |
RequestLogFilter.httpRequests(HttpRequest httpRequest)
|
| Methods in org.mockserver.filters with parameters of type HttpRequest | |
|---|---|
void |
RequestResponseLogFilter.clear(HttpRequest httpRequest)
|
void |
RequestLogFilter.clear(HttpRequest httpRequest)
|
void |
RequestResponseLogFilter.dumpToLog(HttpRequest httpRequest,
boolean asJava)
|
List<HttpRequest> |
RequestLogFilter.httpRequests(HttpRequest httpRequest)
|
List<HttpResponse> |
RequestResponseLogFilter.httpResponses(HttpRequest httpRequest)
|
HttpRequest |
RequestResponseLogFilter.onRequest(HttpRequest httpRequest)
|
HttpRequest |
RequestLogFilter.onRequest(HttpRequest httpRequest)
|
HttpRequest |
HopByHopHeaderFilter.onRequest(HttpRequest httpRequest)
|
HttpResponse |
ResponseFilter.onResponse(HttpRequest httpRequest,
HttpResponse httpResponse)
|
HttpResponse |
RequestResponseLogFilter.onResponse(HttpRequest httpRequest,
HttpResponse httpResponse)
|
HttpResponse |
RequestLogFilter.onResponse(HttpRequest httpRequest,
HttpResponse httpResponse)
|
HttpRequest[] |
RequestLogFilter.retrieve(HttpRequest httpRequestToMatch)
|
Filters |
Filters.withFilter(HttpRequest httpRequest,
Filter filter)
|
| Uses of HttpRequest in org.mockserver.mappers |
|---|
| Methods in org.mockserver.mappers that return HttpRequest | |
|---|---|
HttpRequest |
HttpServletRequestToMockServerRequestDecoder.mapHttpServletRequestToMockServerRequest(javax.servlet.http.HttpServletRequest httpServletRequest)
|
| Methods in org.mockserver.mappers with parameters of type HttpRequest | |
|---|---|
static Charset |
ContentTypeMapper.determineCharsetForMessage(HttpRequest httpRequest)
|
| Uses of HttpRequest in org.mockserver.matchers |
|---|
| Methods in org.mockserver.matchers with parameters of type HttpRequest | |
|---|---|
boolean |
HttpRequestMatcher.matches(HttpRequest httpRequest)
|
boolean |
HttpRequestMatcher.matches(HttpRequest httpRequest,
boolean logMatchResults)
|
HttpRequestMatcher |
MatcherBuilder.transformsToMatcher(HttpRequest httpRequest)
|
| Constructors in org.mockserver.matchers with parameters of type HttpRequest | |
|---|---|
HttpRequestMatcher(HttpRequest httpRequest)
|
|
| Uses of HttpRequest in org.mockserver.mock |
|---|
| Methods in org.mockserver.mock that return HttpRequest | |
|---|---|
HttpRequest |
Expectation.getHttpRequest()
|
| Methods in org.mockserver.mock with parameters of type HttpRequest | |
|---|---|
void |
MockServerMatcher.clear(HttpRequest httpRequest)
|
boolean |
Expectation.contains(HttpRequest httpRequest)
|
void |
MockServerMatcher.dumpToLog(HttpRequest httpRequest)
|
boolean |
Expectation.matches(HttpRequest httpRequest)
|
Action |
MockServerMatcher.retrieveAction(HttpRequest httpRequest)
|
Expectation[] |
MockServerMatcher.retrieveExpectations(HttpRequest httpRequest)
|
Expectation |
MockServerMatcher.when(HttpRequest httpRequest)
|
Expectation |
MockServerMatcher.when(HttpRequest httpRequest,
Times times,
TimeToLive timeToLive)
|
| Constructors in org.mockserver.mock with parameters of type HttpRequest | |
|---|---|
Expectation(HttpRequest httpRequest,
Times times,
TimeToLive timeToLive)
|
|
| Uses of HttpRequest in org.mockserver.mock.action |
|---|
| Methods in org.mockserver.mock.action with parameters of type HttpRequest | |
|---|---|
HttpResponse |
HttpCallbackActionHandler.handle(HttpClassCallback httpClassCallback,
HttpRequest httpRequest)
|
HttpResponse |
HttpForwardActionHandler.handle(HttpForward httpForward,
HttpRequest httpRequest)
|
HttpResponse |
ExpectationCallback.handle(HttpRequest httpRequest)
Called for every request when expectation condition has been satisfied. |
HttpResponse |
ActionHandler.processAction(Action action,
HttpRequest httpRequest)
|
| Uses of HttpRequest in org.mockserver.model |
|---|
| Methods in org.mockserver.model that return HttpRequest | |
|---|---|
HttpRequest |
HttpRequest.clone()
|
HttpRequest |
HttpRequest.replaceHeader(Header header)
Adds one header to match on as a Header object where the header values list can be a list of strings or regular expressions (for more details of the supported regex syntax see http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html) |
static HttpRequest |
HttpRequest.request()
|
static HttpRequest |
HttpRequest.request(String path)
|
HttpRequest |
HttpRequest.withBody(Body body)
The body match rules on such as using one of the Body subclasses as follows: |
HttpRequest |
HttpRequest.withBody(byte[] body)
The body to match on as binary data such as a pdf or image |
HttpRequest |
HttpRequest.withBody(String body)
The exact string body to match on such as "this is an exact string body" |
HttpRequest |
HttpRequest.withBody(String body,
Charset charset)
The exact string body to match on such as "this is an exact string body" |
HttpRequest |
HttpRequest.withCookie(Cookie cookie)
Adds one cookie to match on as a Cookie object where the cookie values list can be a list of strings or regular expressions (for more details of the supported regex syntax see http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html) |
HttpRequest |
HttpRequest.withCookie(NottableString name,
NottableString value)
Adds one cookie to match on or to not match on using the NottableString, each NottableString can either be a positive matching value, such as string("match"), or a value to not match on, such as not("do not match"), the string values passed to the NottableString can be a plain string or a regex (for more details of the supported regex syntax see http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html) |
HttpRequest |
HttpRequest.withCookie(String name,
String value)
Adds one cookie to match on, which can specified using either plain strings or regular expressions (for more details of the supported regex syntax see http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html) |
HttpRequest |
HttpRequest.withCookies(Cookie... cookies)
The cookies to match on as a varags Cookie objects where the values or keys of each cookie can be either a string or a regex (for more details of the supported regex syntax see http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html) |
HttpRequest |
HttpRequest.withCookies(List<Cookie> cookies)
The cookies to match on as a list of Cookie objects where the values or keys of each cookie can be either a string or a regex (for more details of the supported regex syntax see http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html) |
HttpRequest |
HttpRequest.withHeader(Header header)
Adds one header to match on as a Header object where the header values list can be a list of strings or regular expressions (for more details of the supported regex syntax see http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html) |
HttpRequest |
HttpRequest.withHeader(NottableString name,
NottableString... values)
Adds one header to match on or to not match on using the NottableString, each NottableString can either be a positive matching value, such as string("match"), or a value to not match on, such as not("do not match"), the string values passed to the NottableString can also be a plain string or a regex (for more details of the supported regex syntax see http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html) |
HttpRequest |
HttpRequest.withHeader(String name,
String... values)
Adds one header to match which can specified using plain strings or regular expressions (for more details of the supported regex syntax see http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html) |
HttpRequest |
HttpRequest.withHeaders(Header... headers)
The headers to match on as a varags of Header objects where the values or keys of each header can be either a string or a regex (for more details of the supported regex syntax see http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html) |
HttpRequest |
HttpRequest.withHeaders(List<Header> headers)
The headers to match on as a list of Header objects where the values or keys of each header can be either a string or a regex (for more details of the supported regex syntax see http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html) |
HttpRequest |
HttpRequest.withKeepAlive(Boolean isKeepAlive)
Match on whether the request was made using an HTTP persistent connection, also called HTTP keep-alive, or HTTP connection reuse |
HttpRequest |
HttpRequest.withMethod(NottableString method)
The HTTP method all method except a specific value using the "not" operator, for example this allows operations such as not("GET") |
HttpRequest |
HttpRequest.withMethod(String method)
The HTTP method to match on such as "GET" or "POST" |
HttpRequest |
HttpRequest.withPath(NottableString path)
The path to not match on for example not("/some_mocked_path") with match any path not equal to "/some_mocked_path", the servlet context path is ignored for matching and should not be specified here regex values are also supported such as not(".*_path"), see http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html for full details of the supported regex syntax |
HttpRequest |
HttpRequest.withPath(String path)
The path to match on such as "/some_mocked_path" any servlet context path is ignored for matching and should not be specified here regex values are also supported such as ".*_path", see http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html for full details of the supported regex syntax |
HttpRequest |
HttpRequest.withQueryStringParameter(NottableString name,
NottableString... values)
Adds one query string parameter to match on or to not match on using the NottableString, each NottableString can either be a positive matching value, such as string("match"), or a value to not match on, such as not("do not match"), the string values passed to the NottableString can also be a plain string or a regex (for more details of the supported regex syntax see http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html) |
HttpRequest |
HttpRequest.withQueryStringParameter(Parameter parameter)
Adds one query string parameter to match on as a Parameter object where the parameter values list can be a list of strings or regular expressions (for more details of the supported regex syntax see http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html) |
HttpRequest |
HttpRequest.withQueryStringParameter(String name,
String... values)
Adds one query string parameter to match which can specified using plain strings or regular expressions (for more details of the supported regex syntax see http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html) |
HttpRequest |
HttpRequest.withQueryStringParameters(List<Parameter> parameters)
The query string parameters to match on as a list of Parameter objects where the values or keys of each parameter can be either a string or a regex (for more details of the supported regex syntax see http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html) |
HttpRequest |
HttpRequest.withQueryStringParameters(Map<String,List<String>> parameters)
The query string parameters to match on as a Map |
HttpRequest |
HttpRequest.withQueryStringParameters(Parameter... parameters)
The query string parameters to match on as a varags Parameter objects where the values or keys of each parameter can be either a string or a regex (for more details of the supported regex syntax see http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html) |
HttpRequest |
HttpRequest.withSecure(Boolean isSsl)
Match on whether the request was made over SSL (i.e. |
| Uses of HttpRequest in org.mockserver.server.netty.codec |
|---|
| Methods in org.mockserver.server.netty.codec that return HttpRequest | |
|---|---|
HttpRequest |
MockServerRequestDecoder.decode(io.netty.handler.codec.http.FullHttpRequest fullHttpRequest)
|
| Uses of HttpRequest in org.mockserver.verify |
|---|
| Methods in org.mockserver.verify that return HttpRequest | |
|---|---|
HttpRequest |
Verification.getHttpRequest()
|
| Methods in org.mockserver.verify that return types with arguments of type HttpRequest | |
|---|---|
List<HttpRequest> |
VerificationSequence.getHttpRequests()
|
| Methods in org.mockserver.verify with parameters of type HttpRequest | |
|---|---|
Verification |
Verification.withRequest(HttpRequest httpRequest)
|
VerificationSequence |
VerificationSequence.withRequests(HttpRequest... httpRequests)
|
| Method parameters in org.mockserver.verify with type arguments of type HttpRequest | |
|---|---|
VerificationSequence |
VerificationSequence.withRequests(List<HttpRequest> httpRequests)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||