toggle menu
http4k
LOCAL
jvm
switch theme
search in API
http4k-realtime-core
/
org.http4k.websocket
/
WsStatus
Ws
Status
data
class
WsStatus
(
val
code
:
Int
,
val
description
:
String
)
Members
Constructors
Ws
Status
Link copied to clipboard
constructor
(
code
:
Int
,
description
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
code
Link copied to clipboard
val
code
:
Int
description
Link copied to clipboard
val
description
:
String
Functions
description
Link copied to clipboard
fun
description
(
description
:
String
)
:
WsStatus
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String