public class QueryEngineServiceServer
extends java.lang.Object
implements java.lang.Runnable
A server for the (RESTful) query engine service.It is bind to the QueryEngineService
class.When start method is called,
a new server thread is created, which handles requests about the query engine service 's methods.
The URL attribute is used by a client to get access to this server.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
URL |
Constructor and Description |
---|
QueryEngineServiceServer() |