public interface Response
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
commit() |
java.io.OutputStream |
outputStream() |
java.io.PrintStream |
printStream() |
void |
setContentLength(long length) |
void |
setCookie(Cookie cookie) |
void |
setStatus(int statusCode) |
void |
setValue(java.lang.String name,
java.lang.String value) |
<T> T |
unwrap(java.lang.Class<T> type) |
void close() throws java.io.IOException
java.io.IOException
void commit() throws java.io.IOException
java.io.IOException
java.io.OutputStream outputStream() throws java.io.IOException
java.io.IOException
java.io.PrintStream printStream() throws java.io.IOException
java.io.IOException
void setContentLength(long length)
void setValue(java.lang.String name, java.lang.String value)
void setStatus(int statusCode)
void setCookie(Cookie cookie)
<T> T unwrap(java.lang.Class<T> type)
Copyright © 2014. All Rights Reserved.