Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Stock version of an Jetty11 Server. Not that if you want to configure your own server instance you can duplicate this code and modify it as required. We are purposefully trying to limit options here to keep the API simple for the 99% of use-cases.
Link copied to clipboard
class Jetty11EventStreamEmitter(connectRequest: Request, output: OutputStream, heartBeatDuration: Duration, scheduler: Scheduler, onClose: (Jetty11EventStreamEmitter) -> Unit) : PushAdaptingSse, Runnable, LifeCycle.Listener
Link copied to clipboard
class Jetty11EventStreamHandler(sse: SseHandler, heartBeatDuration: Duration = Duration.ofSeconds(15)) : HandlerWrapper