taoensso.sente.server-adapters.community.jetty
get-sch-adapter
clj
(get-sch-adapter)
(get-sch-adapter {:as opts, :keys [ajax-resp-timeout-ms], :or {ajax-resp-timeout-ms (* 60 1000)}})
Returns a Sente `ServerChan` adapter for `ring-jetty-adapter` [1]. Supports Jetty 11, 12. Options: `:ajax-resp-timeout-ms` - Max msecs to wait for Ajax responses (default 60 secs), exception thrown on timeout. [1] Ref. <https://github.com/ring-clojure/ring/tree/master/ring-jetty-adapter>.
ISenteJettyAjaxChannel
protocol
clj
members
ajax-read!
(ajax-read! sch)