Package io.undertow.client
Class UndertowClientMessages_$bundle
java.lang.Object
io.undertow.client.UndertowClientMessages_$bundle
- All Implemented Interfaces:
UndertowClientMessages
,Serializable
public class UndertowClientMessages_$bundle
extends Object
implements UndertowClientMessages, Serializable
Warning this class consists of generated code.
- See Also:
-
Field Summary
FieldsFields inherited from interface io.undertow.client.UndertowClientMessages
MESSAGES
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal String
protected String
final IOException
dataStillRemainingInChunk
(long remaining) protected String
final String
failedToUpgradeChannel
(int responseCode, String reason) protected String
protected Locale
final IllegalArgumentException
illegalContentLength
(long length) protected String
final IOException
protected String
protected Object
final IOException
receivedInvalidChunk
(byte prefix) protected String
final IllegalStateException
protected String
final IOException
unknownAjpMessageType
(byte packetType) protected String
final IOException
unknownMethod
(HttpString method) protected String
final IllegalArgumentException
unknownScheme
(URI uri) protected String
final IOException
unknownTransferEncoding
(String transferEncodingString) protected String
final IOException
wrongMagicNumber
(String expected, String actual) protected String
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
UndertowClientMessages_$bundle
protected UndertowClientMessages_$bundle()
-
-
Method Details
-
readResolve
-
getLoggingLocale
-
connectionClosed$str
-
connectionClosed
- Specified by:
connectionClosed
in interfaceUndertowClientMessages
-
requestAlreadyWritten$str
-
requestAlreadyWritten
- Specified by:
requestAlreadyWritten
in interfaceUndertowClientMessages
-
failedToUpgradeChannel$str
-
failedToUpgradeChannel
- Specified by:
failedToUpgradeChannel
in interfaceUndertowClientMessages
-
illegalContentLength$str
-
illegalContentLength
- Specified by:
illegalContentLength
in interfaceUndertowClientMessages
-
unknownScheme$str
-
unknownScheme
- Specified by:
unknownScheme
in interfaceUndertowClientMessages
-
unknownTransferEncoding$str
-
unknownTransferEncoding
- Specified by:
unknownTransferEncoding
in interfaceUndertowClientMessages
-
invalidConnectionState$str
-
invalidConnectionState
- Specified by:
invalidConnectionState
in interfaceUndertowClientMessages
-
unknownAjpMessageType$str
-
unknownAjpMessageType
- Specified by:
unknownAjpMessageType
in interfaceUndertowClientMessages
-
unknownMethod$str
-
unknownMethod
- Specified by:
unknownMethod
in interfaceUndertowClientMessages
-
dataStillRemainingInChunk$str
-
dataStillRemainingInChunk
- Specified by:
dataStillRemainingInChunk
in interfaceUndertowClientMessages
-
wrongMagicNumber$str
-
wrongMagicNumber
- Specified by:
wrongMagicNumber
in interfaceUndertowClientMessages
-
receivedInvalidChunk$str
-
receivedInvalidChunk
- Specified by:
receivedInvalidChunk
in interfaceUndertowClientMessages
-