Uses of Class
com.espertech.esperio.http.config.ConfigurationHTTPAdapter
Packages that use ConfigurationHTTPAdapter
Package
Description
Socket Adapter plug-in classes for use in Esper configuration and adapter API.
HTTP adapter configuration classes.
-
Uses of ConfigurationHTTPAdapter in com.espertech.esperio.http
Constructors in com.espertech.esperio.http with parameters of type ConfigurationHTTPAdapterModifierConstructorDescriptionEsperIOHTTPAdapter
(ConfigurationHTTPAdapter config, String runtimeURI) Quickstart constructor. -
Uses of ConfigurationHTTPAdapter in com.espertech.esperio.http.config
Methods in com.espertech.esperio.http.config that return ConfigurationHTTPAdapterModifier and TypeMethodDescriptionConfigurationHTTPAdapter.configure()
Use the configuration specified in an application resource namedesper.cfg.xml
.Use the ConfigurationHTTPAdapter specified in the given application file.Use the ConfigurationHTTPAdapter specified in the given application resource.Use the ConfigurationHTTPAdapter specified by the given URL.ConfigurationHTTPAdapter.configureFromString
(String xml) Use the ConfigurationHTTPAdapter specified by the given XML String.Methods in com.espertech.esperio.http.config with parameters of type ConfigurationHTTPAdapterModifier and TypeMethodDescriptionprotected static void
ConfigurationHTTPAdapterParser.doConfigure
(ConfigurationHTTPAdapter configuration, InputStream stream, String resourceName) Use the configuration specified in the given input stream.protected static void
ConfigurationHTTPAdapterParser.doConfigure
(ConfigurationHTTPAdapter configuration, Document doc) Parse the W3C DOM document.