Class Messages_$bundle
- java.lang.Object
-
- org.jboss.resteasy.plugins.server.netty.i18n.Messages_$bundle
-
- All Implemented Interfaces:
Serializable
,Messages
@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2021-12-02T18:22:28-0800") public class Messages_$bundle extends Object implements Messages, Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Messages_$bundle
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description protected
Messages_$bundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
alreadyCommitted()
protected String
alreadyCommitted$str()
String
alreadySuspended()
protected String
alreadySuspended$str()
String
chunkSizeMustBeAtLeastOne()
protected String
chunkSizeMustBeAtLeastOne$str()
String
exceptionCaught()
protected String
exceptionCaught$str()
String
failedToParseRequest()
protected String
failedToParseRequest$str()
protected Locale
getLoggingLocale()
protected Object
readResolve()
String
responseIsCommitted()
protected String
responseIsCommitted$str()
String
unexpected()
protected String
unexpected$str()
-
-
-
Field Detail
-
INSTANCE
public static final Messages_$bundle INSTANCE
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
alreadyCommitted$str
protected String alreadyCommitted$str()
-
alreadyCommitted
public final String alreadyCommitted()
- Specified by:
alreadyCommitted
in interfaceMessages
-
alreadySuspended$str
protected String alreadySuspended$str()
-
alreadySuspended
public final String alreadySuspended()
- Specified by:
alreadySuspended
in interfaceMessages
-
chunkSizeMustBeAtLeastOne$str
protected String chunkSizeMustBeAtLeastOne$str()
-
chunkSizeMustBeAtLeastOne
public final String chunkSizeMustBeAtLeastOne()
- Specified by:
chunkSizeMustBeAtLeastOne
in interfaceMessages
-
exceptionCaught$str
protected String exceptionCaught$str()
-
exceptionCaught
public final String exceptionCaught()
- Specified by:
exceptionCaught
in interfaceMessages
-
failedToParseRequest$str
protected String failedToParseRequest$str()
-
failedToParseRequest
public final String failedToParseRequest()
- Specified by:
failedToParseRequest
in interfaceMessages
-
responseIsCommitted$str
protected String responseIsCommitted$str()
-
responseIsCommitted
public final String responseIsCommitted()
- Specified by:
responseIsCommitted
in interfaceMessages
-
unexpected$str
protected String unexpected$str()
-
unexpected
public final String unexpected()
- Specified by:
unexpected
in interfaceMessages
-
-