Package io.undertow.client
Interface UndertowClientMessages
- All Known Implementing Classes:
UndertowClientMessages_$bundle
@MessageBundle(projectCode="UT")
public interface UndertowClientMessages
starting from 1000
- Author:
- Emanuel Muckenhuber
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondataStillRemainingInChunk
(long remaining) failedToUpgradeChannel
(int responseCode, String reason) illegalContentLength
(long length) receivedInvalidChunk
(byte prefix) unknownAjpMessageType
(byte packetType) unknownMethod
(HttpString method) unknownScheme
(URI uri) unknownTransferEncoding
(String transferEncodingString) wrongMagicNumber
(String expected, String actual)
-
Field Details
-
MESSAGES
-
-
Method Details
-
connectionClosed
-
requestAlreadyWritten
-
failedToUpgradeChannel
-
illegalContentLength
@Message(id=1030, value="invalid content length %d") IllegalArgumentException illegalContentLength(long length) -
unknownScheme
-
unknownTransferEncoding
@Message(id=1032, value="Unknown transfer encoding %s") IOException unknownTransferEncoding(String transferEncodingString) -
invalidConnectionState
-
unknownAjpMessageType
@Message(id=1034, value="Unknown AJP packet type %s") IOException unknownAjpMessageType(byte packetType) -
unknownMethod
@Message(id=1035, value="Unknown method type for AJP request %s") IOException unknownMethod(HttpString method) -
dataStillRemainingInChunk
@Message(id=1036, value="Data still remaining in chunk %s") IOException dataStillRemainingInChunk(long remaining) -
wrongMagicNumber
@Message(id=1037, value="Wrong magic number, expected %s, actual %s") IOException wrongMagicNumber(String expected, String actual) -
receivedInvalidChunk
@Message(id=1038, value="Received invalid AJP chunk %s with response already complete") IOException receivedInvalidChunk(byte prefix)
-