toggle menu
krossbow
common
switch theme
search in API
krossbow-stomp-core
/
org.hildan.krossbow.stomp
/
ConnectionTimeout
Connection
Timeout
class
ConnectionTimeout
(
val
url
:
String
,
timeout
:
Duration
)
:
ConnectionException
(
source
)
Exception thrown when the websocket connection + STOMP connection takes too much time.
Members
Constructors
Connection
Timeout
Link copied to clipboard
constructor
(
url
:
String
,
timeout
:
Duration
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
url
Link copied to clipboard
val
url
:
String