Uses of Class
com.espertech.esperio.socket.config.ConfigurationSocketAdapter

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

Uses of ConfigurationSocketAdapter in com.espertech.esperio.socket
 

Constructors in com.espertech.esperio.socket with parameters of type ConfigurationSocketAdapter
EsperIOSocketAdapter(ConfigurationSocketAdapter config, java.lang.String engineURI)
          Quickstart constructor.
 

Uses of ConfigurationSocketAdapter in com.espertech.esperio.socket.config
 

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

Methods in com.espertech.esperio.socket.config with parameters of type ConfigurationSocketAdapter
protected static void ConfigurationSocketAdapterParser.doConfigure(ConfigurationSocketAdapter configuration, org.w3c.dom.Document doc)
          Parse the W3C DOM document.
protected static void ConfigurationSocketAdapterParser.doConfigure(ConfigurationSocketAdapter 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