Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.client.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 String
private static final Localizer
private static final LocalizableMessageFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Credentials must be defined for basic authentication.static String
Credentials must be defined for digest authentication.static String
Unsupported password type class.static String
Chunked input has been closed already.static String
Specified chunk media type must not be null.static String
Error closing chunked input's underlying response input stream.static String
Client instance has been closed.static String
Link of the newly created invocation must not be null.static String
Client response resolved URI must be absolute.static String
Client response resolved URI must not be null.static String
Client response status must not be null.static String
RxInvokerProvider for type {0} is not registered.static String
RxInvokerProvider returned null.static String
Link to the newly created target must not be null.static String
URI builder of the newly created target must not be null.static String
URI of the newly created target must not be null.static String
URI template of the newly created target must not be null.static String
The 'qop' (quality of protection) = {0} extension requested by the server is not supported by Jersey HttpDigestAuthFilter.static String
Error when closing the output stream.static String
Error while committing the request output stream.static String
Error during initialization of random generator of Digest authentication.static String
Entity must be null for http method {0}.static String
Entity must not be null for http method {0}.static String
ERROR_LISTENER_CLOSE
(Object arg0) ClientLifecycleListener {0} failed to close properly.static String
ERROR_LISTENER_INIT
(Object arg0) ClientLifecycleListener {0} failed to initialize properly.static String
Request cancelled by the client call.static String
Incorrect type of request instance {0}.static String
Incorrect type of response instance {0}.static String
Client shutdown hook {0} failed.static String
Detected non-empty entity on a HTTP GET request.static String
Zero or negative asynchronous thread pool size specified in the client configuration property: [{0}] Using default cached thread pool.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 Localizable
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 Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
localizableNEGATIVE_CHUNK_SIZE
(Object arg0, Object arg1) 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 Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
localizableUSE_ENCODING_IGNORED
(Object arg0, Object arg1, Object arg2) static Localizable
static String
NEGATIVE_CHUNK_SIZE
(Object arg0, Object arg1) Negative chunked HTTP transfer coding chunk size value specified in the client configuration property: [{0}] Reverting to programmatically set default: [{1}]static String
"Input parameter {0} must not be negative."static String
ConnectorProvider must not be set to null.static String
ExecutorService must not be set to null.static String
NULL_INPUT_PARAMETER
(Object arg0) Input method parameter {0} must not be null.static String
Custom key store, if set, must not be null.static String
Custom key store password must not be null.static String
ScheduledExecutorService must not be set to null.static String
Custom client SSL context, if set, must not be null.static String
Custom trust store, if set, must not be null.static String
The entity was already written in this request.static String
The entity of the client request is null.static String
Failed to convert a response into an exception.static String
Requested response type is null.static String
Attempt to send restricted header(s) while the [{0}] system property not set.static String
Restricted headers are not enabled using [{0}] system property (setting only takes effect on connections created after the property has been set/changed).static String
Restricted headers are enabled using [{0}] system property(setting only takes effect onconnections created after the property has been set/changed).static String
Unexpected error during response processing.static String
USE_ENCODING_IGNORED
(Object arg0, Object arg1, Object arg2) Value {1} of {0} client property will be ignored as it is not a valid supported encoding.static String
Using fixed-size thread pool of size [{0}] for asynchronous client invocations.
-
Field Details
-
BUNDLE_NAME
- See Also:
-
MESSAGE_FACTORY
-
LOCALIZER
-
-
Constructor Details
-
LocalizationMessages
public LocalizationMessages()
-
-
Method Details
-
localizableCHUNKED_INPUT_STREAM_CLOSING_ERROR
-
CHUNKED_INPUT_STREAM_CLOSING_ERROR
Error closing chunked input's underlying response input stream. -
localizableCLIENT_TARGET_LINK_NULL
-
CLIENT_TARGET_LINK_NULL
Link to the newly created target must not be null. -
localizableRESTRICTED_HEADER_PROPERTY_SETTING_TRUE
-
RESTRICTED_HEADER_PROPERTY_SETTING_TRUE
Restricted headers are enabled using [{0}] system property(setting only takes effect onconnections created after the property has been set/changed). -
localizableCLIENT_URI_BUILDER_NULL
-
CLIENT_URI_BUILDER_NULL
URI builder of the newly created target must not be null. -
localizableNEGATIVE_CHUNK_SIZE
-
NEGATIVE_CHUNK_SIZE
Negative chunked HTTP transfer coding chunk size value specified in the client configuration property: [{0}] Reverting to programmatically set default: [{1}] -
localizableERROR_LISTENER_INIT
-
ERROR_LISTENER_INIT
ClientLifecycleListener {0} failed to initialize properly. -
localizableERROR_CLOSING_OUTPUT_STREAM
-
ERROR_CLOSING_OUTPUT_STREAM
Error when closing the output stream. -
localizableUSE_ENCODING_IGNORED
-
USE_ENCODING_IGNORED
Value {1} of {0} client property will be ignored as it is not a valid supported encoding. Valid supported encodings are: {2} -
localizableCLIENT_RX_PROVIDER_NOT_REGISTERED
-
CLIENT_RX_PROVIDER_NOT_REGISTERED
RxInvokerProvider for type {0} is not registered. -
localizableCLIENT_INSTANCE_CLOSED
-
CLIENT_INSTANCE_CLOSED
Client instance has been closed. -
localizableUSING_FIXED_ASYNC_THREADPOOL
-
USING_FIXED_ASYNC_THREADPOOL
Using fixed-size thread pool of size [{0}] for asynchronous client invocations. -
localizableNULL_SSL_CONTEXT
-
NULL_SSL_CONTEXT
Custom client SSL context, if set, must not be null. -
localizableREQUEST_ENTITY_WRITER_NULL
-
REQUEST_ENTITY_WRITER_NULL
The entity of the client request is null. -
localizableAUTHENTICATION_CREDENTIALS_REQUEST_PASSWORD_UNSUPPORTED
-
AUTHENTICATION_CREDENTIALS_REQUEST_PASSWORD_UNSUPPORTED
Unsupported password type class. Password passed in the request property must be String or byte[]. -
localizableNEGATIVE_INPUT_PARAMETER
-
NEGATIVE_INPUT_PARAMETER
"Input parameter {0} must not be negative." -
localizableUNEXPECTED_ERROR_RESPONSE_PROCESSING
-
UNEXPECTED_ERROR_RESPONSE_PROCESSING
Unexpected error during response processing. -
localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_REQUEST
-
ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_REQUEST
Incorrect type of request instance {0}. Parameter must be a default Jersey ClientRequestContext implementation. -
localizableCLIENT_RESPONSE_RESOLVED_URI_NOT_ABSOLUTE
-
CLIENT_RESPONSE_RESOLVED_URI_NOT_ABSOLUTE
Client response resolved URI must be absolute. -
localizableRESPONSE_TO_EXCEPTION_CONVERSION_FAILED
-
RESPONSE_TO_EXCEPTION_CONVERSION_FAILED
Failed to convert a response into an exception. -
localizableCLIENT_RESPONSE_RESOLVED_URI_NULL
-
CLIENT_RESPONSE_RESOLVED_URI_NULL
Client response resolved URI must not be null. -
localizableERROR_DIGEST_FILTER_GENERATOR
-
ERROR_DIGEST_FILTER_GENERATOR
Error during initialization of random generator of Digest authentication. -
localizableERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_RESPONSE
-
ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_RESPONSE
Incorrect type of response instance {0}. Parameter must be a default Jersey ClientResponseContext implementation. -
localizableRESTRICTED_HEADER_PROPERTY_SETTING_FALSE
-
RESTRICTED_HEADER_PROPERTY_SETTING_FALSE
Restricted headers are not enabled using [{0}] system property (setting only takes effect on connections created after the property has been set/changed). -
localizableERROR_COMMITTING_OUTPUT_STREAM
-
ERROR_COMMITTING_OUTPUT_STREAM
Error while committing the request output stream. -
localizableAUTHENTICATION_CREDENTIALS_MISSING_BASIC
-
AUTHENTICATION_CREDENTIALS_MISSING_BASIC
Credentials must be defined for basic authentication. Define username and password either when creating HttpAuthenticationFeature or use specific credentials for each request using the request property (see HttpAuthenticationFeature). -
localizableNULL_EXECUTOR_SERVICE
-
NULL_EXECUTOR_SERVICE
ExecutorService must not be set to null. -
localizableCLIENT_URI_TEMPLATE_NULL
-
CLIENT_URI_TEMPLATE_NULL
URI template of the newly created target must not be null. -
localizableHTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY
-
HTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY
Detected non-empty entity on a HTTP GET request. The underlying HTTP transport connector may decide to change the request method to POST. -
localizableERROR_LISTENER_CLOSE
-
ERROR_LISTENER_CLOSE
ClientLifecycleListener {0} failed to close properly. -
localizableCLIENT_RX_PROVIDER_NULL
-
CLIENT_RX_PROVIDER_NULL
RxInvokerProvider returned null. -
localizableIGNORED_ASYNC_THREADPOOL_SIZE
-
IGNORED_ASYNC_THREADPOOL_SIZE
Zero or negative asynchronous thread pool size specified in the client configuration property: [{0}] Using default cached thread pool. -
localizableCHUNKED_INPUT_CLOSED
-
CHUNKED_INPUT_CLOSED
Chunked input has been closed already. -
localizableAUTHENTICATION_CREDENTIALS_MISSING_DIGEST
-
AUTHENTICATION_CREDENTIALS_MISSING_DIGEST
Credentials must be defined for digest authentication. Define username and password either when creating HttpAuthenticationFeature or use specific credentials for each request using the request property (see HttpAuthenticationFeature). -
localizableNULL_KEYSTORE
-
NULL_KEYSTORE
Custom key store, if set, must not be null. -
localizableNULL_TRUSTSTORE
-
NULL_TRUSTSTORE
Custom trust store, if set, must not be null. -
localizableCHUNKED_INPUT_MEDIA_TYPE_NULL
-
CHUNKED_INPUT_MEDIA_TYPE_NULL
Specified chunk media type must not be null. -
localizableREQUEST_ENTITY_ALREADY_WRITTEN
-
REQUEST_ENTITY_ALREADY_WRITTEN
The entity was already written in this request. The entity can be written (serialized into the output stream) only once per a request. -
localizableERROR_SHUTDOWNHOOK_CLOSE
-
ERROR_SHUTDOWNHOOK_CLOSE
Client shutdown hook {0} failed. -
localizableNULL_KEYSTORE_PASWORD
-
NULL_KEYSTORE_PASWORD
Custom key store password must not be null. -
localizableNULL_CONNECTOR_PROVIDER
-
NULL_CONNECTOR_PROVIDER
ConnectorProvider must not be set to null. -
localizableERROR_HTTP_METHOD_ENTITY_NULL
-
ERROR_HTTP_METHOD_ENTITY_NULL
Entity must not be null for http method {0}. -
localizableDIGEST_FILTER_QOP_UNSUPPORTED
-
DIGEST_FILTER_QOP_UNSUPPORTED
The 'qop' (quality of protection) = {0} extension requested by the server is not supported by Jersey HttpDigestAuthFilter. Cannot authenticate against the server using Http Digest Authentication. -
localizableCLIENT_URI_NULL
-
CLIENT_URI_NULL
URI of the newly created target must not be null. -
localizableNULL_INPUT_PARAMETER
-
NULL_INPUT_PARAMETER
Input method parameter {0} must not be null. -
localizableERROR_REQUEST_CANCELLED
-
ERROR_REQUEST_CANCELLED
Request cancelled by the client call. -
localizableERROR_HTTP_METHOD_ENTITY_NOT_NULL
-
ERROR_HTTP_METHOD_ENTITY_NOT_NULL
Entity must be null for http method {0}. -
localizableCLIENT_RESPONSE_STATUS_NULL
-
CLIENT_RESPONSE_STATUS_NULL
Client response status must not be null. -
localizableCLIENT_INVOCATION_LINK_NULL
-
CLIENT_INVOCATION_LINK_NULL
Link of the newly created invocation must not be null. -
localizableRESTRICTED_HEADER_POSSIBLY_IGNORED
-
RESTRICTED_HEADER_POSSIBLY_IGNORED
Attempt to send restricted header(s) while the [{0}] system property not set. Header(s) will possibly be ignored. -
localizableNULL_SCHEDULED_EXECUTOR_SERVICE
-
NULL_SCHEDULED_EXECUTOR_SERVICE
ScheduledExecutorService must not be set to null. -
localizableRESPONSE_TYPE_IS_NULL
-
RESPONSE_TYPE_IS_NULL
Requested response type is null.
-