toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-realtime-core
/
org.http4k.sse
/
PushAdaptingSse
Push
Adapting
Sse
abstract
class
PushAdaptingSse
(
val
connectRequest
:
Request
)
:
Sse
Members
Constructors
Push
Adapting
Sse
Link copied to clipboard
constructor
(
connectRequest
:
Request
)
Properties
connect
Request
Link copied to clipboard
open
override
val
connectRequest
:
Request
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
on
Close
Link copied to clipboard
open
override
fun
onClose
(
fn
:
(
)
->
Unit
)
:
PushAdaptingSse
send
Link copied to clipboard
abstract
fun
send
(
message
:
SseMessage
)
:
Sse
trigger
Close
Link copied to clipboard
fun
triggerClose
(
)
:
PushAdaptingSse