public class ResponseHolder extends Object implements Serializable
| Constructor and Description |
|---|
ResponseHolder(javax.ws.rs.core.Response response) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
String |
getFilename() |
InputStream |
getInputStream() |
String |
getLocation() |
public InputStream getInputStream()
public String getContentType()
public String getLocation()
public String getFilename()
Copyright © 2020–2023. All rights reserved.