Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.jetty.connector.LocalizationMessages
Defines string formatting method for each constant in the resource file
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
The supplied component is not configured to use a JettyConnectorProvider.static String
The supplied component "{0}" is not assignable from JerseyClient or JerseyWebTarget.static org.glassfish.jersey.internal.l10n.Localizable
static org.glassfish.jersey.internal.l10n.Localizable
static org.glassfish.jersey.internal.l10n.Localizable
static org.glassfish.jersey.internal.l10n.Localizable
static String
METHOD_NOT_SUPPORTED
(Object arg0) Method {0} not supported.static String
Jetty connector is not supported on JDK version less than 17.
-
Method Details
-
localizableINVALID_CONFIGURABLE_COMPONENT_TYPE
public static org.glassfish.jersey.internal.l10n.Localizable localizableINVALID_CONFIGURABLE_COMPONENT_TYPE(Object arg0) -
INVALID_CONFIGURABLE_COMPONENT_TYPE
The supplied component "{0}" is not assignable from JerseyClient or JerseyWebTarget. -
localizableMETHOD_NOT_SUPPORTED
public static org.glassfish.jersey.internal.l10n.Localizable localizableMETHOD_NOT_SUPPORTED(Object arg0) -
METHOD_NOT_SUPPORTED
Method {0} not supported. -
localizableEXPECTED_CONNECTOR_PROVIDER_NOT_USED
public static org.glassfish.jersey.internal.l10n.Localizable localizableEXPECTED_CONNECTOR_PROVIDER_NOT_USED() -
EXPECTED_CONNECTOR_PROVIDER_NOT_USED
The supplied component is not configured to use a JettyConnectorProvider. -
localizableNOT_SUPPORTED
public static org.glassfish.jersey.internal.l10n.Localizable localizableNOT_SUPPORTED() -
NOT_SUPPORTED
Jetty connector is not supported on JDK version less than 17.
-