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 StringMessage body reader not found for the SSE event data.static StringClosing EventSink failed.static StringProcessing onNext signal failed.static StringThis event source has already been closed.static StringThis event source is already open.static StringSubscriber.onError() called on subscriber with no registered error handler.static StringWaiting for opening the event source connection has been interrupted.static StringWaiting for the event source executor for [{0}] to shutdown has been interrupted.static StringAttempt to shutdown the event source executor for [{0}] has timed out.static StringIN_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 StringUnable to parse inbound event retry value [{0}] as decimal number.static Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic LocalizablelocalizableIN_EVENT_FIELD_NOT_RECOGNIZED(Object arg0, Object arg1) static Localizablestatic Localizablestatic Localizablestatic Localizablestatic Localizablestatic LocalizablelocalizablePARAM_NULL(Object arg0) static Localizablestatic Localizablestatic StringOutbound event data must not be explicitly set to 'null'.static StringOutbound event data type must not be explicitly set to 'null'.static StringOutbound event data media type must not be explicitly set to 'null'.static StringCannot build outbound event.static StringPARAM_NULL(Object arg0) "{0}" parameter is null.static StringOne or more of parameters is null.static StringArgument {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'.
-