Uses of Class
com.espertech.esperio.socket.config.ConfigurationSocketAdapter
Package
Description
HTTP Adapter plug-in classes for use in Esper configuration and adapter API.
Socket Adapter configuration classes.
-
Uses of ConfigurationSocketAdapter in com.espertech.esperio.socket
ModifierConstructorDescriptionEsperIOSocketAdapter
(ConfigurationSocketAdapter config, String runtimeURI) Quickstart constructor. -
Uses of ConfigurationSocketAdapter in com.espertech.esperio.socket.config
Modifier and TypeMethodDescriptionConfigurationSocketAdapter.configure()
Use the configuration specified in an application resource namedesper.cfg.xml
.Use the ConfigurationSocketAdapter specified in the given application file.Use the ConfigurationSocketAdapter specified in the given application resource.Use the ConfigurationSocketAdapter specified by the given URL.ConfigurationSocketAdapter.configureFromString
(String xml) Use the ConfigurationSocketAdapter specified by the given XML String.Modifier and TypeMethodDescriptionprotected static void
ConfigurationSocketAdapterParser.doConfigure
(ConfigurationSocketAdapter configuration, InputStream stream, String resourceName) Use the configuration specified in the given input stream.protected static void
ConfigurationSocketAdapterParser.doConfigure
(ConfigurationSocketAdapter configuration, Document doc) Parse the W3C DOM document.