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 © 2010–2023 The Apache Software Foundation. All rights reserved.