FactoryBean that creates a simple
HTTP server, based on the HTTP server that is included in Sun's JRE 1.6.
Starts the HTTP server on initialization and stops it on destruction.
Exposes the resulting HttpServer object.
Allows for registering HttpHandlers
for specific context paths . Alternatively,
register such context-specific handlers programmatically on the
HttpServer itself.
Allows for registering HttpHandlers for specific context paths . Alternatively, register such context-specific handlers programmatically on the HttpServer itself.