Uses of Class
com.espertech.esperio.socket.config.ConfigurationSocketAdapter
Packages that use 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
Constructors in com.espertech.esperio.socket with parameters of type ConfigurationSocketAdapterModifierConstructorDescriptionEsperIOSocketAdapter
(ConfigurationSocketAdapter config, String runtimeURI) Quickstart constructor. -
Uses of ConfigurationSocketAdapter in com.espertech.esperio.socket.config
Methods in com.espertech.esperio.socket.config that return ConfigurationSocketAdapterModifier 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.Methods in com.espertech.esperio.socket.config with parameters of type ConfigurationSocketAdapterModifier 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.