Home | History | Annotate | Download | only in http

Lines Matching full:line

50      * Obtains the status line of this response.
51 * The status line can be set using one of the
55 * @return the status line, or <code>null</code> if not yet set
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.
87 * The status line can only be updated if it is available. It must
97 * if the status line has not be set
107 * Updates the status line of this response with a new reason phrase.
108 * The status line can only be updated if it is available. It must
111 * @param reason the new reason phrase as a single-line string, or
115 * if the status line has not be set
152 * If there is a status line, it's reason phrase will be updated