toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-realtime-core
/
org.http4k.sse
Package-level
declarations
Types
Functions
Properties
Types
Push
Adapting
Sse
Link copied to clipboard
abstract
class
PushAdaptingSse
(
val
connectRequest
:
Request
)
:
Sse
Sse
Link copied to clipboard
interface
Sse
:
AutoCloseable
Sse
Client
Link copied to clipboard
interface
SseClient
:
AutoCloseable
Sse
Consumer
Link copied to clipboard
typealias
SseConsumer
=
(
Sse
)
->
Unit
Sse
Event
Id
Link copied to clipboard
@
JvmInline
value
class
SseEventId
(
val
value
:
String
)
Sse
Filter
Link copied to clipboard
fun
interface
SseFilter
:
Function1
<
SseHandler
,
SseHandler
>
Sse
Handler
Link copied to clipboard
typealias
SseHandler
=
(
Request
)
->
SseResponse
Sse
Message
Link copied to clipboard
sealed
interface
SseMessage
Sse
Response
Link copied to clipboard
interface
SseResponse
:
Function1
<
Sse
,
Unit
>
Properties
No
Op
Link copied to clipboard
val
SseFilter.Companion
.
NoOp
:
SseFilter
Functions
Sse
Filter
Link copied to clipboard
fun
SseFilter
(
security
:
Security
)
:
SseFilter
then
Link copied to clipboard
fun
SseFilter
.
then
(
next
:
SseHandler
)
:
SseHandler
fun
SseFilter
.
then
(
routingSseHandler
:
RoutingSseHandler
)
:
RoutingSseHandler
fun
SseFilter
.
then
(
next
:
SseFilter
)
:
SseFilter