Package | Description |
---|---|
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.
|
Constructor and Description |
---|
EsperIOSocketAdapter(ConfigurationSocketAdapter config,
java.lang.String engineURI)
Quickstart constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|