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 String
IOException thrown when creating the JDK HttpServer.static String
Attempt to start a HTTPS server with no SSL context defined.static String
The URI must not be null.static String
The URI path, of the URI {0} must be present (not an empty string).static String
The URI path, of the URI {0} must be non-null.static String
The URI path, of the URI {0} must start with a '/'.static String
The URI scheme, of the URI {0} must be equal (ignoring case) to 'http' or 'https'.static String
ResponseWriter was not commited yet.static String
Unable to send a failure response.static String
Error writing out the response headers.static String
HTTPS server will be created with no SSL context defined.static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static String
SSLContext is set, but http scheme was used instead of https.
-
Method Details
-
localizableERROR_CONTAINER_URI_NULL
-
ERROR_CONTAINER_URI_NULL
The URI must not be null. -
localizableERROR_CONTAINER_URI_PATH_EMPTY
-
ERROR_CONTAINER_URI_PATH_EMPTY
The URI path, of the URI {0} must be present (not an empty string). -
localizableERROR_RESPONSEWRITER_WRITING_HEADERS
-
ERROR_RESPONSEWRITER_WRITING_HEADERS
Error writing out the response headers. -
localizableERROR_RESPONSEWRITER_SENDING_FAILURE_RESPONSE
-
ERROR_RESPONSEWRITER_SENDING_FAILURE_RESPONSE
Unable to send a failure response. -
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
-
ERROR_CONTAINER_URI_PATH_NULL
The URI path, of the URI {0} must be non-null. -
localizableERROR_CONTAINER_URI_PATH_START
-
ERROR_CONTAINER_URI_PATH_START
The URI path, of the URI {0} must start with a '/'. -
localizableERROR_CONTAINER_URI_SCHEME_UNKNOWN
-
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
-
ERROR_CONTAINER_EXCEPTION_IO
IOException thrown when creating the JDK HttpServer. -
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
-
ERROR_RESPONSEWRITER_RESPONSE_UNCOMMITED
ResponseWriter was not commited yet. Committing the Response now. -
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.
-