@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2017-09-05T05:41:25-0400") 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 WebSocketMessagesprotected String channelClosed$str()
public final IOException channelClosed()
channelClosed in interface WebSocketMessagesprotected String invalidTextFrameEncoding$str()
public final UnsupportedEncodingException invalidTextFrameEncoding()
invalidTextFrameEncoding in interface WebSocketMessagesprotected String notAllPayloadDataWritten$str()
public final IOException notAllPayloadDataWritten(long written, long payloadSize)
notAllPayloadDataWritten in interface WebSocketMessagesprotected String fragmentedControlFrame$str()
public final WebSocketFrameCorruptedException fragmentedControlFrame()
fragmentedControlFrame in interface WebSocketMessagesprotected String toBigControlFrame$str()
public final WebSocketFrameCorruptedException toBigControlFrame()
toBigControlFrame in interface WebSocketMessagesprotected String reservedOpCodeInControlFrame$str()
public final WebSocketFrameCorruptedException reservedOpCodeInControlFrame(int opCode)
reservedOpCodeInControlFrame in interface WebSocketMessagesprotected String controlFrameWithPayloadLen1$str()
public final WebSocketFrameCorruptedException controlFrameWithPayloadLen1()
controlFrameWithPayloadLen1 in interface WebSocketMessagesprotected String reservedOpCodeInDataFrame$str()
public final WebSocketFrameCorruptedException reservedOpCodeInDataFrame(int opCode)
reservedOpCodeInDataFrame in interface WebSocketMessagesprotected String continuationFrameOutsideFragmented$str()
public final WebSocketFrameCorruptedException continuationFrameOutsideFragmented()
continuationFrameOutsideFragmented in interface WebSocketMessagesprotected String nonContinuationFrameInsideFragmented$str()
public final WebSocketFrameCorruptedException nonContinuationFrameInsideFragmented()
nonContinuationFrameInsideFragmented in interface WebSocketMessagesprotected String invalidDataFrameLength$str()
public final WebSocketFrameCorruptedException invalidDataFrameLength()
invalidDataFrameLength in interface WebSocketMessagesprotected String unsupportedOpCode$str()
public final IllegalStateException unsupportedOpCode(int opCode)
unsupportedOpCode in interface WebSocketMessagesprotected String unsupportedFrameType$str()
public final IllegalArgumentException unsupportedFrameType(WebSocketFrameType type)
unsupportedFrameType in interface WebSocketMessagesprotected String extensionsNotAllowed$str()
public final WebSocketFrameCorruptedException extensionsNotAllowed(int rsv)
extensionsNotAllowed in interface WebSocketMessagesprotected String unsupportedProtocol$str()
public final WebSocketHandshakeException unsupportedProtocol(String requestedSubprotocols, Collection<String> subprotocols)
unsupportedProtocol in interface WebSocketMessagesprotected String noLengthEncodedInFrame$str()
public final WebSocketFrameCorruptedException noLengthEncodedInFrame()
noLengthEncodedInFrame in interface WebSocketMessagesprotected String payloadNotSupportedInCloseFrames$str()
public final IllegalArgumentException payloadNotSupportedInCloseFrames()
payloadNotSupportedInCloseFrames in interface WebSocketMessagesprotected String invalidPayloadLengthForPing$str()
public final IllegalArgumentException invalidPayloadLengthForPing(long payloadLength)
invalidPayloadLengthForPing in interface WebSocketMessagesprotected String noPayloadAllowedForCloseFrames$str()
public final IOException noPayloadAllowedForCloseFrames()
noPayloadAllowedForCloseFrames in interface WebSocketMessagesprotected String fragmentationNotSupported$str()
public final UnsupportedOperationException fragmentationNotSupported()
fragmentationNotSupported in interface WebSocketMessagesprotected String writeInProgress$str()
public final IllegalStateException writeInProgress()
writeInProgress in interface WebSocketMessagesprotected String extensionsNotSupported$str()
public final UnsupportedOperationException extensionsNotSupported()
extensionsNotSupported in interface WebSocketMessagesprotected String negativePayloadLength$str()
public final IllegalArgumentException negativePayloadLength()
negativePayloadLength in interface WebSocketMessagesprotected String closedBeforeAllBytesWereRead$str()
public final IOException closedBeforeAllBytesWereRead()
closedBeforeAllBytesWereRead in interface WebSocketMessagesprotected String invalidCloseFrameStatusCode$str()
public final WebSocketInvalidCloseCodeException invalidCloseFrameStatusCode(int statusCode)
invalidCloseFrameStatusCode in interface WebSocketMessagesprotected String streamIsBroken$str()
public final IOException streamIsBroken()
streamIsBroken in interface WebSocketMessagesprotected String lengthBiggerThenFileChannel$str()
public final IllegalArgumentException lengthBiggerThenFileChannel()
lengthBiggerThenFileChannel in interface WebSocketMessagesprotected String fragmentedSenderCompleteAlready$str()
public final IllegalArgumentException fragmentedSenderCompleteAlready()
fragmentedSenderCompleteAlready in interface WebSocketMessagesprotected String senderCallbacksEmpty$str()
public final IllegalArgumentException senderCallbacksEmpty()
senderCallbacksEmpty in interface WebSocketMessagesprotected String fragmentedSenderInUse$str()
public final IllegalStateException fragmentedSenderInUse()
fragmentedSenderInUse in interface WebSocketMessagesprotected String closeFrameSentBefore$str()
public final IOException closeFrameSentBefore()
closeFrameSentBefore in interface WebSocketMessagesprotected String blockingOperationInIoThread$str()
public final IllegalStateException blockingOperationInIoThread()
blockingOperationInIoThread in interface WebSocketMessagesprotected String frameNotMasked$str()
public final WebSocketFrameCorruptedException frameNotMasked()
frameNotMasked in interface WebSocketMessagesprotected String noWebSocketUpgradeHeader$str()
public final IOException noWebSocketUpgradeHeader()
noWebSocketUpgradeHeader in interface WebSocketMessagesprotected String noWebSocketConnectionHeader$str()
public final IOException noWebSocketConnectionHeader()
noWebSocketConnectionHeader in interface WebSocketMessagesprotected String webSocketAcceptKeyMismatch$str()
public final IOException webSocketAcceptKeyMismatch(String dKey, String acceptKey)
webSocketAcceptKeyMismatch in interface WebSocketMessagesprotected String incorrectFrameType$str()
public final IllegalArgumentException incorrectFrameType(WebSocketFrameType type)
incorrectFrameType in interface WebSocketMessagesprotected String dataHasBeenReleased$str()
public final IllegalStateException dataHasBeenReleased()
dataHasBeenReleased in interface WebSocketMessagesprotected String messageToBig$str()
public final String messageToBig(long maxMessageSize)
messageToBig in interface WebSocketMessagesprotected String messageOverflow$str()
public final IOException messageOverflow()
messageOverflow in interface WebSocketMessagesprotected String unsupportedExtension$str()
public final IOException unsupportedExtension(String part, List<WebSocketExtension> supportedExtensions)
unsupportedExtension in interface WebSocketMessagesprotected String badExtensionsConfiguredInClient$str()
public final IllegalStateException badExtensionsConfiguredInClient()
badExtensionsConfiguredInClient in interface WebSocketMessagesprotected String badCompressedPayload$str()
public final IOException badCompressedPayload(DataFormatException cause)
badCompressedPayload in interface WebSocketMessagesprotected String unableToSendOnNewChannel$str()
public final IllegalStateException unableToSendOnNewChannel()
unableToSendOnNewChannel in interface WebSocketMessagesCopyright © 2017 JBoss by Red Hat. All rights reserved.