Uses of Class
com.espertech.esperio.http.config.Service
Packages that use Service
Package
Description
HTTP adapter configuration classes.
Socket Adapter core classes.
-
Uses of Service in com.espertech.esperio.http.config
Methods in com.espertech.esperio.http.config that return types with arguments of type ServiceMethod parameters in com.espertech.esperio.http.config with type arguments of type ServiceModifier and TypeMethodDescriptionvoid
ConfigurationHTTPAdapter.setServices
(Map<String, Service> services) -
Uses of Service in com.espertech.esperio.http.core
Methods in com.espertech.esperio.http.core that return ServiceConstructors in com.espertech.esperio.http.core with parameters of type ServiceModifierConstructorDescriptionEsperHttpServiceBase
(String serviceName, Service serviceConfig) EsperHttpServiceClassic
(String serviceName, Service value) EsperHttpServiceNIO
(String serviceName, Service value)