ProtocolViolationException

class ProtocolViolationException(val violation: String) : Exception, CopyableThrowable<ProtocolViolationException>

Raised when peers send frames which violate the Websocket RFC

Constructors

Link copied to clipboard
constructor(violation: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val message: String
Link copied to clipboard

Functions

Link copied to clipboard