@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2024-11-05T23:51:48+0800") public class WebSocketMessages_$bundle extends Object implements WebSocketMessages, Serializable
Modifier and Type | Field and Description |
---|---|
static WebSocketMessages_$bundle |
INSTANCE |
MESSAGES
Modifier | Constructor and Description |
---|---|
protected |
WebSocketMessages_$bundle() |
public static final WebSocketMessages_$bundle INSTANCE
protected Object readResolve()
protected String missingHeader$str()
public final WebSocketHandshakeException missingHeader(String header)
missingHeader
in interface WebSocketMessages
protected String channelClosed$str()
public final IOException channelClosed()
channelClosed
in interface WebSocketMessages
protected String invalidTextFrameEncoding$str()
public final UnsupportedEncodingException invalidTextFrameEncoding()
invalidTextFrameEncoding
in interface WebSocketMessages
protected String notAllPayloadDataWritten$str()
public final IOException notAllPayloadDataWritten(long written, long payloadSize)
notAllPayloadDataWritten
in interface WebSocketMessages
protected String fragmentedControlFrame$str()
public final WebSocketFrameCorruptedException fragmentedControlFrame()
fragmentedControlFrame
in interface WebSocketMessages
protected String toBigControlFrame$str()
public final WebSocketFrameCorruptedException toBigControlFrame()
toBigControlFrame
in interface WebSocketMessages
protected String reservedOpCodeInControlFrame$str()
public final WebSocketFrameCorruptedException reservedOpCodeInControlFrame(int opCode)
reservedOpCodeInControlFrame
in interface WebSocketMessages
protected String controlFrameWithPayloadLen1$str()
public final WebSocketFrameCorruptedException controlFrameWithPayloadLen1()
controlFrameWithPayloadLen1
in interface WebSocketMessages
protected String reservedOpCodeInDataFrame$str()
public final WebSocketFrameCorruptedException reservedOpCodeInDataFrame(int opCode)
reservedOpCodeInDataFrame
in interface WebSocketMessages
protected String continuationFrameOutsideFragmented$str()
public final WebSocketFrameCorruptedException continuationFrameOutsideFragmented()
continuationFrameOutsideFragmented
in interface WebSocketMessages
protected String nonContinuationFrameInsideFragmented$str()
public final WebSocketFrameCorruptedException nonContinuationFrameInsideFragmented()
nonContinuationFrameInsideFragmented
in interface WebSocketMessages
protected String invalidDataFrameLength$str()
public final WebSocketFrameCorruptedException invalidDataFrameLength()
invalidDataFrameLength
in interface WebSocketMessages
protected String unsupportedOpCode$str()
public final IllegalStateException unsupportedOpCode(int opCode)
unsupportedOpCode
in interface WebSocketMessages
protected String unsupportedFrameType$str()
public final IllegalArgumentException unsupportedFrameType(WebSocketFrameType type)
unsupportedFrameType
in interface WebSocketMessages
protected String extensionsNotAllowed$str()
public final WebSocketFrameCorruptedException extensionsNotAllowed(int rsv)
extensionsNotAllowed
in interface WebSocketMessages
protected String unsupportedProtocol$str()
public final WebSocketHandshakeException unsupportedProtocol(String requestedSubprotocols, Collection<String> subprotocols)
unsupportedProtocol
in interface WebSocketMessages
protected String noLengthEncodedInFrame$str()
public final WebSocketFrameCorruptedException noLengthEncodedInFrame()
noLengthEncodedInFrame
in interface WebSocketMessages
protected String payloadNotSupportedInCloseFrames$str()
public final IllegalArgumentException payloadNotSupportedInCloseFrames()
payloadNotSupportedInCloseFrames
in interface WebSocketMessages
protected String invalidPayloadLengthForPing$str()
public final IllegalArgumentException invalidPayloadLengthForPing(long payloadLength)
invalidPayloadLengthForPing
in interface WebSocketMessages
protected String noPayloadAllowedForCloseFrames$str()
public final IOException noPayloadAllowedForCloseFrames()
noPayloadAllowedForCloseFrames
in interface WebSocketMessages
protected String fragmentationNotSupported$str()
public final UnsupportedOperationException fragmentationNotSupported()
fragmentationNotSupported
in interface WebSocketMessages
protected String writeInProgress$str()
public final IllegalStateException writeInProgress()
writeInProgress
in interface WebSocketMessages
protected String extensionsNotSupported$str()
public final UnsupportedOperationException extensionsNotSupported()
extensionsNotSupported
in interface WebSocketMessages
protected String negativePayloadLength$str()
public final IllegalArgumentException negativePayloadLength()
negativePayloadLength
in interface WebSocketMessages
protected String closedBeforeAllBytesWereRead$str()
public final IOException closedBeforeAllBytesWereRead()
closedBeforeAllBytesWereRead
in interface WebSocketMessages
protected String invalidCloseFrameStatusCode$str()
public final WebSocketInvalidCloseCodeException invalidCloseFrameStatusCode(int statusCode)
invalidCloseFrameStatusCode
in interface WebSocketMessages
protected String streamIsBroken$str()
public final IOException streamIsBroken()
streamIsBroken
in interface WebSocketMessages
protected String lengthBiggerThenFileChannel$str()
public final IllegalArgumentException lengthBiggerThenFileChannel()
lengthBiggerThenFileChannel
in interface WebSocketMessages
protected String fragmentedSenderCompleteAlready$str()
public final IllegalArgumentException fragmentedSenderCompleteAlready()
fragmentedSenderCompleteAlready
in interface WebSocketMessages
protected String senderCallbacksEmpty$str()
public final IllegalArgumentException senderCallbacksEmpty()
senderCallbacksEmpty
in interface WebSocketMessages
protected String fragmentedSenderInUse$str()
public final IllegalStateException fragmentedSenderInUse()
fragmentedSenderInUse
in interface WebSocketMessages
protected String closeFrameSentBefore$str()
public final IOException closeFrameSentBefore()
closeFrameSentBefore
in interface WebSocketMessages
protected String blockingOperationInIoThread$str()
public final IllegalStateException blockingOperationInIoThread()
blockingOperationInIoThread
in interface WebSocketMessages
protected String frameNotMasked$str()
public final WebSocketFrameCorruptedException frameNotMasked()
frameNotMasked
in interface WebSocketMessages
protected String noWebSocketUpgradeHeader$str()
public final IOException noWebSocketUpgradeHeader()
noWebSocketUpgradeHeader
in interface WebSocketMessages
protected String noWebSocketConnectionHeader$str()
public final IOException noWebSocketConnectionHeader()
noWebSocketConnectionHeader
in interface WebSocketMessages
protected String webSocketAcceptKeyMismatch$str()
public final IOException webSocketAcceptKeyMismatch(String dKey, String acceptKey)
webSocketAcceptKeyMismatch
in interface WebSocketMessages
protected String incorrectFrameType$str()
public final IllegalArgumentException incorrectFrameType(WebSocketFrameType type)
incorrectFrameType
in interface WebSocketMessages
protected String dataHasBeenReleased$str()
public final IllegalStateException dataHasBeenReleased()
dataHasBeenReleased
in interface WebSocketMessages
protected String messageToBig$str()
public final String messageToBig(long maxMessageSize)
messageToBig
in interface WebSocketMessages
protected String messageOverflow$str()
public final IOException messageOverflow()
messageOverflow
in interface WebSocketMessages
protected String unsupportedExtension$str()
public final IOException unsupportedExtension(String part, List<WebSocketExtension> supportedExtensions)
unsupportedExtension
in interface WebSocketMessages
protected String badExtensionsConfiguredInClient$str()
public final IllegalStateException badExtensionsConfiguredInClient()
badExtensionsConfiguredInClient
in interface WebSocketMessages
protected String badCompressedPayload$str()
public final IOException badCompressedPayload(DataFormatException cause)
badCompressedPayload
in interface WebSocketMessages
protected String unableToSendOnNewChannel$str()
public final IllegalStateException unableToSendOnNewChannel()
unableToSendOnNewChannel
in interface WebSocketMessages
Copyright © 2024 JBoss by Red Hat. All rights reserved.