public interface RedirectingContentStream extends ContentStream
| Modifier and Type | Method and Description |
|---|---|
String |
getLocation()
Returns the location to redirect to.
|
int |
getStatus()
Returns the HTTP status code, for example 301 (moved permanently) or 307
(temporary redirect).
|
getBigLength, getFileName, getLength, getMimeType, getStreamgetExtensions, setExtensionsint getStatus()
String getLocation()
Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.