Uses of Interface
com.pushtechnology.diffusion.api.config.HTTPServiceConfig
Packages that use HTTPServiceConfig
-
Uses of HTTPServiceConfig in com.pushtechnology.diffusion.api.config
Methods in com.pushtechnology.diffusion.api.config that return HTTPServiceConfigModifier and TypeMethodDescriptionWebServerConfig.addHTTPService
(String name, String className, String urlPattern) Add an HTTP Service.WebServerConfig.getHTTPService
(String name) Get named HTTP Service configuration.WebServerConfig.removeHTTPService
(String name) Remove a named HTTP Service.Methods in com.pushtechnology.diffusion.api.config that return types with arguments of type HTTPServiceConfigModifier and TypeMethodDescriptionWebServerConfig.getHTTPServices()
Get list of HTTP Service configurations.