Liking cljdoc? Tell your friends :D

immutant.wildfly

Utility functions only useful within a WildFly container.

Utility functions only useful within a [WildFly](http://wildfly.org/) container.
raw docstring

async-streaming-supported?clj

(async-streaming-supported?)

Returns true if the container supports async HTTP stream sends.

Returns true if the container supports async HTTP stream sends.
sourceraw docstring

base-uriclj

(base-uri)
(base-uri host)
(base-uri host protocol)

Returns the base URI for the deployment, given a host [localhost] and protocol [http]

Returns the base URI for the deployment, given a `host` [localhost] and `protocol` [http]
sourceraw docstring

context-pathclj

(context-path)

Returns the HTTP context path for the deployed app

Returns the HTTP context path for the deployed app
sourceraw docstring

get-from-service-registryclj

(get-from-service-registry k)

Looks up a service in the WildFly internal service registry.

Looks up a service in the WildFly internal service registry.
sourceraw docstring

http-portclj

Returns the HTTP port for the embedded web server

Returns the HTTP port for the embedded web server
sourceraw docstring

in-cluster?clj

(in-cluster?)

Returns true if running inside a cluster

Returns true if running inside a cluster
sourceraw docstring

in-eap?clj

(in-eap?)

Returns true if we're in an EAP container.

Returns true if we're in an EAP container.
sourceraw docstring

messaging-remoting-portclj

(messaging-remoting-port)

Returns the port that HornetQ is listening on for remote connections

Returns the port that HornetQ is listening on for remote connections
sourceraw docstring

portclj

(port socket-binding-name)

Returns the (possibly offset) port from the socket-binding in standalone.xml

Returns the (possibly offset) port from the socket-binding in standalone.xml
sourceraw docstring

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

× close