Home | History | Annotate | Download | only in http

Lines Matching refs:Locale

35 import java.util.Locale;
69 * {@link #getLocale locale}.
91 * based on the current {@link #getLocale locale}. It can be set
141 * Obtains the locale of this response.
142 * The locale is used to determine the reason phrase
146 * @return the locale of this response, never <code>null</code>
148 Locale getLocale();
151 * Changes the locale of this response.
153 * according to the status code and new locale.
155 * @param loc the new locale
160 void setLocale(Locale loc);