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,
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(File configFile)
Use the ConfigurationHTTPAdapter specified in the given application
file.
|
ConfigurationHTTPAdapter |
ConfigurationHTTPAdapter.configure(String resource)
Use the ConfigurationHTTPAdapter specified in the given application
resource.
|
ConfigurationHTTPAdapter |
ConfigurationHTTPAdapter.configure(URL url)
Use the ConfigurationHTTPAdapter specified by the given URL.
|
ConfigurationHTTPAdapter |
ConfigurationHTTPAdapter.configureFromString(String xml)
Use the ConfigurationHTTPAdapter specified by the given XML String.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
ConfigurationHTTPAdapterParser.doConfigure(ConfigurationHTTPAdapter configuration,
Document doc)
Parse the W3C DOM document.
|
protected static void |
ConfigurationHTTPAdapterParser.doConfigure(ConfigurationHTTPAdapter configuration,
InputStream stream,
String resourceName)
Use the configuration specified in the given input stream.
|