Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
Defines string formatting method for each constant in the resource file
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringIOException thrown when creating the JDK HttpServer.static StringAttempt to start a HTTPS server with no SSL context defined.static StringThe URI must not be null.static StringThe URI path, of the URI {0} must be present (not an empty string).static StringThe URI path, of the URI {0} must be non-null.static StringThe URI path, of the URI {0} must start with a '/'.static StringThe URI scheme, of the URI {0} must be equal (ignoring case) to 'http' or 'https'.static StringResponseWriter was not commited yet.static StringUnable to send a failure response.static StringError writing out the response headers.static StringHTTPS server will be created with no SSL context defined.static org.glassfish.jersey.internal.l10n.Localizablestatic org.glassfish.jersey.internal.l10n.Localizablestatic org.glassfish.jersey.internal.l10n.Localizablestatic org.glassfish.jersey.internal.l10n.Localizablestatic org.glassfish.jersey.internal.l10n.Localizablestatic org.glassfish.jersey.internal.l10n.Localizablestatic org.glassfish.jersey.internal.l10n.Localizablestatic org.glassfish.jersey.internal.l10n.Localizablestatic org.glassfish.jersey.internal.l10n.Localizablestatic org.glassfish.jersey.internal.l10n.Localizablestatic org.glassfish.jersey.internal.l10n.Localizablestatic org.glassfish.jersey.internal.l10n.Localizablestatic StringSSLContext is set, but http scheme was used instead of https.
-
Method Details
-
localizableERROR_CONTAINER_URI_NULL
public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_CONTAINER_URI_NULL() -
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
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
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
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
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
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
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
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
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
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
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
HTTPS server will be created with no SSL context defined. HttpsConfigurator must be set before the server is started.
-