public interface HttpResponse
| Modifier and Type | Method and Description | 
|---|---|
| void | addNewCookie(NewCookie cookie) | 
| MultivaluedMap<String,Object> | getOutputHeaders() | 
| OutputStream | getOutputStream() | 
| int | getStatus() | 
| boolean | isCommitted() | 
| void | reset()reset status and headers. | 
| void | sendError(int status) | 
| void | sendError(int status,
         String message) | 
| void | setOutputStream(OutputStream os) | 
| void | setStatus(int status) | 
int getStatus()
void setStatus(int status)
MultivaluedMap<String,Object> getOutputHeaders()
OutputStream getOutputStream() throws IOException
IOExceptionvoid setOutputStream(OutputStream os)
void addNewCookie(NewCookie cookie)
void sendError(int status)
        throws IOException
IOExceptionvoid sendError(int status,
               String message)
        throws IOException
IOExceptionboolean isCommitted()
void reset()
Copyright © 2016 JBoss by Red Hat. All rights reserved.