public interface HttpExchangeBody extends org.rapidoid.net.abstracts.CtxWrite<HttpExchangeBody>
| Modifier and Type | Method and Description |
|---|---|
HttpExchangeBody |
addToPageStack() |
HttpSuccessException |
goBack(int steps) |
OutputStream |
outputStream() |
HttpSuccessException |
redirect(String url) |
HttpExchangeBody |
sendFile(File file) |
HttpExchangeBody |
sendFile(org.rapidoid.net.mime.MediaType mediaType,
byte[] bytes) |
HttpExchangeBody sendFile(File file)
HttpExchangeBody sendFile(org.rapidoid.net.mime.MediaType mediaType, byte[] bytes)
HttpSuccessException redirect(String url)
HttpSuccessException goBack(int steps)
HttpExchangeBody addToPageStack()
OutputStream outputStream()
Copyright © 2014–2015 Nikolche Mihajlovski. All rights reserved.