Package io.undertow.client
Class UndertowClientMessages_$bundle
- java.lang.Object
-
- io.undertow.client.UndertowClientMessages_$bundle
-
- All Implemented Interfaces:
UndertowClientMessages,Serializable
@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2025-10-10T08:40:05-0300") public class UndertowClientMessages_$bundle extends Object implements UndertowClientMessages, Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static UndertowClientMessages_$bundleINSTANCE-
Fields inherited from interface io.undertow.client.UndertowClientMessages
MESSAGES
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUndertowClientMessages_$bundle()
-
Method Summary
-
-
-
Field Detail
-
INSTANCE
public static final UndertowClientMessages_$bundle INSTANCE
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
connectionClosed$str
protected String connectionClosed$str()
-
connectionClosed
public final String connectionClosed()
- Specified by:
connectionClosedin interfaceUndertowClientMessages
-
requestAlreadyWritten$str
protected String requestAlreadyWritten$str()
-
requestAlreadyWritten
public final IllegalStateException requestAlreadyWritten()
- Specified by:
requestAlreadyWrittenin interfaceUndertowClientMessages
-
failedToUpgradeChannel$str
protected String failedToUpgradeChannel$str()
-
failedToUpgradeChannel
public final String failedToUpgradeChannel(int responseCode, String reason)
- Specified by:
failedToUpgradeChannelin interfaceUndertowClientMessages
-
illegalContentLength$str
protected String illegalContentLength$str()
-
illegalContentLength
public final IllegalArgumentException illegalContentLength(long length)
- Specified by:
illegalContentLengthin interfaceUndertowClientMessages
-
unknownScheme$str
protected String unknownScheme$str()
-
unknownScheme
public final IllegalArgumentException unknownScheme(URI uri)
- Specified by:
unknownSchemein interfaceUndertowClientMessages
-
unknownTransferEncoding$str
protected String unknownTransferEncoding$str()
-
unknownTransferEncoding
public final IOException unknownTransferEncoding(String transferEncodingString)
- Specified by:
unknownTransferEncodingin interfaceUndertowClientMessages
-
invalidConnectionState$str
protected String invalidConnectionState$str()
-
invalidConnectionState
public final IOException invalidConnectionState()
- Specified by:
invalidConnectionStatein interfaceUndertowClientMessages
-
unknownAjpMessageType$str
protected String unknownAjpMessageType$str()
-
unknownAjpMessageType
public final IOException unknownAjpMessageType(byte packetType)
- Specified by:
unknownAjpMessageTypein interfaceUndertowClientMessages
-
unknownMethod$str
protected String unknownMethod$str()
-
unknownMethod
public final IOException unknownMethod(HttpString method)
- Specified by:
unknownMethodin interfaceUndertowClientMessages
-
dataStillRemainingInChunk$str
protected String dataStillRemainingInChunk$str()
-
dataStillRemainingInChunk
public final IOException dataStillRemainingInChunk(long remaining)
- Specified by:
dataStillRemainingInChunkin interfaceUndertowClientMessages
-
wrongMagicNumber$str
protected String wrongMagicNumber$str()
-
wrongMagicNumber
public final IOException wrongMagicNumber(String expected, String actual)
- Specified by:
wrongMagicNumberin interfaceUndertowClientMessages
-
receivedInvalidChunk$str
protected String receivedInvalidChunk$str()
-
receivedInvalidChunk
public final IOException receivedInvalidChunk(byte prefix)
- Specified by:
receivedInvalidChunkin interfaceUndertowClientMessages
-
-