| Package | Description |
|---|---|
| org.mockserver.client.serialization.model | |
| org.mockserver.matchers | |
| org.mockserver.model |
| Modifier and Type | Method and Description |
|---|---|
Cookie |
CookieDTO.buildObject() |
| Constructor and Description |
|---|
CookieDTO(Cookie cookie) |
| Modifier and Type | Method and Description |
|---|---|
HttpRequestMatcher |
HttpRequestMatcher.withCookies(Cookie... cookies) |
| Modifier and Type | Method and Description |
|---|---|
HttpRequestMatcher |
HttpRequestMatcher.withCookies(List<Cookie> cookies) |
| Modifier and Type | Method and Description |
|---|---|
List<Cookie> |
HttpResponse.getCookies() |
List<Cookie> |
HttpRequest.getCookies() |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
HttpResponse.withCookies(Cookie... cookies) |
HttpRequest |
HttpRequest.withCookies(Cookie... cookies) |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
HttpResponse.withCookies(List<Cookie> cookies) |
HttpRequest |
HttpRequest.withCookies(List<Cookie> cookies) |
Copyright © 2013. All Rights Reserved.