http4k-realtime-core
Toggle table of contents
6.20.0.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-realtime-core
http4k-realtime-core
/
org.http4k.testing
/
ClosedWebsocket
Closed
Websocket
data
class
ClosedWebsocket
(
val
status
:
WsStatus
=
NORMAL
)
:
RuntimeException
(
source
)
Members
Constructors
Closed
Websocket
Link copied to clipboard
constructor
(
status
:
WsStatus
=
NORMAL
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
localized
Message
Link copied to clipboard
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
open
val
message
:
String
?
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
status
Link copied to clipboard
val
status
:
WsStatus
suppressed
Link copied to clipboard
val
suppressed
:
Array
<
out
Throwable
?
>
?