Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.jdk.connector.internal.LocalizationMessages
Defines string formatting method for each constant in the resource file
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
"Operation not supported in synchronous mode."static String
"Buffer passed for encoding is neither a multiple of chunkSize nor smaller than chunkSize."static String
"Connection closed by the client while receiving response."static String
"Connection closed by the client while receiving response body."static String
"Connection closed by the client while sending request."static String
"Connection closed by the server while receiving response body."static String
"Connection closed by the server while receiving response."static String
"Connection closed by the server while sending request".static String
CONNECTION_CHANGING_STATE
(Object arg0, Object arg1, Object arg2, Object arg3) "HTTP connection {0}:{1} changing state {2} ->
{3}."static String
"Connection closed by the server."static String
"Connection timed out."static String
"Connector configuration: {0}."static String
"Body size exceeds declared size"static String
"The chunked encoding length prefix is too large."static String
"Cannot try to establish connection if the connection is in other than CREATED state.static String
"Trying to handshake, but SSL engine not in HANDSHAKING state.static String
"Http request cannot be sent over a connection that is in other state than IDLE.static String
"HTTP packet initial line is too large."static String
"Invalid byte representing a hex value within a chunk length encountered : {0}"static String
"Invalid format of content length code."static String
"Content length cannot be less than 0."static String
"HTTP packet header is too large."static String
"Body size is not available in chunked body mode."static String
"This HTTP request does not have a body."static String
"Buffered body is available only in buffered body mode."static String
"The chunked encoding trailer header is too large."static String
"Unexpected HTTP chunk header."static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
localizableCONNECTION_CHANGING_STATE
(Object arg0, Object arg1, Object arg2, Object arg3) 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
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static String
NEGATIVE_CHUNK_SIZE
(Object arg0, Object arg1) "Configured chunk size is negative: {0}, using default value: {1}."static String
"Received 407 for the second time."static String
PROXY_CONNECT_FAIL
(Object arg0) "Connecting to proxy failed with status {0}."static String
"Creating authorization header failed."static String
"Proxy-Authenticate header value is missing or empty."static String
"Password is missing"static String
PROXY_QOP_NO_SUPPORTED
(Object arg0) "The 'qop' (quality of protection) = {0} extension requested by the server is not supported.static String
"Unsupported scheme: {0}."static String
"User name is missing"static String
"Read listener can be set only once."static String
"Error determining redirect location."static String
"Infinite loop in chained redirects detected."static String
REDIRECT_LIMIT_REACHED
(Object arg0) "Max chained redirect limit ({0}) exceeded."static String
"Received redirect that does not contain a location or the location is empty."static String
"SSL session has been closed."static String
"The stream has been closed."static String
"This stream has already been closed for input."static String
"Operation not supported in asynchronous mode."static String
"Core thread pool size cannot be smaller than 0."static String
"Max thread pool size cannot be smaller than 3."static String
"Timeout receiving response."static String
"Timeout receiving response body."static String
"Could not close a connection."static String
"Cannot set thread context class loader."static String
"A limit of client thread pool queue has been reached."static String
"Cannot set thread context class loader."static String
"Unexpected data remain in the buffer after the HTTP response has been parsed."static String
"Write listener can be set only once."static String
"Asynchronous write called when stream is in non-ready state."static String
"Writing data failed"
-
Method Details
-
localizableNEGATIVE_CHUNK_SIZE
-
NEGATIVE_CHUNK_SIZE
"Configured chunk size is negative: {0}, using default value: {1}." -
localizableHTTP_UNEXPECTED_CHUNK_HEADER
-
HTTP_UNEXPECTED_CHUNK_HEADER
"Unexpected HTTP chunk header." -
localizableREDIRECT_ERROR_DETERMINING_LOCATION
-
REDIRECT_ERROR_DETERMINING_LOCATION
"Error determining redirect location." -
localizableHTTP_TRAILER_HEADER_OVERFLOW
-
HTTP_TRAILER_HEADER_OVERFLOW
"The chunked encoding trailer header is too large." -
localizableREDIRECT_INFINITE_LOOP
-
REDIRECT_INFINITE_LOOP
"Infinite loop in chained redirects detected." -
localizableWRITING_FAILED
-
WRITING_FAILED
"Writing data failed" -
localizableTIMEOUT_RECEIVING_RESPONSE_BODY
-
TIMEOUT_RECEIVING_RESPONSE_BODY
"Timeout receiving response body." -
localizableSYNC_OPERATION_NOT_SUPPORTED
-
SYNC_OPERATION_NOT_SUPPORTED
"Operation not supported in asynchronous mode." -
localizablePROXY_FAIL_AUTH_HEADER
-
PROXY_FAIL_AUTH_HEADER
"Creating authorization header failed." -
localizableWRITE_WHEN_NOT_READY
-
WRITE_WHEN_NOT_READY
"Asynchronous write called when stream is in non-ready state." -
localizableCONNECTION_CHANGING_STATE
public static Localizable localizableCONNECTION_CHANGING_STATE(Object arg0, Object arg1, Object arg2, Object arg3) -
CONNECTION_CHANGING_STATE
"HTTP connection {0}:{1} changing state {2} ->
{3}." -
localizableCLOSED_WHILE_RECEIVING_RESPONSE
-
CLOSED_WHILE_RECEIVING_RESPONSE
"Connection closed by the server while receiving response." -
localizableCONNECTOR_CONFIGURATION
-
CONNECTOR_CONFIGURATION
"Connector configuration: {0}." -
localizableSTREAM_CLOSED_FOR_INPUT
-
STREAM_CLOSED_FOR_INPUT
"This stream has already been closed for input." -
localizablePROXY_QOP_NO_SUPPORTED
-
PROXY_QOP_NO_SUPPORTED
"The 'qop' (quality of protection) = {0} extension requested by the server is not supported. Cannot authenticate against the server using Http Digest Authentication." -
localizableCLOSED_BY_CLIENT_WHILE_RECEIVING_BODY
-
CLOSED_BY_CLIENT_WHILE_RECEIVING_BODY
"Connection closed by the client while receiving response body." -
localizableREDIRECT_LIMIT_REACHED
-
REDIRECT_LIMIT_REACHED
"Max chained redirect limit ({0}) exceeded." -
localizableHTTP_CHUNK_ENCODING_PREFIX_OVERFLOW
-
HTTP_CHUNK_ENCODING_PREFIX_OVERFLOW
"The chunked encoding length prefix is too large." -
localizableHTTP_CONNECTION_ESTABLISHING_ILLEGAL_STATE
-
HTTP_CONNECTION_ESTABLISHING_ILLEGAL_STATE
"Cannot try to establish connection if the connection is in other than CREATED state. Current state: {0}. -
localizableTRANSPORT_SET_CLASS_LOADER_FAILED
-
TRANSPORT_SET_CLASS_LOADER_FAILED
"Cannot set thread context class loader." -
localizableCONNECTION_TIMEOUT
-
CONNECTION_TIMEOUT
"Connection timed out." -
localizableHTTP_REQUEST_NO_BUFFERED_BODY
-
HTTP_REQUEST_NO_BUFFERED_BODY
"Buffered body is available only in buffered body mode." -
localizableHTTP_BODY_SIZE_OVERFLOW
-
HTTP_BODY_SIZE_OVERFLOW
"Body size exceeds declared size" -
localizableCLOSED_BY_CLIENT_WHILE_RECEIVING
-
CLOSED_BY_CLIENT_WHILE_RECEIVING
"Connection closed by the client while receiving response." -
localizableCLOSED_WHILE_RECEIVING_BODY
-
CLOSED_WHILE_RECEIVING_BODY
"Connection closed by the server while receiving response body." -
localizableHTTP_INVALID_CHUNK_SIZE_HEX_VALUE
-
HTTP_INVALID_CHUNK_SIZE_HEX_VALUE
"Invalid byte representing a hex value within a chunk length encountered : {0}" -
localizableWRITE_LISTENER_SET_ONLY_ONCE
-
WRITE_LISTENER_SET_ONLY_ONCE
"Write listener can be set only once." -
localizablePROXY_UNSUPPORTED_SCHEME
-
PROXY_UNSUPPORTED_SCHEME
"Unsupported scheme: {0}." -
localizableHTTP_NEGATIVE_CONTENT_LENGTH
-
HTTP_NEGATIVE_CONTENT_LENGTH
"Content length cannot be less than 0." -
localizableSSL_SESSION_CLOSED
-
SSL_SESSION_CLOSED
"SSL session has been closed." -
localizableHTTP_CONNECTION_INVALID_HANDSHAKE_STATUS
-
HTTP_CONNECTION_INVALID_HANDSHAKE_STATUS
"Trying to handshake, but SSL engine not in HANDSHAKING state. SSL filter state: {0}" -
localizableCLOSED_WHILE_SENDING_REQUEST
-
CLOSED_WHILE_SENDING_REQUEST
"Connection closed by the server while sending request". -
localizableHTTP_INITIAL_LINE_OVERFLOW
-
HTTP_INITIAL_LINE_OVERFLOW
"HTTP packet initial line is too large." -
localizableTRANSPORT_EXECUTOR_QUEUE_LIMIT_REACHED
-
TRANSPORT_EXECUTOR_QUEUE_LIMIT_REACHED
"A limit of client thread pool queue has been reached." -
localizablePROXY_MISSING_AUTH_HEADER
-
PROXY_MISSING_AUTH_HEADER
"Proxy-Authenticate header value is missing or empty." -
localizableTHREAD_POOL_MAX_SIZE_TOO_SMALL
-
THREAD_POOL_MAX_SIZE_TOO_SMALL
"Max thread pool size cannot be smaller than 3." -
localizableCLOSED_BY_CLIENT_WHILE_SENDING
-
CLOSED_BY_CLIENT_WHILE_SENDING
"Connection closed by the client while sending request." -
localizableHTTP_REQUEST_BODY_SIZE_NOT_AVAILABLE
-
HTTP_REQUEST_BODY_SIZE_NOT_AVAILABLE
"Body size is not available in chunked body mode." -
localizableTRANSPORT_EXECUTOR_CLOSED
-
TRANSPORT_EXECUTOR_CLOSED
"Cannot set thread context class loader." -
localizableHTTP_PACKET_HEADER_OVERFLOW
-
HTTP_PACKET_HEADER_OVERFLOW
"HTTP packet header is too large." -
localizableHTTP_CONNECTION_NOT_IDLE
-
HTTP_CONNECTION_NOT_IDLE
"Http request cannot be sent over a connection that is in other state than IDLE. Current state: {0}" -
localizableTIMEOUT_RECEIVING_RESPONSE
-
TIMEOUT_RECEIVING_RESPONSE
"Timeout receiving response." -
localizablePROXY_407_TWICE
-
PROXY_407_TWICE
"Received 407 for the second time." -
localizableTRANSPORT_CONNECTION_NOT_CLOSED
-
TRANSPORT_CONNECTION_NOT_CLOSED
"Could not close a connection." -
localizableHTTP_REQUEST_NO_BODY
-
HTTP_REQUEST_NO_BODY
"This HTTP request does not have a body." -
localizablePROXY_PASSWORD_MISSING
-
PROXY_PASSWORD_MISSING
"Password is missing" -
localizableHTTP_INVALID_CONTENT_LENGTH
-
HTTP_INVALID_CONTENT_LENGTH
"Invalid format of content length code." -
localizableASYNC_OPERATION_NOT_SUPPORTED
-
ASYNC_OPERATION_NOT_SUPPORTED
"Operation not supported in synchronous mode." -
localizablePROXY_USER_NAME_MISSING
-
PROXY_USER_NAME_MISSING
"User name is missing" -
localizablePROXY_CONNECT_FAIL
-
PROXY_CONNECT_FAIL
"Connecting to proxy failed with status {0}." -
localizableREDIRECT_NO_LOCATION
-
REDIRECT_NO_LOCATION
"Received redirect that does not contain a location or the location is empty." -
localizableSTREAM_CLOSED
-
STREAM_CLOSED
"The stream has been closed." -
localizableTHREAD_POOL_CORE_SIZE_TOO_SMALL
-
THREAD_POOL_CORE_SIZE_TOO_SMALL
"Core thread pool size cannot be smaller than 0." -
localizableCONNECTION_CLOSED
-
CONNECTION_CLOSED
"Connection closed by the server." -
localizableBUFFER_INCORRECT_LENGTH
-
BUFFER_INCORRECT_LENGTH
"Buffer passed for encoding is neither a multiple of chunkSize nor smaller than chunkSize." -
localizableREAD_LISTENER_SET_ONLY_ONCE
-
READ_LISTENER_SET_ONLY_ONCE
"Read listener can be set only once." -
localizableUNEXPECTED_DATA_IN_BUFFER
-
UNEXPECTED_DATA_IN_BUFFER
"Unexpected data remain in the buffer after the HTTP response has been parsed."
-