Liking cljdoc? Tell your friends :D

puppetlabs.trapperkeeper.services.webrouting.webrouting-service


webrouting-serviceclj

Provides the ability to route handlers to different jetty9 webserver services

Provides the ability to route handlers to different jetty9 webserver services
sourceraw docstring

WebroutingServicecljprotocol

add-context-handlerclj

(add-context-handler this svc context-path)
(add-context-handler this svc context-path options)

add-servlet-handlerclj

(add-servlet-handler this svc servlet)
(add-servlet-handler this svc servlet options)

joinclj

(join this)
(join this server-id)

get-serverclj

(get-server this svc)
(get-server this svc route-id)

add-websocket-handlerclj

(add-websocket-handler this svc handlers)
(add-websocket-handler this svc handlers options)

add-ring-handlerclj

(add-ring-handler this svc handler)
(add-ring-handler this svc handler options)

add-war-handlerclj

(add-war-handler this svc war)
(add-war-handler this svc war options)

get-registered-endpointsclj

(get-registered-endpoints this)
(get-registered-endpoints this server-id)

add-proxy-routeclj

(add-proxy-route this svc target)
(add-proxy-route this svc target options)

log-registered-endpointsclj

(log-registered-endpoints this)
(log-registered-endpoints this server-id)

get-routeclj

(get-route this svc)
(get-route this svc route-id)

override-webserver-settings!clj

(override-webserver-settings! this overrides)
(override-webserver-settings! this server-id overrides)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close