public abstract class StreamableWebResource extends Object
| Constructor and Description |
|---|
StreamableWebResource() |
| Modifier and Type | Method and Description |
|---|---|
abstract Long |
getContentLength() |
abstract String |
getContentType() |
abstract Integer |
getErrorCode() |
abstract String |
getErrorMessage() |
abstract Long |
getExpiry() |
abstract String |
getFileName() |
abstract Long |
getLastModified() |
abstract String |
getTextEncoding() |
abstract void |
write(OutputStream os) |
public abstract void write(OutputStream os) throws IOException
IOExceptionpublic abstract Integer getErrorCode()
public abstract String getErrorMessage()
public abstract String getFileName()
public abstract String getContentType()
public abstract String getTextEncoding()
public abstract Long getContentLength()
public abstract Long getLastModified()
public abstract Long getExpiry()
Copyright © 2013 dontdrinkandroot. All Rights Reserved.