Package io.undertow.websockets.core
Class WebSocketMessages_$bundle
java.lang.Object
io.undertow.websockets.core.WebSocketMessages_$bundle
- All Implemented Interfaces:
WebSocketMessages
,Serializable
Warning this class consists of generated code.
- See Also:
-
Field Summary
FieldsFields inherited from interface io.undertow.websockets.core.WebSocketMessages
MESSAGES
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal IOException
protected String
final IOException
protected String
protected String
protected String
extensionsNotAllowed
(int rsv) protected String
protected String
protected String
protected String
protected Locale
invalidCloseFrameStatusCode
(int statusCode) protected String
final IllegalArgumentException
invalidPayloadLengthForPing
(long payloadLength) protected String
protected String
final String
protected String
final String
messageToBig
(long maxMessageSize) protected String
protected String
final IOException
protected String
final IOException
protected String
protected Object
reservedOpCodeInControlFrame
(int opCode) protected String
reservedOpCodeInDataFrame
(int opCode) protected String
final IOException
protected String
protected String
final IllegalStateException
protected String
final IllegalArgumentException
protected String
final IllegalStateException
unsupportedOpCode
(int opCode) protected String
unsupportedProtocol
(String requestedSubprotocols, Collection<String> subprotocols) protected String
final IOException
webSocketAcceptKeyMismatch
(String dKey, String acceptKey) protected String
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
WebSocketMessages_$bundle
protected WebSocketMessages_$bundle()
-
-
Method Details
-
readResolve
-
getLoggingLocale
-
channelClosed$str
-
channelClosed
- Specified by:
channelClosed
in interfaceWebSocketMessages
-
invalidTextFrameEncoding$str
-
invalidTextFrameEncoding
- Specified by:
invalidTextFrameEncoding
in interfaceWebSocketMessages
-
fragmentedControlFrame$str
-
fragmentedControlFrame
- Specified by:
fragmentedControlFrame
in interfaceWebSocketMessages
-
toBigControlFrame$str
-
toBigControlFrame
- Specified by:
toBigControlFrame
in interfaceWebSocketMessages
-
reservedOpCodeInControlFrame$str
-
reservedOpCodeInControlFrame
- Specified by:
reservedOpCodeInControlFrame
in interfaceWebSocketMessages
-
controlFrameWithPayloadLen1$str
-
controlFrameWithPayloadLen1
- Specified by:
controlFrameWithPayloadLen1
in interfaceWebSocketMessages
-
reservedOpCodeInDataFrame$str
-
reservedOpCodeInDataFrame
- Specified by:
reservedOpCodeInDataFrame
in interfaceWebSocketMessages
-
continuationFrameOutsideFragmented$str
-
continuationFrameOutsideFragmented
- Specified by:
continuationFrameOutsideFragmented
in interfaceWebSocketMessages
-
nonContinuationFrameInsideFragmented$str
-
nonContinuationFrameInsideFragmented
- Specified by:
nonContinuationFrameInsideFragmented
in interfaceWebSocketMessages
-
unsupportedOpCode$str
-
unsupportedOpCode
- Specified by:
unsupportedOpCode
in interfaceWebSocketMessages
-
unsupportedFrameType$str
-
unsupportedFrameType
- Specified by:
unsupportedFrameType
in interfaceWebSocketMessages
-
extensionsNotAllowed$str
-
extensionsNotAllowed
- Specified by:
extensionsNotAllowed
in interfaceWebSocketMessages
-
unsupportedProtocol$str
-
unsupportedProtocol
public final WebSocketHandshakeException unsupportedProtocol(String requestedSubprotocols, Collection<String> subprotocols) - Specified by:
unsupportedProtocol
in interfaceWebSocketMessages
-
invalidPayloadLengthForPing$str
-
invalidPayloadLengthForPing
- Specified by:
invalidPayloadLengthForPing
in interfaceWebSocketMessages
-
extensionsNotSupported$str
-
extensionsNotSupported
- Specified by:
extensionsNotSupported
in interfaceWebSocketMessages
-
invalidCloseFrameStatusCode$str
-
invalidCloseFrameStatusCode
- Specified by:
invalidCloseFrameStatusCode
in interfaceWebSocketMessages
-
streamIsBroken$str
-
streamIsBroken
- Specified by:
streamIsBroken
in interfaceWebSocketMessages
-
frameNotMasked$str
-
frameNotMasked
- Specified by:
frameNotMasked
in interfaceWebSocketMessages
-
noWebSocketUpgradeHeader$str
-
noWebSocketUpgradeHeader
- Specified by:
noWebSocketUpgradeHeader
in interfaceWebSocketMessages
-
noWebSocketConnectionHeader$str
-
noWebSocketConnectionHeader
- Specified by:
noWebSocketConnectionHeader
in interfaceWebSocketMessages
-
webSocketAcceptKeyMismatch$str
-
webSocketAcceptKeyMismatch
- Specified by:
webSocketAcceptKeyMismatch
in interfaceWebSocketMessages
-
messageToBig$str
-
messageToBig
- Specified by:
messageToBig
in interfaceWebSocketMessages
-
badCompressedPayload$str
-
badCompressedPayload
- Specified by:
badCompressedPayload
in interfaceWebSocketMessages
-
unableToSendOnNewChannel$str
-
unableToSendOnNewChannel
- Specified by:
unableToSendOnNewChannel
in interfaceWebSocketMessages
-
messageCloseWebSocket$str
-
messageCloseWebSocket
- Specified by:
messageCloseWebSocket
in interfaceWebSocketMessages
-