public abstract class EsperHttpServiceBase
extends java.lang.Object
Constructor and Description |
---|
EsperHttpServiceBase(java.lang.String serviceName,
Service serviceConfig) |
Modifier and Type | Method and Description |
---|---|
void |
add(GetHandler handler) |
abstract void |
destroy() |
java.util.List<GetHandler> |
getGetHandlers() |
Service |
getServiceConfig() |
java.lang.String |
getServiceName() |
protected org.apache.http.protocol.HttpRequestHandlerRegistry |
setupRegistry(com.espertech.esper.core.service.EPServiceProviderSPI engineSPI) |
abstract void |
start(com.espertech.esper.core.service.EPServiceProviderSPI engine) |
public EsperHttpServiceBase(java.lang.String serviceName, Service serviceConfig)
public abstract void start(com.espertech.esper.core.service.EPServiceProviderSPI engine) throws java.io.IOException
java.io.IOException
public abstract void destroy()
protected org.apache.http.protocol.HttpRequestHandlerRegistry setupRegistry(com.espertech.esper.core.service.EPServiceProviderSPI engineSPI)
public void add(GetHandler handler)
public java.lang.String getServiceName()
public Service getServiceConfig()
public java.util.List<GetHandler> getGetHandlers()