This component discovers bundles through HTTP by using a
URLConnection .
It looks in the
ConfigService for config entries of type
"-HTTP_REG" and scheme "http", or "-HTTPS_REG" and "https",
e.g.
X={-HTTP_REG=http://test.com:8800}
and then polls the HTTP server on that host:port for a page
that lists
Bundle s encoded as text. |