Package com.espertech.esperio.http.core
Class EsperHttpServiceBase
java.lang.Object
com.espertech.esperio.http.core.EsperHttpServiceBase
- Direct Known Subclasses:
EsperHttpServiceClassic
,EsperHttpServiceNIO
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(GetHandler handler) abstract void
destroy()
protected org.apache.http.protocol.HttpRequestHandlerRegistry
setupRegistry
(com.espertech.esper.runtime.internal.kernel.service.EPRuntimeSPI runtime) abstract void
start
(com.espertech.esper.runtime.internal.kernel.service.EPRuntimeSPI runtime)
-
Constructor Details
-
EsperHttpServiceBase
-
-
Method Details
-
start
public abstract void start(com.espertech.esper.runtime.internal.kernel.service.EPRuntimeSPI runtime) throws IOException - Throws:
IOException
-
destroy
public abstract void destroy() -
setupRegistry
protected org.apache.http.protocol.HttpRequestHandlerRegistry setupRegistry(com.espertech.esper.runtime.internal.kernel.service.EPRuntimeSPI runtime) -
add
-
getServiceName
-
getServiceConfig
-
getGetHandlers
-