Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.jdkhttp.internal.LocalizationMessages
@Generated("com.sun.istack.maven.ResourceGenMojo")
public final class LocalizationMessages
extends Object
Defines string formatting method for each constant in the resource file
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringprivate static final Localizerprivate static final LocalizableMessageFactory -
Constructor Summary
Constructors -
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 Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic StringSSLContext is set, but http scheme was used instead of https.
-
Field Details
-
BUNDLE_NAME
- See Also:
-
MESSAGE_FACTORY
-
LOCALIZER
-
-
Constructor Details
-
LocalizationMessages
public LocalizationMessages()
-
-
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
-
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
-
localizableERROR_CONTAINER_URI_PATH_START
-
ERROR_CONTAINER_URI_PATH_START
-
localizableERROR_CONTAINER_URI_SCHEME_UNKNOWN
-
ERROR_CONTAINER_URI_SCHEME_UNKNOWN
-
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.
-