private HttpService http;
@Validate
private void start() {
//Register the server (itself)
interceptors.add(new BroadcastOnPostAtmosphereInterceptor());
interceptors.add(new AtmosphereResourceLifecycleInterceptor());
atmoservice.addAtmosphereHandler(mapping, this, interceptors);
//Register the web client
try {