org.glassfish.jersey.client.internal
Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.client.internal.LocalizationMessages
public final class LocalizationMessages
- extends Object
Defines string formatting method for each constant in the resource file
|
Method Summary |
static String |
AUTHENTICATION_CREDENTIALS_MISSING_BASIC()
Credentials must be defined for basic authentication. |
static String |
AUTHENTICATION_CREDENTIALS_MISSING_DIGEST()
Credentials must be defined for digest authentication. |
static String |
AUTHENTICATION_CREDENTIALS_REQUEST_PASSWORD_UNSUPPORTED()
Unsupported password type class. |
static String |
CHUNKED_INPUT_CLOSED()
Chunked input has been closed already. |
static String |
CHUNKED_INPUT_MEDIA_TYPE_NULL()
Specified chunk media type must not be null. |
static String |
CHUNKED_INPUT_STREAM_CLOSING_ERROR()
Error closing chunked input's underlying response input stream. |
static String |
CLIENT_INSTANCE_CLOSED()
Client instance has been closed. |
static String |
CLIENT_INVOCATION_LINK_NULL()
Link of the newly created invocation must not be null. |
static String |
CLIENT_TARGET_LINK_NULL()
Link to the newly created target must not be null. |
static String |
CLIENT_URI_BUILDER_NULL()
URI builder of the newly created target must not be null. |
static String |
CLIENT_URI_NULL()
URI of the newly created target must not be null. |
static String |
CLIENT_URI_TEMPLATE_NULL()
URI template of the newly created target must not be null. |
static String |
DIGEST_FILTER_QOP_UNSUPPORTED(Object arg0)
The 'qop' (quality of protection) = {0} extension requested by the server is not supported by Jersey HttpDigestAuthFilter. |
static String |
ERROR_CLOSING_OUTPUT_STREAM()
Error when closing the output stream. |
static String |
ERROR_COMMITTING_OUTPUT_STREAM()
Error while committing the request output stream. |
static String |
ERROR_DIGEST_FILTER_GENERATOR()
Error during initialization of random generator of HttpDigestAuthFilter. |
static String |
ERROR_HTTP_METHOD_ENTITY_NOT_NULL(Object arg0)
Entity must be null for http method {0}. |
static String |
ERROR_HTTP_METHOD_ENTITY_NULL(Object arg0)
Entity must not be null for http method {0}. |
static String |
HTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY()
Detected non-empty entity on a HTTP GET request. |
static String |
IGNORED_ASYNC_THREADPOOL_SIZE(Object arg0)
Zero or negative asynchronous thread pool size specified in the client configuration property: [{0}] Using default cached thread pool. |
static Localizable |
localizableAUTHENTICATION_CREDENTIALS_MISSING_BASIC()
|
static Localizable |
localizableAUTHENTICATION_CREDENTIALS_MISSING_DIGEST()
|
static Localizable |
localizableAUTHENTICATION_CREDENTIALS_REQUEST_PASSWORD_UNSUPPORTED()
|
static Localizable |
localizableCHUNKED_INPUT_CLOSED()
|
static Localizable |
localizableCHUNKED_INPUT_MEDIA_TYPE_NULL()
|
static Localizable |
localizableCHUNKED_INPUT_STREAM_CLOSING_ERROR()
|
static Localizable |
localizableCLIENT_INSTANCE_CLOSED()
|
static Localizable |
localizableCLIENT_INVOCATION_LINK_NULL()
|
static Localizable |
localizableCLIENT_TARGET_LINK_NULL()
|
static Localizable |
localizableCLIENT_URI_BUILDER_NULL()
|
static Localizable |
localizableCLIENT_URI_NULL()
|
static Localizable |
localizableCLIENT_URI_TEMPLATE_NULL()
|
static Localizable |
localizableDIGEST_FILTER_QOP_UNSUPPORTED(Object arg0)
|
static Localizable |
localizableERROR_CLOSING_OUTPUT_STREAM()
|
static Localizable |
localizableERROR_COMMITTING_OUTPUT_STREAM()
|
static Localizable |
localizableERROR_DIGEST_FILTER_GENERATOR()
|
static Localizable |
localizableERROR_HTTP_METHOD_ENTITY_NOT_NULL(Object arg0)
|
static Localizable |
localizableERROR_HTTP_METHOD_ENTITY_NULL(Object arg0)
|
static Localizable |
localizableHTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY()
|
static Localizable |
localizableIGNORED_ASYNC_THREADPOOL_SIZE(Object arg0)
|
static Localizable |
localizableNEGATIVE_CHUNK_SIZE(Object arg0,
Object arg1)
|
static Localizable |
localizableNEGATIVE_INPUT_PARAMETER(Object arg0)
|
static Localizable |
localizableNULL_CONNECTOR_PROVIDER()
|
static Localizable |
localizableNULL_INPUT_PARAMETER(Object arg0)
|
static Localizable |
localizableNULL_KEYSTORE_PASWORD()
|
static Localizable |
localizableNULL_KEYSTORE()
|
static Localizable |
localizableNULL_SSL_CONTEXT()
|
static Localizable |
localizableNULL_TRUSTSTORE()
|
static Localizable |
localizableREQUEST_ENTITY_ALREADY_WRITTEN()
|
static Localizable |
localizableREQUEST_ENTITY_WRITER_NULL()
|
static Localizable |
localizableRESPONSE_TO_EXCEPTION_CONVERSION_FAILED()
|
static Localizable |
localizableRESPONSE_TYPE_IS_NULL()
|
static Localizable |
localizableUNEXPECTED_ERROR_RESPONSE_PROCESSING()
|
static Localizable |
localizableUSE_ENCODING_IGNORED(Object arg0,
Object arg1,
Object arg2)
|
static Localizable |
localizableUSING_FIXED_ASYNC_THREADPOOL(Object arg0)
|
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 |
NEGATIVE_INPUT_PARAMETER(Object arg0)
"Input parameter {0} must not be negative." |
static String |
NULL_CONNECTOR_PROVIDER()
ConnectorProvider must not be set to null. |
static String |
NULL_INPUT_PARAMETER(Object arg0)
Input method parameter {0} must not be null. |
static String |
NULL_KEYSTORE_PASWORD()
Custom key store password must not be null. |
static String |
NULL_KEYSTORE()
Custom key store, if set, must not be null. |
static String |
NULL_SSL_CONTEXT()
Custom client SSL context, if set, must not be null. |
static String |
NULL_TRUSTSTORE()
Custom trust store, if set, must not be null. |
static String |
REQUEST_ENTITY_ALREADY_WRITTEN()
The entity was already written in this request. |
static String |
REQUEST_ENTITY_WRITER_NULL()
The entity of the client request is null. |
static String |
RESPONSE_TO_EXCEPTION_CONVERSION_FAILED()
Failed to convert a response into an exception. |
static String |
RESPONSE_TYPE_IS_NULL()
Requested response type is null. |
static String |
UNEXPECTED_ERROR_RESPONSE_PROCESSING()
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_ASYNC_THREADPOOL(Object arg0)
Using fixed-size thread pool of size [{0}] for asynchronous client invocations. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalizationMessages
public LocalizationMessages()
localizableCLIENT_TARGET_LINK_NULL
public static Localizable localizableCLIENT_TARGET_LINK_NULL()
CLIENT_TARGET_LINK_NULL
public static String CLIENT_TARGET_LINK_NULL()
- Link to the newly created target must not be null.
localizableNEGATIVE_CHUNK_SIZE
public static Localizable localizableNEGATIVE_CHUNK_SIZE(Object arg0,
Object arg1)
NEGATIVE_CHUNK_SIZE
public 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}]
localizableCLIENT_URI_NULL
public static Localizable localizableCLIENT_URI_NULL()
CLIENT_URI_NULL
public static String CLIENT_URI_NULL()
- URI of the newly created target must not be null.
localizableCLIENT_URI_TEMPLATE_NULL
public static Localizable localizableCLIENT_URI_TEMPLATE_NULL()
CLIENT_URI_TEMPLATE_NULL
public static String CLIENT_URI_TEMPLATE_NULL()
- URI template of the newly created target must not be null.
localizableUSING_FIXED_ASYNC_THREADPOOL
public static Localizable localizableUSING_FIXED_ASYNC_THREADPOOL(Object arg0)
USING_FIXED_ASYNC_THREADPOOL
public static String USING_FIXED_ASYNC_THREADPOOL(Object arg0)
- Using fixed-size thread pool of size [{0}] for asynchronous client invocations.
localizableNULL_CONNECTOR_PROVIDER
public static Localizable localizableNULL_CONNECTOR_PROVIDER()
NULL_CONNECTOR_PROVIDER
public static String NULL_CONNECTOR_PROVIDER()
- ConnectorProvider must not be set to null.
localizableNULL_SSL_CONTEXT
public static Localizable localizableNULL_SSL_CONTEXT()
NULL_SSL_CONTEXT
public static String NULL_SSL_CONTEXT()
- Custom client SSL context, if set, must not be null.
localizableIGNORED_ASYNC_THREADPOOL_SIZE
public static Localizable localizableIGNORED_ASYNC_THREADPOOL_SIZE(Object arg0)
IGNORED_ASYNC_THREADPOOL_SIZE
public static String IGNORED_ASYNC_THREADPOOL_SIZE(Object arg0)
- Zero or negative asynchronous thread pool size specified in the client configuration property: [{0}] Using default cached thread pool.
localizableCLIENT_INVOCATION_LINK_NULL
public static Localizable localizableCLIENT_INVOCATION_LINK_NULL()
CLIENT_INVOCATION_LINK_NULL
public static String CLIENT_INVOCATION_LINK_NULL()
- Link of the newly created invocation must not be null.
localizableDIGEST_FILTER_QOP_UNSUPPORTED
public static Localizable localizableDIGEST_FILTER_QOP_UNSUPPORTED(Object arg0)
DIGEST_FILTER_QOP_UNSUPPORTED
public static String DIGEST_FILTER_QOP_UNSUPPORTED(Object arg0)
- 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.
localizableAUTHENTICATION_CREDENTIALS_MISSING_BASIC
public static Localizable localizableAUTHENTICATION_CREDENTIALS_MISSING_BASIC()
AUTHENTICATION_CREDENTIALS_MISSING_BASIC
public static String 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).
localizableUNEXPECTED_ERROR_RESPONSE_PROCESSING
public static Localizable localizableUNEXPECTED_ERROR_RESPONSE_PROCESSING()
UNEXPECTED_ERROR_RESPONSE_PROCESSING
public static String UNEXPECTED_ERROR_RESPONSE_PROCESSING()
- Unexpected error during response processing.
localizableCLIENT_INSTANCE_CLOSED
public static Localizable localizableCLIENT_INSTANCE_CLOSED()
CLIENT_INSTANCE_CLOSED
public static String CLIENT_INSTANCE_CLOSED()
- Client instance has been closed.
localizableHTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY
public static Localizable localizableHTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY()
HTTPURLCONNECTION_REPLACES_GET_WITH_ENTITY
public static String 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_HTTP_METHOD_ENTITY_NULL
public static Localizable localizableERROR_HTTP_METHOD_ENTITY_NULL(Object arg0)
ERROR_HTTP_METHOD_ENTITY_NULL
public static String ERROR_HTTP_METHOD_ENTITY_NULL(Object arg0)
- Entity must not be null for http method {0}.
localizableCLIENT_URI_BUILDER_NULL
public static Localizable localizableCLIENT_URI_BUILDER_NULL()
CLIENT_URI_BUILDER_NULL
public static String CLIENT_URI_BUILDER_NULL()
- URI builder of the newly created target must not be null.
localizableCHUNKED_INPUT_CLOSED
public static Localizable localizableCHUNKED_INPUT_CLOSED()
CHUNKED_INPUT_CLOSED
public static String CHUNKED_INPUT_CLOSED()
- Chunked input has been closed already.
localizableNULL_TRUSTSTORE
public static Localizable localizableNULL_TRUSTSTORE()
NULL_TRUSTSTORE
public static String NULL_TRUSTSTORE()
- Custom trust store, if set, must not be null.
localizableREQUEST_ENTITY_WRITER_NULL
public static Localizable localizableREQUEST_ENTITY_WRITER_NULL()
REQUEST_ENTITY_WRITER_NULL
public static String REQUEST_ENTITY_WRITER_NULL()
- The entity of the client request is null.
localizableAUTHENTICATION_CREDENTIALS_MISSING_DIGEST
public static Localizable localizableAUTHENTICATION_CREDENTIALS_MISSING_DIGEST()
AUTHENTICATION_CREDENTIALS_MISSING_DIGEST
public static String 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).
localizableERROR_CLOSING_OUTPUT_STREAM
public static Localizable localizableERROR_CLOSING_OUTPUT_STREAM()
ERROR_CLOSING_OUTPUT_STREAM
public static String ERROR_CLOSING_OUTPUT_STREAM()
- Error when closing the output stream.
localizableAUTHENTICATION_CREDENTIALS_REQUEST_PASSWORD_UNSUPPORTED
public static Localizable localizableAUTHENTICATION_CREDENTIALS_REQUEST_PASSWORD_UNSUPPORTED()
AUTHENTICATION_CREDENTIALS_REQUEST_PASSWORD_UNSUPPORTED
public static String AUTHENTICATION_CREDENTIALS_REQUEST_PASSWORD_UNSUPPORTED()
- Unsupported password type class. Password passed in the request property must be String or byte[].
localizableCHUNKED_INPUT_STREAM_CLOSING_ERROR
public static Localizable localizableCHUNKED_INPUT_STREAM_CLOSING_ERROR()
CHUNKED_INPUT_STREAM_CLOSING_ERROR
public static String CHUNKED_INPUT_STREAM_CLOSING_ERROR()
- Error closing chunked input's underlying response input stream.
localizableCHUNKED_INPUT_MEDIA_TYPE_NULL
public static Localizable localizableCHUNKED_INPUT_MEDIA_TYPE_NULL()
CHUNKED_INPUT_MEDIA_TYPE_NULL
public static String CHUNKED_INPUT_MEDIA_TYPE_NULL()
- Specified chunk media type must not be null.
localizableNULL_KEYSTORE
public static Localizable localizableNULL_KEYSTORE()
NULL_KEYSTORE
public static String NULL_KEYSTORE()
- Custom key store, if set, must not be null.
localizableERROR_HTTP_METHOD_ENTITY_NOT_NULL
public static Localizable localizableERROR_HTTP_METHOD_ENTITY_NOT_NULL(Object arg0)
ERROR_HTTP_METHOD_ENTITY_NOT_NULL
public static String ERROR_HTTP_METHOD_ENTITY_NOT_NULL(Object arg0)
- Entity must be null for http method {0}.
localizableUSE_ENCODING_IGNORED
public static Localizable localizableUSE_ENCODING_IGNORED(Object arg0,
Object arg1,
Object arg2)
USE_ENCODING_IGNORED
public 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. Valid supported encodings are: {2}
localizableERROR_COMMITTING_OUTPUT_STREAM
public static Localizable localizableERROR_COMMITTING_OUTPUT_STREAM()
ERROR_COMMITTING_OUTPUT_STREAM
public static String ERROR_COMMITTING_OUTPUT_STREAM()
- Error while committing the request output stream.
localizableREQUEST_ENTITY_ALREADY_WRITTEN
public static Localizable localizableREQUEST_ENTITY_ALREADY_WRITTEN()
REQUEST_ENTITY_ALREADY_WRITTEN
public static String 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.
localizableRESPONSE_TO_EXCEPTION_CONVERSION_FAILED
public static Localizable localizableRESPONSE_TO_EXCEPTION_CONVERSION_FAILED()
RESPONSE_TO_EXCEPTION_CONVERSION_FAILED
public static String RESPONSE_TO_EXCEPTION_CONVERSION_FAILED()
- Failed to convert a response into an exception.
localizableERROR_DIGEST_FILTER_GENERATOR
public static Localizable localizableERROR_DIGEST_FILTER_GENERATOR()
ERROR_DIGEST_FILTER_GENERATOR
public static String ERROR_DIGEST_FILTER_GENERATOR()
- Error during initialization of random generator of HttpDigestAuthFilter.
localizableNEGATIVE_INPUT_PARAMETER
public static Localizable localizableNEGATIVE_INPUT_PARAMETER(Object arg0)
NEGATIVE_INPUT_PARAMETER
public static String NEGATIVE_INPUT_PARAMETER(Object arg0)
- "Input parameter {0} must not be negative."
localizableNULL_INPUT_PARAMETER
public static Localizable localizableNULL_INPUT_PARAMETER(Object arg0)
NULL_INPUT_PARAMETER
public static String NULL_INPUT_PARAMETER(Object arg0)
- Input method parameter {0} must not be null.
localizableNULL_KEYSTORE_PASWORD
public static Localizable localizableNULL_KEYSTORE_PASWORD()
NULL_KEYSTORE_PASWORD
public static String NULL_KEYSTORE_PASWORD()
- Custom key store password must not be null.
localizableRESPONSE_TYPE_IS_NULL
public static Localizable localizableRESPONSE_TYPE_IS_NULL()
RESPONSE_TYPE_IS_NULL
public static String RESPONSE_TYPE_IS_NULL()
- Requested response type is null.
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.