UndertowMessages, Serializable@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2018-03-31T07:20:41+0000") public class UndertowMessages_$bundle extends Object implements UndertowMessages, Serializable
| Modifier and Type | Field | Description |
|---|---|---|
static UndertowMessages_$bundle |
INSTANCE |
MESSAGES| Modifier | Constructor | Description |
|---|---|---|
protected |
UndertowMessages_$bundle() |
public static final UndertowMessages_$bundle INSTANCE
protected Object readResolve()
protected Locale getLoggingLocale()
protected String maximumConcurrentRequestsMustBeLargerThanZero$str()
public final IllegalArgumentException maximumConcurrentRequestsMustBeLargerThanZero()
maximumConcurrentRequestsMustBeLargerThanZero in interface UndertowMessagesprotected String responseAlreadyStarted$str()
public final IllegalStateException responseAlreadyStarted()
responseAlreadyStarted in interface UndertowMessagesprotected String responseChannelAlreadyProvided$str()
public final IllegalStateException responseChannelAlreadyProvided()
responseChannelAlreadyProvided in interface UndertowMessagesprotected String requestChannelAlreadyProvided$str()
public final IllegalStateException requestChannelAlreadyProvided()
requestChannelAlreadyProvided in interface UndertowMessagesprotected String handlerCannotBeNull$str()
public final IllegalArgumentException handlerCannotBeNull()
handlerCannotBeNull in interface UndertowMessagesprotected String pathMustBeSpecified$str()
public final IllegalArgumentException pathMustBeSpecified()
pathMustBeSpecified in interface UndertowMessagesprotected String sessionIsInvalid$str()
public final IllegalStateException sessionIsInvalid(String sessionId)
sessionIsInvalid in interface UndertowMessagesprotected String sessionManagerMustNotBeNull$str()
public final IllegalStateException sessionManagerMustNotBeNull()
sessionManagerMustNotBeNull in interface UndertowMessagesprotected String sessionManagerNotFound$str()
public final IllegalStateException sessionManagerNotFound()
sessionManagerNotFound in interface UndertowMessagesprotected String argumentCannotBeNull$str()
public final IllegalArgumentException argumentCannotBeNull(String argument)
argumentCannotBeNull in interface UndertowMessagesprotected String formValueIsAFile$str()
public final IllegalStateException formValueIsAFile()
formValueIsAFile in interface UndertowMessagesprotected String formValueIsAString$str()
public final IllegalStateException formValueIsAString()
formValueIsAString in interface UndertowMessagesprotected String requestEntityWasTooLarge$str()
public final RequestTooBigException requestEntityWasTooLarge(long size)
requestEntityWasTooLarge in interface UndertowMessagesprotected String sessionAlreadyInvalidated$str()
public final IllegalStateException sessionAlreadyInvalidated()
sessionAlreadyInvalidated in interface UndertowMessagesprotected String hashAlgorithmNotFound$str()
public final IllegalArgumentException hashAlgorithmNotFound(String algorithmName)
hashAlgorithmNotFound in interface UndertowMessagesprotected String invalidBase64Token$str()
public final IllegalArgumentException invalidBase64Token(IOException cause)
invalidBase64Token in interface UndertowMessagesprotected String invalidNonceReceived$str()
public final IllegalArgumentException invalidNonceReceived()
invalidNonceReceived in interface UndertowMessagesprotected String unexpectedTokenInHeader$str()
public final IllegalArgumentException unexpectedTokenInHeader(String name)
unexpectedTokenInHeader in interface UndertowMessagesprotected String invalidHeader$str()
public final IllegalArgumentException invalidHeader()
invalidHeader in interface UndertowMessagesprotected String couldNotFindSessionCookieConfig$str()
public final IllegalStateException couldNotFindSessionCookieConfig()
couldNotFindSessionCookieConfig in interface UndertowMessagesprotected String chunkedChannelClosedMidChunk$str()
public final IOException chunkedChannelClosedMidChunk()
chunkedChannelClosedMidChunk in interface UndertowMessagesprotected String userAuthenticated$str()
public final String userAuthenticated(String userName)
userAuthenticated in interface UndertowMessagesprotected String userLoggedOut$str()
public final String userLoggedOut(String userName)
userLoggedOut in interface UndertowMessagesprotected String streamIsClosed$str()
public final IOException streamIsClosed()
streamIsClosed in interface UndertowMessagesprotected String startBlockingHasNotBeenCalled$str()
public final IllegalStateException startBlockingHasNotBeenCalled()
startBlockingHasNotBeenCalled in interface UndertowMessagesprotected String connectionTerminatedReadingMultiPartData$str()
public final IOException connectionTerminatedReadingMultiPartData()
connectionTerminatedReadingMultiPartData in interface UndertowMessagesprotected String failedToParsePath$str()
public final RuntimeException failedToParsePath()
failedToParsePath in interface UndertowMessagesprotected String authenticationFailed$str()
public final String authenticationFailed(String userName)
authenticationFailed in interface UndertowMessagesprotected String tooManyQueryParameters$str()
public final BadRequestException tooManyQueryParameters(int noParams)
tooManyQueryParameters in interface UndertowMessagesprotected String tooManyHeaders$str()
public final String tooManyHeaders(int noParams)
tooManyHeaders in interface UndertowMessagesprotected String channelIsClosed$str()
public final ClosedChannelException channelIsClosed()
channelIsClosed in interface UndertowMessagesprotected String couldNotDecodeTrailers$str()
public final IOException couldNotDecodeTrailers()
couldNotDecodeTrailers in interface UndertowMessagesprotected String dataAlreadyQueued$str()
public final IllegalStateException dataAlreadyQueued()
dataAlreadyQueued in interface UndertowMessagesprotected String moreThanOnePredicateWithName$str()
public final IllegalStateException moreThanOnePredicateWithName(String name, Class<? extends PredicateBuilder> aClass, Class<? extends PredicateBuilder> existing)
moreThanOnePredicateWithName in interface UndertowMessagesprotected String errorParsingPredicateString$str()
public final IllegalArgumentException errorParsingPredicateString(String reason, String s)
errorParsingPredicateString in interface UndertowMessagesprotected String tooManyCookies$str()
public final IllegalStateException tooManyCookies(int maxCookies)
tooManyCookies in interface UndertowMessagesprotected String tooManyParameters$str()
public final ParameterLimitException tooManyParameters(int maxValues)
tooManyParameters in interface UndertowMessagesprotected String noRequestActive$str()
public final IllegalStateException noRequestActive()
noRequestActive in interface UndertowMessagesprotected String authMechanismOutcomeNull$str()
public final IllegalStateException authMechanismOutcomeNull()
authMechanismOutcomeNull in interface UndertowMessagesprotected String notAValidIpPattern$str()
public final IllegalArgumentException notAValidIpPattern(String peer)
notAValidIpPattern in interface UndertowMessagesprotected String noSessionData$str()
public final IllegalStateException noSessionData()
noSessionData in interface UndertowMessagesprotected String listenerAlreadyRegistered$str()
public final IllegalArgumentException listenerAlreadyRegistered(String name)
listenerAlreadyRegistered in interface UndertowMessagesprotected String maxFileSizeExceeded$str()
public final MultiPartParserDefinition.FileTooLargeException maxFileSizeExceeded(long maxIndividualFileSize)
maxFileSizeExceeded in interface UndertowMessagesprotected String couldNotSetAttribute$str()
public final String couldNotSetAttribute(String attributeName, String newValue)
couldNotSetAttribute in interface UndertowMessagesprotected String couldNotParseUriTemplate$str()
public final RuntimeException couldNotParseUriTemplate(String path, int i)
couldNotParseUriTemplate in interface UndertowMessagesprotected String mismatchedBraces$str()
public final RuntimeException mismatchedBraces(String valueString)
mismatchedBraces in interface UndertowMessagesprotected String moreThanOneHandlerWithName$str()
public final IllegalStateException moreThanOneHandlerWithName(String name, Class<? extends HandlerBuilder> aClass, Class<? extends HandlerBuilder> existing)
moreThanOneHandlerWithName in interface UndertowMessagesprotected String outOfBandResponseOnlyAllowedFor100Continue$str()
public final IllegalArgumentException outOfBandResponseOnlyAllowedFor100Continue()
outOfBandResponseOnlyAllowedFor100Continue in interface UndertowMessagesprotected String sslWasNull$str()
public final IOException sslWasNull()
sslWasNull in interface UndertowMessagesprotected String wrongMagicNumber$str()
public final IOException wrongMagicNumber(int number)
wrongMagicNumber in interface UndertowMessagesprotected String peerUnverified$str()
public final SSLPeerUnverifiedException peerUnverified()
peerUnverified in interface UndertowMessagesprotected String servletPathMatchFailed$str()
public final IllegalArgumentException servletPathMatchFailed()
servletPathMatchFailed in interface UndertowMessagesprotected String couldNotParseCookie$str()
public final IllegalArgumentException couldNotParseCookie(String headerValue)
couldNotParseCookie in interface UndertowMessagesprotected String canOnlyBeCalledByIoThread$str()
public final IllegalStateException canOnlyBeCalledByIoThread()
canOnlyBeCalledByIoThread in interface UndertowMessagesprotected String matcherAlreadyContainsTemplate$str()
public final IllegalStateException matcherAlreadyContainsTemplate(String templateString, String templateString1)
matcherAlreadyContainsTemplate in interface UndertowMessagesprotected String failedToDecodeURL$str()
public final IllegalArgumentException failedToDecodeURL(String s, String enc, Exception e)
failedToDecodeURL in interface UndertowMessagesprotected String resourceChangeListenerNotSupported$str()
public final IllegalArgumentException resourceChangeListenerNotSupported()
resourceChangeListenerNotSupported in interface UndertowMessagesprotected String objectWasFreed$str()
public final IllegalStateException objectWasFreed()
objectWasFreed in interface UndertowMessagesprotected String handlerNotShutdown$str()
public final IllegalStateException handlerNotShutdown()
handlerNotShutdown in interface UndertowMessagesprotected String upgradeNotSupported$str()
public final IllegalStateException upgradeNotSupported()
upgradeNotSupported in interface UndertowMessagesprotected String renegotiationNotSupported$str()
public final IOException renegotiationNotSupported()
renegotiationNotSupported in interface UndertowMessagesprotected String notAValidRegularExpressionPattern$str()
public final IllegalArgumentException notAValidRegularExpressionPattern(String pattern)
notAValidRegularExpressionPattern in interface UndertowMessagesprotected String badRequest$str()
public final BadRequestException badRequest()
badRequest in interface UndertowMessagesprotected String hostAlreadyRegistered$str()
public final RuntimeException hostAlreadyRegistered(Object host)
hostAlreadyRegistered in interface UndertowMessagesprotected String hostHasNotBeenRegistered$str()
public final RuntimeException hostHasNotBeenRegistered(Object host)
hostHasNotBeenRegistered in interface UndertowMessagesprotected String extraDataWrittenAfterChunkEnd$str()
public final IOException extraDataWrittenAfterChunkEnd()
extraDataWrittenAfterChunkEnd in interface UndertowMessagesprotected String couldNotGenerateUniqueSessionId$str()
public final RuntimeException couldNotGenerateUniqueSessionId()
couldNotGenerateUniqueSessionId in interface UndertowMessagesprotected String controlFrameCannotHaveBodyContent$str()
public final IOException controlFrameCannotHaveBodyContent()
controlFrameCannotHaveBodyContent in interface UndertowMessagesprotected String bufferAlreadyFreed$str()
public final IllegalStateException bufferAlreadyFreed()
bufferAlreadyFreed in interface UndertowMessagesprotected String awaitCalledFromIoThread$str()
public final IOException awaitCalledFromIoThread()
awaitCalledFromIoThread in interface UndertowMessagesprotected String recursiveCallToFlushingSenders$str()
public final RuntimeException recursiveCallToFlushingSenders()
recursiveCallToFlushingSenders in interface UndertowMessagesprotected String fixedLengthOverflow$str()
public final IllegalStateException fixedLengthOverflow()
fixedLengthOverflow in interface UndertowMessagesprotected String ajpRequestAlreadyInProgress$str()
public final IllegalStateException ajpRequestAlreadyInProgress()
ajpRequestAlreadyInProgress in interface UndertowMessagesprotected String httpPingDataMustBeLength8$str()
public final String httpPingDataMustBeLength8()
httpPingDataMustBeLength8 in interface UndertowMessagesprotected String invalidPingSize$str()
public final String invalidPingSize()
invalidPingSize in interface UndertowMessagesprotected String streamIdMustBeZeroForFrameType$str()
public final String streamIdMustBeZeroForFrameType(int frameType)
streamIdMustBeZeroForFrameType in interface UndertowMessagesprotected String streamIdMustNotBeZeroForFrameType$str()
public final String streamIdMustNotBeZeroForFrameType(int frameType)
streamIdMustNotBeZeroForFrameType in interface UndertowMessagesprotected String http2StreamWasReset$str()
public final IOException http2StreamWasReset()
http2StreamWasReset in interface UndertowMessagesprotected String incorrectHttp2Preface$str()
public final IOException incorrectHttp2Preface()
incorrectHttp2Preface in interface UndertowMessagesprotected String http2FrameTooLarge$str()
public final IOException http2FrameTooLarge()
http2FrameTooLarge in interface UndertowMessagesprotected String http2ContinuationFrameNotExpected$str()
public final IOException http2ContinuationFrameNotExpected()
http2ContinuationFrameNotExpected in interface UndertowMessagesprotected String huffmanEncodedHpackValueDidNotEndWithEOS$str()
public final HpackException huffmanEncodedHpackValueDidNotEndWithEOS()
huffmanEncodedHpackValueDidNotEndWithEOS in interface UndertowMessagesprotected String integerEncodedOverTooManyOctets$str()
public final HpackException integerEncodedOverTooManyOctets(int maxIntegerOctets)
integerEncodedOverTooManyOctets in interface UndertowMessagesprotected String zeroNotValidHeaderTableIndex$str()
public final HpackException zeroNotValidHeaderTableIndex()
zeroNotValidHeaderTableIndex in interface UndertowMessagesprotected String cannotSendContinueResponse$str()
public final IOException cannotSendContinueResponse()
cannotSendContinueResponse in interface UndertowMessagesprotected String parserDidNotMakeProgress$str()
public final IOException parserDidNotMakeProgress()
parserDidNotMakeProgress in interface UndertowMessagesprotected String headersStreamCanOnlyBeCreatedByClient$str()
public final IOException headersStreamCanOnlyBeCreatedByClient()
headersStreamCanOnlyBeCreatedByClient in interface UndertowMessagesprotected String pushPromiseCanOnlyBeCreatedByServer$str()
public final IOException pushPromiseCanOnlyBeCreatedByServer()
pushPromiseCanOnlyBeCreatedByServer in interface UndertowMessagesprotected String invalidAclRule$str()
public final IllegalArgumentException invalidAclRule(String rule)
invalidAclRule in interface UndertowMessagesprotected String serverReceivedPushPromise$str()
public final IOException serverReceivedPushPromise()
serverReceivedPushPromise in interface UndertowMessagesprotected String connectNotSupported$str()
public final IllegalStateException connectNotSupported()
connectNotSupported in interface UndertowMessagesprotected String notAConnectRequest$str()
public final IllegalStateException notAConnectRequest()
notAConnectRequest in interface UndertowMessagesprotected String cannotResetBuffer$str()
public final IllegalStateException cannotResetBuffer()
cannotResetBuffer in interface UndertowMessagesprotected String http2PriRequestFailed$str()
public final IOException http2PriRequestFailed()
http2PriRequestFailed in interface UndertowMessagesprotected String outOfBandResponseNotSupported$str()
public final IllegalStateException outOfBandResponseNotSupported()
outOfBandResponseNotSupported in interface UndertowMessagesprotected String tooManySessions$str()
public final IllegalStateException tooManySessions(int maxSessions)
tooManySessions in interface UndertowMessagesprotected String proxyConnectionFailed$str()
public final IOException proxyConnectionFailed(int responseCode)
proxyConnectionFailed in interface UndertowMessagesprotected String mcmpMessageRejectedDueToSuspiciousCharacters$str()
public final RuntimeException mcmpMessageRejectedDueToSuspiciousCharacters(String data)
mcmpMessageRejectedDueToSuspiciousCharacters in interface UndertowMessagesprotected String rengotiationTimedOut$str()
public final IllegalStateException rengotiationTimedOut()
rengotiationTimedOut in interface UndertowMessagesprotected String requestBodyAlreadyRead$str()
public final IllegalStateException requestBodyAlreadyRead()
requestBodyAlreadyRead in interface UndertowMessagesprotected String blockingIoFromIOThread$str()
public final IllegalStateException blockingIoFromIOThread()
blockingIoFromIOThread in interface UndertowMessagesprotected String responseComplete$str()
public final IllegalStateException responseComplete()
responseComplete in interface UndertowMessagesprotected String couldNotReadContentLengthData$str()
public final IOException couldNotReadContentLengthData()
couldNotReadContentLengthData in interface UndertowMessagesprotected String failedToSendAfterBeingSafe$str()
public final IllegalStateException failedToSendAfterBeingSafe()
failedToSendAfterBeingSafe in interface UndertowMessagesprotected String reasonPhraseToLargeForBuffer$str()
public final IllegalStateException reasonPhraseToLargeForBuffer(String phrase)
reasonPhraseToLargeForBuffer in interface UndertowMessagesprotected String poolIsClosed$str()
public final IllegalStateException poolIsClosed()
poolIsClosed in interface UndertowMessagesprotected String hpackFailed$str()
public final HpackException hpackFailed()
hpackFailed in interface UndertowMessagesprotected String notAnUpgradeRequest$str()
public final IllegalStateException notAnUpgradeRequest()
notAnUpgradeRequest in interface UndertowMessagesprotected String authenticationPropertyNotSet$str()
public final IllegalStateException authenticationPropertyNotSet(String name, String header)
authenticationPropertyNotSet in interface UndertowMessagesprotected String rengotiationFailed$str()
public final IllegalStateException rengotiationFailed()
rengotiationFailed in interface UndertowMessagesprotected String userAgentCharsetMustHaveEvenNumberOfItems$str()
public final IllegalArgumentException userAgentCharsetMustHaveEvenNumberOfItems(String supplied)
userAgentCharsetMustHaveEvenNumberOfItems in interface UndertowMessagesprotected String datasourceNotFound$str()
public final IllegalArgumentException datasourceNotFound(String ds)
datasourceNotFound in interface UndertowMessagesprotected String serverNotStarted$str()
public final IllegalStateException serverNotStarted()
serverNotStarted in interface UndertowMessagesprotected String exchangeAlreadyComplete$str()
public final IllegalStateException exchangeAlreadyComplete()
exchangeAlreadyComplete in interface UndertowMessagesprotected String notHandshakeRecord$str()
public final SSLHandshakeException notHandshakeRecord()
notHandshakeRecord in interface UndertowMessagesprotected String invalidHandshakeRecord$str()
public final SSLHandshakeException invalidHandshakeRecord()
invalidHandshakeRecord in interface UndertowMessagesprotected String multiRecordSSLHandshake$str()
public final SSLHandshakeException multiRecordSSLHandshake()
multiRecordSSLHandshake in interface UndertowMessagesprotected String expectedClientHello$str()
public final SSLHandshakeException expectedClientHello()
expectedClientHello in interface UndertowMessagesprotected String expectedServerHello$str()
public final SSLHandshakeException expectedServerHello()
expectedServerHello in interface UndertowMessagesprotected String tooManyRedirects$str()
public final IOException tooManyRedirects(IOException exception)
tooManyRedirects in interface UndertowMessagesprotected String resumedAndDispatched$str()
public final IllegalStateException resumedAndDispatched()
resumedAndDispatched in interface UndertowMessagesprotected String noHostInHttp11Request$str()
public final IOException noHostInHttp11Request()
noHostInHttp11Request in interface UndertowMessagesprotected String invalidHpackEncoding$str()
public final HpackException invalidHpackEncoding(byte b)
invalidHpackEncoding in interface UndertowMessagesprotected String newlineNotSupportedInHttpString$str()
public final IllegalArgumentException newlineNotSupportedInHttpString(String value)
newlineNotSupportedInHttpString in interface UndertowMessagesprotected String pseudoHeaderInWrongOrder$str()
public final String pseudoHeaderInWrongOrder(HttpString header)
pseudoHeaderInWrongOrder in interface UndertowMessagesprotected String expectedContinuationFrame$str()
public final String expectedContinuationFrame()
expectedContinuationFrame in interface UndertowMessagesprotected String incorrectFrameSize$str()
public final String incorrectFrameSize()
incorrectFrameSize in interface UndertowMessagesprotected String streamNotRegistered$str()
public final IllegalStateException streamNotRegistered()
streamNotRegistered in interface UndertowMessagesprotected String sendChallengeReturnedNull$str()
public final NullPointerException sendChallengeReturnedNull(AuthenticationMechanism mechanism)
sendChallengeReturnedNull in interface UndertowMessagesprotected String bodyIsSetAndNotReadyForFlush$str()
public final IllegalStateException bodyIsSetAndNotReadyForFlush()
bodyIsSetAndNotReadyForFlush in interface UndertowMessagesprotected String invalidGzipHeader$str()
public final IOException invalidGzipHeader()
invalidGzipHeader in interface UndertowMessagesprotected String invalidGZIPFooter$str()
public final IOException invalidGZIPFooter()
invalidGZIPFooter in interface UndertowMessagesprotected String responseTooLargeToBuffer$str()
public final IllegalStateException responseTooLargeToBuffer(Long length)
responseTooLargeToBuffer in interface UndertowMessagesprotected String headerBlockTooLarge$str()
public final String headerBlockTooLarge()
headerBlockTooLarge in interface UndertowMessagesprotected String invalidSameSiteMode$str()
public final IllegalArgumentException invalidSameSiteMode(String mode)
invalidSameSiteMode in interface UndertowMessagesprotected String invalidToken$str()
public final IllegalArgumentException invalidToken(byte c)
invalidToken in interface UndertowMessagesprotected String invalidHeaders$str()
public final IllegalArgumentException invalidHeaders()
invalidHeaders in interface UndertowMessagesprotected String invalidCharacterInRequestTarget$str()
public final String invalidCharacterInRequestTarget(char next)
invalidCharacterInRequestTarget in interface UndertowMessagesprotected String moreThanOneHostHeader$str()
public final IOException moreThanOneHostHeader()
moreThanOneHostHeader in interface UndertowMessagesprotected String invalidCookieValue$str()
public final IllegalArgumentException invalidCookieValue(String value)
invalidCookieValue in interface UndertowMessagesprotected String invalidCookieDomain$str()
public final IllegalArgumentException invalidCookieDomain(String value)
invalidCookieDomain in interface UndertowMessagesprotected String invalidCookiePath$str()
public final IllegalArgumentException invalidCookiePath(String value)
invalidCookiePath in interface UndertowMessagesprotected String invalidControlCharacter$str()
public final IllegalArgumentException invalidControlCharacter(String value)
invalidControlCharacter in interface UndertowMessagesprotected String invalidEscapeCharacter$str()
public final IllegalArgumentException invalidEscapeCharacter()
invalidEscapeCharacter in interface UndertowMessagesprotected String invalidHpackIndex$str()
public final HpackException invalidHpackIndex(int index)
invalidHpackIndex in interface UndertowMessagesprotected String bufferPoolTooSmall$str()
public final IllegalArgumentException bufferPoolTooSmall(int minSize)
bufferPoolTooSmall in interface UndertowMessagesprotected String invalidProxyHeader$str()
public final IOException invalidProxyHeader()
invalidProxyHeader in interface UndertowMessagesprotected String headerSizeToLarge$str()
public final IOException headerSizeToLarge()
headerSizeToLarge in interface UndertowMessagesprotected String http2TrailerToLargeForSingleBuffer$str()
public final RuntimeException http2TrailerToLargeForSingleBuffer()
http2TrailerToLargeForSingleBuffer in interface UndertowMessagesprotected String streamLimitExceeded$str()
public final IOException streamLimitExceeded()
streamLimitExceeded in interface UndertowMessagesprotected String invalidIpAddress$str()
public final IOException invalidIpAddress(String addressString)
invalidIpAddress in interface UndertowMessagesCopyright © 2018. All rights reserved.