Liking cljdoc? Tell your friends :D

puppetlabs.trapperkeeper.services.webserver.jetty9-service


jetty9-serviceclj

Provides a Jetty 9 web server as a service

Provides a Jetty 9 web server as a service
sourceraw docstring

WebserverServicecljprotocol

add-context-handlerclj

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

add-servlet-handlerclj

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

joinclj

(join this)
(join this server-id)

add-websocket-handlerclj

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

add-ring-handlerclj

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

add-war-handlerclj

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

get-registered-endpointsclj

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

add-proxy-routeclj

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

log-registered-endpointsclj

(log-registered-endpoints this)
(log-registered-endpoints this server-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