Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.netty.connector.LocalizationMessages
Defines string formatting method for each constant in the resource file
-
Method Summary
Modifier and TypeMethodDescriptionstatic Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static String
"Error determining redirect location: ({0})."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
Unexpected value: ("{0}").static String
WRONG_MAX_POOL_IDLE
(Object arg0) Unexpected ("{0}") maximum number of idle seconds.static String
WRONG_MAX_POOL_SIZE
(Object arg0) Unexpected ("{0}") maximum number of connections per destination.static String
WRONG_MAX_POOL_TOTAL
(Object arg0) Unexpected ("{0}") maximum number of connections total.static String
WRONG_READ_TIMEOUT
(Object arg0) Unexpected ("{0}") READ_TIMEOUT.
-
Method Details
-
localizableWRONG_MAX_POOL_IDLE
-
WRONG_MAX_POOL_IDLE
Unexpected ("{0}") maximum number of idle seconds. -
localizableREDIRECT_NO_LOCATION
-
REDIRECT_NO_LOCATION
"Received redirect that does not contain a location or the location is empty." -
localizableWRONG_MAX_POOL_TOTAL
-
WRONG_MAX_POOL_TOTAL
Unexpected ("{0}") maximum number of connections total. -
localizableREDIRECT_ERROR_DETERMINING_LOCATION
-
REDIRECT_ERROR_DETERMINING_LOCATION
"Error determining redirect location: ({0})." -
localizableREDIRECT_LIMIT_REACHED
-
REDIRECT_LIMIT_REACHED
"Max chained redirect limit ({0}) exceeded." -
localizableWRONG_READ_TIMEOUT
-
WRONG_READ_TIMEOUT
Unexpected ("{0}") READ_TIMEOUT. -
localizableWRONG_MAX_POOL_SIZE
-
WRONG_MAX_POOL_SIZE
Unexpected ("{0}") maximum number of connections per destination. -
localizableREDIRECT_INFINITE_LOOP
-
REDIRECT_INFINITE_LOOP
"Infinite loop in chained redirects detected." -
localizableUNEXPECTED_VALUE_FOR_EXPECT_100_CONTINUE_STATUSES
-
UNEXPECTED_VALUE_FOR_EXPECT_100_CONTINUE_STATUSES
Unexpected value: ("{0}").
-