Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.jetty.internal.LocalizationMessages
Defines string formatting method for each constant in the resource file
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringJettyHttpContainer.handle(...) started.static StringException thrown when trying to create jetty server.static StringEXCEPTION_SENDING_ERROR_RESPONSE(Object arg0, Object arg1) I/O exception occurred while sending "{0}/{1}" error response.static Localizablestatic Localizablestatic LocalizablelocalizableEXCEPTION_SENDING_ERROR_RESPONSE(Object arg0, Object arg1) static Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic StringJetty container is not supported on JDK version less than 17.static StringUnable to close response output.static StringThe URI must not be null.static StringThe URI scheme should be 'http' when not using SSL.static StringThe URI scheme should be 'https' when using SSL.
-
Method Details
-
localizableWRONG_SCHEME_WHEN_USING_HTTP
-
WRONG_SCHEME_WHEN_USING_HTTP
The URI scheme should be 'http' when not using SSL. -
localizableWRONG_SCHEME_WHEN_USING_HTTPS
-
WRONG_SCHEME_WHEN_USING_HTTPS
The URI scheme should be 'https' when using SSL. -
localizableCONTAINER_STARTED
-
CONTAINER_STARTED
JettyHttpContainer.handle(...) started. -
localizableURI_CANNOT_BE_NULL
-
URI_CANNOT_BE_NULL
The URI must not be null. -
localizableUNABLE_TO_CLOSE_RESPONSE
-
UNABLE_TO_CLOSE_RESPONSE
Unable to close response output. -
localizableERROR_WHEN_CREATING_SERVER
-
ERROR_WHEN_CREATING_SERVER
Exception thrown when trying to create jetty server. -
localizableNOT_SUPPORTED
-
NOT_SUPPORTED
Jetty container is not supported on JDK version less than 17. -
localizableEXCEPTION_SENDING_ERROR_RESPONSE
-
EXCEPTION_SENDING_ERROR_RESPONSE
I/O exception occurred while sending "{0}/{1}" error response.
-