Provides the ability to route handlers to different jetty9 webserver services
Provides the ability to route handlers to different jetty9 webserver services
(add-context-handler this svc context-path)
(add-context-handler this svc context-path options)
(add-servlet-handler this svc servlet)
(add-servlet-handler this svc servlet options)
(join this)
(join this server-id)
(get-server this svc)
(get-server this svc route-id)
(add-websocket-handler this svc handlers)
(add-websocket-handler this svc handlers options)
(add-ring-handler this svc handler)
(add-ring-handler this svc handler options)
(add-war-handler this svc war)
(add-war-handler this svc war options)
(get-registered-endpoints this)
(get-registered-endpoints this server-id)
(add-proxy-route this svc target)
(add-proxy-route this svc target options)
(log-registered-endpoints this)
(log-registered-endpoints this server-id)
(get-route this svc)
(get-route this svc route-id)
(override-webserver-settings! this overrides)
(override-webserver-settings! this server-id overrides)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close