Uses of Class
com.espertech.esperio.http.config.ConfigurationHTTPAdapter

Packages that use ConfigurationHTTPAdapter
com.espertech.esperio.http Socket Adapter plug-in classes for use in Esper configuration and adapter API. 
com.espertech.esperio.http.config HTTP adapter configuration classes. 
 

Uses of ConfigurationHTTPAdapter in com.espertech.esperio.http
 

Constructors in com.espertech.esperio.http with parameters of type ConfigurationHTTPAdapter
EsperIOHTTPAdapter(ConfigurationHTTPAdapter config, java.lang.String engineURI)
          Quickstart constructor.
 

Uses of ConfigurationHTTPAdapter in com.espertech.esperio.http.config
 

Methods in com.espertech.esperio.http.config that return ConfigurationHTTPAdapter
 ConfigurationHTTPAdapter ConfigurationHTTPAdapter.configure()
          Use the configuration specified in an application resource named esper.cfg.xml.
 ConfigurationHTTPAdapter ConfigurationHTTPAdapter.configure(java.io.File configFile)
          Use the ConfigurationHTTPAdapter specified in the given application file.
 ConfigurationHTTPAdapter ConfigurationHTTPAdapter.configure(java.lang.String resource)
          Use the ConfigurationHTTPAdapter specified in the given application resource.
 ConfigurationHTTPAdapter ConfigurationHTTPAdapter.configure(java.net.URL url)
          Use the ConfigurationHTTPAdapter specified by the given URL.
 ConfigurationHTTPAdapter ConfigurationHTTPAdapter.configureFromString(java.lang.String xml)
          Use the ConfigurationHTTPAdapter specified by the given XML String.
 

Methods in com.espertech.esperio.http.config with parameters of type ConfigurationHTTPAdapter
protected static void ConfigurationHTTPAdapterParser.doConfigure(ConfigurationHTTPAdapter configuration, org.w3c.dom.Document doc)
          Parse the W3C DOM document.
protected static void ConfigurationHTTPAdapterParser.doConfigure(ConfigurationHTTPAdapter configuration, java.io.InputStream stream, java.lang.String resourceName)
          Use the configuration specified in the given input stream.
 


© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com