public final class CorruptedWebSocketFrameException extends CorruptedFrameException
DecoderException which is thrown when the received WebSocketFrame data could not be decoded by
an inbound handler.| Constructor and Description |
|---|
CorruptedWebSocketFrameException()
Creates a new instance.
|
CorruptedWebSocketFrameException(WebSocketCloseStatus status,
java.lang.String message)
Creates a new instance.
|
CorruptedWebSocketFrameException(WebSocketCloseStatus status,
java.lang.String message,
java.lang.Throwable cause)
Creates a new instance.
|
CorruptedWebSocketFrameException(WebSocketCloseStatus status,
java.lang.Throwable cause)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
WebSocketCloseStatus |
closeStatus() |
public CorruptedWebSocketFrameException()
public CorruptedWebSocketFrameException(WebSocketCloseStatus status, java.lang.String message, java.lang.Throwable cause)
public CorruptedWebSocketFrameException(WebSocketCloseStatus status, java.lang.String message)
public CorruptedWebSocketFrameException(WebSocketCloseStatus status, java.lang.Throwable cause)
public WebSocketCloseStatus closeStatus()
Copyright © 2008–2020 The Netty Project. All rights reserved.