protected CloseableClientResponse |
BaseTest.getResponse(BaseTest.RequestType requestType,
String path) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
protected CloseableClientResponse |
BaseTest.getResponse(BaseTest.RequestType requestType,
String path,
com.sun.jersey.multipart.MultiPart mp) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
protected CloseableClientResponse |
BaseTest.getResponse(BaseTest.RequestType requestType,
String path,
com.sun.jersey.multipart.MultiPart mp,
Map<String,String> headers) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
protected CloseableClientResponse |
BaseTest.getResponse(BaseTest.RequestType requestType,
String path,
String data) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
protected CloseableClientResponse |
BaseTest.getResponse(BaseTest.RequestType requestType,
String path,
String data,
Map<String,String> headers) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
protected CloseableClientResponse |
BaseTest.getResponse(BaseTest.RequestType requestType,
String path,
String data,
javax.ws.rs.core.MultivaluedMap<String,String> queryParams,
com.sun.jersey.multipart.MultiPart mp,
Map<String,String> headers,
String... acceptedTypes) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
protected CloseableClientResponse |
BaseTest.getResponse(BaseTest.RequestType requestType,
String path,
Map<String,String> headers) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
protected CloseableClientResponse |
BaseTest.getResponse(BaseTest.RequestType requestType,
String path,
javax.ws.rs.core.MultivaluedMap<String,String> queryParams) |
Deprecated, for removal: This API element is subject to removal in a future version.
|