Uses of Class
com.espertech.esperio.http.config.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
ModifierConstructorDescriptionEsperIOHTTPAdapter
(ConfigurationHTTPAdapter config, String runtimeURI) Quickstart constructor. -
Uses of ConfigurationHTTPAdapter in com.espertech.esperio.http.config
Modifier 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.Modifier 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.