Simple utility input stream class that provides a method for reading
a line of characters, where a "line" is leniently defined as anything
ending in '\n' or '\r\n'.
getState() -
Method in class org.apache.felix.httplite.server.Server
This method returns the current state of the web server, which is one
of the following values:
HttpServer.INACTIVE_STATE - the web server is currently
not active.
This method returns the current state of the thread pool, which is one
of the following values:
ThreadPool.INACTIVE_STATE - the thread pool is currently
not active.
HttpServiceFactory creates a separate HttpService instance for every requester, so that
the requester (client) bundle has access to it's own class loader for getting resources.