@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2020-05-04T04:42:06-0300") 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 Locale getLoggingLocale()
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 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 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 invalidPayloadLengthForPing$str()
public final IllegalArgumentException invalidPayloadLengthForPing(long payloadLength)
invalidPayloadLengthForPing
in interface WebSocketMessages
protected String extensionsNotSupported$str()
public final UnsupportedOperationException extensionsNotSupported()
extensionsNotSupported
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 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 messageToBig$str()
public final String messageToBig(long maxMessageSize)
messageToBig
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 © 2020 JBoss by Red Hat. All rights reserved.