Class LocalizationMessages
- java.lang.Object
-
- org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
-
public final class LocalizationMessages extends Object
Defines string formatting method for each constant in the resource file
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringERROR_CONTAINER_EXCEPTION_IO()IOException thrown when creating the JDK HttpServer.static StringERROR_CONTAINER_HTTPS_NO_SSL()Attempt to start a HTTPS server with no SSL context defined.static StringERROR_CONTAINER_URI_NULL()The URI must not be null.static StringERROR_CONTAINER_URI_PATH_EMPTY(Object arg0)The URI path, of the URI {0} must be present (not an empty string).static StringERROR_CONTAINER_URI_PATH_NULL(Object arg0)The URI path, of the URI {0} must be non-null.static StringERROR_CONTAINER_URI_PATH_START(Object arg0)The URI path, of the URI {0} must start with a '/'.static StringERROR_CONTAINER_URI_SCHEME_UNKNOWN(Object arg0)The URI scheme, of the URI {0} must be equal (ignoring case) to 'http' or 'https'.static StringERROR_RESPONSEWRITER_RESPONSE_UNCOMMITED()ResponseWriter was not commited yet.static StringERROR_RESPONSEWRITER_SENDING_FAILURE_RESPONSE()Unable to send a failure response.static StringERROR_RESPONSEWRITER_WRITING_HEADERS()Error writing out the response headers.static StringINFO_CONTAINER_HTTPS_NO_SSL()HTTPS server will be created with no SSL context defined.static org.glassfish.jersey.internal.l10n.LocalizablelocalizableERROR_CONTAINER_EXCEPTION_IO()static org.glassfish.jersey.internal.l10n.LocalizablelocalizableERROR_CONTAINER_HTTPS_NO_SSL()static org.glassfish.jersey.internal.l10n.LocalizablelocalizableERROR_CONTAINER_URI_NULL()static org.glassfish.jersey.internal.l10n.LocalizablelocalizableERROR_CONTAINER_URI_PATH_EMPTY(Object arg0)static org.glassfish.jersey.internal.l10n.LocalizablelocalizableERROR_CONTAINER_URI_PATH_NULL(Object arg0)static org.glassfish.jersey.internal.l10n.LocalizablelocalizableERROR_CONTAINER_URI_PATH_START(Object arg0)static org.glassfish.jersey.internal.l10n.LocalizablelocalizableERROR_CONTAINER_URI_SCHEME_UNKNOWN(Object arg0)static org.glassfish.jersey.internal.l10n.LocalizablelocalizableERROR_RESPONSEWRITER_RESPONSE_UNCOMMITED()static org.glassfish.jersey.internal.l10n.LocalizablelocalizableERROR_RESPONSEWRITER_SENDING_FAILURE_RESPONSE()static org.glassfish.jersey.internal.l10n.LocalizablelocalizableERROR_RESPONSEWRITER_WRITING_HEADERS()static org.glassfish.jersey.internal.l10n.LocalizablelocalizableINFO_CONTAINER_HTTPS_NO_SSL()static org.glassfish.jersey.internal.l10n.LocalizablelocalizableWARNING_CONTAINER_URI_SCHEME_SECURED()static StringWARNING_CONTAINER_URI_SCHEME_SECURED()SSLContext is set, but http scheme was used instead of https.
-
-
-
Method Detail
-
localizableERROR_CONTAINER_URI_NULL
public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_CONTAINER_URI_NULL()
-
ERROR_CONTAINER_URI_NULL
public static String ERROR_CONTAINER_URI_NULL()
The URI must not be null.
-
localizableERROR_CONTAINER_URI_PATH_EMPTY
public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_CONTAINER_URI_PATH_EMPTY(Object arg0)
-
ERROR_CONTAINER_URI_PATH_EMPTY
public static String ERROR_CONTAINER_URI_PATH_EMPTY(Object arg0)
The URI path, of the URI {0} must be present (not an empty string).
-
localizableERROR_RESPONSEWRITER_WRITING_HEADERS
public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_RESPONSEWRITER_WRITING_HEADERS()
-
ERROR_RESPONSEWRITER_WRITING_HEADERS
public static String ERROR_RESPONSEWRITER_WRITING_HEADERS()
Error writing out the response headers.
-
localizableERROR_RESPONSEWRITER_SENDING_FAILURE_RESPONSE
public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_RESPONSEWRITER_SENDING_FAILURE_RESPONSE()
-
ERROR_RESPONSEWRITER_SENDING_FAILURE_RESPONSE
public static String ERROR_RESPONSEWRITER_SENDING_FAILURE_RESPONSE()
Unable to send a failure response.
-
localizableERROR_CONTAINER_HTTPS_NO_SSL
public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_CONTAINER_HTTPS_NO_SSL()
-
ERROR_CONTAINER_HTTPS_NO_SSL
public static String ERROR_CONTAINER_HTTPS_NO_SSL()
Attempt to start a HTTPS server with no SSL context defined.
-
localizableERROR_CONTAINER_URI_PATH_NULL
public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_CONTAINER_URI_PATH_NULL(Object arg0)
-
ERROR_CONTAINER_URI_PATH_NULL
public static String ERROR_CONTAINER_URI_PATH_NULL(Object arg0)
The URI path, of the URI {0} must be non-null.
-
localizableERROR_CONTAINER_URI_PATH_START
public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_CONTAINER_URI_PATH_START(Object arg0)
-
ERROR_CONTAINER_URI_PATH_START
public static String ERROR_CONTAINER_URI_PATH_START(Object arg0)
The URI path, of the URI {0} must start with a '/'.
-
localizableERROR_CONTAINER_URI_SCHEME_UNKNOWN
public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_CONTAINER_URI_SCHEME_UNKNOWN(Object arg0)
-
ERROR_CONTAINER_URI_SCHEME_UNKNOWN
public static String ERROR_CONTAINER_URI_SCHEME_UNKNOWN(Object arg0)
The URI scheme, of the URI {0} must be equal (ignoring case) to 'http' or 'https'.
-
localizableERROR_CONTAINER_EXCEPTION_IO
public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_CONTAINER_EXCEPTION_IO()
-
ERROR_CONTAINER_EXCEPTION_IO
public static String ERROR_CONTAINER_EXCEPTION_IO()
IOException thrown when creating the JDK HttpServer.
-
localizableWARNING_CONTAINER_URI_SCHEME_SECURED
public static org.glassfish.jersey.internal.l10n.Localizable localizableWARNING_CONTAINER_URI_SCHEME_SECURED()
-
WARNING_CONTAINER_URI_SCHEME_SECURED
public static String WARNING_CONTAINER_URI_SCHEME_SECURED()
SSLContext is set, but http scheme was used instead of https. The SSLContext will be ignored.
-
localizableERROR_RESPONSEWRITER_RESPONSE_UNCOMMITED
public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_RESPONSEWRITER_RESPONSE_UNCOMMITED()
-
ERROR_RESPONSEWRITER_RESPONSE_UNCOMMITED
public static String ERROR_RESPONSEWRITER_RESPONSE_UNCOMMITED()
ResponseWriter was not commited yet. Committing the Response now.
-
localizableINFO_CONTAINER_HTTPS_NO_SSL
public static org.glassfish.jersey.internal.l10n.Localizable localizableINFO_CONTAINER_HTTPS_NO_SSL()
-
INFO_CONTAINER_HTTPS_NO_SSL
public static String INFO_CONTAINER_HTTPS_NO_SSL()
HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started.
-
-