Home | History | Annotate | Download | only in http

Lines Matching full:response

39  * An HTTP response.
50 * Obtains the status line of this response.
60 * Sets the status line of this response.
62 * @param statusline the status line of this response
67 * Sets the status line of this response.
77 * Sets the status line of this response with a reason phrase.
86 * Updates the status line of this response with a new status code.
107 * Updates the status line of this response with a new reason phrase.
124 * Obtains the message entity of this response, if any.
127 * @return the response entity, or
133 * Associates a response entity with this response.
135 * @param entity the entity to associate with this response, or
141 * Obtains the locale of this response.
146 * @return the locale of this response, never <code>null</code>
151 * Changes the locale of this response.