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