Package org.glassfish.jersey.media.sse
Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.media.sse.LocalizationMessages
Defines string formatting method for each constant in the resource file
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Message body reader not found for the SSE event data.static String
Closing EventSink failed.static String
Processing onNext signal failed.static String
This event source has already been closed.static String
This event source is already open.static String
Subscriber.onError() called on subscriber with no registered error handler.static String
Waiting for opening the event source connection has been interrupted.static String
Waiting for the event source executor for [{0}] to shutdown has been interrupted.static String
Attempt to shutdown the event source executor for [{0}] has timed out.static String
IN_EVENT_FIELD_NOT_RECOGNIZED
(Object arg0, Object arg1) Inbound event field [{0}: {1}] is not a recognized SSE field name and will be ignored.static String
Unable to parse inbound event retry value [{0}] as decimal number.static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
localizableIN_EVENT_FIELD_NOT_RECOGNIZED
(Object arg0, Object arg1) static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
static Localizable
localizablePARAM_NULL
(Object arg0) static Localizable
static Localizable
static String
Outbound event data must not be explicitly set to 'null'.static String
Outbound event data type must not be explicitly set to 'null'.static String
Outbound event data media type must not be explicitly set to 'null'.static String
Cannot build outbound event.static String
PARAM_NULL
(Object arg0) "{0}" parameter is null.static String
One or more of parameters is null.static String
Argument {0} is not a valid JerseyWebTarget instance.
-
Method Details
-
localizablePARAMS_NULL
-
PARAMS_NULL
One or more of parameters is null. -
localizableOUT_EVENT_NOT_BUILDABLE
-
OUT_EVENT_NOT_BUILDABLE
Cannot build outbound event. Either a comment or non-null event data must be set. -
localizablePARAM_NULL
-
PARAM_NULL
"{0}" parameter is null. -
localizableEVENT_SINK_CLOSE_FAILED
-
EVENT_SINK_CLOSE_FAILED
Closing EventSink failed. Could not close chunked output. -
localizableEVENT_SOURCE_DEFAULT_ONERROR
-
EVENT_SOURCE_DEFAULT_ONERROR
Subscriber.onError() called on subscriber with no registered error handler. -
localizableEVENT_SOURCE_SHUTDOWN_TIMEOUT
-
EVENT_SOURCE_SHUTDOWN_TIMEOUT
Attempt to shutdown the event source executor for [{0}] has timed out. -
localizableOUT_EVENT_DATA_TYPE_NULL
-
OUT_EVENT_DATA_TYPE_NULL
Outbound event data type must not be explicitly set to 'null'. -
localizableEVENT_SOURCE_SHUTDOWN_INTERRUPTED
-
EVENT_SOURCE_SHUTDOWN_INTERRUPTED
Waiting for the event source executor for [{0}] to shutdown has been interrupted. -
localizableIN_EVENT_RETRY_PARSE_ERROR
-
IN_EVENT_RETRY_PARSE_ERROR
Unable to parse inbound event retry value [{0}] as decimal number. -
localizableEVENT_DATA_READER_NOT_FOUND
-
EVENT_DATA_READER_NOT_FOUND
Message body reader not found for the SSE event data. -
localizableEVENT_SOURCE_OPEN_CONNECTION_INTERRUPTED
-
EVENT_SOURCE_OPEN_CONNECTION_INTERRUPTED
Waiting for opening the event source connection has been interrupted. -
localizableOUT_EVENT_DATA_NULL
-
OUT_EVENT_DATA_NULL
Outbound event data must not be explicitly set to 'null'. -
localizableEVENT_SINK_NEXT_FAILED
-
EVENT_SINK_NEXT_FAILED
Processing onNext signal failed. -
localizableUNSUPPORTED_WEBTARGET_TYPE
-
UNSUPPORTED_WEBTARGET_TYPE
Argument {0} is not a valid JerseyWebTarget instance. SseEventSource does not support other WebTarget implementations. -
localizableIN_EVENT_FIELD_NOT_RECOGNIZED
-
IN_EVENT_FIELD_NOT_RECOGNIZED
Inbound event field [{0}: {1}] is not a recognized SSE field name and will be ignored. -
localizableEVENT_SOURCE_ALREADY_CLOSED
-
EVENT_SOURCE_ALREADY_CLOSED
This event source has already been closed. -
localizableEVENT_SOURCE_ALREADY_CONNECTED
-
EVENT_SOURCE_ALREADY_CONNECTED
This event source is already open. -
localizableOUT_EVENT_MEDIA_TYPE_NULL
-
OUT_EVENT_MEDIA_TYPE_NULL
Outbound event data media type must not be explicitly set to 'null'.
-