Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.simple.internal.LocalizationMessages
Defines string formatting method for each constant in the resource file
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringIOException thrown when trying to create simple server.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 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
public static org.glassfish.jersey.internal.l10n.Localizable 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
public static org.glassfish.jersey.internal.l10n.Localizable localizableWRONG_SCHEME_WHEN_USING_HTTPS() -
WRONG_SCHEME_WHEN_USING_HTTPS
The URI scheme should be 'https' when using SSL. -
localizableURI_CANNOT_BE_NULL
public static org.glassfish.jersey.internal.l10n.Localizable localizableURI_CANNOT_BE_NULL() -
URI_CANNOT_BE_NULL
The URI must not be null. -
localizableERROR_WHEN_CREATING_SERVER
public static org.glassfish.jersey.internal.l10n.Localizable localizableERROR_WHEN_CREATING_SERVER() -
ERROR_WHEN_CREATING_SERVER
IOException thrown when trying to create simple server.
-