Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class Http4kJettyServerWebSocketEndpoint(consumer: WsConsumer, request: Request) : Session.Listener.AbstractAutoDemanding
Link copied to clipboard
Stock version of an Jetty 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 JettyEventStreamHandler(sse: SseHandler, heartBeatDuration: Duration = Duration.ofSeconds(15)) : Handler.Abstract.NonBlocking