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