|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResponseBody | |
|---|---|
| com.jayway.restassured.internal | |
| com.jayway.restassured.response | |
| Uses of ResponseBody in com.jayway.restassured.internal |
|---|
| Classes in com.jayway.restassured.internal that implement ResponseBody | |
|---|---|
class |
RestAssuredResponseImpl
|
| Methods in com.jayway.restassured.internal that return ResponseBody | |
|---|---|
ResponseBody |
RestAssuredResponseImpl.body()
|
ResponseBody |
RestAssuredResponseImpl.getBody()
|
| Uses of ResponseBody in com.jayway.restassured.response |
|---|
| Subinterfaces of ResponseBody in com.jayway.restassured.response | |
|---|---|
interface |
Response
The response of a request made by REST Assured. |
| Methods in com.jayway.restassured.response that return ResponseBody | |
|---|---|
ResponseBody |
Response.body()
Returns the response body |
ResponseBody |
Response.getBody()
Returns the response body |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||