public interface MuResponse
Modifier and Type | Method and Description |
---|---|
void |
addCookie(Cookie cookie) |
void |
contentType(CharSequence contentType) |
boolean |
hasStartedSendingData() |
Headers |
headers() |
OutputStream |
outputStream() |
void |
redirect(String url) |
void |
redirect(URI uri) |
void |
sendChunk(String text) |
int |
status() |
void |
status(int value) |
void |
write(String text) |
Future<Void> |
writeAsync(String text) |
PrintWriter |
writer() |
int status()
void status(int value)
void write(String text)
void sendChunk(String text)
void redirect(String url)
void redirect(URI uri)
Headers headers()
void contentType(CharSequence contentType)
void addCookie(Cookie cookie)
OutputStream outputStream()
PrintWriter writer()
boolean hasStartedSendingData()
Copyright © 2017–2018. All rights reserved.